]> git.lyx.org Git - features.git/blob - lib/doc/ja/EmbeddedObjects.lyx
- EmbeddedObjects.lyx: update the description of the PDFPages template (thanks Liviu)
[features.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass jbook
6 \begin_preamble
7 %% Added by the translator
8 %   Correction for PDF bookmarks
9 %\usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}
10 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
11 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
12
13 % if pdflatex is used
14 \usepackage{ifpdf}
15 \ifpdf
16
17 % set fonts for nicer pdf view
18 \IfFileExists{lmodern.sty}
19  {\usepackage{lmodern}}{}
20
21 \fi % end if pdflatex is used
22
23 % that links to image floats jumps
24 % to the beginning of the float and 
25 % not to its caption
26 \usepackage[figure]{hypcap}
27
28 % the pages of the TOC is numbered roman
29 % and a PDF-bookmark for the TOC is added
30 \let\myTOC\tableofcontents
31 \renewcommand\tableofcontents{%
32   \frontmatter
33   \pdfbookmark[1]{\contentsname}{}
34   \myTOC
35   \mainmatter }
36
37 % provides caption formatting
38 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
39
40 % provides commands to set caption
41 % beside tables/images
42 \newcommand{\TabBesBeg}[1][1.0]{%
43  \let\MyTable\table
44  \let\MyEndtable\endtable
45  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
46
47 \newcommand{\TabBesEnd}{%
48  \let\table\MyTable
49  \let\endtable\MyEndtable}
50
51 \newcommand{\FigBesBeg}[1][1.0]{%
52  \let\MyFigure\figure
53  \let\MyEndfigure\endfigure
54  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
55
56 \newcommand{\FigBesEnd}{%
57  \let\figure\MyFigure
58  \let\endfigure\MyEndfigure}
59
60 % enables calculation of values,
61 \usepackage{calc}
62
63 % increase the bottom float placement fraction
64 \renewcommand{\bottomfraction}{0.5}
65
66 % avoids that floats are placed before their
67 % corresponding section starts
68 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
69
70 % speed up the longtable calculation
71 \setcounter{LTchunksize}{100}
72
73 % used for scaled and rotated boxes
74 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
75
76 % used for colored tables
77 \@ifundefined{textcolor}
78  {\usepackage{color}}{}
79 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
80 \definecolor{lightgrey}{gray}{0.8}
81
82 % check for package colortbl
83 % used for colored table cells
84 \newboolean{colortbl}
85 \IfFileExists{colortbl.sty}
86  {\usepackage{colortbl}
87   \setboolean{colortbl}{true}}
88  {\setboolean{colortbl}{false}}
89
90 % used to have extra space in table cells
91 \@ifundefined{extrarowheight}
92  {\usepackage{array}}{}
93 \setlength{\extrarowheight}{2pt}
94
95 % used for customized tables
96 % ---
97 \newcolumntype{M}[1]
98  {>{\centering\hspace{0pt}}m{#1}}
99
100 \newcolumntype{S}[2]
101  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
102
103 \newcolumntype{K}[1]
104  {>{\columncolor{#1}\hspace{0pt}}c}
105
106 \newcolumntype{V}{!{\vrule width 1.5pt}}
107
108 \newcolumntype{W}{!{\color{green}\vline}}
109 % ---
110
111 % insert additional vertical space of
112 % 1.5 mm between footnotes
113 \let\myFoot\footnote
114 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
115
116 % number algorithm floats within chapters
117 \numberwithin{algorithm}{chapter}
118
119
120 % ------------------------------------
121 % used to check for needed LaTeX packages
122 \usepackage{ifthen}
123
124 % check for package arydshln
125 % used for tables with dashed lines
126 \newboolean{arydshln}
127 \IfFileExists{arydshln.sty}
128  {\usepackage{arydshln}
129   \setboolean{arydshln}{true}}
130  {\setboolean{arydshln}{false}}
131
132 % check for package marginnote
133 % used for margin notes
134 \newboolean{marginnote}
135 \IfFileExists{marginnote.sty}
136  {\usepackage{marginnote}
137   \let\marginpar\marginnote
138   \setboolean{marginnote}{true}}
139  {\setboolean{marginnote}{false}}
140
141 % check for package sidecap
142 % used for captions on the side
143 \newboolean{sidecap}
144 \IfFileExists{sidecap.sty}
145  {\usepackage{sidecap}
146   \setboolean{sidecap}{true}}
147  {\setboolean{sidecap}{false}}
148
149 % check for picinpar
150 % used for surrounded fixed objects
151 \newboolean{picinpar}
152 \IfFileExists{picinpar.sty}
153  {\usepackage{picinpar}
154   \setboolean{picinpar}{true}}
155  {\setboolean{picinpar}{false}}
156
157 % check for lettrine
158 \newboolean{lettrine}
159 \IfFileExists{lettrine.sty}
160  {\usepackage{lettrine}
161   \setboolean{lettrine}{true}}
162  {\setboolean{lettrine}{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 fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
172 \use_default_options false
173 \begin_modules
174 initials
175 \end_modules
176 \maintain_unincluded_children false
177 \language japanese
178 \language_package default
179 \inputencoding auto
180 \fontencoding global
181 \font_roman default
182 \font_sans default
183 \font_typewriter default
184 \font_default_family default
185 \use_non_tex_fonts false
186 \font_sc false
187 \font_osf false
188 \font_sf_scale 100
189 \font_tt_scale 100
190
191 \graphics default
192 \default_output_format default
193 \output_sync 0
194 \bibtex_command default
195 \index_command default
196 \paperfontsize 12
197 \spacing single
198 \use_hyperref true
199 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
200 \pdf_author "LyX Team, Uwe Stohr"
201 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
202 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
203 \pdf_bookmarks true
204 \pdf_bookmarksnumbered true
205 \pdf_bookmarksopen true
206 \pdf_bookmarksopenlevel 1
207 \pdf_breaklinks false
208 \pdf_pdfborder false
209 \pdf_colorlinks true
210 \pdf_backref false
211 \pdf_pdfusetitle false
212 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
213 \papersize a4paper
214 \use_geometry true
215 \use_amsmath 2
216 \use_esint 0
217 \use_mhchem 1
218 \use_mathdots 1
219 \cite_engine basic
220 \use_bibtopic false
221 \use_indices false
222 \paperorientation portrait
223 \suppress_date false
224 \use_refstyle 0
225 \notefontcolor #0000ff
226 \index 索引
227 \shortcut idx
228 \color #008000
229 \end_index
230 \leftmargin 2.5cm
231 \topmargin 2.5cm
232 \rightmargin 2.5cm
233 \bottommargin 3cm
234 \secnumdepth 3
235 \tocdepth 3
236 \paragraph_separation skip
237 \defskip medskip
238 \quotes_language english
239 \papercolumns 1
240 \papersides 2
241 \paperpagestyle default
242 \bullet 1 1 34 -1
243 \bullet 2 2 35 -1
244 \bullet 3 2 7 -1
245 \tracking_changes false
246 \output_changes false
247 \html_math_output 0
248 \html_css_as_file 0
249 \html_be_strict false
250 \end_header
251
252 \begin_body
253
254 \begin_layout Title
255 LyXの図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
256 \end_layout
257
258 \begin_layout Author
259 LyXプロジェクトチーム
260 \begin_inset Foot
261 status collapsed
262
263 \begin_layout Plain Layout
264 \noindent
265 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
266 \begin_inset CommandInset href
267 LatexCommand href
268 name "lyx-docs@lists.lyx.org"
269 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
270 type "mailto:"
271
272 \end_inset
273
274  までお送り下さい。
275 \end_layout
276
277 \end_inset
278
279
280 \begin_inset Note Note
281 status collapsed
282
283 \begin_layout Plain Layout
284 著者:Uwe Stöhr
285 \end_layout
286
287 \end_inset
288
289
290 \begin_inset Newline newline
291 \end_inset
292
293
294 \begin_inset Newline newline
295 \end_inset
296
297
298 \family sans
299 バージョン2.0.x
300 \end_layout
301
302 \begin_layout Standard
303 \begin_inset CommandInset toc
304 LatexCommand tableofcontents
305
306 \end_inset
307
308
309 \end_layout
310
311 \begin_layout Standard
312 \begin_inset Note Note
313 status open
314
315 \begin_layout Plain Layout
316 本文書の全体をPDFやPS、DVIに書き出すには、
317 \series bold
318 arydshln
319 \series default
320
321 \series bold
322 colortbl
323 \series default
324
325 \series bold
326 lettrine
327 \series default
328
329 \series bold
330 marginnote
331 \series default
332
333 \series bold
334 picinpar
335 \series default
336
337 \series bold
338 sidecap
339 \series default
340 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
341 されません。
342 \end_layout
343
344 \begin_layout Plain Layout
345 本文書の最新PDF版は
346 \begin_inset Newline newline
347 \end_inset
348
349
350 \series bold
351 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
352 \series default
353
354 \begin_inset Newline newline
355 \end_inset
356
357 にあります。
358 \end_layout
359
360 \end_inset
361
362
363 \end_layout
364
365 \begin_layout Chapter
366
367 \begin_inset Index idx
368 status collapsed
369
370 \begin_layout Plain Layout
371 ず@図
372 \end_layout
373
374 \end_inset
375
376
377 \begin_inset Index idx
378 status collapsed
379
380 \begin_layout Plain Layout
381 がぞう@画像|see
382 \begin_inset ERT
383 status collapsed
384
385 \begin_layout Plain Layout
386
387 {
388 \end_layout
389
390 \end_inset
391
392
393 \begin_inset ERT
394 status collapsed
395
396 \begin_layout Plain Layout
397
398 }
399 \end_layout
400
401 \end_inset
402
403
404 \end_layout
405
406 \end_inset
407
408
409 \end_layout
410
411 \begin_layout Section
412 画像ダイアログ
413 \begin_inset Index idx
414 status collapsed
415
416 \begin_layout Plain Layout
417 ず@図 ! がぞうだいあろぐ@画像ダイアログ
418 \end_layout
419
420 \end_inset
421
422
423 \begin_inset CommandInset label
424 LatexCommand label
425 name "sec:画像ダイアログ"
426
427 \end_inset
428
429
430 \end_layout
431
432 \begin_layout Standard
433 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
434 \family sans
435
436 \begin_inset Info
437 type  "icon"
438 arg   "dialog-show-new-inset graphics"
439 \end_inset
440
441
442 \family default
443 をクリックするか、
444 \family sans
445 挿入\SpecialChar \menuseparator
446 画像
447 \family default
448 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
449 \end_layout
450
451 \begin_layout Standard
452 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
453 \end_layout
454
455 \begin_layout Description
456
457 \family sans
458 画像
459 \family default
460  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
461 \begin_inset CommandInset ref
462 LatexCommand ref
463 reference "cha:LyXで使用できる単位"
464
465 \end_inset
466
467 に説明があります。
468 \begin_inset Newline newline
469 \end_inset
470
471
472 \begin_inset Index idx
473 status collapsed
474
475 \begin_layout Plain Layout
476 ず@図 ! のかいてん@---の回転
477 \end_layout
478
479 \end_inset
480
481 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
482 \begin_inset Newline newline
483 \end_inset
484
485
486 \begin_inset Index idx
487 status collapsed
488
489 \begin_layout Plain Layout
490 ず@図 ! のしんしゅく@---の伸縮
491 \end_layout
492
493 \end_inset
494
495 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
496 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
497 \family sans
498 縦横比を維持する
499 \family default
500 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
501 \begin_inset Newline newline
502 \end_inset
503
504 画像を右クリックすると現れるコンテクストメニューで
505 \family sans
506 外部で編集
507 \family default
508 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
509 ます。
510 \end_layout
511
512 \begin_layout Description
513
514 \family sans
515 切り抜き
516 \family default
517  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
518 \family sans
519 ファイルから取得
520 \family default
521 ボタンを押すことによって、自動的に計算することもできます。
522 \family sans
523 境界枠で切り抜く
524 \family default
525 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
526 \end_layout
527
528 \begin_layout Description
529
530 \family sans
531 LaTeXとLyXのオプション
532 \family default
533  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
534 \family sans
535
536 \begin_inset Newline newline
537 \end_inset
538
539 下書きモード
540 \family default
541 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
542 \family sans
543
544 \begin_inset Newline newline
545 \end_inset
546
547 エクスポートする際に解凍しない
548 \family default
549 オプションは、
550 \emph on
551 x.eps.gz
552 \emph default
553 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
554 ません。
555 \begin_inset Newline newline
556 \end_inset
557
558 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
559 \begin_inset CommandInset ref
560 LatexCommand ref
561 reference "sec:PostScript"
562
563 \end_inset
564
565 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
566 \begin_inset Newline newline
567 \end_inset
568
569
570 \series bold
571 gzip x.eps
572 \series default
573
574 \begin_inset Newline newline
575 \end_inset
576
577
578 \series bold
579 zgrep %%Bounding x.eps.gz > x.eps.bb
580 \series default
581
582 \begin_inset Newline newline
583 \end_inset
584
585 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
586 \begin_inset Newline newline
587 \end_inset
588
589
590 \lang english
591 In the section 
592 \family sans
593 Graphics
594 \begin_inset space ~
595 \end_inset
596
597 Group
598 \family default
599  you can define or join an image settings group.
600 \lang japanese
601
602 \begin_inset Index idx
603 status collapsed
604
605 \begin_layout Plain Layout
606 ず@図 ! せっていぐるーぷ@設定グループ
607 \end_layout
608
609 \end_inset
610
611 。これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。した
612 がって、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュ
613 ーを使用して、望むグループ名をチェックすることで行うこともできます。
614 \end_layout
615
616 \begin_layout Standard
617 \begin_inset VSpace bigskip
618 \end_inset
619
620
621 \end_layout
622
623 \begin_layout Standard
624 下記はEPS書式
625 \begin_inset Foot
626 status collapsed
627
628 \begin_layout Plain Layout
629 画像書式は、第
630 \begin_inset CommandInset ref
631 LatexCommand ref
632 reference "sec:画像書式"
633
634 \end_inset
635
636 節に説明されています。
637 \end_layout
638
639 \end_inset
640
641 の画像の例で、単独の中央揃えの段落に置いてあります。
642 \end_layout
643
644 \begin_layout Standard
645 \align center
646 \begin_inset Graphics
647         filename ../clipart/mobius.eps
648         scale 70
649         scaleBeforeRotation
650         rotateOrigin center
651
652 \end_inset
653
654
655 \end_layout
656
657 \begin_layout Standard
658 下記は上と同じ画像ですが、下書きモードのものです。
659 \end_layout
660
661 \begin_layout Standard
662 \align center
663 \begin_inset Graphics
664         filename ../clipart/mobius.eps
665         scale 70
666         draft
667         scaleBeforeRotation
668         rotateOrigin center
669
670 \end_inset
671
672
673 \end_layout
674
675 \begin_layout Standard
676 \begin_inset Newpage newpage
677 \end_inset
678
679
680 \end_layout
681
682 \begin_layout Section
683 図フロート
684 \begin_inset CommandInset label
685 LatexCommand label
686 name "sec:図フロート"
687
688 \end_inset
689
690
691 \begin_inset Index idx
692 status collapsed
693
694 \begin_layout Plain Layout
695 ふろーと@フロート ! ず@図
696 \end_layout
697
698 \end_inset
699
700
701 \begin_inset Index idx
702 status collapsed
703
704 \begin_layout Plain Layout
705 ず@図 ! ふろーと@フロート
706 \end_layout
707
708 \end_inset
709
710
711 \end_layout
712
713 \begin_layout Standard
714 フロートについての一般的な説明は、第
715 \begin_inset CommandInset ref
716 LatexCommand ref
717 reference "sec:フロートはじめに"
718
719 \end_inset
720
721 節をご覧下さい。
722 \end_layout
723
724 \begin_layout Standard
725 ツールバーボタンの
726 \family sans
727
728 \begin_inset Info
729 type  "icon"
730 arg   "float-insert figure"
731 \end_inset
732
733
734 \family default
735
736 \family sans
737 挿入\SpecialChar \menuseparator
738 フロート\SpecialChar \menuseparator
739
740 \family default
741 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
742 \begin_inset CommandInset ref
743 LatexCommand ref
744 reference "fig:犠牲のカモノハシ"
745
746 \end_inset
747
748 のようにキャプションの上に置くこともできますし、図
749 \begin_inset CommandInset ref
750 LatexCommand ref
751 reference "fig:エッシャー"
752
753 \end_inset
754
755 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
756 \begin_inset CommandInset ref
757 LatexCommand ref
758 reference "sec:キャプションの配置"
759
760 \end_inset
761
762 節に述べられています。
763 \end_layout
764
765 \begin_layout Standard
766 \begin_inset Float figure
767 wide false
768 sideways false
769 status open
770
771 \begin_layout Plain Layout
772 \align center
773 \begin_inset Graphics
774         filename ../clipart/platypus.eps
775         width 50col%
776         scaleBeforeRotation
777         rotateOrigin center
778
779 \end_inset
780
781
782 \end_layout
783
784 \begin_layout Plain Layout
785 \begin_inset Caption
786
787 \begin_layout Plain Layout
788 \begin_inset CommandInset label
789 LatexCommand label
790 name "fig:犠牲のカモノハシ"
791
792 \end_inset
793
794 フロート中の激しく歪んだカモノハシ
795 \end_layout
796
797 \end_inset
798
799
800 \end_layout
801
802 \end_inset
803
804
805 \end_layout
806
807 \begin_layout Standard
808 \begin_inset Float figure
809 wide false
810 sideways false
811 status open
812
813 \begin_layout Plain Layout
814 \begin_inset Caption
815
816 \begin_layout Plain Layout
817 \begin_inset CommandInset label
818 LatexCommand label
819 name "fig:エッシャー"
820
821 \end_inset
822
823 行ってしまったM.C.エッシャー
824 \end_layout
825
826 \end_inset
827
828
829 \end_layout
830
831 \begin_layout Plain Layout
832 \align center
833 \begin_inset Graphics
834         filename ../clipart/escher-lsd.eps
835         scale 80
836         scaleBeforeRotation
837         rotateOrigin center
838
839 \end_inset
840
841
842 \end_layout
843
844 \end_inset
845
846
847 \end_layout
848
849 \begin_layout Standard
850 \begin_inset Index idx
851 status collapsed
852
853 \begin_layout Plain Layout
854 さんしょう@参照 ! ずへの@図への ---
855 \end_layout
856
857 \end_inset
858
859
860 \begin_inset CommandInset ref
861 LatexCommand ref
862 reference "fig:犠牲のカモノハシ"
863
864 \end_inset
865
866 図と第
867 \begin_inset CommandInset ref
868 LatexCommand ref
869 reference "fig:エッシャー"
870
871 \end_inset
872
873 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
874 \family sans
875 挿入\SpecialChar \menuseparator
876 ラベル
877 \family default
878 メニューかツールバーボタン
879 \family sans
880
881 \begin_inset Info
882 type  "icon"
883 arg   "label-insert"
884 \end_inset
885
886
887 \family default
888 を使用して、キャプションにラベルを挿入してください。その後、
889 \family sans
890 挿入\SpecialChar \menuseparator
891 相互参照
892 \family default
893 メニューかツールバーボタン
894 \family sans
895
896 \begin_inset Info
897 type  "icon"
898 arg   "dialog-show-new-inset ref"
899 \end_inset
900
901
902 \family default
903 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
904 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
905 \begin_inset Newline newline
906 \end_inset
907
908 参照は、第
909 \begin_inset CommandInset ref
910 LatexCommand ref
911 reference "sec:フロートの参照"
912
913 \end_inset
914
915 節で詳細に説明されています。
916 \end_layout
917
918 \begin_layout Standard
919 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
920 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
921 \begin_inset CommandInset ref
922 LatexCommand ref
923 reference "fig:歪められた二つの像"
924
925 \end_inset
926
927 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
928 \begin_inset CommandInset ref
929 LatexCommand ref
930 reference "fig:何かわからない構造"
931
932 \end_inset
933
934 と図
935 \begin_inset CommandInset ref
936 LatexCommand ref
937 reference "fig:カモノハシ"
938
939 \end_inset
940
941 が内部図になります。
942 \end_layout
943
944 \begin_layout Standard
945 \begin_inset Float figure
946 wide false
947 sideways false
948 status open
949
950 \begin_layout Plain Layout
951 \begin_inset space \hfill{}
952 \end_inset
953
954
955 \begin_inset Float figure
956 wide false
957 sideways false
958 status open
959
960 \begin_layout Plain Layout
961 \begin_inset Caption
962
963 \begin_layout Plain Layout
964 \begin_inset CommandInset label
965 LatexCommand label
966 name "fig:何かわからない構造"
967
968 \end_inset
969
970 何かわからない構造
971 \end_layout
972
973 \end_inset
974
975
976 \end_layout
977
978 \begin_layout Plain Layout
979 \begin_inset Graphics
980         filename ../clipart/escher-lsd.eps
981         width 45col%
982         scaleBeforeRotation
983         groupId distorted
984
985 \end_inset
986
987
988 \end_layout
989
990 \end_inset
991
992
993 \begin_inset space \hfill{}
994 \end_inset
995
996
997 \begin_inset Float figure
998 wide false
999 sideways false
1000 status open
1001
1002 \begin_layout Plain Layout
1003 \begin_inset Caption
1004
1005 \begin_layout Plain Layout
1006 \begin_inset CommandInset label
1007 LatexCommand label
1008 name "fig:カモノハシ"
1009
1010 \end_inset
1011
1012 カモノハシ
1013 \end_layout
1014
1015 \end_inset
1016
1017
1018 \end_layout
1019
1020 \begin_layout Plain Layout
1021 \begin_inset Graphics
1022         filename ../clipart/platypus.eps
1023         width 45col%
1024         scaleBeforeRotation
1025         groupId distorted
1026
1027 \end_inset
1028
1029
1030 \end_layout
1031
1032 \end_inset
1033
1034
1035 \begin_inset space \hfill{}
1036 \end_inset
1037
1038
1039 \end_layout
1040
1041 \begin_layout Plain Layout
1042 \begin_inset Caption
1043
1044 \begin_layout Plain Layout
1045 \begin_inset CommandInset label
1046 LatexCommand label
1047 name "fig:歪められた二つの像"
1048
1049 \end_inset
1050
1051 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1052 \end_layout
1053
1054 \end_inset
1055
1056
1057 \end_layout
1058
1059 \end_inset
1060
1061
1062 \end_layout
1063
1064 \begin_layout Standard
1065 \begin_inset Newpage newpage
1066 \end_inset
1067
1068
1069 \end_layout
1070
1071 \begin_layout Section
1072 画像書式
1073 \begin_inset CommandInset label
1074 LatexCommand label
1075 name "sec:画像書式"
1076
1077 \end_inset
1078
1079
1080 \begin_inset Index idx
1081 status collapsed
1082
1083 \begin_layout Plain Layout
1084 がぞうしょしき@画像書式
1085 \end_layout
1086
1087 \end_inset
1088
1089
1090 \begin_inset Index idx
1091 status collapsed
1092
1093 \begin_layout Plain Layout
1094 ず@図 ! がぞうしょしき@画像書式
1095 \end_layout
1096
1097 \end_inset
1098
1099
1100 \end_layout
1101
1102 \begin_layout Standard
1103 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1104 \begin_inset CommandInset ref
1105 LatexCommand ref
1106 reference "cha:ファイル出力形式"
1107
1108 \end_inset
1109
1110 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1111 ウンドで
1112 \family typewriter
1113 ImageMagick
1114 \family default
1115 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル書式に直接埋め込める画像書式のみを使
1116 用するとよいでしょう。出力ファイル書式は、付録
1117 \begin_inset CommandInset ref
1118 LatexCommand ref
1119 reference "cha:ファイル出力形式"
1120
1121 \end_inset
1122
1123 に説明されています。
1124 \end_layout
1125
1126 \begin_layout Standard
1127 フォントと同じく、画像形式にも以下の二つの型があります。
1128 \end_layout
1129
1130 \begin_layout Description
1131 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1132 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1133 \family typewriter
1134 .gif
1135 \family default
1136 」)
1137 \begin_inset Index idx
1138 status collapsed
1139
1140 \begin_layout Plain Layout
1141 GIF|see
1142 \begin_inset ERT
1143 status collapsed
1144
1145 \begin_layout Plain Layout
1146
1147 {
1148 \end_layout
1149
1150 \end_inset
1151
1152 画像書式
1153 \begin_inset ERT
1154 status collapsed
1155
1156 \begin_layout Plain Layout
1157
1158 }
1159 \end_layout
1160
1161 \end_inset
1162
1163
1164 \end_layout
1165
1166 \end_inset
1167
1168 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1169 \family typewriter
1170 .png
1171 \family default
1172 」)
1173 \begin_inset Index idx
1174 status collapsed
1175
1176 \begin_layout Plain Layout
1177 PNG|see
1178 \begin_inset ERT
1179 status collapsed
1180
1181 \begin_layout Plain Layout
1182
1183 {
1184 \end_layout
1185
1186 \end_inset
1187
1188 画像書式
1189 \begin_inset ERT
1190 status collapsed
1191
1192 \begin_layout Plain Layout
1193
1194 }
1195 \end_layout
1196
1197 \end_inset
1198
1199
1200 \end_layout
1201
1202 \end_inset
1203
1204 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1205 \family typewriter
1206 .jpg
1207 \family default
1208 」または「
1209 \family typewriter
1210 .jpeg
1211 \family default
1212 」)
1213 \begin_inset Index idx
1214 status collapsed
1215
1216 \begin_layout Plain Layout
1217 JPG|see
1218 \begin_inset ERT
1219 status collapsed
1220
1221 \begin_layout Plain Layout
1222
1223 {
1224 \end_layout
1225
1226 \end_inset
1227
1228 画像書式
1229 \begin_inset ERT
1230 status collapsed
1231
1232 \begin_layout Plain Layout
1233
1234 }
1235 \end_layout
1236
1237 \end_inset
1238
1239
1240 \end_layout
1241
1242 \end_inset
1243
1244 などがあります。
1245 \end_layout
1246
1247 \begin_layout Description
1248 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1249 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1250 に便利です。
1251 \begin_inset Newline newline
1252 \end_inset
1253
1254 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1255 \family typewriter
1256 .svg
1257 \family default
1258 」)
1259 \begin_inset Index idx
1260 status collapsed
1261
1262 \begin_layout Plain Layout
1263 SVG|see
1264 \begin_inset ERT
1265 status collapsed
1266
1267 \begin_layout Plain Layout
1268
1269 {
1270 \end_layout
1271
1272 \end_inset
1273
1274 画像書式
1275 \begin_inset ERT
1276 status collapsed
1277
1278 \begin_layout Plain Layout
1279
1280 }
1281 \end_layout
1282
1283 \end_inset
1284
1285
1286 \end_layout
1287
1288 \end_inset
1289
1290 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1291 \family typewriter
1292 .eps
1293 \family default
1294 」)
1295 \begin_inset Index idx
1296 status collapsed
1297
1298 \begin_layout Plain Layout
1299 EPS|see
1300 \begin_inset ERT
1301 status collapsed
1302
1303 \begin_layout Plain Layout
1304
1305 {
1306 \end_layout
1307
1308 \end_inset
1309
1310 画像書式
1311 \begin_inset ERT
1312 status collapsed
1313
1314 \begin_layout Plain Layout
1315
1316 }
1317 \end_layout
1318
1319 \end_inset
1320
1321
1322 \end_layout
1323
1324 \end_inset
1325
1326 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1327 \family typewriter
1328 .pdf
1329 \family default
1330 」)
1331 \begin_inset Index idx
1332 status collapsed
1333
1334 \begin_layout Plain Layout
1335 PDF
1336 \end_layout
1337
1338 \end_inset
1339
1340 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1341 \family typewriter
1342 .wmf
1343 \family default
1344 」)
1345 \begin_inset Index idx
1346 status collapsed
1347
1348 \begin_layout Plain Layout
1349 SVG|see
1350 \begin_inset ERT
1351 status collapsed
1352
1353 \begin_layout Plain Layout
1354
1355 {
1356 \end_layout
1357
1358 \end_inset
1359
1360 画像書式
1361 \begin_inset ERT
1362 status collapsed
1363
1364 \begin_layout Plain Layout
1365
1366 }
1367 \end_layout
1368
1369 \end_inset
1370
1371
1372 \end_layout
1373
1374 \end_inset
1375
1376 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1377 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1378 \begin_inset Foot
1379 status collapsed
1380
1381 \begin_layout Plain Layout
1382 PDFの場合には、さらに元画像が圧縮されます。
1383 \end_layout
1384
1385 \end_inset
1386
1387 。たとえば、
1388 \family typewriter
1389 Adobe Photoshop
1390 \family default
1391 が生成するPDFファイルは、ビットマップ画像です。
1392 \end_layout
1393
1394 \begin_layout Standard
1395 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1396 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1397 \begin_inset Formula $\to$
1398 \end_inset
1399
1400 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1401 \end_layout
1402
1403 \begin_layout Chapter
1404
1405 \begin_inset Index idx
1406 status collapsed
1407
1408 \begin_layout Plain Layout
1409 ひょう@表
1410 \end_layout
1411
1412 \end_inset
1413
1414
1415 \end_layout
1416
1417 \begin_layout Section
1418 はじめに
1419 \begin_inset Index idx
1420 status collapsed
1421
1422 \begin_layout Plain Layout
1423 ひょう@表 ! はじめに
1424 \end_layout
1425
1426 \end_inset
1427
1428
1429 \end_layout
1430
1431 \begin_layout Standard
1432
1433 \family roman
1434 \series medium
1435 \shape up
1436 \size normal
1437 \emph off
1438 \bar no
1439 \noun off
1440 \color none
1441 表を挿入するには、ツールバーボタ
1442 \family default
1443 \series default
1444 \shape default
1445 \size default
1446 \emph default
1447 \bar default
1448 \noun default
1449 \color inherit
1450
1451 \begin_inset Info
1452 type  "icon"
1453 arg   "tabular-insert"
1454 \end_inset
1455
1456
1457 \family roman
1458 \series medium
1459 \shape up
1460 \size normal
1461 \emph off
1462 \bar no
1463 \noun off
1464 \color none
1465
1466 \family sans
1467 \series default
1468 \shape default
1469 \size default
1470 \emph default
1471 \bar default
1472 \noun default
1473 \color inherit
1474 挿入\SpecialChar \menuseparator
1475
1476 \family default
1477 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1478 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1479 \begin_inset Newline newline
1480 \end_inset
1481
1482 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1483 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1484 \end_layout
1485
1486 \begin_layout Standard
1487 \align center
1488 \begin_inset Tabular
1489 <lyxtabular version="3" rows="4" columns="4">
1490 <features tabularvalignment="middle">
1491 <column alignment="center" valignment="top" width="0">
1492 <column alignment="center" valignment="top" width="0">
1493 <column alignment="center" valignment="top" width="0">
1494 <column alignment="center" valignment="top" width="0">
1495 <row>
1496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1497 \begin_inset Text
1498
1499 \begin_layout Plain Layout
1500
1501 \end_layout
1502
1503 \end_inset
1504 </cell>
1505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1506 \begin_inset Text
1507
1508 \begin_layout Plain Layout
1509 1
1510 \end_layout
1511
1512 \end_inset
1513 </cell>
1514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1515 \begin_inset Text
1516
1517 \begin_layout Plain Layout
1518 2
1519 \end_layout
1520
1521 \end_inset
1522 </cell>
1523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1524 \begin_inset Text
1525
1526 \begin_layout Plain Layout
1527 3
1528 \end_layout
1529
1530 \end_inset
1531 </cell>
1532 </row>
1533 <row>
1534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1535 \begin_inset Text
1536
1537 \begin_layout Plain Layout
1538
1539 \end_layout
1540
1541 \end_inset
1542 </cell>
1543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1544 \begin_inset Text
1545
1546 \begin_layout Plain Layout
1547
1548 \end_layout
1549
1550 \end_inset
1551 </cell>
1552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1553 \begin_inset Text
1554
1555 \begin_layout Plain Layout
1556
1557 \end_layout
1558
1559 \end_inset
1560 </cell>
1561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1562 \begin_inset Text
1563
1564 \begin_layout Plain Layout
1565
1566 \end_layout
1567
1568 \end_inset
1569 </cell>
1570 </row>
1571 <row>
1572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1573 \begin_inset Text
1574
1575 \begin_layout Plain Layout
1576
1577 \end_layout
1578
1579 \end_inset
1580 </cell>
1581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1582 \begin_inset Text
1583
1584 \begin_layout Plain Layout
1585
1586 \end_layout
1587
1588 \end_inset
1589 </cell>
1590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1591 \begin_inset Text
1592
1593 \begin_layout Plain Layout
1594
1595 \end_layout
1596
1597 \end_inset
1598 </cell>
1599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1600 \begin_inset Text
1601
1602 \begin_layout Plain Layout
1603
1604 \end_layout
1605
1606 \end_inset
1607 </cell>
1608 </row>
1609 <row>
1610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1611 \begin_inset Text
1612
1613 \begin_layout Plain Layout
1614
1615 \end_layout
1616
1617 \end_inset
1618 </cell>
1619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1620 \begin_inset Text
1621
1622 \begin_layout Plain Layout
1623
1624 \end_layout
1625
1626 \end_inset
1627 </cell>
1628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1629 \begin_inset Text
1630
1631 \begin_layout Plain Layout
1632
1633 \end_layout
1634
1635 \end_inset
1636 </cell>
1637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1638 \begin_inset Text
1639
1640 \begin_layout Plain Layout
1641
1642 \end_layout
1643
1644 \end_inset
1645 </cell>
1646 </row>
1647 </lyxtabular>
1648
1649 \end_inset
1650
1651
1652 \end_layout
1653
1654 \begin_layout Section
1655 表ダイアログ
1656 \begin_inset Index idx
1657 status collapsed
1658
1659 \begin_layout Plain Layout
1660 ひょう@表 ! だいあろぐ@ダイアログ
1661 \end_layout
1662
1663 \end_inset
1664
1665
1666 \end_layout
1667
1668 \begin_layout Standard
1669
1670 \family roman
1671 \series medium
1672 \shape up
1673 \size normal
1674 \emph off
1675 \bar no
1676 \noun off
1677 \color none
1678 表を右クリックすると、表ダイアログが表示されて、表を変更することができます。ここでは、現在カーソルが置かれているセルないし行・列の設定を調節することができます。
1679 また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1680 \family default
1681 \series default
1682 \shape default
1683 \size default
1684 \emph default
1685 \bar default
1686 \noun default
1687 \color inherit
1688 セルの
1689 \emph on
1690 内容
1691 \emph default
1692 を選択するのと、セル自体を選択するのは違うことに注意して下さい。
1693 \begin_inset Newline newline
1694 \end_inset
1695
1696 ダイアログオプションの
1697 \family sans
1698 直ちに適用
1699 \family default
1700 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1701 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1702 \begin_inset Newline newline
1703 \end_inset
1704
1705 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1706 \end_layout
1707
1708 \begin_layout Description
1709
1710 \family sans
1711 表の設定
1712 \family default
1713  ここでは、現在列の幅と水平揃えを設定することができます。
1714 \family sans
1715 小数点で
1716 \family default
1717 とある揃えは、第
1718 \begin_inset CommandInset ref
1719 LatexCommand ref
1720 reference "sub:特殊なセル揃え"
1721
1722 \end_inset
1723
1724 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1725 は、第
1726 \begin_inset CommandInset ref
1727 LatexCommand ref
1728 reference "sub:複数行"
1729
1730 \end_inset
1731
1732 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1733 \begin_inset Newline newline
1734 \end_inset
1735
1736 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1737 \begin_inset CommandInset ref
1738 LatexCommand ref
1739 reference "sub:連結列"
1740
1741 \end_inset
1742
1743 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1744 \begin_inset CommandInset ref
1745 LatexCommand ref
1746 reference "sub:連結行"
1747
1748 \end_inset
1749
1750 節をご参照ください。
1751 \begin_inset Newline newline
1752 \end_inset
1753
1754 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1755 \begin_inset Newline newline
1756 \end_inset
1757
1758
1759 \begin_inset Note Greyedout
1760 status open
1761
1762 \begin_layout Plain Layout
1763
1764 \series bold
1765 【註】
1766 \series default
1767 DVIビューアのすべてが回転を表示できるわけではありません。
1768 \end_layout
1769
1770 \end_inset
1771
1772
1773 \begin_inset Newline newline
1774 \end_inset
1775
1776 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1777 \begin_inset Newline newline
1778 \end_inset
1779
1780 各種の揃えを適用した同一行中の表:
1781 \begin_inset Tabular
1782 <lyxtabular version="3" rows="2" columns="2">
1783 <features tabularvalignment="top">
1784 <column alignment="center" valignment="top" width="0pt">
1785 <column alignment="center" valignment="top" width="0">
1786 <row>
1787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1788 \begin_inset Text
1789
1790 \begin_layout Plain Layout
1791
1792 \end_layout
1793
1794 \end_inset
1795 </cell>
1796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1797 \begin_inset Text
1798
1799 \begin_layout Plain Layout
1800 1
1801 \end_layout
1802
1803 \end_inset
1804 </cell>
1805 </row>
1806 <row>
1807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1808 \begin_inset Text
1809
1810 \begin_layout Plain Layout
1811 A
1812 \end_layout
1813
1814 \end_inset
1815 </cell>
1816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1817 \begin_inset Text
1818
1819 \begin_layout Plain Layout
1820
1821 \end_layout
1822
1823 \end_inset
1824 </cell>
1825 </row>
1826 </lyxtabular>
1827
1828 \end_inset
1829
1830  
1831 \begin_inset Tabular
1832 <lyxtabular version="3" rows="2" columns="2">
1833 <features tabularvalignment="middle">
1834 <column alignment="center" valignment="top" width="0">
1835 <column alignment="center" valignment="top" width="0">
1836 <row>
1837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1838 \begin_inset Text
1839
1840 \begin_layout Plain Layout
1841
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1847 \begin_inset Text
1848
1849 \begin_layout Plain Layout
1850 1
1851 \end_layout
1852
1853 \end_inset
1854 </cell>
1855 </row>
1856 <row>
1857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1858 \begin_inset Text
1859
1860 \begin_layout Plain Layout
1861 A
1862 \end_layout
1863
1864 \end_inset
1865 </cell>
1866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1867 \begin_inset Text
1868
1869 \begin_layout Plain Layout
1870
1871 \end_layout
1872
1873 \end_inset
1874 </cell>
1875 </row>
1876 </lyxtabular>
1877
1878 \end_inset
1879
1880  
1881 \begin_inset Tabular
1882 <lyxtabular version="3" rows="2" columns="2">
1883 <features tabularvalignment="bottom">
1884 <column alignment="center" valignment="top" width="0pt">
1885 <column alignment="center" valignment="top" width="0">
1886 <row>
1887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1888 \begin_inset Text
1889
1890 \begin_layout Plain Layout
1891
1892 \end_layout
1893
1894 \end_inset
1895 </cell>
1896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1897 \begin_inset Text
1898
1899 \begin_layout Plain Layout
1900 1
1901 \end_layout
1902
1903 \end_inset
1904 </cell>
1905 </row>
1906 <row>
1907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1908 \begin_inset Text
1909
1910 \begin_layout Plain Layout
1911 A
1912 \end_layout
1913
1914 \end_inset
1915 </cell>
1916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1917 \begin_inset Text
1918
1919 \begin_layout Plain Layout
1920
1921 \end_layout
1922
1923 \end_inset
1924 </cell>
1925 </row>
1926 </lyxtabular>
1927
1928 \end_inset
1929
1930
1931 \begin_inset Newline newline
1932 \end_inset
1933
1934 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
1935 \begin_inset CommandInset ref
1936 LatexCommand ref
1937 reference "sub:連結列の計算"
1938
1939 \end_inset
1940
1941 節および第
1942 \begin_inset CommandInset ref
1943 LatexCommand ref
1944 reference "sec:色付きの表"
1945
1946 \end_inset
1947
1948 節をご参照下さい。
1949 \end_layout
1950
1951 \begin_layout Description
1952
1953 \family sans
1954 罫線
1955 \family default
1956  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
1957 \begin_inset Newline newline
1958 \end_inset
1959
1960 様式オプションとして
1961 \family sans
1962 フォーマル様式
1963 \family default
1964 を使用すると、第
1965 \begin_inset CommandInset ref
1966 LatexCommand ref
1967 reference "sec:フォーマル形式の表"
1968
1969 \end_inset
1970
1971 節に述べられているフォーマル様式の表に表を変換します。
1972 \begin_inset Newline newline
1973 \end_inset
1974
1975 またここで、第
1976 \begin_inset CommandInset ref
1977 LatexCommand ref
1978 reference "sub:行の余白取り"
1979
1980 \end_inset
1981
1982 節に述べられているように、表の行に空白を追加することもできます。
1983 \end_layout
1984
1985 \begin_layout Description
1986
1987 \family sans
1988 長尺表
1989 \family default
1990  このタブは、複数のページにわたる、いわゆる「
1991 \emph on
1992 長尺表
1993 \emph default
1994 」を作るためのものです。第
1995 \begin_inset CommandInset ref
1996 LatexCommand ref
1997 reference "sec:長尺表"
1998
1999 \end_inset
2000
2001 節および第
2002 \begin_inset CommandInset ref
2003 LatexCommand ref
2004 reference "sec:長尺表にまつわる諸点"
2005
2006 \end_inset
2007
2008 節に、長尺表の機能に関する詳細な説明があります。
2009 \end_layout
2010
2011 \begin_layout Section
2012 表ツールバー
2013 \begin_inset Index idx
2014 status collapsed
2015
2016 \begin_layout Plain Layout
2017 ひょう@表 ! つーるばー@ツールバー
2018 \end_layout
2019
2020 \end_inset
2021
2022
2023 \end_layout
2024
2025 \begin_layout Standard
2026 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
2027 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
2028 \end_layout
2029
2030 \begin_layout Standard
2031 ツールバーには、以下のアイコンがあります。
2032 \end_layout
2033
2034 \begin_layout Labeling
2035 \labelwidthstring 00.00.0000
2036
2037 \family sans
2038 \begin_inset Info
2039 type  "icon"
2040 arg   "inset-modify tabular append-row"
2041 \end_inset
2042
2043
2044 \family default
2045  は、現在セルあるいは選択範囲の下に行を追加します。
2046 \end_layout
2047
2048 \begin_layout Labeling
2049 \labelwidthstring 00.00.0000
2050
2051 \family sans
2052 \begin_inset Info
2053 type  "icon"
2054 arg   "inset-modify tabular append-column"
2055 \end_inset
2056
2057
2058 \family default
2059  は、現在セルあるいは選択範囲の右に列を追加します。
2060 \end_layout
2061
2062 \begin_layout Labeling
2063 \labelwidthstring 00.00.0000
2064
2065 \family sans
2066 \begin_inset Info
2067 type  "icon"
2068 arg   "inset-modify tabular delete-row"
2069 \end_inset
2070
2071
2072 \family default
2073  は、現在行あるいは選択範囲行を削除します。
2074 \end_layout
2075
2076 \begin_layout Labeling
2077 \labelwidthstring 00.00.0000
2078
2079 \family sans
2080 \begin_inset Info
2081 type  "icon"
2082 arg   "inset-modify tabular delete-column"
2083 \end_inset
2084
2085
2086 \family default
2087  は、現在列あるいは選択範囲列を削除します。
2088 \end_layout
2089
2090 \begin_layout Labeling
2091 \labelwidthstring 00.00.0000
2092
2093 \family sans
2094 \begin_inset Info
2095 type  "icon"
2096 arg   "inset-modify tabular toggle-line-top"
2097 \end_inset
2098
2099
2100 \family default
2101  は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2102 \end_layout
2103
2104 \begin_layout Labeling
2105 \labelwidthstring 00.00.0000
2106
2107 \family sans
2108 \begin_inset Info
2109 type  "icon"
2110 arg   "inset-modify tabular toggle-line-bottom"
2111 \end_inset
2112
2113
2114 \family default
2115  は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2116 \end_layout
2117
2118 \begin_layout Labeling
2119 \labelwidthstring 00.00.0000
2120
2121 \family sans
2122 \begin_inset Info
2123 type  "icon"
2124 arg   "inset-modify tabular toggle-line-left"
2125 \end_inset
2126
2127
2128 \family default
2129  は、現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2130 \end_layout
2131
2132 \begin_layout Labeling
2133 \labelwidthstring 00.00.0000
2134
2135 \family sans
2136 \begin_inset Info
2137 type  "icon"
2138 arg   "inset-modify tabular toggle-line-right"
2139 \end_inset
2140
2141
2142 \family default
2143  は、現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2144 \end_layout
2145
2146 \begin_layout Labeling
2147 \labelwidthstring 00.00.0000
2148
2149 \family sans
2150 \begin_inset Info
2151 type  "icon"
2152 arg   "inset-modify tabular set-all-lines"
2153 \end_inset
2154
2155
2156 \family default
2157  は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2158 \end_layout
2159
2160 \begin_layout Labeling
2161 \labelwidthstring 00.00.0000
2162
2163 \family sans
2164 \begin_inset Info
2165 type  "icon"
2166 arg   "inset-modify tabular unset-all-lines"
2167 \end_inset
2168
2169
2170 \family default
2171  は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2172 \end_layout
2173
2174 \begin_layout Labeling
2175 \labelwidthstring 00.00.0000
2176
2177 \family sans
2178 \begin_inset Info
2179 type  "icon"
2180 arg   "inset-modify tabular m-align-left"
2181 \end_inset
2182
2183
2184 \family default
2185  は、現在セルあるいは現在列の内容を左揃えにします。
2186 \end_layout
2187
2188 \begin_layout Labeling
2189 \labelwidthstring 00.00.0000
2190
2191 \family sans
2192 \begin_inset Info
2193 type  "icon"
2194 arg   "inset-modify tabular m-align-center"
2195 \end_inset
2196
2197
2198 \family default
2199  は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2200 \end_layout
2201
2202 \begin_layout Labeling
2203 \labelwidthstring 00.00.0000
2204
2205 \family sans
2206 \begin_inset Info
2207 type  "icon"
2208 arg   "inset-modify tabular m-align-right"
2209 \end_inset
2210
2211
2212 \family default
2213  は、現在セルあるいは現在列の内容を右揃えにします。
2214 \end_layout
2215
2216 \begin_layout Labeling
2217 \labelwidthstring 00.00.0000
2218
2219 \family sans
2220 \begin_inset Info
2221 type  "icon"
2222 arg   "inset-modify tabular align-decimal"
2223 \end_inset
2224
2225
2226 \family default
2227  は、現在セルの内容を特定文字位置で揃えます。
2228 \end_layout
2229
2230 \begin_layout Labeling
2231 \labelwidthstring 00.00.0000
2232
2233 \family sans
2234 \begin_inset Info
2235 type  "icon"
2236 arg   "inset-modify tabular m-valign-top"
2237 \end_inset
2238
2239
2240 \family default
2241  は、現在セルの内容を垂直方向上揃えにします。
2242 \end_layout
2243
2244 \begin_layout Labeling
2245 \labelwidthstring 00.00.0000
2246
2247 \family sans
2248 \begin_inset Info
2249 type  "icon"
2250 arg   "inset-modify tabular m-valign-middle"
2251 \end_inset
2252
2253
2254 \family default
2255  は、現在セルの内容を垂直方向中央揃えにします。
2256 \end_layout
2257
2258 \begin_layout Labeling
2259 \labelwidthstring 00.00.0000
2260
2261 \family sans
2262 \begin_inset Info
2263 type  "icon"
2264 arg   "inset-modify tabular m-valign-bottom"
2265 \end_inset
2266
2267
2268 \family default
2269  は、現在セルの内容を垂直方向下揃えにします。
2270 \end_layout
2271
2272 \begin_layout Labeling
2273 \labelwidthstring 00.00.0000
2274
2275 \family sans
2276 \begin_inset Info
2277 type  "icon"
2278 arg   "inset-modify tabular set-rotate-cell"
2279 \end_inset
2280
2281
2282 \family default
2283  は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2284 \end_layout
2285
2286 \begin_layout Labeling
2287 \labelwidthstring 00.00.0000
2288
2289 \family sans
2290 \begin_inset Info
2291 type  "icon"
2292 arg   "inset-modify tabular set-rotate-tabular"
2293 \end_inset
2294
2295
2296 \family default
2297  は、表全体を反時計廻りに90度回転します。
2298 \end_layout
2299
2300 \begin_layout Labeling
2301 \labelwidthstring 00.00.0000
2302
2303 \family sans
2304 \begin_inset Info
2305 type  "icon"
2306 arg   "inset-modify tabular multicolumn"
2307 \end_inset
2308
2309
2310 \family default
2311  は、現在セルあるいは選択範囲を連結列にします。
2312 \end_layout
2313
2314 \begin_layout Labeling
2315 \labelwidthstring 00.00.0000
2316
2317 \family sans
2318 \begin_inset Info
2319 type  "icon"
2320 arg   "inset-modify tabular multirow"
2321 \end_inset
2322
2323
2324 \family default
2325  は、現在セルあるいは選択範囲を連結行にします。
2326 \end_layout
2327
2328 \begin_layout Standard
2329 \begin_inset Note Greyedout
2330 status open
2331
2332 \begin_layout Plain Layout
2333
2334 \series bold
2335 【註】
2336 \series default
2337 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2338 \end_layout
2339
2340 \end_inset
2341
2342
2343 \end_layout
2344
2345 \begin_layout Section
2346 表編集メニュー
2347 \begin_inset Index idx
2348 status collapsed
2349
2350 \begin_layout Plain Layout
2351 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2352 \end_layout
2353
2354 \end_inset
2355
2356
2357 \end_layout
2358
2359 \begin_layout Standard
2360 表ダイアログと表ツールバーの他に、
2361 \family sans
2362 編集\SpecialChar \menuseparator
2363
2364 \family default
2365 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2366 部にあるときのみ、表示されます。
2367 \end_layout
2368
2369 \begin_layout Section
2370 表フロート
2371 \begin_inset CommandInset label
2372 LatexCommand label
2373 name "sec:表フロート"
2374
2375 \end_inset
2376
2377
2378 \begin_inset Index idx
2379 status collapsed
2380
2381 \begin_layout Plain Layout
2382 ふろーと@フロート ! ひょう@表
2383 \end_layout
2384
2385 \end_inset
2386
2387
2388 \begin_inset Index idx
2389 status collapsed
2390
2391 \begin_layout Plain Layout
2392 ひょう@表 ! ふろーと@フロート
2393 \end_layout
2394
2395 \end_inset
2396
2397
2398 \end_layout
2399
2400 \begin_layout Standard
2401 フロートの一般的な説明については、第
2402 \begin_inset CommandInset ref
2403 LatexCommand ref
2404 reference "sec:フロートはじめに"
2405
2406 \end_inset
2407
2408 節をご覧下さい。
2409 \end_layout
2410
2411 \begin_layout Standard
2412 \begin_inset Float table
2413 placement h
2414 wide false
2415 sideways false
2416 status open
2417
2418 \begin_layout Plain Layout
2419 \begin_inset Caption
2420
2421 \begin_layout Plain Layout
2422 \begin_inset CommandInset label
2423 LatexCommand label
2424 name "tab:表フロート"
2425
2426 \end_inset
2427
2428 表フロート
2429 \end_layout
2430
2431 \end_inset
2432
2433
2434 \end_layout
2435
2436 \begin_layout Plain Layout
2437 \align center
2438 \begin_inset Tabular
2439 <lyxtabular version="3" rows="3" columns="3">
2440 <features tabularvalignment="middle">
2441 <column alignment="center" valignment="top" width="0pt">
2442 <column alignment="center" valignment="top" width="0pt">
2443 <column alignment="center" valignment="top" width="0pt">
2444 <row>
2445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2446 \begin_inset Text
2447
2448 \begin_layout Plain Layout
2449
2450 \family roman
2451 \series medium
2452 \shape up
2453 \size normal
2454 \emph off
2455 \bar no
2456 \noun off
2457 \color none
2458 1
2459 \end_layout
2460
2461 \end_inset
2462 </cell>
2463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2464 \begin_inset Text
2465
2466 \begin_layout Plain Layout
2467
2468 \family roman
2469 \series medium
2470 \shape up
2471 \size normal
2472 \emph off
2473 \bar no
2474 \noun off
2475 \color none
2476 2
2477 \end_layout
2478
2479 \end_inset
2480 </cell>
2481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2482 \begin_inset Text
2483
2484 \begin_layout Plain Layout
2485
2486 \family roman
2487 \series medium
2488 \shape up
2489 \size normal
2490 \emph off
2491 \bar no
2492 \noun off
2493 \color none
2494 3
2495 \end_layout
2496
2497 \end_inset
2498 </cell>
2499 </row>
2500 <row>
2501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2502 \begin_inset Text
2503
2504 \begin_layout Plain Layout
2505 森嶋
2506 \end_layout
2507
2508 \end_inset
2509 </cell>
2510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2511 \begin_inset Text
2512
2513 \begin_layout Plain Layout
2514 宇沢
2515 \end_layout
2516
2517 \end_inset
2518 </cell>
2519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2520 \begin_inset Text
2521
2522 \begin_layout Plain Layout
2523 二階堂
2524 \end_layout
2525
2526 \end_inset
2527 </cell>
2528 </row>
2529 <row>
2530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2531 \begin_inset Text
2532
2533 \begin_layout Plain Layout
2534
2535 \family roman
2536 \series medium
2537 \shape up
2538 \size normal
2539 \emph off
2540 \bar no
2541 \noun off
2542 \color none
2543 \begin_inset Formula $\int x^{2}dx$
2544 \end_inset
2545
2546
2547 \end_layout
2548
2549 \end_inset
2550 </cell>
2551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2552 \begin_inset Text
2553
2554 \begin_layout Plain Layout
2555
2556 \family roman
2557 \series medium
2558 \shape up
2559 \size normal
2560 \emph off
2561 \bar no
2562 \noun off
2563 \color none
2564 \begin_inset Formula $\left[\begin{array}{cc}
2565 a & b\\
2566 c & d
2567 \end{array}\right]$
2568 \end_inset
2569
2570
2571 \end_layout
2572
2573 \end_inset
2574 </cell>
2575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2576 \begin_inset Text
2577
2578 \begin_layout Plain Layout
2579
2580 \family roman
2581 \series medium
2582 \shape up
2583 \size normal
2584 \emph off
2585 \bar no
2586 \noun off
2587 \color none
2588 \begin_inset Formula $1+1=2$
2589 \end_inset
2590
2591
2592 \end_layout
2593
2594 \end_inset
2595 </cell>
2596 </row>
2597 </lyxtabular>
2598
2599 \end_inset
2600
2601
2602 \end_layout
2603
2604 \end_inset
2605
2606
2607 \end_layout
2608
2609 \begin_layout Standard
2610 表フロートは、
2611 \family sans
2612 挿入
2613 \shape up
2614 \SpecialChar \menuseparator
2615 フロート\SpecialChar \menuseparator
2616
2617 \family default
2618 \shape default
2619 メニューかツールバーボタン
2620 \family sans
2621
2622 \begin_inset Info
2623 type  "icon"
2624 arg   "float-insert table"
2625 \end_inset
2626
2627
2628 \family default
2629 を使うと挿入することができます。
2630 \end_layout
2631
2632 \begin_layout Standard
2633 フロートは折りたたむことのできるボックスとして表示され、中には「表
2634 \begin_inset space ~
2635 \end_inset
2636
2637 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2638 \end_layout
2639
2640 \begin_layout Standard
2641
2642 \begin_inset space ~
2643 \end_inset
2644
2645
2646 \begin_inset CommandInset ref
2647 LatexCommand ref
2648 reference "tab:表フロート"
2649
2650 \end_inset
2651
2652 は、表フロートに入れた表の例です。
2653 \end_layout
2654
2655 \begin_layout Standard
2656 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2657 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2658 eXパッケージの
2659 \series bold
2660 caption
2661 \series default
2662
2663 \begin_inset Index idx
2664 status collapsed
2665
2666 \begin_layout Plain Layout
2667 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2668 \end_layout
2669
2670 \end_inset
2671
2672
2673 \end_layout
2674
2675 \begin_layout Standard
2676
2677 \series bold
2678 tableposition=top
2679 \end_layout
2680
2681 \begin_layout Standard
2682 というオプションとともにloadコマンドを使って読み込んでください
2683 \begin_inset Foot
2684 status collapsed
2685
2686 \begin_layout Plain Layout
2687 詳しくは、第
2688 \begin_inset CommandInset ref
2689 LatexCommand ref
2690 reference "sec:キャプションの配置"
2691
2692 \end_inset
2693
2694 節をご覧下さい。
2695 \end_layout
2696
2697 \end_inset
2698
2699 。キャプション書式を調整するには、第
2700 \begin_inset CommandInset ref
2701 LatexCommand ref
2702 reference "sec:キャプションの書式設定"
2703
2704 \end_inset
2705
2706 節にものべられているように
2707 \series bold
2708 caption
2709 \series default
2710 パッケージを使用します。
2711 \end_layout
2712
2713 \begin_layout Standard
2714 \begin_inset Index idx
2715 status collapsed
2716
2717 \begin_layout Plain Layout
2718 さんしょう@参照 ! ひょうへの@表への
2719 \end_layout
2720
2721 \end_inset
2722
2723 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2724 \family sans
2725 挿入\SpecialChar \menuseparator
2726 ラベル
2727 \family default
2728 メニューかツールバーボタンの
2729 \family sans
2730
2731 \begin_inset Info
2732 type  "icon"
2733 arg   "label-insert"
2734 \end_inset
2735
2736
2737 \family default
2738 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2739 相互参照メニューかツールバーボタンの
2740 \family sans
2741
2742 \begin_inset Info
2743 type  "icon"
2744 arg   "dialog-show-new-inset ref"
2745 \end_inset
2746
2747
2748 \family default
2749 を用いて、このラベルを参照することができます。
2750 \begin_inset Newline newline
2751 \end_inset
2752
2753 参照は、第
2754 \begin_inset CommandInset ref
2755 LatexCommand ref
2756 reference "sec:フロートの参照"
2757
2758 \end_inset
2759
2760 節で詳細に説明されています。
2761 \end_layout
2762
2763 \begin_layout Section
2764 長尺表
2765 \begin_inset CommandInset label
2766 LatexCommand label
2767 name "sec:長尺表"
2768
2769 \end_inset
2770
2771
2772 \begin_inset Index idx
2773 status collapsed
2774
2775 \begin_layout Plain Layout
2776 ちょうしゃくひょう@長尺表
2777 \end_layout
2778
2779 \end_inset
2780
2781
2782 \begin_inset Index idx
2783 status collapsed
2784
2785 \begin_layout Plain Layout
2786 ひょう@表 ! ちょうしゃくひょう@長尺表
2787 \end_layout
2788
2789 \end_inset
2790
2791
2792 \end_layout
2793
2794 \begin_layout Standard
2795 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2796 \family sans
2797 長尺表
2798 \family default
2799 タブにある
2800 \family sans
2801 長尺表を使う
2802 \family default
2803 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2804 することができるようになります。
2805 \end_layout
2806
2807 \begin_layout Description
2808 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2809 \family roman
2810 \series medium
2811 \shape up
2812 \size normal
2813 \emph off
2814 \bar no
2815 \noun off
2816 \color none
2817 ただし、
2818 \family sans
2819 \series default
2820 \shape default
2821 \size default
2822 \emph default
2823 \bar default
2824 \noun default
2825 \color inherit
2826 冒頭ヘッダ
2827 \family roman
2828 \series medium
2829 \shape up
2830 \size normal
2831 \emph off
2832 \bar no
2833 \noun off
2834 \color none
2835 が定義されているときは、冒頭ページを除きます。
2836 \family default
2837 \series default
2838 \shape default
2839 \size default
2840 \emph default
2841 \bar default
2842 \noun default
2843 \color inherit
2844 これと区別して、このヘッダは本体ヘッダと呼びます。
2845 \end_layout
2846
2847 \begin_layout Description
2848 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2849 \end_layout
2850
2851 \begin_layout Description
2852 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2853 \family roman
2854 \series medium
2855 \shape up
2856 \size normal
2857 \emph off
2858 \bar no
2859 \noun off
2860 \color none
2861 ただし、
2862 \family sans
2863 \series default
2864 \shape default
2865 \size default
2866 \emph default
2867 \bar default
2868 \noun default
2869 \color inherit
2870 末尾フッタ
2871 \family roman
2872 \series medium
2873 \shape up
2874 \size normal
2875 \emph off
2876 \bar no
2877 \noun off
2878 \color none
2879 が定義されているときは、末尾ページを除きます。
2880 \end_layout
2881
2882 \begin_layout Description
2883 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2884 \end_layout
2885
2886 \begin_layout Description
2887 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2888 \begin_inset CommandInset ref
2889 LatexCommand ref
2890 reference "sub:長尺表のキャプション"
2891
2892 \end_inset
2893
2894 節で説明されています。
2895 \end_layout
2896
2897 \begin_layout Standard
2898 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
2899 \end_layout
2900
2901 \begin_layout Standard
2902 \align center
2903 \begin_inset Tabular
2904 <lyxtabular version="3" rows="69" columns="3">
2905 <features islongtable="true" longtabularalignment="center">
2906 <column alignment="left" valignment="top" width="0cm">
2907 <column alignment="left" valignment="top" width="0pt">
2908 <column alignment="center" valignment="top" width="0pt">
2909 <row endfirsthead="true">
2910 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2911 \begin_inset Text
2912
2913 \begin_layout Plain Layout
2914
2915 \series bold
2916 例示用電話帳(名前は無視してください)
2917 \end_layout
2918
2919 \end_inset
2920 </cell>
2921 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2922 \begin_inset Text
2923
2924 \begin_layout Plain Layout
2925
2926 \end_layout
2927
2928 \end_inset
2929 </cell>
2930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Plain Layout
2934
2935 \end_layout
2936
2937 \end_inset
2938 </cell>
2939 </row>
2940 <row endfirsthead="true">
2941 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2942 \begin_inset Text
2943
2944 \begin_layout Plain Layout
2945 氏名
2946 \end_layout
2947
2948 \end_inset
2949 </cell>
2950 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2951 \begin_inset Text
2952
2953 \begin_layout Plain Layout
2954
2955 \end_layout
2956
2957 \end_inset
2958 </cell>
2959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2960 \begin_inset Text
2961
2962 \begin_layout Plain Layout
2963
2964 \series bold
2965 TEL.
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 </row>
2971 <row endhead="true">
2972 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2973 \begin_inset Text
2974
2975 \begin_layout Plain Layout
2976
2977 \series bold
2978 例示用電話帳
2979 \end_layout
2980
2981 \end_inset
2982 </cell>
2983 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2984 \begin_inset Text
2985
2986 \begin_layout Plain Layout
2987
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2993 \begin_inset Text
2994
2995 \begin_layout Plain Layout
2996
2997 \end_layout
2998
2999 \end_inset
3000 </cell>
3001 </row>
3002 <row endhead="true">
3003 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3004 \begin_inset Text
3005
3006 \begin_layout Plain Layout
3007 氏名
3008 \end_layout
3009
3010 \end_inset
3011 </cell>
3012 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3013 \begin_inset Text
3014
3015 \begin_layout Plain Layout
3016
3017 \end_layout
3018
3019 \end_inset
3020 </cell>
3021 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3022 \begin_inset Text
3023
3024 \begin_layout Plain Layout
3025
3026 \series bold
3027 TEL.
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 </row>
3033 <row endfoot="true">
3034 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3035 \begin_inset Text
3036
3037 \begin_layout Plain Layout
3038 次頁へつづく
3039 \end_layout
3040
3041 \end_inset
3042 </cell>
3043 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3044 \begin_inset Text
3045
3046 \begin_layout Plain Layout
3047
3048 \end_layout
3049
3050 \end_inset
3051 </cell>
3052 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3053 \begin_inset Text
3054
3055 \begin_layout Plain Layout
3056
3057 \end_layout
3058
3059 \end_inset
3060 </cell>
3061 </row>
3062 <row>
3063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067
3068 \series bold
3069 Annovi
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 <cell alignment="center" valignment="top" usebox="none">
3075 \begin_inset Text
3076
3077 \begin_layout Plain Layout
3078 Silvia
3079 \end_layout
3080
3081 \end_inset
3082 </cell>
3083 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3084 \begin_inset Text
3085
3086 \begin_layout Plain Layout
3087 111
3088 \end_layout
3089
3090 \end_inset
3091 </cell>
3092 </row>
3093 <row>
3094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098
3099 \series bold
3100 Bertoli
3101 \end_layout
3102
3103 \end_inset
3104 </cell>
3105 <cell alignment="center" valignment="top" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109 Stefano
3110 \end_layout
3111
3112 \end_inset
3113 </cell>
3114 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3115 \begin_inset Text
3116
3117 \begin_layout Plain Layout
3118 111
3119 \end_layout
3120
3121 \end_inset
3122 </cell>
3123 </row>
3124 <row>
3125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129
3130 \series bold
3131 Bozzi
3132 \end_layout
3133
3134 \end_inset
3135 </cell>
3136 <cell alignment="center" valignment="top" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140 Walter
3141 \end_layout
3142
3143 \end_inset
3144 </cell>
3145 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3146 \begin_inset Text
3147
3148 \begin_layout Plain Layout
3149 111
3150 \end_layout
3151
3152 \end_inset
3153 </cell>
3154 </row>
3155 <row>
3156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160
3161 \series bold
3162 Cachia
3163 \end_layout
3164
3165 \end_inset
3166 </cell>
3167 <cell alignment="center" valignment="top" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Plain Layout
3171 Maria
3172 \end_layout
3173
3174 \end_inset
3175 </cell>
3176 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3177 \begin_inset Text
3178
3179 \begin_layout Plain Layout
3180 111
3181 \end_layout
3182
3183 \end_inset
3184 </cell>
3185 </row>
3186 <row>
3187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191
3192 \series bold
3193 Cachia
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 <cell alignment="center" valignment="top" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202 Maurizio
3203 \end_layout
3204
3205 \end_inset
3206 </cell>
3207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3208 \begin_inset Text
3209
3210 \begin_layout Plain Layout
3211 111
3212 \end_layout
3213
3214 \end_inset
3215 </cell>
3216 </row>
3217 <row>
3218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222
3223 \series bold
3224 Cinquemani
3225 \end_layout
3226
3227 \end_inset
3228 </cell>
3229 <cell alignment="center" valignment="top" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233 Giusi
3234 \end_layout
3235
3236 \end_inset
3237 </cell>
3238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3239 \begin_inset Text
3240
3241 \begin_layout Plain Layout
3242 111
3243 \end_layout
3244
3245 \end_inset
3246 </cell>
3247 </row>
3248 <row>
3249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253
3254 \series bold
3255 Colin
3256 \end_layout
3257
3258 \end_inset
3259 </cell>
3260 <cell alignment="center" valignment="top" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Plain Layout
3264 Bernard
3265 \end_layout
3266
3267 \end_inset
3268 </cell>
3269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3270 \begin_inset Text
3271
3272 \begin_layout Plain Layout
3273 111
3274 \end_layout
3275
3276 \end_inset
3277 </cell>
3278 </row>
3279 <row>
3280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284
3285 \series bold
3286 Concli
3287 \end_layout
3288
3289 \end_inset
3290 </cell>
3291 <cell alignment="center" valignment="top" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295 Gianfranco
3296 \end_layout
3297
3298 \end_inset
3299 </cell>
3300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3301 \begin_inset Text
3302
3303 \begin_layout Plain Layout
3304 111
3305 \end_layout
3306
3307 \end_inset
3308 </cell>
3309 </row>
3310 <row>
3311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315
3316 \series bold
3317 Dal Bosco
3318 \end_layout
3319
3320 \end_inset
3321 </cell>
3322 <cell alignment="center" valignment="top" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326 Carolina
3327 \end_layout
3328
3329 \end_inset
3330 </cell>
3331 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3332 \begin_inset Text
3333
3334 \begin_layout Plain Layout
3335 111
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 </row>
3341 <row>
3342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346
3347 \series bold
3348 Dalpiaz
3349 \end_layout
3350
3351 \end_inset
3352 </cell>
3353 <cell alignment="center" valignment="top" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357 Annamaria
3358 \end_layout
3359
3360 \end_inset
3361 </cell>
3362 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366 111
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 </row>
3372 <row>
3373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377
3378 \series bold
3379 Feliciello
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 <cell alignment="center" valignment="top" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388 Domenico
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3394 \begin_inset Text
3395
3396 \begin_layout Plain Layout
3397 111
3398 \end_layout
3399
3400 \end_inset
3401 </cell>
3402 </row>
3403 <row>
3404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408
3409 \series bold
3410 Focarelli
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 <cell alignment="center" valignment="top" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419 Paola
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3425 \begin_inset Text
3426
3427 \begin_layout Plain Layout
3428 111
3429 \end_layout
3430
3431 \end_inset
3432 </cell>
3433 </row>
3434 <row>
3435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439
3440 \series bold
3441 Galletti
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 <cell alignment="center" valignment="top" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450 Oreste
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3456 \begin_inset Text
3457
3458 \begin_layout Plain Layout
3459 111
3460 \end_layout
3461
3462 \end_inset
3463 </cell>
3464 </row>
3465 <row>
3466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470
3471 \series bold
3472 Gasparini
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 <cell alignment="center" valignment="top" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481 Franca
3482 \end_layout
3483
3484 \end_inset
3485 </cell>
3486 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3487 \begin_inset Text
3488
3489 \begin_layout Plain Layout
3490 111
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 </row>
3496 <row>
3497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501
3502 \series bold
3503 Rizzardi
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 <cell alignment="center" valignment="top" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512 Paola
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521 111
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 </row>
3527 <row>
3528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532
3533 \series bold
3534 Lassini
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 <cell alignment="center" valignment="top" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543 Giancarlo
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552 111
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 </row>
3558 <row>
3559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563
3564 \series bold
3565 Malfatti
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 <cell alignment="center" valignment="top" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574 Luciano
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583 111
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 </row>
3589 <row>
3590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594
3595 \series bold
3596 Malfatti
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 <cell alignment="center" valignment="top" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605 Valeriano
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614 111
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 </row>
3620 <row>
3621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625
3626 \series bold
3627 Meneguzzo
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 <cell alignment="center" valignment="top" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636 Roberto
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645 111
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 </row>
3651 <row>
3652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656
3657 \series bold
3658 Mezzadra
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 <cell alignment="center" valignment="top" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667 Roberto
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Plain Layout
3676 111
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 </row>
3682 <row>
3683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687
3688 \series bold
3689 Pirpamer
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 <cell alignment="center" valignment="top" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698 Erich
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 111
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 </row>
3713 <row>
3714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718
3719 \series bold
3720 Pochiesa
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 <cell alignment="center" valignment="top" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729 Paolo
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Plain Layout
3738 111, 222
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 </row>
3744 <row>
3745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749
3750 \series bold
3751 Radina
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 <cell alignment="center" valignment="top" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760 Claudio
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769 111
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 </row>
3775 <row>
3776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780
3781 \series bold
3782 Stuffer
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 <cell alignment="center" valignment="top" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791 Oskar
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800 111
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 </row>
3806 <row>
3807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811
3812 \series bold
3813 Tacchelli
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 <cell alignment="center" valignment="top" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822 Ugo
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Plain Layout
3831 111
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 </row>
3837 <row>
3838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842
3843 \series bold
3844 Tezzele
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 <cell alignment="center" valignment="top" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853 Margit
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862 111
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 </row>
3868 <row>
3869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873
3874 \series bold
3875 Unterkalmsteiner
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 <cell alignment="center" valignment="top" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884 Frieda
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Plain Layout
3893 111
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 </row>
3899 <row>
3900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904
3905 \series bold
3906 Vieider
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 <cell alignment="center" valignment="top" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915 Hilde
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924 111
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 </row>
3930 <row>
3931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935
3936 \series bold
3937 Vigna
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 <cell alignment="center" valignment="top" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946 Jürgen
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955 111
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 </row>
3961 <row>
3962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966
3967 \series bold
3968 Weber
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977 Maurizio
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986 111
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 </row>
3992 <row>
3993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997
3998 \series bold
3999 Winkler
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008 Franz
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 111
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 </row>
4023 <row>
4024 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028  
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 </row>
4052 <row>
4053 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057
4058 \series bold
4059 Annovi
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 <cell alignment="center" valignment="top" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068 Silvia
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077 555
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 </row>
4083 <row>
4084 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088
4089 \series bold
4090 Bertoli
4091 \end_layout
4092
4093 \end_inset
4094 </cell>
4095 <cell alignment="center" valignment="top" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099 Stefano
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108 555
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 </row>
4114 <row>
4115 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119
4120 \series bold
4121 Bozzi
4122 \end_layout
4123
4124 \end_inset
4125 </cell>
4126 <cell alignment="center" valignment="top" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130 Walter
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139 555
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 </row>
4145 <row>
4146 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150
4151 \series bold
4152 Cachia
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 <cell alignment="center" valignment="top" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161 Maria
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 555
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 </row>
4176 <row>
4177 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181
4182 \series bold
4183 Cachia
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 <cell alignment="center" valignment="top" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192 Maurizio
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201 555
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 </row>
4207 <row>
4208 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212
4213 \series bold
4214 Cinquemani
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 <cell alignment="center" valignment="top" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223 Giusi
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232 555
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 </row>
4238 <row>
4239 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243
4244 \series bold
4245 Colin
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 <cell alignment="center" valignment="top" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254 Bernard
4255 \end_layout
4256
4257 \end_inset
4258 </cell>
4259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Plain Layout
4263 555
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 </row>
4269 <row>
4270 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274
4275 \series bold
4276 Concli
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 <cell alignment="center" valignment="top" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285 Gianfranco
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294 555
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 </row>
4300 <row>
4301 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305
4306 \series bold
4307 Dal Bosco
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 <cell alignment="center" valignment="top" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316 Carolina
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325 555
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 </row>
4331 <row>
4332 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336
4337 \series bold
4338 Dalpiaz
4339 \end_layout
4340
4341 \end_inset
4342 </cell>
4343 <cell alignment="center" valignment="top" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347 Annamaria
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356 555
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 </row>
4362 <row>
4363 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367
4368 \series bold
4369 Feliciello
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 <cell alignment="center" valignment="top" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378 Domenico
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387 555
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 </row>
4393 <row>
4394 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398
4399 \series bold
4400 Focarelli
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 <cell alignment="center" valignment="top" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409 Paola
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4415 \begin_inset Text
4416
4417 \begin_layout Plain Layout
4418 555
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 </row>
4424 <row>
4425 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429
4430 \series bold
4431 Galletti
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 <cell alignment="center" valignment="top" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440 Oreste
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449 555
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 </row>
4455 <row>
4456 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460
4461 \series bold
4462 Gasparini
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 <cell alignment="center" valignment="top" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 Franca
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480 555
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 </row>
4486 <row>
4487 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491
4492 \series bold
4493 Rizzardi
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 <cell alignment="center" valignment="top" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502 Paola
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Plain Layout
4511 555
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 </row>
4517 <row>
4518 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522
4523 \series bold
4524 Lassini
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 <cell alignment="center" valignment="top" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533 Giancarlo
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542 555
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 </row>
4548 <row>
4549 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553
4554 \series bold
4555 Malfatti
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 <cell alignment="center" valignment="top" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564 Luciano
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4570 \begin_inset Text
4571
4572 \begin_layout Plain Layout
4573 555
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 </row>
4579 <row>
4580 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584
4585 \series bold
4586 Malfatti
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 <cell alignment="center" valignment="top" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595 Valeriano
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604 555
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 </row>
4610 <row>
4611 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615
4616 \series bold
4617 Meneguzzo
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 <cell alignment="center" valignment="top" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626 Roberto
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635 555
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 </row>
4641 <row>
4642 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646
4647 \series bold
4648 Mezzadra
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 <cell alignment="center" valignment="top" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657 Roberto
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666 555
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 </row>
4672 <row>
4673 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677
4678 \series bold
4679 Pirpamer
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 <cell alignment="center" valignment="top" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688 Erich
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697 555
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 </row>
4703 <row>
4704 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708
4709 \series bold
4710 Pochiesa
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 <cell alignment="center" valignment="top" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719 Paolo
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728 555, 222
4729 \end_layout
4730
4731 \end_inset
4732 </cell>
4733 </row>
4734 <row>
4735 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739
4740 \series bold
4741 Radina
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 <cell alignment="center" valignment="top" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750 Claudio
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759 555
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 </row>
4765 <row>
4766 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770
4771 \series bold
4772 Stuffer
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 <cell alignment="center" valignment="top" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781 Oskar
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4787 \begin_inset Text
4788
4789 \begin_layout Plain Layout
4790 555
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 </row>
4796 <row>
4797 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801
4802 \series bold
4803 Tacchelli
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 <cell alignment="center" valignment="top" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812 Ugo
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821 555
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 </row>
4827 <row>
4828 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832
4833 \series bold
4834 Tezzele
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 <cell alignment="center" valignment="top" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843 Margit
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4849 \begin_inset Text
4850
4851 \begin_layout Plain Layout
4852 555
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 </row>
4858 <row>
4859 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863
4864 \series bold
4865 Unterkalmsteiner
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874 Frieda
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Plain Layout
4883 555
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 </row>
4889 <row>
4890 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894
4895 \series bold
4896 Vieider
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 <cell alignment="center" valignment="top" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905 Hilde
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914 555
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 </row>
4920 <row>
4921 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925
4926 \series bold
4927 Vigna
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 <cell alignment="center" valignment="top" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936 Jürgen
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4942 \begin_inset Text
4943
4944 \begin_layout Plain Layout
4945 999
4946 \end_layout
4947
4948 \end_inset
4949 </cell>
4950 </row>
4951 <row>
4952 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956
4957 \series bold
4958 Weber
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 <cell alignment="center" valignment="top" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967 Maurizio
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976 555
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 </row>
4982 <row>
4983 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987
4988 \series bold
4989 Winkler
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998 Franz
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5004 \begin_inset Text
5005
5006 \begin_layout Plain Layout
5007 555
5008 \end_layout
5009
5010 \end_inset
5011 </cell>
5012 </row>
5013 <row endlastfoot="true">
5014 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018 以上
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5024 \begin_inset Text
5025
5026 \begin_layout Plain Layout
5027
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Plain Layout
5036
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 </row>
5042 </lyxtabular>
5043
5044 \end_inset
5045
5046
5047 \begin_inset ERT
5048 status collapsed
5049
5050 \begin_layout Plain Layout
5051
5052
5053 \backslash
5054 addtocounter{table}{-1}
5055 \end_layout
5056
5057 \end_inset
5058
5059
5060 \begin_inset Note Note
5061 status collapsed
5062
5063 \begin_layout Plain Layout
5064 本コマンドの説明については、第
5065 \begin_inset CommandInset ref
5066 LatexCommand ref
5067 reference "sub:長尺表のキャプション"
5068
5069 \end_inset
5070
5071 節の最初の淡色表示注釈をご覧下さい。
5072 \end_layout
5073
5074 \end_inset
5075
5076
5077 \end_layout
5078
5079 \begin_layout Subsection
5080 長尺表での脚注
5081 \begin_inset CommandInset label
5082 LatexCommand label
5083 name "sub:長尺表での脚注"
5084
5085 \end_inset
5086
5087
5088 \begin_inset Index idx
5089 status collapsed
5090
5091 \begin_layout Plain Layout
5092 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
5093 \end_layout
5094
5095 \end_inset
5096
5097
5098 \end_layout
5099
5100 \begin_layout Standard
5101 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
5102 \begin_inset CommandInset ref
5103 LatexCommand ref
5104 reference "tab:別キャプション"
5105
5106 \end_inset
5107
5108 には脚注が付いています。
5109 \end_layout
5110
5111 \begin_layout Subsection
5112 長尺表の縦横揃え
5113 \begin_inset Index idx
5114 status collapsed
5115
5116 \begin_layout Plain Layout
5117 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5118 \end_layout
5119
5120 \end_inset
5121
5122
5123 \end_layout
5124
5125 \begin_layout Standard
5126 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5127 設定してから
5128 \end_layout
5129
5130 \begin_layout Standard
5131
5132 \series bold
5133
5134 \backslash
5135 setlength{
5136 \backslash
5137 LTleft}{値}
5138 \end_layout
5139
5140 \begin_layout Standard
5141 という行を当該長尺表の前にTeXコードとして挿入して、長さ
5142 \series bold
5143
5144 \backslash
5145 LTleft
5146 \series default
5147 および
5148 \series bold
5149
5150 \backslash
5151 LTright
5152 \series default
5153 の値を変更しなくてはなりません。ここで「値」は、第
5154 \begin_inset CommandInset ref
5155 LatexCommand ref
5156 reference "tab:単位"
5157
5158 \end_inset
5159
5160 表に挙げてある単位であれば、どの単位を取ることもできます。
5161 \series bold
5162
5163 \backslash
5164 LTleft
5165 \series default
5166 は、左頁余白から長尺表までの水平方向の距離を制御し、
5167 \series bold
5168
5169 \backslash
5170 LTright
5171 \series default
5172 は、右頁余白からの距離を制御します。これらの長さの既定値は
5173 \series bold
5174
5175 \backslash
5176 fill
5177 \series default
5178 となっており、LyXの水平フィルと同等になっています。
5179 \end_layout
5180
5181 \begin_layout Standard
5182 以下の長尺表は、中央揃えの上、
5183 \series bold
5184
5185 \backslash
5186 LTleft
5187 \series default
5188
5189 \family sans
5190 0.1
5191 \backslash
5192 columnwidth
5193 \family default
5194 に設定してあります。
5195 \begin_inset ERT
5196 status collapsed
5197
5198 \begin_layout Plain Layout
5199
5200
5201 \backslash
5202 setlength{
5203 \backslash
5204 LTleft}{0.1
5205 \backslash
5206 columnwidth}
5207 \end_layout
5208
5209 \end_inset
5210
5211
5212 \end_layout
5213
5214 \begin_layout Standard
5215 \begin_inset Tabular
5216 <lyxtabular version="3" rows="5" columns="5">
5217 <features islongtable="true" longtabularalignment="center">
5218 <column alignment="center" valignment="top" width="0">
5219 <column alignment="center" valignment="top" width="0">
5220 <column alignment="center" valignment="top" width="0">
5221 <column alignment="center" valignment="top" width="0">
5222 <column alignment="center" valignment="top" width="0">
5223 <row>
5224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228 1
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5234 \begin_inset Text
5235
5236 \begin_layout Plain Layout
5237 2
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246 3
5247 \end_layout
5248
5249 \end_inset
5250 </cell>
5251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5252 \begin_inset Text
5253
5254 \begin_layout Plain Layout
5255 4
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5261 \begin_inset Text
5262
5263 \begin_layout Plain Layout
5264 5
5265 \end_layout
5266
5267 \end_inset
5268 </cell>
5269 </row>
5270 <row>
5271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275 いろは
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5281 \begin_inset Text
5282
5283 \begin_layout Plain Layout
5284
5285 \end_layout
5286
5287 \end_inset
5288 </cell>
5289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5290 \begin_inset Text
5291
5292 \begin_layout Plain Layout
5293
5294 \end_layout
5295
5296 \end_inset
5297 </cell>
5298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5299 \begin_inset Text
5300
5301 \begin_layout Plain Layout
5302
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311 いろは
5312 \end_layout
5313
5314 \end_inset
5315 </cell>
5316 </row>
5317 <row>
5318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322 いろは
5323 \end_layout
5324
5325 \end_inset
5326 </cell>
5327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5328 \begin_inset Text
5329
5330 \begin_layout Plain Layout
5331
5332 \end_layout
5333
5334 \end_inset
5335 </cell>
5336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5337 \begin_inset Text
5338
5339 \begin_layout Plain Layout
5340
5341 \end_layout
5342
5343 \end_inset
5344 </cell>
5345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5346 \begin_inset Text
5347
5348 \begin_layout Plain Layout
5349
5350 \end_layout
5351
5352 \end_inset
5353 </cell>
5354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5355 \begin_inset Text
5356
5357 \begin_layout Plain Layout
5358 いろは
5359 \end_layout
5360
5361 \end_inset
5362 </cell>
5363 </row>
5364 <row>
5365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5366 \begin_inset Text
5367
5368 \begin_layout Plain Layout
5369 いろは
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5375 \begin_inset Text
5376
5377 \begin_layout Plain Layout
5378
5379 \end_layout
5380
5381 \end_inset
5382 </cell>
5383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5384 \begin_inset Text
5385
5386 \begin_layout Plain Layout
5387
5388 \end_layout
5389
5390 \end_inset
5391 </cell>
5392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5393 \begin_inset Text
5394
5395 \begin_layout Plain Layout
5396
5397 \end_layout
5398
5399 \end_inset
5400 </cell>
5401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5402 \begin_inset Text
5403
5404 \begin_layout Plain Layout
5405 いろは
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 </row>
5411 <row>
5412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5413 \begin_inset Text
5414
5415 \begin_layout Plain Layout
5416 いろは
5417 \end_layout
5418
5419 \end_inset
5420 </cell>
5421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5422 \begin_inset Text
5423
5424 \begin_layout Plain Layout
5425 いろは
5426 \end_layout
5427
5428 \end_inset
5429 </cell>
5430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434 いろは
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443 いろは
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452 いろは
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 </row>
5458 </lyxtabular>
5459
5460 \end_inset
5461
5462
5463 \begin_inset ERT
5464 status collapsed
5465
5466 \begin_layout Plain Layout
5467
5468
5469 \backslash
5470 setlength{
5471 \backslash
5472 LTleft}{
5473 \backslash
5474 fill}
5475 \end_layout
5476
5477 \end_inset
5478
5479
5480 \begin_inset ERT
5481 status collapsed
5482
5483 \begin_layout Plain Layout
5484
5485
5486 \backslash
5487 addtocounter{table}{-1}
5488 \end_layout
5489
5490 \end_inset
5491
5492
5493 \begin_inset Note Note
5494 status collapsed
5495
5496 \begin_layout Plain Layout
5497 このコマンドの説明に関しては、第
5498 \begin_inset CommandInset ref
5499 LatexCommand ref
5500 reference "sub:長尺表のキャプション"
5501
5502 \end_inset
5503
5504 節の最初の淡色表示注釈をご覧下さい。
5505 \end_layout
5506
5507 \end_inset
5508
5509
5510 \end_layout
5511
5512 \begin_layout Subsection
5513 長尺表のキャプション
5514 \begin_inset Index idx
5515 status collapsed
5516
5517 \begin_layout Plain Layout
5518 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5519 \end_layout
5520
5521 \end_inset
5522
5523
5524 \begin_inset CommandInset label
5525 LatexCommand label
5526 name "sub:長尺表のキャプション"
5527
5528 \end_inset
5529
5530
5531 \end_layout
5532
5533 \begin_layout Standard
5534 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5535 \begin_inset CommandInset ref
5536 LatexCommand ref
5537 reference "sec:長尺表"
5538
5539 \end_inset
5540
5541 節に述べられているように、ある行で長尺表オプションの
5542 \family sans
5543 キャプション
5544 \family default
5545 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションを入れることができる行はひとつだけです。
5546 \end_layout
5547
5548 \begin_layout Standard
5549 以下は、動作を確認するための短い長尺表です。
5550 \end_layout
5551
5552 \begin_layout Standard
5553 \begin_inset Tabular
5554 <lyxtabular version="3" rows="6" columns="5">
5555 <features islongtable="true" longtabularalignment="center">
5556 <column alignment="center" valignment="top" width="0">
5557 <column alignment="center" valignment="top" width="0">
5558 <column alignment="center" valignment="top" width="0">
5559 <column alignment="center" valignment="top" width="0">
5560 <column alignment="center" valignment="top" width="0">
5561 <row caption="true">
5562 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5563 \begin_inset Text
5564
5565 \begin_layout Plain Layout
5566 \begin_inset Caption
5567
5568 \begin_layout Plain Layout
5569 キャプション付き長尺表
5570 \begin_inset Argument
5571 status collapsed
5572
5573 \begin_layout Plain Layout
5574 長尺表
5575 \end_layout
5576
5577 \end_inset
5578
5579
5580 \end_layout
5581
5582 \end_inset
5583
5584
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Plain Layout
5593
5594 \end_layout
5595
5596 \end_inset
5597 </cell>
5598 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Plain Layout
5602
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5608 \begin_inset Text
5609
5610 \begin_layout Plain Layout
5611
5612 \end_layout
5613
5614 \end_inset
5615 </cell>
5616 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 </row>
5626 <row>
5627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631 1
5632 \end_layout
5633
5634 \end_inset
5635 </cell>
5636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5637 \begin_inset Text
5638
5639 \begin_layout Plain Layout
5640 2
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5646 \begin_inset Text
5647
5648 \begin_layout Plain Layout
5649 3
5650 \end_layout
5651
5652 \end_inset
5653 </cell>
5654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658 4
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667 5
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 </row>
5673 <row>
5674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678 いろは
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Plain Layout
5687
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Plain Layout
5696
5697 \end_layout
5698
5699 \end_inset
5700 </cell>
5701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714 いろは
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 </row>
5720 <row>
5721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725 いろは
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5731 \begin_inset Text
5732
5733 \begin_layout Plain Layout
5734
5735 \end_layout
5736
5737 \end_inset
5738 </cell>
5739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5740 \begin_inset Text
5741
5742 \begin_layout Plain Layout
5743
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 いろは
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 </row>
5767 <row>
5768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772 いろは
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Plain Layout
5781
5782 \end_layout
5783
5784 \end_inset
5785 </cell>
5786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5787 \begin_inset Text
5788
5789 \begin_layout Plain Layout
5790
5791 \end_layout
5792
5793 \end_inset
5794 </cell>
5795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799
5800 \end_layout
5801
5802 \end_inset
5803 </cell>
5804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Plain Layout
5808 いろは
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 </row>
5814 <row>
5815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 いろは
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5825 \begin_inset Text
5826
5827 \begin_layout Plain Layout
5828 いろは
5829 \end_layout
5830
5831 \end_inset
5832 </cell>
5833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5834 \begin_inset Text
5835
5836 \begin_layout Plain Layout
5837 いろは
5838 \end_layout
5839
5840 \end_inset
5841 </cell>
5842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846 いろは
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 いろは
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 </row>
5861 </lyxtabular>
5862
5863 \end_inset
5864
5865
5866 \end_layout
5867
5868 \begin_layout Standard
5869 \begin_inset VSpace medskip
5870 \end_inset
5871
5872
5873 \begin_inset Note Greyedout
5874 status open
5875
5876 \begin_layout Plain Layout
5877
5878 \series bold
5879 【註1】
5880 \series default
5881 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
5882 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
5883 \end_layout
5884
5885 \begin_layout Plain Layout
5886
5887 \series bold
5888
5889 \backslash
5890 addtocounter{table}{-1}
5891 \end_layout
5892
5893 \begin_layout Plain Layout
5894 というコマンドを挿入する方法があります。
5895 \end_layout
5896
5897 \begin_layout Plain Layout
5898 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
5899 \end_layout
5900
5901 \begin_layout Plain Layout
5902
5903 \series bold
5904
5905 \backslash
5906 let
5907 \backslash
5908 myEnd
5909 \backslash
5910 endlongtable
5911 \begin_inset Newline newline
5912 \end_inset
5913
5914
5915 \backslash
5916 renewcommand{
5917 \backslash
5918 endlongtable}{
5919 \backslash
5920 myEnd
5921 \backslash
5922 addtocounter{table}{-1}}
5923 \end_layout
5924
5925 \end_inset
5926
5927
5928 \end_layout
5929
5930 \begin_layout Standard
5931 \begin_inset Note Greyedout
5932 status open
5933
5934 \begin_layout Plain Layout
5935
5936 \series bold
5937 【註2】
5938 \series default
5939 相互参照をリンクするために、
5940 \family sans
5941 文書設定
5942 \family default
5943 ダイアログの
5944 \family sans
5945 PDF特性
5946 \family default
5947
5948 \series bold
5949 hyperref
5950 \series default
5951
5952 \begin_inset Index idx
5953 status collapsed
5954
5955 \begin_layout Plain Layout
5956 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
5957 \end_layout
5958
5959 \end_inset
5960
5961 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
5962 \end_layout
5963
5964 \end_inset
5965
5966
5967 \end_layout
5968
5969 \begin_layout Subsubsection
5970 長尺表への参照
5971 \begin_inset Index idx
5972 status collapsed
5973
5974 \begin_layout Plain Layout
5975 ちょうしゃくひょう@長尺表 ! さんしょう@参照
5976 \end_layout
5977
5978 \end_inset
5979
5980
5981 \end_layout
5982
5983 \begin_layout Standard
5984 \begin_inset Tabular
5985 <lyxtabular version="3" rows="6" columns="5">
5986 <features islongtable="true" longtabularalignment="center">
5987 <column alignment="center" valignment="top" width="0">
5988 <column alignment="center" valignment="top" width="0">
5989 <column alignment="center" valignment="top" width="0">
5990 <column alignment="center" valignment="top" width="0">
5991 <column alignment="center" valignment="top" width="0">
5992 <row caption="true">
5993 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997 \begin_inset Caption
5998
5999 \begin_layout Plain Layout
6000 参照された長尺表
6001 \begin_inset CommandInset label
6002 LatexCommand label
6003 name "tab:参照例"
6004
6005 \end_inset
6006
6007
6008 \end_layout
6009
6010 \end_inset
6011
6012
6013 \end_layout
6014
6015 \end_inset
6016 </cell>
6017 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6018 \begin_inset Text
6019
6020 \begin_layout Plain Layout
6021
6022 \end_layout
6023
6024 \end_inset
6025 </cell>
6026 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 </row>
6054 <row>
6055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Plain Layout
6059 1
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6065 \begin_inset Text
6066
6067 \begin_layout Plain Layout
6068 2
6069 \end_layout
6070
6071 \end_inset
6072 </cell>
6073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6074 \begin_inset Text
6075
6076 \begin_layout Plain Layout
6077 3
6078 \end_layout
6079
6080 \end_inset
6081 </cell>
6082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6083 \begin_inset Text
6084
6085 \begin_layout Plain Layout
6086 4
6087 \end_layout
6088
6089 \end_inset
6090 </cell>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095 5
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 </row>
6101 <row>
6102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6103 \begin_inset Text
6104
6105 \begin_layout Plain Layout
6106 いろは
6107 \end_layout
6108
6109 \end_inset
6110 </cell>
6111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6112 \begin_inset Text
6113
6114 \begin_layout Plain Layout
6115
6116 \end_layout
6117
6118 \end_inset
6119 </cell>
6120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6121 \begin_inset Text
6122
6123 \begin_layout Plain Layout
6124
6125 \end_layout
6126
6127 \end_inset
6128 </cell>
6129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6130 \begin_inset Text
6131
6132 \begin_layout Plain Layout
6133
6134 \end_layout
6135
6136 \end_inset
6137 </cell>
6138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142 いろは
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 </row>
6148 <row>
6149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Plain Layout
6153 いろは
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6159 \begin_inset Text
6160
6161 \begin_layout Plain Layout
6162
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189 いろは
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 </row>
6195 <row>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 いろは
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6206 \begin_inset Text
6207
6208 \begin_layout Plain Layout
6209
6210 \end_layout
6211
6212 \end_inset
6213 </cell>
6214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6215 \begin_inset Text
6216
6217 \begin_layout Plain Layout
6218
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6224 \begin_inset Text
6225
6226 \begin_layout Plain Layout
6227
6228 \end_layout
6229
6230 \end_inset
6231 </cell>
6232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6233 \begin_inset Text
6234
6235 \begin_layout Plain Layout
6236 いろは
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 </row>
6242 <row>
6243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247 いろは
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256 いろは
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265 いろは
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274 いろは
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283 いろは
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 </row>
6289 </lyxtabular>
6290
6291 \end_inset
6292
6293
6294 \end_layout
6295
6296 \begin_layout Standard
6297 長尺表を参照するには、キャプションにラベルを挿入してください。
6298 \end_layout
6299
6300 \begin_layout Standard
6301 これは表
6302 \begin_inset CommandInset ref
6303 LatexCommand ref
6304 reference "tab:参照例"
6305
6306 \end_inset
6307
6308 への参照です。
6309 \end_layout
6310
6311 \begin_layout Standard
6312 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
6313 \series bold
6314 caption
6315 \series default
6316
6317 \begin_inset Index idx
6318 status collapsed
6319
6320 \begin_layout Plain Layout
6321 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6322 \end_layout
6323
6324 \end_inset
6325
6326 を使用して設定することができます。第
6327 \begin_inset CommandInset ref
6328 LatexCommand ref
6329 reference "sec:キャプションの書式設定"
6330
6331 \end_inset
6332
6333 節をご覧下さい。
6334 \end_layout
6335
6336 \begin_layout Subsubsection
6337 キャプションの幅
6338 \begin_inset Index idx
6339 status collapsed
6340
6341 \begin_layout Plain Layout
6342 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6343 \end_layout
6344
6345 \end_inset
6346
6347
6348 \end_layout
6349
6350 \begin_layout Standard
6351 キャプション行の最大長は、長さ
6352 \series bold
6353
6354 \backslash
6355 LTcapwidth
6356 \series default
6357 によって指定することができます。既定値は4
6358 \begin_inset space \thinspace{}
6359 \end_inset
6360
6361 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6362 \end_layout
6363
6364 \begin_layout Standard
6365
6366 \series bold
6367
6368 \backslash
6369 setlength{
6370 \backslash
6371 LTcapwidth}{幅}
6372 \end_layout
6373
6374 \begin_layout Standard
6375 というコマンドを書き加えて下さい。ここで「幅」には、付録
6376 \begin_inset CommandInset ref
6377 LatexCommand ref
6378 reference "cha:LyXで使用できる単位"
6379
6380 \end_inset
6381
6382 に挙げられている単位を取ることができます。
6383 \end_layout
6384
6385 \begin_layout Standard
6386 以下の各表で違いを示します。
6387 \end_layout
6388
6389 \begin_layout Standard
6390 \begin_inset Tabular
6391 <lyxtabular version="3" rows="6" columns="5">
6392 <features islongtable="true" longtabularalignment="center">
6393 <column alignment="center" valignment="top" width="0">
6394 <column alignment="center" valignment="top" width="0">
6395 <column alignment="center" valignment="top" width="0">
6396 <column alignment="center" valignment="top" width="0">
6397 <column alignment="center" valignment="top" width="0">
6398 <row caption="true">
6399 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Plain Layout
6403 \begin_inset Caption
6404
6405 \begin_layout Plain Layout
6406 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6407 \begin_inset Argument
6408 status collapsed
6409
6410 \begin_layout Plain Layout
6411 既定幅のキャプション
6412 \end_layout
6413
6414 \end_inset
6415
6416
6417 \end_layout
6418
6419 \end_inset
6420
6421
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6436 \begin_inset Text
6437
6438 \begin_layout Plain Layout
6439
6440 \end_layout
6441
6442 \end_inset
6443 </cell>
6444 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6445 \begin_inset Text
6446
6447 \begin_layout Plain Layout
6448
6449 \end_layout
6450
6451 \end_inset
6452 </cell>
6453 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6454 \begin_inset Text
6455
6456 \begin_layout Plain Layout
6457
6458 \end_layout
6459
6460 \end_inset
6461 </cell>
6462 </row>
6463 <row>
6464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468 1
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477 2
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486 3
6487 \end_layout
6488
6489 \end_inset
6490 </cell>
6491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6492 \begin_inset Text
6493
6494 \begin_layout Plain Layout
6495 4
6496 \end_layout
6497
6498 \end_inset
6499 </cell>
6500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6501 \begin_inset Text
6502
6503 \begin_layout Plain Layout
6504 5
6505 \end_layout
6506
6507 \end_inset
6508 </cell>
6509 </row>
6510 <row>
6511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 いろは
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6521 \begin_inset Text
6522
6523 \begin_layout Plain Layout
6524
6525 \end_layout
6526
6527 \end_inset
6528 </cell>
6529 <cell alignment="center" valignment="top" topline="true" 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 alignment="center" valignment="top" topline="true" 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 alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6548 \begin_inset Text
6549
6550 \begin_layout Plain Layout
6551 いろは
6552 \end_layout
6553
6554 \end_inset
6555 </cell>
6556 </row>
6557 <row>
6558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 いろは
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571
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
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
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598 いろは
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 </row>
6604 <row>
6605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 いろは
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
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" rightline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645 いろは
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 </row>
6651 <row>
6652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 いろは
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="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" bottomline="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" bottomline="true" leftline="true" rightline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 いろは
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 </row>
6698 </lyxtabular>
6699
6700 \end_inset
6701
6702
6703 \end_layout
6704
6705 \begin_layout Standard
6706 \begin_inset ERT
6707 status collapsed
6708
6709 \begin_layout Plain Layout
6710
6711
6712 \backslash
6713 setlength{
6714 \backslash
6715 LTcapwidth}{5cm}
6716 \end_layout
6717
6718 \end_inset
6719
6720
6721 \begin_inset Tabular
6722 <lyxtabular version="3" rows="6" columns="5">
6723 <features islongtable="true" longtabularalignment="center">
6724 <column alignment="center" valignment="top" width="0">
6725 <column alignment="center" valignment="top" width="0">
6726 <column alignment="center" valignment="top" width="0">
6727 <column alignment="center" valignment="top" width="0">
6728 <column alignment="center" valignment="top" width="0">
6729 <row caption="true">
6730 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734 \begin_inset Caption
6735
6736 \begin_layout Plain Layout
6737 5
6738 \begin_inset space \thinspace{}
6739 \end_inset
6740
6741 cm幅のなが〜いフルタイトル・5
6742 \begin_inset space \thinspace{}
6743 \end_inset
6744
6745 cm幅のなが〜いフルタイトル・5
6746 \begin_inset space \thinspace{}
6747 \end_inset
6748
6749 cm幅のなが〜いフルタイトル
6750 \begin_inset Argument
6751 status collapsed
6752
6753 \begin_layout Plain Layout
6754 5
6755 \begin_inset space \thinspace{}
6756 \end_inset
6757
6758 cm幅のキャプション
6759 \end_layout
6760
6761 \end_inset
6762
6763
6764 \end_layout
6765
6766 \end_inset
6767
6768
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell multicolumn="2" alignment="center" valignment="top" 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 multicolumn="2" alignment="center" valignment="top" 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 multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Plain Layout
6795
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 </row>
6810 <row>
6811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Plain Layout
6815 1
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Plain Layout
6824 2
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 3
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842 4
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851 5
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 </row>
6857 <row>
6858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Plain Layout
6862 いろは
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Plain Layout
6871
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 <cell alignment="center" valignment="top" topline="true" 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 alignment="center" valignment="top" topline="true" 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 alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898 いろは
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 </row>
6904 <row>
6905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909 いろは
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Plain Layout
6918
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
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
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945 いろは
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 </row>
6951 <row>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956 いろは
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
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" rightline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992 いろは
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 </row>
6998 <row>
6999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Plain Layout
7003 いろは
7004 \end_layout
7005
7006 \end_inset
7007 </cell>
7008 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="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" bottomline="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" bottomline="true" leftline="true" rightline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039 いろは
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 </row>
7045 </lyxtabular>
7046
7047 \end_inset
7048
7049
7050 \end_layout
7051
7052 \begin_layout Standard
7053 \begin_inset ERT
7054 status collapsed
7055
7056 \begin_layout Plain Layout
7057
7058
7059 \backslash
7060 setlength{
7061 \backslash
7062 LTcapwidth}{4in}
7063 \end_layout
7064
7065 \end_inset
7066
7067
7068 \end_layout
7069
7070 \begin_layout Standard
7071 \begin_inset Note Greyedout
7072 status open
7073
7074 \begin_layout Plain Layout
7075
7076 \series bold
7077 【註】
7078 \series default
7079 この文書のようにLaTeXパッケージの
7080 \series bold
7081 caption
7082 \series default
7083
7084 \begin_inset Index idx
7085 status collapsed
7086
7087 \begin_layout Plain Layout
7088 LaTeXぱっけーじ@LaTeXパッケージ ! caption
7089 \end_layout
7090
7091 \end_inset
7092
7093 を使用している時には、
7094 \series bold
7095
7096 \backslash
7097 LTcapwidth
7098 \series default
7099 に既定値の4
7100 \begin_inset space \thinspace{}
7101 \end_inset
7102
7103 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
7104 \begin_inset space \thinspace{}
7105 \end_inset
7106
7107 in幅のキャプションを作るには、3.99
7108 \begin_inset space \thinspace{}
7109 \end_inset
7110
7111 inのように4.0
7112 \begin_inset space \thinspace{}
7113 \end_inset
7114
7115 inと少し違う値を指定するか、
7116 \series bold
7117 caption
7118 \series default
7119 パッケージが提供している
7120 \series bold
7121
7122 \backslash
7123 captionsetup{width=値}
7124 \series default
7125 というLaTeXコマンドを用いる方法があります。
7126 \end_layout
7127
7128 \end_inset
7129
7130
7131 \end_layout
7132
7133 \begin_layout Subsubsection
7134 表の各ページごとに異なるキャプション
7135 \begin_inset Index idx
7136 status collapsed
7137
7138 \begin_layout Plain Layout
7139 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7140 \end_layout
7141
7142 \end_inset
7143
7144
7145 \end_layout
7146
7147 \begin_layout Standard
7148 次頁以降の表のキャプションを、1頁めとは異なるものにしたい場合には、キャプションを
7149 \end_layout
7150
7151 \begin_layout Standard
7152
7153 \series bold
7154
7155 \backslash
7156 caption*{キャプション文}
7157 \backslash
7158
7159 \backslash
7160 %
7161 \end_layout
7162
7163 \begin_layout Standard
7164 というTeXコードコマンドを使って、ヘッダとして指定したダミーのキャプション行に入れて下さい。表
7165 \begin_inset CommandInset ref
7166 LatexCommand ref
7167 reference "tab:別キャプション"
7168
7169 \end_inset
7170
7171 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7172 \end_layout
7173
7174 \begin_layout Standard
7175 \align center
7176 \begin_inset Tabular
7177 <lyxtabular version="3" rows="59" columns="3">
7178 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7179 <column alignment="left" valignment="top" width="0cm">
7180 <column alignment="left" valignment="top" width="0pt">
7181 <column alignment="center" valignment="top" width="0pt">
7182 <row caption="true">
7183 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7184 \begin_inset Text
7185
7186 \begin_layout Plain Layout
7187 \begin_inset Caption
7188
7189 \begin_layout Plain Layout
7190 例示用電話帳
7191 \begin_inset CommandInset label
7192 LatexCommand label
7193 name "tab:別キャプション"
7194
7195 \end_inset
7196
7197
7198 \begin_inset Argument
7199 status collapsed
7200
7201 \begin_layout Plain Layout
7202 例示用電話帳
7203 \end_layout
7204
7205 \end_inset
7206
7207
7208 \end_layout
7209
7210 \end_inset
7211
7212
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 </row>
7236 <row endfirsthead="true">
7237 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241
7242 \series bold
7243 例示用電話帳(名前は無視の事)
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Plain Layout
7261
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 </row>
7267 <row endfirsthead="true">
7268 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7269 \begin_inset Text
7270
7271 \begin_layout Plain Layout
7272
7273 \series bold
7274 氏名
7275 \end_layout
7276
7277 \end_inset
7278 </cell>
7279 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7280 \begin_inset Text
7281
7282 \begin_layout Plain Layout
7283
7284 \end_layout
7285
7286 \end_inset
7287 </cell>
7288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Plain Layout
7292
7293 \series bold
7294 TEL.
7295 \end_layout
7296
7297 \end_inset
7298 </cell>
7299 </row>
7300 <row endhead="true">
7301 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7302 \begin_inset Text
7303
7304 \begin_layout Plain Layout
7305 \begin_inset ERT
7306 status collapsed
7307
7308 \begin_layout Plain Layout
7309
7310
7311 \backslash
7312 caption*{例示用電話帳の続き}
7313 \backslash
7314
7315 \backslash
7316 %
7317 \end_layout
7318
7319 \end_inset
7320
7321
7322 \end_layout
7323
7324 \end_inset
7325 </cell>
7326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7327 \begin_inset Text
7328
7329 \begin_layout Plain Layout
7330
7331 \end_layout
7332
7333 \end_inset
7334 </cell>
7335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Plain Layout
7339
7340 \end_layout
7341
7342 \end_inset
7343 </cell>
7344 </row>
7345 <row endhead="true">
7346 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350
7351 \series bold
7352 例示用電話帳
7353 \end_layout
7354
7355 \end_inset
7356 </cell>
7357 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 </row>
7376 <row endhead="true">
7377 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Plain Layout
7381
7382 \series bold
7383 氏名
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401
7402 \series bold
7403 TEL.
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 </row>
7409 <row endfoot="true">
7410 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7411 \begin_inset Text
7412
7413 \begin_layout Plain Layout
7414 次頁に続く
7415 \end_layout
7416
7417 \end_inset
7418 </cell>
7419 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7420 \begin_inset Text
7421
7422 \begin_layout Plain Layout
7423
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7429 \begin_inset Text
7430
7431 \begin_layout Plain Layout
7432
7433 \end_layout
7434
7435 \end_inset
7436 </cell>
7437 </row>
7438 <row>
7439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443
7444 \series bold
7445 Annovi
7446 \end_layout
7447
7448 \end_inset
7449 </cell>
7450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454 Silvia
7455 \end_layout
7456
7457 \end_inset
7458 </cell>
7459 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Plain Layout
7463 111
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 </row>
7469 <row>
7470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Plain Layout
7474
7475 \series bold
7476 Bertoli
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485 Stefano
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494 111
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 </row>
7500 <row>
7501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505
7506 \series bold
7507 Bozzi
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Plain Layout
7516 Walter
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525 111
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 </row>
7531 <row>
7532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Plain Layout
7536
7537 \series bold
7538 Cachia
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 Maria
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556 111
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 </row>
7562 <row>
7563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567
7568 \series bold
7569 Cachia
7570 \end_layout
7571
7572 \end_inset
7573 </cell>
7574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Plain Layout
7578 Maurizio
7579 \end_layout
7580
7581 \end_inset
7582 </cell>
7583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587 111
7588 \end_layout
7589
7590 \end_inset
7591 </cell>
7592 </row>
7593 <row>
7594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598
7599 \series bold
7600 Cinquemani
7601 \end_layout
7602
7603 \end_inset
7604 </cell>
7605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7606 \begin_inset Text
7607
7608 \begin_layout Plain Layout
7609 Giusi
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618 111
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 </row>
7624 <row>
7625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629
7630 \series bold
7631 Colin
7632 \end_layout
7633
7634 \end_inset
7635 </cell>
7636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7637 \begin_inset Text
7638
7639 \begin_layout Plain Layout
7640 Bernard
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Plain Layout
7649 111
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 </row>
7655 <row>
7656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7657 \begin_inset Text
7658
7659 \begin_layout Plain Layout
7660
7661 \series bold
7662 Concli
7663 \end_layout
7664
7665 \end_inset
7666 </cell>
7667 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7668 \begin_inset Text
7669
7670 \begin_layout Plain Layout
7671 Gianfranco
7672 \end_layout
7673
7674 \end_inset
7675 </cell>
7676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7677 \begin_inset Text
7678
7679 \begin_layout Plain Layout
7680 111
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 </row>
7686 <row>
7687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7688 \begin_inset Text
7689
7690 \begin_layout Plain Layout
7691
7692 \series bold
7693 Dal Bosco
7694 \end_layout
7695
7696 \end_inset
7697 </cell>
7698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7699 \begin_inset Text
7700
7701 \begin_layout Plain Layout
7702 Carolina
7703 \end_layout
7704
7705 \end_inset
7706 </cell>
7707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711 111
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 </row>
7717 <row>
7718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722
7723 \series bold
7724 Dalpiaz
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733 Annamaria
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742 111
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 </row>
7748 <row>
7749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753
7754 \series bold
7755 Feliciello
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764 Domenico
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773 111
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 </row>
7779 <row>
7780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \series bold
7786 Focarelli
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795 Paola
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804 111
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 </row>
7810 <row>
7811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815
7816 \series bold
7817 Galletti
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826 Oreste
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835 111
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 </row>
7841 <row>
7842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846
7847 \series bold
7848 Gasparini
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857 Franca
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866 111
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 </row>
7872 <row>
7873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877
7878 \series bold
7879 Rizzardi
7880 \series default
7881
7882 \begin_inset Foot
7883 status collapsed
7884
7885 \begin_layout Plain Layout
7886 例示用脚注
7887 \end_layout
7888
7889 \end_inset
7890
7891
7892 \end_layout
7893
7894 \end_inset
7895 </cell>
7896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900 Paola
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909 111
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 </row>
7915 <row>
7916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920
7921 \series bold
7922 Lassini
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931 Giancarlo
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940 111
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 </row>
7946 <row>
7947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951
7952 \series bold
7953 Malfatti
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962 Luciano
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971 111
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 </row>
7977 <row>
7978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982
7983 \series bold
7984 Malfatti
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993 Valeriano
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002 111
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 </row>
8008 <row>
8009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013
8014 \series bold
8015 Meneguzzo
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024 Roberto
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033 111
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 </row>
8039 <row>
8040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044
8045 \series bold
8046 Mezzadra
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055 Roberto
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064 111
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 </row>
8070 <row>
8071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075
8076 \series bold
8077 Pirpamer
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086 Erich
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 111
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 </row>
8101 <row>
8102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106
8107 \series bold
8108 Pochiesa
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117 Paolo
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126 111, 222
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 </row>
8132 <row>
8133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137
8138 \series bold
8139 Radina
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148 Claudio
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157 111
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 </row>
8163 <row>
8164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168
8169 \series bold
8170 Stuffer
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179 Oskar
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 111
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 </row>
8194 <row>
8195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199
8200 \series bold
8201 Tacchelli
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210 Ugo
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 111
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 </row>
8225 <row>
8226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230
8231 \series bold
8232 Tezzele
8233 \end_layout
8234
8235 \end_inset
8236 </cell>
8237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241 Margit
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250 111
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 </row>
8256 <row>
8257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261
8262 \series bold
8263 Unterkalmsteiner
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272 Frieda
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281 111
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 </row>
8287 <row>
8288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292
8293 \series bold
8294 Vieider
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303 Hilde
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312 111
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 </row>
8318 <row>
8319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323
8324 \series bold
8325 Vigna
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334 Jürgen
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343 111
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 </row>
8349 <row>
8350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354
8355 \series bold
8356 Weber
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365 Maurizio
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 111
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 </row>
8380 <row>
8381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385
8386 \series bold
8387 Winkler
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396 Franz
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405 111
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 </row>
8411 <row>
8412 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416  
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 </row>
8440 <row>
8441 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Plain Layout
8445
8446 \series bold
8447 Annovi
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456 Silvia
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465 555
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 </row>
8471 <row>
8472 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476
8477 \series bold
8478 Bertoli
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487 Stefano
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 555
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 </row>
8502 <row>
8503 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507
8508 \series bold
8509 Bozzi
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518 Walter
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527 555
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 </row>
8533 <row>
8534 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538
8539 \series bold
8540 Cachia
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549 Maria
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558 555
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 </row>
8564 <row>
8565 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569
8570 \series bold
8571 Cachia
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580 Maurizio
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589 555
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 </row>
8595 <row>
8596 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600
8601 \series bold
8602 Cinquemani
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611 Giusi
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620 555
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 </row>
8626 <row>
8627 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631
8632 \series bold
8633 Colin
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642 Bernard
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651 555
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 </row>
8657 <row>
8658 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662
8663 \series bold
8664 Concli
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673 Gianfranco
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682 555
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 </row>
8688 <row>
8689 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Plain Layout
8693
8694 \series bold
8695 Dal Bosco
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Plain Layout
8704 Carolina
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713 555
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 </row>
8719 <row>
8720 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724
8725 \series bold
8726 Dalpiaz
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735 Annamaria
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 555
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 </row>
8750 <row>
8751 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Plain Layout
8755
8756 \series bold
8757 Feliciello
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766 Domenico
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775 555
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 </row>
8781 <row>
8782 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786
8787 \series bold
8788 Focarelli
8789 \end_layout
8790
8791 \end_inset
8792 </cell>
8793 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797 Paola
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806 555
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 </row>
8812 <row>
8813 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817
8818 \series bold
8819 Galletti
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828 Oreste
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837 555
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 </row>
8843 <row>
8844 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848
8849 \series bold
8850 Gasparini
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859 Franca
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868 555
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 </row>
8874 <row>
8875 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879
8880 \series bold
8881 Rizzardi
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890 Paola
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899 555
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 </row>
8905 <row>
8906 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910
8911 \series bold
8912 Lassini
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921 Giancarlo
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930 555
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 </row>
8936 <row>
8937 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941
8942 \series bold
8943 Malfatti
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952 Luciano
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961 555
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 </row>
8967 <row>
8968 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972
8973 \series bold
8974 Malfatti
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 Valeriano
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992 555
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 </row>
8998 <row>
8999 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003
9004 \series bold
9005 Meneguzzo
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014 Roberto
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023 555
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 </row>
9029 <row>
9030 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034
9035 \series bold
9036 Mezzadra
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045 Roberto
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054 555
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 </row>
9060 </lyxtabular>
9061
9062 \end_inset
9063
9064
9065 \end_layout
9066
9067 \begin_layout Section
9068 長尺表にまつわる諸点
9069 \begin_inset CommandInset label
9070 LatexCommand label
9071 name "sec:長尺表にまつわる諸点"
9072
9073 \end_inset
9074
9075
9076 \end_layout
9077
9078 \begin_layout Subsection
9079 長尺表の計算
9080 \begin_inset Index idx
9081 status collapsed
9082
9083 \begin_layout Plain Layout
9084 ちょうしゃくひょう@長尺表 ! けいさん@計算
9085 \end_layout
9086
9087 \end_inset
9088
9089
9090 \end_layout
9091
9092 \begin_layout Standard
9093 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
9094 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
9095 \end_layout
9096
9097 \begin_layout Standard
9098
9099 \series bold
9100
9101 \backslash
9102 setcounter{LTchunksize}{100}
9103 \end_layout
9104
9105 \begin_layout Standard
9106 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
9107 \end_layout
9108
9109 \begin_layout Subsection
9110 フロートと長尺表
9111 \begin_inset Index idx
9112 status collapsed
9113
9114 \begin_layout Plain Layout
9115 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
9116 \end_layout
9117
9118 \end_inset
9119
9120
9121 \end_layout
9122
9123 \begin_layout Standard
9124 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9125 \series bold
9126
9127 \backslash
9128 clearpage
9129 \series default
9130 コマンドを長尺表の前にTeXコードとして書き加えてください。
9131 \end_layout
9132
9133 \begin_layout Subsection
9134 強制改頁
9135 \begin_inset Index idx
9136 status collapsed
9137
9138 \begin_layout Plain Layout
9139 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9140 \end_layout
9141
9142 \end_inset
9143
9144
9145 \end_layout
9146
9147 \begin_layout Standard
9148 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
9149 ド「
9150 \series bold
9151
9152 \backslash
9153
9154 \backslash
9155
9156 \series default
9157 」を挿入します。
9158 \series bold
9159
9160 \backslash
9161
9162 \backslash
9163
9164 \series default
9165 コマンドの前には、現セルよりも右にある列数と同じ数の「
9166 \series bold
9167 &
9168 \series default
9169 」文字を、TeXコードで挿入してやる必要があります。この
9170 \series bold
9171 &
9172 \series default
9173 は、表セルの区切り文字です。各
9174 \series bold
9175 &
9176 \series default
9177 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
9178 \begin_inset Newline newline
9179 \end_inset
9180
9181
9182 \series bold
9183
9184 \backslash
9185
9186 \backslash
9187
9188 \series default
9189 コマンドの後ろには、現在列の左側にある列数と同じ数の
9190 \series bold
9191 &
9192 \series default
9193 文字を挿入してください。表
9194 \begin_inset CommandInset ref
9195 LatexCommand ref
9196 reference "tab:強制改頁"
9197
9198 \end_inset
9199
9200 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9201 \end_layout
9202
9203 \begin_layout Standard
9204
9205 \series bold
9206 & 111
9207 \backslash
9208
9209 \backslash
9210  
9211 \backslash
9212 newpage
9213 \begin_inset Newline newline
9214 \end_inset
9215
9216 &
9217 \end_layout
9218
9219 \begin_layout Standard
9220 というコマンドが、セル中「
9221 \emph on
9222 Castelchiodato,
9223 \emph default
9224 」の後にTeXコードとして挿入してあります。
9225 \end_layout
9226
9227 \begin_layout Standard
9228 同一行3列目の「111」は削除してあります。
9229 \series bold
9230
9231 \backslash
9232 newpage
9233 \series default
9234 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9235 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9236 \end_layout
9237
9238 \begin_layout Standard
9239
9240 \series bold
9241 & 111
9242 \backslash
9243
9244 \backslash
9245
9246 \begin_inset Newline newline
9247 \end_inset
9248
9249
9250 \backslash
9251 hline &
9252 \end_layout
9253
9254 \begin_layout Standard
9255 というコマンドを使用して下さい。
9256 \end_layout
9257
9258 \begin_layout Standard
9259 改頁をしたいセルが最右列にある場合には、
9260 \end_layout
9261
9262 \begin_layout Standard
9263
9264 \series bold
9265
9266 \backslash
9267 setlength{
9268 \backslash
9269 parfillskip}{0pt}
9270 \end_layout
9271
9272 \begin_layout Standard
9273 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
9274
9275 \end_layout
9276
9277 \begin_layout Standard
9278 \align center
9279 \begin_inset Tabular
9280 <lyxtabular version="3" rows="38" columns="3">
9281 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9282 <column alignment="left" valignment="top" width="0cm">
9283 <column alignment="left" valignment="top" width="3cm">
9284 <column alignment="center" valignment="top" width="0pt">
9285 <row caption="true">
9286 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290 \begin_inset Caption
9291
9292 \begin_layout Plain Layout
9293 表セル内で強制改頁をしている表
9294 \begin_inset CommandInset label
9295 LatexCommand label
9296 name "tab:強制改頁"
9297
9298 \end_inset
9299
9300
9301 \begin_inset Argument
9302 status collapsed
9303
9304 \begin_layout Plain Layout
9305 表セル内で強制改頁をしている表
9306 \end_layout
9307
9308 \end_inset
9309
9310
9311 \end_layout
9312
9313 \end_inset
9314
9315
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324
9325 \end_layout
9326
9327 \end_inset
9328 </cell>
9329 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 </row>
9339 <row endfirsthead="true">
9340 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344
9345 \series bold
9346 例示用電話帳(氏名は無視の事)
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 </row>
9370 <row endfirsthead="true">
9371 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375
9376 \series bold
9377 氏名
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395
9396 \series bold
9397 TEL.
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 </row>
9403 <row endhead="true">
9404 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408 \begin_inset ERT
9409 status collapsed
9410
9411 \begin_layout Plain Layout
9412
9413
9414 \backslash
9415 caption*{例示用電話帳の続き}
9416 \backslash
9417
9418 \backslash
9419 %
9420 \end_layout
9421
9422 \end_inset
9423
9424
9425 \end_layout
9426
9427 \end_inset
9428 </cell>
9429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433
9434 \end_layout
9435
9436 \end_inset
9437 </cell>
9438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9439 \begin_inset Text
9440
9441 \begin_layout Plain Layout
9442
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 </row>
9448 <row endhead="true">
9449 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 例示用電話帳
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 </row>
9477 <row endhead="true">
9478 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482
9483 \series bold
9484 氏名
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Plain Layout
9502
9503 \series bold
9504 TEL.
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 </row>
9510 <row endfoot="true">
9511 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515 次頁に続く
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9530 \begin_inset Text
9531
9532 \begin_layout Plain Layout
9533
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 </row>
9539 <row>
9540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544
9545 \series bold
9546 Annovi
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555 Silvia
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Plain Layout
9564 111
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 </row>
9570 <row>
9571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9572 \begin_inset Text
9573
9574 \begin_layout Plain Layout
9575
9576 \series bold
9577 Bertoli
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586 Stefano
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595 111
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 </row>
9601 <row>
9602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9603 \begin_inset Text
9604
9605 \begin_layout Plain Layout
9606
9607 \series bold
9608 Bozzi
9609 \end_layout
9610
9611 \end_inset
9612 </cell>
9613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9614 \begin_inset Text
9615
9616 \begin_layout Plain Layout
9617 Walter
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Plain Layout
9626 111
9627 \end_layout
9628
9629 \end_inset
9630 </cell>
9631 </row>
9632 <row>
9633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9634 \begin_inset Text
9635
9636 \begin_layout Plain Layout
9637
9638 \series bold
9639 Cachia
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9645 \begin_inset Text
9646
9647 \begin_layout Plain Layout
9648 Maria
9649 \end_layout
9650
9651 \end_inset
9652 </cell>
9653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657 111
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 </row>
9663 <row>
9664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9665 \begin_inset Text
9666
9667 \begin_layout Plain Layout
9668
9669 \series bold
9670 Cachia
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679 Maurizio
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688 111
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 </row>
9694 <row>
9695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699
9700 \series bold
9701 Cinquemani
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710 Giusi
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Plain Layout
9719 111
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 </row>
9725 <row>
9726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730
9731 \series bold
9732 Colin
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741 Bernard
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750 111
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 </row>
9756 <row>
9757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761
9762 \series bold
9763 Concli
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772 Gianfranco
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781 111
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 </row>
9787 <row>
9788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9789 \begin_inset Text
9790
9791 \begin_layout Plain Layout
9792
9793 \series bold
9794 Dal Bosco
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803 Carolina
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9809 \begin_inset Text
9810
9811 \begin_layout Plain Layout
9812 111
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 </row>
9818 <row>
9819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823
9824 \series bold
9825 Dalpiaz
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834 Annamaria
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Plain Layout
9843 111
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 </row>
9849 <row>
9850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Plain Layout
9854
9855 \series bold
9856 Feliciello
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865 Domenico
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874 111
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 </row>
9880 <row>
9881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885
9886 \series bold
9887 Focarelli
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896 Paola
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905 111
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 </row>
9911 <row>
9912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916
9917 \series bold
9918 Galletti
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927 Oreste
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936 111
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 </row>
9942 <row>
9943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947
9948 \series bold
9949 Gasparini
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958 Franca
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967 111
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 </row>
9973 <row>
9974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978
9979 \series bold
9980 Lassini
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989 Giancarlo
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998 111
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 </row>
10004 <row>
10005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009
10010 \series bold
10011 Malfatti
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020 Luciano
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029 111
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 </row>
10035 <row>
10036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040
10041 \series bold
10042 Malfatti
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051 Valeriano
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060 111
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 </row>
10066 <row>
10067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071
10072 \series bold
10073 Meneguzzo
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082 Roberto
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091 111
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 </row>
10097 <row>
10098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102
10103 \series bold
10104 Mezzadra
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113 Roberto
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122 111
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 </row>
10128 <row>
10129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133
10134 \series bold
10135 Pirpamer
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144 Erich
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153 111
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 </row>
10159 <row>
10160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164
10165 \series bold
10166 Pochiesa
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175 Paolo
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184 111, 222
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 </row>
10190 <row>
10191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195
10196 \series bold
10197 Radina
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206 Claudio
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215 111
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 </row>
10221 <row>
10222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226
10227 \series bold
10228 Rizzardi
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237 Paolo, 11.
10238  Fürst von Montecompatri, 11.
10239  Fürst von Sulmona und Vivaro, 10.
10240  Fürst von Rossano, 5.
10241  Herzog von Canemorte, 11.
10242  Herzog von Palombara, 5.
10243  Herzog von Castelchiodato,
10244 \begin_inset ERT
10245 status collapsed
10246
10247 \begin_layout Plain Layout
10248
10249 & 111
10250 \backslash
10251
10252 \backslash
10253  
10254 \backslash
10255 newpage
10256 \end_layout
10257
10258 \begin_layout Plain Layout
10259
10260 &
10261 \end_layout
10262
10263 \end_inset
10264
10265  11.
10266  Herzog von Poggionativo, 11.
10267  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10268  Graf von Valinfreda, 11.
10269  Baron von Cropalati, 11.
10270  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 </row>
10285 <row>
10286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290
10291 \series bold
10292 Stuffer
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301 Oskar
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310 111
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 </row>
10316 <row>
10317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321
10322 \series bold
10323 Tacchelli
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332 Ugo
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341 111
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 </row>
10347 <row>
10348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352
10353 \series bold
10354 Tezzele
10355 \end_layout
10356
10357 \end_inset
10358 </cell>
10359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363 Margit
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372 111
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 </row>
10378 <row>
10379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383
10384 \series bold
10385 Unterkalmsteiner
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394 Frieda
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403 111
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 </row>
10409 <row>
10410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414
10415 \series bold
10416 Vieider
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425 Hilde
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 111
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 </row>
10440 <row>
10441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445
10446 \series bold
10447 Vigna
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456 Jürgen
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465 111
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 </row>
10471 <row>
10472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476
10477 \series bold
10478 Weber
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487 Maurizio
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496 111
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 </row>
10502 <row>
10503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507
10508 \series bold
10509 Winkler
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518 Franz
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527 111
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 </row>
10533 </lyxtabular>
10534
10535 \end_inset
10536
10537
10538 \end_layout
10539
10540 \begin_layout Section
10541 複数行・連結列・連結行
10542 \end_layout
10543
10544 \begin_layout Subsection
10545 表セル内の複数行
10546 \begin_inset CommandInset label
10547 LatexCommand label
10548 name "sub:複数行"
10549
10550 \end_inset
10551
10552
10553 \begin_inset Index idx
10554 status collapsed
10555
10556 \begin_layout Plain Layout
10557 ひょうせるないのふくすうぎょう@表セル内の複数行
10558 \end_layout
10559
10560 \end_inset
10561
10562
10563 \begin_inset Index idx
10564 status collapsed
10565
10566 \begin_layout Plain Layout
10567 ひょう@表 ! かいぎょう@改行
10568 \end_layout
10569
10570 \end_inset
10571
10572
10573 \end_layout
10574
10575 \begin_layout Standard
10576 \noindent
10577 \begin_inset Float table
10578 placement H
10579 wide false
10580 sideways false
10581 status open
10582
10583 \begin_layout Plain Layout
10584 \begin_inset Caption
10585
10586 \begin_layout Plain Layout
10587 \begin_inset CommandInset label
10588 LatexCommand label
10589 name "tab:複数行表"
10590
10591 \end_inset
10592
10593 セル内に複数の行がある表
10594 \end_layout
10595
10596 \end_inset
10597
10598
10599 \end_layout
10600
10601 \begin_layout Plain Layout
10602 \align center
10603 \begin_inset Tabular
10604 <lyxtabular version="3" rows="3" columns="3">
10605 <features tabularvalignment="middle">
10606 <column alignment="center" valignment="middle" width="2.5cm">
10607 <column alignment="center" valignment="middle" width="0">
10608 <column alignment="center" valignment="middle" width="0">
10609 <row>
10610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 複数の
10615 \begin_inset Newline linebreak
10616 \end_inset
10617
10618
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 </row>
10642 <row>
10643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Plain Layout
10665
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 </row>
10671 <row>
10672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10682 \begin_inset Text
10683
10684 \begin_layout Plain Layout
10685
10686 \end_layout
10687
10688 \end_inset
10689 </cell>
10690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 </row>
10700 </lyxtabular>
10701
10702 \end_inset
10703
10704
10705 \end_layout
10706
10707 \end_inset
10708
10709
10710 \end_layout
10711
10712 \begin_layout Standard
10713 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10714 \end_layout
10715
10716 \begin_layout Standard
10717
10718 \begin_inset CommandInset ref
10719 LatexCommand ref
10720 reference "tab:複数行表"
10721
10722 \end_inset
10723
10724 を生成するには、まず3×3表を作り、最初のセルを右クリックして現れるメニューから、
10725 \family sans
10726 設定
10727 \family default
10728 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10729 \begin_inset space \thinspace{}
10730 \end_inset
10731
10732 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10733 \begin_inset space \thinspace{}
10734 \end_inset
10735
10736 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(短絡キー
10737 \begin_inset Info
10738 type  "shortcut"
10739 arg   "newline-insert linebreak"
10740 \end_inset
10741
10742 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10743 \end_layout
10744
10745 \begin_layout Standard
10746 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10747 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10748 \begin_inset space \thinspace{}
10749 \end_inset
10750
10751 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10752 \begin_inset CommandInset ref
10753 LatexCommand ref
10754 reference "tab:ハイフネーション表"
10755
10756 \end_inset
10757
10758 が違いを示しています
10759 \begin_inset Foot
10760 status open
10761
10762 \begin_layout Plain Layout
10763
10764 \series bold
10765 【訳註】
10766 \series default
10767 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10768 \end_layout
10769
10770 \end_inset
10771
10772
10773 \end_layout
10774
10775 \begin_layout Standard
10776 \begin_inset Float table
10777 placement h
10778 wide false
10779 sideways false
10780 status open
10781
10782 \begin_layout Plain Layout
10783 \begin_inset Caption
10784
10785 \begin_layout Plain Layout
10786 \begin_inset CommandInset label
10787 LatexCommand label
10788 name "tab:ハイフネーション表"
10789
10790 \end_inset
10791
10792 ハイフネーション有/無の表
10793 \end_layout
10794
10795 \end_inset
10796
10797
10798 \end_layout
10799
10800 \begin_layout Plain Layout
10801 \begin_inset space \hfill{}
10802 \end_inset
10803
10804
10805 \begin_inset Tabular
10806 <lyxtabular version="3" rows="3" columns="3">
10807 <features tabularvalignment="middle">
10808 <column alignment="center" valignment="middle" width="2.5cm">
10809 <column alignment="center" valignment="middle" width="0">
10810 <column alignment="center" valignment="middle" width="0">
10811 <row>
10812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Plain Layout
10816 verylongtablecellword
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825
10826 \end_layout
10827
10828 \end_inset
10829 </cell>
10830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Plain Layout
10834
10835 \end_layout
10836
10837 \end_inset
10838 </cell>
10839 </row>
10840 <row>
10841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10842 \begin_inset Text
10843
10844 \begin_layout Plain Layout
10845
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10851 \begin_inset Text
10852
10853 \begin_layout Plain Layout
10854
10855 \end_layout
10856
10857 \end_inset
10858 </cell>
10859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10860 \begin_inset Text
10861
10862 \begin_layout Plain Layout
10863
10864 \end_layout
10865
10866 \end_inset
10867 </cell>
10868 </row>
10869 <row>
10870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10871 \begin_inset Text
10872
10873 \begin_layout Plain Layout
10874
10875 \end_layout
10876
10877 \end_inset
10878 </cell>
10879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 </row>
10898 </lyxtabular>
10899
10900 \end_inset
10901
10902
10903 \begin_inset space \hfill{}
10904 \end_inset
10905
10906
10907 \begin_inset Tabular
10908 <lyxtabular version="3" rows="3" columns="3">
10909 <features tabularvalignment="middle">
10910 <column alignment="center" valignment="middle" width="2.5cm">
10911 <column alignment="center" valignment="middle" width="0">
10912 <column alignment="center" valignment="middle" width="0">
10913 <row>
10914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918 \begin_inset space \hspace{}
10919 \length 0pt
10920 \end_inset
10921
10922 verylongtablecellword
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931
10932 \end_layout
10933
10934 \end_inset
10935 </cell>
10936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 </row>
10946 <row>
10947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10948 \begin_inset Text
10949
10950 \begin_layout Plain Layout
10951
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 </row>
10975 <row>
10976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 </row>
11004 </lyxtabular>
11005
11006 \end_inset
11007
11008
11009 \begin_inset space \hfill{}
11010 \end_inset
11011
11012
11013 \end_layout
11014
11015 \end_inset
11016
11017
11018 \end_layout
11019
11020 \begin_layout Subsection
11021 連結列
11022 \begin_inset CommandInset label
11023 LatexCommand label
11024 name "sub:連結列"
11025
11026 \end_inset
11027
11028
11029 \begin_inset Index idx
11030 status collapsed
11031
11032 \begin_layout Plain Layout
11033 れんけつれつ@連結列
11034 \end_layout
11035
11036 \end_inset
11037
11038
11039 \begin_inset Index idx
11040 status collapsed
11041
11042 \begin_layout Plain Layout
11043 ひょう@表 ! れんけつれつ@連結列
11044 \end_layout
11045
11046 \end_inset
11047
11048
11049 \end_layout
11050
11051 \begin_layout Subsubsection
11052 連結列の基礎
11053 \end_layout
11054
11055 \begin_layout Standard
11056 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
11057 \family sans
11058
11059 \begin_inset Info
11060 type  "icon"
11061 arg   "inset-modify tabular multicolumn"
11062 \end_inset
11063
11064
11065 \family default
11066 を押すか、
11067 \family sans
11068 編集\SpecialChar \menuseparator
11069 表\SpecialChar \menuseparator
11070 連結列
11071 \family default
11072 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
11073 \family sans
11074 連結列
11075 \family default
11076 を有効にするかしてください。
11077 \end_layout
11078
11079 \begin_layout Standard
11080 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
11081 、最下行に上罫線のない連結行がある表の例です。
11082 \end_layout
11083
11084 \begin_layout Standard
11085 \align center
11086 \begin_inset Tabular
11087 <lyxtabular version="3" rows="3" columns="4">
11088 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11089 <column alignment="center" valignment="top" width="0pt">
11090 <column alignment="center" valignment="middle" width="0">
11091 <column alignment="center" valignment="top" width="0in">
11092 <column alignment="center" valignment="top" width="0pt">
11093 <row>
11094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098 いろは
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107 にほへとちり
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 ぬるを
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 </row>
11131 <row>
11132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11151 \begin_inset Text
11152
11153 \begin_layout Plain Layout
11154
11155 \end_layout
11156
11157 \end_inset
11158 </cell>
11159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11160 \begin_inset Text
11161
11162 \begin_layout Plain Layout
11163
11164 \end_layout
11165
11166 \end_inset
11167 </cell>
11168 </row>
11169 <row>
11170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11171 \begin_inset Text
11172
11173 \begin_layout Plain Layout
11174
11175 \end_layout
11176
11177 \end_inset
11178 </cell>
11179 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11180 \begin_inset Text
11181
11182 \begin_layout Plain Layout
11183
11184 \end_layout
11185
11186 \end_inset
11187 </cell>
11188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192
11193 \end_layout
11194
11195 \end_inset
11196 </cell>
11197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11198 \begin_inset Text
11199
11200 \begin_layout Plain Layout
11201
11202 \end_layout
11203
11204 \end_inset
11205 </cell>
11206 </row>
11207 </lyxtabular>
11208
11209 \end_inset
11210
11211
11212 \end_layout
11213
11214 \begin_layout Subsubsection
11215 連結列の計算
11216 \begin_inset CommandInset label
11217 LatexCommand label
11218 name "sub:連結列の計算"
11219
11220 \end_inset
11221
11222
11223 \begin_inset Index idx
11224 status collapsed
11225
11226 \begin_layout Plain Layout
11227 れんけつれつ@連結列 ! けいさん@計算
11228 \end_layout
11229
11230 \end_inset
11231
11232
11233 \end_layout
11234
11235 \begin_layout Standard
11236 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11237 \end_layout
11238
11239 \begin_layout Standard
11240 \begin_inset Float table
11241 placement h
11242 wide false
11243 sideways false
11244 status open
11245
11246 \begin_layout Plain Layout
11247 \begin_inset Caption
11248
11249 \begin_layout Plain Layout
11250 \begin_inset CommandInset label
11251 LatexCommand label
11252 name "tab:中央揃え表"
11253
11254 \end_inset
11255
11256 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11257 \begin_inset Argument
11258 status collapsed
11259
11260 \begin_layout Plain Layout
11261 完全なる連結列表
11262 \end_layout
11263
11264 \end_inset
11265
11266
11267 \end_layout
11268
11269 \end_inset
11270
11271
11272 \end_layout
11273
11274 \begin_layout Plain Layout
11275 \align center
11276 \begin_inset Tabular
11277 <lyxtabular version="3" rows="3" columns="3">
11278 <features tabularvalignment="middle">
11279 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11280 <column alignment="center" valignment="middle" width="0">
11281 <column alignment="center" valignment="top" width="0">
11282 <row>
11283 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287 複数行にわたる連結列
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 <cell multicolumn="2" alignment="center" valignment="top" topline="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 alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11302 \begin_inset Text
11303
11304 \begin_layout Plain Layout
11305
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 </row>
11311 <row>
11312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11313 \begin_inset Text
11314
11315 \begin_layout Plain Layout
11316
11317 \end_layout
11318
11319 \end_inset
11320 </cell>
11321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11322 \begin_inset Text
11323
11324 \begin_layout Plain Layout
11325
11326 \end_layout
11327
11328 \end_inset
11329 </cell>
11330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11331 \begin_inset Text
11332
11333 \begin_layout Plain Layout
11334
11335 \end_layout
11336
11337 \end_inset
11338 </cell>
11339 </row>
11340 <row>
11341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 </row>
11369 </lyxtabular>
11370
11371 \end_inset
11372
11373
11374 \end_layout
11375
11376 \end_inset
11377
11378
11379 \end_layout
11380
11381 \begin_layout Standard
11382 たとえば、表
11383 \begin_inset CommandInset ref
11384 LatexCommand ref
11385 reference "tab:中央揃え表"
11386
11387 \end_inset
11388
11389 を生成するには、3×3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11390 \family sans
11391 設定
11392 \family default
11393 を選択します。そして現れる表の設定ダイアログで、このセルを
11394 \emph on
11395 連結列
11396 \emph default
11397
11398 \emph on
11399 中央揃え
11400 \emph default
11401 、2.5
11402 \begin_inset space \thinspace{}
11403 \end_inset
11404
11405 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11406 \begin_inset space \thinspace{}
11407 \end_inset
11408
11409 cm幅に設定します。すると第二列は自動的に1.25
11410 \begin_inset space \thinspace{}
11411 \end_inset
11412
11413 cm幅(連結列幅マイナス第一列の幅)になります。表
11414 \begin_inset CommandInset ref
11415 LatexCommand ref
11416 reference "tab:半分でない表"
11417
11418 \end_inset
11419
11420 もこのようにして作成してあります。
11421 \end_layout
11422
11423 \begin_layout Standard
11424 \begin_inset Float table
11425 wide false
11426 sideways false
11427 status open
11428
11429 \begin_layout Plain Layout
11430 \begin_inset Caption
11431
11432 \begin_layout Plain Layout
11433 \begin_inset CommandInset label
11434 LatexCommand label
11435 name "tab:半分でない表"
11436
11437 \end_inset
11438
11439 連結セルの下の列が正確に半分になっていない表
11440 \begin_inset Argument
11441 status collapsed
11442
11443 \begin_layout Plain Layout
11444 不完全な連結列表
11445 \end_layout
11446
11447 \end_inset
11448
11449
11450 \end_layout
11451
11452 \end_inset
11453
11454
11455 \end_layout
11456
11457 \begin_layout Plain Layout
11458 \align center
11459 \begin_inset Tabular
11460 <lyxtabular version="3" rows="3" columns="3">
11461 <features tabularvalignment="middle">
11462 <column alignment="center" valignment="top" width="1.25cm">
11463 <column alignment="center" valignment="top" width="0">
11464 <column alignment="center" valignment="top" width="0">
11465 <row>
11466 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470 複数行にわたる連結列
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 </row>
11494 <row>
11495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Plain Layout
11499
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508
11509 \end_layout
11510
11511 \end_inset
11512 </cell>
11513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11514 \begin_inset Text
11515
11516 \begin_layout Plain Layout
11517
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 </row>
11523 <row>
11524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11534 \begin_inset Text
11535
11536 \begin_layout Plain Layout
11537
11538 \end_layout
11539
11540 \end_inset
11541 </cell>
11542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 </row>
11552 </lyxtabular>
11553
11554 \end_inset
11555
11556
11557 \end_layout
11558
11559 \end_inset
11560
11561
11562 \end_layout
11563
11564 \begin_layout Standard
11565 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11566 指定したセル幅
11567 \begin_inset Formula $W_{\mbox{指}}$
11568 \end_inset
11569
11570 がセルの全幅
11571 \begin_inset Formula $W_{\text{全}}$
11572 \end_inset
11573
11574 と等しくならないためです。付録
11575 \begin_inset CommandInset ref
11576 LatexCommand eqref
11577 reference "cha:式の説明"
11578
11579 \end_inset
11580
11581 がこの事情を詳細に説明しています。
11582 \end_layout
11583
11584 \begin_layout Standard
11585
11586 \emph on
11587 n
11588 \emph default
11589 列を連結する際、各列の全幅が
11590 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11591 \end_inset
11592
11593 となるために必要な指定幅
11594 \begin_inset Formula $W_{\mbox{指}:n}$
11595 \end_inset
11596
11597 は、
11598 \begin_inset Formula 
11599 \begin{equation}
11600 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11601 \end{equation}
11602
11603 \end_inset
11604
11605
11606 \end_layout
11607
11608 \begin_layout Standard
11609 で計算することができます。上記の例では
11610 \begin_inset Formula $n=2$
11611 \end_inset
11612
11613 かつ
11614 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11615 \end_inset
11616
11617 cmかつ長さは既定値ですから、第
11618 \begin_inset CommandInset ref
11619 LatexCommand ref
11620 reference "eq:Wgn"
11621
11622 \end_inset
11623
11624 式は
11625 \begin_inset Formula 
11626 \begin{equation}
11627 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11628 \end{equation}
11629
11630 \end_inset
11631
11632
11633 \end_layout
11634
11635 \begin_layout Standard
11636 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11637 \end_layout
11638
11639 \begin_layout Standard
11640
11641 \series bold
11642
11643 \backslash
11644 usepackage{calc}
11645 \end_layout
11646
11647 \begin_layout Standard
11648 と書いて、LaTeXパッケージ
11649 \series bold
11650 calc
11651 \series default
11652
11653 \begin_inset Index idx
11654 status collapsed
11655
11656 \begin_layout Plain Layout
11657 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11658 \end_layout
11659
11660 \end_inset
11661
11662 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11663 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11664 \end_layout
11665
11666 \begin_layout Itemize
11667
11668 \series bold
11669 p{幅}
11670 \series default
11671 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11672 \end_layout
11673
11674 \begin_layout Itemize
11675
11676 \series bold
11677 m{幅}
11678 \series default
11679 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11680 \end_layout
11681
11682 \begin_layout Itemize
11683
11684 \series bold
11685 b{幅}
11686 \series default
11687 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11688 \end_layout
11689
11690 \begin_layout Standard
11691 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11692 \end_layout
11693
11694 \begin_layout Standard
11695 \begin_inset Note Greyedout
11696 status open
11697
11698 \begin_layout Plain Layout
11699
11700 \series bold
11701 【註】
11702 \series default
11703 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11704 \end_layout
11705
11706 \end_inset
11707
11708
11709 \end_layout
11710
11711 \begin_layout Standard
11712 文章を水平方向中央揃えにしたいので、
11713 \series bold
11714
11715 \backslash
11716 centering
11717 \series default
11718 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11719 \end_layout
11720
11721 \begin_layout Standard
11722
11723 \series bold
11724 >{
11725 \backslash
11726 centering}m{1.25cm-6.2pt}
11727 \end_layout
11728
11729 \begin_layout Standard
11730
11731 \series bold
11732 >{ }
11733 \series default
11734 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11735 \end_layout
11736
11737 \begin_layout Standard
11738 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11739 がって、連結セルには
11740 \end_layout
11741
11742 \begin_layout Standard
11743
11744 \series bold
11745 >{
11746 \backslash
11747 centering}m{2.5cm}
11748 \end_layout
11749
11750 \begin_layout Standard
11751 というLaTeX変数を指定しなくてはなりません。
11752 \end_layout
11753
11754 \begin_layout Subsection
11755 連結行
11756 \begin_inset CommandInset label
11757 LatexCommand label
11758 name "sub:連結行"
11759
11760 \end_inset
11761
11762
11763 \begin_inset Index idx
11764 status collapsed
11765
11766 \begin_layout Plain Layout
11767 れんけつぎょう@連結行
11768 \end_layout
11769
11770 \end_inset
11771
11772
11773 \begin_inset Index idx
11774 status collapsed
11775
11776 \begin_layout Plain Layout
11777 ひょう@表 ! れんけつぎょう@連結行
11778 \end_layout
11779
11780 \end_inset
11781
11782
11783 \end_layout
11784
11785 \begin_layout Standard
11786 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11787 \family sans
11788
11789 \begin_inset Info
11790 type  "icon"
11791 arg   "inset-modify tabular multirow"
11792 \end_inset
11793
11794
11795 \family default
11796 を押すか、メニュー
11797 \family sans
11798 編集\SpecialChar \menuseparator
11799 表\SpecialChar \menuseparator
11800 連結行
11801 \family default
11802 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
11803 \family sans
11804 \SpecialChar \menuseparator
11805 連結行
11806 \family default
11807 を選んでください。
11808 \end_layout
11809
11810 \begin_layout Standard
11811 下記は一列目に連結列を適用した表の例です。
11812 \end_layout
11813
11814 \begin_layout Standard
11815 \align center
11816 \begin_inset Tabular
11817 <lyxtabular version="3" rows="3" columns="3">
11818 <features tabularvalignment="middle">
11819 <column alignment="center" valignment="top" width="0pt">
11820 <column alignment="center" valignment="top" width="0">
11821 <column alignment="center" valignment="top" width="0">
11822 <row>
11823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11824 \begin_inset Text
11825
11826 \begin_layout Plain Layout
11827 長いセル項目
11828 \end_layout
11829
11830 \end_inset
11831 </cell>
11832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11833 \begin_inset Text
11834
11835 \begin_layout Plain Layout
11836
11837 \end_layout
11838
11839 \end_inset
11840 </cell>
11841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11842 \begin_inset Text
11843
11844 \begin_layout Plain Layout
11845
11846 \end_layout
11847
11848 \end_inset
11849 </cell>
11850 </row>
11851 <row>
11852 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11853 \begin_inset Text
11854
11855 \begin_layout Plain Layout
11856 連結列
11857 \end_layout
11858
11859 \end_inset
11860 </cell>
11861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11862 \begin_inset Text
11863
11864 \begin_layout Plain Layout
11865
11866 \end_layout
11867
11868 \end_inset
11869 </cell>
11870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11871 \begin_inset Text
11872
11873 \begin_layout Plain Layout
11874
11875 \end_layout
11876
11877 \end_inset
11878 </cell>
11879 </row>
11880 <row>
11881 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11882 \begin_inset Text
11883
11884 \begin_layout Plain Layout
11885
11886 \end_layout
11887
11888 \end_inset
11889 </cell>
11890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11891 \begin_inset Text
11892
11893 \begin_layout Plain Layout
11894
11895 \end_layout
11896
11897 \end_inset
11898 </cell>
11899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11900 \begin_inset Text
11901
11902 \begin_layout Plain Layout
11903
11904 \end_layout
11905
11906 \end_inset
11907 </cell>
11908 </row>
11909 </lyxtabular>
11910
11911 \end_inset
11912
11913
11914 \end_layout
11915
11916 \begin_layout Standard
11917 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
11918 \family sans
11919 垂直オフセット
11920 \family default
11921 は、正または負の値を与えると、連結列の内容を上下にシフトします。
11922 \end_layout
11923
11924 \begin_layout Standard
11925 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
11926 \end_layout
11927
11928 \begin_layout Standard
11929
11930 \series bold
11931
11932 \backslash
11933 renewcommand{
11934 \backslash
11935 multirowsetup}{
11936 \backslash
11937 centering}
11938 \end_layout
11939
11940 \begin_layout Standard
11941 というコマンドを使用して、コマンド
11942 \series bold
11943
11944 \backslash
11945 multirowsetup
11946 \series default
11947 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
11948 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
11949 \series bold
11950
11951 \backslash
11952 centering
11953 \series default
11954 の代わりに
11955 \series bold
11956
11957 \backslash
11958 raggedleft
11959 \series default
11960 を使用して下さい。左揃えに戻すには、
11961 \series bold
11962
11963 \backslash
11964 raggedright
11965 \series default
11966 とします。
11967 \end_layout
11968
11969 \begin_layout Standard
11970 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
11971 \end_layout
11972
11973 \begin_layout Standard
11974 \noindent
11975 \align center
11976 \begin_inset ERT
11977 status collapsed
11978
11979 \begin_layout Plain Layout
11980
11981
11982 \backslash
11983 renewcommand{
11984 \backslash
11985 multirowsetup}{
11986 \backslash
11987 raggedleft}
11988 \end_layout
11989
11990 \end_inset
11991
11992
11993 \begin_inset Tabular
11994 <lyxtabular version="3" rows="4" columns="3">
11995 <features tabularvalignment="middle">
11996 <column alignment="center" valignment="top" width="3cm">
11997 <column alignment="center" valignment="top" width="0">
11998 <column alignment="center" valignment="top" width="0">
11999 <row>
12000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12001 \begin_inset Text
12002
12003 \begin_layout Plain Layout
12004 長いセル項目
12005 \end_layout
12006
12007 \end_inset
12008 </cell>
12009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12010 \begin_inset Text
12011
12012 \begin_layout Plain Layout
12013
12014 \end_layout
12015
12016 \end_inset
12017 </cell>
12018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12019 \begin_inset Text
12020
12021 \begin_layout Plain Layout
12022
12023 \end_layout
12024
12025 \end_inset
12026 </cell>
12027 </row>
12028 <row>
12029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12030 \begin_inset Text
12031
12032 \begin_layout Plain Layout
12033
12034 \end_layout
12035
12036 \end_inset
12037 </cell>
12038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12039 \begin_inset Text
12040
12041 \begin_layout Plain Layout
12042
12043 \end_layout
12044
12045 \end_inset
12046 </cell>
12047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12048 \begin_inset Text
12049
12050 \begin_layout Plain Layout
12051
12052 \end_layout
12053
12054 \end_inset
12055 </cell>
12056 </row>
12057 <row>
12058 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12059 \begin_inset Text
12060
12061 \begin_layout Plain Layout
12062 連結列
12063 \end_layout
12064
12065 \end_inset
12066 </cell>
12067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12068 \begin_inset Text
12069
12070 \begin_layout Plain Layout
12071
12072 \end_layout
12073
12074 \end_inset
12075 </cell>
12076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12077 \begin_inset Text
12078
12079 \begin_layout Plain Layout
12080
12081 \end_layout
12082
12083 \end_inset
12084 </cell>
12085 </row>
12086 <row>
12087 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12088 \begin_inset Text
12089
12090 \begin_layout Plain Layout
12091
12092 \end_layout
12093
12094 \end_inset
12095 </cell>
12096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12097 \begin_inset Text
12098
12099 \begin_layout Plain Layout
12100
12101 \end_layout
12102
12103 \end_inset
12104 </cell>
12105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12106 \begin_inset Text
12107
12108 \begin_layout Plain Layout
12109
12110 \end_layout
12111
12112 \end_inset
12113 </cell>
12114 </row>
12115 </lyxtabular>
12116
12117 \end_inset
12118
12119
12120 \begin_inset ERT
12121 status collapsed
12122
12123 \begin_layout Plain Layout
12124
12125
12126 \backslash
12127 renewcommand{
12128 \backslash
12129 multirowsetup}{
12130 \backslash
12131 raggedright}
12132 \end_layout
12133
12134 \end_inset
12135
12136
12137 \end_layout
12138
12139 \begin_layout Standard
12140
12141 \lang english
12142 To start a new line in a multirow you can use a forced line break (shortcut
12143  
12144 \begin_inset Info
12145 type  "shortcut"
12146 arg   "newline-insert newline"
12147 \end_inset
12148
12149 ) but this will not respect the cell lines as demonstrated in this table:
12150 \end_layout
12151
12152 \begin_layout Standard
12153 \noindent
12154 \align center
12155
12156 \lang english
12157 \begin_inset Tabular
12158 <lyxtabular version="3" rows="3" columns="2">
12159 <features tabularvalignment="middle">
12160 <column alignment="left" valignment="middle" width="2cm">
12161 <column alignment="center" valignment="top" width="0">
12162 <row>
12163 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12164 \begin_inset Text
12165
12166 \begin_layout Plain Layout
12167
12168 \lang english
12169 aaa
12170 \begin_inset Newline newline
12171 \end_inset
12172
12173 aaa
12174 \begin_inset Newline newline
12175 \end_inset
12176
12177 wrong cell
12178 \end_layout
12179
12180 \end_inset
12181 </cell>
12182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12183 \begin_inset Text
12184
12185 \begin_layout Plain Layout
12186
12187 \lang english
12188 ccc
12189 \end_layout
12190
12191 \end_inset
12192 </cell>
12193 </row>
12194 <row>
12195 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12196 \begin_inset Text
12197
12198 \begin_layout Plain Layout
12199
12200 \end_layout
12201
12202 \end_inset
12203 </cell>
12204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12205 \begin_inset Text
12206
12207 \begin_layout Plain Layout
12208
12209 \lang english
12210 ddd
12211 \end_layout
12212
12213 \end_inset
12214 </cell>
12215 </row>
12216 <row>
12217 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12218 \begin_inset Text
12219
12220 \begin_layout Plain Layout
12221
12222 \lang english
12223 bbb
12224 \end_layout
12225
12226 \end_inset
12227 </cell>
12228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12229 \begin_inset Text
12230
12231 \begin_layout Plain Layout
12232
12233 \lang english
12234 eee
12235 \end_layout
12236
12237 \end_inset
12238 </cell>
12239 </row>
12240 </lyxtabular>
12241
12242 \end_inset
12243
12244
12245 \end_layout
12246
12247 \begin_layout Standard
12248
12249 \lang english
12250 Therefore be careful with forced line breaks.
12251 \end_layout
12252
12253 \begin_layout Section
12254 フォーマル形式の表
12255 \begin_inset CommandInset label
12256 LatexCommand label
12257 name "sec:フォーマル形式の表"
12258
12259 \end_inset
12260
12261
12262 \begin_inset Index idx
12263 status collapsed
12264
12265 \begin_layout Plain Layout
12266 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
12267 \end_layout
12268
12269 \end_inset
12270
12271
12272 \end_layout
12273
12274 \begin_layout Standard
12275 書籍中の表は、よく表
12276 \begin_inset CommandInset ref
12277 LatexCommand ref
12278 reference "tab:ブックタブ表の例"
12279
12280 \end_inset
12281
12282 のように組版されます。この種の表は、「
12283 \emph on
12284 フォーマル形式
12285 \emph default
12286 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
12287 \end_layout
12288
12289 \begin_layout Standard
12290 \begin_inset Float table
12291 placement h
12292 wide false
12293 sideways false
12294 status open
12295
12296 \begin_layout Plain Layout
12297 \begin_inset Caption
12298
12299 \begin_layout Plain Layout
12300 \begin_inset CommandInset label
12301 LatexCommand label
12302 name "tab:ブックタブ表の例"
12303
12304 \end_inset
12305
12306 ブックタブ表の例
12307 \end_layout
12308
12309 \end_inset
12310
12311
12312 \end_layout
12313
12314 \begin_layout Plain Layout
12315 \align center
12316 \begin_inset Tabular
12317 <lyxtabular version="3" rows="8" columns="4">
12318 <features booktabs="true" tabularvalignment="middle">
12319 <column alignment="center" valignment="top" width="0">
12320 <column alignment="center" valignment="top" width="0">
12321 <column alignment="center" valignment="top" width="0">
12322 <column alignment="center" valignment="top" width="0">
12323 <row>
12324 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12325 \begin_inset Text
12326
12327 \begin_layout Plain Layout
12328 システム
12329 \end_layout
12330
12331 \end_inset
12332 </cell>
12333 <cell alignment="center" valignment="top" topline="true" usebox="none">
12334 \begin_inset Text
12335
12336 \begin_layout Plain Layout
12337 Medipix
12338 \begin_inset space \thinspace{}
12339 \end_inset
12340
12341 1
12342 \end_layout
12343
12344 \end_inset
12345 </cell>
12346 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12347 \begin_inset Text
12348
12349 \begin_layout Plain Layout
12350 Medipix
12351 \begin_inset space \thinspace{}
12352 \end_inset
12353
12354 2
12355 \end_layout
12356
12357 \end_inset
12358 </cell>
12359 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12360 \begin_inset Text
12361
12362 \begin_layout Plain Layout
12363
12364 \end_layout
12365
12366 \end_inset
12367 </cell>
12368 </row>
12369 <row>
12370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12371 \begin_inset Text
12372
12373 \begin_layout Plain Layout
12374 \begin_inset ERT
12375 status collapsed
12376
12377 \begin_layout Plain Layout
12378
12379
12380 \backslash
12381 cmidrule(r){2-2}
12382 \end_layout
12383
12384 \end_inset
12385
12386
12387 \begin_inset ERT
12388 status collapsed
12389
12390 \begin_layout Plain Layout
12391
12392
12393 \backslash
12394 cmidrule(l){3-4}
12395 \end_layout
12396
12397 \end_inset
12398
12399 検知器の厚み [µm]
12400 \end_layout
12401
12402 \end_inset
12403 </cell>
12404 <cell alignment="center" valignment="top" usebox="none">
12405 \begin_inset Text
12406
12407 \begin_layout Plain Layout
12408 300
12409 \end_layout
12410
12411 \end_inset
12412 </cell>
12413 <cell alignment="center" valignment="top" usebox="none">
12414 \begin_inset Text
12415
12416 \begin_layout Plain Layout
12417 300
12418 \end_layout
12419
12420 \end_inset
12421 </cell>
12422 <cell alignment="center" valignment="top" usebox="none">
12423 \begin_inset Text
12424
12425 \begin_layout Plain Layout
12426 700
12427 \end_layout
12428
12429 \end_inset
12430 </cell>
12431 </row>
12432 <row>
12433 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12434 \begin_inset Text
12435
12436 \begin_layout Plain Layout
12437 エッジ角 [°]
12438 \end_layout
12439
12440 \end_inset
12441 </cell>
12442 <cell alignment="center" valignment="top" topline="true" usebox="none">
12443 \begin_inset Text
12444
12445 \begin_layout Plain Layout
12446 3.55
12447 \end_layout
12448
12449 \end_inset
12450 </cell>
12451 <cell alignment="center" valignment="top" topline="true" usebox="none">
12452 \begin_inset Text
12453
12454 \begin_layout Plain Layout
12455 2.71
12456 \end_layout
12457
12458 \end_inset
12459 </cell>
12460 <cell alignment="center" valignment="top" topline="true" usebox="none">
12461 \begin_inset Text
12462
12463 \begin_layout Plain Layout
12464 7.99
12465 \end_layout
12466
12467 \end_inset
12468 </cell>
12469 </row>
12470 <row topspace="default">
12471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12472 \begin_inset Text
12473
12474 \begin_layout Plain Layout
12475 空間分解能 [µm]
12476 \end_layout
12477
12478 \end_inset
12479 </cell>
12480 <cell alignment="center" valignment="top" usebox="none">
12481 \begin_inset Text
12482
12483 \begin_layout Plain Layout
12484 4.26
12485 \end_layout
12486
12487 \end_inset
12488 </cell>
12489 <cell alignment="center" valignment="top" usebox="none">
12490 \begin_inset Text
12491
12492 \begin_layout Plain Layout
12493 10.17
12494 \end_layout
12495
12496 \end_inset
12497 </cell>
12498 <cell alignment="center" valignment="top" usebox="none">
12499 \begin_inset Text
12500
12501 \begin_layout Plain Layout
12502 10.56
12503 \end_layout
12504
12505 \end_inset
12506 </cell>
12507 </row>
12508 <row topspace="default">
12509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12510 \begin_inset Text
12511
12512 \begin_layout Plain Layout
12513 \begin_inset Formula $f_{\mathrm{max}}$
12514 \end_inset
12515
12516 におけるMTF
12517 \end_layout
12518
12519 \end_inset
12520 </cell>
12521 <cell alignment="center" valignment="top" usebox="none">
12522 \begin_inset Text
12523
12524 \begin_layout Plain Layout
12525 0.53
12526 \end_layout
12527
12528 \end_inset
12529 </cell>
12530 <cell alignment="center" valignment="top" usebox="none">
12531 \begin_inset Text
12532
12533 \begin_layout Plain Layout
12534 0.37
12535 \end_layout
12536
12537 \end_inset
12538 </cell>
12539 <cell alignment="center" valignment="top" usebox="none">
12540 \begin_inset Text
12541
12542 \begin_layout Plain Layout
12543 0.39
12544 \end_layout
12545
12546 \end_inset
12547 </cell>
12548 </row>
12549 <row topspace="default">
12550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12551 \begin_inset Text
12552
12553 \begin_layout Plain Layout
12554 \begin_inset ERT
12555 status collapsed
12556
12557 \begin_layout Plain Layout
12558
12559
12560 \backslash
12561 cmidrule(l{10pt}){1-1}
12562 \end_layout
12563
12564 \end_inset
12565
12566 LSF空間分解能
12567 \end_layout
12568
12569 \end_inset
12570 </cell>
12571 <cell alignment="center" valignment="top" usebox="none">
12572 \begin_inset Text
12573
12574 \begin_layout Plain Layout
12575
12576 \end_layout
12577
12578 \end_inset
12579 </cell>
12580 <cell alignment="center" valignment="top" usebox="none">
12581 \begin_inset Text
12582
12583 \begin_layout Plain Layout
12584
12585 \end_layout
12586
12587 \end_inset
12588 </cell>
12589 <cell alignment="center" valignment="top" usebox="none">
12590 \begin_inset Text
12591
12592 \begin_layout Plain Layout
12593
12594 \end_layout
12595
12596 \end_inset
12597 </cell>
12598 </row>
12599 <row>
12600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604 µm表示
12605 \end_layout
12606
12607 \end_inset
12608 </cell>
12609 <cell alignment="center" valignment="top" usebox="none">
12610 \begin_inset Text
12611
12612 \begin_layout Plain Layout
12613 129.7
12614 \end_layout
12615
12616 \end_inset
12617 </cell>
12618 <cell alignment="center" valignment="top" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Plain Layout
12622 52.75
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 <cell alignment="center" valignment="top" usebox="none">
12628 \begin_inset Text
12629
12630 \begin_layout Plain Layout
12631 50.78
12632 \end_layout
12633
12634 \end_inset
12635 </cell>
12636 </row>
12637 <row>
12638 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 ピクセルサイズに対する%表示
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12648 \begin_inset Text
12649
12650 \begin_layout Plain Layout
12651 76.3
12652 \end_layout
12653
12654 \end_inset
12655 </cell>
12656 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12657 \begin_inset Text
12658
12659 \begin_layout Plain Layout
12660 95.9
12661 \end_layout
12662
12663 \end_inset
12664 </cell>
12665 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12666 \begin_inset Text
12667
12668 \begin_layout Plain Layout
12669 92.3
12670 \end_layout
12671
12672 \end_inset
12673 </cell>
12674 </row>
12675 </lyxtabular>
12676
12677 \end_inset
12678
12679
12680 \end_layout
12681
12682 \end_inset
12683
12684
12685 \end_layout
12686
12687 \begin_layout Standard
12688 表中の行に余白を加えるには、第
12689 \begin_inset CommandInset ref
12690 LatexCommand ref
12691 reference "sub:行の余白取り"
12692
12693 \end_inset
12694
12695 節に述べられているように、表の設定ダイアログの
12696 \family sans
12697 罫線
12698 \family default
12699 タブを使用します。
12700 \end_layout
12701
12702 \begin_layout Standard
12703 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
12704 \begin_inset Newline newline
12705 \end_inset
12706
12707 最初と最後の表罫線の既定幅は0.08
12708 \begin_inset space \thinspace{}
12709 \end_inset
12710
12711 emですが、他の罫線の既定幅は0.05
12712 \begin_inset space \thinspace{}
12713 \end_inset
12714
12715 emです。
12716 \end_layout
12717
12718 \begin_layout Standard
12719 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
12720 \end_layout
12721
12722 \begin_layout Standard
12723
12724 \series bold
12725
12726 \backslash
12727 let
12728 \backslash
12729 mytoprule
12730 \backslash
12731 toprule
12732 \begin_inset Newline newline
12733 \end_inset
12734
12735
12736 \backslash
12737 renewcommand{
12738 \backslash
12739 toprule}{
12740 \backslash
12741 mytoprule[幅]}
12742 \end_layout
12743
12744 \begin_layout Standard
12745 上の例は、
12746 \series bold
12747 toprule
12748 \series default
12749 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
12750 \series bold
12751 toprule
12752 \series default
12753
12754 \series bold
12755 bottomrule
12756 \series default
12757 に置き換えて下さい。他の罫線の線幅を変更するには、
12758 \series bold
12759 toprule
12760 \series default
12761
12762 \series bold
12763 midrule
12764 \series default
12765 に置き換えます。線幅を設定する上では、付録
12766 \begin_inset CommandInset ref
12767 LatexCommand ref
12768 reference "cha:LyXで使用できる単位"
12769
12770 \end_inset
12771
12772 に挙げてあるすべての単位を使用することができます。
12773 \end_layout
12774
12775 \begin_layout Standard
12776 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
12777 \series bold
12778
12779 \backslash
12780 cmidrule
12781 \series default
12782 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
12783 \end_layout
12784
12785 \begin_layout Standard
12786
12787 \series bold
12788
12789 \backslash
12790 cmidrule[幅](刈込){開始列-終了列}
12791 \end_layout
12792
12793 \begin_layout Standard
12794 です。
12795 \series bold
12796
12797 \backslash
12798 cmidrule
12799 \series default
12800 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
12801 \series bold
12802
12803 \backslash
12804 cmidrule
12805 \series default
12806 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
12807
12808 \end_layout
12809
12810 \begin_layout Standard
12811 この線幅の既定値は0.03
12812 \begin_inset space \thinspace{}
12813 \end_inset
12814
12815 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
12816 。非必須パラメーターの「刈込」は、
12817 \emph on
12818 l{刈込幅}
12819 \emph default
12820 あるいは
12821 \emph on
12822 r{刈込幅}
12823 \emph default
12824 の値を取り、刈込幅の指定は非必須です。たとえば、
12825 \emph on
12826 l{2pt}
12827 \emph default
12828 というパラメーターを使うと、罫線が左端から2
12829 \begin_inset space \thinspace{}
12830 \end_inset
12831
12832 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
12833 \begin_inset space \thinspace{}
12834 \end_inset
12835
12836 emだけ刈り込まれます。
12837 \end_layout
12838
12839 \begin_layout Standard
12840 \begin_inset VSpace bigskip
12841 \end_inset
12842
12843
12844 \begin_inset CommandInset ref
12845 LatexCommand ref
12846 reference "tab:ブックタブ表の例"
12847
12848 \end_inset
12849
12850 は、
12851 \end_layout
12852
12853 \begin_layout Standard
12854
12855 \series bold
12856
12857 \backslash
12858 cmidrule(r){2-2}
12859 \backslash
12860 cmidrule(l){3-4}
12861 \end_layout
12862
12863 \begin_layout Standard
12864 というコマンドを第二行の初めに使用し、
12865 \end_layout
12866
12867 \begin_layout Standard
12868
12869 \series bold
12870
12871 \backslash
12872 cmidrule(l{10pt}){1-1}
12873 \end_layout
12874
12875 \begin_layout Standard
12876 を第六行に使用して作成されています。
12877 \end_layout
12878
12879 \begin_layout Standard
12880 \begin_inset VSpace bigskip
12881 \end_inset
12882
12883
12884 \end_layout
12885
12886 \begin_layout Standard
12887 ときには、表
12888 \begin_inset CommandInset ref
12889 LatexCommand ref
12890 reference "tab:特殊なブックタブ表"
12891
12892 \end_inset
12893
12894 のような重なり合った
12895 \series bold
12896
12897 \backslash
12898 cmidrule
12899 \series default
12900 が欲しいことがあるかもしれません。これは、TeXコードで
12901 \end_layout
12902
12903 \begin_layout Standard
12904
12905 \series bold
12906
12907 \backslash
12908 morecmidrules
12909 \end_layout
12910
12911 \begin_layout Standard
12912 コマンドを使用することによって実現することができます。表
12913 \begin_inset CommandInset ref
12914 LatexCommand ref
12915 reference "tab:特殊なブックタブ表"
12916
12917 \end_inset
12918
12919 の第二列には
12920 \end_layout
12921
12922 \begin_layout Standard
12923
12924 \series bold
12925
12926 \backslash
12927 cmidrule(r){2-2}
12928 \backslash
12929 cmidrule(l){3-4}
12930 \backslash
12931 morecmidrules
12932 \backslash
12933 cmidrule{2-4}
12934 \end_layout
12935
12936 \begin_layout Standard
12937 というコマンドが使用されており、第六列には
12938 \end_layout
12939
12940 \begin_layout Standard
12941
12942 \series bold
12943
12944 \backslash
12945 midrule
12946 \backslash
12947 morecmidrules
12948 \backslash
12949 cmidrule{3-4}
12950 \end_layout
12951
12952 \begin_layout Standard
12953 というコマンドが使用されています。
12954 \end_layout
12955
12956 \begin_layout Standard
12957 \begin_inset VSpace bigskip
12958 \end_inset
12959
12960
12961 \end_layout
12962
12963 \begin_layout Standard
12964 罫線の余白取りにどうしても満足が行かない場合には、
12965 \end_layout
12966
12967 \begin_layout Standard
12968
12969 \series bold
12970
12971 \backslash
12972 specialrule{幅}{上余白}{下余白}
12973 \end_layout
12974
12975 \begin_layout Standard
12976 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
12977 \series bold
12978 booktabs
12979 \series default
12980  
12981 \begin_inset CommandInset citation
12982 LatexCommand cite
12983 key "booktabs"
12984
12985 \end_inset
12986
12987
12988 \begin_inset Index idx
12989 status collapsed
12990
12991 \begin_layout Plain Layout
12992 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
12993 \end_layout
12994
12995 \end_inset
12996
12997 の取扱説明書をご参照下さい。
12998 \end_layout
12999
13000 \begin_layout Standard
13001 \begin_inset Float table
13002 placement h
13003 wide false
13004 sideways false
13005 status open
13006
13007 \begin_layout Plain Layout
13008 \begin_inset Caption
13009
13010 \begin_layout Plain Layout
13011 \begin_inset CommandInset label
13012 LatexCommand label
13013 name "tab:特殊なブックタブ表"
13014
13015 \end_inset
13016
13017 特殊なブックタブ表
13018 \end_layout
13019
13020 \end_inset
13021
13022
13023 \end_layout
13024
13025 \begin_layout Plain Layout
13026 \align center
13027 \begin_inset Tabular
13028 <lyxtabular version="3" rows="8" columns="4">
13029 <features booktabs="true" tabularvalignment="middle">
13030 <column alignment="center" valignment="top" width="0">
13031 <column alignment="center" valignment="top" width="0">
13032 <column alignment="center" valignment="top" width="0">
13033 <column alignment="center" valignment="top" width="0">
13034 <row>
13035 <cell alignment="center" valignment="top" topline="true" usebox="none">
13036 \begin_inset Text
13037
13038 \begin_layout Plain Layout
13039 システム
13040 \end_layout
13041
13042 \end_inset
13043 </cell>
13044 <cell alignment="center" valignment="top" topline="true" usebox="none">
13045 \begin_inset Text
13046
13047 \begin_layout Plain Layout
13048 Medipix
13049 \begin_inset space \thinspace{}
13050 \end_inset
13051
13052 1
13053 \end_layout
13054
13055 \end_inset
13056 </cell>
13057 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13058 \begin_inset Text
13059
13060 \begin_layout Plain Layout
13061 Medipix
13062 \begin_inset space \thinspace{}
13063 \end_inset
13064
13065 2
13066 \end_layout
13067
13068 \end_inset
13069 </cell>
13070 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13071 \begin_inset Text
13072
13073 \begin_layout Plain Layout
13074
13075 \end_layout
13076
13077 \end_inset
13078 </cell>
13079 </row>
13080 <row>
13081 <cell alignment="center" valignment="top" usebox="none">
13082 \begin_inset Text
13083
13084 \begin_layout Plain Layout
13085 \begin_inset ERT
13086 status collapsed
13087
13088 \begin_layout Plain Layout
13089
13090
13091 \backslash
13092 cmidrule(r){2-2}
13093 \end_layout
13094
13095 \end_inset
13096
13097
13098 \begin_inset ERT
13099 status collapsed
13100
13101 \begin_layout Plain Layout
13102
13103
13104 \backslash
13105 cmidrule(l){3-4}
13106 \end_layout
13107
13108 \end_inset
13109
13110
13111 \begin_inset ERT
13112 status collapsed
13113
13114 \begin_layout Plain Layout
13115
13116
13117 \backslash
13118 morecmidrules 
13119 \end_layout
13120
13121 \end_inset
13122
13123
13124 \begin_inset ERT
13125 status collapsed
13126
13127 \begin_layout Plain Layout
13128
13129
13130 \backslash
13131 cmidrule{2-4}
13132 \end_layout
13133
13134 \end_inset
13135
13136 検知器の厚み [µm]
13137 \end_layout
13138
13139 \end_inset
13140 </cell>
13141 <cell alignment="center" valignment="top" usebox="none">
13142 \begin_inset Text
13143
13144 \begin_layout Plain Layout
13145 300
13146 \end_layout
13147
13148 \end_inset
13149 </cell>
13150 <cell alignment="center" valignment="top" usebox="none">
13151 \begin_inset Text
13152
13153 \begin_layout Plain Layout
13154 300
13155 \end_layout
13156
13157 \end_inset
13158 </cell>
13159 <cell alignment="center" valignment="top" usebox="none">
13160 \begin_inset Text
13161
13162 \begin_layout Plain Layout
13163 700
13164 \end_layout
13165
13166 \end_inset
13167 </cell>
13168 </row>
13169 <row>
13170 <cell alignment="center" valignment="top" topline="true" usebox="none">
13171 \begin_inset Text
13172
13173 \begin_layout Plain Layout
13174 エッジ角 [°]
13175 \end_layout
13176
13177 \end_inset
13178 </cell>
13179 <cell alignment="center" valignment="top" topline="true" usebox="none">
13180 \begin_inset Text
13181
13182 \begin_layout Plain Layout
13183 3.55
13184 \end_layout
13185
13186 \end_inset
13187 </cell>
13188 <cell alignment="center" valignment="top" topline="true" usebox="none">
13189 \begin_inset Text
13190
13191 \begin_layout Plain Layout
13192 2.71
13193 \end_layout
13194
13195 \end_inset
13196 </cell>
13197 <cell alignment="center" valignment="top" topline="true" usebox="none">
13198 \begin_inset Text
13199
13200 \begin_layout Plain Layout
13201 7.99
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 </row>
13207 <row topspace="default">
13208 <cell alignment="center" valignment="top" usebox="none">
13209 \begin_inset Text
13210
13211 \begin_layout Plain Layout
13212 空間分解能 [µm]
13213 \end_layout
13214
13215 \end_inset
13216 </cell>
13217 <cell alignment="center" valignment="top" usebox="none">
13218 \begin_inset Text
13219
13220 \begin_layout Plain Layout
13221 4.26
13222 \end_layout
13223
13224 \end_inset
13225 </cell>
13226 <cell alignment="center" valignment="top" usebox="none">
13227 \begin_inset Text
13228
13229 \begin_layout Plain Layout
13230 10.17
13231 \end_layout
13232
13233 \end_inset
13234 </cell>
13235 <cell alignment="center" valignment="top" usebox="none">
13236 \begin_inset Text
13237
13238 \begin_layout Plain Layout
13239 10.56
13240 \end_layout
13241
13242 \end_inset
13243 </cell>
13244 </row>
13245 <row topspace="default">
13246 <cell alignment="center" valignment="top" usebox="none">
13247 \begin_inset Text
13248
13249 \begin_layout Plain Layout
13250 \begin_inset Formula $f_{\mathrm{max}}$
13251 \end_inset
13252
13253 におけるMTF
13254 \end_layout
13255
13256 \end_inset
13257 </cell>
13258 <cell alignment="center" valignment="top" usebox="none">
13259 \begin_inset Text
13260
13261 \begin_layout Plain Layout
13262 0.53
13263 \end_layout
13264
13265 \end_inset
13266 </cell>
13267 <cell alignment="center" valignment="top" usebox="none">
13268 \begin_inset Text
13269
13270 \begin_layout Plain Layout
13271 0.37
13272 \end_layout
13273
13274 \end_inset
13275 </cell>
13276 <cell alignment="center" valignment="top" usebox="none">
13277 \begin_inset Text
13278
13279 \begin_layout Plain Layout
13280 0.39
13281 \end_layout
13282
13283 \end_inset
13284 </cell>
13285 </row>
13286 <row>
13287 <cell alignment="center" valignment="top" topline="true" usebox="none">
13288 \begin_inset Text
13289
13290 \begin_layout Plain Layout
13291 \begin_inset ERT
13292 status collapsed
13293
13294 \begin_layout Plain Layout
13295
13296
13297 \backslash
13298 morecmidrules 
13299 \end_layout
13300
13301 \end_inset
13302
13303
13304 \begin_inset ERT
13305 status collapsed
13306
13307 \begin_layout Plain Layout
13308
13309
13310 \backslash
13311 cmidrule{3-4}
13312 \end_layout
13313
13314 \end_inset
13315
13316 LSF空間分解能
13317 \end_layout
13318
13319 \end_inset
13320 </cell>
13321 <cell alignment="center" valignment="top" topline="true" usebox="none">
13322 \begin_inset Text
13323
13324 \begin_layout Plain Layout
13325
13326 \end_layout
13327
13328 \end_inset
13329 </cell>
13330 <cell alignment="center" valignment="top" topline="true" usebox="none">
13331 \begin_inset Text
13332
13333 \begin_layout Plain Layout
13334
13335 \end_layout
13336
13337 \end_inset
13338 </cell>
13339 <cell alignment="center" valignment="top" topline="true" usebox="none">
13340 \begin_inset Text
13341
13342 \begin_layout Plain Layout
13343
13344 \end_layout
13345
13346 \end_inset
13347 </cell>
13348 </row>
13349 <row>
13350 <cell alignment="center" valignment="top" usebox="none">
13351 \begin_inset Text
13352
13353 \begin_layout Plain Layout
13354 µm表示
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 <cell alignment="center" valignment="top" usebox="none">
13360 \begin_inset Text
13361
13362 \begin_layout Plain Layout
13363 129.7
13364 \end_layout
13365
13366 \end_inset
13367 </cell>
13368 <cell alignment="center" valignment="top" usebox="none">
13369 \begin_inset Text
13370
13371 \begin_layout Plain Layout
13372 52.75
13373 \end_layout
13374
13375 \end_inset
13376 </cell>
13377 <cell alignment="center" valignment="top" usebox="none">
13378 \begin_inset Text
13379
13380 \begin_layout Plain Layout
13381 50.78
13382 \end_layout
13383
13384 \end_inset
13385 </cell>
13386 </row>
13387 <row>
13388 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13389 \begin_inset Text
13390
13391 \begin_layout Plain Layout
13392 ピクセルサイズに対する%表示
13393 \end_layout
13394
13395 \end_inset
13396 </cell>
13397 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13398 \begin_inset Text
13399
13400 \begin_layout Plain Layout
13401 76.3
13402 \end_layout
13403
13404 \end_inset
13405 </cell>
13406 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13407 \begin_inset Text
13408
13409 \begin_layout Plain Layout
13410 95.9
13411 \end_layout
13412
13413 \end_inset
13414 </cell>
13415 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13416 \begin_inset Text
13417
13418 \begin_layout Plain Layout
13419 92.3
13420 \end_layout
13421
13422 \end_inset
13423 </cell>
13424 </row>
13425 </lyxtabular>
13426
13427 \end_inset
13428
13429
13430 \end_layout
13431
13432 \end_inset
13433
13434
13435 \end_layout
13436
13437 \begin_layout Section
13438 表の垂直揃え
13439 \begin_inset Index idx
13440 status collapsed
13441
13442 \begin_layout Plain Layout
13443 ひょう@表 ! そろえ@揃え
13444 \end_layout
13445
13446 \end_inset
13447
13448
13449 \end_layout
13450
13451 \begin_layout Standard
13452 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
13453 \begin_inset CommandInset ref
13454 LatexCommand ref
13455 reference "sec:ボックスダイアログ"
13456
13457 \end_inset
13458
13459 節に述べられているように、ボックスの垂直揃えを行います。
13460 \end_layout
13461
13462 \begin_layout Standard
13463 以下の例では、各表は15
13464 \begin_inset space \thinspace{}
13465 \end_inset
13466
13467 列幅%を持つminipage
13468 \begin_inset Foot
13469 status collapsed
13470
13471 \begin_layout Plain Layout
13472 minipageは第
13473 \begin_inset CommandInset ref
13474 LatexCommand ref
13475 reference "sec:ミニページ"
13476
13477 \end_inset
13478
13479 節で説明されています。
13480 \end_layout
13481
13482 \end_inset
13483
13484 ボックスの中に入れてあります。
13485 \end_layout
13486
13487 \begin_layout Itemize
13488 動作試験 
13489 \begin_inset Box Frameless
13490 position "t"
13491 hor_pos "c"
13492 has_inner_box 1
13493 inner_pos "c"
13494 use_parbox 0
13495 use_makebox 0
13496 width "15col%"
13497 special "none"
13498 height "1in"
13499 height_special "totalheight"
13500 status collapsed
13501
13502 \begin_layout Plain Layout
13503 \begin_inset Tabular
13504 <lyxtabular version="3" rows="3" columns="3">
13505 <features tabularvalignment="middle">
13506 <column alignment="center" valignment="top" width="0">
13507 <column alignment="center" valignment="top" width="0">
13508 <column alignment="center" valignment="top" width="0">
13509 <row>
13510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13511 \begin_inset Text
13512
13513 \begin_layout Plain Layout
13514
13515 \end_layout
13516
13517 \end_inset
13518 </cell>
13519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13520 \begin_inset Text
13521
13522 \begin_layout Plain Layout
13523
13524 \end_layout
13525
13526 \end_inset
13527 </cell>
13528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13529 \begin_inset Text
13530
13531 \begin_layout Plain Layout
13532
13533 \end_layout
13534
13535 \end_inset
13536 </cell>
13537 </row>
13538 <row>
13539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13540 \begin_inset Text
13541
13542 \begin_layout Plain Layout
13543
13544 \end_layout
13545
13546 \end_inset
13547 </cell>
13548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13549 \begin_inset Text
13550
13551 \begin_layout Plain Layout
13552
13553 \end_layout
13554
13555 \end_inset
13556 </cell>
13557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13558 \begin_inset Text
13559
13560 \begin_layout Plain Layout
13561
13562 \end_layout
13563
13564 \end_inset
13565 </cell>
13566 </row>
13567 <row>
13568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13569 \begin_inset Text
13570
13571 \begin_layout Plain Layout
13572
13573 \end_layout
13574
13575 \end_inset
13576 </cell>
13577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13578 \begin_inset Text
13579
13580 \begin_layout Plain Layout
13581
13582 \end_layout
13583
13584 \end_inset
13585 </cell>
13586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13587 \begin_inset Text
13588
13589 \begin_layout Plain Layout
13590
13591 \end_layout
13592
13593 \end_inset
13594 </cell>
13595 </row>
13596 </lyxtabular>
13597
13598 \end_inset
13599
13600
13601 \end_layout
13602
13603 \end_inset
13604
13605  動作試験 
13606 \begin_inset ERT
13607 status collapsed
13608
13609 \begin_layout Plain Layout
13610
13611
13612 \backslash
13613 raisebox{0.85
13614 \backslash
13615 baselineskip}{
13616 \end_layout
13617
13618 \end_inset
13619
13620
13621 \begin_inset Box Frameless
13622 position "t"
13623 hor_pos "c"
13624 has_inner_box 1
13625 inner_pos "c"
13626 use_parbox 0
13627 use_makebox 0
13628 width "15col%"
13629 special "none"
13630 height "1in"
13631 height_special "totalheight"
13632 status collapsed
13633
13634 \begin_layout Plain Layout
13635 \begin_inset Tabular
13636 <lyxtabular version="3" rows="3" columns="3">
13637 <features tabularvalignment="middle">
13638 <column alignment="center" valignment="top" width="0">
13639 <column alignment="center" valignment="top" width="0">
13640 <column alignment="center" valignment="top" width="0">
13641 <row>
13642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13643 \begin_inset Text
13644
13645 \begin_layout Plain Layout
13646
13647 \end_layout
13648
13649 \end_inset
13650 </cell>
13651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13652 \begin_inset Text
13653
13654 \begin_layout Plain Layout
13655
13656 \end_layout
13657
13658 \end_inset
13659 </cell>
13660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13661 \begin_inset Text
13662
13663 \begin_layout Plain Layout
13664
13665 \end_layout
13666
13667 \end_inset
13668 </cell>
13669 </row>
13670 <row>
13671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675
13676 \end_layout
13677
13678 \end_inset
13679 </cell>
13680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13681 \begin_inset Text
13682
13683 \begin_layout Plain Layout
13684
13685 \end_layout
13686
13687 \end_inset
13688 </cell>
13689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13690 \begin_inset Text
13691
13692 \begin_layout Plain Layout
13693
13694 \end_layout
13695
13696 \end_inset
13697 </cell>
13698 </row>
13699 <row>
13700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13701 \begin_inset Text
13702
13703 \begin_layout Plain Layout
13704
13705 \end_layout
13706
13707 \end_inset
13708 </cell>
13709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13710 \begin_inset Text
13711
13712 \begin_layout Plain Layout
13713
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13719 \begin_inset Text
13720
13721 \begin_layout Plain Layout
13722
13723 \end_layout
13724
13725 \end_inset
13726 </cell>
13727 </row>
13728 </lyxtabular>
13729
13730 \end_inset
13731
13732
13733 \end_layout
13734
13735 \end_inset
13736
13737
13738 \begin_inset ERT
13739 status collapsed
13740
13741 \begin_layout Plain Layout
13742
13743 }
13744 \end_layout
13745
13746 \end_inset
13747
13748
13749 \end_layout
13750
13751 \begin_layout Itemize
13752 動作試験 
13753 \begin_inset Box Frameless
13754 position "c"
13755 hor_pos "c"
13756 has_inner_box 1
13757 inner_pos "c"
13758 use_parbox 0
13759 use_makebox 0
13760 width "15col%"
13761 special "none"
13762 height "1in"
13763 height_special "totalheight"
13764 status collapsed
13765
13766 \begin_layout Plain Layout
13767 \begin_inset Tabular
13768 <lyxtabular version="3" rows="3" columns="3">
13769 <features tabularvalignment="middle">
13770 <column alignment="center" valignment="top" width="0">
13771 <column alignment="center" valignment="top" width="0">
13772 <column alignment="center" valignment="top" width="0">
13773 <row>
13774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13775 \begin_inset Text
13776
13777 \begin_layout Plain Layout
13778
13779 \end_layout
13780
13781 \end_inset
13782 </cell>
13783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13784 \begin_inset Text
13785
13786 \begin_layout Plain Layout
13787
13788 \end_layout
13789
13790 \end_inset
13791 </cell>
13792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13793 \begin_inset Text
13794
13795 \begin_layout Plain Layout
13796
13797 \end_layout
13798
13799 \end_inset
13800 </cell>
13801 </row>
13802 <row>
13803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13804 \begin_inset Text
13805
13806 \begin_layout Plain Layout
13807
13808 \end_layout
13809
13810 \end_inset
13811 </cell>
13812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13813 \begin_inset Text
13814
13815 \begin_layout Plain Layout
13816
13817 \end_layout
13818
13819 \end_inset
13820 </cell>
13821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13822 \begin_inset Text
13823
13824 \begin_layout Plain Layout
13825
13826 \end_layout
13827
13828 \end_inset
13829 </cell>
13830 </row>
13831 <row>
13832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13833 \begin_inset Text
13834
13835 \begin_layout Plain Layout
13836
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854
13855 \end_layout
13856
13857 \end_inset
13858 </cell>
13859 </row>
13860 </lyxtabular>
13861
13862 \end_inset
13863
13864
13865 \end_layout
13866
13867 \end_inset
13868
13869
13870 \end_layout
13871
13872 \begin_layout Itemize
13873 動作試験 
13874 \begin_inset Box Frameless
13875 position "b"
13876 hor_pos "c"
13877 has_inner_box 1
13878 inner_pos "c"
13879 use_parbox 0
13880 use_makebox 0
13881 width "15col%"
13882 special "none"
13883 height "1in"
13884 height_special "totalheight"
13885 status collapsed
13886
13887 \begin_layout Plain Layout
13888 \begin_inset Tabular
13889 <lyxtabular version="3" rows="3" columns="3">
13890 <features tabularvalignment="middle">
13891 <column alignment="center" valignment="top" width="0">
13892 <column alignment="center" valignment="top" width="0">
13893 <column alignment="center" valignment="top" width="0">
13894 <row>
13895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Plain Layout
13899
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Plain Layout
13908
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13914 \begin_inset Text
13915
13916 \begin_layout Plain Layout
13917
13918 \end_layout
13919
13920 \end_inset
13921 </cell>
13922 </row>
13923 <row>
13924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13925 \begin_inset Text
13926
13927 \begin_layout Plain Layout
13928
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937
13938 \end_layout
13939
13940 \end_inset
13941 </cell>
13942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13943 \begin_inset Text
13944
13945 \begin_layout Plain Layout
13946
13947 \end_layout
13948
13949 \end_inset
13950 </cell>
13951 </row>
13952 <row>
13953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13954 \begin_inset Text
13955
13956 \begin_layout Plain Layout
13957
13958 \end_layout
13959
13960 \end_inset
13961 </cell>
13962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13963 \begin_inset Text
13964
13965 \begin_layout Plain Layout
13966
13967 \end_layout
13968
13969 \end_inset
13970 </cell>
13971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13972 \begin_inset Text
13973
13974 \begin_layout Plain Layout
13975
13976 \end_layout
13977
13978 \end_inset
13979 </cell>
13980 </row>
13981 </lyxtabular>
13982
13983 \end_inset
13984
13985
13986 \end_layout
13987
13988 \end_inset
13989
13990  動作試験 
13991 \begin_inset ERT
13992 status collapsed
13993
13994 \begin_layout Plain Layout
13995
13996
13997 \backslash
13998 raisebox{-0.32
13999 \backslash
14000 baselineskip}{
14001 \end_layout
14002
14003 \end_inset
14004
14005
14006 \begin_inset Box Frameless
14007 position "b"
14008 hor_pos "c"
14009 has_inner_box 1
14010 inner_pos "c"
14011 use_parbox 0
14012 use_makebox 0
14013 width "15col%"
14014 special "none"
14015 height "1in"
14016 height_special "totalheight"
14017 status collapsed
14018
14019 \begin_layout Plain Layout
14020 \begin_inset Tabular
14021 <lyxtabular version="3" rows="3" columns="3">
14022 <features tabularvalignment="middle">
14023 <column alignment="center" valignment="top" width="0">
14024 <column alignment="center" valignment="top" width="0">
14025 <column alignment="center" valignment="top" width="0">
14026 <row>
14027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14028 \begin_inset Text
14029
14030 \begin_layout Plain Layout
14031
14032 \end_layout
14033
14034 \end_inset
14035 </cell>
14036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14037 \begin_inset Text
14038
14039 \begin_layout Plain Layout
14040
14041 \end_layout
14042
14043 \end_inset
14044 </cell>
14045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14046 \begin_inset Text
14047
14048 \begin_layout Plain Layout
14049
14050 \end_layout
14051
14052 \end_inset
14053 </cell>
14054 </row>
14055 <row>
14056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14057 \begin_inset Text
14058
14059 \begin_layout Plain Layout
14060
14061 \end_layout
14062
14063 \end_inset
14064 </cell>
14065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14066 \begin_inset Text
14067
14068 \begin_layout Plain Layout
14069
14070 \end_layout
14071
14072 \end_inset
14073 </cell>
14074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14075 \begin_inset Text
14076
14077 \begin_layout Plain Layout
14078
14079 \end_layout
14080
14081 \end_inset
14082 </cell>
14083 </row>
14084 <row>
14085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14086 \begin_inset Text
14087
14088 \begin_layout Plain Layout
14089
14090 \end_layout
14091
14092 \end_inset
14093 </cell>
14094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14095 \begin_inset Text
14096
14097 \begin_layout Plain Layout
14098
14099 \end_layout
14100
14101 \end_inset
14102 </cell>
14103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14104 \begin_inset Text
14105
14106 \begin_layout Plain Layout
14107
14108 \end_layout
14109
14110 \end_inset
14111 </cell>
14112 </row>
14113 </lyxtabular>
14114
14115 \end_inset
14116
14117
14118 \end_layout
14119
14120 \end_inset
14121
14122
14123 \begin_inset ERT
14124 status collapsed
14125
14126 \begin_layout Plain Layout
14127
14128 }
14129 \end_layout
14130
14131 \end_inset
14132
14133
14134 \end_layout
14135
14136 \begin_layout Standard
14137 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
14138 \begin_inset Foot
14139 status collapsed
14140
14141 \begin_layout Plain Layout
14142 raiseboxは、第
14143 \begin_inset CommandInset ref
14144 LatexCommand ref
14145 reference "sub:垂直揃え"
14146
14147 \end_inset
14148
14149 節で説明されています。
14150 \end_layout
14151
14152 \end_inset
14153
14154 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
14155 \end_layout
14156
14157 \begin_layout Standard
14158
14159 \series bold
14160
14161 \backslash
14162 raisebox{0.85
14163 \backslash
14164 baselineskip}{
14165 \end_layout
14166
14167 \begin_layout Standard
14168 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
14169 \series bold
14170 }
14171 \series default
14172 をTeXコードとして挿入してあります。最後の項目の第二表には、
14173 \end_layout
14174
14175 \begin_layout Standard
14176
14177 \series bold
14178
14179 \backslash
14180 raisebox{-0.32
14181 \backslash
14182 baselineskip}{
14183 \end_layout
14184
14185 \begin_layout Standard
14186 というコマンドを使用しています。
14187 \end_layout
14188
14189 \begin_layout Standard
14190 \begin_inset Note Greyedout
14191 status open
14192
14193 \begin_layout Plain Layout
14194
14195 \series bold
14196 【註】
14197 \series default
14198 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
14199 \series bold
14200
14201 \backslash
14202 raisebox
14203 \series default
14204 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
14205 \end_layout
14206
14207 \end_inset
14208
14209
14210 \end_layout
14211
14212 \begin_layout Section
14213 色付きの表
14214 \begin_inset CommandInset label
14215 LatexCommand label
14216 name "sec:色付きの表"
14217
14218 \end_inset
14219
14220
14221 \begin_inset Index idx
14222 status collapsed
14223
14224 \begin_layout Plain Layout
14225 ひょう@表 ! いろつき@色付き
14226 \end_layout
14227
14228 \end_inset
14229
14230
14231 \end_layout
14232
14233 \begin_layout Subsection
14234 色付きのセル
14235 \begin_inset Index idx
14236 status collapsed
14237
14238 \begin_layout Plain Layout
14239 ひょうのいろ@表の色 ! せるぶ@セル部
14240 \end_layout
14241
14242 \end_inset
14243
14244
14245 \begin_inset Index idx
14246 status collapsed
14247
14248 \begin_layout Plain Layout
14249 いろつき@色付き ! ひょうせるぶ@表セル部
14250 \end_layout
14251
14252 \end_inset
14253
14254
14255 \end_layout
14256
14257 \begin_layout Standard
14258 \begin_inset Float table
14259 placement h
14260 wide false
14261 sideways false
14262 status open
14263
14264 \begin_layout Plain Layout
14265 \begin_inset Caption
14266
14267 \begin_layout Plain Layout
14268 \begin_inset CommandInset label
14269 LatexCommand label
14270 name "tab:colortblなしの表"
14271
14272 \end_inset
14273
14274
14275 \series bold
14276 colortbl
14277 \series default
14278 パッケージを使用しない色付き表
14279 \begin_inset Argument
14280 status collapsed
14281
14282 \begin_layout Plain Layout
14283 colortblなしの表
14284 \end_layout
14285
14286 \end_inset
14287
14288
14289 \end_layout
14290
14291 \end_inset
14292
14293
14294 \end_layout
14295
14296 \begin_layout Plain Layout
14297 \align center
14298 \begin_inset Tabular
14299 <lyxtabular version="3" rows="3" columns="3">
14300 <features tabularvalignment="middle">
14301 <column alignment="center" valignment="top" width="0">
14302 <column alignment="center" valignment="top" width="0">
14303 <column alignment="center" valignment="top" width="0">
14304 <row>
14305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14306 \begin_inset Text
14307
14308 \begin_layout Plain Layout
14309
14310 \color green
14311
14312 \end_layout
14313
14314 \end_inset
14315 </cell>
14316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14317 \begin_inset Text
14318
14319 \begin_layout Plain Layout
14320
14321 \color red
14322
14323 \end_layout
14324
14325 \end_inset
14326 </cell>
14327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14328 \begin_inset Text
14329
14330 \begin_layout Plain Layout
14331
14332 \color red
14333
14334 \end_layout
14335
14336 \end_inset
14337 </cell>
14338 </row>
14339 <row>
14340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14341 \begin_inset Text
14342
14343 \begin_layout Plain Layout
14344
14345 \color green
14346
14347 \end_layout
14348
14349 \end_inset
14350 </cell>
14351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14352 \begin_inset Text
14353
14354 \begin_layout Plain Layout
14355
14356 \color blue
14357
14358 \end_layout
14359
14360 \end_inset
14361 </cell>
14362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14363 \begin_inset Text
14364
14365 \begin_layout Plain Layout
14366
14367 \color blue
14368
14369 \end_layout
14370
14371 \end_inset
14372 </cell>
14373 </row>
14374 <row>
14375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14376 \begin_inset Text
14377
14378 \begin_layout Plain Layout
14379
14380 \color green
14381
14382 \end_layout
14383
14384 \end_inset
14385 </cell>
14386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14387 \begin_inset Text
14388
14389 \begin_layout Plain Layout
14390
14391 \color blue
14392
14393 \end_layout
14394
14395 \end_inset
14396 </cell>
14397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14398 \begin_inset Text
14399
14400 \begin_layout Plain Layout
14401
14402 \color blue
14403
14404 \end_layout
14405
14406 \end_inset
14407 </cell>
14408 </row>
14409 </lyxtabular>
14410
14411 \end_inset
14412
14413
14414 \end_layout
14415
14416 \end_inset
14417
14418
14419 \end_layout
14420
14421 \begin_layout Standard
14422 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
14423 \family sans
14424 編集\SpecialChar \menuseparator
14425 文字様式
14426 \family default
14427 メニューで色を選んでください。表
14428 \begin_inset CommandInset ref
14429 LatexCommand ref
14430 reference "tab:colortblなしの表"
14431
14432 \end_inset
14433
14434 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
14435 \series bold
14436 colortbl
14437 \series default
14438
14439 \begin_inset Index idx
14440 status collapsed
14441
14442 \begin_layout Plain Layout
14443 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
14444 \end_layout
14445
14446 \end_inset
14447
14448 を使用しなくてはなりません。
14449 \end_layout
14450
14451 \begin_layout Standard
14452 \begin_inset ERT
14453 status collapsed
14454
14455 \begin_layout Plain Layout
14456
14457
14458 \backslash
14459 ifcolortbl
14460 \end_layout
14461
14462 \end_inset
14463
14464
14465 \begin_inset Note Note
14466 status open
14467
14468 \begin_layout Plain Layout
14469 本節の以下の部分は、LaTeXパッケージ
14470 \series bold
14471 colortbl
14472 \series default
14473 が導入済みのときのみ表示されます。
14474 \end_layout
14475
14476 \end_inset
14477
14478
14479 \end_layout
14480
14481 \begin_layout Standard
14482 色付きの表を作成するには、プリアンブルに
14483 \end_layout
14484
14485 \begin_layout Standard
14486
14487 \series bold
14488
14489 \backslash
14490 usepackage{colortbl}
14491 \end_layout
14492
14493 \begin_layout Standard
14494 という行を書いて
14495 \series bold
14496 colortbl
14497 \series default
14498 を読み込まなくてはなりません。列の色は、
14499 \series bold
14500 >{ }
14501 \series default
14502 コマンドの中に
14503 \end_layout
14504
14505 \begin_layout Standard
14506
14507 \series bold
14508
14509 \backslash
14510 columncolor{色彩名}
14511 \end_layout
14512
14513 \begin_layout Standard
14514 というコマンドを書いて指定することができます。
14515 \series bold
14516 >{}
14517 \series default
14518 コマンドに関する詳細は、第
14519 \begin_inset CommandInset ref
14520 LatexCommand ref
14521 reference "sub:連結列の計算"
14522
14523 \end_inset
14524
14525 節に述べられています。
14526 \end_layout
14527
14528 \begin_layout Standard
14529 以下の色彩名が事前に定義されています。
14530 \end_layout
14531
14532 \begin_layout Standard
14533
14534 \family sans
14535 red
14536 \family default
14537
14538 \family sans
14539 green
14540 \family default
14541
14542 \family sans
14543 yellow
14544 \family default
14545
14546 \family sans
14547 blue
14548 \family default
14549
14550 \family sans
14551 cyan
14552 \family default
14553
14554 \family sans
14555 magenta
14556 \family default
14557
14558 \family sans
14559 black
14560 \family default
14561
14562 \family sans
14563 white
14564 \end_layout
14565
14566 \begin_layout Standard
14567 \begin_inset VSpace medskip
14568 \end_inset
14569
14570
14571 \end_layout
14572
14573 \begin_layout Standard
14574 また
14575 \end_layout
14576
14577 \begin_layout Standard
14578
14579 \series bold
14580
14581 \backslash
14582 definecolor{色彩名}{色彩モデル}{色彩値}
14583 \end_layout
14584
14585 \begin_layout Standard
14586 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
14587 \end_layout
14588
14589 \begin_layout Labeling
14590 \labelwidthstring 00.00.0000
14591 cmyk:シアン(
14592 \bar under
14593 c
14594 \bar default
14595 yan)・マゼンタ(
14596 \bar under
14597 m
14598 \bar default
14599 agenta)・黄(
14600 \bar under
14601 y
14602 \bar default
14603 ellow)・黒(blac
14604 \bar under
14605 k
14606 \bar default
14607
14608 \end_layout
14609
14610 \begin_layout Labeling
14611 \labelwidthstring 00.00.0000
14612 rgb:赤(
14613 \bar under
14614 r
14615 \bar default
14616 ed)・緑(
14617 \bar under
14618 g
14619 \bar default
14620 reen)・青(
14621 \bar under
14622 b
14623 \bar default
14624 lue)
14625 \end_layout
14626
14627 \begin_layout Labeling
14628 \labelwidthstring 00.00.0000
14629 gray:グレー
14630 \end_layout
14631
14632 \begin_layout Standard
14633 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
14634 \end_layout
14635
14636 \begin_layout Standard
14637 たとえば、プリアンブルに
14638 \end_layout
14639
14640 \begin_layout Standard
14641
14642 \series bold
14643
14644 \backslash
14645 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14646 \end_layout
14647
14648 \begin_layout Standard
14649 と書くことによって、「
14650 \emph on
14651 darkgreen
14652 \emph default
14653 」色を定義することができますし、
14654 \end_layout
14655
14656 \begin_layout Standard
14657
14658 \series bold
14659
14660 \backslash
14661 definecolor{lightgray}{gray}{0.8}
14662 \end_layout
14663
14664 \begin_layout Standard
14665 と書けば、「
14666 \emph on
14667 lightgray
14668 \emph default
14669 」色を定義することができます。
14670 \end_layout
14671
14672 \begin_layout Standard
14673 \begin_inset VSpace medskip
14674 \end_inset
14675
14676
14677 \end_layout
14678
14679 \begin_layout Standard
14680 罫線は
14681 \end_layout
14682
14683 \begin_layout Standard
14684
14685 \series bold
14686
14687 \backslash
14688 rowcolor{色彩名}
14689 \end_layout
14690
14691 \begin_layout Standard
14692 というコマンドを使用して色付けすることができ、セルは
14693 \end_layout
14694
14695 \begin_layout Standard
14696
14697 \series bold
14698
14699 \backslash
14700 cellcolor{色彩名}
14701 \end_layout
14702
14703 \begin_layout Standard
14704 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
14705 \end_layout
14706
14707 \begin_layout Standard
14708 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
14709 \family sans
14710 編集\SpecialChar \menuseparator
14711 文字様式
14712 \family default
14713 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
14714 ます。
14715 \end_layout
14716
14717 \begin_layout Standard
14718 \begin_inset Note Greyedout
14719 status open
14720
14721 \begin_layout Plain Layout
14722 【註】DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
14723 \end_layout
14724
14725 \end_inset
14726
14727
14728 \end_layout
14729
14730 \begin_layout Standard
14731 \begin_inset VSpace bigskip
14732 \end_inset
14733
14734
14735 \end_layout
14736
14737 \begin_layout Standard
14738
14739 \begin_inset CommandInset ref
14740 LatexCommand ref
14741 reference "tab:色付き表"
14742
14743 \end_inset
14744
14745 を作成するには、以下のようにしてください。第一列の色は
14746 \emph on
14747 darkgreen
14748 \emph default
14749 にしたいので、この列のLaTeX変数として
14750 \end_layout
14751
14752 \begin_layout Standard
14753
14754 \series bold
14755 >{
14756 \backslash
14757 columncolor{darkgreen}
14758 \backslash
14759 centering}c
14760 \end_layout
14761
14762 \begin_layout Standard
14763 と書き込みます。第一列は青にしたいので、この列の最初のセルに
14764 \end_layout
14765
14766 \begin_layout Standard
14767
14768 \series bold
14769
14770 \backslash
14771 rowcolow{cyan}
14772 \end_layout
14773
14774 \begin_layout Standard
14775 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。最下行の最後のセルは、
14776 \end_layout
14777
14778 \begin_layout Standard
14779
14780 \series bold
14781
14782 \backslash
14783 cellcolor{magenta}
14784 \end_layout
14785
14786 \begin_layout Standard
14787 というTeXコードコマンドを書き込むことで、マゼンタに色づけされています。この後、
14788 \family sans
14789 編集\SpecialChar \menuseparator
14790 文字様式
14791 \family default
14792 メニューを使って、各文字に色付けをすることができます。
14793 \end_layout
14794
14795 \begin_layout Standard
14796 \begin_inset Float table
14797 placement h
14798 wide false
14799 sideways false
14800 status open
14801
14802 \begin_layout Plain Layout
14803 \begin_inset Caption
14804
14805 \begin_layout Plain Layout
14806
14807 \series bold
14808 \begin_inset CommandInset label
14809 LatexCommand label
14810 name "tab:色付き表"
14811
14812 \end_inset
14813
14814 colortbl
14815 \series default
14816 パッケージを使用した色付き表
14817 \begin_inset Argument
14818 status collapsed
14819
14820 \begin_layout Plain Layout
14821 colortblを使った表
14822 \end_layout
14823
14824 \end_inset
14825
14826
14827 \end_layout
14828
14829 \end_inset
14830
14831
14832 \end_layout
14833
14834 \begin_layout Plain Layout
14835 \align center
14836 \begin_inset Tabular
14837 <lyxtabular version="3" rows="3" columns="3">
14838 <features tabularvalignment="middle">
14839 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
14840 <column alignment="center" valignment="top" width="0">
14841 <column alignment="center" valignment="top" width="0">
14842 <row>
14843 <cell alignment="center" valignment="top" usebox="none">
14844 \begin_inset Text
14845
14846 \begin_layout Plain Layout
14847 \begin_inset ERT
14848 status collapsed
14849
14850 \begin_layout Plain Layout
14851
14852
14853 \backslash
14854 rowcolor{cyan}
14855 \end_layout
14856
14857 \end_inset
14858
14859
14860 \color magenta
14861
14862 \end_layout
14863
14864 \end_inset
14865 </cell>
14866 <cell alignment="center" valignment="top" usebox="none">
14867 \begin_inset Text
14868
14869 \begin_layout Plain Layout
14870
14871 \color red
14872
14873 \end_layout
14874
14875 \end_inset
14876 </cell>
14877 <cell alignment="center" valignment="top" usebox="none">
14878 \begin_inset Text
14879
14880 \begin_layout Plain Layout
14881
14882 \color red
14883
14884 \end_layout
14885
14886 \end_inset
14887 </cell>
14888 </row>
14889 <row>
14890 <cell alignment="center" valignment="top" usebox="none">
14891 \begin_inset Text
14892
14893 \begin_layout Plain Layout
14894
14895 \color yellow
14896
14897 \end_layout
14898
14899 \end_inset
14900 </cell>
14901 <cell alignment="center" valignment="top" usebox="none">
14902 \begin_inset Text
14903
14904 \begin_layout Plain Layout
14905
14906 \color blue
14907
14908 \end_layout
14909
14910 \end_inset
14911 </cell>
14912 <cell alignment="center" valignment="top" usebox="none">
14913 \begin_inset Text
14914
14915 \begin_layout Plain Layout
14916
14917 \color blue
14918
14919 \end_layout
14920
14921 \end_inset
14922 </cell>
14923 </row>
14924 <row>
14925 <cell alignment="center" valignment="top" usebox="none">
14926 \begin_inset Text
14927
14928 \begin_layout Plain Layout
14929
14930 \color yellow
14931
14932 \end_layout
14933
14934 \end_inset
14935 </cell>
14936 <cell alignment="center" valignment="top" usebox="none">
14937 \begin_inset Text
14938
14939 \begin_layout Plain Layout
14940
14941 \color blue
14942
14943 \end_layout
14944
14945 \end_inset
14946 </cell>
14947 <cell alignment="center" valignment="top" usebox="none">
14948 \begin_inset Text
14949
14950 \begin_layout Plain Layout
14951 \begin_inset ERT
14952 status collapsed
14953
14954 \begin_layout Plain Layout
14955
14956
14957 \backslash
14958 cellcolor{magenta}
14959 \end_layout
14960
14961 \end_inset
14962
14963
14964 \color green
14965
14966 \end_layout
14967
14968 \end_inset
14969 </cell>
14970 </row>
14971 </lyxtabular>
14972
14973 \end_inset
14974
14975
14976 \end_layout
14977
14978 \end_inset
14979
14980
14981 \end_layout
14982
14983 \begin_layout Standard
14984 \begin_inset ERT
14985 status collapsed
14986
14987 \begin_layout Plain Layout
14988
14989
14990 \backslash
14991 else
14992 \end_layout
14993
14994 \end_inset
14995
14996
14997 \begin_inset Note Note
14998 status open
14999
15000 \begin_layout Plain Layout
15001 以下は、LaTeXパッケージ
15002 \series bold
15003 colortbl
15004 \series default
15005 が導入されていないときに表示されます。
15006 \end_layout
15007
15008 \end_inset
15009
15010
15011 \end_layout
15012
15013 \begin_layout Standard
15014 この節の内容を出力で表示させるには、
15015 \series bold
15016 colortbl
15017 \series default
15018 パッケージを導入する必要があります。
15019 \end_layout
15020
15021 \begin_layout Standard
15022 \begin_inset ERT
15023 status collapsed
15024
15025 \begin_layout Plain Layout
15026
15027
15028 \backslash
15029 fi
15030 \end_layout
15031
15032 \end_inset
15033
15034
15035 \end_layout
15036
15037 \begin_layout Subsection
15038 色付き罫線
15039 \begin_inset Index idx
15040 status collapsed
15041
15042 \begin_layout Plain Layout
15043 ひょうのいろ@表の色 ! けいせんぶ@罫線部
15044 \end_layout
15045
15046 \end_inset
15047
15048
15049 \begin_inset Index idx
15050 status collapsed
15051
15052 \begin_layout Plain Layout
15053 いろつき@色付き ! ひょうけいせんぶ@表罫線部
15054 \end_layout
15055
15056 \end_inset
15057
15058
15059 \end_layout
15060
15061 \begin_layout Standard
15062
15063 \begin_inset CommandInset ref
15064 LatexCommand ref
15065 reference "sub:罫線幅"
15066
15067 \end_inset
15068
15069 節に述べられているように、表中の全罫線の線幅は、長さ
15070 \series bold
15071
15072 \backslash
15073 arrayrulewidth
15074 \series default
15075 を使って調節することができます。本節の表では、すべて1.5
15076 \begin_inset space \thinspace{}
15077 \end_inset
15078
15079 ptに設定されています。
15080 \begin_inset ERT
15081 status collapsed
15082
15083 \begin_layout Plain Layout
15084
15085
15086 \backslash
15087 setlength{
15088 \backslash
15089 arrayrulewidth}{1.5pt}
15090 \end_layout
15091
15092 \end_inset
15093
15094
15095 \end_layout
15096
15097 \begin_layout Standard
15098 たとえば縦罫線を緑に着色するには、第
15099 \begin_inset CommandInset ref
15100 LatexCommand ref
15101 reference "sub:自製書式"
15102
15103 \end_inset
15104
15105 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
15106 \end_layout
15107
15108 \begin_layout Standard
15109
15110 \series bold
15111
15112 \backslash
15113 newcolumntype{W}{!{
15114 \backslash
15115 color{green}
15116 \backslash
15117 vline}}
15118 \end_layout
15119
15120 \begin_layout Standard
15121
15122 \begin_inset CommandInset ref
15123 LatexCommand ref
15124 reference "tab:色付き縦罫線の表"
15125
15126 \end_inset
15127
15128 では、最右列にLaTeX変数
15129 \series bold
15130 WcW
15131 \series default
15132 、他の列にLaTeX変数
15133 \series bold
15134 Wc
15135 \series default
15136 が使用されています。
15137 \end_layout
15138
15139 \begin_layout Standard
15140 複数の色を用いたいときには、列書式をもっと定義してください。
15141 \end_layout
15142
15143 \begin_layout Standard
15144 \begin_inset Float table
15145 placement h
15146 wide false
15147 sideways false
15148 status open
15149
15150 \begin_layout Plain Layout
15151 \begin_inset Caption
15152
15153 \begin_layout Plain Layout
15154 \begin_inset CommandInset label
15155 LatexCommand label
15156 name "tab:色付き縦罫線の表"
15157
15158 \end_inset
15159
15160 色付き縦罫線の表
15161 \end_layout
15162
15163 \end_inset
15164
15165
15166 \end_layout
15167
15168 \begin_layout Plain Layout
15169 \align center
15170 \begin_inset Tabular
15171 <lyxtabular version="3" rows="3" columns="3">
15172 <features tabularvalignment="middle">
15173 <column alignment="center" valignment="top" width="0" special="Wc">
15174 <column alignment="center" valignment="top" width="0" special="Wc">
15175 <column alignment="center" valignment="top" width="0" special="WcW">
15176 <row>
15177 <cell alignment="center" valignment="top" topline="true" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181 sd
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 <cell alignment="center" valignment="top" topline="true" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Plain Layout
15190
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 <cell alignment="center" valignment="top" topline="true" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 </row>
15205 <row>
15206 <cell alignment="center" valignment="top" topline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 <cell alignment="center" valignment="top" topline="true" usebox="none">
15216 \begin_inset Text
15217
15218 \begin_layout Plain Layout
15219 sd
15220 \end_layout
15221
15222 \end_inset
15223 </cell>
15224 <cell alignment="center" valignment="top" topline="true" usebox="none">
15225 \begin_inset Text
15226
15227 \begin_layout Plain Layout
15228
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 </row>
15234 <row>
15235 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15236 \begin_inset Text
15237
15238 \begin_layout Plain Layout
15239
15240 \end_layout
15241
15242 \end_inset
15243 </cell>
15244 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15254 \begin_inset Text
15255
15256 \begin_layout Plain Layout
15257 sd
15258 \end_layout
15259
15260 \end_inset
15261 </cell>
15262 </row>
15263 </lyxtabular>
15264
15265 \end_inset
15266
15267
15268 \end_layout
15269
15270 \end_inset
15271
15272
15273 \end_layout
15274
15275 \begin_layout Standard
15276 \begin_inset VSpace bigskip
15277 \end_inset
15278
15279
15280 \begin_inset CommandInset ref
15281 LatexCommand ref
15282 reference "tab:色付き横罫線の表"
15283
15284 \end_inset
15285
15286 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
15287 \end_layout
15288
15289 \begin_layout Standard
15290
15291 \series bold
15292
15293 \backslash
15294 let
15295 \backslash
15296 myHlineC
15297 \backslash
15298 hline
15299 \begin_inset Newline newline
15300 \end_inset
15301
15302
15303 \backslash
15304 renewcommand{
15305 \backslash
15306 hline}
15307 \begin_inset Newline newline
15308 \end_inset
15309
15310
15311 \begin_inset Phantom HPhantom
15312 status open
15313
15314 \begin_layout Plain Layout
15315 \begin_inset space ~
15316 \end_inset
15317
15318
15319 \end_layout
15320
15321 \end_inset
15322
15323 {
15324 \backslash
15325 arrayrulecolor{red}
15326 \backslash
15327 myHlineC
15328 \backslash
15329 arrayrulecolor{black}}
15330 \end_layout
15331
15332 \begin_layout Standard
15333 というコマンドを入力して下さい。
15334 \end_layout
15335
15336 \begin_layout Standard
15337 \begin_inset ERT
15338 status collapsed
15339
15340 \begin_layout Plain Layout
15341
15342
15343 \backslash
15344 let
15345 \backslash
15346 myHlineC
15347 \backslash
15348 hline
15349 \end_layout
15350
15351 \begin_layout Plain Layout
15352
15353
15354 \backslash
15355 renewcommand{
15356 \backslash
15357 hline}
15358 \end_layout
15359
15360 \begin_layout Plain Layout
15361
15362  {
15363 \backslash
15364 arrayrulecolor{red}
15365 \backslash
15366 myHlineC
15367 \backslash
15368 arrayrulecolor{black}}
15369 \end_layout
15370
15371 \end_inset
15372
15373
15374 \begin_inset Float table
15375 placement h
15376 wide false
15377 sideways false
15378 status open
15379
15380 \begin_layout Plain Layout
15381 \begin_inset Caption
15382
15383 \begin_layout Plain Layout
15384 \begin_inset CommandInset label
15385 LatexCommand label
15386 name "tab:色付き横罫線の表"
15387
15388 \end_inset
15389
15390 色付き横罫線の表
15391 \end_layout
15392
15393 \end_inset
15394
15395
15396 \end_layout
15397
15398 \begin_layout Plain Layout
15399 \align center
15400 \begin_inset Tabular
15401 <lyxtabular version="3" rows="3" columns="3">
15402 <features tabularvalignment="middle">
15403 <column alignment="center" valignment="top" width="0">
15404 <column alignment="center" valignment="top" width="0">
15405 <column alignment="center" valignment="top" width="0">
15406 <row>
15407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15408 \begin_inset Text
15409
15410 \begin_layout Plain Layout
15411 sd
15412 \end_layout
15413
15414 \end_inset
15415 </cell>
15416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15417 \begin_inset Text
15418
15419 \begin_layout Plain Layout
15420
15421 \end_layout
15422
15423 \end_inset
15424 </cell>
15425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15426 \begin_inset Text
15427
15428 \begin_layout Plain Layout
15429
15430 \end_layout
15431
15432 \end_inset
15433 </cell>
15434 </row>
15435 <row>
15436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15437 \begin_inset Text
15438
15439 \begin_layout Plain Layout
15440
15441 \end_layout
15442
15443 \end_inset
15444 </cell>
15445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15446 \begin_inset Text
15447
15448 \begin_layout Plain Layout
15449 sd
15450 \end_layout
15451
15452 \end_inset
15453 </cell>
15454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15455 \begin_inset Text
15456
15457 \begin_layout Plain Layout
15458
15459 \end_layout
15460
15461 \end_inset
15462 </cell>
15463 </row>
15464 <row>
15465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Plain Layout
15469
15470 \end_layout
15471
15472 \end_inset
15473 </cell>
15474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15475 \begin_inset Text
15476
15477 \begin_layout Plain Layout
15478
15479 \end_layout
15480
15481 \end_inset
15482 </cell>
15483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15484 \begin_inset Text
15485
15486 \begin_layout Plain Layout
15487 sd
15488 \end_layout
15489
15490 \end_inset
15491 </cell>
15492 </row>
15493 </lyxtabular>
15494
15495 \end_inset
15496
15497
15498 \end_layout
15499
15500 \end_inset
15501
15502
15503 \end_layout
15504
15505 \begin_layout Standard
15506 既定値の黒罫線に戻るには、
15507 \end_layout
15508
15509 \begin_layout Standard
15510
15511 \series bold
15512
15513 \backslash
15514 renewcommand{
15515 \backslash
15516 hline}{
15517 \backslash
15518 myHlineC}
15519 \end_layout
15520
15521 \begin_layout Standard
15522 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
15523 \begin_inset CommandInset ref
15524 LatexCommand ref
15525 reference "tab:色付き罫線の表"
15526
15527 \end_inset
15528
15529 は、縦横罫線を色付けした例です。
15530 \end_layout
15531
15532 \begin_layout Standard
15533 \begin_inset Float table
15534 placement h
15535 wide false
15536 sideways false
15537 status open
15538
15539 \begin_layout Plain Layout
15540 \begin_inset Caption
15541
15542 \begin_layout Plain Layout
15543 \begin_inset CommandInset label
15544 LatexCommand label
15545 name "tab:色付き罫線の表"
15546
15547 \end_inset
15548
15549 色付き罫線の表
15550 \end_layout
15551
15552 \end_inset
15553
15554
15555 \end_layout
15556
15557 \begin_layout Plain Layout
15558 \align center
15559 \begin_inset Tabular
15560 <lyxtabular version="3" rows="3" columns="3">
15561 <features tabularvalignment="middle">
15562 <column alignment="center" valignment="top" width="0" special="Wc">
15563 <column alignment="center" valignment="top" width="0" special="Wc">
15564 <column alignment="center" valignment="top" width="0" special="WcW">
15565 <row>
15566 <cell alignment="center" valignment="top" topline="true" usebox="none">
15567 \begin_inset Text
15568
15569 \begin_layout Plain Layout
15570 sd
15571 \end_layout
15572
15573 \end_inset
15574 </cell>
15575 <cell alignment="center" valignment="top" topline="true" usebox="none">
15576 \begin_inset Text
15577
15578 \begin_layout Plain Layout
15579
15580 \end_layout
15581
15582 \end_inset
15583 </cell>
15584 <cell alignment="center" valignment="top" topline="true" usebox="none">
15585 \begin_inset Text
15586
15587 \begin_layout Plain Layout
15588
15589 \end_layout
15590
15591 \end_inset
15592 </cell>
15593 </row>
15594 <row>
15595 <cell alignment="center" valignment="top" topline="true" usebox="none">
15596 \begin_inset Text
15597
15598 \begin_layout Plain Layout
15599
15600 \end_layout
15601
15602 \end_inset
15603 </cell>
15604 <cell alignment="center" valignment="top" topline="true" usebox="none">
15605 \begin_inset Text
15606
15607 \begin_layout Plain Layout
15608 sd
15609 \end_layout
15610
15611 \end_inset
15612 </cell>
15613 <cell alignment="center" valignment="top" topline="true" usebox="none">
15614 \begin_inset Text
15615
15616 \begin_layout Plain Layout
15617
15618 \end_layout
15619
15620 \end_inset
15621 </cell>
15622 </row>
15623 <row topspace="default">
15624 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15625 \begin_inset Text
15626
15627 \begin_layout Plain Layout
15628
15629 \end_layout
15630
15631 \end_inset
15632 </cell>
15633 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15634 \begin_inset Text
15635
15636 \begin_layout Plain Layout
15637
15638 \end_layout
15639
15640 \end_inset
15641 </cell>
15642 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15643 \begin_inset Text
15644
15645 \begin_layout Plain Layout
15646 sd
15647 \end_layout
15648
15649 \end_inset
15650 </cell>
15651 </row>
15652 </lyxtabular>
15653
15654 \end_inset
15655
15656
15657 \end_layout
15658
15659 \end_inset
15660
15661
15662 \end_layout
15663
15664 \begin_layout Standard
15665 \begin_inset ERT
15666 status collapsed
15667
15668 \begin_layout Plain Layout
15669
15670
15671 \backslash
15672 renewcommand{
15673 \backslash
15674 hline}{
15675 \backslash
15676 myHlineC}
15677 \end_layout
15678
15679 \end_inset
15680
15681
15682 \end_layout
15683
15684 \begin_layout Standard
15685 \begin_inset ERT
15686 status collapsed
15687
15688 \begin_layout Plain Layout
15689
15690
15691 \backslash
15692 setlength{
15693 \backslash
15694 arrayrulewidth}{0.4pt}
15695 \end_layout
15696
15697 \end_inset
15698
15699
15700 \end_layout
15701
15702 \begin_layout Section
15703 表の調整
15704 \begin_inset Index idx
15705 status collapsed
15706
15707 \begin_layout Plain Layout
15708 ひょうのちょうせい@表の調整
15709 \end_layout
15710
15711 \end_inset
15712
15713
15714 \begin_inset Index idx
15715 status collapsed
15716
15717 \begin_layout Plain Layout
15718 ひょう@表 ! ちょうせい@調整
15719 \end_layout
15720
15721 \end_inset
15722
15723
15724 \end_layout
15725
15726 \begin_layout Subsection
15727 行の余白取り
15728 \begin_inset CommandInset label
15729 LatexCommand label
15730 name "sub:行の余白取り"
15731
15732 \end_inset
15733
15734
15735 \begin_inset Index idx
15736 status collapsed
15737
15738 \begin_layout Plain Layout
15739 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
15740 \end_layout
15741
15742 \end_inset
15743
15744
15745 \end_layout
15746
15747 \begin_layout Standard
15748 表の設定ダイアログの
15749 \family sans
15750 罫線
15751 \family default
15752 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
15753 \end_layout
15754
15755 \begin_layout Description
15756 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
15757 \begin_inset Foot
15758 status collapsed
15759
15760 \begin_layout Plain Layout
15761 フォーマル形式の表は第
15762 \begin_inset CommandInset ref
15763 LatexCommand ref
15764 reference "sec:フォーマル形式の表"
15765
15766 \end_inset
15767
15768 節で説明されています。
15769 \end_layout
15770
15771 \end_inset
15772
15773 ならば、LyXは既定値として0.5
15774 \begin_inset space \thinspace{}
15775 \end_inset
15776
15777 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
15778 \begin_inset VSpace medskip
15779 \end_inset
15780
15781
15782 \begin_inset Newline newline
15783 \end_inset
15784
15785
15786 \begin_inset space \hspace*{}
15787 \length 0pt
15788 \end_inset
15789
15790
15791 \begin_inset space \hfill{}
15792 \end_inset
15793
15794
15795 \begin_inset Tabular
15796 <lyxtabular version="3" rows="3" columns="1">
15797 <features tabularvalignment="middle">
15798 <column alignment="center" valignment="top" width="0">
15799 <row>
15800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 </row>
15810 <row topspace="3mm">
15811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15812 \begin_inset Text
15813
15814 \begin_layout Plain Layout
15815 行上に3
15816 \begin_inset space \thinspace{}
15817 \end_inset
15818
15819 mmの余白
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 </row>
15825 <row>
15826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15827 \begin_inset Text
15828
15829 \begin_layout Plain Layout
15830
15831 \end_layout
15832
15833 \end_inset
15834 </cell>
15835 </row>
15836 </lyxtabular>
15837
15838 \end_inset
15839
15840
15841 \begin_inset space \hfill{}
15842 \end_inset
15843
15844
15845 \begin_inset space \hspace*{}
15846 \length 0pt
15847 \end_inset
15848
15849
15850 \begin_inset VSpace medskip
15851 \end_inset
15852
15853
15854 \begin_inset Newline newline
15855 \end_inset
15856
15857 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
15858 \end_layout
15859
15860 \begin_layout Description
15861 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
15862 \begin_inset space \thinspace{}
15863 \end_inset
15864
15865 emの余白を挿入し、通常の表ならば既定値として2
15866 \begin_inset space \thinspace{}
15867 \end_inset
15868
15869 ptを挿入します。
15870 \end_layout
15871
15872 \begin_layout Description
15873 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
15874 \begin_inset space \thinspace{}
15875 \end_inset
15876
15877 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
15878 \begin_inset VSpace medskip
15879 \end_inset
15880
15881
15882 \begin_inset Newline newline
15883 \end_inset
15884
15885
15886 \begin_inset space \hspace*{}
15887 \length 0pt
15888 \end_inset
15889
15890
15891 \begin_inset space \hfill{}
15892 \end_inset
15893
15894
15895 \begin_inset Tabular
15896 <lyxtabular version="3" rows="3" columns="1">
15897 <features tabularvalignment="middle">
15898 <column alignment="center" valignment="top" width="0">
15899 <row>
15900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15901 \begin_inset Text
15902
15903 \begin_layout Plain Layout
15904
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 </row>
15910 <row interlinespace="3mm">
15911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15912 \begin_inset Text
15913
15914 \begin_layout Plain Layout
15915 \begin_inset Formula $\downarrow$
15916 \end_inset
15917
15918  行間に3
15919 \begin_inset space \thinspace{}
15920 \end_inset
15921
15922 mmの余白 
15923 \begin_inset Formula $\downarrow$
15924 \end_inset
15925
15926
15927 \end_layout
15928
15929 \end_inset
15930 </cell>
15931 </row>
15932 <row>
15933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15934 \begin_inset Text
15935
15936 \begin_layout Plain Layout
15937 \begin_inset Formula $\uparrow$
15938 \end_inset
15939
15940  行間に3
15941 \begin_inset space \thinspace{}
15942 \end_inset
15943
15944 mmの余白 
15945 \begin_inset Formula $\uparrow$
15946 \end_inset
15947
15948
15949 \end_layout
15950
15951 \end_inset
15952 </cell>
15953 </row>
15954 </lyxtabular>
15955
15956 \end_inset
15957
15958
15959 \begin_inset space \hfill{}
15960 \end_inset
15961
15962
15963 \begin_inset space \hspace*{}
15964 \length 0pt
15965 \end_inset
15966
15967
15968 \begin_inset VSpace medskip
15969 \end_inset
15970
15971
15972 \begin_inset Newline newline
15973 \end_inset
15974
15975 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
15976 \end_layout
15977
15978 \begin_layout Standard
15979 \begin_inset VSpace bigskip
15980 \end_inset
15981
15982 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
15983 \end_layout
15984
15985 \begin_layout Standard
15986
15987 \series bold
15988
15989 \backslash
15990 @ifundefined{extrarowheight}
15991 \begin_inset Newline newline
15992 \end_inset
15993
15994
15995 \begin_inset Phantom HPhantom
15996 status open
15997
15998 \begin_layout Plain Layout
15999 \begin_inset space ~
16000 \end_inset
16001
16002
16003 \end_layout
16004
16005 \end_inset
16006
16007 {
16008 \backslash
16009 usepackage{array}}{}
16010 \begin_inset Newline newline
16011 \end_inset
16012
16013
16014 \backslash
16015 setlength{
16016 \backslash
16017 extrarowheight}{height}
16018 \end_layout
16019
16020 \begin_layout Standard
16021 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
16022 \series bold
16023 array
16024 \series default
16025 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
16026 \series bold
16027
16028 \backslash
16029 @ifundefined
16030 \series default
16031 が使用されています)。
16032 \end_layout
16033
16034 \begin_layout Standard
16035 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
16036 \series bold
16037
16038 \backslash
16039 strut
16040 \series default
16041 コマンドを挿入することで補正することができます。表
16042 \begin_inset CommandInset ref
16043 LatexCommand ref
16044 reference "tab:垂直揃え"
16045
16046 \end_inset
16047
16048 は、この効果を示したものです。
16049 \end_layout
16050
16051 \begin_layout Standard
16052 \noindent
16053 \begin_inset Float table
16054 placement h
16055 wide false
16056 sideways false
16057 status open
16058
16059 \begin_layout Plain Layout
16060 \begin_inset Caption
16061
16062 \begin_layout Plain Layout
16063 \begin_inset CommandInset label
16064 LatexCommand label
16065 name "tab:垂直揃え"
16066
16067 \end_inset
16068
16069 大きなフォント寸法の文章の垂直揃え
16070 \end_layout
16071
16072 \end_inset
16073
16074
16075 \end_layout
16076
16077 \begin_layout Plain Layout
16078 \begin_inset space \hfill{}
16079 \end_inset
16080
16081
16082 \begin_inset Float table
16083 wide false
16084 sideways false
16085 status open
16086
16087 \begin_layout Plain Layout
16088 \begin_inset Caption
16089
16090 \begin_layout Plain Layout
16091 通常の表
16092 \end_layout
16093
16094 \end_inset
16095
16096
16097 \end_layout
16098
16099 \begin_layout Plain Layout
16100 \noindent
16101 \align center
16102 \begin_inset Tabular
16103 <lyxtabular version="3" rows="6" columns="1">
16104 <features tabularvalignment="middle">
16105 <column alignment="left" valignment="top" width="0">
16106 <row>
16107 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16108 \begin_inset Text
16109
16110 \begin_layout Plain Layout
16111 Normal, g
16112 \end_layout
16113
16114 \end_inset
16115 </cell>
16116 </row>
16117 <row>
16118 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16119 \begin_inset Text
16120
16121 \begin_layout Plain Layout
16122
16123 \size large
16124 Large
16125 \end_layout
16126
16127 \end_inset
16128 </cell>
16129 </row>
16130 <row>
16131 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16132 \begin_inset Text
16133
16134 \begin_layout Plain Layout
16135
16136 \size larger
16137 Larger
16138 \end_layout
16139
16140 \end_inset
16141 </cell>
16142 </row>
16143 <row>
16144 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16145 \begin_inset Text
16146
16147 \begin_layout Plain Layout
16148
16149 \size largest
16150 Largest
16151 \end_layout
16152
16153 \end_inset
16154 </cell>
16155 </row>
16156 <row>
16157 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16158 \begin_inset Text
16159
16160 \begin_layout Plain Layout
16161
16162 \size huge
16163 Huge
16164 \end_layout
16165
16166 \end_inset
16167 </cell>
16168 </row>
16169 <row>
16170 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16171 \begin_inset Text
16172
16173 \begin_layout Plain Layout
16174
16175 \size giant
16176 Huger
16177 \end_layout
16178
16179 \end_inset
16180 </cell>
16181 </row>
16182 </lyxtabular>
16183
16184 \end_inset
16185
16186
16187 \end_layout
16188
16189 \end_inset
16190
16191
16192 \begin_inset space \hfill{}
16193 \end_inset
16194
16195
16196 \begin_inset Float table
16197 wide false
16198 sideways false
16199 status open
16200
16201 \begin_layout Plain Layout
16202 \begin_inset Caption
16203
16204 \begin_layout Plain Layout
16205
16206 \series bold
16207
16208 \backslash
16209 strut
16210 \series default
16211 コマンドを使用した表
16212 \end_layout
16213
16214 \end_inset
16215
16216
16217 \end_layout
16218
16219 \begin_layout Plain Layout
16220 \noindent
16221 \align center
16222 \begin_inset Tabular
16223 <lyxtabular version="3" rows="6" columns="1">
16224 <features tabularvalignment="middle">
16225 <column alignment="left" valignment="top" width="0">
16226 <row>
16227 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Plain Layout
16231 Normal, g
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 </row>
16237 <row>
16238 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16239 \begin_inset Text
16240
16241 \begin_layout Plain Layout
16242
16243 \size large
16244 \begin_inset ERT
16245 status collapsed
16246
16247 \begin_layout Plain Layout
16248
16249
16250 \backslash
16251 strut 
16252 \end_layout
16253
16254 \end_inset
16255
16256 Large
16257 \end_layout
16258
16259 \end_inset
16260 </cell>
16261 </row>
16262 <row>
16263 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16264 \begin_inset Text
16265
16266 \begin_layout Plain Layout
16267
16268 \size larger
16269 \begin_inset ERT
16270 status collapsed
16271
16272 \begin_layout Plain Layout
16273
16274
16275 \backslash
16276 strut 
16277 \end_layout
16278
16279 \end_inset
16280
16281 Larger
16282 \end_layout
16283
16284 \end_inset
16285 </cell>
16286 </row>
16287 <row>
16288 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16289 \begin_inset Text
16290
16291 \begin_layout Plain Layout
16292
16293 \size largest
16294 \begin_inset ERT
16295 status collapsed
16296
16297 \begin_layout Plain Layout
16298
16299
16300 \backslash
16301 strut 
16302 \end_layout
16303
16304 \end_inset
16305
16306 Largest
16307 \end_layout
16308
16309 \end_inset
16310 </cell>
16311 </row>
16312 <row>
16313 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16314 \begin_inset Text
16315
16316 \begin_layout Plain Layout
16317
16318 \size huge
16319 \begin_inset ERT
16320 status collapsed
16321
16322 \begin_layout Plain Layout
16323
16324
16325 \backslash
16326 strut 
16327 \end_layout
16328
16329 \end_inset
16330
16331 Huge
16332 \end_layout
16333
16334 \end_inset
16335 </cell>
16336 </row>
16337 <row>
16338 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16339 \begin_inset Text
16340
16341 \begin_layout Plain Layout
16342
16343 \size giant
16344 \begin_inset ERT
16345 status collapsed
16346
16347 \begin_layout Plain Layout
16348
16349
16350 \backslash
16351 strut 
16352 \end_layout
16353
16354 \end_inset
16355
16356 Huger
16357 \end_layout
16358
16359 \end_inset
16360 </cell>
16361 </row>
16362 </lyxtabular>
16363
16364 \end_inset
16365
16366
16367 \end_layout
16368
16369 \end_inset
16370
16371
16372 \begin_inset space \hfill{}
16373 \end_inset
16374
16375
16376 \end_layout
16377
16378 \end_inset
16379
16380
16381 \end_layout
16382
16383 \begin_layout Subsection
16384 特殊なセル揃え
16385 \begin_inset CommandInset label
16386 LatexCommand label
16387 name "sub:特殊なセル揃え"
16388
16389 \end_inset
16390
16391
16392 \begin_inset Index idx
16393 status collapsed
16394
16395 \begin_layout Plain Layout
16396 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
16397 \end_layout
16398
16399 \end_inset
16400
16401
16402 \end_layout
16403
16404 \begin_layout Standard
16405 ときには表
16406 \begin_inset CommandInset ref
16407 LatexCommand ref
16408 reference "tab:表セル"
16409
16410 \end_inset
16411
16412 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
16413 \begin_inset Graphics
16414         filename ../../images/tabular-feature_align-decimal.png
16415         scale 85
16416         scaleBeforeRotation
16417
16418 \end_inset
16419
16420 を押すか、表設定中で揃えを
16421 \family sans
16422 小数点で
16423 \family default
16424 に設定します。
16425 \end_layout
16426
16427 \begin_layout Standard
16428 \begin_inset Float table
16429 placement h
16430 wide false
16431 sideways false
16432 status open
16433
16434 \begin_layout Plain Layout
16435 \begin_inset Caption
16436
16437 \begin_layout Plain Layout
16438 \begin_inset CommandInset label
16439 LatexCommand label
16440 name "tab:表セル"
16441
16442 \end_inset
16443
16444 一列が小数点で揃えられた表セル
16445 \end_layout
16446
16447 \end_inset
16448
16449
16450 \end_layout
16451
16452 \begin_layout Plain Layout
16453 \align center
16454 \begin_inset Tabular
16455 <lyxtabular version="3" rows="4" columns="1">
16456 <features booktabs="true" tabularvalignment="middle">
16457 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
16458 <row>
16459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Plain Layout
16463 見出し
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 </row>
16469 <row>
16470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16471 \begin_inset Text
16472
16473 \begin_layout Plain Layout
16474 12.6
16475 \end_layout
16476
16477 \end_inset
16478 </cell>
16479 </row>
16480 <row>
16481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485 0.68
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 </row>
16491 <row>
16492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16493 \begin_inset Text
16494
16495 \begin_layout Plain Layout
16496 -123.0
16497 \end_layout
16498
16499 \end_inset
16500 </cell>
16501 </row>
16502 </lyxtabular>
16503
16504 \end_inset
16505
16506
16507 \end_layout
16508
16509 \end_inset
16510
16511
16512 \end_layout
16513
16514 \begin_layout Standard
16515 \begin_inset Float table
16516 placement h
16517 wide false
16518 sideways false
16519 status open
16520
16521 \begin_layout Plain Layout
16522 \begin_inset Caption
16523
16524 \begin_layout Plain Layout
16525 \begin_inset CommandInset label
16526 LatexCommand label
16527 name "tab:演算子揃え表"
16528
16529 \end_inset
16530
16531 一列が演算子で揃えられた表セル
16532 \end_layout
16533
16534 \end_inset
16535
16536
16537 \end_layout
16538
16539 \begin_layout Plain Layout
16540 \align center
16541 \begin_inset Tabular
16542 <lyxtabular version="3" rows="4" columns="2">
16543 <features booktabs="true" tabularvalignment="middle">
16544 <column alignment="right" valignment="top" width="0pt">
16545 <column alignment="left" valignment="top" width="0pt" special="@{}l">
16546 <row>
16547 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16548 \begin_inset Text
16549
16550 \begin_layout Plain Layout
16551 見出し
16552 \end_layout
16553
16554 \end_inset
16555 </cell>
16556 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16557 \begin_inset Text
16558
16559 \begin_layout Plain Layout
16560
16561 \end_layout
16562
16563 \end_inset
16564 </cell>
16565 </row>
16566 <row>
16567 <cell alignment="center" valignment="top" usebox="none">
16568 \begin_inset Text
16569
16570 \begin_layout Plain Layout
16571 \begin_inset Formula $12\,+$
16572 \end_inset
16573
16574
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 <cell alignment="center" valignment="top" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583 \begin_inset Formula $\,6$
16584 \end_inset
16585
16586
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 </row>
16592 <row>
16593 <cell alignment="center" valignment="top" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597 \begin_inset Formula $0\,-$
16598 \end_inset
16599
16600
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 <cell alignment="center" valignment="top" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609 \begin_inset Formula $\,68$
16610 \end_inset
16611
16612
16613 \end_layout
16614
16615 \end_inset
16616 </cell>
16617 </row>
16618 <row>
16619 <cell alignment="center" valignment="top" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Plain Layout
16623 \begin_inset Formula $-123\,/$
16624 \end_inset
16625
16626
16627 \end_layout
16628
16629 \end_inset
16630 </cell>
16631 <cell alignment="center" valignment="top" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Plain Layout
16635 \begin_inset Formula $\,0$
16636 \end_inset
16637
16638
16639 \end_layout
16640
16641 \end_inset
16642 </cell>
16643 </row>
16644 </lyxtabular>
16645
16646 \end_inset
16647
16648
16649 \end_layout
16650
16651 \end_inset
16652
16653
16654 \end_layout
16655
16656 \begin_layout Standard
16657 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
16658 \begin_inset CommandInset ref
16659 LatexCommand ref
16660 reference "tab:演算子揃え表"
16661
16662 \end_inset
16663
16664 のような方法を用いる必要があります。この表は、4×2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には
16665 、左揃えで残りを収めます。演算子の周りに通常加えられる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削る
16666 ために、
16667 \end_layout
16668
16669 \begin_layout Standard
16670
16671 \series bold
16672 @{}l
16673 \end_layout
16674
16675 \begin_layout Standard
16676 というLaTeX引数を第2列に指定します。
16677 \end_layout
16678
16679 \begin_layout Standard
16680
16681 \begin_inset CommandInset ref
16682 LatexCommand ref
16683 reference "tab:表セル揃え"
16684
16685 \end_inset
16686
16687 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
16688 \begin_inset CommandInset ref
16689 LatexCommand ref
16690 reference "tab:演算子揃え表"
16691
16692 \end_inset
16693
16694 の冒頭には、小空白が加えられています。
16695 \end_layout
16696
16697 \begin_layout Standard
16698 \begin_inset Float table
16699 wide false
16700 sideways false
16701 status open
16702
16703 \begin_layout Plain Layout
16704 \begin_inset Caption
16705
16706 \begin_layout Plain Layout
16707 \begin_inset CommandInset label
16708 LatexCommand label
16709 name "tab:表セル揃え"
16710
16711 \end_inset
16712
16713 表セルの揃えの例
16714 \end_layout
16715
16716 \end_inset
16717
16718
16719 \end_layout
16720
16721 \begin_layout Plain Layout
16722 \align center
16723 \begin_inset Tabular
16724 <lyxtabular version="3" rows="4" columns="6">
16725 <features tabularvalignment="middle">
16726 <column alignment="right" valignment="top" width="0">
16727 <column alignment="left" valignment="top" width="0" special="@{}l">
16728 <column alignment="right" valignment="top" width="0">
16729 <column alignment="left" valignment="top" width="0" special="@{}l">
16730 <column alignment="right" valignment="top" width="0">
16731 <column alignment="left" valignment="top" width="0" special="@{}l">
16732 <row>
16733 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16734 \begin_inset Text
16735
16736 \begin_layout Plain Layout
16737 単位
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16743 \begin_inset Text
16744
16745 \begin_layout Plain Layout
16746
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755 冪数
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16761 \begin_inset Text
16762
16763 \begin_layout Plain Layout
16764
16765 \end_layout
16766
16767 \end_inset
16768 </cell>
16769 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16770 \begin_inset Text
16771
16772 \begin_layout Plain Layout
16773 関係子
16774 \end_layout
16775
16776 \end_inset
16777 </cell>
16778 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16779 \begin_inset Text
16780
16781 \begin_layout Plain Layout
16782
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 </row>
16788 <row>
16789 <cell alignment="center" valignment="top" usebox="none">
16790 \begin_inset Text
16791
16792 \begin_layout Plain Layout
16793 12×
16794 \end_layout
16795
16796 \end_inset
16797 </cell>
16798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16799 \begin_inset Text
16800
16801 \begin_layout Plain Layout
16802 24本の瓶
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 <cell alignment="center" valignment="top" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811 \begin_inset Formula $10\cdot$
16812 \end_inset
16813
16814
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Plain Layout
16823 \begin_inset Formula $10^{\mbox{-}17}$
16824 \end_inset
16825
16826
16827 \end_layout
16828
16829 \end_inset
16830 </cell>
16831 <cell alignment="center" valignment="top" usebox="none">
16832 \begin_inset Text
16833
16834 \begin_layout Plain Layout
16835 \begin_inset Formula $\Gamma(t)\propto$
16836 \end_inset
16837
16838
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847 \begin_inset Formula $\:\Upsilon(t)$
16848 \end_inset
16849
16850
16851 \end_layout
16852
16853 \end_inset
16854 </cell>
16855 </row>
16856 <row>
16857 <cell alignment="center" valignment="top" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861 1024×
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870 768ピクセル
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 <cell alignment="center" valignment="top" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879 \begin_inset Formula $5.78\cdot$
16880 \end_inset
16881
16882
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Plain Layout
16891 \begin_inset Formula $10^{7}$
16892 \end_inset
16893
16894
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 <cell alignment="center" valignment="top" usebox="none">
16900 \begin_inset Text
16901
16902 \begin_layout Plain Layout
16903 \begin_inset Formula $A\ne$
16904 \end_inset
16905
16906
16907 \end_layout
16908
16909 \end_inset
16910 </cell>
16911 <cell alignment="center" valignment="top" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915 \begin_inset Formula $\: B_{\mathrm{red}}$
16916 \end_inset
16917
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 32×
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16935 \begin_inset Text
16936
16937 \begin_layout Plain Layout
16938 6
16939 \begin_inset space \thinspace{}
16940 \end_inset
16941
16942 cm
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 -
16952 \begin_inset Formula $33.5\cdot$
16953 \end_inset
16954
16955
16956 \end_layout
16957
16958 \end_inset
16959 </cell>
16960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964 \begin_inset Formula $10^{4}$
16965 \end_inset
16966
16967
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 <cell alignment="center" valignment="top" usebox="none">
16973 \begin_inset Text
16974
16975 \begin_layout Plain Layout
16976 \begin_inset Formula $\sin(\alpha)\ge$
16977 \end_inset
16978
16979
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 <cell alignment="center" valignment="top" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Plain Layout
16988 \begin_inset Formula $\:\sin(\beta)$
16989 \end_inset
16990
16991
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 </row>
16997 </lyxtabular>
16998
16999 \end_inset
17000
17001
17002 \end_layout
17003
17004 \end_inset
17005
17006
17007 \end_layout
17008
17009 \begin_layout Subsection
17010 自製のセル書式および列書式
17011 \begin_inset CommandInset label
17012 LatexCommand label
17013 name "sub:自製書式"
17014
17015 \end_inset
17016
17017
17018 \begin_inset Index idx
17019 status collapsed
17020
17021 \begin_layout Plain Layout
17022 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
17023 \end_layout
17024
17025 \end_inset
17026
17027
17028 \end_layout
17029
17030 \begin_layout Standard
17031 連結列セルを含む表がいくつもある場合には、第
17032 \begin_inset CommandInset ref
17033 LatexCommand ref
17034 reference "sub:連結列の計算"
17035
17036 \end_inset
17037
17038 節のように連結部分を含む列に必要とされる幅を計算することはたいへん面倒です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえば、それを文書中のす
17039 べての表で使うことができます。書式は、以下のように定義します。
17040 \end_layout
17041
17042 \begin_layout Standard
17043
17044 \series bold
17045
17046 \backslash
17047 newcolumntype{書式名}[引数の数]{コマンド}
17048 \end_layout
17049
17050 \begin_layout Standard
17051 書式名は、一文字だけでも構いません。
17052 \emph on
17053 b
17054 \emph default
17055
17056 \emph on
17057 c
17058 \emph default
17059
17060 \emph on
17061 l
17062 \emph default
17063
17064 \emph on
17065 m
17066 \emph default
17067
17068 \emph on
17069 p
17070 \emph default
17071
17072 \emph on
17073 r
17074 \emph default
17075 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
17076 \end_layout
17077
17078 \begin_layout Standard
17079 \begin_inset VSpace medskip
17080 \end_inset
17081
17082
17083 \end_layout
17084
17085 \begin_layout Standard
17086 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
17087 \end_layout
17088
17089 \begin_layout Standard
17090
17091 \series bold
17092
17093 \backslash
17094 newcolumntype{M}[1]{>{
17095 \backslash
17096 centering
17097 \backslash
17098 hspace{0pt}}m{#1}}
17099 \end_layout
17100
17101 \begin_layout Standard
17102 ここで
17103 \series bold
17104
17105 \backslash
17106 hspace{0pt}
17107 \series default
17108 は、第
17109 \begin_inset CommandInset ref
17110 LatexCommand ref
17111 reference "sub:複数行"
17112
17113 \end_inset
17114
17115 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログのLaTeX引数で
17116 \end_layout
17117
17118 \begin_layout Standard
17119
17120 \series bold
17121 M{width}
17122 \end_layout
17123
17124 \begin_layout Standard
17125 と入力するだけですみます。
17126 \end_layout
17127
17128 \begin_layout Standard
17129 \begin_inset VSpace bigskip
17130 \end_inset
17131
17132
17133 \end_layout
17134
17135 \begin_layout Standard
17136 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
17137 \end_layout
17138
17139 \begin_layout Standard
17140
17141 \series bold
17142
17143 \backslash
17144 newcolumntype{S}[2]{>{
17145 \backslash
17146 centering
17147 \backslash
17148 hspace{0pt}}
17149 \begin_inset Newline newline
17150 \end_inset
17151
17152
17153 \begin_inset Phantom HPhantom
17154 status open
17155
17156 \begin_layout Plain Layout
17157
17158 \series bold
17159
17160 \backslash
17161 newcolumntype
17162 \end_layout
17163
17164 \end_inset
17165
17166 m{(#1+(2
17167 \backslash
17168 tabcolsep+
17169 \backslash
17170 arrayrulewidth)*(1-#2))/#2}}
17171 \end_layout
17172
17173 \begin_layout Standard
17174 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
17175 \begin_inset CommandInset ref
17176 LatexCommand eqref
17177 reference "eq:Wgn"
17178
17179 \end_inset
17180
17181 式を使用しています。
17182 \end_layout
17183
17184 \begin_layout Standard
17185 こうしておけば、当該セルのLaTeX引数に
17186 \end_layout
17187
17188 \begin_layout Standard
17189
17190 \series bold
17191 S{連結列セルの幅}{連結列セルがまたがる列の数}
17192 \end_layout
17193
17194 \begin_layout Standard
17195 と入力するだけですみます。
17196 \end_layout
17197
17198 \begin_layout Standard
17199 \begin_inset VSpace bigskip
17200 \end_inset
17201
17202
17203 \end_layout
17204
17205 \begin_layout Standard
17206 色付き列については、以下のように定義するとよいでしょう。
17207 \end_layout
17208
17209 \begin_layout Standard
17210
17211 \series bold
17212
17213 \backslash
17214 newcolumntype{K}[1]{>{
17215 \backslash
17216 columncolor{#1}
17217 \backslash
17218 hspace{0pt}}c}
17219 \end_layout
17220
17221 \begin_layout Standard
17222 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
17223 \end_layout
17224
17225 \begin_layout Standard
17226
17227 \series bold
17228 K{色名}
17229 \end_layout
17230
17231 \begin_layout Standard
17232 と入力します。
17233 \end_layout
17234
17235 \begin_layout Standard
17236 \begin_inset VSpace bigskip
17237 \end_inset
17238
17239
17240 \end_layout
17241
17242 \begin_layout Standard
17243
17244 \begin_inset CommandInset ref
17245 LatexCommand ref
17246 reference "tab:ユーザー定義の表書式"
17247
17248 \end_inset
17249
17250 を生成するには、第1列と連結列にLaTeX引数として
17251 \end_layout
17252
17253 \begin_layout Standard
17254
17255 \series bold
17256 M{2.5cm}
17257 \end_layout
17258
17259 \begin_layout Standard
17260 を指定し、最終列に
17261 \end_layout
17262
17263 \begin_layout Standard
17264
17265 \series bold
17266 K{red}
17267 \end_layout
17268
17269 \begin_layout Standard
17270 そして第2列の各セルに
17271 \end_layout
17272
17273 \begin_layout Standard
17274
17275 \series bold
17276 S{2.5cm}{2}
17277 \end_layout
17278
17279 \begin_layout Standard
17280 と指定します。
17281 \end_layout
17282
17283 \begin_layout Standard
17284 \begin_inset Float table
17285 placement h
17286 wide false
17287 sideways false
17288 status open
17289
17290 \begin_layout Plain Layout
17291 \begin_inset Caption
17292
17293 \begin_layout Plain Layout
17294 \begin_inset CommandInset label
17295 LatexCommand label
17296 name "tab:ユーザー定義の表書式"
17297
17298 \end_inset
17299
17300 ユーザー定義の表書式を使用した表
17301 \end_layout
17302
17303 \end_inset
17304
17305
17306 \end_layout
17307
17308 \begin_layout Plain Layout
17309 \align center
17310 \begin_inset Tabular
17311 <lyxtabular version="3" rows="3" columns="4">
17312 <features tabularvalignment="middle">
17313 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17314 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17315 <column alignment="center" valignment="middle" width="0">
17316 <column alignment="center" valignment="middle" width="0" special="K{red}">
17317 <row>
17318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17319 \begin_inset Text
17320
17321 \begin_layout Plain Layout
17322 とても長い表セル中の単語
17323 \end_layout
17324
17325 \end_inset
17326 </cell>
17327 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17328 \begin_inset Text
17329
17330 \begin_layout Plain Layout
17331 複数行の連結列
17332 \end_layout
17333
17334 \end_inset
17335 </cell>
17336 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17337 \begin_inset Text
17338
17339 \begin_layout Plain Layout
17340
17341 \end_layout
17342
17343 \end_inset
17344 </cell>
17345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Plain Layout
17349 c
17350 \end_layout
17351
17352 \end_inset
17353 </cell>
17354 </row>
17355 <row>
17356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17357 \begin_inset Text
17358
17359 \begin_layout Plain Layout
17360 d
17361 \end_layout
17362
17363 \end_inset
17364 </cell>
17365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17366 \begin_inset Text
17367
17368 \begin_layout Plain Layout
17369 e
17370 \end_layout
17371
17372 \end_inset
17373 </cell>
17374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17375 \begin_inset Text
17376
17377 \begin_layout Plain Layout
17378 f
17379 \end_layout
17380
17381 \end_inset
17382 </cell>
17383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17384 \begin_inset Text
17385
17386 \begin_layout Plain Layout
17387 g
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 </row>
17393 <row>
17394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17395 \begin_inset Text
17396
17397 \begin_layout Plain Layout
17398 h
17399 \end_layout
17400
17401 \end_inset
17402 </cell>
17403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17404 \begin_inset Text
17405
17406 \begin_layout Plain Layout
17407 i
17408 \end_layout
17409
17410 \end_inset
17411 </cell>
17412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17413 \begin_inset Text
17414
17415 \begin_layout Plain Layout
17416 j
17417 \end_layout
17418
17419 \end_inset
17420 </cell>
17421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17422 \begin_inset Text
17423
17424 \begin_layout Plain Layout
17425 k
17426 \end_layout
17427
17428 \end_inset
17429 </cell>
17430 </row>
17431 </lyxtabular>
17432
17433 \end_inset
17434
17435
17436 \end_layout
17437
17438 \end_inset
17439
17440
17441 \end_layout
17442
17443 \begin_layout Subsection
17444 罫線幅
17445 \begin_inset CommandInset label
17446 LatexCommand label
17447 name "sub:罫線幅"
17448
17449 \end_inset
17450
17451
17452 \begin_inset Index idx
17453 status collapsed
17454
17455 \begin_layout Plain Layout
17456 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
17457 \end_layout
17458
17459 \end_inset
17460
17461
17462 \end_layout
17463
17464 \begin_layout Standard
17465 表中のすべての罫線の罫線幅を調整するには、長さ
17466 \series bold
17467
17468 \backslash
17469 arrayrulewidth
17470 \series default
17471 を使用します。たとえば、表
17472 \begin_inset CommandInset ref
17473 LatexCommand ref
17474 reference "tab:Table-with-1.5"
17475
17476 \end_inset
17477
17478 のように罫線幅を1.5
17479 \begin_inset space \thinspace{}
17480 \end_inset
17481
17482 ptにするには、表や表フロートの前にTeXコードで
17483 \end_layout
17484
17485 \begin_layout Standard
17486
17487 \series bold
17488
17489 \backslash
17490 setlength{
17491 \backslash
17492 arrayrulewidth}{1.5pt}
17493 \end_layout
17494
17495 \begin_layout Standard
17496 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
17497 \series bold
17498
17499 \backslash
17500 arrayrulewidth
17501 \series default
17502 を0.4
17503 \begin_inset space \thinspace{}
17504 \end_inset
17505
17506 ptに設定してください。
17507 \end_layout
17508
17509 \begin_layout Standard
17510 \begin_inset ERT
17511 status collapsed
17512
17513 \begin_layout Plain Layout
17514
17515
17516 \backslash
17517 setlength{
17518 \backslash
17519 arrayrulewidth}{1.5pt}
17520 \end_layout
17521
17522 \end_inset
17523
17524
17525 \begin_inset Float table
17526 wide false
17527 sideways false
17528 status open
17529
17530 \begin_layout Plain Layout
17531 \begin_inset Caption
17532
17533 \begin_layout Plain Layout
17534 \begin_inset CommandInset label
17535 LatexCommand label
17536 name "tab:Table-with-1.5"
17537
17538 \end_inset
17539
17540 1.5
17541 \begin_inset space \thinspace{}
17542 \end_inset
17543
17544 pt幅罫線の表
17545 \end_layout
17546
17547 \end_inset
17548
17549
17550 \end_layout
17551
17552 \begin_layout Plain Layout
17553 \align center
17554 \begin_inset Tabular
17555 <lyxtabular version="3" rows="3" columns="3">
17556 <features tabularvalignment="middle">
17557 <column alignment="center" valignment="top" width="0">
17558 <column alignment="center" valignment="top" width="0">
17559 <column alignment="center" valignment="top" width="0">
17560 <row>
17561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Plain Layout
17565 sd
17566 \end_layout
17567
17568 \end_inset
17569 </cell>
17570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17571 \begin_inset Text
17572
17573 \begin_layout Plain Layout
17574
17575 \end_layout
17576
17577 \end_inset
17578 </cell>
17579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17580 \begin_inset Text
17581
17582 \begin_layout Plain Layout
17583
17584 \end_layout
17585
17586 \end_inset
17587 </cell>
17588 </row>
17589 <row>
17590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17591 \begin_inset Text
17592
17593 \begin_layout Plain Layout
17594
17595 \end_layout
17596
17597 \end_inset
17598 </cell>
17599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17600 \begin_inset Text
17601
17602 \begin_layout Plain Layout
17603 sd
17604 \end_layout
17605
17606 \end_inset
17607 </cell>
17608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17609 \begin_inset Text
17610
17611 \begin_layout Plain Layout
17612
17613 \end_layout
17614
17615 \end_inset
17616 </cell>
17617 </row>
17618 <row>
17619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17620 \begin_inset Text
17621
17622 \begin_layout Plain Layout
17623
17624 \end_layout
17625
17626 \end_inset
17627 </cell>
17628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17629 \begin_inset Text
17630
17631 \begin_layout Plain Layout
17632
17633 \end_layout
17634
17635 \end_inset
17636 </cell>
17637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17638 \begin_inset Text
17639
17640 \begin_layout Plain Layout
17641 sd
17642 \end_layout
17643
17644 \end_inset
17645 </cell>
17646 </row>
17647 </lyxtabular>
17648
17649 \end_inset
17650
17651
17652 \end_layout
17653
17654 \end_inset
17655
17656
17657 \begin_inset ERT
17658 status collapsed
17659
17660 \begin_layout Plain Layout
17661
17662
17663 \backslash
17664 setlength{
17665 \backslash
17666 arrayrulewidth}{0.4pt}
17667 \end_layout
17668
17669 \end_inset
17670
17671
17672 \end_layout
17673
17674 \begin_layout Standard
17675 \begin_inset VSpace bigskip
17676 \end_inset
17677
17678
17679 \begin_inset CommandInset ref
17680 LatexCommand ref
17681 reference "tab:1.5pt幅横罫"
17682
17683 \end_inset
17684
17685 のように横罫だけを1.5
17686 \begin_inset space \thinspace{}
17687 \end_inset
17688
17689 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
17690 \end_layout
17691
17692 \begin_layout Standard
17693
17694 \series bold
17695
17696 \backslash
17697 let
17698 \backslash
17699 myHline
17700 \backslash
17701 hline
17702 \begin_inset Newline newline
17703 \end_inset
17704
17705
17706 \backslash
17707 renewcommand{
17708 \backslash
17709 hline}
17710 \begin_inset Newline newline
17711 \end_inset
17712
17713  {
17714 \backslash
17715 noalign{
17716 \backslash
17717 global
17718 \backslash
17719 arrayrulewidth 1.5pt}
17720 \begin_inset Newline newline
17721 \end_inset
17722
17723  
17724 \backslash
17725 myHline
17726 \backslash
17727 noalign{
17728 \backslash
17729 global
17730 \backslash
17731 arrayrulewidth 0.4pt}}
17732 \end_layout
17733
17734 \begin_layout Standard
17735 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
17736 \end_layout
17737
17738 \begin_layout Standard
17739
17740 \series bold
17741
17742 \backslash
17743 renewcommand{
17744 \backslash
17745 hline}{
17746 \backslash
17747 myHline}
17748 \end_layout
17749
17750 \begin_layout Standard
17751 \begin_inset ERT
17752 status collapsed
17753
17754 \begin_layout Plain Layout
17755
17756
17757 \backslash
17758 let
17759 \backslash
17760 myHline
17761 \backslash
17762 hline
17763 \end_layout
17764
17765 \begin_layout Plain Layout
17766
17767
17768 \backslash
17769 renewcommand{
17770 \backslash
17771 hline}
17772 \end_layout
17773
17774 \begin_layout Plain Layout
17775
17776  {
17777 \backslash
17778 noalign{
17779 \backslash
17780 global
17781 \backslash
17782 arrayrulewidth 1.5pt}
17783 \end_layout
17784
17785 \begin_layout Plain Layout
17786
17787   
17788 \backslash
17789 myHline
17790 \backslash
17791 noalign{
17792 \backslash
17793 global
17794 \backslash
17795 arrayrulewidth 0.4pt}}
17796 \end_layout
17797
17798 \end_inset
17799
17800
17801 \begin_inset Float table
17802 wide false
17803 sideways false
17804 status open
17805
17806 \begin_layout Plain Layout
17807 \begin_inset Caption
17808
17809 \begin_layout Plain Layout
17810 \begin_inset CommandInset label
17811 LatexCommand label
17812 name "tab:1.5pt幅横罫"
17813
17814 \end_inset
17815
17816 1.5
17817 \begin_inset space \thinspace{}
17818 \end_inset
17819
17820 pt幅横罫の表
17821 \end_layout
17822
17823 \end_inset
17824
17825
17826 \end_layout
17827
17828 \begin_layout Plain Layout
17829 \align center
17830 \begin_inset Tabular
17831 <lyxtabular version="3" rows="3" columns="3">
17832 <features tabularvalignment="middle">
17833 <column alignment="center" valignment="top" width="0">
17834 <column alignment="center" valignment="top" width="0">
17835 <column alignment="center" valignment="top" width="0">
17836 <row>
17837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17838 \begin_inset Text
17839
17840 \begin_layout Plain Layout
17841 sd
17842 \end_layout
17843
17844 \end_inset
17845 </cell>
17846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17847 \begin_inset Text
17848
17849 \begin_layout Plain Layout
17850
17851 \end_layout
17852
17853 \end_inset
17854 </cell>
17855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17856 \begin_inset Text
17857
17858 \begin_layout Plain Layout
17859
17860 \end_layout
17861
17862 \end_inset
17863 </cell>
17864 </row>
17865 <row>
17866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17867 \begin_inset Text
17868
17869 \begin_layout Plain Layout
17870
17871 \end_layout
17872
17873 \end_inset
17874 </cell>
17875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17876 \begin_inset Text
17877
17878 \begin_layout Plain Layout
17879 sd
17880 \end_layout
17881
17882 \end_inset
17883 </cell>
17884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17885 \begin_inset Text
17886
17887 \begin_layout Plain Layout
17888
17889 \end_layout
17890
17891 \end_inset
17892 </cell>
17893 </row>
17894 <row>
17895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17896 \begin_inset Text
17897
17898 \begin_layout Plain Layout
17899
17900 \end_layout
17901
17902 \end_inset
17903 </cell>
17904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17905 \begin_inset Text
17906
17907 \begin_layout Plain Layout
17908
17909 \end_layout
17910
17911 \end_inset
17912 </cell>
17913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17914 \begin_inset Text
17915
17916 \begin_layout Plain Layout
17917 sd
17918 \end_layout
17919
17920 \end_inset
17921 </cell>
17922 </row>
17923 </lyxtabular>
17924
17925 \end_inset
17926
17927
17928 \end_layout
17929
17930 \end_inset
17931
17932
17933 \begin_inset ERT
17934 status collapsed
17935
17936 \begin_layout Plain Layout
17937
17938
17939 \backslash
17940 renewcommand{
17941 \backslash
17942 hline}{
17943 \backslash
17944 myHline}
17945 \end_layout
17946
17947 \end_inset
17948
17949
17950 \end_layout
17951
17952 \begin_layout Standard
17953 \begin_inset VSpace bigskip
17954 \end_inset
17955
17956 縦罫だけを1.5
17957 \begin_inset space \thinspace{}
17958 \end_inset
17959
17960 pt幅にするには、第
17961 \begin_inset CommandInset ref
17962 LatexCommand ref
17963 reference "sub:自製書式"
17964
17965 \end_inset
17966
17967 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
17968 \end_layout
17969
17970 \begin_layout Standard
17971
17972 \series bold
17973
17974 \backslash
17975 newcolumntype{V}{!{
17976 \backslash
17977 vrule width 1.5pt}}
17978 \end_layout
17979
17980 \begin_layout Standard
17981
17982 \begin_inset CommandInset ref
17983 LatexCommand ref
17984 reference "tab:1.5pt幅縦罫"
17985
17986 \end_inset
17987
17988 を作るには、最右列にLaTeX引数
17989 \end_layout
17990
17991 \begin_layout Standard
17992
17993 \series bold
17994 VcV
17995 \end_layout
17996
17997 \begin_layout Standard
17998 を指定し、他の列には
17999 \end_layout
18000
18001 \begin_layout Standard
18002
18003 \series bold
18004 Vc
18005 \end_layout
18006
18007 \begin_layout Standard
18008 を指定します。
18009 \end_layout
18010
18011 \begin_layout Standard
18012 \begin_inset Float table
18013 wide false
18014 sideways false
18015 status open
18016
18017 \begin_layout Plain Layout
18018 \begin_inset Caption
18019
18020 \begin_layout Plain Layout
18021 \begin_inset CommandInset label
18022 LatexCommand label
18023 name "tab:1.5pt幅縦罫"
18024
18025 \end_inset
18026
18027 1.5
18028 \begin_inset space \thinspace{}
18029 \end_inset
18030
18031 pt幅縦罫の表
18032 \end_layout
18033
18034 \end_inset
18035
18036
18037 \end_layout
18038
18039 \begin_layout Plain Layout
18040 \align center
18041 \begin_inset Tabular
18042 <lyxtabular version="3" rows="3" columns="3">
18043 <features tabularvalignment="middle">
18044 <column alignment="center" valignment="top" width="0" special="Vc">
18045 <column alignment="center" valignment="top" width="0" special="Vc">
18046 <column alignment="center" valignment="top" width="0" special="VcV">
18047 <row>
18048 <cell alignment="center" valignment="top" topline="true" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052 sd
18053 \end_layout
18054
18055 \end_inset
18056 </cell>
18057 <cell alignment="center" valignment="top" topline="true" usebox="none">
18058 \begin_inset Text
18059
18060 \begin_layout Plain Layout
18061
18062 \end_layout
18063
18064 \end_inset
18065 </cell>
18066 <cell alignment="center" valignment="top" topline="true" usebox="none">
18067 \begin_inset Text
18068
18069 \begin_layout Plain Layout
18070
18071 \end_layout
18072
18073 \end_inset
18074 </cell>
18075 </row>
18076 <row>
18077 <cell alignment="center" valignment="top" topline="true" usebox="none">
18078 \begin_inset Text
18079
18080 \begin_layout Plain Layout
18081
18082 \end_layout
18083
18084 \end_inset
18085 </cell>
18086 <cell alignment="center" valignment="top" topline="true" usebox="none">
18087 \begin_inset Text
18088
18089 \begin_layout Plain Layout
18090 sd
18091 \end_layout
18092
18093 \end_inset
18094 </cell>
18095 <cell alignment="center" valignment="top" topline="true" usebox="none">
18096 \begin_inset Text
18097
18098 \begin_layout Plain Layout
18099
18100 \end_layout
18101
18102 \end_inset
18103 </cell>
18104 </row>
18105 <row>
18106 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18107 \begin_inset Text
18108
18109 \begin_layout Plain Layout
18110
18111 \end_layout
18112
18113 \end_inset
18114 </cell>
18115 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18116 \begin_inset Text
18117
18118 \begin_layout Plain Layout
18119
18120 \end_layout
18121
18122 \end_inset
18123 </cell>
18124 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18125 \begin_inset Text
18126
18127 \begin_layout Plain Layout
18128 sd
18129 \end_layout
18130
18131 \end_inset
18132 </cell>
18133 </row>
18134 </lyxtabular>
18135
18136 \end_inset
18137
18138
18139 \end_layout
18140
18141 \end_inset
18142
18143
18144 \end_layout
18145
18146 \begin_layout Subsection
18147 点罫
18148 \begin_inset Index idx
18149 status collapsed
18150
18151 \begin_layout Plain Layout
18152 ひょうのちょうせい@表の調整 ! てんけい@点罫
18153 \end_layout
18154
18155 \end_inset
18156
18157
18158 \end_layout
18159
18160 \begin_layout Standard
18161 \begin_inset ERT
18162 status collapsed
18163
18164 \begin_layout Plain Layout
18165
18166
18167 \backslash
18168 ifarydshln
18169 \end_layout
18170
18171 \end_inset
18172
18173
18174 \begin_inset Note Note
18175 status collapsed
18176
18177 \begin_layout Plain Layout
18178 この節は、LaTeXパッケージarydshlnが導入済みの時のみ表示されます。
18179 \end_layout
18180
18181 \end_inset
18182
18183
18184 \end_layout
18185
18186 \begin_layout Standard
18187 \begin_inset Float table
18188 placement H
18189 wide false
18190 sideways false
18191 status open
18192
18193 \begin_layout Plain Layout
18194 \begin_inset Caption
18195
18196 \begin_layout Plain Layout
18197 \begin_inset CommandInset label
18198 LatexCommand label
18199 name "tab:点罫表"
18200
18201 \end_inset
18202
18203 点罫を使用した表
18204 \end_layout
18205
18206 \end_inset
18207
18208
18209 \end_layout
18210
18211 \begin_layout Plain Layout
18212 \align center
18213 \begin_inset Tabular
18214 <lyxtabular version="3" rows="5" columns="5">
18215 <features tabularvalignment="middle">
18216 <column alignment="center" valignment="top" width="0">
18217 <column alignment="center" valignment="top" width="0">
18218 <column alignment="center" valignment="top" width="0" special=":c">
18219 <column alignment="center" valignment="top" width="0">
18220 <column alignment="center" valignment="top" width="0">
18221 <row>
18222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18223 \begin_inset Text
18224
18225 \begin_layout Plain Layout
18226
18227 \end_layout
18228
18229 \end_inset
18230 </cell>
18231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18232 \begin_inset Text
18233
18234 \begin_layout Plain Layout
18235
18236 \end_layout
18237
18238 \end_inset
18239 </cell>
18240 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18241 \begin_inset Text
18242
18243 \begin_layout Plain Layout
18244
18245 \end_layout
18246
18247 \end_inset
18248 </cell>
18249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18250 \begin_inset Text
18251
18252 \begin_layout Plain Layout
18253
18254 \end_layout
18255
18256 \end_inset
18257 </cell>
18258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18259 \begin_inset Text
18260
18261 \begin_layout Plain Layout
18262
18263 \end_layout
18264
18265 \end_inset
18266 </cell>
18267 </row>
18268 <row>
18269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18270 \begin_inset Text
18271
18272 \begin_layout Plain Layout
18273
18274 \end_layout
18275
18276 \end_inset
18277 </cell>
18278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18279 \begin_inset Text
18280
18281 \begin_layout Plain Layout
18282
18283 \end_layout
18284
18285 \end_inset
18286 </cell>
18287 <cell alignment="center" valignment="top" topline="true" usebox="none">
18288 \begin_inset Text
18289
18290 \begin_layout Plain Layout
18291
18292 \end_layout
18293
18294 \end_inset
18295 </cell>
18296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18297 \begin_inset Text
18298
18299 \begin_layout Plain Layout
18300
18301 \end_layout
18302
18303 \end_inset
18304 </cell>
18305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18306 \begin_inset Text
18307
18308 \begin_layout Plain Layout
18309
18310 \end_layout
18311
18312 \end_inset
18313 </cell>
18314 </row>
18315 <row>
18316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18317 \begin_inset Text
18318
18319 \begin_layout Plain Layout
18320 \begin_inset ERT
18321 status collapsed
18322
18323 \begin_layout Plain Layout
18324
18325
18326 \backslash
18327 hdashline 
18328 \end_layout
18329
18330 \end_inset
18331
18332
18333 \end_layout
18334
18335 \end_inset
18336 </cell>
18337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18338 \begin_inset Text
18339
18340 \begin_layout Plain Layout
18341
18342 \end_layout
18343
18344 \end_inset
18345 </cell>
18346 <cell alignment="center" valignment="top" usebox="none">
18347 \begin_inset Text
18348
18349 \begin_layout Plain Layout
18350
18351 \end_layout
18352
18353 \end_inset
18354 </cell>
18355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18356 \begin_inset Text
18357
18358 \begin_layout Plain Layout
18359
18360 \end_layout
18361
18362 \end_inset
18363 </cell>
18364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18365 \begin_inset Text
18366
18367 \begin_layout Plain Layout
18368
18369 \end_layout
18370
18371 \end_inset
18372 </cell>
18373 </row>
18374 <row>
18375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18376 \begin_inset Text
18377
18378 \begin_layout Plain Layout
18379 \begin_inset ERT
18380 status collapsed
18381
18382 \begin_layout Plain Layout
18383
18384
18385 \backslash
18386 cdashline{4-5}
18387 \end_layout
18388
18389 \end_inset
18390
18391
18392 \end_layout
18393
18394 \end_inset
18395 </cell>
18396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18397 \begin_inset Text
18398
18399 \begin_layout Plain Layout
18400
18401 \end_layout
18402
18403 \end_inset
18404 </cell>
18405 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18406 \begin_inset Text
18407
18408 \begin_layout Plain Layout
18409
18410 \end_layout
18411
18412 \end_inset
18413 </cell>
18414 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18415 \begin_inset Text
18416
18417 \begin_layout Plain Layout
18418
18419 \end_layout
18420
18421 \end_inset
18422 </cell>
18423 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18424 \begin_inset Text
18425
18426 \begin_layout Plain Layout
18427
18428 \end_layout
18429
18430 \end_inset
18431 </cell>
18432 </row>
18433 <row>
18434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18435 \begin_inset Text
18436
18437 \begin_layout Plain Layout
18438
18439 \end_layout
18440
18441 \end_inset
18442 </cell>
18443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Plain Layout
18447
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18453 \begin_inset Text
18454
18455 \begin_layout Plain Layout
18456
18457 \end_layout
18458
18459 \end_inset
18460 </cell>
18461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18462 \begin_inset Text
18463
18464 \begin_layout Plain Layout
18465
18466 \end_layout
18467
18468 \end_inset
18469 </cell>
18470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18471 \begin_inset Text
18472
18473 \begin_layout Plain Layout
18474
18475 \end_layout
18476
18477 \end_inset
18478 </cell>
18479 </row>
18480 </lyxtabular>
18481
18482 \end_inset
18483
18484
18485 \end_layout
18486
18487 \end_inset
18488
18489
18490 \end_layout
18491
18492 \begin_layout Standard
18493 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
18494 \end_layout
18495
18496 \begin_layout Standard
18497
18498 \series bold
18499
18500 \backslash
18501 usepackage{arydshln}
18502 \end_layout
18503
18504 \begin_layout Standard
18505 というコマンドを書き、LaTeXパッケージの
18506 \series bold
18507 arydshln
18508 \series default
18509
18510 \begin_inset Index idx
18511 status collapsed
18512
18513 \begin_layout Plain Layout
18514 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
18515 \end_layout
18516
18517 \end_inset
18518
18519 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
18520 \end_layout
18521
18522 \begin_layout Standard
18523 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
18524 \end_layout
18525
18526 \begin_layout Standard
18527
18528 \series bold
18529
18530 \backslash
18531 hdashline
18532 \end_layout
18533
18534 \begin_layout Standard
18535 というコマンドを加えてください。
18536 \end_layout
18537
18538 \begin_layout Standard
18539 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
18540 \end_layout
18541
18542 \begin_layout Standard
18543
18544 \series bold
18545
18546 \backslash
18547 cdashline{列番号
18548 \series default
18549 }
18550 \end_layout
18551
18552 \begin_layout Standard
18553 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
18554 \end_layout
18555
18556 \begin_layout Standard
18557
18558 \series bold
18559
18560 \backslash
18561 cdashline{2-4}
18562 \end_layout
18563
18564 \begin_layout Standard
18565 なるコマンドを置いてください。
18566 \end_layout
18567
18568 \begin_layout Standard
18569 \begin_inset VSpace bigskip
18570 \end_inset
18571
18572
18573 \end_layout
18574
18575 \begin_layout Standard
18576
18577 \begin_inset CommandInset ref
18578 LatexCommand ref
18579 reference "tab:点罫表"
18580
18581 \end_inset
18582
18583 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
18584 \series bold
18585
18586 \backslash
18587 hdashlineが挿れられており、第3行の最初のセルには、
18588 \series default
18589 TeXコードのコマンド
18590 \begin_inset Newline newline
18591 \end_inset
18592
18593  
18594 \series bold
18595
18596 \backslash
18597 cdashline{4-5}が挿れられています。
18598 \end_layout
18599
18600 \begin_layout Standard
18601 \begin_inset Note Greyedout
18602 status open
18603
18604 \begin_layout Plain Layout
18605
18606 \series bold
18607 【註】
18608 \series default
18609 ここで用いられているLaTeXパッケージ
18610 \series bold
18611 arydshln
18612 \series default
18613 は、第
18614 \begin_inset CommandInset ref
18615 LatexCommand ref
18616 reference "sec:色付きの表"
18617
18618 \end_inset
18619
18620 節の色付き表で用いられているLaTeXパッケージ
18621 \series bold
18622 colortbl
18623 \series default
18624
18625 \begin_inset Index idx
18626 status collapsed
18627
18628 \begin_layout Plain Layout
18629 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
18630 \end_layout
18631
18632 \end_inset
18633
18634 とは、どうやら共存し得ないようです。すなわち、色付き表に点罫をつけることはできません。
18635 \end_layout
18636
18637 \end_inset
18638
18639
18640 \end_layout
18641
18642 \begin_layout Standard
18643 \begin_inset ERT
18644 status collapsed
18645
18646 \begin_layout Plain Layout
18647
18648
18649 \backslash
18650 else
18651 \end_layout
18652
18653 \end_inset
18654
18655
18656 \begin_inset Note Note
18657 status open
18658
18659 \begin_layout Plain Layout
18660 以下は、LaTeXパッケージ
18661 \series bold
18662 arydshln
18663 \series default
18664 が導入済みでないときに表示されます。
18665 \end_layout
18666
18667 \end_inset
18668
18669
18670 \end_layout
18671
18672 \begin_layout Standard
18673 本節の内容を出力に表示するためには、
18674 \series bold
18675 arydshln
18676 \series default
18677 パッケージを導入しなくてはなりません。
18678 \end_layout
18679
18680 \begin_layout Standard
18681 \begin_inset ERT
18682 status collapsed
18683
18684 \begin_layout Plain Layout
18685
18686
18687 \backslash
18688 fi
18689 \end_layout
18690
18691 \end_inset
18692
18693
18694 \end_layout
18695
18696 \begin_layout Chapter
18697 フロート
18698 \begin_inset CommandInset label
18699 LatexCommand label
18700 name "chap:フロート"
18701
18702 \end_inset
18703
18704
18705 \begin_inset Index idx
18706 status collapsed
18707
18708 \begin_layout Plain Layout
18709 ふろーと@フロート
18710 \end_layout
18711
18712 \end_inset
18713
18714
18715 \end_layout
18716
18717 \begin_layout Section
18718 はじめに
18719 \begin_inset CommandInset label
18720 LatexCommand label
18721 name "sec:フロートはじめに"
18722
18723 \end_inset
18724
18725
18726 \begin_inset Index idx
18727 status collapsed
18728
18729 \begin_layout Plain Layout
18730 ふろーと@フロート ! はじめに
18731 \end_layout
18732
18733 \end_inset
18734
18735
18736 \end_layout
18737
18738 \begin_layout Standard
18739 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
18740 ート)ことができます。
18741 \family sans
18742 脚注
18743 \family default
18744
18745 \family sans
18746 傍注
18747 \family default
18748 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
18749 \end_layout
18750
18751 \begin_layout Standard
18752 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
18753 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
18754 ートには連番が割り当てられます。参照については、第
18755 \begin_inset CommandInset ref
18756 LatexCommand ref
18757 reference "sec:フロートの参照"
18758
18759 \end_inset
18760
18761 節で述べられています。
18762 \end_layout
18763
18764 \begin_layout Standard
18765 フロートを挿入するには、
18766 \family sans
18767 挿入\SpecialChar \menuseparator
18768 フロート
18769 \family default
18770 メニューを使えば、ラベルのついたボックスすなわち
18771 \family sans
18772 キャプション
18773 \family default
18774 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
18775 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
18776 \begin_inset CommandInset ref
18777 LatexCommand ref
18778 reference "sec:キャプションの配置"
18779
18780 \end_inset
18781
18782 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
18783 ます。畳んだフロートボックスは、
18784 \begin_inset Graphics
18785         filename clipart/floatQt4.png
18786         scale 70
18787         scaleBeforeRotation
18788
18789 \end_inset
18790
18791 のように、灰色ボタンに赤字ラベルで表示されます。
18792 \end_layout
18793
18794 \begin_layout Standard
18795 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
18796 \end_layout
18797
18798 \begin_layout Standard
18799 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
18800 \end_layout
18801
18802 \begin_layout Section
18803 フロート型
18804 \end_layout
18805
18806 \begin_layout Standard
18807 LyXには、第
18808 \begin_inset CommandInset ref
18809 LatexCommand ref
18810 reference "sec:図フロート"
18811
18812 \end_inset
18813
18814 節および第
18815 \begin_inset CommandInset ref
18816 LatexCommand ref
18817 reference "sec:表フロート"
18818
18819 \end_inset
18820
18821 節で各々説明されている図フロートと表フロート以外に、
18822 \family sans
18823 アルゴリズム型
18824 \series bold
18825
18826 \series default
18827 折返し型
18828 \family default
18829 のフロート型があります。 
18830 \lang english
18831 The latter are explained in sec.
18832 \lang japanese
18833
18834 \begin_inset space \thinspace{}
18835 \end_inset
18836
18837
18838 \begin_inset CommandInset ref
18839 LatexCommand ref
18840 reference "sec:折返しフロート"
18841
18842 \end_inset
18843
18844 .
18845 \end_layout
18846
18847 \begin_layout Subsection
18848 アルゴリズムフロート
18849 \begin_inset Index idx
18850 status collapsed
18851
18852 \begin_layout Plain Layout
18853 ふろーと@フロート ! あるごりずむ@アルゴリズム
18854 \end_layout
18855
18856 \end_inset
18857
18858
18859 \end_layout
18860
18861 \begin_layout Standard
18862 \begin_inset Float algorithm
18863 placement h
18864 wide false
18865 sideways false
18866 status open
18867
18868 \begin_layout Plain Layout
18869 \begin_inset Caption
18870
18871 \begin_layout Plain Layout
18872 \begin_inset CommandInset label
18873 LatexCommand label
18874 name "alg:アルゴリズムフロートの例"
18875
18876 \end_inset
18877
18878 アルゴリズムフロートの例
18879 \end_layout
18880
18881 \end_inset
18882
18883
18884 \end_layout
18885
18886 \begin_layout LyX-Code
18887 for I in 1..N loop
18888 \begin_inset Newline newline
18889 \end_inset
18890
18891  Sum:= Sum + A(I); /*comment*/
18892 \begin_inset Newline newline
18893 \end_inset
18894
18895 end loop
18896 \begin_inset VSpace -4mm
18897 \end_inset
18898
18899
18900 \end_layout
18901
18902 \end_inset
18903
18904
18905 \end_layout
18906
18907 \begin_layout Standard
18908 このフロート型は、
18909 \family sans
18910 挿入
18911 \shape up
18912 \SpecialChar \menuseparator
18913 フロート\SpecialChar \menuseparator
18914 アルゴリズム
18915 \family default
18916 \shape default
18917 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
18918 \begin_inset CommandInset ref
18919 LatexCommand ref
18920 reference "cha:プログラムコードリスト"
18921
18922 \end_inset
18923
18924 章で説明されているプログラムコードリストの代わりとみなすことができます。
18925 \emph on
18926 LyXユーザーの手引き
18927 \emph default
18928 に述べられているように、アルゴリズム向けの環境としては、
18929 \family sans
18930 LyXコード
18931 \family default
18932 があります。 アルゴリズム
18933 \begin_inset CommandInset ref
18934 LatexCommand ref
18935 reference "alg:アルゴリズムフロートの例"
18936
18937 \end_inset
18938
18939 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
18940 \begin_inset space \thinspace{}
18941 \end_inset
18942
18943 mmの垂直空白が入れてあります。
18944 \end_layout
18945
18946 \begin_layout Standard
18947 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
18948 \end_layout
18949
18950 \begin_layout Standard
18951
18952 \series bold
18953
18954 \backslash
18955 floatname{algorithm}{付けたい名称}
18956 \end_layout
18957
18958 \begin_layout Standard
18959 という行を手動で加える必要があります。ここで
18960 \family sans
18961 \series bold
18962 付けたい名称
18963 \family default
18964 \series default
18965 には、お使いの言語で「
18966 \emph on
18967 algorithm
18968 \emph default
18969 」に対応する単語を指定します。
18970 \end_layout
18971
18972 \begin_layout Standard
18973 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
18974 \family sans
18975 挿入\SpecialChar \menuseparator
18976 一覧/目次\SpecialChar \menuseparator
18977 アルゴリズム一覧
18978 \family default
18979 メニューを使用します。それ以外の場合には、代わりに
18980 \end_layout
18981
18982 \begin_layout Standard
18983
18984 \series bold
18985
18986 \backslash
18987 listof{algorithm}{付けたい名称}
18988 \end_layout
18989
18990 \begin_layout Standard
18991 というコマンドをTeXコードとして用います。ここで
18992 \family sans
18993 付けたい名称
18994 \family default
18995 とは、「
18996 \emph on
18997 List of Algorithm
18998 \emph default
18999 s」という単語に相当する、ご使用になりたい言語での単語です。
19000 \end_layout
19001
19002 \begin_layout Standard
19003 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
19004 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
19005 \end_layout
19006
19007 \begin_layout Standard
19008
19009 \series bold
19010
19011 \backslash
19012 numberwithin{algorithm}{chapter}
19013 \end_layout
19014
19015 \begin_layout Standard
19016 というコマンドを追加してください。
19017 \series bold
19018
19019 \backslash
19020 numberwithin
19021 \series default
19022 というコマンドを使用するには、文書設定の
19023 \family sans
19024 数式オプション
19025 \family default
19026 タブで
19027 \family sans
19028 AMS mathパッケージを使用する
19029 \family default
19030 オプションを有効にしてください。
19031 \end_layout
19032
19033 \begin_layout Section
19034 フロートの連番
19035 \begin_inset Index idx
19036 status collapsed
19037
19038 \begin_layout Plain Layout
19039 ふろーと@フロート ! れんばん@連番
19040 \end_layout
19041
19042 \end_inset
19043
19044
19045 \end_layout
19046
19047 \begin_layout Standard
19048 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
19049 て変わります。
19050 \end_layout
19051
19052 \begin_layout Standard
19053 節から独立して付けられている連番を変更するには、文書プリアンブルで
19054 \end_layout
19055
19056 \begin_layout Standard
19057
19058 \series bold
19059
19060 \backslash
19061 renewcommand{
19062 \backslash
19063 thetable}{
19064 \backslash
19065 roman{table}}
19066 \end_layout
19067
19068 \begin_layout Standard
19069
19070 \series bold
19071 というコマンドを使うと良いでしょう。
19072 \backslash
19073 thetable
19074 \series default
19075 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
19076 \series bold
19077
19078 \backslash
19079 thefigure
19080 \series default
19081 コマンドを使用します。上のコマンドで使用されている
19082 \series bold
19083
19084 \backslash
19085 roman
19086 \series default
19087 は、表番号を小文字のローマ数字で印字するコマンドです。
19088 \end_layout
19089
19090 \begin_layout Standard
19091 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
19092 \end_layout
19093
19094 \begin_layout Standard
19095
19096 \series bold
19097
19098 \backslash
19099 numberwithin{table}{subsection}
19100 \end_layout
19101
19102 \begin_layout Standard
19103 というコマンドを使用してください。
19104 \series bold
19105
19106 \backslash
19107 numberwithin
19108 \series default
19109 コマンドを使用可能にするためには、文書設定の
19110 \family sans
19111 数式オプション
19112 \family default
19113 タブで、
19114 \family sans
19115 AMS
19116 \begin_inset space ~
19117 \end_inset
19118
19119 math数式パッケージを使用する
19120 \family default
19121 を使用します。
19122 \end_layout
19123
19124 \begin_layout Standard
19125 連番コマンドについての詳細と大切な注意点については、第
19126 \begin_inset CommandInset ref
19127 LatexCommand ref
19128 reference "sub:脚注の付番"
19129
19130 \end_inset
19131
19132 節もご覧ください。
19133 \end_layout
19134
19135 \begin_layout Section
19136 フロートの参照
19137 \begin_inset CommandInset label
19138 LatexCommand label
19139 name "sec:フロートの参照"
19140
19141 \end_inset
19142
19143
19144 \begin_inset Index idx
19145 status collapsed
19146
19147 \begin_layout Plain Layout
19148 ふろーと@フロート ! さんしょう@参照
19149 \end_layout
19150
19151 \end_inset
19152
19153
19154 \begin_inset Index idx
19155 status collapsed
19156
19157 \begin_layout Plain Layout
19158 さんしょう@参照 ! ふろーとにたいする@フロートに対する
19159 \end_layout
19160
19161 \end_inset
19162
19163
19164 \end_layout
19165
19166 \begin_layout Standard
19167 フロートを参照するには、
19168 \family sans
19169 挿入\SpecialChar \menuseparator
19170 ラベル
19171 \family default
19172 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
19173 \begin_inset Graphics
19174         filename ../clipart/labelQt4.png
19175         scale 85
19176         scaleBeforeRotation
19177
19178 \end_inset
19179
19180 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
19181 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
19182 \family sans
19183 fig:
19184 \family default
19185 」という前置句がつけられます。
19186 \end_layout
19187
19188 \begin_layout Standard
19189 ラベルは、参照のための名称兼位置標として用いられます。
19190 \family sans
19191 挿入\SpecialChar \menuseparator
19192 相互参照
19193 \family default
19194 メニューかツールバーボタン
19195 \family sans
19196
19197 \begin_inset Info
19198 type  "icon"
19199 arg   "dialog-show-new-inset ref"
19200 \end_inset
19201
19202
19203 \family default
19204 を使えば、ラベルを参照することができます。
19205 \begin_inset Graphics
19206         filename clipart/referenceQt4.png
19207         scale 85
19208         scaleBeforeRotation
19209
19210 \end_inset
19211
19212 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
19213 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
19214 れます。
19215 \end_layout
19216
19217 \begin_layout Standard
19218 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
19219 出力では、参照の代わりに二つの疑問符が表示されることになります。
19220 \end_layout
19221
19222 \begin_layout Standard
19223 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
19224 で、リンクの更新に手間を割く必要はありません。
19225 \end_layout
19226
19227 \begin_layout Standard
19228 相互参照ウィンドウの
19229 \family sans
19230 ラベルへ移動
19231 \family default
19232 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
19233 \family sans
19234 戻る
19235 \family default
19236 に変わるので、相互参照にカーソルを戻すのに使用することができます。相互参照ボックスを右クリックしても、カーソルを参照されているラベルの前に移すことができますが、
19237 この場合には元に戻ることができません。
19238 \end_layout
19239
19240 \begin_layout Subsection
19241 相互参照の書式
19242 \begin_inset CommandInset label
19243 LatexCommand label
19244 name "sub:相互参照の書式"
19245
19246 \end_inset
19247
19248
19249 \begin_inset Index idx
19250 status collapsed
19251
19252 \begin_layout Plain Layout
19253 さんしょう@参照 ! しょしき@書式
19254 \end_layout
19255
19256 \end_inset
19257
19258
19259 \end_layout
19260
19261 \begin_layout Standard
19262 相互参照には、以下の6種類があります。
19263 \end_layout
19264
19265 \begin_layout Description
19266 <参照>: これはフロート番号を表示します。これが既定値です。例:
19267 \begin_inset CommandInset ref
19268 LatexCommand ref
19269 reference "fig:歪められた二つの像"
19270
19271 \end_inset
19272
19273
19274 \end_layout
19275
19276 \begin_layout Description
19277 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
19278 例:
19279 \begin_inset CommandInset ref
19280 LatexCommand eqref
19281 reference "eq:Wgn"
19282
19283 \end_inset
19284
19285
19286 \end_layout
19287
19288 \begin_layout Description
19289 <参照ページ>: これはページ番号を表示します。例:Page
19290 \begin_inset space ~
19291 \end_inset
19292
19293
19294 \begin_inset CommandInset ref
19295 LatexCommand pageref
19296 reference "fig:歪められた二つの像"
19297
19298 \end_inset
19299
19300
19301 \end_layout
19302
19303 \begin_layout Description
19304 on
19305 \begin_inset space ~
19306 \end_inset
19307
19308 page
19309 \begin_inset space ~
19310 \end_inset
19311
19312 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
19313 \begin_inset CommandInset ref
19314 LatexCommand vpageref
19315 reference "fig:歪められた二つの像"
19316
19317 \end_inset
19318
19319
19320 \end_layout
19321
19322 \begin_layout Description
19323 <参照>
19324 \begin_inset space ~
19325 \end_inset
19326
19327 on
19328 \begin_inset space ~
19329 \end_inset
19330
19331 page
19332 \begin_inset space ~
19333 \end_inset
19334
19335 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
19336 \begin_inset CommandInset ref
19337 LatexCommand vref
19338 reference "fig:歪められた二つの像"
19339
19340 \end_inset
19341
19342
19343 \end_layout
19344
19345 \begin_layout Description
19346 整形された参照: これは自製の相互参照書式で出力します。
19347 \begin_inset Newline newline
19348 \end_inset
19349
19350
19351 \begin_inset Note Greyedout
19352 status open
19353
19354 \begin_layout Plain Layout
19355 【註】この機能は、LaTeXパッケージ
19356 \series bold
19357 prettyref
19358 \series default
19359 または
19360 \series bold
19361 refstyle
19362 \series default
19363 が導入されている場合のみ使用することができます。
19364 \begin_inset Index idx
19365 status collapsed
19366
19367 \begin_layout Plain Layout
19368 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
19369 \end_layout
19370
19371 \end_inset
19372
19373
19374 \begin_inset Index idx
19375 status collapsed
19376
19377 \begin_layout Plain Layout
19378 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
19379 \end_layout
19380
19381 \end_inset
19382
19383
19384 \end_layout
19385
19386 \end_inset
19387
19388
19389 \begin_inset Newline newline
19390 \end_inset
19391
19392 メニュー
19393 \family sans
19394 文書\SpecialChar \menuseparator
19395 設定\SpecialChar \menuseparator
19396 文書クラス
19397 \family default
19398 でオプション
19399 \family sans
19400 相互参照に(prettyrefではなく)refstyleを使用
19401 \family default
19402 を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
19403 \series bold
19404
19405 \backslash
19406 newrefformat
19407 \series default
19408 コマンド(prettyrefの場合)あるいは
19409 \series bold
19410
19411 \backslash
19412 newref
19413 \series default
19414 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
19415 \family sans
19416 fig
19417 \family default
19418 」を持ちます)をすべて定義し直すには、
19419 \begin_inset Newline newline
19420 \end_inset
19421
19422
19423 \series bold
19424
19425 \backslash
19426 newref{fig}{refcmd={Image on page 
19427 \backslash
19428 pageref{#1}}}
19429 \begin_inset Newline newline
19430 \end_inset
19431
19432
19433 \series default
19434 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
19435 \begin_inset CommandInset citation
19436 LatexCommand cite
19437 key "prettyref,refstyle"
19438
19439 \end_inset
19440
19441 をご覧ください。
19442 \end_layout
19443
19444 \begin_layout Description
19445 名称参照: これは、右のように参照のキャプションを出力します。 
19446 \begin_inset CommandInset ref
19447 LatexCommand nameref
19448 reference "fig:歪められた二つの像"
19449
19450 \end_inset
19451
19452
19453 \end_layout
19454
19455 \begin_layout Standard
19456
19457 \family sans
19458 <参照ページ>
19459 \family default
19460 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
19461 \family sans
19462 on this page
19463 \family default
19464 」のような文章が表示されます。様式
19465 \family sans
19466 <参照> on page <参照ページ>
19467 \family default
19468 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
19469 \end_layout
19470
19471 \begin_layout Standard
19472 出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
19473 \family sans
19474 書式
19475 \family default
19476 フィールドで選ぶことができます。
19477 \end_layout
19478
19479 \begin_layout Standard
19480 \begin_inset Note Greyedout
19481 status open
19482
19483 \begin_layout Plain Layout
19484
19485 \series bold
19486 Note:
19487 \series default
19488  It is recommended to use the LaTeX-package 
19489 \series bold
19490 refstyle
19491 \series default
19492
19493 \begin_inset Index idx
19494 status collapsed
19495
19496 \begin_layout Plain Layout
19497 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
19498 \end_layout
19499
19500 \end_inset
19501
19502  because 
19503 \series bold
19504 prettyref
19505 \series default
19506
19507 \begin_inset Index idx
19508 status collapsed
19509
19510 \begin_layout Plain Layout
19511 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
19512 \end_layout
19513
19514 \end_inset
19515
19516  does not know all of LyX's possible label shortcuts
19517 \begin_inset Foot
19518 status collapsed
19519
19520 \begin_layout Plain Layout
19521 \begin_inset Quotes eld
19522 \end_inset
19523
19524 fig:
19525 \begin_inset Quotes erd
19526 \end_inset
19527
19528  is for example LyX's shortcut for labels in figure captions.
19529 \end_layout
19530
19531 \end_inset
19532
19533  and is not internationalized.
19534 \end_layout
19535
19536 \end_inset
19537
19538
19539 \end_layout
19540
19541 \begin_layout Subsection
19542 参照名の自動命名
19543 \begin_inset Index idx
19544 status collapsed
19545
19546 \begin_layout Plain Layout
19547 さんしょう@参照 ! じどうめいめい@自動命名
19548 \end_layout
19549
19550 \end_inset
19551
19552
19553 \end_layout
19554
19555 \begin_layout Standard
19556
19557 \family sans
19558 文書設定
19559 \family default
19560 ダイアログの
19561 \family sans
19562 PDF特性
19563 \family default
19564 で有効にされた
19565 \series bold
19566 hyperref
19567 \series default
19568
19569 \begin_inset Index idx
19570 status collapsed
19571
19572 \begin_layout Plain Layout
19573 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19574 \end_layout
19575
19576 \end_inset
19577
19578  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
19579 \emph on
19580
19581 \emph default
19582 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
19583 の機能を使用するには、hyperrefを有効にして、
19584 \end_layout
19585
19586 \begin_layout Standard
19587
19588 \series bold
19589
19590 \backslash
19591 AtBeginDocument{
19592 \backslash
19593 renewcommand{
19594 \backslash
19595 ref}[1]{
19596 \backslash
19597 mbox{
19598 \backslash
19599 autoref{#1}}}}
19600 \end_layout
19601
19602 \begin_layout Standard
19603 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
19604 \begin_inset space \thinspace{}
19605 \end_inset
19606
19607 」としたいなど、既定の参照名以外のものが欲しい場合には、
19608 \end_layout
19609
19610 \begin_layout Standard
19611
19612 \series bold
19613
19614 \backslash
19615 addto
19616 \backslash
19617 extrasenglish{
19618 \backslash
19619 renewcommand{
19620 \backslash
19621 sectionautorefname}
19622 \begin_inset Newline newline
19623 \end_inset
19624
19625
19626 \begin_inset Phantom HPhantom
19627 status open
19628
19629 \begin_layout Plain Layout
19630
19631 \series bold
19632 \begin_inset space ~
19633 \end_inset
19634
19635
19636 \end_layout
19637
19638 \end_inset
19639
19640 {sec.
19641 \backslash
19642 negthinspace}}
19643 \end_layout
19644
19645 \begin_layout Standard
19646 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
19647 \begin_inset Newline newline
19648 \end_inset
19649
19650
19651 \series bold
19652
19653 \backslash
19654 extrasenglishを
19655 \backslash
19656 extras***
19657 \series default
19658 に置き換えてください(***は使用中の言語名)。
19659 \end_layout
19660
19661 \begin_layout Standard
19662 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
19663 \end_layout
19664
19665 \begin_layout Standard
19666
19667 \series bold
19668
19669 \backslash
19670 newlength{
19671 \backslash
19672 abc}
19673 \begin_inset Newline newline
19674 \end_inset
19675
19676
19677 \backslash
19678 settowidth{
19679 \backslash
19680 abc}{
19681 \backslash
19682 space}
19683 \begin_inset Newline newline
19684 \end_inset
19685
19686
19687 \backslash
19688 addto
19689 \backslash
19690 extrasenglish{
19691 \backslash
19692 renewcommand{
19693 \backslash
19694 equationautorefname}
19695 \begin_inset Newline newline
19696 \end_inset
19697
19698
19699 \begin_inset Phantom HPhantom
19700 status open
19701
19702 \begin_layout Plain Layout
19703
19704 \series bold
19705 \begin_inset space ~
19706 \end_inset
19707
19708
19709 \end_layout
19710
19711 \end_inset
19712
19713 {
19714 \backslash
19715 hspace{-
19716 \backslash
19717 abc}}
19718 \end_layout
19719
19720 \begin_layout Standard
19721 この話題に関する詳細は、hyperrefの説明書
19722 \begin_inset CommandInset citation
19723 LatexCommand cite
19724 key "hyperref"
19725
19726 \end_inset
19727
19728 をお読みください。
19729 \end_layout
19730
19731 \begin_layout Standard
19732 \begin_inset Note Greyedout
19733 status open
19734
19735 \begin_layout Plain Layout
19736
19737 \series bold
19738 【註】
19739 \series default
19740 参照の自動命名は、相互参照を
19741 \family sans
19742 整形参照
19743 \family default
19744 様式(第
19745 \begin_inset CommandInset ref
19746 LatexCommand ref
19747 reference "sub:相互参照の書式"
19748
19749 \end_inset
19750
19751 節)で使用しているときには、使用することができません。
19752 \end_layout
19753
19754 \end_inset
19755
19756
19757 \end_layout
19758
19759 \begin_layout Standard
19760 取扱説明書
19761 \emph on
19762 数式篇
19763 \emph default
19764 は、参照の自動命名が使用されている一例です。
19765 \end_layout
19766
19767 \begin_layout Subsection
19768 参照位置
19769 \begin_inset CommandInset label
19770 LatexCommand label
19771 name "sub:参照位置"
19772
19773 \end_inset
19774
19775
19776 \begin_inset Index idx
19777 status collapsed
19778
19779 \begin_layout Plain Layout
19780 さんしょう@参照 ! さんしょういち@参照位置
19781 \end_layout
19782
19783 \end_inset
19784
19785
19786 \end_layout
19787
19788 \begin_layout Standard
19789
19790 \family sans
19791 文書設定
19792 \family default
19793 ダイアログの
19794 \family sans
19795 PDF特性
19796 \family default
19797 で、
19798 \series bold
19799 hyperref
19800 \series default
19801
19802 \begin_inset Index idx
19803 status collapsed
19804
19805 \begin_layout Plain Layout
19806 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19807 \end_layout
19808
19809 \end_inset
19810
19811 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
19812 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
19813 \series bold
19814 hyperref
19815 \series default
19816
19817 \begin_inset Index idx
19818 status collapsed
19819
19820 \begin_layout Plain Layout
19821 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19822 \end_layout
19823
19824 \end_inset
19825
19826 の一部である
19827 \series bold
19828 hyperref
19829 \series default
19830
19831 \begin_inset Index idx
19832 status collapsed
19833
19834 \begin_layout Plain Layout
19835 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19836 \end_layout
19837
19838 \end_inset
19839
19840 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
19841 \end_layout
19842
19843 \begin_layout Standard
19844
19845 \series bold
19846
19847 \backslash
19848 usepackage[figure]{hypcap}
19849 \end_layout
19850
19851 \begin_layout Standard
19852 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
19853 hypcapの説明書
19854 \begin_inset CommandInset citation
19855 LatexCommand cite
19856 key "hypcap"
19857
19858 \end_inset
19859
19860 をご覧ください。
19861 \end_layout
19862
19863 \begin_layout Standard
19864 \begin_inset Note Greyedout
19865 status open
19866
19867 \begin_layout Plain Layout
19868
19869 \series bold
19870 【註】hypcap
19871 \series default
19872 は内部図への参照には効力がありません。
19873 \end_layout
19874
19875 \end_inset
19876
19877
19878 \end_layout
19879
19880 \begin_layout Section
19881 フロートの配置
19882 \begin_inset CommandInset label
19883 LatexCommand label
19884 name "sec:フロートの配置"
19885
19886 \end_inset
19887
19888
19889 \begin_inset Index idx
19890 status collapsed
19891
19892 \begin_layout Plain Layout
19893 ふろーと@フロート ! はいち@配置
19894 \end_layout
19895
19896 \end_inset
19897
19898
19899 \end_layout
19900
19901 \begin_layout Standard
19902
19903 \family roman
19904 \series medium
19905 \shape up
19906 \size normal
19907 \emph off
19908 \bar no
19909 \noun off
19910 \color none
19911 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
19912 \begin_inset Newline newline
19913 \end_inset
19914
19915
19916 \family sans
19917 \series default
19918 \shape default
19919 \size default
19920 \emph default
19921 \bar default
19922 \noun default
19923 \color inherit
19924 段をまたぐ
19925 \family roman
19926 \series medium
19927 \shape up
19928 \size normal
19929 \emph off
19930 \bar no
19931 \noun off
19932 \color none
19933 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
19934 \begin_inset Newline newline
19935 \end_inset
19936
19937
19938 \family sans
19939 \series default
19940 \shape default
19941 \size default
19942 \emph default
19943 \bar default
19944 \noun default
19945 \color inherit
19946 横倒しに回転
19947 \family roman
19948 \series medium
19949 \shape up
19950 \size normal
19951 \emph off
19952 \bar no
19953 \noun off
19954 \color none
19955 オプションは、フロートを回転するのに用います。第
19956 \family default
19957 \series default
19958 \shape default
19959 \size default
19960 \emph default
19961 \bar default
19962 \noun default
19963 \color inherit
19964
19965 \begin_inset CommandInset ref
19966 LatexCommand ref
19967 reference "sec:回転フロート"
19968
19969 \end_inset
19970
19971
19972 \family roman
19973 \series medium
19974 \shape up
19975 \size normal
19976 \emph off
19977 \bar no
19978 \noun off
19979 \color none
19980 節をご参照ください。
19981 \end_layout
19982
19983 \begin_layout Standard
19984
19985 \family roman
19986 \series medium
19987 \shape up
19988 \size normal
19989 \emph off
19990 \bar no
19991 \noun off
19992 \color none
19993 フロートダイアログでは、
19994 \family sans
19995 \series default
19996 \shape default
19997 \size default
19998 \emph default
19999 \bar default
20000 \noun default
20001 \color inherit
20002 既定の配置を使う
20003 \family roman
20004 \series medium
20005 \shape up
20006 \size normal
20007 \emph off
20008 \bar no
20009 \noun off
20010 \color none
20011 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
20012 \end_layout
20013
20014 \begin_layout Description
20015 可能ならば現在位置に: 
20016 \family roman
20017 \series medium
20018 \shape up
20019 \size normal
20020 \emph off
20021 \bar no
20022 \noun off
20023 \color none
20024 フロートを挿入位置に配置することを試みます
20025 \end_layout
20026
20027 \begin_layout Description
20028 ページ上部: 
20029 \family roman
20030 \series medium
20031 \shape up
20032 \size normal
20033 \emph off
20034 \bar no
20035 \noun off
20036 \color none
20037 フロートを現在ページの上部に配置することを試みます
20038 \end_layout
20039
20040 \begin_layout Description
20041 ページ下部: 
20042 \family roman
20043 \series medium
20044 \shape up
20045 \size normal
20046 \emph off
20047 \bar no
20048 \noun off
20049 \color none
20050 フロートを現在ページの下部に配置することを試みます
20051 \end_layout
20052
20053 \begin_layout Description
20054 フロートを独立したページに: 
20055 \family roman
20056 \series medium
20057 \shape up
20058 \size normal
20059 \emph off
20060 \bar no
20061 \noun off
20062 \color none
20063 フロートを独立したページに配置することを試みます
20064 \end_layout
20065
20066 \begin_layout Standard
20067 LaTeXは、
20068 \emph on
20069 つねに
20070 \emph default
20071 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
20072 \family sans
20073 可能ならば現在位置に
20074 \family default
20075 を試み、次に
20076 \family sans
20077 ページの上部
20078 \family default
20079 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
20080 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
20081 \end_layout
20082
20083 \begin_layout Standard
20084 既定では、各オプションはそれぞれ以下の規則を持っています。
20085 \end_layout
20086
20087 \begin_layout Labeling
20088 \labelwidthstring 00.00.0000
20089
20090 \family sans
20091 ページ上部
20092 \family default
20093  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
20094 \series bold
20095
20096 \backslash
20097 topfraction
20098 \series default
20099 )。
20100 \end_layout
20101
20102 \begin_layout Labeling
20103 \labelwidthstring 00.00.0000
20104
20105 \family sans
20106 ページ下部
20107 \family default
20108  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
20109 \series bold
20110
20111 \backslash
20112 bottomfraction
20113 \series default
20114 )。
20115 \end_layout
20116
20117 \begin_layout Labeling
20118 \labelwidthstring 00.00.0000
20119
20120 \family sans
20121 フロートを独立したページ 
20122 \family default
20123 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
20124 \series bold
20125
20126 \backslash
20127 floatpagefraction
20128 \series default
20129 )。
20130 \end_layout
20131
20132 \begin_layout Standard
20133 これらの規則に従いたくないときは、
20134 \family sans
20135 LaTeXの規則を無視する
20136 \family default
20137 オプションを追加することによって、これらを無視することができます。
20138 \begin_inset Newline newline
20139 \end_inset
20140
20141 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
20142 、ページの5割に変えるには、文書プリアンブルに
20143 \end_layout
20144
20145 \begin_layout Standard
20146
20147 \series bold
20148
20149 \backslash
20150 renewcommand{
20151 \backslash
20152 bottomfraction}{0.5}
20153 \end_layout
20154
20155 \begin_layout Standard
20156 という行を加えてください。
20157 \end_layout
20158
20159 \begin_layout Standard
20160 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
20161 \family sans
20162 何としても現在位置に置く
20163 \family default
20164 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
20165 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
20166 からです。
20167 \end_layout
20168
20169 \begin_layout Standard
20170 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
20171 \end_layout
20172
20173 \begin_layout Standard
20174 \begin_inset VSpace bigskip
20175 \end_inset
20176
20177
20178 \end_layout
20179
20180 \begin_layout Standard
20181 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
20182 することがあります。この問題を避けるには、LaTeXコマンドの
20183 \backslash
20184 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
20185 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
20186 \end_layout
20187
20188 \begin_layout Standard
20189
20190 \series bold
20191
20192 \backslash
20193 let
20194 \backslash
20195 mySection
20196 \backslash
20197 section
20198 \begin_inset Newline newline
20199 \end_inset
20200
20201
20202 \backslash
20203 renewcommand{
20204 \backslash
20205 section}{
20206 \backslash
20207 suppressfloats[t]
20208 \backslash
20209 mySection}
20210 \end_layout
20211
20212 \begin_layout Standard
20213 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
20214 することがあるので、これらに対する定義はお勧めしません。
20215 \end_layout
20216
20217 \begin_layout Standard
20218 \begin_inset VSpace bigskip
20219 \end_inset
20220
20221 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
20222 \series bold
20223 endfloat
20224 \series default
20225
20226 \begin_inset Index idx
20227 status collapsed
20228
20229 \begin_layout Plain Layout
20230 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
20231 \end_layout
20232
20233 \end_inset
20234
20235 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
20236 \begin_inset Quotes eld
20237 \end_inset
20238
20239
20240 \family sans
20241 [Figure
20242 \begin_inset space ~
20243 \end_inset
20244
20245 3.2 about here.]
20246 \family default
20247
20248 \begin_inset Quotes erd
20249 \end_inset
20250
20251 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
20252 \end_layout
20253
20254 \begin_layout Standard
20255
20256 \series bold
20257
20258 \backslash
20259 usepackage[options]{endfloat}
20260 \end_layout
20261
20262 \begin_layout Standard
20263 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
20264 \series bold
20265 endfloat
20266 \series default
20267 取扱説明書
20268 \begin_inset CommandInset citation
20269 LatexCommand cite
20270 key "endfloat"
20271
20272 \end_inset
20273
20274 をご参照ください。
20275 \begin_inset Newline newline
20276 \end_inset
20277
20278
20279 \begin_inset Note Greyedout
20280 status open
20281
20282 \begin_layout Plain Layout
20283
20284 \series bold
20285 【註】endfloat
20286 \series default
20287 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
20288 \begin_inset CommandInset citation
20289 LatexCommand cite
20290 key "endfloat"
20291
20292 \end_inset
20293
20294 の第4節をご参照ください。
20295 \end_layout
20296
20297 \end_inset
20298
20299
20300 \begin_inset Newline newline
20301 \end_inset
20302
20303
20304 \begin_inset Note Greyedout
20305 status open
20306
20307 \begin_layout Plain Layout
20308
20309 \series bold
20310 【註】
20311 \series default
20312 現在のところ、
20313 \series bold
20314 endfloat
20315 \series default
20316 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
20317 \series bold
20318
20319 \backslash
20320 ss
20321 \series default
20322 」コマンドを使用してください。
20323 \end_layout
20324
20325 \end_inset
20326
20327
20328 \end_layout
20329
20330 \begin_layout Standard
20331 \begin_inset VSpace bigskip
20332 \end_inset
20333
20334 フロートの割付に関する詳細は、LaTeX関連書
20335 \begin_inset CommandInset citation
20336 LatexCommand cite
20337 key "latexcompanion,latexguide,latexbook"
20338
20339 \end_inset
20340
20341 をご覧ください。
20342 \end_layout
20343
20344 \begin_layout Section
20345 回転フロート
20346 \begin_inset CommandInset label
20347 LatexCommand label
20348 name "sec:回転フロート"
20349
20350 \end_inset
20351
20352
20353 \begin_inset Index idx
20354 status collapsed
20355
20356 \begin_layout Plain Layout
20357 ふろーと@フロート ! かいてん@回転
20358 \end_layout
20359
20360 \end_inset
20361
20362
20363 \end_layout
20364
20365 \begin_layout Standard
20366 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
20367 \family sans
20368 横倒しに回転
20369 \family default
20370 オプションを有効にします。
20371 \end_layout
20372
20373 \begin_layout Standard
20374 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
20375 \family sans
20376 段をまたぐ
20377 \family default
20378 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
20379 たって回転方向を強制したい場合には、文書クラスオプションに
20380 \series bold
20381 figuresleft
20382 \series default
20383 オプションあるいは
20384 \series bold
20385 figuresright
20386 \series default
20387 オプションを加えることができます。
20388 \end_layout
20389
20390 \begin_layout Standard
20391 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
20392 \begin_inset CommandInset ref
20393 LatexCommand ref
20394 reference "tab:回転した表"
20395
20396 \end_inset
20397
20398 が回転表フロートの例です。
20399 \end_layout
20400
20401 \begin_layout Standard
20402 \begin_inset Note Greyedout
20403 status open
20404
20405 \begin_layout Plain Layout
20406
20407 \series bold
20408 【註】
20409 \series default
20410 すべてのDVIビューアが回転フロートを表示できるわけではありません。
20411 \end_layout
20412
20413 \end_inset
20414
20415
20416 \end_layout
20417
20418 \begin_layout Standard
20419 \begin_inset Float table
20420 wide false
20421 sideways true
20422 status open
20423
20424 \begin_layout Plain Layout
20425 \begin_inset Caption
20426
20427 \begin_layout Plain Layout
20428 \begin_inset CommandInset label
20429 LatexCommand label
20430 name "tab:回転した表"
20431
20432 \end_inset
20433
20434 回転した表
20435 \end_layout
20436
20437 \end_inset
20438
20439
20440 \end_layout
20441
20442 \begin_layout Plain Layout
20443 \align center
20444 \begin_inset Tabular
20445 <lyxtabular version="3" rows="1" columns="5">
20446 <features tabularvalignment="middle">
20447 <column alignment="center" valignment="top" width="0">
20448 <column alignment="center" valignment="top" width="0">
20449 <column alignment="center" valignment="top" width="0">
20450 <column alignment="center" valignment="top" width="0">
20451 <column alignment="center" valignment="top" width="0">
20452 <row>
20453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20454 \begin_inset Text
20455
20456 \begin_layout Plain Layout
20457 試験
20458 \end_layout
20459
20460 \end_inset
20461 </cell>
20462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20463 \begin_inset Text
20464
20465 \begin_layout Plain Layout
20466
20467 \end_layout
20468
20469 \end_inset
20470 </cell>
20471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20472 \begin_inset Text
20473
20474 \begin_layout Plain Layout
20475
20476 \end_layout
20477
20478 \end_inset
20479 </cell>
20480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484
20485 \end_layout
20486
20487 \end_inset
20488 </cell>
20489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20490 \begin_inset Text
20491
20492 \begin_layout Plain Layout
20493
20494 \end_layout
20495
20496 \end_inset
20497 </cell>
20498 </row>
20499 </lyxtabular>
20500
20501 \end_inset
20502
20503
20504 \end_layout
20505
20506 \end_inset
20507
20508
20509 \end_layout
20510
20511 \begin_layout Section
20512 従属フロート
20513 \begin_inset Index idx
20514 status collapsed
20515
20516 \begin_layout Plain Layout
20517 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
20518 \end_layout
20519
20520 \end_inset
20521
20522
20523 \end_layout
20524
20525 \begin_layout Standard
20526 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
20527 \begin_inset CommandInset ref
20528 LatexCommand ref
20529 reference "tab:従属表を横に並べたもの"
20530
20531 \end_inset
20532
20533 と表
20534 \begin_inset CommandInset ref
20535 LatexCommand ref
20536 reference "tab:従属表を縦に並べたもの"
20537
20538 \end_inset
20539
20540 に示されているように段落と同様に指定することができます。
20541 \end_layout
20542
20543 \begin_layout Standard
20544 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
20545 \begin_inset CommandInset ref
20546 LatexCommand ref
20547 reference "tab:これは従属表a"
20548
20549 \end_inset
20550
20551 と表
20552 \begin_inset CommandInset ref
20553 LatexCommand ref
20554 reference "tab:これは従属表b"
20555
20556 \end_inset
20557
20558 は表
20559 \begin_inset CommandInset ref
20560 LatexCommand ref
20561 reference "tab:従属表を横に並べたもの"
20562
20563 \end_inset
20564
20565 の従属フロートです。
20566 \begin_inset Float table
20567 wide false
20568 sideways false
20569 status open
20570
20571 \begin_layout Plain Layout
20572 \begin_inset Caption
20573
20574 \begin_layout Plain Layout
20575 \begin_inset CommandInset label
20576 LatexCommand label
20577 name "tab:従属表を横に並べたもの"
20578
20579 \end_inset
20580
20581 従属表を横に並べたもの
20582 \end_layout
20583
20584 \end_inset
20585
20586
20587 \end_layout
20588
20589 \begin_layout Plain Layout
20590 \begin_inset space \hfill{}
20591 \end_inset
20592
20593
20594 \begin_inset Float table
20595 wide false
20596 sideways false
20597 status open
20598
20599 \begin_layout Plain Layout
20600 \begin_inset Caption
20601
20602 \begin_layout Plain Layout
20603 \begin_inset CommandInset label
20604 LatexCommand label
20605 name "tab:これは従属表a"
20606
20607 \end_inset
20608
20609 これは従属表aです。
20610 \end_layout
20611
20612 \end_inset
20613
20614
20615 \end_layout
20616
20617 \begin_layout Plain Layout
20618 \align center
20619 \begin_inset Tabular
20620 <lyxtabular version="3" rows="1" columns="5">
20621 <features tabularvalignment="middle">
20622 <column alignment="center" valignment="top" width="0">
20623 <column alignment="center" valignment="top" width="0">
20624 <column alignment="center" valignment="top" width="0">
20625 <column alignment="center" valignment="top" width="0">
20626 <column alignment="center" valignment="top" width="0">
20627 <row>
20628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20629 \begin_inset Text
20630
20631 \begin_layout Plain Layout
20632 試験
20633 \end_layout
20634
20635 \end_inset
20636 </cell>
20637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20638 \begin_inset Text
20639
20640 \begin_layout Plain Layout
20641
20642 \end_layout
20643
20644 \end_inset
20645 </cell>
20646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20647 \begin_inset Text
20648
20649 \begin_layout Plain Layout
20650
20651 \end_layout
20652
20653 \end_inset
20654 </cell>
20655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20656 \begin_inset Text
20657
20658 \begin_layout Plain Layout
20659
20660 \end_layout
20661
20662 \end_inset
20663 </cell>
20664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20665 \begin_inset Text
20666
20667 \begin_layout Plain Layout
20668
20669 \end_layout
20670
20671 \end_inset
20672 </cell>
20673 </row>
20674 </lyxtabular>
20675
20676 \end_inset
20677
20678
20679 \end_layout
20680
20681 \end_inset
20682
20683
20684 \begin_inset space \hfill{}
20685 \end_inset
20686
20687
20688 \begin_inset Float table
20689 wide false
20690 sideways false
20691 status open
20692
20693 \begin_layout Plain Layout
20694 \begin_inset Caption
20695
20696 \begin_layout Plain Layout
20697 \begin_inset CommandInset label
20698 LatexCommand label
20699 name "tab:これは従属表b"
20700
20701 \end_inset
20702
20703 これは従属表bです。
20704 \end_layout
20705
20706 \end_inset
20707
20708
20709 \end_layout
20710
20711 \begin_layout Plain Layout
20712 \align center
20713 \begin_inset Tabular
20714 <lyxtabular version="3" rows="1" columns="5">
20715 <features tabularvalignment="middle">
20716 <column alignment="center" valignment="top" width="0">
20717 <column alignment="center" valignment="top" width="0">
20718 <column alignment="center" valignment="top" width="0">
20719 <column alignment="center" valignment="top" width="0">
20720 <column alignment="center" valignment="top" width="0">
20721 <row>
20722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726
20727 \end_layout
20728
20729 \end_inset
20730 </cell>
20731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20732 \begin_inset Text
20733
20734 \begin_layout Plain Layout
20735
20736 \end_layout
20737
20738 \end_inset
20739 </cell>
20740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20741 \begin_inset Text
20742
20743 \begin_layout Plain Layout
20744
20745 \end_layout
20746
20747 \end_inset
20748 </cell>
20749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20750 \begin_inset Text
20751
20752 \begin_layout Plain Layout
20753
20754 \end_layout
20755
20756 \end_inset
20757 </cell>
20758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762 試験
20763 \end_layout
20764
20765 \end_inset
20766 </cell>
20767 </row>
20768 </lyxtabular>
20769
20770 \end_inset
20771
20772
20773 \end_layout
20774
20775 \end_inset
20776
20777
20778 \begin_inset space \hfill{}
20779 \end_inset
20780
20781
20782 \end_layout
20783
20784 \end_inset
20785
20786
20787 \begin_inset Float table
20788 wide false
20789 sideways false
20790 status open
20791
20792 \begin_layout Plain Layout
20793 \begin_inset Caption
20794
20795 \begin_layout Plain Layout
20796 \begin_inset CommandInset label
20797 LatexCommand label
20798 name "tab:従属表を縦に並べたもの"
20799
20800 \end_inset
20801
20802 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
20803 \end_layout
20804
20805 \end_inset
20806
20807
20808 \end_layout
20809
20810 \begin_layout Plain Layout
20811 \begin_inset Float table
20812 wide false
20813 sideways false
20814 status open
20815
20816 \begin_layout Plain Layout
20817 \begin_inset Caption
20818
20819 \begin_layout Plain Layout
20820
20821 \end_layout
20822
20823 \end_inset
20824
20825
20826 \end_layout
20827
20828 \begin_layout Plain Layout
20829 \align center
20830 \begin_inset Tabular
20831 <lyxtabular version="3" rows="1" columns="4">
20832 <features tabularvalignment="middle">
20833 <column alignment="center" valignment="top" width="0">
20834 <column alignment="center" valignment="top" width="0">
20835 <column alignment="center" valignment="top" width="0">
20836 <column alignment="center" valignment="top" width="0">
20837 <row>
20838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20839 \begin_inset Text
20840
20841 \begin_layout Plain Layout
20842 試験
20843 \end_layout
20844
20845 \end_inset
20846 </cell>
20847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20848 \begin_inset Text
20849
20850 \begin_layout Plain Layout
20851 試験
20852 \end_layout
20853
20854 \end_inset
20855 </cell>
20856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20857 \begin_inset Text
20858
20859 \begin_layout Plain Layout
20860 試験
20861 \end_layout
20862
20863 \end_inset
20864 </cell>
20865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20866 \begin_inset Text
20867
20868 \begin_layout Plain Layout
20869 試験
20870 \end_layout
20871
20872 \end_inset
20873 </cell>
20874 </row>
20875 </lyxtabular>
20876
20877 \end_inset
20878
20879
20880 \end_layout
20881
20882 \end_inset
20883
20884
20885 \end_layout
20886
20887 \begin_layout Plain Layout
20888 \begin_inset Float table
20889 wide false
20890 sideways false
20891 status open
20892
20893 \begin_layout Plain Layout
20894 \begin_inset Caption
20895
20896 \begin_layout Plain Layout
20897
20898 \end_layout
20899
20900 \end_inset
20901
20902
20903 \end_layout
20904
20905 \begin_layout Plain Layout
20906 \align center
20907 \begin_inset Tabular
20908 <lyxtabular version="3" rows="1" columns="5">
20909 <features tabularvalignment="middle">
20910 <column alignment="center" valignment="top" width="0">
20911 <column alignment="center" valignment="top" width="0">
20912 <column alignment="center" valignment="top" width="0">
20913 <column alignment="center" valignment="top" width="0">
20914 <column alignment="center" valignment="top" width="0">
20915 <row>
20916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20917 \begin_inset Text
20918
20919 \begin_layout Plain Layout
20920
20921 \end_layout
20922
20923 \end_inset
20924 </cell>
20925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20926 \begin_inset Text
20927
20928 \begin_layout Plain Layout
20929
20930 \end_layout
20931
20932 \end_inset
20933 </cell>
20934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20935 \begin_inset Text
20936
20937 \begin_layout Plain Layout
20938
20939 \end_layout
20940
20941 \end_inset
20942 </cell>
20943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20944 \begin_inset Text
20945
20946 \begin_layout Plain Layout
20947
20948 \end_layout
20949
20950 \end_inset
20951 </cell>
20952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20953 \begin_inset Text
20954
20955 \begin_layout Plain Layout
20956
20957 \end_layout
20958
20959 \end_inset
20960 </cell>
20961 </row>
20962 </lyxtabular>
20963
20964 \end_inset
20965
20966
20967 \end_layout
20968
20969 \end_inset
20970
20971
20972 \end_layout
20973
20974 \end_inset
20975
20976
20977 \end_layout
20978
20979 \begin_layout Section
20980 横並びのフロート
20981 \begin_inset Index idx
20982 status collapsed
20983
20984 \begin_layout Plain Layout
20985 ふろーと@フロート ! よこならび@横並び
20986 \end_layout
20987
20988 \end_inset
20989
20990
20991 \end_layout
20992
20993 \begin_layout Standard
20994
20995 \begin_inset CommandInset ref
20996 LatexCommand ref
20997 reference "fig:左側のフロート"
20998
20999 \end_inset
21000
21001 や図
21002 \begin_inset CommandInset ref
21003 LatexCommand ref
21004 reference "fig:右側のフロート"
21005
21006 \end_inset
21007
21008 のようにフロートを横並びに配置するには、
21009 \emph on
21010 ひとつの
21011 \emph default
21012 フロートのみを使用し、その中に二つのminipageボックスを挿入します
21013 \begin_inset Foot
21014 status collapsed
21015
21016 \begin_layout Plain Layout
21017 Minipageは第
21018 \begin_inset CommandInset ref
21019 LatexCommand ref
21020 reference "sec:ミニページ"
21021
21022 \end_inset
21023
21024 節に説明があります。
21025 \end_layout
21026
21027 \end_inset
21028
21029 。幅は45
21030 \begin_inset space \thinspace{}
21031 \end_inset
21032
21033 -50
21034 \begin_inset space \thinspace{}
21035 \end_inset
21036
21037 列幅%とし、各minipageのボックス配置を
21038 \family sans
21039
21040 \family default
21041 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
21042 \family sans
21043 列幅%
21044 \family default
21045 がここではminipageボックスの幅によって計算されることです。
21046 \end_layout
21047
21048 \begin_layout Standard
21049 \begin_inset Float figure
21050 wide false
21051 sideways false
21052 status open
21053
21054 \begin_layout Plain Layout
21055 \begin_inset Box Frameless
21056 position "b"
21057 hor_pos "c"
21058 has_inner_box 1
21059 inner_pos "t"
21060 use_parbox 0
21061 use_makebox 0
21062 width "45col%"
21063 special "none"
21064 height "1in"
21065 height_special "totalheight"
21066 status open
21067
21068 \begin_layout Plain Layout
21069 \align center
21070 \begin_inset Graphics
21071         filename ../clipart/mobius.eps
21072         lyxscale 50
21073         width 100col%
21074         scaleBeforeRotation
21075
21076 \end_inset
21077
21078
21079 \end_layout
21080
21081 \begin_layout Plain Layout
21082 \begin_inset Caption
21083
21084 \begin_layout Plain Layout
21085 \begin_inset CommandInset label
21086 LatexCommand label
21087 name "fig:左側のフロート"
21088
21089 \end_inset
21090
21091 左側のフロート
21092 \end_layout
21093
21094 \end_inset
21095
21096
21097 \end_layout
21098
21099 \end_inset
21100
21101
21102 \begin_inset space \hfill{}
21103 \end_inset
21104
21105
21106 \begin_inset Box Frameless
21107 position "b"
21108 hor_pos "c"
21109 has_inner_box 1
21110 inner_pos "t"
21111 use_parbox 0
21112 use_makebox 0
21113 width "45col%"
21114 special "none"
21115 height "1in"
21116 height_special "totalheight"
21117 status open
21118
21119 \begin_layout Plain Layout
21120 \align center
21121 \begin_inset Graphics
21122         filename ../clipart/platypus.eps
21123         lyxscale 50
21124         width 100col%
21125         scaleBeforeRotation
21126
21127 \end_inset
21128
21129
21130 \end_layout
21131
21132 \begin_layout Plain Layout
21133 \begin_inset Caption
21134
21135 \begin_layout Plain Layout
21136 \begin_inset CommandInset label
21137 LatexCommand label
21138 name "fig:右側のフロート"
21139
21140 \end_inset
21141
21142 右側のフロート
21143 \end_layout
21144
21145 \end_inset
21146
21147
21148 \end_layout
21149
21150 \end_inset
21151
21152
21153 \end_layout
21154
21155 \begin_layout Plain Layout
21156
21157 \end_layout
21158
21159 \end_inset
21160
21161
21162 \end_layout
21163
21164 \begin_layout Section
21165 キャプションの書式設定
21166 \begin_inset Index idx
21167 status collapsed
21168
21169 \begin_layout Plain Layout
21170 きゃぷしょん@キャプション ! しょしきせってい@書式設定
21171 \end_layout
21172
21173 \end_inset
21174
21175
21176 \begin_inset Index idx
21177 status collapsed
21178
21179 \begin_layout Plain Layout
21180 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
21181 \end_layout
21182
21183 \end_inset
21184
21185
21186 \begin_inset CommandInset label
21187 LatexCommand label
21188 name "sec:キャプションの書式設定"
21189
21190 \end_inset
21191
21192
21193 \end_layout
21194
21195 \begin_layout Standard
21196
21197 \family sans
21198 キャプション
21199 \family default
21200 環境は、
21201 \family sans
21202 フロート
21203 \family default
21204 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
21205 \family sans
21206 図 #:
21207 \family default
21208 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
21209 \family sans
21210 #
21211 \family default
21212 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
21213 。このキャプション書式は、すべての文書書式に適しているわけではありません。
21214 \end_layout
21215
21216 \begin_layout Standard
21217 既定のキャプション書式を変更するには、文書プリアンブルに
21218 \end_layout
21219
21220 \begin_layout Standard
21221
21222 \series bold
21223
21224 \backslash
21225 usepackage[format definition]{caption}
21226 \end_layout
21227
21228 \begin_layout Standard
21229 という行を加えて、LaTeXパッケージ
21230 \series bold
21231 caption
21232 \series default
21233
21234 \begin_inset Index idx
21235 status collapsed
21236
21237 \begin_layout Plain Layout
21238 LaTeXぱっけーじ@LaTeXパッケージ ! caption
21239 \end_layout
21240
21241 \end_inset
21242
21243 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
21244 \end_layout
21245
21246 \begin_layout Standard
21247
21248 \series bold
21249
21250 \backslash
21251 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21252 \end_layout
21253
21254 \begin_layout Standard
21255 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
21256 \series bold
21257 caption
21258 \series default
21259 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
21260 \end_layout
21261
21262 \begin_layout Standard
21263
21264 \series bold
21265
21266 \backslash
21267 captionsetup[フロート型]{書式定義}
21268 \end_layout
21269
21270 \begin_layout Standard
21271 というコマンドを使用して、個別の書式を指定してください。たとえば、図
21272 \begin_inset CommandInset ref
21273 LatexCommand ref
21274 reference "fig:図キャプション"
21275
21276 \end_inset
21277
21278 と表
21279 \begin_inset CommandInset ref
21280 LatexCommand ref
21281 reference "tab:表キャプション"
21282
21283 \end_inset
21284
21285 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
21286 \end_layout
21287
21288 \begin_layout Standard
21289
21290 \series bold
21291
21292 \backslash
21293 usepackage[tableposition=top]{caption}
21294 \series default
21295
21296 \begin_inset Newline newline
21297 \end_inset
21298
21299
21300 \series bold
21301
21302 \backslash
21303 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21304 \begin_inset Newline newline
21305 \end_inset
21306
21307
21308 \begin_inset Phantom HPhantom
21309 status open
21310
21311 \begin_layout Plain Layout
21312
21313 \backslash
21314 captionsetup[figure]{
21315 \end_layout
21316
21317 \end_inset
21318
21319 labelsep=period}
21320 \begin_inset Newline newline
21321 \end_inset
21322
21323
21324 \backslash
21325 captionsetup[table]{labelfont={bf,sf}}
21326 \end_layout
21327
21328 \begin_layout Standard
21329 \begin_inset Note Greyedout
21330 status open
21331
21332 \begin_layout Plain Layout
21333
21334 \series bold
21335 【註】
21336 \series default
21337 オプションのうち、
21338 \series bold
21339 tableposition=top
21340 \series default
21341 は、文書クラスに
21342 \series bold
21343 KOMA-script
21344 \series default
21345
21346 \begin_inset Index idx
21347 status collapsed
21348
21349 \begin_layout Plain Layout
21350 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21351 \end_layout
21352
21353 \end_inset
21354
21355 が使われているときには、無効になります。この場合には、文書クラスオプション
21356 \series bold
21357 captions=tableheading
21358 \series default
21359 を指定しなくてはなりません。
21360 \end_layout
21361
21362 \end_inset
21363
21364
21365 \end_layout
21366
21367 \begin_layout Standard
21368
21369 \series bold
21370 caption
21371 \series default
21372 パッケージについての詳細は、その取扱説明書
21373 \begin_inset CommandInset citation
21374 LatexCommand cite
21375 key "caption"
21376
21377 \end_inset
21378
21379 をご覧ください。
21380 \end_layout
21381
21382 \begin_layout Standard
21383 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
21384 \end_layout
21385
21386 \begin_layout Standard
21387
21388 \series bold
21389
21390 \backslash
21391 renewcommand{
21392 \backslash
21393 fnum@figure}{画像~
21394 \backslash
21395 thefigure}
21396 \end_layout
21397
21398 \begin_layout Standard
21399 なお、
21400 \series bold
21401
21402 \backslash
21403 thefigure
21404 \series default
21405 は表番号を挿入し、「
21406 \series bold
21407 ~
21408 \series default
21409 」は保護された空白を入れます。
21410 \end_layout
21411
21412 \begin_layout Standard
21413 \begin_inset VSpace bigskip
21414 \end_inset
21415
21416
21417 \series bold
21418 KOMA-script
21419 \series default
21420
21421 \begin_inset Index idx
21422 status collapsed
21423
21424 \begin_layout Plain Layout
21425 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21426 \end_layout
21427
21428 \end_inset
21429
21430 文書クラス(
21431 \family sans
21432 article (KOMA-script)
21433 \family default
21434
21435 \family sans
21436 book (KOMA-script)
21437 \family default
21438
21439 \family sans
21440 letter (KOMA-script)
21441 \family default
21442
21443 \family sans
21444 report (KOMA-script)
21445 \family default
21446 )を使用している場合には、
21447 \series bold
21448 caption
21449 \series default
21450 パッケージの代わりに
21451 \series bold
21452 KOMA-script
21453 \series default
21454 のビルトインコマンド
21455 \series bold
21456 etkomafont
21457 \series default
21458 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
21459 \end_layout
21460
21461 \begin_layout Standard
21462
21463 \series bold
21464
21465 \backslash
21466 setkomafont{captionlabel}{
21467 \backslash
21468 bfseries}
21469 \end_layout
21470
21471 \begin_layout Standard
21472
21473 \series bold
21474
21475 \backslash
21476 setkomafont
21477 \series default
21478 についての詳細は、
21479 \series bold
21480 KOMA-script
21481 \series default
21482 の取扱説明書
21483 \begin_inset CommandInset citation
21484 LatexCommand cite
21485 key "koma-script"
21486
21487 \end_inset
21488
21489 をご覧ください。
21490 \end_layout
21491
21492 \begin_layout Standard
21493 \begin_inset ERT
21494 status collapsed
21495
21496 \begin_layout Plain Layout
21497
21498
21499 \backslash
21500 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21501 }
21502 \end_layout
21503
21504 \end_inset
21505
21506
21507 \begin_inset Note Note
21508 status open
21509
21510 \begin_layout Plain Layout
21511 キャプション書式は、この例のみ変更してあります。
21512 \end_layout
21513
21514 \end_inset
21515
21516
21517 \end_layout
21518
21519 \begin_layout Standard
21520 \begin_inset Float figure
21521 placement !p
21522 wide false
21523 sideways false
21524 status open
21525
21526 \begin_layout Plain Layout
21527 \align center
21528 \begin_inset Graphics
21529         filename ../clipart/mobius.eps
21530         lyxscale 50
21531         scale 50
21532         scaleBeforeRotation
21533
21534 \end_inset
21535
21536
21537 \end_layout
21538
21539 \begin_layout Plain Layout
21540 \begin_inset Caption
21541
21542 \begin_layout Plain Layout
21543 \begin_inset CommandInset label
21544 LatexCommand label
21545 name "fig:図キャプション"
21546
21547 \end_inset
21548
21549 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
21550 \end_layout
21551
21552 \end_inset
21553
21554
21555 \end_layout
21556
21557 \end_inset
21558
21559
21560 \end_layout
21561
21562 \begin_layout Standard
21563 \begin_inset ERT
21564 status collapsed
21565
21566 \begin_layout Plain Layout
21567
21568
21569 \backslash
21570 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21571 on}
21572 \end_layout
21573
21574 \end_inset
21575
21576
21577 \end_layout
21578
21579 \begin_layout Standard
21580 \begin_inset Float table
21581 placement !p
21582 wide false
21583 sideways false
21584 status open
21585
21586 \begin_layout Plain Layout
21587 \begin_inset Caption
21588
21589 \begin_layout Plain Layout
21590 \begin_inset CommandInset label
21591 LatexCommand label
21592 name "tab:表キャプション"
21593
21594 \end_inset
21595
21596 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
21597 \end_layout
21598
21599 \end_inset
21600
21601
21602 \end_layout
21603
21604 \begin_layout Plain Layout
21605 \align center
21606 \begin_inset Tabular
21607 <lyxtabular version="3" rows="1" columns="5">
21608 <features tabularvalignment="middle">
21609 <column alignment="center" valignment="top" width="0">
21610 <column alignment="center" valignment="top" width="0">
21611 <column alignment="center" valignment="top" width="0">
21612 <column alignment="center" valignment="top" width="0">
21613 <column alignment="center" valignment="top" width="0">
21614 <row>
21615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619
21620 \end_layout
21621
21622 \end_inset
21623 </cell>
21624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21625 \begin_inset Text
21626
21627 \begin_layout Plain Layout
21628
21629 \end_layout
21630
21631 \end_inset
21632 </cell>
21633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21634 \begin_inset Text
21635
21636 \begin_layout Plain Layout
21637
21638 \end_layout
21639
21640 \end_inset
21641 </cell>
21642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21643 \begin_inset Text
21644
21645 \begin_layout Plain Layout
21646
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21652 \begin_inset Text
21653
21654 \begin_layout Plain Layout
21655
21656 \end_layout
21657
21658 \end_inset
21659 </cell>
21660 </row>
21661 </lyxtabular>
21662
21663 \end_inset
21664
21665
21666 \end_layout
21667
21668 \end_inset
21669
21670
21671 \end_layout
21672
21673 \begin_layout Section
21674 キャプションの配置
21675 \begin_inset Index idx
21676 status collapsed
21677
21678 \begin_layout Plain Layout
21679 きゃぷしょん@キャプション ! はいち@配置
21680 \end_layout
21681
21682 \end_inset
21683
21684
21685 \begin_inset Index idx
21686 status collapsed
21687
21688 \begin_layout Plain Layout
21689 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
21690 \end_layout
21691
21692 \end_inset
21693
21694
21695 \begin_inset CommandInset label
21696 LatexCommand label
21697 name "sec:キャプションの配置"
21698
21699 \end_inset
21700
21701
21702 \end_layout
21703
21704 \begin_layout Standard
21705 通常、キャプションの配置原則は、
21706 \end_layout
21707
21708 \begin_layout Description
21709 図の場合: キャプションを図の下に置く
21710 \end_layout
21711
21712 \begin_layout Description
21713 表の場合: キャプションを表の上に置く
21714 \end_layout
21715
21716 \begin_layout Standard
21717 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
21718 \family sans
21719 article
21720 \family default
21721
21722 \family sans
21723 book
21724 \family default
21725
21726 \family sans
21727 letter
21728 \family default
21729
21730 \family sans
21731 report
21732 \family default
21733 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
21734 eXパッケージ
21735 \series bold
21736 caption
21737 \series default
21738 を読み込むコマンドに
21739 \end_layout
21740
21741 \begin_layout Standard
21742
21743 \series bold
21744 tableposition=top
21745 \end_layout
21746
21747 \begin_layout Standard
21748 というオプションを追加してください
21749 \begin_inset Foot
21750 status collapsed
21751
21752 \begin_layout Plain Layout
21753
21754 \series bold
21755 caption
21756 \series default
21757 パッケージについての詳細な情報は、第
21758 \begin_inset CommandInset ref
21759 LatexCommand ref
21760 reference "sec:キャプションの書式設定"
21761
21762 \end_inset
21763
21764 節をご覧ください。
21765 \end_layout
21766
21767 \end_inset
21768
21769
21770 \series bold
21771 KOMA-script
21772 \series default
21773
21774 \begin_inset Index idx
21775 status collapsed
21776
21777 \begin_layout Plain Layout
21778 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21779 \end_layout
21780
21781 \end_inset
21782
21783 文書クラス(
21784 \family sans
21785 article (KOMA-script)
21786 \family default
21787
21788 \family sans
21789 book (KOMA-script)
21790 \family default
21791
21792 \family sans
21793 letter (KOMA-script)
21794 \family default
21795
21796 \family sans
21797 report (KOMA-script)
21798 \family default
21799
21800 \begin_inset space \thinspace{}
21801 \end_inset
21802
21803 )をお使いの場合には、
21804 \series bold
21805 caption
21806 \series default
21807 パッケージにオプションを与える代わりに、文書クラスオプション
21808 \series bold
21809 captions=tableheading
21810 \series default
21811 を設定することもできます。
21812 \end_layout
21813
21814 \begin_layout Standard
21815 \begin_inset VSpace bigskip
21816 \end_inset
21817
21818 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
21819 \end_layout
21820
21821 \begin_layout Standard
21822
21823 \series bold
21824
21825 \backslash
21826 usepackage[option]{sidecap}
21827 \end_layout
21828
21829 \begin_layout Standard
21830 という行を入れて、LaTeXパッケージ
21831 \series bold
21832 sidecap
21833 \series default
21834
21835 \begin_inset Index idx
21836 status collapsed
21837
21838 \begin_layout Plain Layout
21839 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
21840 \end_layout
21841
21842 \end_inset
21843
21844 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
21845 \series bold
21846 innercaption
21847 \series default
21848 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
21849 \series bold
21850 rightcaption
21851 \series default
21852 ないし
21853 \series bold
21854 leftcaption
21855 \series default
21856 オプションを用います。
21857 \end_layout
21858
21859 \begin_layout Standard
21860 \begin_inset ERT
21861 status collapsed
21862
21863 \begin_layout Plain Layout
21864
21865
21866 \backslash
21867 ifsidecap
21868 \end_layout
21869
21870 \end_inset
21871
21872
21873 \begin_inset Note Note
21874 status open
21875
21876 \begin_layout Plain Layout
21877 以下の部分は、LaTeXパッケージ
21878 \series bold
21879 sidecap
21880 \series default
21881 が導入されているときのみ表示されます。
21882 \end_layout
21883
21884 \end_inset
21885
21886
21887 \end_layout
21888
21889 \begin_layout Standard
21890 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
21891 \end_layout
21892
21893 \begin_layout Standard
21894 \noindent
21895 \begin_inset CommandInset line
21896 LatexCommand rule
21897 offset "0.5ex"
21898 width "100line%"
21899 height "1pt"
21900
21901 \end_inset
21902
21903
21904 \end_layout
21905
21906 \begin_layout Standard
21907
21908 \series bold
21909
21910 \backslash
21911 newcommand{
21912 \backslash
21913 TabBesBeg}[1][1.0]{%
21914 \begin_inset Newline newline
21915 \end_inset
21916
21917
21918 \begin_inset Phantom HPhantom
21919 status open
21920
21921 \begin_layout Plain Layout
21922 \begin_inset space ~
21923 \end_inset
21924
21925
21926 \end_layout
21927
21928 \end_inset
21929
21930
21931 \backslash
21932 let
21933 \backslash
21934 MyTable
21935 \backslash
21936 table
21937 \begin_inset Newline newline
21938 \end_inset
21939
21940
21941 \begin_inset Phantom HPhantom
21942 status open
21943
21944 \begin_layout Plain Layout
21945
21946 \series medium
21947 \begin_inset space ~
21948 \end_inset
21949
21950
21951 \end_layout
21952
21953 \end_inset
21954
21955
21956 \backslash
21957 let
21958 \backslash
21959 MyEndtable
21960 \backslash
21961 endtable
21962 \begin_inset Newline newline
21963 \end_inset
21964
21965
21966 \begin_inset Phantom HPhantom
21967 status open
21968
21969 \begin_layout Plain Layout
21970
21971 \series medium
21972 \begin_inset space ~
21973 \end_inset
21974
21975
21976 \end_layout
21977
21978 \end_inset
21979
21980
21981 \backslash
21982 renewenvironment{table}[1]{
21983 \backslash
21984 begin{SCtable}[#1]##1}{
21985 \backslash
21986 end{SCtable}}}
21987 \end_layout
21988
21989 \begin_layout Standard
21990
21991 \series bold
21992
21993 \backslash
21994 newcommand{
21995 \backslash
21996 TabBesEnd}{%
21997 \begin_inset Newline newline
21998 \end_inset
21999
22000
22001 \begin_inset Phantom HPhantom
22002 status open
22003
22004 \begin_layout Plain Layout
22005 \begin_inset space ~
22006 \end_inset
22007
22008
22009 \end_layout
22010
22011 \end_inset
22012
22013
22014 \backslash
22015 let
22016 \backslash
22017 table
22018 \backslash
22019 MyTable
22020 \begin_inset Newline newline
22021 \end_inset
22022
22023
22024 \begin_inset Phantom HPhantom
22025 status open
22026
22027 \begin_layout Plain Layout
22028 \begin_inset space ~
22029 \end_inset
22030
22031
22032 \end_layout
22033
22034 \end_inset
22035
22036
22037 \backslash
22038 let
22039 \backslash
22040 endtable
22041 \backslash
22042 MyEndtable
22043 \end_layout
22044
22045 \begin_layout Standard
22046
22047 \series bold
22048
22049 \backslash
22050 newcommand{
22051 \backslash
22052 FigBesBeg}[1][1.0]{%
22053 \begin_inset Newline newline
22054 \end_inset
22055
22056
22057 \begin_inset Phantom HPhantom
22058 status open
22059
22060 \begin_layout Plain Layout
22061 \begin_inset space ~
22062 \end_inset
22063
22064
22065 \end_layout
22066
22067 \end_inset
22068
22069
22070 \backslash
22071 let
22072 \backslash
22073 MyFigure
22074 \backslash
22075 figure
22076 \begin_inset Newline newline
22077 \end_inset
22078
22079
22080 \begin_inset Phantom HPhantom
22081 status open
22082
22083 \begin_layout Plain Layout
22084 \begin_inset space ~
22085 \end_inset
22086
22087
22088 \end_layout
22089
22090 \end_inset
22091
22092
22093 \backslash
22094 let
22095 \backslash
22096 MyEndfigure
22097 \backslash
22098 endfigure
22099 \begin_inset Newline newline
22100 \end_inset
22101
22102
22103 \begin_inset Phantom HPhantom
22104 status open
22105
22106 \begin_layout Plain Layout
22107 \begin_inset space ~
22108 \end_inset
22109
22110
22111 \end_layout
22112
22113 \end_inset
22114
22115
22116 \backslash
22117 renewenvironment{figure}[1]{
22118 \backslash
22119 begin{SCfigure}[#1]##1}{
22120 \backslash
22121 end{SCfigure}}}
22122 \end_layout
22123
22124 \begin_layout Standard
22125
22126 \series bold
22127
22128 \backslash
22129 newcommand{
22130 \backslash
22131 FigBesEnd}{%
22132 \begin_inset Newline newline
22133 \end_inset
22134
22135
22136 \begin_inset Phantom HPhantom
22137 status open
22138
22139 \begin_layout Plain Layout
22140 \begin_inset space ~
22141 \end_inset
22142
22143
22144 \end_layout
22145
22146 \end_inset
22147
22148
22149 \backslash
22150 let
22151 \backslash
22152 figure
22153 \backslash
22154 MyFigure
22155 \begin_inset Newline newline
22156 \end_inset
22157
22158
22159 \begin_inset Phantom HPhantom
22160 status open
22161
22162 \begin_layout Plain Layout
22163 \begin_inset space ~
22164 \end_inset
22165
22166
22167 \end_layout
22168
22169 \end_inset
22170
22171
22172 \backslash
22173 let
22174 \backslash
22175 endfigure
22176 \backslash
22177 MyEndfigure}
22178 \end_layout
22179
22180 \begin_layout Standard
22181 \noindent
22182 \begin_inset CommandInset line
22183 LatexCommand rule
22184 offset "0.5ex"
22185 width "100line%"
22186 height "1pt"
22187
22188 \end_inset
22189
22190
22191 \end_layout
22192
22193 \begin_layout Standard
22194 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
22195 \end_layout
22196
22197 \begin_layout Standard
22198
22199 \series bold
22200
22201 \backslash
22202 FigBesBeg
22203 \end_layout
22204
22205 \begin_layout Standard
22206 というコマンドを、フロートの前にTeXコードで入れてください。
22207 \lang english
22208 And insert the command
22209 \end_layout
22210
22211 \begin_layout Standard
22212
22213 \series bold
22214
22215 \backslash
22216 FigBesEnd
22217 \end_layout
22218
22219 \begin_layout Standard
22220
22221 \lang english
22222 in TeX-Code at the point where you want to get back to the original float
22223  definition.
22224 \end_layout
22225
22226 \begin_layout Standard
22227 表フロートに対しては、対応するコマンド
22228 \end_layout
22229
22230 \begin_layout Standard
22231
22232 \series bold
22233
22234 \backslash
22235 TabBesBeg
22236 \series default
22237 および
22238 \series bold
22239
22240 \backslash
22241 TabBesEnd
22242 \end_layout
22243
22244 \begin_layout Standard
22245 を使用してください。図
22246 \begin_inset CommandInset ref
22247 LatexCommand ref
22248 reference "fig:図横キャプション"
22249
22250 \end_inset
22251
22252 と表
22253 \begin_inset CommandInset ref
22254 LatexCommand ref
22255 reference "tab:表横キャプション"
22256
22257 \end_inset
22258
22259 がキャプションを脇に設定した例です。
22260 \end_layout
22261
22262 \begin_layout Standard
22263 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
22264 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
22265 \end_layout
22266
22267 \begin_layout Standard
22268
22269 \series bold
22270
22271 \backslash
22272 sidecaptionvpos{フロート型}{配置}
22273 \end_layout
22274
22275 \begin_layout Standard
22276 というコマンドを使用します。ここで「フロート型」は
22277 \family sans
22278 figure
22279 \family default
22280
22281 \family sans
22282 table
22283 \family default
22284 であり、「配置」は、上揃えの場合はtopの
22285 \end_layout
22286
22287 \begin_layout Standard
22288
22289 \family sans
22290 t
22291 \family default
22292 」、中央揃えの場合はcenterの「
22293 \family sans
22294 c
22295 \family default
22296 」、下揃えの場合はbottomの「
22297 \family sans
22298 b
22299 \family default
22300 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
22301 \end_layout
22302
22303 \begin_layout Standard
22304
22305 \series bold
22306
22307 \backslash
22308 sidecaptionvpos{figure}{c}
22309 \end_layout
22310
22311 \begin_layout Standard
22312 というコマンドを使用します。これは、図
22313 \begin_inset CommandInset ref
22314 LatexCommand ref
22315 reference "fig:図横キャプション-2"
22316
22317 \end_inset
22318
22319 で使用されています。
22320 \end_layout
22321
22322 \begin_layout Standard
22323 \begin_inset VSpace medskip
22324 \end_inset
22325
22326
22327 \end_layout
22328
22329 \begin_layout Standard
22330
22331 \lang english
22332 The default caption width is the width of the image/table.
22333  For thin image/tables, like in Table
22334 \lang japanese
22335
22336 \begin_inset space ~
22337 \end_inset
22338
22339
22340 \begin_inset CommandInset ref
22341 LatexCommand ref
22342 reference "tab:表横キャプション"
22343
22344 \end_inset
22345
22346
22347 \lang english
22348 this leads to captions that are too thin.
22349  You can increase the width by specifying a factor that will be multiplied
22350  with the image/table width to get the caption width.
22351  The caption width will automatically be recalculated in case it would protrude
22352  over the page or column margin due to the specified width.
22353  The 
22354 \emph on
22355 factor
22356 \emph default
22357  can either be given as optional argument for 
22358 \series bold
22359
22360 \backslash
22361 FigBesBeg
22362 \series default
22363 :
22364 \end_layout
22365
22366 \begin_layout Standard
22367
22368 \series bold
22369 \lang english
22370
22371 \backslash
22372 FigBesBeg[factor]
22373 \end_layout
22374
22375 \begin_layout Standard
22376
22377 \lang english
22378 or in the definition of 
22379 \series bold
22380
22381 \backslash
22382 FigBesBeg
22383 \series default
22384  by replacing the 
22385 \series bold
22386 1.0
22387 \series default
22388  with another value.
22389  If you do the latter, your factor will be the default if 
22390 \series bold
22391
22392 \backslash
22393 FigBesBeg
22394 \series default
22395  is used without an argument.
22396  For Table
22397 \lang japanese
22398
22399 \begin_inset space ~
22400 \end_inset
22401
22402
22403 \begin_inset CommandInset ref
22404 LatexCommand ref
22405 reference "tab:cap-beside-tab-wider"
22406
22407 \end_inset
22408
22409  
22410 \lang english
22411 the factor 5 was used.
22412 \end_layout
22413
22414 \begin_layout Standard
22415
22416 \lang english
22417 \begin_inset Note Greyedout
22418 status open
22419
22420 \begin_layout Plain Layout
22421
22422 \series bold
22423 \lang english
22424 Note:
22425 \series default
22426  For floats with captions set beside, you cannot use the float placement
22427  option 
22428 \family sans
22429 Here
22430 \begin_inset space ~
22431 \end_inset
22432
22433 definitely
22434 \family default
22435  because it is not supported by 
22436 \series bold
22437 sidecap
22438 \series default
22439 .
22440 \end_layout
22441
22442 \end_inset
22443
22444
22445 \end_layout
22446
22447 \begin_layout Standard
22448 \begin_inset VSpace medskip
22449 \end_inset
22450
22451
22452 \series bold
22453 sidecap
22454 \series default
22455 パッケージについての詳細は、
22456 \begin_inset CommandInset citation
22457 LatexCommand cite
22458 key "sidecap"
22459
22460 \end_inset
22461
22462 の説明書をご参照ください。
22463 \end_layout
22464
22465 \begin_layout Standard
22466 \begin_inset Note Greyedout
22467 status open
22468
22469 \begin_layout Plain Layout
22470
22471 \series bold
22472 【註】
22473 \series default
22474
22475 \begin_inset CommandInset ref
22476 LatexCommand ref
22477 reference "sub:参照位置"
22478
22479 \end_inset
22480
22481 節に説明があるLaTeXパッケージ
22482 \series bold
22483 hypcap
22484 \series default
22485
22486 \begin_inset Index idx
22487 status collapsed
22488
22489 \begin_layout Plain Layout
22490 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
22491 \end_layout
22492
22493 \end_inset
22494
22495 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
22496 \end_layout
22497
22498 \end_inset
22499
22500
22501 \end_layout
22502
22503 \begin_layout Standard
22504 \begin_inset ERT
22505 status collapsed
22506
22507 \begin_layout Plain Layout
22508
22509
22510 \backslash
22511 FigBesBeg 
22512 \end_layout
22513
22514 \end_inset
22515
22516
22517 \end_layout
22518
22519 \begin_layout Standard
22520 \begin_inset Float figure
22521 wide false
22522 sideways false
22523 status open
22524
22525 \begin_layout Plain Layout
22526 \begin_inset Graphics
22527         filename ../clipart/escher-lsd.eps
22528         scale 75
22529         scaleBeforeRotation
22530
22531 \end_inset
22532
22533
22534 \end_layout
22535
22536 \begin_layout Plain Layout
22537 \begin_inset Caption
22538
22539 \begin_layout Plain Layout
22540 \begin_inset CommandInset label
22541 LatexCommand label
22542 name "fig:図横キャプション"
22543
22544 \end_inset
22545
22546 これは図の横にあるキャプションです。
22547 \end_layout
22548
22549 \end_inset
22550
22551
22552 \end_layout
22553
22554 \end_inset
22555
22556
22557 \end_layout
22558
22559 \begin_layout Standard
22560 \begin_inset ERT
22561 status collapsed
22562
22563 \begin_layout Plain Layout
22564
22565
22566 \backslash
22567 FigBesEnd
22568 \end_layout
22569
22570 \end_inset
22571
22572
22573 \end_layout
22574
22575 \begin_layout Standard
22576 \begin_inset ERT
22577 status collapsed
22578
22579 \begin_layout Plain Layout
22580
22581
22582 \backslash
22583 TabBesBeg 
22584 \end_layout
22585
22586 \end_inset
22587
22588
22589 \end_layout
22590
22591 \begin_layout Standard
22592 \begin_inset Float table
22593 wide false
22594 sideways false
22595 status open
22596
22597 \begin_layout Plain Layout
22598 \begin_inset Caption
22599
22600 \begin_layout Plain Layout
22601 \begin_inset CommandInset label
22602 LatexCommand label
22603 name "tab:表横キャプション"
22604
22605 \end_inset
22606
22607 これは表の横にあるキャプションです。
22608 \end_layout
22609
22610 \end_inset
22611
22612
22613 \end_layout
22614
22615 \begin_layout Plain Layout
22616 \begin_inset Tabular
22617 <lyxtabular version="3" rows="4" columns="5">
22618 <features tabularvalignment="middle">
22619 <column alignment="center" valignment="top" width="0">
22620 <column alignment="center" valignment="top" width="0">
22621 <column alignment="center" valignment="top" width="0">
22622 <column alignment="center" valignment="top" width="0">
22623 <column alignment="center" valignment="top" width="0">
22624 <row>
22625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22626 \begin_inset Text
22627
22628 \begin_layout Plain Layout
22629
22630 \end_layout
22631
22632 \end_inset
22633 </cell>
22634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22635 \begin_inset Text
22636
22637 \begin_layout Plain Layout
22638
22639 \end_layout
22640
22641 \end_inset
22642 </cell>
22643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22644 \begin_inset Text
22645
22646 \begin_layout Plain Layout
22647
22648 \end_layout
22649
22650 \end_inset
22651 </cell>
22652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22653 \begin_inset Text
22654
22655 \begin_layout Plain Layout
22656
22657 \end_layout
22658
22659 \end_inset
22660 </cell>
22661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22662 \begin_inset Text
22663
22664 \begin_layout Plain Layout
22665
22666 \end_layout
22667
22668 \end_inset
22669 </cell>
22670 </row>
22671 <row>
22672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22673 \begin_inset Text
22674
22675 \begin_layout Plain Layout
22676
22677 \end_layout
22678
22679 \end_inset
22680 </cell>
22681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22682 \begin_inset Text
22683
22684 \begin_layout Plain Layout
22685
22686 \end_layout
22687
22688 \end_inset
22689 </cell>
22690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22691 \begin_inset Text
22692
22693 \begin_layout Plain Layout
22694
22695 \end_layout
22696
22697 \end_inset
22698 </cell>
22699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22700 \begin_inset Text
22701
22702 \begin_layout Plain Layout
22703
22704 \end_layout
22705
22706 \end_inset
22707 </cell>
22708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712
22713 \end_layout
22714
22715 \end_inset
22716 </cell>
22717 </row>
22718 <row>
22719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723
22724 \end_layout
22725
22726 \end_inset
22727 </cell>
22728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22729 \begin_inset Text
22730
22731 \begin_layout Plain Layout
22732
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741
22742 \end_layout
22743
22744 \end_inset
22745 </cell>
22746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759
22760 \end_layout
22761
22762 \end_inset
22763 </cell>
22764 </row>
22765 <row>
22766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22767 \begin_inset Text
22768
22769 \begin_layout Plain Layout
22770
22771 \end_layout
22772
22773 \end_inset
22774 </cell>
22775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22776 \begin_inset Text
22777
22778 \begin_layout Plain Layout
22779
22780 \end_layout
22781
22782 \end_inset
22783 </cell>
22784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22785 \begin_inset Text
22786
22787 \begin_layout Plain Layout
22788
22789 \end_layout
22790
22791 \end_inset
22792 </cell>
22793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22794 \begin_inset Text
22795
22796 \begin_layout Plain Layout
22797
22798 \end_layout
22799
22800 \end_inset
22801 </cell>
22802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22803 \begin_inset Text
22804
22805 \begin_layout Plain Layout
22806
22807 \end_layout
22808
22809 \end_inset
22810 </cell>
22811 </row>
22812 </lyxtabular>
22813
22814 \end_inset
22815
22816
22817 \end_layout
22818
22819 \end_inset
22820
22821
22822 \end_layout
22823
22824 \begin_layout Standard
22825 \begin_inset ERT
22826 status collapsed
22827
22828 \begin_layout Plain Layout
22829
22830
22831 \backslash
22832 TabBesEnd
22833 \end_layout
22834
22835 \end_inset
22836
22837
22838 \end_layout
22839
22840 \begin_layout Standard
22841 \begin_inset ERT
22842 status collapsed
22843
22844 \begin_layout Plain Layout
22845
22846
22847 \backslash
22848 sidecaptionvpos{figure}{c}
22849 \end_layout
22850
22851 \end_inset
22852
22853
22854 \begin_inset Float figure
22855 wide false
22856 sideways false
22857 status open
22858
22859 \begin_layout Plain Layout
22860 \begin_inset Graphics
22861         filename ../clipart/escher-lsd.eps
22862         scale 75
22863         scaleBeforeRotation
22864
22865 \end_inset
22866
22867
22868 \end_layout
22869
22870 \begin_layout Plain Layout
22871 \begin_inset Caption
22872
22873 \begin_layout Plain Layout
22874 \begin_inset CommandInset label
22875 LatexCommand label
22876 name "fig:図横キャプション-2"
22877
22878 \end_inset
22879
22880 これは図の横にある縦方向中央揃えのキャプションです。
22881 \end_layout
22882
22883 \end_inset
22884
22885
22886 \end_layout
22887
22888 \end_inset
22889
22890
22891 \end_layout
22892
22893 \begin_layout Standard
22894 \begin_inset ERT
22895 status collapsed
22896
22897 \begin_layout Plain Layout
22898
22899
22900 \backslash
22901 FigBesEnd
22902 \end_layout
22903
22904 \end_inset
22905
22906
22907 \end_layout
22908
22909 \begin_layout Standard
22910 \begin_inset ERT
22911 status collapsed
22912
22913 \begin_layout Plain Layout
22914
22915
22916 \backslash
22917 TabBesBeg[5]
22918 \end_layout
22919
22920 \end_inset
22921
22922
22923 \end_layout
22924
22925 \begin_layout Standard
22926 \begin_inset Float table
22927 wide false
22928 sideways false
22929 status open
22930
22931 \begin_layout Plain Layout
22932 \begin_inset Caption
22933
22934 \begin_layout Plain Layout
22935
22936 \lang english
22937 \begin_inset CommandInset label
22938 LatexCommand label
22939 name "tab:cap-beside-tab-wider"
22940
22941 \end_inset
22942
22943 This is a caption is wider than the one in Table
22944 \lang japanese
22945
22946 \begin_inset space ~
22947 \end_inset
22948
22949
22950 \begin_inset CommandInset ref
22951 LatexCommand ref
22952 reference "tab:表横キャプション"
22953
22954 \end_inset
22955
22956 .
22957 \end_layout
22958
22959 \end_inset
22960
22961
22962 \end_layout
22963
22964 \begin_layout Plain Layout
22965 \begin_inset Tabular
22966 <lyxtabular version="3" rows="4" columns="5">
22967 <features tabularvalignment="middle">
22968 <column alignment="center" valignment="top" width="0">
22969 <column alignment="center" valignment="top" width="0">
22970 <column alignment="center" valignment="top" width="0">
22971 <column alignment="center" valignment="top" width="0">
22972 <column alignment="center" valignment="top" width="0">
22973 <row>
22974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22975 \begin_inset Text
22976
22977 \begin_layout Plain Layout
22978 a
22979 \end_layout
22980
22981 \end_inset
22982 </cell>
22983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22984 \begin_inset Text
22985
22986 \begin_layout Plain Layout
22987
22988 \end_layout
22989
22990 \end_inset
22991 </cell>
22992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22993 \begin_inset Text
22994
22995 \begin_layout Plain Layout
22996 b
22997 \end_layout
22998
22999 \end_inset
23000 </cell>
23001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23002 \begin_inset Text
23003
23004 \begin_layout Plain Layout
23005
23006 \end_layout
23007
23008 \end_inset
23009 </cell>
23010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23011 \begin_inset Text
23012
23013 \begin_layout Plain Layout
23014 c
23015 \end_layout
23016
23017 \end_inset
23018 </cell>
23019 </row>
23020 <row>
23021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23022 \begin_inset Text
23023
23024 \begin_layout Plain Layout
23025
23026 \end_layout
23027
23028 \end_inset
23029 </cell>
23030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23031 \begin_inset Text
23032
23033 \begin_layout Plain Layout
23034 d
23035 \end_layout
23036
23037 \end_inset
23038 </cell>
23039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23040 \begin_inset Text
23041
23042 \begin_layout Plain Layout
23043
23044 \end_layout
23045
23046 \end_inset
23047 </cell>
23048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23049 \begin_inset Text
23050
23051 \begin_layout Plain Layout
23052 e
23053 \end_layout
23054
23055 \end_inset
23056 </cell>
23057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23058 \begin_inset Text
23059
23060 \begin_layout Plain Layout
23061
23062 \end_layout
23063
23064 \end_inset
23065 </cell>
23066 </row>
23067 <row>
23068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23069 \begin_inset Text
23070
23071 \begin_layout Plain Layout
23072 f
23073 \end_layout
23074
23075 \end_inset
23076 </cell>
23077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23078 \begin_inset Text
23079
23080 \begin_layout Plain Layout
23081
23082 \end_layout
23083
23084 \end_inset
23085 </cell>
23086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23087 \begin_inset Text
23088
23089 \begin_layout Plain Layout
23090 g
23091 \end_layout
23092
23093 \end_inset
23094 </cell>
23095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23096 \begin_inset Text
23097
23098 \begin_layout Plain Layout
23099
23100 \end_layout
23101
23102 \end_inset
23103 </cell>
23104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23105 \begin_inset Text
23106
23107 \begin_layout Plain Layout
23108 h
23109 \end_layout
23110
23111 \end_inset
23112 </cell>
23113 </row>
23114 <row>
23115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23116 \begin_inset Text
23117
23118 \begin_layout Plain Layout
23119
23120 \end_layout
23121
23122 \end_inset
23123 </cell>
23124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23125 \begin_inset Text
23126
23127 \begin_layout Plain Layout
23128 i
23129 \end_layout
23130
23131 \end_inset
23132 </cell>
23133 <cell alignment="center" valignment="top" topline="true" bottomline="true" 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" topline="true" bottomline="true" leftline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146 j
23147 \end_layout
23148
23149 \end_inset
23150 </cell>
23151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23152 \begin_inset Text
23153
23154 \begin_layout Plain Layout
23155
23156 \end_layout
23157
23158 \end_inset
23159 </cell>
23160 </row>
23161 </lyxtabular>
23162
23163 \end_inset
23164
23165
23166 \end_layout
23167
23168 \end_inset
23169
23170
23171 \end_layout
23172
23173 \begin_layout Standard
23174 \begin_inset ERT
23175 status collapsed
23176
23177 \begin_layout Plain Layout
23178
23179
23180 \backslash
23181 TabBesEnd
23182 \end_layout
23183
23184 \end_inset
23185
23186
23187 \end_layout
23188
23189 \begin_layout Standard
23190 \begin_inset ERT
23191 status collapsed
23192
23193 \begin_layout Plain Layout
23194
23195
23196 \backslash
23197 else
23198 \end_layout
23199
23200 \end_inset
23201
23202
23203 \begin_inset Note Note
23204 status open
23205
23206 \begin_layout Plain Layout
23207 以下の部分は、LaTeXパッケージ
23208 \series bold
23209 sidecap
23210 \series default
23211 が導入されていないときのみ表示されます。
23212 \end_layout
23213
23214 \end_inset
23215
23216
23217 \end_layout
23218
23219 \begin_layout Standard
23220 本節の残りの部分を出力で表示するには、LaTeXパッケージ
23221 \series bold
23222 sidecap
23223 \series default
23224 を導入する必要があります。
23225 \end_layout
23226
23227 \begin_layout Standard
23228 \begin_inset ERT
23229 status collapsed
23230
23231 \begin_layout Plain Layout
23232
23233
23234 \backslash
23235 fi
23236 \end_layout
23237
23238 \end_inset
23239
23240
23241 \end_layout
23242
23243 \begin_layout Section
23244 フロート一覧
23245 \begin_inset Index idx
23246 status collapsed
23247
23248 \begin_layout Plain Layout
23249 ふろーと@フロート ! ふろーといちらん@フロート一覧
23250 \end_layout
23251
23252 \end_inset
23253
23254
23255 \end_layout
23256
23257 \begin_layout Standard
23258 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
23259 \family sans
23260 挿入\SpecialChar \menuseparator
23261 一覧/目次
23262 \family default
23263 メニューで挿入することができます。
23264 \end_layout
23265
23266 \begin_layout Standard
23267 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
23268 \end_layout
23269
23270 \begin_layout Standard
23271 本文書の終わりに、図一覧と表一覧があります。
23272 \end_layout
23273
23274 \begin_layout Chapter
23275 注釈
23276 \end_layout
23277
23278 \begin_layout Section
23279 LyX注釈
23280 \begin_inset Index idx
23281 status collapsed
23282
23283 \begin_layout Plain Layout
23284 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
23285 \end_layout
23286
23287 \end_inset
23288
23289
23290 \end_layout
23291
23292 \begin_layout Standard
23293 注釈は、ツールバーボタン
23294 \family sans
23295
23296 \begin_inset Info
23297 type  "icon"
23298 arg   "note-insert"
23299 \end_inset
23300
23301
23302 \family default
23303 か、
23304 \family sans
23305 挿入\SpecialChar \menuseparator
23306 注釈
23307 \family default
23308 メニューで挿入することができます。注釈には、以下の三つの型があります。
23309 \end_layout
23310
23311 \begin_layout Description
23312 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
23313 \begin_inset Newline newline
23314 \end_inset
23315
23316
23317 \begin_inset Newline newline
23318 \end_inset
23319
23320
23321 \begin_inset Graphics
23322         filename ../clipart/LyXNoteImageQt4.png
23323         display false
23324         scale 85
23325         scaleBeforeRotation
23326
23327 \end_inset
23328
23329
23330 \begin_inset Note Note
23331 status open
23332
23333 \begin_layout Plain Layout
23334 これは、出力には現れない注釈ボックスに書かれた文章です。
23335 \end_layout
23336
23337 \end_inset
23338
23339
23340 \end_layout
23341
23342 \begin_layout Description
23343 コメント この注釈も出力には現れませんが、
23344 \family sans
23345 ファイル\SpecialChar \menuseparator
23346 書き出し\SpecialChar \menuseparator
23347 LaTeX (pdflatex) / (平文)
23348 \family default
23349  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
23350 \begin_inset Newline newline
23351 \end_inset
23352
23353
23354 \begin_inset Newline newline
23355 \end_inset
23356
23357
23358 \begin_inset Graphics
23359         filename ../clipart/CommentNoteImageQt4.png
23360         display false
23361         scale 85
23362         scaleBeforeRotation
23363
23364 \end_inset
23365
23366  
23367 \begin_inset Note Comment
23368 status open
23369
23370 \begin_layout Plain Layout
23371 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
23372 \end_layout
23373
23374 \end_inset
23375
23376
23377 \end_layout
23378
23379 \begin_layout Description
23380 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
23381 \begin_inset Newline newline
23382 \end_inset
23383
23384
23385 \begin_inset Newline newline
23386 \end_inset
23387
23388
23389 \begin_inset Graphics
23390         filename ../clipart/GreyedOutNoteImageQt4.png
23391         display false
23392         scale 85
23393         scaleBeforeRotation
23394
23395 \end_inset
23396
23397
23398 \begin_inset Newline newline
23399 \end_inset
23400
23401
23402 \begin_inset ERT
23403 status collapsed
23404
23405 \begin_layout Plain Layout
23406
23407
23408 \backslash
23409 renewenvironment{lyxgreyedout}
23410 \end_layout
23411
23412 \begin_layout Plain Layout
23413
23414 {
23415 \backslash
23416 textcolor[gray]{0.8}
23417 \backslash
23418 bgroup}{
23419 \backslash
23420 egroup}
23421 \end_layout
23422
23423 \end_inset
23424
23425
23426 \begin_inset Note Greyedout
23427 status open
23428
23429 \begin_layout Plain Layout
23430 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
23431 \begin_inset Foot
23432 status collapsed
23433
23434 \begin_layout Plain Layout
23435 これは、淡色表示注釈内に脚注を用いた例です。
23436 \end_layout
23437
23438 \end_inset
23439
23440 です。
23441 \end_layout
23442
23443 \end_inset
23444
23445
23446 \begin_inset ERT
23447 status collapsed
23448
23449 \begin_layout Plain Layout
23450
23451
23452 \backslash
23453 renewenvironment{lyxgreyedout}
23454 \end_layout
23455
23456 \begin_layout Plain Layout
23457
23458 {
23459 \backslash
23460 textcolor{blue}
23461 \backslash
23462 bgroup}{
23463 \backslash
23464 egroup}
23465 \end_layout
23466
23467 \end_inset
23468
23469
23470 \begin_inset Note Note
23471 status open
23472
23473 \begin_layout Plain Layout
23474 以下に述べられているように、淡色表示注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色表示注釈は、LyX本来の定義で表示される
23475 ように再定義されています。
23476 \end_layout
23477
23478 \end_inset
23479
23480
23481 \begin_inset Newline newline
23482 \end_inset
23483
23484
23485 \begin_inset Newline newline
23486 \end_inset
23487
23488 この例から分かるように、淡色表示注釈の最初の行は少し字下げされるほか、淡色表示注釈には脚注を入れることができます。
23489 \end_layout
23490
23491 \begin_layout Standard
23492 \begin_inset VSpace bigskip
23493 \end_inset
23494
23495 注釈を挿入するのにツールバーボタン
23496 \family sans
23497
23498 \begin_inset Info
23499 type  "icon"
23500 arg   "note-insert"
23501 \end_inset
23502
23503
23504 \family default
23505 を使用すると、
23506 \family sans
23507 LyX注釈
23508 \family default
23509 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
23510 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
23511 さい。
23512 \end_layout
23513
23514 \begin_layout Standard
23515 \begin_inset VSpace bigskip
23516 \end_inset
23517
23518
23519 \lang english
23520 You can change the text color of the greyed out notes in the menu 
23521 \family sans
23522 Document\SpecialChar \menuseparator
23523 Settings\SpecialChar \menuseparator
23524 Colors
23525 \family default
23526 .
23527 \end_layout
23528
23529 \begin_layout Section
23530 脚注
23531 \begin_inset CommandInset label
23532 LatexCommand label
23533 name "sec:脚注"
23534
23535 \end_inset
23536
23537
23538 \begin_inset Index idx
23539 status collapsed
23540
23541 \begin_layout Plain Layout
23542 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
23543 \end_layout
23544
23545 \end_inset
23546
23547
23548 \begin_inset Index idx
23549 status collapsed
23550
23551 \begin_layout Plain Layout
23552 きゃくちゅう@脚注
23553 \end_layout
23554
23555 \end_inset
23556
23557
23558 \end_layout
23559
23560 \begin_layout Standard
23561 脚注は、ツールバーボタン
23562 \family sans
23563
23564 \begin_inset Info
23565 type  "icon"
23566 arg   "footnote-insert"
23567 \end_inset
23568
23569
23570 \family default
23571 か、
23572 \family sans
23573 挿入\SpecialChar \menuseparator
23574 脚注
23575 \family default
23576 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
23577 \begin_inset Graphics
23578         filename clipart/footnoteQt4.png
23579         scale 80
23580         scaleBeforeRotation
23581
23582 \end_inset
23583
23584 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
23585 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
23586 \end_layout
23587
23588 \begin_layout Standard
23589 これが脚注の例です
23590 \begin_inset Foot
23591 status collapsed
23592
23593 \begin_layout Plain Layout
23594 \begin_inset CommandInset label
23595 LatexCommand label
23596 name "fn:これは脚注の一例"
23597
23598 \end_inset
23599
23600 これは脚注の一例です。
23601 \end_layout
23602
23603 \end_inset
23604
23605
23606 \begin_inset ERT
23607 status collapsed
23608
23609 \begin_layout Plain Layout
23610
23611
23612 \backslash
23613 newcounter{MyRepeatFoot}
23614 \end_layout
23615
23616 \begin_layout Plain Layout
23617
23618
23619 \backslash
23620 setcounter{MyRepeatFoot}{
23621 \backslash
23622 thefootnote}
23623 \end_layout
23624
23625 \end_inset
23626
23627
23628 \end_layout
23629
23630 \begin_layout Standard
23631 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
23632 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
23633 \end_layout
23634
23635 \begin_layout Standard
23636 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
23637 \begin_inset CommandInset ref
23638 LatexCommand ref
23639 reference "sec:フロートの参照"
23640
23641 \end_inset
23642
23643 節に説明されているようにして、本文中でこのラベルを相互参照してください。
23644 \begin_inset Newline newline
23645 \end_inset
23646
23647 これは脚注
23648 \begin_inset CommandInset ref
23649 LatexCommand ref
23650 reference "fn:これは脚注の一例"
23651
23652 \end_inset
23653
23654 の相互参照です。
23655 \end_layout
23656
23657 \begin_layout Standard
23658 \begin_inset VSpace defskip
23659 \end_inset
23660
23661
23662 \end_layout
23663
23664 \begin_layout Standard
23665 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
23666 \series bold
23667
23668 \backslash
23669 footnotemark{}
23670 \series default
23671 コマンドを入れてください。脚注の本文は、表の後でTeXコード
23672 \series bold
23673
23674 \backslash
23675 footnotetext
23676 \series default
23677 コマンドの引数として入力します。
23678 \begin_inset Newline newline
23679 \end_inset
23680
23681 以下の表ではコマンド
23682 \begin_inset Newline newline
23683 \end_inset
23684
23685
23686 \series bold
23687
23688 \backslash
23689 footnotetext{
23690 \series default
23691 出力される脚注の表
23692 \series bold
23693 }
23694 \series default
23695
23696 \begin_inset Newline newline
23697 \end_inset
23698
23699 を用いています。
23700 \end_layout
23701
23702 \begin_layout Standard
23703 \begin_inset Tabular
23704 <lyxtabular version="3" rows="2" columns="1">
23705 <features tabularvalignment="middle">
23706 <column alignment="center" valignment="top" width="0">
23707 <row>
23708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712 これは例文です。
23713 \begin_inset Foot
23714 status open
23715
23716 \begin_layout Plain Layout
23717 この脚注は出力されません!
23718 \end_layout
23719
23720 \end_inset
23721
23722
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 </row>
23728 <row>
23729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23730 \begin_inset Text
23731
23732 \begin_layout Plain Layout
23733 これは例文です。
23734 \begin_inset ERT
23735 status collapsed
23736
23737 \begin_layout Plain Layout
23738
23739
23740 \backslash
23741 footnotemark{}
23742 \end_layout
23743
23744 \end_inset
23745
23746
23747 \end_layout
23748
23749 \end_inset
23750 </cell>
23751 </row>
23752 </lyxtabular>
23753
23754 \end_inset
23755
23756
23757 \begin_inset ERT
23758 status collapsed
23759
23760 \begin_layout Plain Layout
23761
23762
23763 \backslash
23764 footnotetext{
23765 \end_layout
23766
23767 \end_inset
23768
23769 出力される脚注の表
23770 \begin_inset ERT
23771 status collapsed
23772
23773 \begin_layout Plain Layout
23774
23775 }
23776 \end_layout
23777
23778 \end_inset
23779
23780
23781 \end_layout
23782
23783 \begin_layout Standard
23784 長尺表中の脚注は、第
23785 \begin_inset CommandInset ref
23786 LatexCommand ref
23787 reference "sub:長尺表での脚注"
23788
23789 \end_inset
23790
23791 節で述べられています。
23792 \end_layout
23793
23794 \begin_layout Standard
23795 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
23796 \begin_inset CommandInset ref
23797 LatexCommand ref
23798 reference "sec:ミニページ"
23799
23800 \end_inset
23801
23802 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
23803 \series bold
23804
23805 \backslash
23806 footnotemark{}
23807 \series default
23808
23809 \series bold
23810
23811 \backslash
23812 footntoetext
23813 \series default
23814 による方法を用いてください。
23815 \end_layout
23816
23817 \begin_layout Standard
23818 \begin_inset Box Frameless
23819 position "t"
23820 hor_pos "c"
23821 has_inner_box 1
23822 inner_pos "t"
23823 use_parbox 0
23824 use_makebox 0
23825 width "100col%"
23826 special "none"
23827 height "1in"
23828 height_special "totalheight"
23829 status open
23830
23831 \begin_layout Plain Layout
23832 これはミニページ中の例文です。
23833 \begin_inset Foot
23834 status open
23835
23836 \begin_layout Plain Layout
23837 ミニページ中の脚注です。
23838 \end_layout
23839
23840 \end_inset
23841
23842
23843 \end_layout
23844
23845 \begin_layout Plain Layout
23846 これはミニページ中の例文です。
23847 \begin_inset ERT
23848 status collapsed
23849
23850 \begin_layout Plain Layout
23851
23852
23853 \backslash
23854 footnotemark{}
23855 \end_layout
23856
23857 \end_inset
23858
23859
23860 \end_layout
23861
23862 \end_inset
23863
23864
23865 \end_layout
23866
23867 \begin_layout Standard
23868 \begin_inset ERT
23869 status collapsed
23870
23871 \begin_layout Plain Layout
23872
23873
23874 \backslash
23875 footnotetext{
23876 \end_layout
23877
23878 \end_inset
23879
23880 ミニページ外の脚注です。
23881 \begin_inset ERT
23882 status collapsed
23883
23884 \begin_layout Plain Layout
23885
23886 }
23887 \end_layout
23888
23889 \end_inset
23890
23891
23892 \begin_inset VSpace defskip
23893 \end_inset
23894
23895
23896 \end_layout
23897
23898 \begin_layout Standard
23899 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
23900 \series bold
23901
23902 \backslash
23903 footnotemark[番号]
23904 \series default
23905 を使用してください。
23906 \begin_inset Newline newline
23907 \end_inset
23908
23909 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
23910 \begin_inset CommandInset ref
23911 LatexCommand ref
23912 reference "fn:これは脚注の一例"
23913
23914 \end_inset
23915
23916 の後に、TeXコードで
23917 \end_layout
23918
23919 \begin_layout Standard
23920
23921 \series bold
23922
23923 \backslash
23924 newcounter{MyRepeatFoot}
23925 \begin_inset Newline newline
23926 \end_inset
23927
23928
23929 \backslash
23930 setcounter{MyRepeatFoot}{
23931 \backslash
23932 thefootnote}
23933 \end_layout
23934
23935 \begin_layout Standard
23936 というコマンドを挿入しています。そして脚注マークは、
23937 \end_layout
23938
23939 \begin_layout Standard
23940
23941 \series bold
23942
23943 \backslash
23944 footnotemark[
23945 \backslash
23946 theMyRepeatFoot]
23947 \end_layout
23948
23949 \begin_layout Standard
23950 で作成します。
23951 \end_layout
23952
23953 \begin_layout Standard
23954 これは繰り返し脚注の例です。
23955 \begin_inset ERT
23956 status collapsed
23957
23958 \begin_layout Plain Layout
23959
23960
23961 \backslash
23962 footnotemark[
23963 \backslash
23964 theMyRepeatFoot]
23965 \end_layout
23966
23967 \end_inset
23968
23969
23970 \end_layout
23971
23972 \begin_layout Standard
23973 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
23974 \end_layout
23975
23976 \begin_layout Standard
23977
23978 \series bold
23979
23980 \backslash
23981 footnotemark[
23982 \backslash
23983 thefootnote]
23984 \end_layout
23985
23986 \begin_layout Standard
23987 を使用してください。
23988 \end_layout
23989
23990 \begin_layout Standard
23991 これは繰り返し脚注の例です。
23992 \begin_inset ERT
23993 status collapsed
23994
23995 \begin_layout Plain Layout
23996
23997
23998 \backslash
23999 footnotemark[
24000 \backslash
24001 thefootnote]
24002 \end_layout
24003
24004 \end_inset
24005
24006
24007 \end_layout
24008
24009 \begin_layout Subsection
24010 脚注の付番
24011 \begin_inset CommandInset label
24012 LatexCommand label
24013 name "sub:脚注の付番"
24014
24015 \end_inset
24016
24017
24018 \begin_inset Index idx
24019 status collapsed
24020
24021 \begin_layout Plain Layout
24022 きゃくちゅう@脚注 ! ふばん@付番
24023 \end_layout
24024
24025 \end_inset
24026
24027
24028 \end_layout
24029
24030 \begin_layout Standard
24031 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
24032 \end_layout
24033
24034 \begin_layout Standard
24035
24036 \series bold
24037
24038 \backslash
24039 @addtoreset{footnote}{section}
24040 \end_layout
24041
24042 \begin_layout Standard
24043 というコマンドを加えてください。
24044 \end_layout
24045
24046 \begin_layout Standard
24047 \begin_inset VSpace bigskip
24048 \end_inset
24049
24050 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
24051 \end_layout
24052
24053 \begin_layout Standard
24054
24055 \series bold
24056
24057 \backslash
24058 renewcommand{
24059 \backslash
24060 thefootnote}{
24061 \backslash
24062 roman{footnote}}
24063 \end_layout
24064
24065 \begin_layout Standard
24066 \begin_inset ERT
24067 status collapsed
24068
24069 \begin_layout Plain Layout
24070
24071
24072 \backslash
24073 renewcommand{
24074 \backslash
24075 thefootnote}{
24076 \backslash
24077 roman{footnote}}
24078 \end_layout
24079
24080 \end_inset
24081
24082 これは、ローマ数字を使った脚注です
24083 \begin_inset Foot
24084 status collapsed
24085
24086 \begin_layout Plain Layout
24087 これは、ローマ数字を使った脚注の例です。
24088 \end_layout
24089
24090 \end_inset
24091
24092
24093 \end_layout
24094
24095 \begin_layout Standard
24096 付番様式を大文字ローマ数字に変更するには、上記コマンドの
24097 \series bold
24098
24099 \backslash
24100 roman
24101 \series default
24102
24103 \series bold
24104
24105 \backslash
24106 Roman
24107 \series default
24108 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
24109 \series bold
24110
24111 \backslash
24112 Alph
24113 \series default
24114 または
24115 \series bold
24116
24117 \backslash
24118 alph
24119 \series default
24120 を使用してください。記号を使って付「番」するには、
24121 \series bold
24122
24123 \backslash
24124 fnsymbol
24125 \series default
24126 を使ってください。
24127 \end_layout
24128
24129 \begin_layout Standard
24130 \begin_inset Note Greyedout
24131 status open
24132
24133 \begin_layout Plain Layout
24134
24135 \series bold
24136 【註】
24137 \series default
24138 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
24139 \end_layout
24140
24141 \end_inset
24142
24143
24144 \begin_inset Newline newline
24145 \end_inset
24146
24147
24148 \begin_inset Note Greyedout
24149 status open
24150
24151 \begin_layout Plain Layout
24152
24153 \series bold
24154 【註】
24155 \series default
24156 記号を使うと9個の脚注しか番号を振ることができません。
24157 \end_layout
24158
24159 \end_inset
24160
24161
24162 \end_layout
24163
24164 \begin_layout Standard
24165 付番様式を変更した後、既定様式に戻すには、上記コマンドの
24166 \series bold
24167
24168 \backslash
24169 roman
24170 \series default
24171
24172 \series bold
24173
24174 \backslash
24175 arabic
24176 \series default
24177 に置き換えて使用してください。
24178 \begin_inset ERT
24179 status collapsed
24180
24181 \begin_layout Plain Layout
24182
24183
24184 \backslash
24185 renewcommand{
24186 \backslash
24187 thefootnote}{
24188 \backslash
24189 arabic{footnote}}
24190 \end_layout
24191
24192 \end_inset
24193
24194
24195 \end_layout
24196
24197 \begin_layout Standard
24198 \begin_inset VSpace bigskip
24199 \end_inset
24200
24201
24202 \end_layout
24203
24204 \begin_layout Standard
24205 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
24206 \end_layout
24207
24208 \begin_layout Standard
24209
24210 \series bold
24211
24212 \backslash
24213 numberwithin{footnote}{chapter}
24214 \end_layout
24215
24216 \begin_layout Standard
24217 というコマンドを加えてください。
24218 \series bold
24219
24220 \backslash
24221 numberwithin
24222 \series default
24223 コマンドを使用できるようにするためには、文書設定の
24224 \family sans
24225 数式オプション
24226 \family default
24227 タブで
24228 \family sans
24229 AMS
24230 \begin_inset space ~
24231 \end_inset
24232
24233 mathパッケージを使う
24234 \family default
24235 オプションを有効にしてください。
24236 \end_layout
24237
24238 \begin_layout Standard
24239 \begin_inset ERT
24240 status collapsed
24241
24242 \begin_layout Plain Layout
24243
24244
24245 \backslash
24246 numberwithin{footnote}{chapter}
24247 \end_layout
24248
24249 \end_inset
24250
24251 これは、脚注のもう一つの例です
24252 \series bold
24253
24254 \begin_inset Foot
24255 status open
24256
24257 \begin_layout Plain Layout
24258
24259 \series bold
24260 これは、
24261 \series default
24262 「章番号.脚注番号」スキームで番号を振られた脚注です。
24263 \end_layout
24264
24265 \end_inset
24266
24267
24268 \series default
24269
24270 \begin_inset ERT
24271 status collapsed
24272
24273 \begin_layout Plain Layout
24274
24275
24276 \backslash
24277 renewcommand{
24278 \backslash
24279 thefootnote}{
24280 \backslash
24281 arabic{footnote}}
24282 \end_layout
24283
24284 \end_inset
24285
24286
24287 \end_layout
24288
24289 \begin_layout Standard
24290 \begin_inset Note Greyedout
24291 status open
24292
24293 \begin_layout Plain Layout
24294
24295 \series bold
24296 【註】
24297 \backslash
24298 numberwithin
24299 \series default
24300 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
24301 \end_layout
24302
24303 \end_inset
24304
24305
24306 \end_layout
24307
24308 \begin_layout Standard
24309 また、例えば「章番号.
24310 \backslash
24311 Roman{footnote}」スキームを得るには、
24312 \series bold
24313
24314 \backslash
24315 numberwithin
24316 \series default
24317 の代わりに以下のコマンドを使用してください。
24318 \end_layout
24319
24320 \begin_layout Standard
24321
24322 \series bold
24323
24324 \backslash
24325 renewcommand{
24326 \backslash
24327 thefootnote}{
24328 \backslash
24329 thechapter.
24330 \backslash
24331 Roman{footnote}}
24332 \end_layout
24333
24334 \begin_layout Subsection
24335 脚注の配置
24336 \begin_inset Index idx
24337 status collapsed
24338
24339 \begin_layout Plain Layout
24340 きゃくちゅう@脚注 ! はいち@配置
24341 \end_layout
24342
24343 \end_inset
24344
24345
24346 \end_layout
24347
24348 \begin_layout Standard
24349 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
24350 ブルに足して、1.5
24351 \begin_inset space \thinspace{}
24352 \end_inset
24353
24354 mmの余白を追加することもできます。
24355 \end_layout
24356
24357 \begin_layout Standard
24358
24359 \series bold
24360
24361 \backslash
24362 let
24363 \backslash
24364 myFoot
24365 \backslash
24366 footnote
24367 \begin_inset Newline newline
24368 \end_inset
24369
24370
24371 \backslash
24372 renewcommand{
24373 \backslash
24374 footnote}[1]{
24375 \backslash
24376 myFoot{#1
24377 \backslash
24378 vspace{1.5mm}}}
24379 \end_layout
24380
24381 \begin_layout Standard
24382 \begin_inset VSpace bigskip
24383 \end_inset
24384
24385 二段組文書では、脚注は各段底部に表示されます(図
24386 \begin_inset CommandInset ref
24387 LatexCommand ref
24388 reference "fig:標準的脚注配置"
24389
24390 \end_inset
24391
24392 )。図
24393 \begin_inset CommandInset ref
24394 LatexCommand ref
24395 reference "fig:ftnright脚注配置"
24396
24397 \end_inset
24398
24399 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
24400 \end_layout
24401
24402 \begin_layout Standard
24403
24404 \series bold
24405
24406 \backslash
24407 usepackage{ftnright}
24408 \end_layout
24409
24410 \begin_layout Standard
24411 というコマンドを書いて、LaTeXパッケージ
24412 \series bold
24413 ftnright
24414 \series default
24415
24416 \begin_inset Index idx
24417 status collapsed
24418
24419 \begin_layout Plain Layout
24420 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
24421 \end_layout
24422
24423 \end_inset
24424
24425 を読み込みます。
24426 \begin_inset Float figure
24427 placement !h
24428 wide false
24429 sideways false
24430 status open
24431
24432 \begin_layout Plain Layout
24433 \begin_inset ERT
24434 status collapsed
24435
24436 \begin_layout Plain Layout
24437
24438
24439 \backslash
24440 framebox{
24441 \end_layout
24442
24443 \end_inset
24444
24445
24446 \begin_inset Graphics
24447         filename ../clipart/without_fntright.pdf
24448         width 100col%
24449         scaleBeforeRotation
24450
24451 \end_inset
24452
24453
24454 \begin_inset ERT
24455 status collapsed
24456
24457 \begin_layout Plain Layout
24458
24459 }
24460 \end_layout
24461
24462 \end_inset
24463
24464
24465 \end_layout
24466
24467 \begin_layout Plain Layout
24468 \begin_inset Caption
24469
24470 \begin_layout Plain Layout
24471 \begin_inset CommandInset label
24472 LatexCommand label
24473 name "fig:標準的脚注配置"
24474
24475 \end_inset
24476
24477 二段組文書の標準的な脚注配置
24478 \end_layout
24479
24480 \end_inset
24481
24482
24483 \end_layout
24484
24485 \end_inset
24486
24487
24488 \end_layout
24489
24490 \begin_layout Standard
24491 \begin_inset Float figure
24492 placement !h
24493 wide false
24494 sideways false
24495 status open
24496
24497 \begin_layout Plain Layout
24498 \begin_inset ERT
24499 status collapsed
24500
24501 \begin_layout Plain Layout
24502
24503
24504 \backslash
24505 framebox{
24506 \end_layout
24507
24508 \end_inset
24509
24510
24511 \begin_inset Graphics
24512         filename ../clipart/with_fntright.pdf
24513         width 100col%
24514         scaleBeforeRotation
24515
24516 \end_inset
24517
24518
24519 \begin_inset ERT
24520 status collapsed
24521
24522 \begin_layout Plain Layout
24523
24524 }
24525 \end_layout
24526
24527 \end_inset
24528
24529
24530 \end_layout
24531
24532 \begin_layout Plain Layout
24533 \begin_inset Caption
24534
24535 \begin_layout Plain Layout
24536 \begin_inset CommandInset label
24537 LatexCommand label
24538 name "fig:ftnright脚注配置"
24539
24540 \end_inset
24541
24542 LaTeXパッケージ
24543 \series bold
24544 ftnright
24545 \series default
24546 を使用したときの二段組文書の脚注配置
24547 \end_layout
24548
24549 \end_inset
24550
24551
24552 \end_layout
24553
24554 \end_inset
24555
24556
24557 \end_layout
24558
24559 \begin_layout Standard
24560 \begin_inset VSpace bigskip
24561 \end_inset
24562
24563 科学的文献に於いては、図
24564 \begin_inset CommandInset ref
24565 LatexCommand ref
24566 reference "fig:後注"
24567
24568 \end_inset
24569
24570 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
24571 \begin_inset Index idx
24572 status collapsed
24573
24574 \begin_layout Plain Layout
24575 こちゅう@後注
24576 \end_layout
24577
24578 \end_inset
24579
24580 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
24581 \family sans
24582 文書\SpecialChar \menuseparator
24583 設定\SpecialChar \menuseparator
24584 モジュール
24585 \family default
24586 メニューで
24587 \family sans
24588 脚注から後注へ
24589 \family default
24590 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
24591 \end_layout
24592
24593 \begin_layout Standard
24594
24595 \series bold
24596
24597 \backslash
24598 theendnotes
24599 \end_layout
24600
24601 \begin_layout Standard
24602 というコマンドを挿入してください。
24603 \end_layout
24604
24605 \begin_layout Standard
24606 \begin_inset Float figure
24607 wide false
24608 sideways false
24609 status open
24610
24611 \begin_layout Plain Layout
24612 \align center
24613 \begin_inset ERT
24614 status collapsed
24615
24616 \begin_layout Plain Layout
24617
24618
24619 \backslash
24620 framebox{
24621 \end_layout
24622
24623 \end_inset
24624
24625
24626 \begin_inset Graphics
24627         filename ../clipart/endnotes.pdf
24628         scaleBeforeRotation
24629
24630 \end_inset
24631
24632
24633 \begin_inset ERT
24634 status collapsed
24635
24636 \begin_layout Plain Layout
24637
24638 }
24639 \end_layout
24640
24641 \end_inset
24642
24643
24644 \end_layout
24645
24646 \begin_layout Plain Layout
24647 \begin_inset Caption
24648
24649 \begin_layout Plain Layout
24650 \begin_inset CommandInset label
24651 LatexCommand label
24652 name "fig:後注"
24653
24654 \end_inset
24655
24656 後注 – 注を節ないし章末に別段落として印字します。
24657 \end_layout
24658
24659 \end_inset
24660
24661
24662 \end_layout
24663
24664 \end_inset
24665
24666
24667 \end_layout
24668
24669 \begin_layout Standard
24670 \begin_inset VSpace medskip
24671 \end_inset
24672
24673 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
24674 \end_layout
24675
24676 \begin_layout Standard
24677
24678 \series bold
24679
24680 \backslash
24681 renewcommand{
24682 \backslash
24683 notesname}{Anmerkungen}
24684 \end_layout
24685
24686 \begin_layout Standard
24687 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
24688 \end_layout
24689
24690 \begin_layout Standard
24691 \begin_inset VSpace medskip
24692 \end_inset
24693
24694
24695 \begin_inset CommandInset ref
24696 LatexCommand ref
24697 reference "sub:脚注の付番"
24698
24699 \end_inset
24700
24701 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
24702 \series bold
24703
24704 \backslash
24705 thefootnote
24706 \series default
24707 コマンドの代わりに
24708 \series bold
24709
24710 \backslash
24711 theendnote
24712 \series default
24713 を用いてください。後注番号をリセットするには、第
24714 \begin_inset CommandInset ref
24715 LatexCommand ref
24716 reference "sub:脚注の付番"
24717
24718 \end_inset
24719
24720 節で述べたコマンド
24721 \series bold
24722
24723 \backslash
24724 @addtoreset
24725 \series default
24726 の、パラメータ
24727 \series bold
24728 footnote
24729 \series default
24730
24731 \series bold
24732 endnote
24733 \series default
24734 に変えて、使用してください。
24735 \end_layout
24736
24737 \begin_layout Standard
24738 後注の印だけを作成するには、第
24739 \begin_inset CommandInset ref
24740 LatexCommand ref
24741 reference "sec:脚注"
24742
24743 \end_inset
24744
24745 節で説明した
24746 \series bold
24747
24748 \backslash
24749 footnotemark
24750 \series default
24751 コマンドの代わりに、
24752 \series bold
24753
24754 \backslash
24755 endnotemark[番号]
24756 \series default
24757 コマンドを使用してください。
24758 \end_layout
24759
24760 \begin_layout Standard
24761 \begin_inset VSpace bigskip
24762 \end_inset
24763
24764 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
24765 \series bold
24766 footmisc
24767 \series default
24768
24769 \begin_inset Index idx
24770 status collapsed
24771
24772 \begin_layout Plain Layout
24773 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
24774 \end_layout
24775
24776 \end_inset
24777
24778
24779 \begin_inset CommandInset citation
24780 LatexCommand cite
24781 key "footmisc"
24782
24783 \end_inset
24784
24785 を参照してください。
24786 \end_layout
24787
24788 \begin_layout Standard
24789 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
24790 \begin_inset CommandInset citation
24791 LatexCommand cite
24792 key "latexcompanion,latexguide,latexbook"
24793
24794 \end_inset
24795
24796 に載っています。 
24797 \lang english
24798 If you are using a
24799 \lang japanese
24800  
24801 \series bold
24802 KOMA-Script
24803 \series default
24804
24805 \begin_inset Index idx
24806 status collapsed
24807
24808 \begin_layout Plain Layout
24809 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
24810 \end_layout
24811
24812 \end_inset
24813
24814  
24815 \lang english
24816 document class, you can adjust all footnote settings using class-specific
24817  commands, see
24818 \lang japanese
24819  
24820 \begin_inset CommandInset citation
24821 LatexCommand cite
24822 key "KOMA-Script"
24823
24824 \end_inset
24825
24826 .
24827 \end_layout
24828
24829 \begin_layout Section
24830 傍注
24831 \begin_inset Index idx
24832 status collapsed
24833
24834 \begin_layout Plain Layout
24835 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
24836 \end_layout
24837
24838 \end_inset
24839
24840
24841 \end_layout
24842
24843 \begin_layout Standard
24844 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
24845 \family sans
24846 挿入\SpecialChar \menuseparator
24847 傍注
24848 \family default
24849 メニューかツールバーボタン
24850 \family sans
24851
24852 \begin_inset Info
24853 type  "icon"
24854 arg   "marginalnote-insert"
24855 \end_inset
24856
24857
24858 \family default
24859 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
24860 \end_layout
24861
24862 \begin_layout Standard
24863 横にあるのが傍注です
24864 \begin_inset Marginal
24865 status open
24866
24867 \begin_layout Plain Layout
24868 これは傍注文です。
24869 \end_layout
24870
24871 \end_inset
24872
24873
24874 \end_layout
24875
24876 \begin_layout Standard
24877 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
24878 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
24879 \end_layout
24880
24881 \begin_layout Standard
24882 \begin_inset VSpace bigskip
24883 \end_inset
24884
24885 傍注を内側余白に置くには、傍注の前にTeXコードで
24886 \end_layout
24887
24888 \begin_layout Standard
24889
24890 \series bold
24891
24892 \backslash
24893 reversemarginpar
24894 \end_layout
24895
24896 \begin_layout Standard
24897 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
24898 \begin_inset ERT
24899 status collapsed
24900
24901 \begin_layout Plain Layout
24902
24903
24904 \backslash
24905 reversemarginpar 
24906 \end_layout
24907
24908 \end_inset
24909
24910
24911 \begin_inset Marginal
24912 status open
24913
24914 \begin_layout Plain Layout
24915 これは内側余白の傍注です。
24916 \end_layout
24917
24918 \end_inset
24919
24920
24921 \series bold
24922
24923 \begin_inset Newline newline
24924 \end_inset
24925
24926
24927 \series default
24928
24929 \begin_inset Note Greyedout
24930 status open
24931
24932 \begin_layout Plain Layout
24933 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
24934 \end_layout
24935
24936 \end_inset
24937
24938
24939 \end_layout
24940
24941 \begin_layout Standard
24942 既定の配置に戻すには、TeXコードで
24943 \end_layout
24944
24945 \begin_layout Standard
24946
24947 \series bold
24948
24949 \backslash
24950 normalmarginpar
24951 \end_layout
24952
24953 \begin_layout Standard
24954 というコマンドを書き加えてください。
24955 \begin_inset ERT
24956 status collapsed
24957
24958 \begin_layout Plain Layout
24959
24960
24961 \backslash
24962 normalmarginpar 
24963 \end_layout
24964
24965 \end_inset
24966
24967  
24968 \begin_inset Note Greyedout
24969 status open
24970
24971 \begin_layout Plain Layout
24972
24973 \series bold
24974 【註】
24975 \backslash
24976 reversemarginpar
24977 \series default
24978 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
24979 \end_layout
24980
24981 \end_inset
24982
24983
24984 \end_layout
24985
24986 \begin_layout Standard
24987 \begin_inset VSpace bigskip
24988 \end_inset
24989
24990
24991 \begin_inset Marginal
24992 status open
24993
24994 \begin_layout Plain Layout
24995 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
24996 \end_layout
24997
24998 \end_inset
24999
25000
25001 \begin_inset CommandInset ref
25002 LatexCommand ref
25003 reference "sub:複数行"
25004
25005 \end_inset
25006
25007 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
25008 \begin_inset space \thinspace{}
25009 \end_inset
25010
25011 pt水平空白を挿入してください 
25012 \begin_inset Marginal
25013 status open
25014
25015 \begin_layout Plain Layout
25016 \begin_inset space \hspace*{}
25017 \length 0pt
25018 \end_inset
25019
25020 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
25021 \end_layout
25022
25023 \end_inset
25024
25025
25026 \end_layout
25027
25028 \begin_layout Standard
25029 \begin_inset VSpace bigskip
25030 \end_inset
25031
25032
25033 \end_layout
25034
25035 \begin_layout Standard
25036 \begin_inset Note Greyedout
25037 status open
25038
25039 \begin_layout Plain Layout
25040
25041 \series bold
25042 【註】
25043 \series default
25044 通常、傍注は表やフロート、脚注の中では使用することができません。
25045 \end_layout
25046
25047 \end_inset
25048
25049
25050 \end_layout
25051
25052 \begin_layout Standard
25053 \begin_inset VSpace bigskip
25054 \end_inset
25055
25056
25057 \end_layout
25058
25059 \begin_layout Standard
25060 \begin_inset ERT
25061 status collapsed
25062
25063 \begin_layout Plain Layout
25064
25065
25066 \backslash
25067 ifmarginnote
25068 \end_layout
25069
25070 \end_inset
25071
25072
25073 \begin_inset Note Note
25074 status open
25075
25076 \begin_layout Plain Layout
25077 以下の部分は、LaTeXパッケージ
25078 \series bold
25079 marginnote
25080 \series default
25081 が導入されているときのみ表示されます。
25082 \end_layout
25083
25084 \end_inset
25085
25086
25087 \end_layout
25088
25089 \begin_layout Standard
25090 この制約は、LaTeXパッケージ
25091 \series bold
25092 marginnote
25093 \series default
25094
25095 \begin_inset Index idx
25096 status collapsed
25097
25098 \begin_layout Plain Layout
25099 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
25100 \end_layout
25101
25102 \end_inset
25103
25104 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
25105 \series bold
25106 marginnote
25107 \series default
25108 パッケージが提供するコマンドを使うようになります。
25109 \end_layout
25110
25111 \begin_layout Standard
25112
25113 \series bold
25114
25115 \backslash
25116 usepackage{marginnote}
25117 \begin_inset Newline newline
25118 \end_inset
25119
25120
25121 \backslash
25122 let
25123 \backslash
25124 marginpar
25125 \backslash
25126 marginnote
25127 \end_layout
25128
25129 \begin_layout Standard
25130
25131 \series bold
25132 marginnote
25133 \series default
25134 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
25135 \series bold
25136 marginnote
25137 \series default
25138 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
25139 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
25140 \end_layout
25141
25142 \begin_layout Standard
25143
25144 \series bold
25145 [オフセット]
25146 \end_layout
25147
25148 \begin_layout Standard
25149 という形で書くことで設定することができます。ここで「オフセット」には、表
25150 \begin_inset CommandInset ref
25151 LatexCommand ref
25152 reference "tab:単位"
25153
25154 \end_inset
25155
25156 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
25157 \series bold
25158 [-1.5cm]
25159 \series default
25160 」を使用して、1.5
25161 \begin_inset space \thinspace{}
25162 \end_inset
25163
25164 cm上にずらしてあります
25165 \begin_inset Marginal
25166 status open
25167
25168 \begin_layout Plain Layout
25169 この傍注は、本来の位置よりも1.5
25170 \begin_inset space \thinspace{}
25171 \end_inset
25172
25173 cm上にずらしてあります。
25174 \end_layout
25175
25176 \end_inset
25177
25178
25179 \begin_inset ERT
25180 status collapsed
25181
25182 \begin_layout Plain Layout
25183
25184 [-1.5cm]
25185 \end_layout
25186
25187 \end_inset
25188
25189
25190 \end_layout
25191
25192 \begin_layout Standard
25193 \begin_inset VSpace medskip
25194 \end_inset
25195
25196
25197 \series bold
25198 marginnote
25199 \series default
25200 を使うと、傍注の揃えを変更することもできます。たとえば、
25201 \end_layout
25202
25203 \begin_layout Standard
25204
25205 \series bold
25206
25207 \backslash
25208 renewcommand*{
25209 \backslash
25210 raggedleftmarginnote}{
25211 \backslash
25212 centering}
25213 \begin_inset Newline newline
25214 \end_inset
25215
25216
25217 \backslash
25218 renewcommand*{
25219 \backslash
25220 raggedrightmarginnote}{
25221 \backslash
25222 centering}
25223 \end_layout
25224
25225 \begin_layout Standard
25226 というコマンドを使うと、中央揃えになります。
25227 \series bold
25228
25229 \backslash
25230 raggedleftmarginnote
25231 \series default
25232 とは、左側に表示されている傍注のことを指します
25233 \begin_inset ERT
25234 status collapsed
25235
25236 \begin_layout Plain Layout
25237
25238
25239 \backslash
25240 renewcommand*{
25241 \backslash
25242 raggedleftmarginnote}{
25243 \backslash
25244 centering}
25245 \end_layout
25246
25247 \begin_layout Plain Layout
25248
25249
25250 \backslash
25251 renewcommand*{
25252 \backslash
25253 raggedrightmarginnote}{
25254 \backslash
25255 centering}
25256 \end_layout
25257
25258 \end_inset
25259
25260
25261 \begin_inset Marginal
25262 status open
25263
25264 \begin_layout Plain Layout
25265 この傍注の文章は中央揃えになっています。
25266 \end_layout
25267
25268 \end_inset
25269
25270 。既定の設定は、
25271 \end_layout
25272
25273 \begin_layout Standard
25274
25275 \series bold
25276
25277 \backslash
25278 renewcommand*{
25279 \backslash
25280 raggedleftmarginnote}{
25281 \backslash
25282 raggedleft}
25283 \begin_inset Newline newline
25284 \end_inset
25285
25286
25287 \backslash
25288 renewcommand*{
25289 \backslash
25290 raggedrightmarginnote}{
25291 \backslash
25292 raggedright}
25293 \series default
25294
25295 \begin_inset ERT
25296 status collapsed
25297
25298 \begin_layout Plain Layout
25299
25300
25301 \backslash
25302 renewcommand*{
25303 \backslash
25304 raggedleftmarginnote}{
25305 \backslash
25306 raggedleft}
25307 \end_layout
25308
25309 \begin_layout Plain Layout
25310
25311
25312 \backslash
25313 renewcommand*{
25314 \backslash
25315 raggedrightmarginnote}{
25316 \backslash
25317 raggedright}
25318 \end_layout
25319
25320 \end_inset
25321
25322
25323 \end_layout
25324
25325 \begin_layout Standard
25326 です。
25327 \end_layout
25328
25329 \begin_layout Standard
25330 \begin_inset VSpace medskip
25331 \end_inset
25332
25333
25334 \series bold
25335 marginnote
25336 \series default
25337 の他の機能については、
25338 \begin_inset CommandInset citation
25339 LatexCommand cite
25340 key "marginnote"
25341
25342 \end_inset
25343
25344 の取扱説明書をご参照ください。
25345 \end_layout
25346
25347 \begin_layout Standard
25348 \begin_inset VSpace bigskip
25349 \end_inset
25350
25351 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
25352 \family sans
25353 \series bold
25354 \bar under
25355 注意!
25356 \family default
25357 \series default
25358 \bar default
25359 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
25360 \end_layout
25361
25362 \begin_layout Standard
25363
25364 \series bold
25365
25366 \backslash
25367 let
25368 \backslash
25369 myMarginpar
25370 \backslash
25371 marginpar
25372 \begin_inset Newline newline
25373 \end_inset
25374
25375
25376 \backslash
25377 renewcommand{
25378 \backslash
25379 marginpar}[1]{
25380 \backslash
25381 myMarginpar{%
25382 \begin_inset Newline newline
25383 \end_inset
25384
25385
25386 \begin_inset Phantom HPhantom
25387 status open
25388
25389 \begin_layout Plain Layout
25390
25391 \series bold
25392 \begin_inset space ~
25393 \end_inset
25394
25395
25396 \end_layout
25397
25398 \end_inset
25399
25400
25401 \backslash
25402 hspace{0pt}
25403 \backslash
25404 textsf{
25405 \backslash
25406 textbf{
25407 \backslash
25408 underbar{注意!}}}%
25409 \begin_inset Newline newline
25410 \end_inset
25411
25412
25413 \begin_inset Phantom HPhantom
25414 status open
25415
25416 \begin_layout Plain Layout
25417
25418 \series bold
25419 \begin_inset space ~
25420 \end_inset
25421
25422
25423 \end_layout
25424
25425 \end_inset
25426
25427
25428 \backslash
25429 vspace{1.5mm}
25430 \backslash
25431
25432 \backslash
25433 #1}}
25434 \end_layout
25435
25436 \begin_layout Standard
25437 \begin_inset ERT
25438 status collapsed
25439
25440 \begin_layout Plain Layout
25441
25442
25443 \backslash
25444 let
25445 \backslash
25446 myMarginpar
25447 \backslash
25448 marginpar
25449 \end_layout
25450
25451 \begin_layout Plain Layout
25452
25453
25454 \backslash
25455 renewcommand{
25456 \backslash
25457 marginpar}[1]{
25458 \backslash
25459 myMarginpar{%
25460 \end_layout
25461
25462 \begin_layout Plain Layout
25463
25464    
25465 \backslash
25466 textsf{
25467 \backslash
25468 textbf{
25469 \backslash
25470 underbar{注意!}}}%
25471 \end_layout
25472
25473 \begin_layout Plain Layout
25474
25475    
25476 \backslash
25477 vspace{1.5mm}
25478 \backslash
25479
25480 \backslash
25481 #1}}
25482 \end_layout
25483
25484 \end_inset
25485
25486
25487 \begin_inset Marginal
25488 status open
25489
25490 \begin_layout Plain Layout
25491 これは、定義したヘッダをつけた傍注です。
25492 \end_layout
25493
25494 \end_inset
25495
25496
25497 \begin_inset ERT
25498 status collapsed
25499
25500 \begin_layout Plain Layout
25501
25502 [-1.5cm]
25503 \end_layout
25504
25505 \end_inset
25506
25507
25508 \begin_inset ERT
25509 status collapsed
25510
25511 \begin_layout Plain Layout
25512
25513
25514 \backslash
25515 renewcommand{
25516 \backslash
25517 marginpar}[1]{
25518 \backslash
25519 myMarginpar{#1}}
25520 \end_layout
25521
25522 \end_inset
25523
25524
25525 \begin_inset Note Note
25526 status open
25527
25528 \begin_layout Plain Layout
25529 傍注書式は、この例の分だけ変更してあります。
25530 \end_layout
25531
25532 \end_inset
25533
25534
25535 \end_layout
25536
25537 \begin_layout Standard
25538 \begin_inset ERT
25539 status collapsed
25540
25541 \begin_layout Plain Layout
25542
25543
25544 \backslash
25545 else
25546 \end_layout
25547
25548 \end_inset
25549
25550
25551 \begin_inset Note Note
25552 status open
25553
25554 \begin_layout Plain Layout
25555 以下の部分は、LaTeXパッケージ
25556 \series bold
25557 marginnote
25558 \series default
25559 が導入されていないときのみ表示されます。
25560 \end_layout
25561
25562 \end_inset
25563
25564
25565 \end_layout
25566
25567 \begin_layout Standard
25568 本節の以下の部分を出力に表示するには、LaTeXパッケージ
25569 \series bold
25570 marginnote
25571 \series default
25572 を導入する必要があります。
25573 \end_layout
25574
25575 \begin_layout Standard
25576 \begin_inset ERT
25577 status collapsed
25578
25579 \begin_layout Plain Layout
25580
25581
25582 \backslash
25583 fi
25584 \end_layout
25585
25586 \end_inset
25587
25588
25589 \end_layout
25590
25591 \begin_layout Chapter
25592 ボックス
25593 \end_layout
25594
25595 \begin_layout Section
25596 はじめに
25597 \begin_inset Index idx
25598 status collapsed
25599
25600 \begin_layout Plain Layout
25601 ぼっくす@ボックス ! はじめに
25602 \end_layout
25603
25604 \end_inset
25605
25606
25607 \end_layout
25608
25609 \begin_layout Standard
25610 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
25611 \begin_inset CommandInset ref
25612 LatexCommand ref
25613 reference "sec:ミニページ"
25614
25615 \end_inset
25616
25617 節参照)、文章を囲ったり(第
25618 \begin_inset CommandInset ref
25619 LatexCommand ref
25620 reference "sec:装飾"
25621
25622 \end_inset
25623
25624 節参照)、単語がハイフネートされるのを予防したり(第
25625 \begin_inset CommandInset ref
25626 LatexCommand ref
25627 reference "sec:ハイフネーションの回避"
25628
25629 \end_inset
25630
25631 節参照)、文章を揃えたり(第
25632 \begin_inset CommandInset ref
25633 LatexCommand ref
25634 reference "sub:垂直揃え"
25635
25636 \end_inset
25637
25638 節参照)、あるいは文章の背景色を設定したり(第
25639 \begin_inset CommandInset ref
25640 LatexCommand ref
25641 reference "sec:色付きボックス"
25642
25643 \end_inset
25644
25645 節参照)するのに使用します。
25646 \end_layout
25647
25648 \begin_layout Standard
25649 ボックスは、
25650 \family sans
25651 挿入\SpecialChar \menuseparator
25652 ボックス
25653 \family default
25654 メニューかツールバーボタン
25655 \family sans
25656
25657 \begin_inset Info
25658 type  "icon"
25659 arg   "box-insert Frameless"
25660 \end_inset
25661
25662
25663 \family default
25664 を使って挿入することができます。すると、
25665 \begin_inset Graphics
25666         filename ../clipart/BoxInsetDefaultQt4.png
25667         scale 85
25668         scaleBeforeRotation
25669
25670 \end_inset
25671
25672 のように
25673 \family sans
25674 ボックス(minipage環境)
25675 \family default
25676 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
25677 \family sans
25678 設定
25679 \family default
25680 メニューを選択すると現れるボックスダイアログでは、
25681 \family sans
25682 parboxコマンド
25683 \family default
25684
25685 \family sans
25686 minipage環境
25687 \family default
25688 の二つの
25689 \family sans
25690 内部ボックス
25691 \family default
25692 型を選択することができます。
25693 \family sans
25694 minipage
25695 \family default
25696 型は、新規ボックスの既定値となっており、第
25697 \begin_inset CommandInset ref
25698 LatexCommand ref
25699 reference "sec:ミニページ"
25700
25701 \end_inset
25702
25703 節で説明します。
25704 \family sans
25705 parbox
25706 \family default
25707 型については第
25708 \begin_inset CommandInset ref
25709 LatexCommand ref
25710 reference "sec:Parboxes"
25711
25712 \end_inset
25713
25714 節、
25715 \family sans
25716 makebox
25717 \family default
25718 型については第
25719 \begin_inset CommandInset ref
25720 LatexCommand ref
25721 reference "sec:ハイフネーションの回避"
25722
25723 \end_inset
25724
25725 節で述べます。
25726 \end_layout
25727
25728 \begin_layout Standard
25729 ボックスは付番されないので、フロートや脚注のように参照することはできません。
25730 \end_layout
25731
25732 \begin_layout Standard
25733 \begin_inset Note Greyedout
25734 status open
25735
25736 \begin_layout Plain Layout
25737 【註】ボックスは、
25738 \family sans
25739 箇条書き(記号)
25740 \family default
25741 環境や
25742 \family sans
25743 箇条書き(記述)
25744 \family default
25745 環境の単独要素とすべきではありません。
25746 \end_layout
25747
25748 \end_inset
25749
25750
25751 \end_layout
25752
25753 \begin_layout Standard
25754 \begin_inset Note Greyedout
25755 status open
25756
25757 \begin_layout Plain Layout
25758 【註】理由は不明ですが、枠付きボックスを使用している場合には、
25759 \family sans
25760 内部ボックス
25761 \family default
25762 型は
25763 \family sans
25764 なし
25765 \family default
25766 にしか設定することができません。
25767 \family sans
25768 内部ボックス
25769 \family default
25770 型や枠のないボックスについては、第
25771 \begin_inset CommandInset ref
25772 LatexCommand ref
25773 reference "sec:ハイフネーションの回避"
25774
25775 \end_inset
25776
25777 節で説明します。
25778 \end_layout
25779
25780 \end_inset
25781
25782
25783 \end_layout
25784
25785 \begin_layout Section
25786 ボックスダイアログ
25787 \begin_inset CommandInset label
25788 LatexCommand label
25789 name "sec:ボックスダイアログ"
25790
25791 \end_inset
25792
25793
25794 \begin_inset Index idx
25795 status collapsed
25796
25797 \begin_layout Plain Layout
25798 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
25799 \end_layout
25800
25801 \end_inset
25802
25803
25804 \end_layout
25805
25806 \begin_layout Subsection
25807 寸法
25808 \begin_inset Index idx
25809 status collapsed
25810
25811 \begin_layout Plain Layout
25812 ぼっくす@ボックス ! すんぽう@寸法
25813 \end_layout
25814
25815 \end_inset
25816
25817
25818 \end_layout
25819
25820 \begin_layout Standard
25821 ボックスダイアログでは、
25822 \family sans
25823
25824 \family default
25825
25826 \family sans
25827 高さ
25828 \family default
25829 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
25830 \begin_inset CommandInset ref
25831 LatexCommand ref
25832 reference "tab:単位"
25833
25834 \end_inset
25835
25836 に説明されています。
25837 \family sans
25838 高さ
25839 \family default
25840 フィールドには、加えて以下の寸法を使用することができます。
25841 \end_layout
25842
25843 \begin_layout Description
25844 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
25845 \begin_inset Newline newline
25846 \end_inset
25847
25848
25849 \begin_inset Newline newline
25850 \end_inset
25851
25852
25853 \begin_inset Newline newline
25854 \end_inset
25855
25856
25857 \begin_inset Box Boxed
25858 position "c"
25859 hor_pos "c"
25860 has_inner_box 1
25861 inner_pos "c"
25862 use_parbox 0
25863 use_makebox 0
25864 width "12col%"
25865 special "none"
25866 height "1in"
25867 height_special "depth"
25868 status open
25869
25870 \begin_layout Plain Layout
25871 \align center
25872 高さを1階層に設定したボックス
25873 \end_layout
25874
25875 \end_inset
25876
25877
25878 \begin_inset Newline newline
25879 \end_inset
25880
25881
25882 \begin_inset Newline newline
25883 \end_inset
25884
25885
25886 \end_layout
25887
25888 \begin_layout Description
25889 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
25890 \begin_inset Box Boxed
25891 position "c"
25892 hor_pos "c"
25893 has_inner_box 1
25894 inner_pos "c"
25895 use_parbox 0
25896 use_makebox 0
25897 width "20col%"
25898 special "none"
25899 height "2in"
25900 height_special "height"
25901 status open
25902
25903 \begin_layout Plain Layout
25904 \align center
25905 高さを2高さに設定したボックス
25906 \end_layout
25907
25908 \end_inset
25909
25910
25911 \end_layout
25912
25913 \begin_layout Description
25914 全高 これは「高さ」+「階層」です。
25915 \begin_inset Box Boxed
25916 position "c"
25917 hor_pos "c"
25918 has_inner_box 1
25919 inner_pos "c"
25920 use_parbox 0
25921 use_makebox 0
25922 width "20col%"
25923 special "none"
25924 height "1in"
25925 height_special "totalheight"
25926 status open
25927
25928 \begin_layout Plain Layout
25929 \align center
25930 高さを1全高に設定したボックス
25931 \end_layout
25932
25933 \end_inset
25934
25935
25936 \end_layout
25937
25938 \begin_layout Description
25939 幅 これはボックスの幅を高さに設定します。
25940 \begin_inset Box Boxed
25941 position "c"
25942 hor_pos "c"
25943 has_inner_box 1
25944 inner_pos "c"
25945 use_parbox 0
25946 use_makebox 0
25947 width "12col%"
25948 special "none"
25949 height "1in"
25950 height_special "width"
25951 status open
25952
25953 \begin_layout Plain Layout
25954 \align center
25955 高さを1幅に設定したボックス
25956 \end_layout
25957
25958 \end_inset
25959
25960
25961 \end_layout
25962
25963 \begin_layout Subsection
25964 文字揃え
25965 \begin_inset Index idx
25966 status collapsed
25967
25968 \begin_layout Plain Layout
25969 ぼっくす@ボックス ! もじそろえ@文字揃え
25970 \end_layout
25971
25972 \end_inset
25973
25974
25975 \end_layout
25976
25977 \begin_layout Standard
25978
25979 \family sans
25980 内部ボックス
25981 \family default
25982 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
25983 \end_layout
25984
25985 \begin_layout Description
25986 上 これは例示のための本文行です。
25987 \begin_inset Box Boxed
25988 position "t"
25989 hor_pos "c"
25990 has_inner_box 1
25991 inner_pos "c"
25992 use_parbox 0
25993 use_makebox 0
25994 width "12col%"
25995 special "none"
25996 height "1in"
25997 height_special "totalheight"
25998 status open
25999
26000 \begin_layout Plain Layout
26001 \align center
26002 このボックスは上揃えです。
26003 \end_layout
26004
26005 \end_inset
26006
26007 これは例示のための本文行です。
26008 \end_layout
26009
26010 \begin_layout Description
26011 中央 これは例示のための本文行です。
26012 \begin_inset Box Boxed
26013 position "c"
26014 hor_pos "c"
26015 has_inner_box 1
26016 inner_pos "c"
26017 use_parbox 0
26018 use_makebox 0
26019 width "12col%"
26020 special "none"
26021 height "1in"
26022 height_special "totalheight"
26023 status open
26024
26025 \begin_layout Plain Layout
26026 \align center
26027 このボックスは中央揃えです。
26028 \end_layout
26029
26030 \end_inset
26031
26032 これは例示のための本文行です。
26033 \end_layout
26034
26035 \begin_layout Description
26036 下 これは例示のための本文行です。
26037 \begin_inset Box Boxed
26038 position "b"
26039 hor_pos "c"
26040 has_inner_box 1
26041 inner_pos "c"
26042 use_parbox 0
26043 use_makebox 0
26044 width "12col%"
26045 special "none"
26046 height "1in"
26047 height_special "totalheight"
26048 status open
26049
26050 \begin_layout Plain Layout
26051 \align center
26052 このボックスは下揃えです。
26053 \end_layout
26054
26055 \end_inset
26056
26057 これは例示のための本文行です。
26058 \end_layout
26059
26060 \begin_layout Standard
26061 \begin_inset Note Greyedout
26062 status open
26063
26064 \begin_layout Plain Layout
26065
26066 \series bold
26067 【註】
26068 \series default
26069 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
26070 \end_layout
26071
26072 \end_inset
26073
26074
26075 \end_layout
26076
26077 \begin_layout Standard
26078 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
26079 \end_layout
26080
26081 \begin_layout Standard
26082 \begin_inset VSpace bigskip
26083 \end_inset
26084
26085
26086 \family sans
26087 内部ボックス
26088 \family default
26089 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
26090 \end_layout
26091
26092 \begin_layout Description
26093 上 これは例示のための本文行です。
26094 \begin_inset Box Boxed
26095 position "c"
26096 hor_pos "c"
26097 has_inner_box 1
26098 inner_pos "t"
26099 use_parbox 0
26100 use_makebox 0
26101 width "12col%"
26102 special "none"
26103 height "1.5in"
26104 height_special "totalheight"
26105 status open
26106
26107 \begin_layout Plain Layout
26108 \align center
26109 このボックスの文章は上揃えです。
26110 \end_layout
26111
26112 \end_inset
26113
26114 これは例示のための本文行です。
26115 \end_layout
26116
26117 \begin_layout Description
26118 中央 これは例示のための本文行です。
26119 \begin_inset Box Boxed
26120 position "c"
26121 hor_pos "c"
26122 has_inner_box 1
26123 inner_pos "c"
26124 use_parbox 0
26125 use_makebox 0
26126 width "12col%"
26127 special "none"
26128 height "1.5in"
26129 height_special "totalheight"
26130 status open
26131
26132 \begin_layout Plain Layout
26133 \align center
26134 このボックスの文章は中央揃えです。
26135 \end_layout
26136
26137 \end_inset
26138
26139 これは例示のための本文行です。
26140 \end_layout
26141
26142 \begin_layout Description
26143 下 これは例示のための本文行です。
26144 \begin_inset Box Boxed
26145 position "c"
26146 hor_pos "c"
26147 has_inner_box 1
26148 inner_pos "b"
26149 use_parbox 0
26150 use_makebox 0
26151 width "12col%"
26152 special "none"
26153 height "1.5in"
26154 height_special "totalheight"
26155 status open
26156
26157 \begin_layout Plain Layout
26158 \align center
26159 このボックスの文章は下揃えです。
26160 \end_layout
26161
26162 \end_inset
26163
26164 これは例示のための本文行です。
26165 \end_layout
26166
26167 \begin_layout Description
26168 広げる これは例示のための本文行です。
26169 \begin_inset Box Boxed
26170 position "c"
26171 hor_pos "c"
26172 has_inner_box 1
26173 inner_pos "s"
26174 use_parbox 0
26175 use_makebox 0
26176 width "17col%"
26177 special "none"
26178 height "1.5in"
26179 height_special "totalheight"
26180 status open
26181
26182 \begin_layout Plain Layout
26183 \align center
26184 このボックスの
26185 \end_layout
26186
26187 \begin_layout Plain Layout
26188 \align center
26189 文章は広げて
26190 \end_layout
26191
26192 \begin_layout Plain Layout
26193 \align center
26194 あります。
26195 \end_layout
26196
26197 \end_inset
26198
26199 これは例示のための本文行です。
26200 \end_layout
26201
26202 \begin_layout Standard
26203 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
26204 \end_layout
26205
26206 \begin_layout Standard
26207 \begin_inset VSpace bigskip
26208 \end_inset
26209
26210
26211 \family sans
26212 内部ボックス
26213 \family default
26214 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
26215 \end_layout
26216
26217 \begin_layout Standard
26218 \align center
26219 \begin_inset Box Boxed
26220 position "c"
26221 hor_pos "c"
26222 has_inner_box 1
26223 inner_pos "s"
26224 use_parbox 0
26225 use_makebox 0
26226 width "25col%"
26227 special "none"
26228 height "1.25in"
26229 height_special "totalheight"
26230 status open
26231
26232 \begin_layout Plain Layout
26233 \align left
26234 このボックスの
26235 \end_layout
26236
26237 \begin_layout Plain Layout
26238 \align center
26239 文章は広げて
26240 \end_layout
26241
26242 \begin_layout Plain Layout
26243 \align right
26244 あります。
26245 \end_layout
26246
26247 \end_inset
26248
26249
26250 \end_layout
26251
26252 \begin_layout Standard
26253
26254 \family sans
26255 内部ボックス
26256 \family default
26257 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
26258 \end_layout
26259
26260 \begin_layout Standard
26261 \align center
26262 \begin_inset Box Boxed
26263 position "c"
26264 hor_pos "s"
26265 has_inner_box 0
26266 inner_pos "s"
26267 use_parbox 0
26268 use_makebox 0
26269 width "90col%"
26270 special "none"
26271 height "1.25in"
26272 height_special "totalheight"
26273 status open
26274
26275 \begin_layout Plain Layout
26276 このボックスの文章は水平方向に広げてあります。
26277 \end_layout
26278
26279 \end_inset
26280
26281
26282 \end_layout
26283
26284 \begin_layout Subsection
26285 装飾
26286 \begin_inset CommandInset label
26287 LatexCommand label
26288 name "sec:装飾"
26289
26290 \end_inset
26291
26292
26293 \begin_inset Index idx
26294 status collapsed
26295
26296 \begin_layout Plain Layout
26297 ぼっくす@ボックス ! そうしょく@装飾
26298 \end_layout
26299
26300 \end_inset
26301
26302
26303 \end_layout
26304
26305 \begin_layout Standard
26306 ボックス型は、ボックスダイアログ中の
26307 \family sans
26308 装飾
26309 \family default
26310 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
26311 \end_layout
26312
26313 \begin_layout Description
26314 縁なし 枠を描きません。
26315 \end_layout
26316
26317 \begin_layout Description
26318 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
26319 \series bold
26320
26321 \backslash
26322 fboxrule
26323 \series default
26324 の値になります。 
26325 \begin_inset Box Boxed
26326 position "c"
26327 hor_pos "c"
26328 has_inner_box 1
26329 inner_pos "c"
26330 use_parbox 0
26331 use_makebox 0
26332 width "20col%"
26333 special "none"
26334 height "1in"
26335 height_special "totalheight"
26336 status open
26337
26338 \begin_layout Plain Layout
26339 \align center
26340 長方形の箱型
26341 \end_layout
26342
26343 \end_inset
26344
26345
26346 \end_layout
26347
26348 \begin_layout Description
26349 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
26350 \begin_inset space \thinspace{}
26351 \end_inset
26352
26353 ptです。 
26354 \begin_inset Box ovalbox
26355 position "c"
26356 hor_pos "c"
26357 has_inner_box 1
26358 inner_pos "c"
26359 use_parbox 0
26360 use_makebox 0
26361 width "20col%"
26362 special "none"
26363 height "1in"
26364 height_special "totalheight"
26365 status open
26366
26367 \begin_layout Plain Layout
26368 \align center
26369 楕円形の箱型(細線)
26370 \end_layout
26371
26372 \end_inset
26373
26374
26375 \end_layout
26376
26377 \begin_layout Description
26378 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
26379 \begin_inset space \thinspace{}
26380 \end_inset
26381
26382 ptです。 
26383 \begin_inset Box Ovalbox
26384 position "c"
26385 hor_pos "c"
26386 has_inner_box 1
26387 inner_pos "c"
26388 use_parbox 0
26389 use_makebox 0
26390 width "20col%"
26391 special "none"
26392 height "1in"
26393 height_special "totalheight"
26394 status open
26395
26396 \begin_layout Plain Layout
26397 \align center
26398 楕円形の箱型(太線)
26399 \end_layout
26400
26401 \end_inset
26402
26403
26404 \end_layout
26405
26406 \begin_layout Description
26407 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
26408 \series bold
26409
26410 \backslash
26411 fboxrule
26412 \series default
26413 の値になり、影の幅は4
26414 \begin_inset space \thinspace{}
26415 \end_inset
26416
26417 ptになります。
26418 \begin_inset Box Shadowbox
26419 position "c"
26420 hor_pos "c"
26421 has_inner_box 1
26422 inner_pos "c"
26423 use_parbox 0
26424 use_makebox 0
26425 width "20col%"
26426 special "none"
26427 height "1in"
26428 height_special "totalheight"
26429 status open
26430
26431 \begin_layout Plain Layout
26432 \align center
26433 影付きの箱型
26434 \end_layout
26435
26436 \end_inset
26437
26438
26439 \end_layout
26440
26441 \begin_layout Description
26442 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
26443 \begin_inset Foot
26444 status collapsed
26445
26446 \begin_layout Plain Layout
26447
26448 \begin_inset CommandInset ref
26449 LatexCommand ref
26450 reference "sec:色付きボックス"
26451
26452 \end_inset
26453
26454 節を参照のこと。
26455 \end_layout
26456
26457 \end_inset
26458
26459 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
26460 \begin_inset Box Shaded
26461 position "t"
26462 hor_pos "c"
26463 has_inner_box 0
26464 inner_pos "t"
26465 use_parbox 0
26466 use_makebox 0
26467 width "50col%"
26468 special "none"
26469 height "1in"
26470 height_special "totalheight"
26471 status open
26472
26473 \begin_layout Plain Layout
26474 影付き背景の箱型
26475 \end_layout
26476
26477 \end_inset
26478
26479
26480 \end_layout
26481
26482 \begin_layout Description
26483 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
26484 \begin_inset space \thinspace{}
26485 \end_inset
26486
26487
26488 \series bold
26489
26490 \backslash
26491 fboxrule
26492 \series default
26493 であり、外側の枠線の太さは1.5
26494 \begin_inset space \thinspace{}
26495 \end_inset
26496
26497
26498 \series bold
26499
26500 \backslash
26501 fboxrule
26502 \series default
26503 です。枠線間の距離は1.5
26504 \begin_inset space \thinspace{}
26505 \end_inset
26506
26507
26508 \series bold
26509
26510 \backslash
26511 fboxrule
26512 \series default
26513
26514 \begin_inset space \thinspace{}
26515 \end_inset
26516
26517 +
26518 \begin_inset space \thinspace{}
26519 \end_inset
26520
26521 0.5
26522 \begin_inset space \thinspace{}
26523 \end_inset
26524
26525 ptです。 
26526 \begin_inset Box Doublebox
26527 position "c"
26528 hor_pos "c"
26529 has_inner_box 1
26530 inner_pos "c"
26531 use_parbox 0
26532 use_makebox 0
26533 width "20col%"
26534 special "none"
26535 height "1in"
26536 height_special "totalheight"
26537 status open
26538
26539 \begin_layout Plain Layout
26540 \align center
26541 二重の長方形の箱型
26542 \end_layout
26543
26544 \end_inset
26545
26546
26547 \end_layout
26548
26549 \begin_layout Standard
26550 \begin_inset VSpace bigskip
26551 \end_inset
26552
26553 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
26554 \series bold
26555 fancybox
26556 \series default
26557
26558 \begin_inset Index idx
26559 status collapsed
26560
26561 \begin_layout Plain Layout
26562 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
26563 \end_layout
26564
26565 \end_inset
26566
26567 が導入済みでなくてはなりません。
26568 \end_layout
26569
26570 \begin_layout Standard
26571 \begin_inset VSpace bigskip
26572 \end_inset
26573
26574 装飾として
26575 \family sans
26576 簡素な長方形の箱型
26577 \family default
26578 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
26579 れ、このボックス型では
26580 \series bold
26581
26582 \backslash
26583 fboxrule
26584 \series default
26585
26586 \series bold
26587
26588 \backslash
26589 fboxsep
26590 \series default
26591 は無効となります。枠線の太さは
26592 \series bold
26593
26594 \backslash
26595 FrameRule
26596 \series default
26597 の値になります。 
26598 \begin_inset Box Framed
26599 position "t"
26600 hor_pos "c"
26601 has_inner_box 0
26602 inner_pos "t"
26603 use_parbox 0
26604 use_makebox 0
26605 width "100col%"
26606 special "none"
26607 height "1in"
26608 height_special "totalheight"
26609 status collapsed
26610
26611 \begin_layout Plain Layout
26612 改行可能な箱型
26613 \end_layout
26614
26615 \end_inset
26616
26617
26618 \end_layout
26619
26620 \begin_layout Section
26621 ボックスの詳細な設定
26622 \begin_inset Index idx
26623 status collapsed
26624
26625 \begin_layout Plain Layout
26626 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
26627 \end_layout
26628
26629 \end_inset
26630
26631
26632 \end_layout
26633
26634 \begin_layout Standard
26635 寸法
26636 \series bold
26637
26638 \backslash
26639 fboxrule
26640 \series default
26641 の既定値は0.4
26642 \begin_inset space \thinspace{}
26643 \end_inset
26644
26645 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
26646 \begin_inset space \thinspace{}
26647 \end_inset
26648
26649 ptに変更することができます。
26650 \end_layout
26651
26652 \begin_layout Standard
26653
26654 \series bold
26655
26656 \backslash
26657 setlength{
26658 \backslash
26659 fboxrule}{2pt}
26660 \end_layout
26661
26662 \begin_layout Standard
26663 \begin_inset ERT
26664 status collapsed
26665
26666 \begin_layout Plain Layout
26667
26668
26669 \backslash
26670 setlength{
26671 \backslash
26672 fboxrule}{2pt}
26673 \end_layout
26674
26675 \end_inset
26676
26677
26678 \begin_inset Box Boxed
26679 position "c"
26680 hor_pos "c"
26681 has_inner_box 1
26682 inner_pos "c"
26683 use_parbox 0
26684 use_makebox 0
26685 width "25col%"
26686 special "none"
26687 height "1in"
26688 height_special "totalheight"
26689 status open
26690
26691 \begin_layout Plain Layout
26692 \align center
26693
26694 \series bold
26695
26696 \backslash
26697 fboxrule
26698 \series default
26699
26700 \begin_inset space \thinspace{}
26701 \end_inset
26702
26703 =
26704 \begin_inset space \thinspace{}
26705 \end_inset
26706
26707 2
26708 \begin_inset space \thinspace{}
26709 \end_inset
26710
26711 ptの長方形の箱型
26712 \end_layout
26713
26714 \end_inset
26715
26716
26717 \begin_inset ERT
26718 status collapsed
26719
26720 \begin_layout Plain Layout
26721
26722
26723 \backslash
26724 setlength{
26725 \backslash
26726 fboxrule}{0.4pt}
26727 \end_layout
26728
26729 \end_inset
26730
26731
26732 \end_layout
26733
26734 \begin_layout Standard
26735 \begin_inset VSpace bigskip
26736 \end_inset
26737
26738 枠とボックスの内容との空白は、すべての枠様式について3
26739 \begin_inset space \thinspace{}
26740 \end_inset
26741
26742 ptが既定値になっています。これは、長さ
26743 \series bold
26744
26745 \backslash
26746 fboxsep
26747 \series default
26748 を別の値に設定することによって変更することができます。たとえば
26749 \end_layout
26750
26751 \begin_layout Standard
26752
26753 \series bold
26754
26755 \backslash
26756 setlength{
26757 \backslash
26758 fboxsep}{10pt}
26759 \end_layout
26760
26761 \begin_layout Standard
26762 というコマンドは、この値を10
26763 \begin_inset space \thinspace{}
26764 \end_inset
26765
26766 ptにし、以下のボックスのようになります。
26767 \end_layout
26768
26769 \begin_layout Standard
26770 \begin_inset ERT
26771 status collapsed
26772
26773 \begin_layout Plain Layout
26774
26775
26776 \backslash
26777 setlength{
26778 \backslash
26779 fboxsep}{10pt}
26780 \end_layout
26781
26782 \end_inset
26783
26784
26785 \begin_inset Box Boxed
26786 position "c"
26787 hor_pos "c"
26788 has_inner_box 1
26789 inner_pos "c"
26790 use_parbox 0
26791 use_makebox 0
26792 width "25col%"
26793 special "none"
26794 height "1in"
26795 height_special "totalheight"
26796 status open
26797
26798 \begin_layout Plain Layout
26799 \align center
26800
26801 \series bold
26802
26803 \backslash
26804 fboxsep
26805 \series default
26806
26807 \begin_inset space \thinspace{}
26808 \end_inset
26809
26810 =
26811 \begin_inset space \thinspace{}
26812 \end_inset
26813
26814 10
26815 \begin_inset space \thinspace{}
26816 \end_inset
26817
26818 ptの長方形の箱型
26819 \end_layout
26820
26821 \end_inset
26822
26823
26824 \begin_inset ERT
26825 status collapsed
26826
26827 \begin_layout Plain Layout
26828
26829
26830 \backslash
26831 setlength{
26832 \backslash
26833 fboxsep}{3pt}
26834 \end_layout
26835
26836 \end_inset
26837
26838
26839 \end_layout
26840
26841 \begin_layout Standard
26842 \begin_inset VSpace bigskip
26843 \end_inset
26844
26845 楕円形ボックスの丸い角の直径は、コマンド
26846 \series bold
26847
26848 \backslash
26849 cornersize
26850 \series default
26851 で設定することができます。
26852 \end_layout
26853
26854 \begin_layout Standard
26855
26856 \series bold
26857
26858 \backslash
26859 cornersize*{1cm}
26860 \end_layout
26861
26862 \begin_layout Standard
26863 というコマンドは、直径を1
26864 \begin_inset space \thinspace{}
26865 \end_inset
26866
26867 cmに設定します。
26868 \end_layout
26869
26870 \begin_layout Standard
26871
26872 \series bold
26873
26874 \backslash
26875 cornersize{数値}
26876 \end_layout
26877
26878 \begin_layout Standard
26879 というコマンドは、直径を
26880 \family sans
26881 数値
26882 \begin_inset space \thinspace{}
26883 \end_inset
26884
26885 ×
26886 \begin_inset space \thinspace{}
26887 \end_inset
26888
26889 (ボックスの幅と高さの小さい方)
26890 \family default
26891 に設定します。既定値は
26892 \series bold
26893
26894 \backslash
26895 cornersize{0.5}
26896 \series default
26897 です。
26898 \end_layout
26899
26900 \begin_layout Standard
26901 \begin_inset ERT
26902 status collapsed
26903
26904 \begin_layout Plain Layout
26905
26906
26907 \backslash
26908 cornersize*{1.5cm}
26909 \end_layout
26910
26911 \end_inset
26912
26913
26914 \begin_inset Box Ovalbox
26915 position "c"
26916 hor_pos "c"
26917 has_inner_box 1
26918 inner_pos "c"
26919 use_parbox 0
26920 use_makebox 0
26921 width "25col%"
26922 special "none"
26923 height "1in"
26924 height_special "totalheight"
26925 status open
26926
26927 \begin_layout Plain Layout
26928 \align center
26929
26930 \series bold
26931
26932 \backslash
26933 cornersize
26934 \series default
26935
26936 \begin_inset space \thinspace{}
26937 \end_inset
26938
26939 =
26940 \begin_inset space \thinspace{}
26941 \end_inset
26942
26943 1.5
26944 \begin_inset space \thinspace{}
26945 \end_inset
26946
26947 cmの楕円形の箱型
26948 \end_layout
26949
26950 \end_inset
26951
26952
26953 \begin_inset ERT
26954 status collapsed
26955
26956 \begin_layout Plain Layout
26957
26958
26959 \backslash
26960 cornersize{0.5}
26961 \end_layout
26962
26963 \end_inset
26964
26965
26966 \end_layout
26967
26968 \begin_layout Standard
26969 \begin_inset VSpace bigskip
26970 \end_inset
26971
26972 影の大きさは、長さ
26973 \series bold
26974
26975 \backslash
26976 shadowsize
26977 \series default
26978 を変更することで調整できます。以下のボックスでは
26979 \end_layout
26980
26981 \begin_layout Standard
26982
26983 \series bold
26984
26985 \backslash
26986 setlength{
26987 \backslash
26988 shadowsize}{2pt}
26989 \end_layout
26990
26991 \begin_layout Standard
26992 というコマンドを使って、2
26993 \begin_inset space \thinspace{}
26994 \end_inset
26995
26996 ptに設定しています。
26997 \end_layout
26998
26999 \begin_layout Standard
27000 \begin_inset ERT
27001 status collapsed
27002
27003 \begin_layout Plain Layout
27004
27005
27006 \backslash
27007 setlength{
27008 \backslash
27009 shadowsize}{2pt}
27010 \end_layout
27011
27012 \end_inset
27013
27014
27015 \begin_inset Box Shadowbox
27016 position "c"
27017 hor_pos "c"
27018 has_inner_box 1
27019 inner_pos "c"
27020 use_parbox 0
27021 use_makebox 0
27022 width "25col%"
27023 special "none"
27024 height "1in"
27025 height_special "totalheight"
27026 status open
27027
27028 \begin_layout Plain Layout
27029 \align center
27030
27031 \series bold
27032
27033 \backslash
27034 shadowsize
27035 \series default
27036
27037 \begin_inset space \thinspace{}
27038 \end_inset
27039
27040 =
27041 \begin_inset space \thinspace{}
27042 \end_inset
27043
27044 2
27045 \begin_inset space \thinspace{}
27046 \end_inset
27047
27048 ptの影付きボックス
27049 \end_layout
27050
27051 \end_inset
27052
27053
27054 \begin_inset ERT
27055 status collapsed
27056
27057 \begin_layout Plain Layout
27058
27059
27060 \backslash
27061 setlength{
27062 \backslash
27063 shadowsize}{4pt}
27064 \end_layout
27065
27066 \end_inset
27067
27068
27069 \end_layout
27070
27071 \begin_layout Standard
27072 \begin_inset VSpace bigskip
27073 \end_inset
27074
27075
27076 \end_layout
27077
27078 \begin_layout Standard
27079 寸法
27080 \series bold
27081
27082 \backslash
27083 FrameRule
27084 \series default
27085 の既定値は0.4
27086 \begin_inset space \thinspace{}
27087 \end_inset
27088
27089 ptです。ボックスの中身と枠の間の空白の既定値は9
27090 \begin_inset space \thinspace{}
27091 \end_inset
27092
27093 ptですが、
27094 \series bold
27095
27096 \backslash
27097 FrameSep
27098 \series default
27099 の値を変えることで変更することができます。たとえば、下記の
27100 \family sans
27101 ボックス
27102 \family default
27103 の枠の外見は、
27104 \end_layout
27105
27106 \begin_layout Standard
27107
27108 \series bold
27109
27110 \backslash
27111 setlength{
27112 \backslash
27113 FrameRule}{5pt}
27114 \begin_inset Newline newline
27115 \end_inset
27116
27117
27118 \backslash
27119 setlength{
27120 \backslash
27121 FrameSep}{0.5cm}
27122 \end_layout
27123
27124 \begin_layout Standard
27125 というTeXコードコマンドで設定してあります。
27126 \begin_inset ERT
27127 status collapsed
27128
27129 \begin_layout Plain Layout
27130
27131
27132 \backslash
27133 setlength{
27134 \backslash
27135 FrameRule}{5pt}
27136 \end_layout
27137
27138 \begin_layout Plain Layout
27139
27140
27141 \backslash
27142 setlength{
27143 \backslash
27144 FrameSep}{0.5cm}
27145 \end_layout
27146
27147 \end_inset
27148
27149
27150 \begin_inset Box Framed
27151 position "t"
27152 hor_pos "c"
27153 has_inner_box 0
27154 inner_pos "t"
27155 use_parbox 0
27156 use_makebox 0
27157 width "100col%"
27158 special "none"
27159 height "1in"
27160 height_special "totalheight"
27161 status open
27162
27163 \begin_layout Plain Layout
27164 これは
27165 \family sans
27166 改頁可能
27167 \family default
27168 ボックスの文章です。
27169 \end_layout
27170
27171 \end_inset
27172
27173
27174 \begin_inset ERT
27175 status collapsed
27176
27177 \begin_layout Plain Layout
27178
27179
27180 \backslash
27181 setlength{
27182 \backslash
27183 FrameRule}{0.4pt}
27184 \end_layout
27185
27186 \begin_layout Plain Layout
27187
27188
27189 \backslash
27190 setlength{
27191 \backslash
27192 FrameSep}{9pt}
27193 \end_layout
27194
27195 \end_inset
27196
27197
27198 \end_layout
27199
27200 \begin_layout Standard
27201 \begin_inset VSpace bigskip
27202 \end_inset
27203
27204
27205 \end_layout
27206
27207 \begin_layout Standard
27208
27209 \family sans
27210 影付き背景
27211 \family default
27212 ボックスでは、ボックスの内容と枠の余白の既定値は3
27213 \begin_inset space \thinspace{}
27214 \end_inset
27215
27216 ptになっていますが、
27217 \series bold
27218
27219 \backslash
27220 fboxsep
27221 \series default
27222 の値を変更することで変えられます。既定の背景色である赤色は、
27223 \series bold
27224
27225 \backslash
27226 definecolor{shadebox}
27227 \series default
27228 コマンドで局所的に変更することもできますし、
27229 \family sans
27230 ツール\SpecialChar \menuseparator
27231 設定\SpecialChar \menuseparator
27232 色\SpecialChar \menuseparator
27233 影付きボックス
27234 \family default
27235 メニューからグローバルに変更することもできます。
27236 \series bold
27237
27238 \backslash
27239 definecolor
27240 \series default
27241 コマンドの用法は第
27242 \begin_inset CommandInset ref
27243 LatexCommand ref
27244 reference "sec:色付きの表"
27245
27246 \end_inset
27247
27248
27249 \begin_inset Foot
27250 status open
27251
27252 \begin_layout Plain Layout
27253 N
27254 \series bold
27255
27256 \backslash
27257 definecolor
27258 \series default
27259 は、LaTeXパッケージの
27260 \series bold
27261 color
27262 \series default
27263 をプリアンブルに読み込む必要があります。第
27264 \begin_inset CommandInset ref
27265 LatexCommand ref
27266 reference "sec:色付きボックス"
27267
27268 \end_inset
27269
27270 節をご参照ください。.
27271 \end_layout
27272
27273 \end_inset
27274
27275 で説明されています。
27276 \end_layout
27277
27278 \begin_layout Standard
27279 たとえば、下記の影付き背景ボックスの外見は
27280 \end_layout
27281
27282 \begin_layout Standard
27283
27284 \series bold
27285
27286 \backslash
27287 setlength{
27288 \backslash
27289 fboxsep}{0.5cm}
27290 \series default
27291
27292 \begin_inset Newline newline
27293 \end_inset
27294
27295
27296 \series bold
27297
27298 \backslash
27299 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27300 \end_layout
27301
27302 \begin_layout Standard
27303 というTeXコードコマンドを使って設定してあります。
27304 \end_layout
27305
27306 \begin_layout Standard
27307 \begin_inset ERT
27308 status collapsed
27309
27310 \begin_layout Plain Layout
27311
27312
27313 \backslash
27314 setlength{
27315 \backslash
27316 fboxsep}{0.5cm}
27317 \end_layout
27318
27319 \begin_layout Plain Layout
27320
27321
27322 \backslash
27323 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27324 \end_layout
27325
27326 \end_inset
27327
27328
27329 \begin_inset Box Shaded
27330 position "t"
27331 hor_pos "c"
27332 has_inner_box 0
27333 inner_pos "t"
27334 use_parbox 0
27335 use_makebox 0
27336 width "100col%"
27337 special "none"
27338 height "1in"
27339 height_special "totalheight"
27340 status open
27341
27342 \begin_layout Plain Layout
27343
27344 \color yellow
27345 これは、濃緑色の背景の
27346 \family sans
27347 影付き背景
27348 \family default
27349 ボックスに入れた黄色の文章です。
27350 \end_layout
27351
27352 \end_inset
27353
27354
27355 \begin_inset ERT
27356 status collapsed
27357
27358 \begin_layout Plain Layout
27359
27360
27361 \backslash
27362 setlength{
27363 \backslash
27364 fboxsep}{3pt}
27365 \end_layout
27366
27367 \begin_layout Plain Layout
27368
27369
27370 \backslash
27371 definecolor{shadecolor}{rgb}{1,0,0}
27372 \end_layout
27373
27374 \end_inset
27375
27376
27377 \end_layout
27378
27379 \begin_layout Standard
27380 \begin_inset VSpace bigskip
27381 \end_inset
27382
27383 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
27384 \end_layout
27385
27386 \begin_layout Section
27387 ミニページ
27388 \begin_inset CommandInset label
27389 LatexCommand label
27390 name "sec:ミニページ"
27391
27392 \end_inset
27393
27394
27395 \begin_inset Index idx
27396 status collapsed
27397
27398 \begin_layout Plain Layout
27399 ぼっくす@ボックス ! みにぺーじ@ミニページ
27400 \end_layout
27401
27402 \end_inset
27403
27404
27405 \end_layout
27406
27407 \begin_layout Standard
27408 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
27409 \end_layout
27410
27411 \begin_layout Standard
27412 ミニページは、複数の言語を含む文書を執筆する際に便利です。
27413 \end_layout
27414
27415 \begin_layout Standard
27416 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
27417 \family sans
27418 挿入
27419 \family default
27420 \SpecialChar \menuseparator
27421
27422 \family sans
27423 整形
27424 \family default
27425 \SpecialChar \menuseparator
27426
27427 \family sans
27428 水平方向の空白
27429 \family default
27430 メニューで挿入した水平フィルで隔てられています。
27431 \begin_inset Newpage newpage
27432 \end_inset
27433
27434
27435 \end_layout
27436
27437 \begin_layout Standard
27438 \begin_inset Box Frameless
27439 position "t"
27440 hor_pos "c"
27441 has_inner_box 1
27442 inner_pos "c"
27443 use_parbox 0
27444 use_makebox 0
27445 width "45col%"
27446 special "none"
27447 height "1in"
27448 height_special "totalheight"
27449 status open
27450
27451 \begin_layout Plain Layout
27452 Dies ist ein deutscher Text.
27453  Dies ist ein deutscher Text.
27454  Dies ist ein deutscher Text.
27455  Dies ist ein deutscher Text.
27456  Dies ist ein deutscher Text.
27457  Dies ist ein deutscher Text.
27458  Dies ist ein deutscher Text.
27459  Dies ist ein deutscher Text.
27460  Dies ist ein deutscher Text.
27461  Dies ist ein deutscher Text.
27462  Dies ist ein deutscher Text.
27463  Dies ist ein deutscher Text.
27464  Dies ist ein deutscher Text
27465 \begin_inset Foot
27466 status collapsed
27467
27468 \begin_layout Plain Layout
27469 Dies ist eine deutsche Fußnote.
27470 \end_layout
27471
27472 \end_inset
27473
27474 .
27475  Dies ist ein deutscher Text.
27476  Dies ist ein deutscher Text.
27477 \end_layout
27478
27479 \end_inset
27480
27481
27482 \begin_inset space \hfill{}
27483 \end_inset
27484
27485
27486 \begin_inset Box Frameless
27487 position "t"
27488 hor_pos "c"
27489 has_inner_box 1
27490 inner_pos "c"
27491 use_parbox 0
27492 use_makebox 0
27493 width "45col%"
27494 special "none"
27495 height "1in"
27496 height_special "totalheight"
27497 status open
27498
27499 \begin_layout Plain Layout
27500 This is an English Text.
27501  This is an English Text.
27502  This is an English Text.
27503  This is an English Text.
27504  This is an English Text.
27505  This is an English Text.
27506  This is an English Text.
27507  This is an English Text.
27508  This is an English Text.
27509  This is an English Text.
27510  This is an English Text.
27511  This is an English Text.
27512  This is an English Text.
27513  This is an English Text.
27514  This is an English Text.
27515  This is an English Text.
27516 \begin_inset Foot
27517 status collapsed
27518
27519 \begin_layout Plain Layout
27520 This is an English footnote.
27521 \end_layout
27522
27523 \end_inset
27524
27525  This is an English Text.
27526  
27527 \end_layout
27528
27529 \end_inset
27530
27531
27532 \end_layout
27533
27534 \begin_layout Standard
27535 \begin_inset VSpace bigskip
27536 \end_inset
27537
27538 ミニページのもう一つの応用例としては、表内での脚注があります。LaTeXの制約のせいで、表中の脚注は、同一ページの底部には表示されません。しかし、脚注を含む表を
27539 ミニページ内に置けば、脚注は底部に表示され、ラテン文字で付番されます。脚注番号は、ミニページ毎に1にリセットされますが、ミニページ外ではリセットされません。
27540 \end_layout
27541
27542 \begin_layout Standard
27543 この表の脚注は表示されません。
27544 \begin_inset Tabular
27545 <lyxtabular version="3" rows="3" columns="4">
27546 <features tabularvalignment="middle">
27547 <column alignment="center" valignment="top" width="0pt">
27548 <column alignment="center" valignment="top" width="0pt">
27549 <column alignment="center" valignment="top" width="0pt">
27550 <column alignment="center" valignment="top" width="0pt">
27551 <row>
27552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27553 \begin_inset Text
27554
27555 \begin_layout Plain Layout
27556 1
27557 \end_layout
27558
27559 \end_inset
27560 </cell>
27561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27562 \begin_inset Text
27563
27564 \begin_layout Plain Layout
27565 2
27566 \end_layout
27567
27568 \end_inset
27569 </cell>
27570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27571 \begin_inset Text
27572
27573 \begin_layout Plain Layout
27574 3
27575 \begin_inset Foot
27576 status collapsed
27577
27578 \begin_layout Plain Layout
27579 これは表中の脚注です。
27580 \end_layout
27581
27582 \end_inset
27583
27584
27585 \end_layout
27586
27587 \end_inset
27588 </cell>
27589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27590 \begin_inset Text
27591
27592 \begin_layout Plain Layout
27593 4
27594 \end_layout
27595
27596 \end_inset
27597 </cell>
27598 </row>
27599 <row>
27600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27601 \begin_inset Text
27602
27603 \begin_layout Plain Layout
27604
27605 \end_layout
27606
27607 \end_inset
27608 </cell>
27609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27610 \begin_inset Text
27611
27612 \begin_layout Plain Layout
27613
27614 \end_layout
27615
27616 \end_inset
27617 </cell>
27618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27619 \begin_inset Text
27620
27621 \begin_layout Plain Layout
27622
27623 \end_layout
27624
27625 \end_inset
27626 </cell>
27627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27628 \begin_inset Text
27629
27630 \begin_layout Plain Layout
27631
27632 \end_layout
27633
27634 \end_inset
27635 </cell>
27636 </row>
27637 <row>
27638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27639 \begin_inset Text
27640
27641 \begin_layout Plain Layout
27642
27643 \end_layout
27644
27645 \end_inset
27646 </cell>
27647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27648 \begin_inset Text
27649
27650 \begin_layout Plain Layout
27651
27652 \end_layout
27653
27654 \end_inset
27655 </cell>
27656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27657 \begin_inset Text
27658
27659 \begin_layout Plain Layout
27660
27661 \end_layout
27662
27663 \end_inset
27664 </cell>
27665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27666 \begin_inset Text
27667
27668 \begin_layout Plain Layout
27669
27670 \end_layout
27671
27672 \end_inset
27673 </cell>
27674 </row>
27675 </lyxtabular>
27676
27677 \end_inset
27678
27679
27680 \end_layout
27681
27682 \begin_layout Standard
27683 \align center
27684 \begin_inset Box Frameless
27685 position "t"
27686 hor_pos "c"
27687 has_inner_box 1
27688 inner_pos "c"
27689 use_parbox 0
27690 use_makebox 0
27691 width "30col%"
27692 special "none"
27693 height "1in"
27694 height_special "totalheight"
27695 status open
27696
27697 \begin_layout Plain Layout
27698 \align center
27699 \begin_inset Tabular
27700 <lyxtabular version="3" rows="3" columns="4">
27701 <features tabularvalignment="middle">
27702 <column alignment="center" valignment="top" width="0pt">
27703 <column alignment="center" valignment="top" width="0pt">
27704 <column alignment="center" valignment="top" width="0pt">
27705 <column alignment="center" valignment="top" width="0pt">
27706 <row>
27707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27708 \begin_inset Text
27709
27710 \begin_layout Plain Layout
27711 1
27712 \end_layout
27713
27714 \end_inset
27715 </cell>
27716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27717 \begin_inset Text
27718
27719 \begin_layout Plain Layout
27720 2
27721 \end_layout
27722
27723 \end_inset
27724 </cell>
27725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27726 \begin_inset Text
27727
27728 \begin_layout Plain Layout
27729 3
27730 \begin_inset Foot
27731 status collapsed
27732
27733 \begin_layout Plain Layout
27734 これは表中の脚注です。
27735 \end_layout
27736
27737 \end_inset
27738
27739
27740 \end_layout
27741
27742 \end_inset
27743 </cell>
27744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27745 \begin_inset Text
27746
27747 \begin_layout Plain Layout
27748 4
27749 \end_layout
27750
27751 \end_inset
27752 </cell>
27753 </row>
27754 <row>
27755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27756 \begin_inset Text
27757
27758 \begin_layout Plain Layout
27759
27760 \end_layout
27761
27762 \end_inset
27763 </cell>
27764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27765 \begin_inset Text
27766
27767 \begin_layout Plain Layout
27768
27769 \end_layout
27770
27771 \end_inset
27772 </cell>
27773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27774 \begin_inset Text
27775
27776 \begin_layout Plain Layout
27777
27778 \end_layout
27779
27780 \end_inset
27781 </cell>
27782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27783 \begin_inset Text
27784
27785 \begin_layout Plain Layout
27786
27787 \end_layout
27788
27789 \end_inset
27790 </cell>
27791 </row>
27792 <row>
27793 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="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" bottomline="true" leftline="true" usebox="none">
27812 \begin_inset Text
27813
27814 \begin_layout Plain Layout
27815
27816 \end_layout
27817
27818 \end_inset
27819 </cell>
27820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27821 \begin_inset Text
27822
27823 \begin_layout Plain Layout
27824
27825 \end_layout
27826
27827 \end_inset
27828 </cell>
27829 </row>
27830 </lyxtabular>
27831
27832 \end_inset
27833
27834
27835 \end_layout
27836
27837 \end_inset
27838
27839
27840 \end_layout
27841
27842 \begin_layout Standard
27843 \begin_inset VSpace bigskip
27844 \end_inset
27845
27846 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
27847 \family sans
27848 中スキップ
27849 \family default
27850 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
27851 \end_layout
27852
27853 \begin_layout Standard
27854 ミニページは、文章部に背景色を与えるのに使用することもできます。第
27855 \begin_inset CommandInset ref
27856 LatexCommand ref
27857 reference "sub:段落の着色"
27858
27859 \end_inset
27860
27861 節をご参照ください。
27862 \end_layout
27863
27864 \begin_layout Standard
27865 \begin_inset Note Greyedout
27866 status open
27867
27868 \begin_layout Plain Layout
27869
27870 \series bold
27871 【註】
27872 \series default
27873 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
27874 \end_layout
27875
27876 \end_inset
27877
27878
27879 \end_layout
27880
27881 \begin_layout Section
27882 Parbox
27883 \begin_inset CommandInset label
27884 LatexCommand label
27885 name "sec:Parboxes"
27886
27887 \end_inset
27888
27889
27890 \begin_inset Index idx
27891 status collapsed
27892
27893 \begin_layout Plain Layout
27894 ぼっくす@ボックス ! Parboxes
27895 \end_layout
27896
27897 \end_inset
27898
27899
27900 \end_layout
27901
27902 \begin_layout Standard
27903 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
27904 \end_layout
27905
27906 \begin_layout Standard
27907 \align center
27908 \begin_inset Box Frameless
27909 position "t"
27910 hor_pos "c"
27911 has_inner_box 1
27912 inner_pos "t"
27913 use_parbox 1
27914 use_makebox 0
27915 width "33col%"
27916 special "none"
27917 height "1in"
27918 height_special "totalheight"
27919 status collapsed
27920
27921 \begin_layout Plain Layout
27922 これはparbox内の文章です。これはparbox内の文章です。
27923 \end_layout
27924
27925 \begin_layout Plain Layout
27926 右の脚注は表示されません。
27927 \begin_inset Foot
27928 status collapsed
27929
27930 \begin_layout Plain Layout
27931 これはparbox内の脚注であり、したがって表示はされません。
27932 \end_layout
27933
27934 \end_inset
27935
27936
27937 \end_layout
27938
27939 \end_inset
27940
27941
27942 \end_layout
27943
27944 \begin_layout Section
27945 単語や文字のボックス
27946 \begin_inset Index idx
27947 status collapsed
27948
27949 \begin_layout Plain Layout
27950 ぼっくす@ボックス ! もじよう@文字用
27951 \end_layout
27952
27953 \end_inset
27954
27955
27956 \end_layout
27957
27958 \begin_layout Subsection
27959 ハイフネーションの回避
27960 \begin_inset CommandInset label
27961 LatexCommand label
27962 name "sec:ハイフネーションの回避"
27963
27964 \end_inset
27965
27966
27967 \begin_inset Index idx
27968 status collapsed
27969
27970 \begin_layout Plain Layout
27971 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
27972 \end_layout
27973
27974 \end_inset
27975
27976
27977 \end_layout
27978
27979 \begin_layout Standard
27980 単語や文章がハイフネートされるのを防ぐには、
27981 \family sans
27982 makebox
27983 \family default
27984 型ボックスを使うことができます。
27985 \begin_inset Newline newline
27986 \end_inset
27987
27988 以下が例示用の文章です。
27989 \end_layout
27990
27991 \begin_layout Standard
27992 This line is an example to show how you can prevent the hyphenation of 
27993 \begin_inset Quotes eld
27994 \end_inset
27995
27996 veryverylongword
27997 \begin_inset Quotes erd
27998 \end_inset
27999
28000 .
28001 \end_layout
28002
28003 \begin_layout Standard
28004 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
28005 \family sans
28006 内部ボックス
28007 \family default
28008
28009 \family sans
28010 makeboxコマンド
28011 \family default
28012 に設定し、幅を1幅にします。
28013 \end_layout
28014
28015 \begin_layout Standard
28016 以下がその結果です。
28017 \end_layout
28018
28019 \begin_layout Standard
28020 This line is an example to show how you can prevent the hyphenation of 
28021 \begin_inset Box Frameless
28022 position "t"
28023 hor_pos "c"
28024 has_inner_box 1
28025 inner_pos "t"
28026 use_parbox 0
28027 use_makebox 1
28028 width "1in"
28029 special "width"
28030 height "1in"
28031 height_special "totalheight"
28032 status open
28033
28034 \begin_layout Plain Layout
28035 \begin_inset Quotes eld
28036 \end_inset
28037
28038 veryverylongword
28039 \begin_inset Quotes erd
28040 \end_inset
28041
28042
28043 \end_layout
28044
28045 \end_inset
28046
28047 .
28048 \end_layout
28049
28050 \begin_layout Standard
28051 別の方法としては、以下のように、単語の前に直接TeXコードで「
28052 \series bold
28053
28054 \backslash
28055 -
28056 \series default
28057 」コマンドを設定する方法もあります。
28058 \end_layout
28059
28060 \begin_layout Standard
28061 This line is an example to show how you can prevent the hyphenation of 
28062 \begin_inset Quotes eld
28063 \end_inset
28064
28065
28066 \begin_inset ERT
28067 status collapsed
28068
28069 \begin_layout Plain Layout
28070
28071
28072 \backslash
28073 -
28074 \end_layout
28075
28076 \end_inset
28077
28078 veryverylongword
28079 \begin_inset Quotes erd
28080 \end_inset
28081
28082 .
28083 \end_layout
28084
28085 \begin_layout Standard
28086 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
28087 \family sans
28088 挿入
28089 \family default
28090 \SpecialChar \menuseparator
28091
28092 \family sans
28093 整形
28094 \family default
28095 \SpecialChar \menuseparator
28096
28097 \family sans
28098 整形なし改行
28099 \family default
28100 メニュー(短絡キー
28101 \begin_inset Info
28102 type  "shortcut"
28103 arg   "newline-insert newline"
28104 \end_inset
28105
28106 )から改行を単語の前に入れてください。
28107 \end_layout
28108
28109 \begin_layout Standard
28110 This line is an example to show how you can prevent the hyphenation of 
28111 \begin_inset Newline newline
28112 \end_inset
28113
28114
28115 \begin_inset Box Frameless
28116 position "t"
28117 hor_pos "c"
28118 has_inner_box 1
28119 inner_pos "t"
28120 use_parbox 0
28121 use_makebox 1
28122 width "1in"
28123 special "width"
28124 height "1in"
28125 height_special "totalheight"
28126 status open
28127
28128 \begin_layout Plain Layout
28129 \begin_inset Quotes eld
28130 \end_inset
28131
28132 veryverylongword
28133 \begin_inset Quotes erd
28134 \end_inset
28135
28136
28137 \end_layout
28138
28139 \end_inset
28140
28141 .
28142 \end_layout
28143
28144 \begin_layout Subsection
28145 垂直揃え
28146 \begin_inset CommandInset label
28147 LatexCommand label
28148 name "sub:垂直揃え"
28149
28150 \end_inset
28151
28152
28153 \begin_inset Index idx
28154 status collapsed
28155
28156 \begin_layout Plain Layout
28157 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
28158 \end_layout
28159
28160 \end_inset
28161
28162
28163 \begin_inset Index idx
28164 status collapsed
28165
28166 \begin_layout Plain Layout
28167 ぼっくす@ボックス ! Raiseboxes
28168 \end_layout
28169
28170 \end_inset
28171
28172
28173 \end_layout
28174
28175 \begin_layout Standard
28176
28177 \series bold
28178
28179 \backslash
28180 raisebox
28181 \series default
28182 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
28183 \series bold
28184
28185 \backslash
28186 raisebox
28187 \series default
28188 は以下の書式で使用します。
28189 \end_layout
28190
28191 \begin_layout Standard
28192
28193 \series bold
28194
28195 \backslash
28196 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
28197 \end_layout
28198
28199 \begin_layout Standard
28200 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
28201 \end_layout
28202
28203 \begin_layout Standard
28204 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
28205 \end_layout
28206
28207 \begin_layout Standard
28208
28209 \series bold
28210
28211 \backslash
28212 raisebox{
28213 \backslash
28214 depth}{
28215 \end_layout
28216
28217 \begin_layout Standard
28218 というコマンドを挿入してください。単語の後には、閉じ括弧「
28219 \series bold
28220 }
28221 \series default
28222 」をTeXコードで挿入してください。
28223 \begin_inset Newline newline
28224 \end_inset
28225
28226 以下がその出力です。
28227 \end_layout
28228
28229 \begin_layout Standard
28230 This is a text line with the word 
28231 \begin_inset ERT
28232 status collapsed
28233
28234 \begin_layout Plain Layout
28235
28236
28237 \backslash
28238 raisebox{
28239 \backslash
28240 depth}{
28241 \end_layout
28242
28243 \end_inset
28244
28245
28246 \begin_inset Quotes eld
28247 \end_inset
28248
28249 preventing
28250 \begin_inset Quotes erd
28251 \end_inset
28252
28253
28254 \begin_inset ERT
28255 status collapsed
28256
28257 \begin_layout Plain Layout
28258
28259 }
28260 \end_layout
28261
28262 \end_inset
28263
28264  as raised word.
28265 \end_layout
28266
28267 \begin_layout Standard
28268 \begin_inset VSpace bigskip
28269 \end_inset
28270
28271 行中の文字を上げ下げすると、以下のように行間が広がります。
28272 \end_layout
28273
28274 \begin_layout Standard
28275 This is a text line with the word 
28276 \begin_inset ERT
28277 status collapsed
28278
28279 \begin_layout Plain Layout
28280
28281
28282 \backslash
28283 raisebox{-
28284 \backslash
28285 depth}{
28286 \end_layout
28287
28288 \end_inset
28289
28290
28291 \begin_inset Quotes eld
28292 \end_inset
28293
28294 preventing
28295 \begin_inset Quotes erd
28296 \end_inset
28297
28298
28299 \begin_inset ERT
28300 status collapsed
28301
28302 \begin_layout Plain Layout
28303
28304 }
28305 \end_layout
28306
28307 \end_inset
28308
28309  as lowered word.
28310 \begin_inset Newline newline
28311 \end_inset
28312
28313 This is a text line with the word 
28314 \begin_inset ERT
28315 status collapsed
28316
28317 \begin_layout Plain Layout
28318
28319
28320 \backslash
28321 raisebox{0.5cm}{
28322 \end_layout
28323
28324 \end_inset
28325
28326
28327 \begin_inset Quotes eld
28328 \end_inset
28329
28330 testing
28331 \begin_inset Quotes erd
28332 \end_inset
28333
28334
28335 \begin_inset ERT
28336 status collapsed
28337
28338 \begin_layout Plain Layout
28339
28340 }
28341 \end_layout
28342
28343 \end_inset
28344
28345  as raised word.
28346 \end_layout
28347
28348 \begin_layout Standard
28349 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
28350 \end_layout
28351
28352 \begin_layout Standard
28353
28354 \series bold
28355
28356 \backslash
28357 raisebox{-
28358 \backslash
28359 depth}[0pt]{
28360 \end_layout
28361
28362 \begin_layout Standard
28363 とすると、
28364 \end_layout
28365
28366 \begin_layout Standard
28367 This is a text line with the word 
28368 \begin_inset ERT
28369 status collapsed
28370
28371 \begin_layout Plain Layout
28372
28373
28374 \backslash
28375 raisebox{-
28376 \backslash
28377 depth}[0pt]{
28378 \end_layout
28379
28380 \end_inset
28381
28382
28383 \begin_inset Quotes eld
28384 \end_inset
28385
28386 preventing
28387 \begin_inset Quotes erd
28388 \end_inset
28389
28390
28391 \begin_inset ERT
28392 status collapsed
28393
28394 \begin_layout Plain Layout
28395
28396 }
28397 \end_layout
28398
28399 \end_inset
28400
28401  as lowered word.
28402 \begin_inset Newline newline
28403 \end_inset
28404
28405 This is a text line with the word 
28406 \begin_inset ERT
28407 status collapsed
28408
28409 \begin_layout Plain Layout
28410
28411
28412 \backslash
28413 raisebox{0.5cm}[0pt]{
28414 \end_layout
28415
28416 \end_inset
28417
28418
28419 \begin_inset Quotes eld
28420 \end_inset
28421
28422 testing
28423 \begin_inset Quotes erd
28424 \end_inset
28425
28426
28427 \begin_inset ERT
28428 status collapsed
28429
28430 \begin_layout Plain Layout
28431
28432 }
28433 \end_layout
28434
28435 \end_inset
28436
28437  as raised word.
28438 \end_layout
28439
28440 \begin_layout Section
28441 色付きボックス
28442 \begin_inset CommandInset label
28443 LatexCommand label
28444 name "sec:色付きボックス"
28445
28446 \end_inset
28447
28448
28449 \begin_inset Index idx
28450 status collapsed
28451
28452 \begin_layout Plain Layout
28453 ぼっくす@ボックス ! いろつき@色付き
28454 \end_layout
28455
28456 \end_inset
28457
28458
28459 \end_layout
28460
28461 \begin_layout Subsection
28462 文字の着色
28463 \begin_inset Index idx
28464 status collapsed
28465
28466 \begin_layout Plain Layout
28467 いろ@色 ! もじの@文字の---
28468 \end_layout
28469
28470 \end_inset
28471
28472
28473 \end_layout
28474
28475 \begin_layout Standard
28476 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
28477 \series bold
28478 color
28479 \series default
28480
28481 \begin_inset Index idx
28482 status collapsed
28483
28484 \begin_layout Plain Layout
28485 LaTeXぱっけーじ@LaTeXパッケージ ! color
28486 \end_layout
28487
28488 \end_inset
28489
28490 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
28491 \end_layout
28492
28493 \begin_layout Standard
28494
28495 \series bold
28496
28497 \backslash
28498 @ifundefined{textcolor}
28499 \begin_inset Newline newline
28500 \end_inset
28501
28502
28503 \begin_inset Phantom HPhantom
28504 status open
28505
28506 \begin_layout Plain Layout
28507
28508 \series bold
28509 \begin_inset space ~
28510 \end_inset
28511
28512
28513 \end_layout
28514
28515 \end_inset
28516
28517 {
28518 \backslash
28519 usepackage{color}}{}
28520 \end_layout
28521
28522 \begin_layout Standard
28523
28524 \series bold
28525 color
28526 \series default
28527 パッケージは、文章を着色するとLyXが自動的に読み込みます
28528 \begin_inset Foot
28529 status collapsed
28530
28531 \begin_layout Plain Layout
28532 これが二度読み込まれることを回避するには、
28533 \series bold
28534
28535 \backslash
28536 @ifundefined
28537 \series default
28538 コマンドを使用します。
28539 \end_layout
28540
28541 \end_inset
28542
28543
28544 \end_layout
28545
28546 \begin_layout Standard
28547 \begin_inset VSpace medskip
28548 \end_inset
28549
28550 色付きボックスは、
28551 \series bold
28552
28553 \backslash
28554 colorbox
28555 \series default
28556 コマンドを使って作ります。これは、以下のような書式で使われます。
28557 \end_layout
28558
28559 \begin_layout Standard
28560
28561 \series bold
28562
28563 \backslash
28564 colorbox{color}{ボックスの内容}
28565 \end_layout
28566
28567 \begin_layout Standard
28568 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
28569 \end_layout
28570
28571 \begin_layout Standard
28572 事前定義されている色には、
28573 \begin_inset Newline newline
28574 \end_inset
28575
28576
28577 \family sans
28578
28579 \family default
28580
28581 \family sans
28582
28583 \family default
28584
28585 \family sans
28586 シアン
28587 \family default
28588
28589 \family sans
28590
28591 \family default
28592
28593 \family sans
28594 マゼンタ
28595 \family default
28596
28597 \family sans
28598
28599 \family default
28600
28601 \family sans
28602
28603 \family default
28604
28605 \family sans
28606
28607 \family default
28608
28609 \begin_inset Newline newline
28610 \end_inset
28611
28612 があります。第
28613 \begin_inset CommandInset ref
28614 LatexCommand ref
28615 reference "sec:色付きの表"
28616
28617 \end_inset
28618
28619 節に述べられているようにすれば、自前の色を定義することもできます。
28620 \end_layout
28621
28622 \begin_layout Standard
28623 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
28624 \end_layout
28625
28626 \begin_layout Standard
28627
28628 \series bold
28629
28630 \backslash
28631 colorbox{red}{
28632 \end_layout
28633
28634 \begin_layout Standard
28635 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
28636 \series bold
28637 }
28638 \series default
28639 」を入れてください。
28640 \begin_inset Newline newline
28641 \end_inset
28642
28643 以下がその結果です。
28644 \end_layout
28645
28646 \begin_layout Standard
28647 この行では、
28648 \begin_inset ERT
28649 status collapsed
28650
28651 \begin_layout Plain Layout
28652
28653
28654 \backslash
28655 colorbox{red}{
28656 \end_layout
28657
28658 \end_inset
28659
28660 「注意!」
28661 \begin_inset ERT
28662 status collapsed
28663
28664 \begin_layout Plain Layout
28665
28666 }
28667 \end_layout
28668
28669 \end_inset
28670
28671 という単語が赤い背景になっています。
28672 \end_layout
28673
28674 \begin_layout Standard
28675 \begin_inset VSpace bigskip
28676 \end_inset
28677
28678 ボックスの枠を別の色にしたい場合には、以下の書式で
28679 \series bold
28680
28681 \backslash
28682 fcolorbox
28683 \series default
28684 コマンドを使います。
28685 \end_layout
28686
28687 \begin_layout Standard
28688
28689 \series bold
28690
28691 \backslash
28692 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
28693 \end_layout
28694
28695 \begin_layout Standard
28696
28697 \series bold
28698
28699 \backslash
28700 fcolorbox
28701 \series default
28702
28703 \series bold
28704
28705 \backslash
28706 colorbox
28707 \series default
28708 の拡張です。枠の太さと枠とボックスの中身との余白は、第
28709 \begin_inset CommandInset ref
28710 LatexCommand ref
28711 reference "sec:装飾"
28712
28713 \end_inset
28714
28715 節で述べられているように、それぞれ
28716 \series bold
28717
28718 \backslash
28719 fboxrule
28720 \series default
28721
28722 \series bold
28723
28724 \backslash
28725 fboxsep
28726 \series default
28727 という長さで調節できます。
28728 \end_layout
28729
28730 \begin_layout Standard
28731 以下の例では、
28732 \end_layout
28733
28734 \begin_layout Standard
28735
28736 \series bold
28737
28738 \backslash
28739 fcolorbox{cyan}{magenta}{
28740 \end_layout
28741
28742 \begin_layout Standard
28743 というコマンドを使用しています。
28744 \end_layout
28745
28746 \begin_layout Standard
28747 これは、枠の太さを1
28748 \begin_inset space \thinspace{}
28749 \end_inset
28750
28751 mmに設定した例です。
28752 \begin_inset Newline newline
28753 \end_inset
28754
28755
28756 \begin_inset ERT
28757 status collapsed
28758
28759 \begin_layout Plain Layout
28760
28761
28762 \backslash
28763 fboxrule 1mm 
28764 \backslash
28765 fboxsep 1mm
28766 \end_layout
28767
28768 \end_inset
28769
28770
28771 \begin_inset ERT
28772 status collapsed
28773
28774 \begin_layout Plain Layout
28775
28776
28777 \backslash
28778 fcolorbox{cyan}{magenta}{
28779 \end_layout
28780
28781 \end_inset
28782
28783 これは着色した色付きボックス中の文章です。
28784 \begin_inset ERT
28785 status collapsed
28786
28787 \begin_layout Plain Layout
28788
28789 }
28790 \end_layout
28791
28792 \end_inset
28793
28794
28795 \end_layout
28796
28797 \begin_layout Standard
28798 \begin_inset VSpace bigskip
28799 \end_inset
28800
28801 もちろん、色付きボックスの中に色付き文字を入れることもできます
28802 \begin_inset Newline newline
28803 \end_inset
28804
28805
28806 \begin_inset ERT
28807 status collapsed
28808
28809 \begin_layout Plain Layout
28810
28811
28812 \backslash
28813 fcolorbox{cyan}{magenta}{
28814 \end_layout
28815
28816 \end_inset
28817
28818
28819 \color yellow
28820 これは着色した色付きボックス中の色付き文章です。
28821 \color inherit
28822
28823 \begin_inset ERT
28824 status collapsed
28825
28826 \begin_layout Plain Layout
28827
28828 }
28829 \end_layout
28830
28831 \end_inset
28832
28833
28834 \begin_inset ERT
28835 status collapsed
28836
28837 \begin_layout Plain Layout
28838
28839
28840 \backslash
28841 fboxrule 0.4pt 
28842 \backslash
28843 fboxsep 3pt
28844 \end_layout
28845
28846 \end_inset
28847
28848
28849 \end_layout
28850
28851 \begin_layout Standard
28852
28853 \series bold
28854 \begin_inset VSpace medskip
28855 \end_inset
28856
28857
28858 \end_layout
28859
28860 \begin_layout Standard
28861 \begin_inset Note Greyedout
28862 status open
28863
28864 \begin_layout Plain Layout
28865
28866 \series bold
28867 【註】
28868 \series default
28869 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
28870 \end_layout
28871
28872 \end_inset
28873
28874
28875 \end_layout
28876
28877 \begin_layout Subsection
28878 段落の着色
28879 \begin_inset CommandInset label
28880 LatexCommand label
28881 name "sub:段落の着色"
28882
28883 \end_inset
28884
28885
28886 \begin_inset Index idx
28887 status collapsed
28888
28889 \begin_layout Plain Layout
28890 いろ@色 ! だんらく@段落---
28891 \end_layout
28892
28893 \end_inset
28894
28895
28896 \end_layout
28897
28898 \begin_layout Standard
28899 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
28900 \series bold
28901
28902 \backslash
28903 colorbox
28904 \series default
28905 コマンドを
28906 \end_layout
28907
28908 \begin_layout Standard
28909
28910 \series bold
28911
28912 \backslash
28913 colorbox{色名}{
28914 \end_layout
28915
28916 \begin_layout Standard
28917 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
28918 \series bold
28919 }
28920 \series default
28921 」を挿入してください。
28922 \end_layout
28923
28924 \begin_layout Standard
28925 \begin_inset ERT
28926 status collapsed
28927
28928 \begin_layout Plain Layout
28929
28930
28931 \backslash
28932 colorbox{lightgrey}{
28933 \end_layout
28934
28935 \end_inset
28936
28937
28938 \begin_inset Box Frameless
28939 position "t"
28940 hor_pos "c"
28941 has_inner_box 1
28942 inner_pos "t"
28943 use_parbox 0
28944 use_makebox 0
28945 width "100col%"
28946 special "none"
28947 height "1in"
28948 height_special "totalheight"
28949 status open
28950
28951 \begin_layout Plain Layout
28952 これは背景色を付けた文章です。これは背景色を付けた文章です。
28953 \end_layout
28954
28955 \begin_layout Plain Layout
28956 \begin_inset VSpace defskip
28957 \end_inset
28958
28959 ここの文章には脚注
28960 \begin_inset Foot
28961 status collapsed
28962
28963 \begin_layout Plain Layout
28964 脚注の例
28965 \end_layout
28966
28967 \end_inset
28968
28969 を付けることもできますし、図表を挿入することもできます。
28970 \end_layout
28971
28972 \begin_layout Plain Layout
28973 \align center
28974 \begin_inset Tabular
28975 <lyxtabular version="3" rows="3" columns="3">
28976 <features tabularvalignment="middle">
28977 <column alignment="center" valignment="top" width="0">
28978 <column alignment="center" valignment="top" width="0">
28979 <column alignment="center" valignment="top" width="0">
28980 <row>
28981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28982 \begin_inset Text
28983
28984 \begin_layout Plain Layout
28985 a
28986 \end_layout
28987
28988 \end_inset
28989 </cell>
28990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28991 \begin_inset Text
28992
28993 \begin_layout Plain Layout
28994 !
28995 \end_layout
28996
28997 \end_inset
28998 </cell>
28999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29000 \begin_inset Text
29001
29002 \begin_layout Plain Layout
29003 3
29004 \end_layout
29005
29006 \end_inset
29007 </cell>
29008 </row>
29009 <row>
29010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29011 \begin_inset Text
29012
29013 \begin_layout Plain Layout
29014 <
29015 \end_layout
29016
29017 \end_inset
29018 </cell>
29019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29020 \begin_inset Text
29021
29022 \begin_layout Plain Layout
29023 b2
29024 \begin_inset Quotes erd
29025 \end_inset
29026
29027 |
29028 \end_layout
29029
29030 \end_inset
29031 </cell>
29032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29033 \begin_inset Text
29034
29035 \begin_layout Plain Layout
29036 >
29037 \end_layout
29038
29039 \end_inset
29040 </cell>
29041 </row>
29042 <row>
29043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29044 \begin_inset Text
29045
29046 \begin_layout Plain Layout
29047 1
29048 \end_layout
29049
29050 \end_inset
29051 </cell>
29052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29053 \begin_inset Text
29054
29055 \begin_layout Plain Layout
29056 §
29057 \end_layout
29058
29059 \end_inset
29060 </cell>
29061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29062 \begin_inset Text
29063
29064 \begin_layout Plain Layout
29065 c
29066 \end_layout
29067
29068 \end_inset
29069 </cell>
29070 </row>
29071 </lyxtabular>
29072
29073 \end_inset
29074
29075
29076 \end_layout
29077
29078 \end_inset
29079
29080
29081 \begin_inset ERT
29082 status collapsed
29083
29084 \begin_layout Plain Layout
29085
29086 }
29087 \end_layout
29088
29089 \end_inset
29090
29091
29092 \end_layout
29093
29094 \begin_layout Section
29095 ボックスの伸縮回転
29096 \end_layout
29097
29098 \begin_layout Standard
29099 本節で述べられているコマンドを使用するには、文書プリアンブルで
29100 \end_layout
29101
29102 \begin_layout Standard
29103
29104 \series bold
29105
29106 \backslash
29107 @ifundefined{rotatebox}
29108 \begin_inset Newline newline
29109 \end_inset
29110
29111
29112 \begin_inset Phantom HPhantom
29113 status open
29114
29115 \begin_layout Plain Layout
29116
29117 \series bold
29118 \begin_inset space ~
29119 \end_inset
29120
29121
29122 \end_layout
29123
29124 \end_inset
29125
29126 {
29127 \backslash
29128 usepackage{graphicx}}{}
29129 \end_layout
29130
29131 \begin_layout Standard
29132 というコマンドを使用して、
29133 \series bold
29134 graphicx
29135 \series default
29136
29137 \begin_inset Index idx
29138 status collapsed
29139
29140 \begin_layout Plain Layout
29141 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
29142 \end_layout
29143
29144 \end_inset
29145
29146 LaTeXパッケージを読み込む必要があります。
29147 \end_layout
29148
29149 \begin_layout Standard
29150 \begin_inset Note Greyedout
29151 status open
29152
29153 \begin_layout Plain Layout
29154
29155 \series bold
29156 【註】
29157 \series default
29158 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
29159 \end_layout
29160
29161 \end_inset
29162
29163
29164 \end_layout
29165
29166 \begin_layout Standard
29167 \begin_inset Note Greyedout
29168 status open
29169
29170 \begin_layout Plain Layout
29171
29172 \series bold
29173 【註】
29174 \series default
29175 フロートは回転伸縮したボックスの中に入れることはできません。
29176 \end_layout
29177
29178 \end_inset
29179
29180
29181 \end_layout
29182
29183 \begin_layout Subsection
29184 ボックスの回転
29185 \begin_inset Index idx
29186 status collapsed
29187
29188 \begin_layout Plain Layout
29189 ぼっくす@ボックス ! かいてんした@回転した
29190 \end_layout
29191
29192 \end_inset
29193
29194
29195 \begin_inset Index idx
29196 status collapsed
29197
29198 \begin_layout Plain Layout
29199 かいてん@回転 ! そざいの@素材の---
29200 \end_layout
29201
29202 \end_inset
29203
29204
29205 \begin_inset Index idx
29206 status collapsed
29207
29208 \begin_layout Plain Layout
29209 ず@図 ! のかいてん@---の回転
29210 \end_layout
29211
29212 \end_inset
29213
29214
29215 \begin_inset Index idx
29216 status collapsed
29217
29218 \begin_layout Plain Layout
29219 ひょうのちょうせい@表の調整 ! かいてん@回転
29220 \end_layout
29221
29222 \end_inset
29223
29224
29225 \end_layout
29226
29227 \begin_layout Standard
29228 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
29229 \series bold
29230
29231 \backslash
29232 rotatebox
29233 \series default
29234 コマンドを使用すれば作成することができます。
29235 \end_layout
29236
29237 \begin_layout Standard
29238
29239 \series bold
29240
29241 \backslash
29242 rotatebox[回転の原点]{回転角}{ボックスの内容}
29243 \end_layout
29244
29245 \begin_layout Standard
29246 回転の原点は、
29247 \series bold
29248 origin=位置
29249 \series default
29250 の形で指定します。位置として指定可能なのは、
29251 \emph on
29252 c
29253 \emph default
29254 (中央揃え)・
29255 \emph on
29256 l
29257 \emph default
29258 (左揃え)・
29259 \emph on
29260 r
29261 \emph default
29262 (右揃え)・
29263 \emph on
29264 b
29265 \emph default
29266 (下揃え)・
29267 \emph on
29268 t
29269 \emph default
29270 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
29271 \emph on
29272 lt
29273 \emph default
29274 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
29275 \emph on
29276 l
29277 \emph default
29278 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
29279 \end_layout
29280
29281 \begin_layout Standard
29282 以下の例では、「回転した」文章の前にTeXコードで
29283 \series bold
29284
29285 \backslash
29286 rotatebox[origin=c]{60}{
29287 \series default
29288 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
29289 \series bold
29290 }
29291 \series default
29292 でボックスを閉じています。
29293 \end_layout
29294
29295 \begin_layout Standard
29296 これは、
29297 \begin_inset ERT
29298 status collapsed
29299
29300 \begin_layout Plain Layout
29301
29302
29303 \backslash
29304 rotatebox[origin=c]{60}{
29305 \end_layout
29306
29307 \end_inset
29308
29309 回転した
29310 \begin_inset ERT
29311 status collapsed
29312
29313 \begin_layout Plain Layout
29314
29315 }
29316 \end_layout
29317
29318 \end_inset
29319
29320  文章を含む行です。
29321 \end_layout
29322
29323 \begin_layout Standard
29324 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
29325 \end_layout
29326
29327 \begin_layout Standard
29328 これは、
29329 \begin_inset ERT
29330 status collapsed
29331
29332 \begin_layout Plain Layout
29333
29334
29335 \backslash
29336 rotatebox[origin=r]{-60}{
29337 \end_layout
29338
29339 \end_inset
29340
29341
29342 \begin_inset Box Doublebox
29343 position "c"
29344 hor_pos "c"
29345 has_inner_box 0
29346 inner_pos "c"
29347 use_parbox 0
29348 use_makebox 0
29349 width "1in"
29350 special "width"
29351 height "1in"
29352 height_special "totalheight"
29353 status open
29354
29355 \begin_layout Plain Layout
29356 回転した
29357 \end_layout
29358
29359 \end_inset
29360
29361
29362 \begin_inset ERT
29363 status collapsed
29364
29365 \begin_layout Plain Layout
29366
29367 }
29368 \end_layout
29369
29370 \end_inset
29371
29372 枠付き文章と
29373 \begin_inset ERT
29374 status collapsed
29375
29376 \begin_layout Plain Layout
29377
29378
29379 \backslash
29380 rotatebox[origin=lb]{60}{
29381 \end_layout
29382
29383 \end_inset
29384
29385
29386 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29387 \end_inset
29388
29389
29390 \begin_inset ERT
29391 status collapsed
29392
29393 \begin_layout Plain Layout
29394
29395 }
29396 \end_layout
29397
29398 \end_inset
29399
29400 数式を含む行です。
29401 \end_layout
29402
29403 \begin_layout Standard
29404 あるいは、以下のように図や表を入れることもできます。
29405 \end_layout
29406
29407 \begin_layout Standard
29408 これは、
29409 \begin_inset ERT
29410 status collapsed
29411
29412 \begin_layout Plain Layout
29413
29414
29415 \backslash
29416 rotatebox[origin=lb]{90}{
29417 \end_layout
29418
29419 \end_inset
29420
29421
29422 \begin_inset Graphics
29423         filename ../clipart/platypus.eps
29424         lyxscale 50
29425         width 25col%
29426
29427 \end_inset
29428
29429
29430 \begin_inset ERT
29431 status collapsed
29432
29433 \begin_layout Plain Layout
29434
29435 }
29436 \end_layout
29437
29438 \end_inset
29439
29440 回転した画像と
29441 \begin_inset ERT
29442 status collapsed
29443
29444 \begin_layout Plain Layout
29445
29446
29447 \backslash
29448 rotatebox[origin=l]{-90}{
29449 \end_layout
29450
29451 \end_inset
29452
29453
29454 \begin_inset Tabular
29455 <lyxtabular version="3" rows="2" columns="2">
29456 <features tabularvalignment="middle">
29457 <column alignment="center" valignment="top" width="0">
29458 <column alignment="center" valignment="top" width="0">
29459 <row>
29460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29461 \begin_inset Text
29462
29463 \begin_layout Plain Layout
29464 q
29465 \end_layout
29466
29467 \end_inset
29468 </cell>
29469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29470 \begin_inset Text
29471
29472 \begin_layout Plain Layout
29473 w
29474 \end_layout
29475
29476 \end_inset
29477 </cell>
29478 </row>
29479 <row>
29480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29481 \begin_inset Text
29482
29483 \begin_layout Plain Layout
29484 e
29485 \end_layout
29486
29487 \end_inset
29488 </cell>
29489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29490 \begin_inset Text
29491
29492 \begin_layout Plain Layout
29493 r
29494 \end_layout
29495
29496 \end_inset
29497 </cell>
29498 </row>
29499 </lyxtabular>
29500
29501 \end_inset
29502
29503
29504 \begin_inset ERT
29505 status collapsed
29506
29507 \begin_layout Plain Layout
29508
29509 }
29510 \end_layout
29511
29512 \end_inset
29513
29514 表を含む行です。
29515 \end_layout
29516
29517 \begin_layout Subsection
29518 ボックスの伸縮
29519 \begin_inset Index idx
29520 status collapsed
29521
29522 \begin_layout Plain Layout
29523 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
29524 \end_layout
29525
29526 \end_inset
29527
29528
29529 \begin_inset Index idx
29530 status collapsed
29531
29532 \begin_layout Plain Layout
29533 しんしゅく@伸縮 ! そざいの@素材の---
29534 \end_layout
29535
29536 \end_inset
29537
29538
29539 \begin_inset Index idx
29540 status collapsed
29541
29542 \begin_layout Plain Layout
29543 ず@図 ! のしんしゅく@---の伸縮
29544 \end_layout
29545
29546 \end_inset
29547
29548
29549 \begin_inset Index idx
29550 status collapsed
29551
29552 \begin_layout Plain Layout
29553 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
29554 \end_layout
29555
29556 \end_inset
29557
29558
29559 \end_layout
29560
29561 \begin_layout Standard
29562 素材を伸縮させるには、TeXコードで
29563 \series bold
29564
29565 \backslash
29566 scalebox
29567 \series default
29568 コマンドと
29569 \series bold
29570
29571 \backslash
29572 resizebox
29573 \series default
29574 コマンドが使えます。
29575 \end_layout
29576
29577 \begin_layout Standard
29578
29579 \series bold
29580
29581 \backslash
29582 scalebox
29583 \series default
29584 は以下の書式で使用します。
29585 \end_layout
29586
29587 \begin_layout Standard
29588
29589 \series bold
29590
29591 \backslash
29592 scalebox{水平方向}[垂直方向]{ボックスの内容}
29593 \end_layout
29594
29595 \begin_layout Standard
29596 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
29597 \end_layout
29598
29599 \begin_layout Standard
29600 たとえば、
29601 \series bold
29602
29603 \backslash
29604 scalebox{2}{こんにちは}
29605 \series default
29606 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
29607 \begin_inset ERT
29608 status collapsed
29609
29610 \begin_layout Plain Layout
29611
29612
29613 \backslash
29614 scalebox{2}{
29615 \end_layout
29616
29617 \end_inset
29618
29619 こんにちは
29620 \begin_inset ERT
29621 status collapsed
29622
29623 \begin_layout Plain Layout
29624
29625 }
29626 \end_layout
29627
29628 \end_inset
29629
29630 を生成します。
29631 \end_layout
29632
29633 \begin_layout Standard
29634 これに対し、
29635 \series bold
29636
29637 \backslash
29638 scalebox{2}[1]{こんにちは}
29639 \series default
29640 は、
29641 \begin_inset ERT
29642 status collapsed
29643
29644 \begin_layout Plain Layout
29645
29646
29647 \backslash
29648 scalebox{2}[1]{
29649 \end_layout
29650
29651 \end_inset
29652
29653 こんにちは
29654 \begin_inset ERT
29655 status collapsed
29656
29657 \begin_layout Plain Layout
29658
29659 }
29660 \end_layout
29661
29662 \end_inset
29663
29664 を変形させます。
29665 \end_layout
29666
29667 \begin_layout Standard
29668 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
29669 \series bold
29670
29671 \backslash
29672 scalebox{-1}[1]{こんにちは}
29673 \series default
29674 というコマンドは、右のように反転文字を生成するのに使用できます:
29675 \begin_inset ERT
29676 status collapsed
29677
29678 \begin_layout Plain Layout
29679
29680
29681 \backslash
29682 scalebox{-1}[1]{
29683 \end_layout
29684
29685 \end_inset
29686
29687 こんにちは
29688 \begin_inset ERT
29689 status collapsed
29690
29691 \begin_layout Plain Layout
29692
29693 }
29694 \end_layout
29695
29696 \end_inset
29697
29698
29699 \end_layout
29700
29701 \begin_layout Standard
29702
29703 \series bold
29704
29705 \backslash
29706 scalebox{1}[-1]{こんにちは}
29707 \series default
29708 とすると
29709 \begin_inset ERT
29710 status collapsed
29711
29712 \begin_layout Plain Layout
29713
29714
29715 \backslash
29716 scalebox{1}[-1]{
29717 \end_layout
29718
29719 \end_inset
29720
29721 こんにちは
29722 \begin_inset ERT
29723 status collapsed
29724
29725 \begin_layout Plain Layout
29726
29727 }
29728 \end_layout
29729
29730 \end_inset
29731
29732 のようにベースラインで鏡像にします。
29733 \end_layout
29734
29735 \begin_layout Standard
29736
29737 \series bold
29738
29739 \backslash
29740 scalebox{-1}[1]{ボックスの内容}
29741 \series default
29742 と同じ働きをするものとして
29743 \begin_inset Newline newline
29744 \end_inset
29745
29746
29747 \series bold
29748
29749 \backslash
29750 reflectbox{ボックスの内容}
29751 \series default
29752
29753 \begin_inset Newline newline
29754 \end_inset
29755
29756 というコマンドがあります。
29757 \end_layout
29758
29759 \begin_layout Standard
29760 \begin_inset VSpace bigskip
29761 \end_inset
29762
29763 指定した幅や丈にボックスを伸縮させるには、
29764 \series bold
29765
29766 \backslash
29767 resizebox
29768 \series default
29769 を使用します。このコマンドの書式は
29770 \end_layout
29771
29772 \begin_layout Standard
29773
29774 \series bold
29775
29776 \backslash
29777 resizebox{幅}{丈}{ボックスの内容}
29778 \end_layout
29779
29780 \begin_layout Standard
29781 です。上記二つのコマンド引数のうち一つが感嘆符「
29782 \series bold
29783 !
29784 \series default
29785 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
29786 \end_layout
29787
29788 \begin_layout Standard
29789
29790 \series bold
29791
29792 \backslash
29793 resizebox{2cm}{1cm}{こんにちは}
29794 \series default
29795 というコマンドの出力は、
29796 \begin_inset ERT
29797 status collapsed
29798
29799 \begin_layout Plain Layout
29800
29801
29802 \backslash
29803 resizebox{2cm}{1cm}{
29804 \end_layout
29805
29806 \end_inset
29807
29808 こんにちは
29809 \begin_inset ERT
29810 status collapsed
29811
29812 \begin_layout Plain Layout
29813
29814 }
29815 \end_layout
29816
29817 \end_inset
29818
29819 となり、
29820 \begin_inset Newline newline
29821 \end_inset
29822
29823
29824 \series bold
29825
29826 \backslash
29827 resizebox{2cm}{!}{こんにちは}
29828 \series default
29829 というコマンドの出力は、
29830 \begin_inset ERT
29831 status collapsed
29832
29833 \begin_layout Plain Layout
29834
29835
29836 \backslash
29837 resizebox{2cm}{!}{
29838 \end_layout
29839
29840 \end_inset
29841
29842 こんにちは
29843 \begin_inset ERT
29844 status collapsed
29845
29846 \begin_layout Plain Layout
29847
29848 }
29849 \end_layout
29850
29851 \end_inset
29852
29853 となります。
29854 \end_layout
29855
29856 \begin_layout Standard
29857 \begin_inset VSpace bigskip
29858 \end_inset
29859
29860
29861 \begin_inset Note Greyedout
29862 status open
29863
29864 \begin_layout Plain Layout
29865
29866 \series bold
29867 【註】
29868 \backslash
29869 scalebox
29870 \series default
29871
29872 \series bold
29873
29874 \backslash
29875 resizebox
29876 \series default
29877 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
29878 \end_layout
29879
29880 \end_inset
29881
29882
29883 \end_layout
29884
29885 \begin_layout Standard
29886 \begin_inset VSpace bigskip
29887 \end_inset
29888
29889
29890 \end_layout
29891
29892 \begin_layout Standard
29893 ボックスは好きな順序で組み合わせることができます。たとえば、
29894 \begin_inset Newline newline
29895 \end_inset
29896
29897
29898 \series bold
29899
29900 \backslash
29901 rotatebox[origin=c]{-45}{
29902 \backslash
29903 resizebox{2cm}{!}{
29904 \backslash
29905 reflectbox{こんにちは}}}
29906 \begin_inset Newline newline
29907 \end_inset
29908
29909
29910 \series default
29911 というコマンドは、
29912 \end_layout
29913
29914 \begin_layout Standard
29915 \align center
29916 \begin_inset ERT
29917 status collapsed
29918
29919 \begin_layout Plain Layout
29920
29921
29922 \backslash
29923 rotatebox[origin=c]{-45}{
29924 \backslash
29925 resizebox{2cm}{!}{
29926 \backslash
29927 reflectbox{
29928 \end_layout
29929
29930 \end_inset
29931
29932 こんにちは
29933 \begin_inset ERT
29934 status collapsed
29935
29936 \begin_layout Plain Layout
29937
29938 }}}
29939 \end_layout
29940
29941 \end_inset
29942
29943
29944 \end_layout
29945
29946 \begin_layout Standard
29947 \noindent
29948 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
29949 \end_layout
29950
29951 \begin_layout Standard
29952 \align center
29953 \begin_inset ERT
29954 status collapsed
29955
29956 \begin_layout Plain Layout
29957
29958
29959 \backslash
29960 rotatebox[origin=c]{-30}{
29961 \backslash
29962 resizebox{2cm}{!}{
29963 \backslash
29964 reflectbox{
29965 \end_layout
29966
29967 \end_inset
29968
29969
29970 \begin_inset Graphics
29971         filename ../clipart/platypus.eps
29972         lyxscale 50
29973         width 25col%
29974
29975 \end_inset
29976
29977
29978 \begin_inset ERT
29979 status collapsed
29980
29981 \begin_layout Plain Layout
29982
29983 }}}
29984 \end_layout
29985
29986 \end_inset
29987
29988
29989 \begin_inset ERT
29990 status collapsed
29991
29992 \begin_layout Plain Layout
29993
29994
29995 \backslash
29996 rotatebox[origin=c]{-45}{
29997 \backslash
29998 resizebox{2cm}{!}{
29999 \backslash
30000 reflectbox{
30001 \end_layout
30002
30003 \end_inset
30004
30005
30006 \begin_inset Tabular
30007 <lyxtabular version="3" rows="2" columns="2">
30008 <features tabularvalignment="middle">
30009 <column alignment="center" valignment="top" width="0">
30010 <column alignment="center" valignment="top" width="0">
30011 <row>
30012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30013 \begin_inset Text
30014
30015 \begin_layout Plain Layout
30016 q
30017 \end_layout
30018
30019 \end_inset
30020 </cell>
30021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30022 \begin_inset Text
30023
30024 \begin_layout Plain Layout
30025 w
30026 \end_layout
30027
30028 \end_inset
30029 </cell>
30030 </row>
30031 <row>
30032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30033 \begin_inset Text
30034
30035 \begin_layout Plain Layout
30036 e
30037 \end_layout
30038
30039 \end_inset
30040 </cell>
30041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30042 \begin_inset Text
30043
30044 \begin_layout Plain Layout
30045 r
30046 \end_layout
30047
30048 \end_inset
30049 </cell>
30050 </row>
30051 </lyxtabular>
30052
30053 \end_inset
30054
30055
30056 \begin_inset ERT
30057 status collapsed
30058
30059 \begin_layout Plain Layout
30060
30061 }}}
30062 \end_layout
30063
30064 \end_inset
30065
30066
30067 \begin_inset ERT
30068 status collapsed
30069
30070 \begin_layout Plain Layout
30071
30072
30073 \backslash
30074 rotatebox[origin=c]{-45}{
30075 \backslash
30076 resizebox{2cm}{!}{
30077 \backslash
30078 reflectbox{
30079 \end_layout
30080
30081 \end_inset
30082
30083
30084 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30085 \end_inset
30086
30087
30088 \begin_inset ERT
30089 status collapsed
30090
30091 \begin_layout Plain Layout
30092
30093 }}}
30094 \end_layout
30095
30096 \end_inset
30097
30098
30099 \end_layout
30100
30101 \begin_layout Standard
30102 文書で大域的に数式様式
30103 \series bold
30104 fleqn
30105 \series default
30106 を使用している場合
30107 \begin_inset Foot
30108 status collapsed
30109
30110 \begin_layout Plain Layout
30111 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
30112 \end_layout
30113
30114 \end_inset
30115
30116 には、別行建て数式も伸縮させることができます。
30117 \end_layout
30118
30119 \begin_layout Chapter
30120
30121 \lang english
30122 Objects Surrounded by Text
30123 \begin_inset Index idx
30124 status collapsed
30125
30126 \begin_layout Plain Layout
30127
30128 \lang english
30129 Surrounded by text
30130 \end_layout
30131
30132 \end_inset
30133
30134
30135 \end_layout
30136
30137 \begin_layout Section
30138 折返しフロート
30139 \begin_inset CommandInset label
30140 LatexCommand label
30141 name "sec:折返しフロート"
30142
30143 \end_inset
30144
30145
30146 \begin_inset Index idx
30147 status collapsed
30148
30149 \begin_layout Plain Layout
30150 ふろーと@フロート ! おりかえしふろーと@折返しフロート
30151 \end_layout
30152
30153 \end_inset
30154
30155
30156 \lang english
30157
30158 \begin_inset Index idx
30159 status collapsed
30160
30161 \begin_layout Plain Layout
30162
30163 \lang english
30164 Surrounded by text ! Wrap Floats
30165 \end_layout
30166
30167 \end_inset
30168
30169
30170 \end_layout
30171
30172 \begin_layout Standard
30173 \begin_inset Wrap figure
30174 lines 0
30175 placement l
30176 overhang 1cm
30177 width "40col%"
30178 status open
30179
30180 \begin_layout Plain Layout
30181 \begin_inset Graphics
30182         filename ../clipart/mobius.eps
30183         width 40col%
30184         scaleBeforeRotation
30185         rotateOrigin center
30186
30187 \end_inset
30188
30189
30190 \end_layout
30191
30192 \begin_layout Plain Layout
30193 \begin_inset Caption
30194
30195 \begin_layout Plain Layout
30196 \begin_inset CommandInset label
30197 LatexCommand label
30198 name "fig:折返し図フロート"
30199
30200 \end_inset
30201
30202 これは折返し図フロートです。
30203 \end_layout
30204
30205 \end_inset
30206
30207
30208 \end_layout
30209
30210 \end_inset
30211
30212 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
30213 \series bold
30214 wrapfig
30215 \series default
30216
30217 \begin_inset Index idx
30218 status collapsed
30219
30220 \begin_layout Plain Layout
30221 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
30222 \end_layout
30223
30224 \end_inset
30225
30226 を導入済みであれば、
30227 \family sans
30228 挿入\SpecialChar \menuseparator
30229 フロート\SpecialChar \menuseparator
30230 折返し図フロート
30231 \family default
30232
30233 \family sans
30234 折返し表フロート
30235 \family default
30236 メニューで挿入することができます
30237 \begin_inset Foot
30238 status collapsed
30239
30240 \begin_layout Plain Layout
30241 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
30242 \end_layout
30243
30244 \end_inset
30245
30246 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
30247 \family sans
30248 配置
30249 \family default
30250
30251 \family sans
30252
30253 \family default
30254 です。非必須項目として、
30255 \family sans
30256 ぶら下げ
30257 \family default
30258
30259 \family sans
30260 行幅
30261 \family default
30262 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
30263 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
30264 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
30265 \begin_inset CommandInset ref
30266 LatexCommand ref
30267 reference "fig:折返し図フロート"
30268
30269 \end_inset
30270
30271 図は、40
30272 \begin_inset space \thinspace{}
30273 \end_inset
30274
30275 列幅%の幅と1
30276 \begin_inset space \thinspace{}
30277 \end_inset
30278
30279 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります
30280 \begin_inset Foot
30281 status collapsed
30282
30283 \begin_layout Plain Layout
30284 使うことのできる単位は付録
30285 \begin_inset CommandInset ref
30286 LatexCommand ref
30287 reference "cha:LyXで使用できる単位"
30288
30289 \end_inset
30290
30291 に収録してあります。
30292 \end_layout
30293
30294 \end_inset
30295
30296
30297 \end_layout
30298
30299 \begin_layout Standard
30300 \begin_inset Note Greyedout
30301 status open
30302
30303 \begin_layout Plain Layout
30304
30305 \series bold
30306 【註】
30307 \series default
30308 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
30309 上書きされて出力されたりします。
30310 \end_layout
30311
30312 \end_inset
30313
30314
30315 \end_layout
30316
30317 \begin_layout Standard
30318 原則として、
30319 \end_layout
30320
30321 \begin_layout Itemize
30322 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
30323 うになってから、正確な位置に挿入しなくてはなりません。
30324 \end_layout
30325
30326 \begin_layout Itemize
30327 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
30328 \end_layout
30329
30330 \begin_layout Itemize
30331 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
30332 \end_layout
30333
30334 \begin_layout Itemize
30335 折返しフロートは、節見出しや表中に入れることは認められていません。
30336 \end_layout
30337
30338 \begin_layout Itemize
30339
30340 \lang english
30341 Their numbering and referencing works as described in chap.
30342 \lang japanese
30343
30344 \begin_inset space \thinspace{}
30345 \end_inset
30346
30347
30348 \begin_inset CommandInset ref
30349 LatexCommand ref
30350 reference "chap:フロート"
30351
30352 \end_inset
30353
30354 .
30355 \end_layout
30356
30357 \begin_layout Section
30358
30359 \lang english
30360 Surrounded Fixed Objects
30361 \begin_inset Index idx
30362 status collapsed
30363
30364 \begin_layout Plain Layout
30365
30366 \lang english
30367 Surrounded by text ! Fixed objects
30368 \end_layout
30369
30370 \end_inset
30371
30372
30373 \end_layout
30374
30375 \begin_layout Standard
30376
30377 \lang english
30378 The wrap floats described in sec.
30379 \lang japanese
30380
30381 \begin_inset space \thinspace{}
30382 \end_inset
30383
30384
30385 \begin_inset CommandInset ref
30386 LatexCommand ref
30387 reference "sec:折返しフロート"
30388
30389 \end_inset
30390
30391  
30392 \lang english
30393 have these positions in the paragraph:
30394 \end_layout
30395
30396 \begin_layout Standard
30397 \noindent
30398 \align center
30399
30400 \lang english
30401 \begin_inset Tabular
30402 <lyxtabular version="3" rows="2" columns="2">
30403 <features tabularvalignment="middle">
30404 <column alignment="center" valignment="top" width="0">
30405 <column alignment="center" valignment="top" width="0">
30406 <row>
30407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30408 \begin_inset Text
30409
30410 \begin_layout Plain Layout
30411
30412 \lang english
30413 \begin_inset Graphics
30414         filename ../../images/dialog-show-new-inset_graphics.png
30415         scale 70
30416         scaleBeforeRotation
30417
30418 \end_inset
30419
30420
30421 \end_layout
30422
30423 \end_inset
30424 </cell>
30425 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30426 \begin_inset Text
30427
30428 \begin_layout Plain Layout
30429
30430 \lang english
30431 text
30432 \end_layout
30433
30434 \end_inset
30435 </cell>
30436 </row>
30437 <row>
30438 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30439 \begin_inset Text
30440
30441 \begin_layout Plain Layout
30442
30443 \lang english
30444 text
30445 \end_layout
30446
30447 \end_inset
30448 </cell>
30449 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30450 \begin_inset Text
30451
30452 \begin_layout Plain Layout
30453
30454 \lang english
30455 text
30456 \end_layout
30457
30458 \end_inset
30459 </cell>
30460 </row>
30461 </lyxtabular>
30462
30463 \end_inset
30464
30465  or 
30466 \begin_inset Tabular
30467 <lyxtabular version="3" rows="2" columns="2">
30468 <features tabularvalignment="middle">
30469 <column alignment="center" valignment="top" width="0">
30470 <column alignment="center" valignment="top" width="0">
30471 <row>
30472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30473 \begin_inset Text
30474
30475 \begin_layout Plain Layout
30476
30477 \lang english
30478 text
30479 \end_layout
30480
30481 \end_inset
30482 </cell>
30483 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30484 \begin_inset Text
30485
30486 \begin_layout Plain Layout
30487
30488 \lang english
30489 \begin_inset Graphics
30490         filename ../../images/dialog-show-new-inset_graphics.png
30491         scale 70
30492         scaleBeforeRotation
30493
30494 \end_inset
30495
30496
30497 \end_layout
30498
30499 \end_inset
30500 </cell>
30501 </row>
30502 <row>
30503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30504 \begin_inset Text
30505
30506 \begin_layout Plain Layout
30507
30508 \lang english
30509 text
30510 \end_layout
30511
30512 \end_inset
30513 </cell>
30514 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30515 \begin_inset Text
30516
30517 \begin_layout Plain Layout
30518
30519 \lang english
30520 text
30521 \end_layout
30522
30523 \end_inset
30524 </cell>
30525 </row>
30526 </lyxtabular>
30527
30528 \end_inset
30529
30530
30531 \end_layout
30532
30533 \begin_layout Standard
30534
30535 \lang english
30536 To get an object exactly at the position where it is inserted, for example
30537  to get one of these positions:
30538 \begin_inset VSpace defskip
30539 \end_inset
30540
30541
30542 \end_layout
30543
30544 \begin_layout Standard
30545 \noindent
30546 \align center
30547
30548 \lang english
30549 \begin_inset Tabular
30550 <lyxtabular version="3" rows="2" columns="2">
30551 <features tabularvalignment="middle">
30552 <column alignment="center" valignment="top" width="0">
30553 <column alignment="center" valignment="top" width="0">
30554 <row>
30555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30556 \begin_inset Text
30557
30558 \begin_layout Plain Layout
30559
30560 \lang english
30561 text
30562 \end_layout
30563
30564 \end_inset
30565 </cell>
30566 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30567 \begin_inset Text
30568
30569 \begin_layout Plain Layout
30570
30571 \lang english
30572 text
30573 \end_layout
30574
30575 \end_inset
30576 </cell>
30577 </row>
30578 <row>
30579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30580 \begin_inset Text
30581
30582 \begin_layout Plain Layout
30583
30584 \lang english
30585 \begin_inset Graphics
30586         filename ../../images/dialog-show-new-inset_graphics.png
30587         scale 70
30588         scaleBeforeRotation
30589
30590 \end_inset
30591
30592
30593 \end_layout
30594
30595 \end_inset
30596 </cell>
30597 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30598 \begin_inset Text
30599
30600 \begin_layout Plain Layout
30601
30602 \lang english
30603 text
30604 \end_layout
30605
30606 \end_inset
30607 </cell>
30608 </row>
30609 </lyxtabular>
30610
30611 \end_inset
30612
30613  
30614 \begin_inset Tabular
30615 <lyxtabular version="3" rows="2" columns="2">
30616 <features tabularvalignment="middle">
30617 <column alignment="center" valignment="top" width="0">
30618 <column alignment="center" valignment="top" width="0">
30619 <row>
30620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30621 \begin_inset Text
30622
30623 \begin_layout Plain Layout
30624
30625 \lang english
30626 text
30627 \end_layout
30628
30629 \end_inset
30630 </cell>
30631 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30632 \begin_inset Text
30633
30634 \begin_layout Plain Layout
30635
30636 \lang english
30637 text
30638 \end_layout
30639
30640 \end_inset
30641 </cell>
30642 </row>
30643 <row>
30644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30645 \begin_inset Text
30646
30647 \begin_layout Plain Layout
30648
30649 \lang english
30650 text
30651 \end_layout
30652
30653 \end_inset
30654 </cell>
30655 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30656 \begin_inset Text
30657
30658 \begin_layout Plain Layout
30659
30660 \lang english
30661 \begin_inset Graphics
30662         filename ../../images/dialog-show-new-inset_graphics.png
30663         scale 70
30664         scaleBeforeRotation
30665
30666 \end_inset
30667
30668
30669 \end_layout
30670
30671 \end_inset
30672 </cell>
30673 </row>
30674 </lyxtabular>
30675
30676 \end_inset
30677
30678  
30679 \begin_inset Tabular
30680 <lyxtabular version="3" rows="2" columns="3">
30681 <features tabularvalignment="middle">
30682 <column alignment="center" valignment="top" width="0">
30683 <column alignment="center" valignment="top" width="0">
30684 <column alignment="center" valignment="top" width="0">
30685 <row>
30686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30687 \begin_inset Text
30688
30689 \begin_layout Plain Layout
30690
30691 \lang english
30692 text
30693 \end_layout
30694
30695 \end_inset
30696 </cell>
30697 <cell alignment="center" valignment="top" topline="true" usebox="none">
30698 \begin_inset Text
30699
30700 \begin_layout Plain Layout
30701
30702 \lang english
30703 \begin_inset Graphics
30704         filename ../../images/dialog-show-new-inset_graphics.png
30705         scale 70
30706         scaleBeforeRotation
30707
30708 \end_inset
30709
30710
30711 \end_layout
30712
30713 \end_inset
30714 </cell>
30715 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30716 \begin_inset Text
30717
30718 \begin_layout Plain Layout
30719
30720 \lang english
30721 text
30722 \end_layout
30723
30724 \end_inset
30725 </cell>
30726 </row>
30727 <row>
30728 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30729 \begin_inset Text
30730
30731 \begin_layout Plain Layout
30732
30733 \lang english
30734 text
30735 \end_layout
30736
30737 \end_inset
30738 </cell>
30739 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30740 \begin_inset Text
30741
30742 \begin_layout Plain Layout
30743
30744 \lang english
30745 text
30746 \end_layout
30747
30748 \end_inset
30749 </cell>
30750 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30751 \begin_inset Text
30752
30753 \begin_layout Plain Layout
30754
30755 \lang english
30756 text
30757 \end_layout
30758
30759 \end_inset
30760 </cell>
30761 </row>
30762 </lyxtabular>
30763
30764 \end_inset
30765
30766  
30767 \begin_inset Tabular
30768 <lyxtabular version="3" rows="2" columns="3">
30769 <features tabularvalignment="middle">
30770 <column alignment="center" valignment="top" width="0">
30771 <column alignment="center" valignment="top" width="0">
30772 <column alignment="center" valignment="top" width="0">
30773 <row>
30774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30775 \begin_inset Text
30776
30777 \begin_layout Plain Layout
30778
30779 \lang english
30780 text
30781 \end_layout
30782
30783 \end_inset
30784 </cell>
30785 <cell alignment="center" valignment="top" topline="true" usebox="none">
30786 \begin_inset Text
30787
30788 \begin_layout Plain Layout
30789
30790 \lang english
30791 text
30792 \end_layout
30793
30794 \end_inset
30795 </cell>
30796 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30797 \begin_inset Text
30798
30799 \begin_layout Plain Layout
30800
30801 \lang english
30802 text
30803 \end_layout
30804
30805 \end_inset
30806 </cell>
30807 </row>
30808 <row>
30809 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30810 \begin_inset Text
30811
30812 \begin_layout Plain Layout
30813
30814 \lang english
30815 text
30816 \end_layout
30817
30818 \end_inset
30819 </cell>
30820 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30821 \begin_inset Text
30822
30823 \begin_layout Plain Layout
30824
30825 \lang english
30826 \begin_inset Graphics
30827         filename ../../images/dialog-show-new-inset_graphics.png
30828         scale 70
30829         scaleBeforeRotation
30830
30831 \end_inset
30832
30833
30834 \end_layout
30835
30836 \end_inset
30837 </cell>
30838 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30839 \begin_inset Text
30840
30841 \begin_layout Plain Layout
30842
30843 \lang english
30844 text
30845 \end_layout
30846
30847 \end_inset
30848 </cell>
30849 </row>
30850 </lyxtabular>
30851
30852 \end_inset
30853
30854
30855 \end_layout
30856
30857 \begin_layout Standard
30858 \noindent
30859 \align center
30860
30861 \lang english
30862 \begin_inset Tabular
30863 <lyxtabular version="3" rows="3" columns="2">
30864 <features tabularvalignment="middle">
30865 <column alignment="center" valignment="top" width="0">
30866 <column alignment="center" valignment="top" width="0">
30867 <row>
30868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30869 \begin_inset Text
30870
30871 \begin_layout Plain Layout
30872
30873 \lang english
30874 text
30875 \end_layout
30876
30877 \end_inset
30878 </cell>
30879 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30880 \begin_inset Text
30881
30882 \begin_layout Plain Layout
30883
30884 \lang english
30885 text
30886 \end_layout
30887
30888 \end_inset
30889 </cell>
30890 </row>
30891 <row>
30892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30893 \begin_inset Text
30894
30895 \begin_layout Plain Layout
30896
30897 \lang english
30898 \begin_inset Graphics
30899         filename ../../images/dialog-show-new-inset_graphics.png
30900         scale 70
30901         scaleBeforeRotation
30902
30903 \end_inset
30904
30905
30906 \end_layout
30907
30908 \end_inset
30909 </cell>
30910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
30911 \begin_inset Text
30912
30913 \begin_layout Plain Layout
30914
30915 \lang english
30916 text
30917 \end_layout
30918
30919 \end_inset
30920 </cell>
30921 </row>
30922 <row>
30923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30924 \begin_inset Text
30925
30926 \begin_layout Plain Layout
30927
30928 \lang english
30929 text
30930 \end_layout
30931
30932 \end_inset
30933 </cell>
30934 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30935 \begin_inset Text
30936
30937 \begin_layout Plain Layout
30938
30939 \lang english
30940 text
30941 \end_layout
30942
30943 \end_inset
30944 </cell>
30945 </row>
30946 </lyxtabular>
30947
30948 \end_inset
30949
30950  
30951 \begin_inset Tabular
30952 <lyxtabular version="3" rows="3" columns="3">
30953 <features tabularvalignment="middle">
30954 <column alignment="center" valignment="top" width="0">
30955 <column alignment="center" valignment="top" width="0">
30956 <column alignment="center" valignment="top" width="0">
30957 <row>
30958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30959 \begin_inset Text
30960
30961 \begin_layout Plain Layout
30962
30963 \lang english
30964 text
30965 \end_layout
30966
30967 \end_inset
30968 </cell>
30969 <cell alignment="center" valignment="top" topline="true" usebox="none">
30970 \begin_inset Text
30971
30972 \begin_layout Plain Layout
30973
30974 \lang english
30975 text
30976 \end_layout
30977
30978 \end_inset
30979 </cell>
30980 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30981 \begin_inset Text
30982
30983 \begin_layout Plain Layout
30984
30985 \lang english
30986 text
30987 \end_layout
30988
30989 \end_inset
30990 </cell>
30991 </row>
30992 <row>
30993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30994 \begin_inset Text
30995
30996 \begin_layout Plain Layout
30997
30998 \lang english
30999 text
31000 \end_layout
31001
31002 \end_inset
31003 </cell>
31004 <cell alignment="center" valignment="top" usebox="none">
31005 \begin_inset Text
31006
31007 \begin_layout Plain Layout
31008
31009 \lang english
31010 \begin_inset Graphics
31011         filename ../../images/dialog-show-new-inset_graphics.png
31012         scale 70
31013         scaleBeforeRotation
31014
31015 \end_inset
31016
31017
31018 \end_layout
31019
31020 \end_inset
31021 </cell>
31022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
31023 \begin_inset Text
31024
31025 \begin_layout Plain Layout
31026
31027 \lang english
31028 text
31029 \end_layout
31030
31031 \end_inset
31032 </cell>
31033 </row>
31034 <row>
31035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
31036 \begin_inset Text
31037
31038 \begin_layout Plain Layout
31039
31040 \lang english
31041 text
31042 \end_layout
31043
31044 \end_inset
31045 </cell>
31046 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31047 \begin_inset Text
31048
31049 \begin_layout Plain Layout
31050
31051 \lang english
31052 text
31053 \end_layout
31054
31055 \end_inset
31056 </cell>
31057 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
31058 \begin_inset Text
31059
31060 \begin_layout Plain Layout
31061
31062 \lang english
31063 text
31064 \end_layout
31065
31066 \end_inset
31067 </cell>
31068 </row>
31069 </lyxtabular>
31070
31071 \end_inset
31072
31073  
31074 \begin_inset Tabular
31075 <lyxtabular version="3" rows="3" columns="2">
31076 <features tabularvalignment="middle">
31077 <column alignment="center" valignment="top" width="0">
31078 <column alignment="center" valignment="top" width="0">
31079 <row>
31080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31081 \begin_inset Text
31082
31083 \begin_layout Plain Layout
31084
31085 \lang english
31086 text
31087 \end_layout
31088
31089 \end_inset
31090 </cell>
31091 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
31092 \begin_inset Text
31093
31094 \begin_layout Plain Layout
31095
31096 \lang english
31097 text
31098 \end_layout
31099
31100 \end_inset
31101 </cell>
31102 </row>
31103 <row>
31104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31105 \begin_inset Text
31106
31107 \begin_layout Plain Layout
31108
31109 \lang english
31110 text
31111 \end_layout
31112
31113 \end_inset
31114 </cell>
31115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
31116 \begin_inset Text
31117
31118 \begin_layout Plain Layout
31119
31120 \lang english
31121 \begin_inset Graphics
31122         filename ../../images/dialog-show-new-inset_graphics.png
31123         scale 70
31124         scaleBeforeRotation
31125
31126 \end_inset
31127
31128
31129 \end_layout
31130
31131 \end_inset
31132 </cell>
31133 </row>
31134 <row>
31135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
31136 \begin_inset Text
31137
31138 \begin_layout Plain Layout
31139
31140 \lang english
31141 text
31142 \end_layout
31143
31144 \end_inset
31145 </cell>
31146 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
31147 \begin_inset Text
31148
31149 \begin_layout Plain Layout
31150
31151 \lang english
31152 text
31153 \end_layout
31154
31155 \end_inset
31156 </cell>
31157 </row>
31158 </lyxtabular>
31159
31160 \end_inset
31161
31162
31163 \end_layout
31164
31165 \begin_layout Standard
31166 \noindent
31167
31168 \lang english
31169 you can use the LaTeX-package
31170 \lang japanese
31171  
31172 \series bold
31173 picinpar
31174 \series default
31175
31176 \begin_inset Index idx
31177 status collapsed
31178
31179 \begin_layout Plain Layout
31180 LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
31181 \end_layout
31182
31183 \end_inset
31184
31185 .
31186  
31187 \lang english
31188 Here is an example
31189 \lang japanese
31190 :
31191 \end_layout
31192
31193 \begin_layout Standard
31194 \begin_inset ERT
31195 status collapsed
31196
31197 \begin_layout Plain Layout
31198
31199
31200 \backslash
31201 ifpicinpar
31202 \end_layout
31203
31204 \end_inset
31205
31206
31207 \begin_inset Note Note
31208 status open
31209
31210 \begin_layout Plain Layout
31211 以下の部分は、LaTeXパッケージ
31212 \series bold
31213 picinpar
31214 \series default
31215 が導入されているときのみ表示されます。
31216 \end_layout
31217
31218 \end_inset
31219
31220
31221 \end_layout
31222
31223 \begin_layout Standard
31224 \begin_inset ERT
31225 status collapsed
31226
31227 \begin_layout Plain Layout
31228
31229
31230 \backslash
31231 begin{window}[2,c,{
31232 \end_layout
31233
31234 \end_inset
31235
31236
31237 \begin_inset Graphics
31238         filename ../clipart/mobius.eps
31239         lyxscale 60
31240         width 40col%
31241         scaleBeforeRotation
31242         rotateOrigin center
31243
31244 \end_inset
31245
31246
31247 \begin_inset ERT
31248 status collapsed
31249
31250 \begin_layout Plain Layout
31251
31252 },]
31253 \end_layout
31254
31255 \begin_layout Plain Layout
31256
31257 {}
31258 \end_layout
31259
31260 \end_inset
31261
31262
31263 \size small
31264 \lang english
31265 It was in the spring of the year 1894 that all London was interested, and
31266  the fashionable world dismayed, by the murder of the Honourable Ronald
31267  Adair under most unusual and inexplicable circumstances.
31268  The public has already learned those particulars of the crime which
31269 \size default
31270
31271 \begin_inset ERT
31272 status collapsed
31273
31274 \begin_layout Plain Layout
31275
31276
31277 \backslash
31278 footnotemark{}
31279 \end_layout
31280
31281 \end_inset
31282
31283
31284 \size small
31285  came out in the police investigation, but a good deal was suppressed upon
31286  that occasion, since the case for the prosecution was so overwhelmingly
31287  strong that it was not necessary to bring forward all the facts.
31288  Only now, at the end of nearly ten years, am I allowed to supply those
31289  missing links which make up the whole of that remarkable chain
31290 \lang japanese
31291 .
31292 \size default
31293
31294 \begin_inset ERT
31295 status collapsed
31296
31297 \begin_layout Plain Layout
31298
31299
31300 \backslash
31301 end{window}
31302 \end_layout
31303
31304 \end_inset
31305
31306
31307 \end_layout
31308
31309 \begin_layout Standard
31310
31311 \lang english
31312 \begin_inset ERT
31313 status collapsed
31314
31315 \begin_layout Plain Layout
31316
31317
31318 \backslash
31319 footnotetext{
31320 \end_layout
31321
31322 \end_inset
31323
31324 Footnote of the paragraph with the fixed object.
31325 \begin_inset ERT
31326 status collapsed
31327
31328 \begin_layout Plain Layout
31329
31330 }
31331 \end_layout
31332
31333 \end_inset
31334
31335
31336 \end_layout
31337
31338 \begin_layout Standard
31339
31340 \lang english
31341 Surrounded fixed objects are used to let text float around them, at which
31342  the object's position in the paragraph can be determined by the number
31343  of lines above it.
31344  In contrary to floats is it not possible to have a numbered caption.
31345 \end_layout
31346
31347 \begin_layout Standard
31348
31349 \lang english
31350 A fixed object is inserted by adding the command
31351 \end_layout
31352
31353 \begin_layout Standard
31354
31355 \series bold
31356
31357 \backslash
31358 begin{window}[2,c,{
31359 \end_layout
31360
31361 \begin_layout Standard
31362
31363 \lang english
31364 as TeX Code at the beginning of the paragraph.
31365  The first parameter in the bracket, here '2', defines the number of lines
31366  above the object, the second, here 'c', the position of the object.
31367  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
31368  Behind the command you insert the object.
31369  In this example an image with a width of 40
31370 \begin_inset space \thinspace{}
31371 \end_inset
31372
31373 % of the text column width was inserted.
31374  The object can also be a table, a box or an equation.
31375  Behind the object the command
31376 \end_layout
31377
31378 \begin_layout Standard
31379
31380 \series bold
31381 },description text]
31382 \begin_inset Newline newline
31383 \end_inset
31384
31385 {}
31386 \end_layout
31387
31388 \begin_layout Standard
31389
31390 \lang english
31391 is inserted.
31392  Note that the 
31393 \begin_inset Quotes eld
31394 \end_inset
31395
31396
31397 \series bold
31398 {}
31399 \series default
31400
31401 \begin_inset Quotes erd
31402 \end_inset
31403
31404  is in the second line.
31405  The description text is optional.
31406  The text surrounding the object must be in the same paragraph as the object,
31407  so it must begin directly after the 
31408 \series bold
31409 {}
31410 \series default
31411 .
31412  At the end of the paragraph insert the command:
31413 \end_layout
31414
31415 \begin_layout Standard
31416
31417 \series bold
31418
31419 \backslash
31420 end{window}
31421 \end_layout
31422
31423 \begin_layout Standard
31424
31425 \lang english
31426 Within a paragraph with a fixed object, you cannot insert footnotes in the
31427  normal way.
31428  You have to use instead the command 
31429 \series bold
31430
31431 \backslash
31432 footnotemark
31433 \series default
31434  inside the paragraph and outside the command 
31435 \series bold
31436
31437 \backslash
31438 footnotetext
31439 \series default
31440  as described in sec.
31441 \lang japanese
31442
31443 \begin_inset space \thinspace{}
31444 \end_inset
31445
31446
31447 \begin_inset CommandInset ref
31448 LatexCommand ref
31449 reference "sec:脚注"
31450
31451 \end_inset
31452
31453 .
31454 \end_layout
31455
31456 \begin_layout Standard
31457 \begin_inset ERT
31458 status collapsed
31459
31460 \begin_layout Plain Layout
31461
31462
31463 \backslash
31464 else
31465 \end_layout
31466
31467 \end_inset
31468
31469
31470 \begin_inset Note Note
31471 status open
31472
31473 \begin_layout Plain Layout
31474 以下の部分は、LaTeXパッケージ
31475 \series bold
31476 picinpar
31477 \series default
31478 が導入されていないときのみ表示されます。
31479 \end_layout
31480
31481 \end_inset
31482
31483
31484 \end_layout
31485
31486 \begin_layout Standard
31487 本節の以下の部分を出力に表示するには、LaTeXパッケージ
31488 \series bold
31489 picinpar
31490 \series default
31491 を導入する必要があります。
31492 \end_layout
31493
31494 \begin_layout Standard
31495 \begin_inset ERT
31496 status collapsed
31497
31498 \begin_layout Plain Layout
31499
31500
31501 \backslash
31502 fi
31503 \end_layout
31504
31505 \end_inset
31506
31507
31508 \end_layout
31509
31510 \begin_layout Section
31511
31512 \lang english
31513 Initials
31514 \begin_inset Index idx
31515 status collapsed
31516
31517 \begin_layout Plain Layout
31518
31519 \lang english
31520 Initials
31521 \end_layout
31522
31523 \end_inset
31524
31525
31526 \begin_inset Index idx
31527 status collapsed
31528
31529 \begin_layout Plain Layout
31530
31531 \lang english
31532 Surrounded by text ! Initials
31533 \end_layout
31534
31535 \end_inset
31536
31537
31538 \end_layout
31539
31540 \begin_layout Standard
31541
31542 \lang english
31543 To use initials, you must have the LaTeX package
31544 \lang japanese
31545  
31546 \series bold
31547 lettrine
31548 \series default
31549
31550 \begin_inset Index idx
31551 status collapsed
31552
31553 \begin_layout Plain Layout
31554 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
31555 \end_layout
31556
31557 \end_inset
31558
31559  
31560 \lang english
31561 installed and use the module 
31562 \family sans
31563 Initials
31564 \family default
31565  in your document (menu 
31566 \family sans
31567 Document\SpecialChar \menuseparator
31568 Settings\SpecialChar \menuseparator
31569 Modules
31570 \family default
31571 ).
31572  To insert an initial, use the style 
31573 \family sans
31574 Initial
31575 \family default
31576 .
31577  This style has a mandatory and an optional argument.
31578  The mandatory argument is inserted via the menu 
31579 \family sans
31580 Insert\SpecialChar \menuseparator
31581 Short
31582 \begin_inset space ~
31583 \end_inset
31584
31585 Title
31586 \family default
31587  and contains the letter that is the initial.
31588  To use the also the optional argument, insert another argument in front
31589  of the mandatory argument.
31590  This one contains parameters to modify the initial.
31591  For more information about the possible parameters see the documentation
31592  of
31593 \lang japanese
31594  
31595 \series bold
31596 lettrine
31597 \series default
31598
31599 \begin_inset CommandInset citation
31600 LatexCommand cite
31601 key "lettrine"
31602
31603 \end_inset
31604
31605 .
31606  
31607 \lang english
31608 The style itself contains the text that is surrounding the initial.
31609  The usual style is hereby that the word whose first letter is the initial,
31610  is printed with 
31611 \shape smallcaps
31612 small caps
31613 \shape default
31614 .
31615  To tell LaTeX where this word is finished, add a closing brace '
31616 \series bold
31617 }
31618 \series default
31619 ' as TeX Code behind it.
31620  At the end of the style there must be an opening brace '
31621 \series bold
31622 {
31623 \series default
31624 ' as TeX Code.
31625 \end_layout
31626
31627 \begin_layout Standard
31628
31629 \lang english
31630 Here are some examples:
31631 \end_layout
31632
31633 \begin_layout Standard
31634 \begin_inset ERT
31635 status collapsed
31636
31637 \begin_layout Plain Layout
31638
31639
31640 \backslash
31641 iflettrine
31642 \end_layout
31643
31644 \end_inset
31645
31646
31647 \begin_inset Note Note
31648 status open
31649
31650 \begin_layout Plain Layout
31651 以下の部分は、LaTeXパッケージ
31652 \series bold
31653 lettrine
31654 \series default
31655 が導入されているときのみ表示されます。
31656 \end_layout
31657
31658 \end_inset
31659
31660
31661 \end_layout
31662
31663 \begin_layout Enumerate
31664
31665 \lang english
31666 No optional argument, the initial is the letter 'I' in the math font 
31667 \begin_inset Formula $\mathfrak{Fraktur}$
31668 \end_inset
31669
31670 :
31671 \end_layout
31672
31673 \begin_deeper
31674 \begin_layout Initial
31675 \begin_inset Argument
31676 status open
31677
31678 \begin_layout Plain Layout
31679 \begin_inset Formula $\mathfrak{I}$
31680 \end_inset
31681
31682
31683 \end_layout
31684
31685 \end_inset
31686
31687 t
31688 \begin_inset ERT
31689 status collapsed
31690
31691 \begin_layout Plain Layout
31692
31693 }
31694 \end_layout
31695
31696 \end_inset
31697
31698  
31699 \lang english
31700 was in the spring of the year 1894 that all London was interested, and the
31701  fashionable world dismayed, by the murder of the Honourable Ronald Adair
31702  under most unusual and inexplicable circumstances.
31703  The public has already learned those particulars of the crime which came
31704  out in the police investigation, but a good deal was suppressed upon that
31705  occasion, since the case for the prosecution was so overwhelmingly strong
31706  that it was not necessary to bring forward all the facts.
31707 \lang japanese
31708
31709 \begin_inset ERT
31710 status collapsed
31711
31712 \begin_layout Plain Layout
31713
31714 {
31715 \end_layout
31716
31717 \end_inset
31718
31719
31720 \lang english
31721
31722 \begin_inset Newpage newpage
31723 \end_inset
31724
31725
31726 \end_layout
31727
31728 \end_deeper
31729 \begin_layout Enumerate
31730
31731 \lang english
31732 Only one line is surrounding the initial, which is formed by two letters
31733  in standard font and no text is printed in small caps:
31734 \end_layout
31735
31736 \begin_deeper
31737 \begin_layout Initial
31738 \begin_inset Argument
31739 status open
31740
31741 \begin_layout Plain Layout
31742 lines=1
31743 \end_layout
31744
31745 \end_inset
31746
31747
31748 \begin_inset Argument
31749 status open
31750
31751 \begin_layout Plain Layout
31752 It
31753 \end_layout
31754
31755 \end_inset
31756
31757
31758 \begin_inset ERT
31759 status collapsed
31760
31761 \begin_layout Plain Layout
31762
31763 }
31764 \end_layout
31765
31766 \end_inset
31767
31768  
31769 \lang english
31770 was in the spring of the year 1894 that all London was interested, and the
31771  fashionable world dismayed, by the murder of the Honourable Ronald Adair
31772  under most unusual and inexplicable circumstances.
31773  The public has already learned those particulars of the crime which came
31774  out in the police investigation, but a good deal was suppressed upon that
31775  occasion, since the case for the prosecution was so overwhelmingly strong
31776  that it was not necessary to bring forward all the facts.
31777 \lang japanese
31778
31779 \begin_inset ERT
31780 status collapsed
31781
31782 \begin_layout Plain Layout
31783
31784 {
31785 \end_layout
31786
31787 \end_inset
31788
31789
31790 \end_layout
31791
31792 \end_deeper
31793 \begin_layout Enumerate
31794
31795 \lang english
31796 Magenta, hanging initial over 3
31797 \begin_inset space ~
31798 \end_inset
31799
31800 lines in the math font 
31801 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
31802 \end_inset
31803
31804 , the text 
31805 \begin_inset Quotes eld
31806 \end_inset
31807
31808 t was in the spring
31809 \begin_inset Quotes erd
31810 \end_inset
31811
31812  is in 
31813 \shape smallcaps
31814 small caps
31815 \shape default
31816 ; to color the initial, you must insert this command before the initial:
31817 \begin_inset Newline newline
31818 \end_inset
31819
31820
31821 \series bold
31822
31823 \backslash
31824 renewcommand{
31825 \backslash
31826 LettrineFontHook}{
31827 \backslash
31828 color{color}}
31829 \series default
31830
31831 \begin_inset Newline newline
31832 \end_inset
31833
31834 where the second 
31835 \emph on
31836 color
31837 \emph default
31838  can be 
31839 \begin_inset Quotes eld
31840 \end_inset
31841
31842 red
31843 \begin_inset Quotes erd
31844 \end_inset
31845
31846
31847 \begin_inset Quotes eld
31848 \end_inset
31849
31850 blue
31851 \begin_inset Quotes erd
31852 \end_inset
31853
31854
31855 \begin_inset Quotes eld
31856 \end_inset
31857
31858 green
31859 \begin_inset Quotes erd
31860 \end_inset
31861
31862
31863 \begin_inset Quotes eld
31864 \end_inset
31865
31866 yellow
31867 \begin_inset Quotes erd
31868 \end_inset
31869
31870
31871 \begin_inset Quotes eld
31872 \end_inset
31873
31874 cyan
31875 \begin_inset Quotes erd
31876 \end_inset
31877
31878
31879 \begin_inset Quotes eld
31880 \end_inset
31881
31882 magenta
31883 \begin_inset Quotes erd
31884 \end_inset
31885
31886
31887 \begin_inset Quotes eld
31888 \end_inset
31889
31890 black
31891 \begin_inset Quotes erd
31892 \end_inset
31893
31894  or 
31895 \begin_inset Quotes eld
31896 \end_inset
31897
31898 white
31899 \begin_inset Quotes erd
31900 \end_inset
31901
31902 , and add this command to the document preamble
31903 \lang japanese
31904 :
31905 \begin_inset Newline newline
31906 \end_inset
31907
31908
31909 \series bold
31910
31911 \backslash
31912 @ifundefined{textcolor}
31913 \begin_inset Newline newline
31914 \end_inset
31915
31916
31917 \begin_inset space ~
31918 \end_inset
31919
31920 {
31921 \backslash
31922 usepackage{color}}{}
31923 \end_layout
31924
31925 \begin_deeper
31926 \begin_layout Standard
31927 \begin_inset ERT
31928 status collapsed
31929
31930 \begin_layout Plain Layout
31931
31932
31933 \backslash
31934 renewcommand{
31935 \backslash
31936 LettrineFontHook}{
31937 \backslash
31938 color{magenta}}
31939 \end_layout
31940
31941 \end_inset
31942
31943
31944 \lang english
31945
31946 \begin_inset Note Note
31947 status collapsed
31948
31949 \begin_layout Plain Layout
31950
31951 \lang english
31952 makes the initial magenta
31953 \end_layout
31954
31955 \end_inset
31956
31957
31958 \end_layout
31959
31960 \begin_layout Initial
31961 \begin_inset Argument
31962 status open
31963
31964 \begin_layout Plain Layout
31965 lines=3, lhang=0.33, loversize=0.25
31966 \end_layout
31967
31968 \end_inset
31969
31970
31971 \begin_inset Argument
31972 status open
31973
31974 \begin_layout Plain Layout
31975 \begin_inset Formula $\mathcal{I}$
31976 \end_inset
31977
31978
31979 \end_layout
31980
31981 \end_inset
31982
31983
31984 \lang english
31985 t was in the spring
31986 \lang japanese
31987
31988 \begin_inset ERT
31989 status collapsed
31990
31991 \begin_layout Plain Layout
31992
31993 }
31994 \end_layout
31995
31996 \end_inset
31997
31998  
31999 \lang english
32000 of the year 1894 that all London was interested, and the fashionable world
32001  dismayed, by the murder of the Honourable Ronald Adair under most unusual
32002  and inexplicable circumstances.
32003  The public has already learned those particulars of the crime which came
32004  out in the police investigation, but a good deal was suppressed upon that
32005  occasion, since the case for the prosecution was so overwhelmingly strong
32006  that it was not necessary to bring forward all the facts.
32007 \lang japanese
32008
32009 \begin_inset ERT
32010 status collapsed
32011
32012 \begin_layout Plain Layout
32013
32014 {
32015 \end_layout
32016
32017 \end_inset
32018
32019
32020 \end_layout
32021
32022 \end_deeper
32023 \begin_layout Standard
32024 \begin_inset ERT
32025 status collapsed
32026
32027 \begin_layout Plain Layout
32028
32029
32030 \backslash
32031 else
32032 \end_layout
32033
32034 \end_inset
32035
32036
32037 \begin_inset Note Note
32038 status open
32039
32040 \begin_layout Plain Layout
32041 以下の部分は、LaTeXパッケージ
32042 \series bold
32043 lettrine
32044 \series default
32045 が導入されていないときのみ表示されます。
32046 \end_layout
32047
32048 \end_inset
32049
32050
32051 \end_layout
32052
32053 \begin_layout Standard
32054 本節の以下の部分を出力に表示するには、LaTeXパッケージ
32055 \series bold
32056 lettrine
32057 \series default
32058 を導入する必要があります。
32059 \end_layout
32060
32061 \begin_layout Standard
32062 \begin_inset ERT
32063 status collapsed
32064
32065 \begin_layout Plain Layout
32066
32067
32068 \backslash
32069 fi
32070 \end_layout
32071
32072 \end_inset
32073
32074
32075 \end_layout
32076
32077 \begin_layout Chapter
32078 外部文書構成要素
32079 \begin_inset Index idx
32080 status collapsed
32081
32082 \begin_layout Plain Layout
32083 がいぶぶんしょこうせいようそ@外部文書構成要素
32084 \end_layout
32085
32086 \end_inset
32087
32088
32089 \end_layout
32090
32091 \begin_layout Standard
32092
32093 \family sans
32094 挿入\SpecialChar \menuseparator
32095 ファイル
32096 \family default
32097 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
32098 \end_layout
32099
32100 \begin_layout Description
32101 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
32102 \end_layout
32103
32104 \begin_layout Description
32105 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
32106 \end_layout
32107
32108 \begin_layout Description
32109 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
32110 \end_layout
32111
32112 \begin_layout Description
32113 外部素材 様々な書式のファイル。
32114 \end_layout
32115
32116 \begin_layout Description
32117 子文書 LyXあるいはLaTeX文書。
32118 \end_layout
32119
32120 \begin_layout Section
32121 外部素材
32122 \begin_inset Index idx
32123 status collapsed
32124
32125 \begin_layout Plain Layout
32126 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
32127 \end_layout
32128
32129 \end_inset
32130
32131
32132 \end_layout
32133
32134 \begin_layout Standard
32135 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
32136 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
32137 \family sans
32138 操作性\SpecialChar \menuseparator
32139 表示
32140 \family default
32141 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
32142 \end_layout
32143
32144 \begin_layout Standard
32145 外部素材は、
32146 \family sans
32147 挿入
32148 \family default
32149 \SpecialChar \menuseparator
32150
32151 \family sans
32152 ファイル
32153 \family default
32154 \SpecialChar \menuseparator
32155
32156 \family sans
32157 外部素材
32158 \family default
32159 メニューで開くことのできる
32160 \family sans
32161 外部素材
32162 \family default
32163 ダイアログから挿入することができます。目下、以下のファイル形式(
32164 \family sans
32165 ひな型
32166 \family default
32167 )が使用できます。
32168 \end_layout
32169
32170 \begin_layout Description
32171 チェス棋譜 このひな型は、
32172 \series bold
32173
32174 \begin_inset CommandInset href
32175 LatexCommand href
32176 name "XBoard"
32177 target "http://en.wikipedia.org/wiki/XBoard"
32178
32179 \end_inset
32180
32181
32182 \series default
32183 プログラムで作成されたチェス棋譜をサポートします。
32184 \end_layout
32185
32186 \begin_layout Description
32187 日付 これは、
32188 \emph on
32189 日-月-年
32190 \emph default
32191 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
32192 \begin_inset External
32193         template Date
32194         filename .
32195
32196 \end_inset
32197
32198
32199 \begin_inset space ~
32200 \end_inset
32201
32202
32203 \begin_inset Note Note
32204 status collapsed
32205
32206 \begin_layout Plain Layout
32207 バグ4398が修正されたら、この保護空白は削除してください!
32208 \end_layout
32209
32210 \end_inset
32211
32212
32213 \begin_inset Newline newline
32214 \end_inset
32215
32216 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
32217 \family sans
32218 挿入
32219 \family default
32220 \SpecialChar \menuseparator
32221 日付メニューを使用する方法で、他はLaTeXコマンドの
32222 \series bold
32223
32224 \backslash
32225 today
32226 \series default
32227 をTeXコードで使用する方法です。これらの各方法は、表
32228 \begin_inset CommandInset ref
32229 LatexCommand ref
32230 reference "tab:日付挿入方法"
32231
32232 \end_inset
32233
32234 に比較を掲載しておきます。
32235 \end_layout
32236
32237 \begin_layout Description
32238 Dia このひな型は、
32239 \series bold
32240
32241 \begin_inset CommandInset href
32242 LatexCommand href
32243 name "Dia"
32244 target "http://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"
32245
32246 \end_inset
32247
32248
32249 \series default
32250 プログラムで作成したダイアグラムをサポートします。
32251 \end_layout
32252
32253 \begin_layout Description
32254
32255 \lang english
32256 GnumericSpreadsheet With this template you can insert spreadsheets
32257 \begin_inset space \thinspace{}
32258 \end_inset
32259
32260 /
32261 \begin_inset space \thinspace{}
32262 \end_inset
32263
32264 tables in the format of 
32265 \series bold
32266
32267 \begin_inset CommandInset href
32268 LatexCommand href
32269 name "Gnumeric"
32270 target "http://ja.wikipedia.org/wiki/Gnumeric"
32271
32272 \end_inset
32273
32274
32275 \series default
32276
32277 \begin_inset CommandInset href
32278 LatexCommand href
32279 name "OpenDocument"
32280 target "http://ja.wikipedia.org/wiki/OpenDocument"
32281
32282 \end_inset
32283
32284
32285 \begin_inset CommandInset href
32286 LatexCommand href
32287 name "Microsoft Office XML"
32288 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
32289
32290 \end_inset
32291
32292  and 
32293 \begin_inset CommandInset href
32294 LatexCommand href
32295 name "Office Open XML"
32296 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
32297
32298 \end_inset
32299
32300 .
32301  For this feature LyX must have found the program 
32302 \family typewriter
32303 ssconvert
32304 \family default
32305  during its configuration.
32306  This program is part of Gnumeric, so that you must have Gnumeric installed,
32307  also if you don't have tables in the Gnumeric format.
32308  For examples and possible limitations have a look at LyX's example file
32309  
32310 \emph on
32311 spreadsheet.lyx
32312 \emph default
32313 .
32314 \end_layout
32315
32316 \begin_layout Description
32317 LilyPond このひな型は、
32318 \series bold
32319
32320 \begin_inset CommandInset href
32321 LatexCommand href
32322 name "LilyPond"
32323 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
32324
32325 \end_inset
32326
32327
32328 \series default
32329 プログラムで作成した楽譜の組版に使用されます。
32330 \lang english
32331 For LyX's extended support for LilyPond have a look at LyX's example file
32332  
32333 \emph on
32334 lilypond.lyx
32335 \emph default
32336 .
32337 \end_layout
32338
32339 \begin_layout Description
32340 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
32341 \family sans
32342 LaTeXとLyXオプション
32343 \family default
32344 タブ中の
32345 \family sans
32346 オプション
32347 \family default
32348 フィールドに
32349 \emph on
32350 pages
32351 \emph default
32352 オプションを指定してください。
32353 \lang english
32354 The argument of this option is a comma separated list, containing page numbers
32355  (insert as option 
32356 \series bold
32357 pages={3,5,6,8}
32358 \series default
32359 ), ranges of page numbers (
32360 \series bold
32361 pages={4-9}
32362 \series default
32363 ) or any combination.
32364  To insert empty pages use {}.
32365  E.
32366 \begin_inset space \thinspace{}
32367 \end_inset
32368
32369 g.
32370 \begin_inset space ~
32371 \end_inset
32372
32373
32374 \series bold
32375 pages={3,{},8-11,15}
32376 \series default
32377  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
32378  Page ranges are specified in the syntax 
32379 \emph on
32380 start
32381 \emph default
32382 -
32383 \emph on
32384 stop
32385 \emph default
32386 .
32387  This selects all pages from 
32388 \emph on
32389 start
32390 \emph default
32391  to 
32392 \emph on
32393 stop
32394 \emph default
32395 .
32396  Omitting 
32397 \emph on
32398 start
32399 \emph default
32400  defaults to the first page; omitting 
32401 \emph on
32402 stop
32403 \emph default
32404  defaults to the last page of the document.
32405  The last page can also be selected with the keyword 
32406 \series bold
32407 last
32408 \series default
32409 .
32410  (This is only permitted in a page range.) So 
32411 \series bold
32412 pages=-
32413 \series default
32414  will insert all pages of the document and 
32415 \series bold
32416 pages=last-1
32417 \series default
32418  will insert all pages in reverse order.
32419 \emph on
32420 \lang japanese
32421 pages
32422 \emph default
32423 オプションを指定しないと、PDFの最初のページのみが挿入されます。
32424 \begin_inset Newline newline
32425 \end_inset
32426
32427
32428 \lang english
32429 The option 
32430 \series bold
32431 noautoscale
32432 \series default
32433  inserts the pages with their original size, if this option is not given,
32434  the pages will be resized to fith the width of the page of your document.
32435  In the tab 
32436 \family sans
32437 Size and Rotation
32438 \family default
32439  you can specify the width and height of the input pages and their rotation.
32440  If another width than 100
32441 \begin_inset space \thinspace{}
32442 \end_inset
32443
32444 Scale% is used, the option 
32445 \series bold
32446 noautoscale
32447 \series default
32448  will be overwritten.
32449  For more info and possible options, have a look into the documentation
32450  of the LaTeX-package 
32451 \series bold
32452 pdfpages
32453 \series default
32454 \lang japanese
32455  
32456 \begin_inset CommandInset citation
32457 LatexCommand cite
32458 key "pdfpages"
32459
32460 \end_inset
32461
32462 .
32463 \begin_inset Index idx
32464 status collapsed
32465
32466 \begin_layout Plain Layout
32467 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
32468 \end_layout
32469
32470 \end_inset
32471
32472
32473 \begin_inset Newline newline
32474 \end_inset
32475
32476
32477 \lang english
32478 To use this template in a 
32479 \family sans
32480 Beamer
32481 \family default
32482  presentation you need to first insert an 
32483 \family sans
32484 EndFrame
32485 \family default
32486  environment and in a subsequent paragraph a TeX Code box containing the
32487  command 
32488 \series bold
32489
32490 \backslash
32491 setbeamertemplate{background canvas}{}
32492 \series default
32493 .
32494  Then you can insert as many paragraphs containing the PDFPages template
32495  as you wish.
32496  Behind the included PDF pages you can resume the Beamer presentation by
32497  beginning a new frame or by starting a new section.
32498  To avoid stray blank pages prior to the PDF pages, make sure to use the
32499  
32500 \family sans
32501 Default
32502 \family default
32503  alignment for the paragraph containing the template.
32504 \begin_inset Newline newline
32505 \end_inset
32506
32507 Here is an included PDF which is rotated by -5°:
32508 \lang japanese
32509  
32510 \begin_inset External
32511         template PDFPages
32512         filename ../clipart/Abstract.pdf
32513         extra LaTeX "noautoscale, pages=-"
32514         rotateAngle -5
32515         rotateOrigin bottomleft
32516
32517 \end_inset
32518
32519
32520 \end_layout
32521
32522 \begin_layout Description
32523 ラスターイメージ これはビットマップ画像に使用します。
32524 \family sans
32525 外部素材
32526 \family default
32527 ダイアログを使って入れる画像は、第
32528 \begin_inset CommandInset ref
32529 LatexCommand ref
32530 reference "sec:画像ダイアログ"
32531
32532 \end_inset
32533
32534 節にあるように
32535 \family sans
32536 画像
32537 \family default
32538 ダイアログを使って挿入される画像と同じように取り扱うことができます。
32539 \lang english
32540 The difference to the normal image input is that only raster images are
32541  allowed; that means that PDF and EPS-images are not supported
32542 \lang japanese
32543 .
32544  
32545 \lang english
32546 Here is an inserted raster image:
32547 \lang japanese
32548  
32549 \begin_inset External
32550         template RasterImage
32551         filename ../clipart/ToolbarEnvBox.png
32552
32553 \end_inset
32554
32555
32556 \end_layout
32557
32558 \begin_layout Description
32559 XFig このひな型は、
32560 \series bold
32561
32562 \begin_inset CommandInset href
32563 LatexCommand href
32564 name "Xfig"
32565 target "http://ja.wikipedia.org/wiki/Xfig"
32566
32567 \end_inset
32568
32569
32570 \series default
32571 プログラムで作成した画像をサポートします。
32572 \end_layout
32573
32574 \begin_layout Standard
32575 \begin_inset Float table
32576 placement !h
32577 wide false
32578 sideways false
32579 status open
32580
32581 \begin_layout Plain Layout
32582 \begin_inset Caption
32583
32584 \begin_layout Plain Layout
32585 \begin_inset CommandInset label
32586 LatexCommand label
32587 name "tab:日付挿入方法"
32588
32589 \end_inset
32590
32591 日付の挿入方法の比較
32592 \end_layout
32593
32594 \end_inset
32595
32596
32597 \end_layout
32598
32599 \begin_layout Plain Layout
32600 \align center
32601 \begin_inset Tabular
32602 <lyxtabular version="3" rows="4" columns="4">
32603 <features tabularvalignment="middle">
32604 <column alignment="center" valignment="top" width="0">
32605 <column alignment="center" valignment="top" width="0">
32606 <column alignment="center" valignment="top" width="0">
32607 <column alignment="center" valignment="top" width="0">
32608 <row>
32609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32610 \begin_inset Text
32611
32612 \begin_layout Plain Layout
32613 文書書式
32614 \end_layout
32615
32616 \end_inset
32617 </cell>
32618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32619 \begin_inset Text
32620
32621 \begin_layout Plain Layout
32622
32623 \family sans
32624 外部素材\SpecialChar \menuseparator
32625 日付
32626 \end_layout
32627
32628 \end_inset
32629 </cell>
32630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32631 \begin_inset Text
32632
32633 \begin_layout Plain Layout
32634
32635 \family sans
32636 挿入\SpecialChar \menuseparator
32637 日付
32638 \end_layout
32639
32640 \end_inset
32641 </cell>
32642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32643 \begin_inset Text
32644
32645 \begin_layout Plain Layout
32646
32647 \series bold
32648
32649 \backslash
32650 today
32651 \series default
32652 コマンド
32653 \end_layout
32654
32655 \end_inset
32656 </cell>
32657 </row>
32658 <row>
32659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32660 \begin_inset Text
32661
32662 \begin_layout Plain Layout
32663 LyX
32664 \end_layout
32665
32666 \end_inset
32667 </cell>
32668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32669 \begin_inset Text
32670
32671 \begin_layout Plain Layout
32672 差込枠として
32673 \end_layout
32674
32675 \end_inset
32676 </cell>
32677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32678 \begin_inset Text
32679
32680 \begin_layout Plain Layout
32681 日付として
32682 \end_layout
32683
32684 \end_inset
32685 </cell>
32686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32687 \begin_inset Text
32688
32689 \begin_layout Plain Layout
32690 TeXコード差込枠として
32691 \end_layout
32692
32693 \end_inset
32694 </cell>
32695 </row>
32696 <row>
32697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32698 \begin_inset Text
32699
32700 \begin_layout Plain Layout
32701 LaTeX
32702 \end_layout
32703
32704 \end_inset
32705 </cell>
32706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32707 \begin_inset Text
32708
32709 \begin_layout Plain Layout
32710 日付として
32711 \end_layout
32712
32713 \end_inset
32714 </cell>
32715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32716 \begin_inset Text
32717
32718 \begin_layout Plain Layout
32719 日付として
32720 \end_layout
32721
32722 \end_inset
32723 </cell>
32724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32725 \begin_inset Text
32726
32727 \begin_layout Plain Layout
32728 コマンドとして
32729 \end_layout
32730
32731 \end_inset
32732 </cell>
32733 </row>
32734 <row>
32735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32736 \begin_inset Text
32737
32738 \begin_layout Plain Layout
32739 DVI, PDF, PS
32740 \end_layout
32741
32742 \end_inset
32743 </cell>
32744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32745 \begin_inset Text
32746
32747 \begin_layout Plain Layout
32748 日付として
32749 \end_layout
32750
32751 \end_inset
32752 </cell>
32753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32754 \begin_inset Text
32755
32756 \begin_layout Plain Layout
32757 日付として
32758 \end_layout
32759
32760 \end_inset
32761 </cell>
32762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32763 \begin_inset Text
32764
32765 \begin_layout Plain Layout
32766 日付として
32767 \end_layout
32768
32769 \end_inset
32770 </cell>
32771 </row>
32772 </lyxtabular>
32773
32774 \end_inset
32775
32776
32777 \end_layout
32778
32779 \end_inset
32780
32781
32782 \end_layout
32783
32784 \begin_layout Standard
32785
32786 \family sans
32787 外部素材
32788 \family default
32789 ダイアログの
32790 \family sans
32791 ファイル
32792 \family default
32793 タブ中で
32794 \family sans
32795 下書き
32796 \family default
32797 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
32798 \begin_inset Newline newline
32799 \end_inset
32800
32801 LyX中での外部素材は、ダイアログ内の
32802 \family sans
32803 LaTeXとLyXのオプション
32804 \family default
32805 タブにある
32806 \family sans
32807 LyX内に表示
32808 \family default
32809 オプションの指定に従って、
32810 \begin_inset Graphics
32811         filename clipart/ExternalMaterialQt4.png
32812         scale 85
32813         scaleBeforeRotation
32814
32815 \end_inset
32816
32817 のようなボックスとして表示されるか、画像として表示されます。
32818 \end_layout
32819
32820 \begin_layout Standard
32821 取扱説明書
32822 \family sans
32823 \emph on
32824 カスタマイズ篇
32825 \family default
32826 \emph default
32827 には、自製のひな型を定義する方法が説明されています。
32828 \end_layout
32829
32830 \begin_layout Section
32831 子文書
32832 \begin_inset CommandInset label
32833 LatexCommand label
32834 name "sec:子文書"
32835
32836 \end_inset
32837
32838
32839 \begin_inset Index idx
32840 status collapsed
32841
32842 \begin_layout Plain Layout
32843 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
32844 \end_layout
32845
32846 \end_inset
32847
32848
32849 \begin_inset Index idx
32850 status collapsed
32851
32852 \begin_layout Plain Layout
32853 ふぁいる@ファイル ! いんくるーど@インクルード
32854 \end_layout
32855
32856 \end_inset
32857
32858
32859 \end_layout
32860
32861 \begin_layout Standard
32862 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
32863 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
32864 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
32865 \end_layout
32866
32867 \begin_layout Standard
32868 親文書を開くことなく子文書で作業できるようにするには、子文書の
32869 \family sans
32870 文書
32871 \family default
32872 \SpecialChar \menuseparator
32873
32874 \family sans
32875 設定
32876 \family default
32877 \SpecialChar \menuseparator
32878
32879 \family sans
32880 文書クラス
32881 \family default
32882 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
32883 \end_layout
32884
32885 \begin_layout Standard
32886 取り込んだ文書は、LyX中で
32887 \begin_inset Graphics
32888         filename clipart/ChildDocumentQt4.png
32889         scale 85
32890         scaleBeforeRotation
32891
32892 \end_inset
32893
32894 のようなボックスとして表示されます。子文書を親文書に取り込むには、
32895 \family sans
32896 挿入
32897 \family default
32898 \SpecialChar \menuseparator
32899
32900 \family sans
32901 ファイル
32902 \family default
32903 \SpecialChar \menuseparator
32904
32905 \family sans
32906 子文書
32907 \family default
32908 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
32909 \end_layout
32910
32911 \begin_layout Description
32912 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
32913 \family sans
32914 子文書
32915 \family default
32916 ダイアログの
32917 \family sans
32918 編集
32919 \family default
32920 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
32921 \begin_inset Newline newline
32922 \end_inset
32923
32924
32925 \end_layout
32926
32927 \begin_layout Standard
32928 以下は、
32929 \family sans
32930 Include
32931 \family default
32932 を使用して挿入した子文書です。 
32933 \begin_inset CommandInset include
32934 LatexCommand include
32935 filename "DummyDocument1.lyx"
32936
32937 \end_inset
32938
32939
32940 \end_layout
32941
32942 \begin_layout Standard
32943 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
32944 あります。取り込んだ文書のラベルは、第
32945 \begin_inset CommandInset ref
32946 LatexCommand ref
32947 reference "sub:外部文書の第1小節"
32948
32949 \end_inset
32950
32951 小節、のように参照することができます。
32952 \end_layout
32953
32954 \begin_layout Standard
32955 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
32956 は、新規頁から始まるように挿入され、改頁して終わります。
32957 \end_layout
32958
32959 \begin_layout Standard
32960 大きな文書のうち、特定の章だけの作業を行っている際に、コンパイル時間を短縮したい場合、取り込んだファイルの各々を派生枝の中に入れる方法があります
32961 \begin_inset Foot
32962 status open
32963
32964 \begin_layout Plain Layout
32965 派生枝は、LyX
32966 \emph on
32967 ユーザーの手引き
32968 \emph default
32969
32970 \emph on
32971 派生枝
32972 \emph default
32973 の節に説明されています。
32974 \end_layout
32975
32976 \end_inset
32977
32978 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。
32979 \end_layout
32980
32981 \begin_layout Standard
32982 \begin_inset Note Greyedout
32983 status open
32984
32985 \begin_layout Plain Layout
32986
32987 \series bold
32988 【註】
32989 \series default
32990 LyXのバグにより、どのファイルを取り込むかを決める他の方法として、現在のところ、LaTeXコマンドの
32991 \series bold
32992
32993 \backslash
32994 includeonly
32995 \series default
32996 を使用することはできません。
32997 \end_layout
32998
32999 \end_inset
33000
33001
33002 \end_layout
33003
33004 \begin_layout Standard
33005 \begin_inset Note Greyedout
33006 status open
33007
33008 \begin_layout Plain Layout
33009
33010 \series bold
33011 【註】
33012 \series default
33013 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
33014 警告が発せられます。
33015 \end_layout
33016
33017 \end_inset
33018
33019
33020 \end_layout
33021
33022 \begin_layout Description
33023 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
33024 \end_layout
33025
33026 \begin_deeper
33027 \begin_layout Itemize
33028 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
33029 \end_layout
33030
33031 \begin_layout Itemize
33032 Inputファイルは、LyX設定の操作性
33033 \family sans
33034 \SpecialChar \menuseparator
33035 表示
33036 \family default
33037 の下にある
33038 \family sans
33039 画像を表示
33040 \family default
33041 を有効にすると、LyX中でプレビューすることができます。
33042 \end_layout
33043
33044 \begin_layout Itemize
33045 LaTeXコマンドの
33046 \series bold
33047
33048 \backslash
33049 includeonly
33050 \series default
33051 は使用することができません。
33052 \end_layout
33053
33054 \end_deeper
33055 \begin_layout Standard
33056 右は、
33057 \family sans
33058 Input
33059 \family default
33060 を使って挿入した子文書です。 
33061 \begin_inset CommandInset include
33062 LatexCommand input
33063 filename "DummyDocument2.lyx"
33064
33065 \end_inset
33066
33067
33068 \end_layout
33069
33070 \begin_layout Description
33071 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
33072 に用いられているコマンドは実行されません。
33073 \family sans
33074 出力の空白に印付けをする
33075 \family default
33076 オプションを有効にすると、ソースコード中のすべての空白文字に「
33077 \begin_inset ERT
33078 status collapsed
33079
33080 \begin_layout Plain Layout
33081
33082
33083 \backslash
33084 textvisiblespace 
33085 \end_layout
33086
33087 \end_inset
33088
33089 」文字を表示させることができます。
33090 \family sans
33091 挿入\SpecialChar \menuseparator
33092 ファイル\SpecialChar \menuseparator
33093 平文
33094 \family default
33095 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
33096 \end_layout
33097
33098 \begin_layout Standard
33099 以下は、verbatimとして挿入された子文書です。 
33100 \begin_inset CommandInset include
33101 LatexCommand verbatiminput
33102 filename "../DummyTextDocument.txt"
33103
33104 \end_inset
33105
33106
33107 \begin_inset VSpace bigskip
33108 \end_inset
33109
33110 以下は、
33111 \family sans
33112 出力の空白に印付けをする
33113 \family default
33114 オプションを指定して、verbatimとして挿入された子文書です。 
33115 \begin_inset CommandInset include
33116 LatexCommand verbatiminput*
33117 filename "../DummyTextDocument.txt"
33118
33119 \end_inset
33120
33121
33122 \end_layout
33123
33124 \begin_layout Standard
33125 \begin_inset VSpace bigskip
33126 \end_inset
33127
33128
33129 \end_layout
33130
33131 \begin_layout Standard
33132 \begin_inset Note Greyedout
33133 status open
33134
33135 \begin_layout Plain Layout
33136
33137 \series bold
33138 【註】
33139 \series default
33140 上記の例でわかるように、
33141 \family sans
33142 verbatim
33143 \family default
33144 として取り込んだ文書の文章は、文書行の終わりで改行されません。
33145 \end_layout
33146
33147 \end_inset
33148
33149
33150 \end_layout
33151
33152 \begin_layout Standard
33153 \begin_inset Note Greyedout
33154 status open
33155
33156 \begin_layout Plain Layout
33157
33158 \series bold
33159 【訳註】
33160 \series default
33161 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
33162 \end_layout
33163
33164 \end_inset
33165
33166
33167 \end_layout
33168
33169 \begin_layout Description
33170 プログラムリスト この型については、第
33171 \begin_inset CommandInset ref
33172 LatexCommand ref
33173 reference "cha:プログラムコードリスト"
33174
33175 \end_inset
33176
33177 章に説明されています。
33178 \end_layout
33179
33180 \begin_layout Standard
33181 \begin_inset Note Greyedout
33182 status open
33183
33184 \begin_layout Plain Layout
33185
33186 \series bold
33187 【註】
33188 \series default
33189 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
33190 \end_layout
33191
33192 \end_inset
33193
33194
33195 \end_layout
33196
33197 \begin_layout Chapter
33198 プログラムコードリスト
33199 \begin_inset CommandInset label
33200 LatexCommand label
33201 name "cha:プログラムコードリスト"
33202
33203 \end_inset
33204
33205
33206 \begin_inset Index idx
33207 status collapsed
33208
33209 \begin_layout Plain Layout
33210 りすと@リスト
33211 \end_layout
33212
33213 \end_inset
33214
33215
33216 \begin_inset Index idx
33217 status collapsed
33218
33219 \begin_layout Plain Layout
33220 ぷろぐらむこーど@プログラムコード
33221 \end_layout
33222
33223 \end_inset
33224
33225
33226 \begin_inset Index idx
33227 status collapsed
33228
33229 \begin_layout Plain Layout
33230 ふろーと@フロート ! りすと@リスト
33231 \end_layout
33232
33233 \end_inset
33234
33235
33236 \end_layout
33237
33238 \begin_layout Standard
33239 プログラムコードを取り込んで組版するには、
33240 \family sans
33241 挿入
33242 \family default
33243 \SpecialChar \menuseparator
33244
33245 \family sans
33246 プログラムリスト
33247 \family default
33248 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
33249 \series bold
33250 listings
33251 \series default
33252
33253 \begin_inset Index idx
33254 status collapsed
33255
33256 \begin_layout Plain Layout
33257 LaTeXぱっけーじ@LaTeXパッケージ ! listings
33258 \end_layout
33259
33260 \end_inset
33261
33262 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
33263 \end_layout
33264
33265 \begin_layout Standard
33266 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
33267 \end_layout
33268
33269 \begin_layout Standard
33270 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
33271 \family sans
33272 行内リスト
33273 \family default
33274 を指定すると、リストは
33275 \begin_inset listings
33276 lstparams "language={C++}"
33277 inline true
33278 status collapsed
33279
33280 \begin_layout Plain Layout
33281
33282 int a=5;
33283 \end_layout
33284
33285 \end_inset
33286
33287 のように行内に印字されます。
33288 \begin_inset Newline newline
33289 \end_inset
33290
33291
33292 \family sans
33293 フロート
33294 \family default
33295 オプションは、プログラムリストフロートを生成するものですが、ここで、第
33296 \begin_inset CommandInset ref
33297 LatexCommand ref
33298 reference "sec:フロートの配置"
33299
33300 \end_inset
33301
33302 節に説明されているフロート配置オプションに従って、「
33303 \family sans
33304 h
33305 \family default
33306 」「
33307 \family sans
33308 t
33309 \family default
33310 」「
33311 \family sans
33312 b
33313 \family default
33314 」「
33315 \family sans
33316 p
33317 \family default
33318 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
33319 \family sans
33320 htbp
33321 \family default
33322 」のように区切りを入れることなく入力することができます。「
33323 \family sans
33324 h
33325 \family default
33326 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
33327 \family sans
33328 フロート
33329 \family default
33330 オプションを使用しなければ大丈夫です。
33331 \end_layout
33332
33333 \begin_layout Standard
33334
33335 \family sans
33336 挿入
33337 \family default
33338 \SpecialChar \menuseparator
33339
33340 \family sans
33341 キャプション
33342 \family default
33343 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
33344 \begin_inset CommandInset ref
33345 LatexCommand ref
33346 reference "lst:リストフロート"
33347
33348 \end_inset
33349
33350 のように参照することができます。
33351 \end_layout
33352
33353 \begin_layout Standard
33354 \begin_inset listings
33355 lstparams "language=Python"
33356 inline false
33357 status open
33358
33359 \begin_layout Plain Layout
33360
33361 \begin_inset Caption
33362
33363 \begin_layout Plain Layout
33364 \begin_inset CommandInset label
33365 LatexCommand label
33366 name "lst:リストフロート"
33367
33368 \end_inset
33369
33370 Example Listing Float
33371 \end_layout
33372
33373 \end_inset
33374
33375 # Example listing float
33376 \end_layout
33377
33378 \begin_layout Plain Layout
33379
33380 def func(param):
33381 \end_layout
33382
33383 \begin_layout Plain Layout
33384
33385     'this is a python function'
33386 \end_layout
33387
33388 \begin_layout Plain Layout
33389
33390     pass
33391 \end_layout
33392
33393 \end_inset
33394
33395
33396 \end_layout
33397
33398 \begin_layout Standard
33399 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
33400 onのキーワード「def」が識別され、ボールド体で出力されます。
33401 \end_layout
33402
33403 \begin_layout Standard
33404 \begin_inset Note Greyedout
33405 status open
33406
33407 \begin_layout Plain Layout
33408
33409 \series bold
33410 【註】
33411 \series default
33412 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
33413 \family typewriter
33414 typewriter
33415 \family default
33416 フォントがボールド体を提供していません。この場合には、
33417 \family sans
33418 文書
33419 \family default
33420 \SpecialChar \menuseparator
33421
33422 \family sans
33423 設定
33424 \family default
33425 \SpecialChar \menuseparator
33426
33427 \family sans
33428 フォント
33429 \family default
33430 メニューで別のフォントを選択してください(
33431 \emph on
33432 LuxiMono
33433 \emph default
33434
33435 \emph on
33436 BeraMono
33437 \emph default
33438
33439 \emph on
33440 Courier
33441 \emph default
33442 の各フォントはボールド体を提供します)。
33443 \end_layout
33444
33445 \end_inset
33446
33447
33448 \end_layout
33449
33450 \begin_layout Standard
33451 \begin_inset Note Greyedout
33452 status open
33453
33454 \begin_layout Plain Layout
33455
33456 \series bold
33457 【訳註】
33458 \series default
33459 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
33460 \end_layout
33461
33462 \end_inset
33463
33464
33465 \end_layout
33466
33467 \begin_layout Standard
33468 プログラムリストダイアログの
33469 \family sans
33470 行番号
33471 \family default
33472 のセクションでは、行番号の様式を指定することができます。
33473 \family sans
33474 行間
33475 \family default
33476 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
33477 \end_layout
33478
33479 \begin_layout Standard
33480 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
33481 \family sans
33482 拡張文字コード表を使う
33483 \family default
33484 オプションを使用しなくてはなりません。
33485 \begin_inset Newline newline
33486 \end_inset
33487
33488 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
33489 \begin_inset space \thinspace{}
33490 \end_inset
33491
33492 -
33493 \begin_inset space \thinspace{}
33494 \end_inset
33495
33496 8」で設定したプログラムリストの例です。
33497 \end_layout
33498
33499 \begin_layout Standard
33500 \begin_inset listings
33501 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
33502 inline false
33503 status open
33504
33505 \begin_layout Plain Layout
33506
33507 def func(param):
33508 \end_layout
33509
33510 \begin_layout Plain Layout
33511
33512     'this is a python function'
33513 \end_layout
33514
33515 \begin_layout Plain Layout
33516
33517     pass
33518 \end_layout
33519
33520 \begin_layout Plain Layout
33521
33522 def func(param):
33523 \end_layout
33524
33525 \begin_layout Plain Layout
33526
33527 'This is a German word: Tschüß'
33528 \end_layout
33529
33530 \begin_layout Plain Layout
33531
33532 pass
33533 \end_layout
33534
33535 \begin_layout Plain Layout
33536
33537 def func(param):
33538 \end_layout
33539
33540 \begin_layout Plain Layout
33541
33542 'this is a python function'
33543 \end_layout
33544
33545 \begin_layout Plain Layout
33546
33547 pass
33548 \end_layout
33549
33550 \end_inset
33551
33552
33553 \end_layout
33554
33555 \begin_layout Standard
33556 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
33557 \family sans
33558 タビュレータの大きさ
33559 \family default
33560 フィールドで指定することができます。
33561 \end_layout
33562
33563 \begin_layout Standard
33564 \begin_inset Note Greyedout
33565 status open
33566
33567 \begin_layout Plain Layout
33568
33569 \series bold
33570 【註】listings
33571 \series default
33572 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
33573 に振られているのはこのためです。
33574 \end_layout
33575
33576 \end_inset
33577
33578
33579 \end_layout
33580
33581 \begin_layout Standard
33582 \begin_inset VSpace bigskip
33583 \end_inset
33584
33585
33586 \end_layout
33587
33588 \begin_layout Standard
33589 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
33590 \family sans
33591 挿入
33592 \family default
33593 \SpecialChar \menuseparator
33594
33595 \family sans
33596 ファイル
33597 \family default
33598 \SpecialChar \menuseparator
33599
33600 \family sans
33601 子文書
33602 \family default
33603 メニューを使用して
33604 \family sans
33605 プログラムリスト
33606 \family default
33607 型を選択してください
33608 \begin_inset Foot
33609 status collapsed
33610
33611 \begin_layout Plain Layout
33612 他の子文書型については、第 section
33613 \begin_inset space ~
33614 \end_inset
33615
33616
33617 \begin_inset CommandInset ref
33618 LatexCommand ref
33619 reference "sec:子文書"
33620
33621 \end_inset
33622
33623 節に説明があります。
33624 \end_layout
33625
33626 \end_inset
33627
33628 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
33629 疑問符「?」を打鍵してください。
33630 \end_layout
33631
33632 \begin_layout Standard
33633 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
33634 \family sans
33635 挿入
33636 \family default
33637 \SpecialChar \menuseparator
33638
33639 \family sans
33640 相互参照
33641 \family default
33642 メニューを使って参照できるようになります。
33643 \end_layout
33644
33645 \begin_layout Standard
33646 プログラムリスト
33647 \begin_inset CommandInset ref
33648 LatexCommand ref
33649 reference "lst:file-listing"
33650
33651 \end_inset
33652
33653 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
33654 \end_layout
33655
33656 \begin_layout Standard
33657 \begin_inset CommandInset include
33658 LatexCommand lstinputlisting
33659 filename "EmbeddedObjects.lyx"
33660 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
33661
33662 \end_inset
33663
33664
33665 \end_layout
33666
33667 \begin_layout Standard
33668 \begin_inset VSpace bigskip
33669 \end_inset
33670
33671
33672 \end_layout
33673
33674 \begin_layout Standard
33675 リストに数式を入れるには、以下のようにします。
33676 \end_layout
33677
33678 \begin_layout Enumerate
33679 リストダイアログを開き、
33680 \family sans
33681 詳細
33682 \family default
33683 タブのフィールド中に
33684 \begin_inset Newline newline
33685 \end_inset
33686
33687
33688 \family sans
33689 mathescape=true
33690 \family default
33691
33692 \begin_inset Newline newline
33693 \end_inset
33694
33695 と書き加えます。
33696 \end_layout
33697
33698 \begin_layout Enumerate
33699 リスト外で数式を作成します。
33700 \end_layout
33701
33702 \begin_layout Enumerate
33703 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
33704 \begin_inset Info
33705 type  "shortcut"
33706 arg   "copy"
33707 \end_inset
33708
33709 )。
33710 \end_layout
33711
33712 \begin_layout Enumerate
33713 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
33714 \begin_inset Info
33715 type  "shortcut"
33716 arg   "paste"
33717 \end_inset
33718
33719 )。
33720 \end_layout
33721
33722 \begin_layout Standard
33723 \begin_inset listings
33724 lstparams "language=Python,mathescape=true"
33725 inline false
33726 status open
33727
33728 \begin_layout Plain Layout
33729
33730 \begin_inset Caption
33731
33732 \begin_layout Plain Layout
33733 Example Listing float containing a formula
33734 \end_layout
33735
33736 \end_inset
33737
33738 # Example listing float
33739 \end_layout
33740
33741 \begin_layout Plain Layout
33742
33743 def func(param):
33744 \end_layout
33745
33746 \begin_layout Plain Layout
33747
33748     # $
33749 \backslash
33750 prod_{n=1}^{
33751 \backslash
33752 infty}
33753 \backslash
33754 ,
33755 \backslash
33756 frac{1}{x^{2}}$
33757 \end_layout
33758
33759 \begin_layout Plain Layout
33760
33761     pass
33762 \end_layout
33763
33764 \end_inset
33765
33766
33767 \end_layout
33768
33769 \begin_layout Standard
33770 \begin_inset VSpace bigskip
33771 \end_inset
33772
33773
33774 \end_layout
33775
33776 \begin_layout Standard
33777 大域的なプログラムリストの設定は、
33778 \family sans
33779 文書
33780 \family default
33781 \SpecialChar \menuseparator
33782
33783 \family sans
33784 設定
33785 \family default
33786 \SpecialChar \menuseparator
33787
33788 \family sans
33789 リスト
33790 \family default
33791 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
33792 \family sans
33793 プログラムリスト設定
33794 \family default
33795 フィールドで疑問符「?」を打鍵してください。
33796 \end_layout
33797
33798 \begin_layout Standard
33799
33800 \series bold
33801 listings
33802 \series default
33803 パッケージについての詳しい情報については、取扱説明書
33804 \begin_inset CommandInset citation
33805 LatexCommand cite
33806 key "listings"
33807
33808 \end_inset
33809
33810 をご参照ください。.
33811 \end_layout
33812
33813 \begin_layout Standard
33814 \begin_inset Newpage newpage
33815 \end_inset
33816
33817
33818 \end_layout
33819
33820 \begin_layout Chapter
33821 \start_of_appendix
33822 LyXで使用できる単位
33823 \begin_inset Index idx
33824 status collapsed
33825
33826 \begin_layout Plain Layout
33827 たんい@単位
33828 \end_layout
33829
33830 \end_inset
33831
33832
33833 \begin_inset CommandInset label
33834 LatexCommand label
33835 name "cha:LyXで使用できる単位"
33836
33837 \end_inset
33838
33839
33840 \end_layout
33841
33842 \begin_layout Standard
33843 この文書で用いられる単位の理解のために、表
33844 \begin_inset CommandInset ref
33845 LatexCommand ref
33846 reference "tab:単位"
33847
33848 \end_inset
33849
33850 に、LyXで使うことのできる単位をまとめておきます。
33851 \end_layout
33852
33853 \begin_layout Standard
33854 \begin_inset Float table
33855 placement h
33856 wide false
33857 sideways false
33858 status open
33859
33860 \begin_layout Plain Layout
33861 \begin_inset Caption
33862
33863 \begin_layout Plain Layout
33864 \begin_inset CommandInset label
33865 LatexCommand label
33866 name "tab:単位"
33867
33868 \end_inset
33869
33870 単位
33871 \end_layout
33872
33873 \end_inset
33874
33875
33876 \end_layout
33877
33878 \begin_layout Plain Layout
33879 \begin_inset VSpace medskip
33880 \end_inset
33881
33882
33883 \end_layout
33884
33885 \begin_layout Plain Layout
33886 \align center
33887 \begin_inset Tabular
33888 <lyxtabular version="3" rows="20" columns="2">
33889 <features tabularvalignment="middle">
33890 <column alignment="center" valignment="top" width="0">
33891 <column alignment="center" valignment="top" width="0">
33892 <row>
33893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33894 \begin_inset Text
33895
33896 \begin_layout Plain Layout
33897 単位
33898 \end_layout
33899
33900 \end_inset
33901 </cell>
33902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33903 \begin_inset Text
33904
33905 \begin_layout Plain Layout
33906 名称/摘要
33907 \end_layout
33908
33909 \end_inset
33910 </cell>
33911 </row>
33912 <row>
33913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33914 \begin_inset Text
33915
33916 \begin_layout Plain Layout
33917 mm
33918 \end_layout
33919
33920 \end_inset
33921 </cell>
33922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33923 \begin_inset Text
33924
33925 \begin_layout Plain Layout
33926 ミリメートル
33927 \end_layout
33928
33929 \end_inset
33930 </cell>
33931 </row>
33932 <row>
33933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33934 \begin_inset Text
33935
33936 \begin_layout Plain Layout
33937 cm
33938 \end_layout
33939
33940 \end_inset
33941 </cell>
33942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33943 \begin_inset Text
33944
33945 \begin_layout Plain Layout
33946 センチメートル
33947 \end_layout
33948
33949 \end_inset
33950 </cell>
33951 </row>
33952 <row>
33953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33954 \begin_inset Text
33955
33956 \begin_layout Plain Layout
33957 in
33958 \end_layout
33959
33960 \end_inset
33961 </cell>
33962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33963 \begin_inset Text
33964
33965 \begin_layout Plain Layout
33966 インチ
33967 \end_layout
33968
33969 \end_inset
33970 </cell>
33971 </row>
33972 <row>
33973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33974 \begin_inset Text
33975
33976 \begin_layout Plain Layout
33977 pt
33978 \end_layout
33979
33980 \end_inset
33981 </cell>
33982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33983 \begin_inset Text
33984
33985 \begin_layout Plain Layout
33986 ポイント (72.27
33987 \begin_inset Formula $\,$
33988 \end_inset
33989
33990 pt = 1
33991 \begin_inset Formula $\,$
33992 \end_inset
33993
33994 in)
33995 \end_layout
33996
33997 \end_inset
33998 </cell>
33999 </row>
34000 <row>
34001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34002 \begin_inset Text
34003
34004 \begin_layout Plain Layout
34005 pc
34006 \end_layout
34007
34008 \end_inset
34009 </cell>
34010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34011 \begin_inset Text
34012
34013 \begin_layout Plain Layout
34014 パイカ (1
34015 \begin_inset Formula $\,$
34016 \end_inset
34017
34018 pc = 12
34019 \begin_inset Formula $\,$
34020 \end_inset
34021
34022 pt)
34023 \end_layout
34024
34025 \end_inset
34026 </cell>
34027 </row>
34028 <row>
34029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34030 \begin_inset Text
34031
34032 \begin_layout Plain Layout
34033 sp
34034 \end_layout
34035
34036 \end_inset
34037 </cell>
34038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34039 \begin_inset Text
34040
34041 \begin_layout Plain Layout
34042 スケールポイント (65536
34043 \begin_inset Formula $\,$
34044 \end_inset
34045
34046 sp = 1
34047 \begin_inset Formula $\,$
34048 \end_inset
34049
34050 pt)
34051 \end_layout
34052
34053 \end_inset
34054 </cell>
34055 </row>
34056 <row>
34057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34058 \begin_inset Text
34059
34060 \begin_layout Plain Layout
34061 bp
34062 \end_layout
34063
34064 \end_inset
34065 </cell>
34066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34067 \begin_inset Text
34068
34069 \begin_layout Plain Layout
34070 ビッグポイント (72
34071 \begin_inset Formula $\,$
34072 \end_inset
34073
34074 bp = 1
34075 \begin_inset Formula $\,$
34076 \end_inset
34077
34078 in)
34079 \end_layout
34080
34081 \end_inset
34082 </cell>
34083 </row>
34084 <row>
34085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34086 \begin_inset Text
34087
34088 \begin_layout Plain Layout
34089 dd
34090 \end_layout
34091
34092 \end_inset
34093 </cell>
34094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34095 \begin_inset Text
34096
34097 \begin_layout Plain Layout
34098 ディドー (72
34099 \begin_inset Formula $\,$
34100 \end_inset
34101
34102 dd 
34103 \begin_inset Formula $\approx$
34104 \end_inset
34105
34106  37.6
34107 \begin_inset Formula $\,$
34108 \end_inset
34109
34110 mm)
34111 \end_layout
34112
34113 \end_inset
34114 </cell>
34115 </row>
34116 <row>
34117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34118 \begin_inset Text
34119
34120 \begin_layout Plain Layout
34121 cc
34122 \end_layout
34123
34124 \end_inset
34125 </cell>
34126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34127 \begin_inset Text
34128
34129 \begin_layout Plain Layout
34130 シセロ (1
34131 \begin_inset Formula $\,$
34132 \end_inset
34133
34134 cc = 12
34135 \begin_inset Formula $\,$
34136 \end_inset
34137
34138 dd)
34139 \end_layout
34140
34141 \end_inset
34142 </cell>
34143 </row>
34144 <row>
34145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34146 \begin_inset Text
34147
34148 \begin_layout Plain Layout
34149 Scale%
34150 \end_layout
34151
34152 \end_inset
34153 </cell>
34154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34155 \begin_inset Text
34156
34157 \begin_layout Plain Layout
34158 元の画像幅の%
34159 \end_layout
34160
34161 \end_inset
34162 </cell>
34163 </row>
34164 <row>
34165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34166 \begin_inset Text
34167
34168 \begin_layout Plain Layout
34169 text%
34170 \end_layout
34171
34172 \end_inset
34173 </cell>
34174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34175 \begin_inset Text
34176
34177 \begin_layout Plain Layout
34178 テキスト幅の%
34179 \end_layout
34180
34181 \end_inset
34182 </cell>
34183 </row>
34184 <row>
34185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34186 \begin_inset Text
34187
34188 \begin_layout Plain Layout
34189 col%
34190 \end_layout
34191
34192 \end_inset
34193 </cell>
34194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34195 \begin_inset Text
34196
34197 \begin_layout Plain Layout
34198 組段幅の%
34199 \end_layout
34200
34201 \end_inset
34202 </cell>
34203 </row>
34204 <row>
34205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34206 \begin_inset Text
34207
34208 \begin_layout Plain Layout
34209 page%
34210 \end_layout
34211
34212 \end_inset
34213 </cell>
34214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34215 \begin_inset Text
34216
34217 \begin_layout Plain Layout
34218 用紙幅の%
34219 \end_layout
34220
34221 \end_inset
34222 </cell>
34223 </row>
34224 <row>
34225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34226 \begin_inset Text
34227
34228 \begin_layout Plain Layout
34229 line%
34230 \end_layout
34231
34232 \end_inset
34233 </cell>
34234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34235 \begin_inset Text
34236
34237 \begin_layout Plain Layout
34238 行幅の%
34239 \end_layout
34240
34241 \end_inset
34242 </cell>
34243 </row>
34244 <row>
34245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34246 \begin_inset Text
34247
34248 \begin_layout Plain Layout
34249 theight%
34250 \end_layout
34251
34252 \end_inset
34253 </cell>
34254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34255 \begin_inset Text
34256
34257 \begin_layout Plain Layout
34258 テキスト高さの%
34259 \end_layout
34260
34261 \end_inset
34262 </cell>
34263 </row>
34264 <row>
34265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34266 \begin_inset Text
34267
34268 \begin_layout Plain Layout
34269 pheight%
34270 \end_layout
34271
34272 \end_inset
34273 </cell>
34274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34275 \begin_inset Text
34276
34277 \begin_layout Plain Layout
34278 用紙高さの%
34279 \end_layout
34280
34281 \end_inset
34282 </cell>
34283 </row>
34284 <row>
34285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34286 \begin_inset Text
34287
34288 \begin_layout Plain Layout
34289 ex
34290 \end_layout
34291
34292 \end_inset
34293 </cell>
34294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34295 \begin_inset Text
34296
34297 \begin_layout Plain Layout
34298 現在のフォントの文字「x」の高さ
34299 \end_layout
34300
34301 \end_inset
34302 </cell>
34303 </row>
34304 <row>
34305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34306 \begin_inset Text
34307
34308 \begin_layout Plain Layout
34309 em
34310 \end_layout
34311
34312 \end_inset
34313 </cell>
34314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34315 \begin_inset Text
34316
34317 \begin_layout Plain Layout
34318 現在のフォントの文字「M」の幅
34319 \end_layout
34320
34321 \end_inset
34322 </cell>
34323 </row>
34324 <row>
34325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34326 \begin_inset Text
34327
34328 \begin_layout Plain Layout
34329 mu
34330 \end_layout
34331
34332 \end_inset
34333 </cell>
34334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34335 \begin_inset Text
34336
34337 \begin_layout Plain Layout
34338 数式単位 (1
34339 \begin_inset Formula $\,$
34340 \end_inset
34341
34342 mu = 1/18
34343 \begin_inset Formula $\,$
34344 \end_inset
34345
34346 em)
34347 \end_layout
34348
34349 \end_inset
34350 </cell>
34351 </row>
34352 </lyxtabular>
34353
34354 \end_inset
34355
34356
34357 \end_layout
34358
34359 \end_inset
34360
34361
34362 \end_layout
34363
34364 \begin_layout Chapter
34365 画像を含む場合のファイル出力形式
34366 \begin_inset CommandInset label
34367 LatexCommand label
34368 name "cha:ファイル出力形式"
34369
34370 \end_inset
34371
34372
34373 \end_layout
34374
34375 \begin_layout Section
34376 DVI
34377 \begin_inset Index idx
34378 status collapsed
34379
34380 \begin_layout Plain Layout
34381 ふぁいるしょしき@ファイル書式 ! DVI
34382 \end_layout
34383
34384 \end_inset
34385
34386
34387 \begin_inset Index idx
34388 status collapsed
34389
34390 \begin_layout Plain Layout
34391 DVI|see
34392 \begin_inset ERT
34393 status collapsed
34394
34395 \begin_layout Plain Layout
34396
34397 {
34398 \end_layout
34399
34400 \end_inset
34401
34402 ファイル書式
34403 \begin_inset ERT
34404 status collapsed
34405
34406 \begin_layout Plain Layout
34407
34408 }
34409 \end_layout
34410
34411 \end_inset
34412
34413
34414 \end_layout
34415
34416 \end_inset
34417
34418
34419 \end_layout
34420
34421 \begin_layout Standard
34422 このファイル型の拡張子は「
34423 \family typewriter
34424 .dvi
34425 \family default
34426 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
34427 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
34428 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
34429 \end_layout
34430
34431 \begin_layout Standard
34432 \begin_inset Note Greyedout
34433 status open
34434
34435 \begin_layout Plain Layout
34436 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
34437 \end_layout
34438
34439 \end_inset
34440
34441 ですから、お使いの
34442 \family typewriter
34443 .dvi
34444 \family default
34445 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
34446 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
34447 DFを使用することをお勧めします。
34448 \end_layout
34449
34450 \begin_layout Standard
34451 使用中の文書は、
34452 \family sans
34453 ファイル
34454 \family default
34455 \SpecialChar \menuseparator
34456
34457 \family sans
34458 書き出し
34459 \family default
34460 \SpecialChar \menuseparator
34461
34462 \family sans
34463 DVI
34464 \family default
34465 メニューを使用して、DVIに書き出すことができます。
34466 \lang english
34467 You can view your document as DVI via the 
34468 \family sans
34469 View
34470 \family default
34471  menu.
34472 \end_layout
34473
34474 \begin_layout Section
34475 PostScript
34476 \begin_inset CommandInset label
34477 LatexCommand label
34478 name "sec:PostScript"
34479
34480 \end_inset
34481
34482
34483 \begin_inset Index idx
34484 status collapsed
34485
34486 \begin_layout Plain Layout
34487 ふぁいるしょしき@ファイル書式 ! PostScript
34488 \end_layout
34489
34490 \end_inset
34491
34492
34493 \begin_inset Index idx
34494 status collapsed
34495
34496 \begin_layout Plain Layout
34497 PostScript|see
34498 \begin_inset ERT
34499 status collapsed
34500
34501 \begin_layout Plain Layout
34502
34503 {
34504 \end_layout
34505
34506 \end_inset
34507
34508 ファイル書式
34509 \begin_inset ERT
34510 status collapsed
34511
34512 \begin_layout Plain Layout
34513
34514 }
34515 \end_layout
34516
34517 \end_inset
34518
34519
34520 \end_layout
34521
34522 \end_inset
34523
34524
34525 \end_layout
34526
34527 \begin_layout Standard
34528 このファイル型の拡張子は「
34529 \family typewriter
34530 .ps
34531 \family default
34532 」です。PostScriptは、
34533 \family typewriter
34534 Adobe
34535 \family default
34536 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
34537 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
34538 \begin_inset Foot
34539 status collapsed
34540
34541 \begin_layout Plain Layout
34542 これについてもう少し学ぶ気があれば、LaTeXパッケージ
34543 \series bold
34544 PSTricks
34545 \series default
34546
34547 \begin_inset CommandInset citation
34548 LatexCommand cite
34549 key "pstricks"
34550
34551 \end_inset
34552
34553 を見てみてください。
34554 \end_layout
34555
34556 \end_inset
34557
34558 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
34559 \end_layout
34560
34561 \begin_layout Standard
34562 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
34563 \family typewriter
34564 .eps
34565 \family default
34566 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
34567 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
34568 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
34569 を直接EPSとして入れておく方がよいでしょう。
34570 \end_layout
34571
34572 \begin_layout Standard
34573 文書は、
34574 \family sans
34575 ファイル
34576 \family default
34577 \SpecialChar \menuseparator
34578
34579 \family sans
34580 書き出し
34581 \family default
34582 \SpecialChar \menuseparator
34583
34584 \family sans
34585 Postscript
34586 \family default
34587 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
34588 \family sans
34589 表示
34590 \family default
34591 メニューかツールバーボタン
34592 \begin_inset Graphics
34593         filename ../../images/buffer-view_ps.png
34594         scale 85
34595         scaleBeforeRotation
34596
34597 \end_inset
34598
34599 を使用することでPostScriptとして表示させることができます。
34600 \end_layout
34601
34602 \begin_layout Section
34603 PDF
34604 \begin_inset Index idx
34605 status collapsed
34606
34607 \begin_layout Plain Layout
34608 ふぁいるしょしき@ファイル書式 ! PDF
34609 \end_layout
34610
34611 \end_inset
34612
34613
34614 \begin_inset Index idx
34615 status collapsed
34616
34617 \begin_layout Plain Layout
34618 PDF
34619 \end_layout
34620
34621 \end_inset
34622
34623
34624 \end_layout
34625
34626 \begin_layout Standard
34627 このファイル型の拡張子は「
34628 \family typewriter
34629 .pdf
34630 \family default
34631 」です。この「Portable Document Format (PDF)」は、
34632 \family typewriter
34633 Adobe
34634 \family default
34635 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
34636 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
34637 \end_layout
34638
34639 \begin_layout Standard
34640 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
34641 \family typewriter
34642 .jpg
34643 \family default
34644 」または「
34645 \family typewriter
34646 .jpeg
34647 \family default
34648 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
34649 \family typewriter
34650 .png
34651 \family default
34652 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
34653 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
34654 とをお勧めします。
34655 \end_layout
34656
34657 \begin_layout Standard
34658 使用中の文書は、
34659 \family sans
34660 ファイル
34661 \family default
34662 \SpecialChar \menuseparator
34663
34664 \family sans
34665 書き出し
34666 \family default
34667 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
34668 \end_layout
34669
34670 \begin_layout Description
34671 PDF
34672 \begin_inset space ~
34673 \end_inset
34674
34675 (ps2pdf) これは
34676 \family typewriter
34677 ps2pdf
34678 \family default
34679 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
34680 \family typewriter
34681 dvips
34682 \family default
34683 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
34684 \end_layout
34685
34686 \begin_layout Description
34687 PDF
34688 \begin_inset space ~
34689 \end_inset
34690
34691 (dvipdfm) これは
34692 \family typewriter
34693 dvipdfm
34694 \family default
34695 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
34696 \end_layout
34697
34698 \begin_layout Description
34699 PDF
34700 \begin_inset space ~
34701 \end_inset
34702
34703 (pdflatex) これは
34704 \family typewriter
34705 pdftex
34706 \family default
34707 プログラムを使って、現在のファイルを直接PDFに変換します。
34708 \end_layout
34709
34710 \begin_layout Standard
34711
34712 \family typewriter
34713 pdftex
34714 \family default
34715 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
34716 \family sans
34717 PDF
34718 \begin_inset space ~
34719 \end_inset
34720
34721 (pdflatex)
34722 \family default
34723 を使用することが推奨されます。
34724 \family typewriter
34725 dvipdfm
34726 \family default
34727 プログラムは開発が停止しており、若干時代遅れになっています。
34728 \end_layout
34729
34730 \begin_layout Standard
34731 使用中の文書をPDFとして表示するには、
34732 \family sans
34733 表示
34734 \family default
34735 メニューかツールバーボタン
34736 \begin_inset Graphics
34737         filename ../../images/buffer-view_pdf2.png
34738         scale 85
34739         scaleBeforeRotation
34740
34741 \end_inset
34742
34743 (これは
34744 \family sans
34745 PDF
34746 \begin_inset space ~
34747 \end_inset
34748
34749 (pdflatex)
34750 \family default
34751 を使用します)を用います。
34752 \end_layout
34753
34754 \begin_layout Chapter
34755 第(
34756 \begin_inset CommandInset ref
34757 LatexCommand ref
34758 reference "eq:Wgn"
34759
34760 \end_inset
34761
34762 )式の説明
34763 \begin_inset CommandInset label
34764 LatexCommand label
34765 name "cha:式の説明"
34766
34767 \end_inset
34768
34769
34770 \end_layout
34771
34772 \begin_layout Standard
34773 \begin_inset Formula $n$
34774 \end_inset
34775
34776 個の表セルの全幅
34777 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34778 \end_inset
34779
34780
34781 \end_layout
34782
34783 \begin_layout Standard
34784 \begin_inset Formula 
34785 \begin{equation}
34786 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
34787 \end{equation}
34788
34789 \end_inset
34790
34791
34792 \end_layout
34793
34794 \begin_layout Standard
34795 で計算できます。ここで
34796 \begin_inset Formula $W_{g\, n}$
34797 \end_inset
34798
34799 は、すべてのセルが持つ固定幅です。
34800 \series bold
34801
34802 \backslash
34803 tabcolsep
34804 \series default
34805 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
34806 \begin_inset space \thinspace{}
34807 \end_inset
34808
34809 ptです。
34810 \series bold
34811
34812 \backslash
34813 arrayrulewidth
34814 \series default
34815 は、セル罫線幅であり、既定値は0.4
34816 \begin_inset space \thinspace{}
34817 \end_inset
34818
34819 ptです。
34820 \end_layout
34821
34822 \begin_layout Standard
34823
34824 \begin_inset CommandInset ref
34825 LatexCommand eqref
34826 reference "eq:Wtot_n"
34827
34828 \end_inset
34829
34830 式にしたがえば、連結列の全幅
34831 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34832 \end_inset
34833
34834
34835 \end_layout
34836
34837 \begin_layout Standard
34838 \begin_inset Formula 
34839 \begin{equation}
34840 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
34841 \end{equation}
34842
34843 \end_inset
34844
34845
34846 \end_layout
34847
34848 \begin_layout Standard
34849 となります。
34850 \begin_inset Formula $n$
34851 \end_inset
34852
34853 列を連結する時には各列の全幅は
34854 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34855 \end_inset
34856
34857 となるので、第
34858 \begin_inset CommandInset ref
34859 LatexCommand eqref
34860 reference "eq:Wtot_n"
34861
34862 \end_inset
34863
34864 式と第
34865 \begin_inset CommandInset ref
34866 LatexCommand eqref
34867 reference "eq:Wtot_mult"
34868
34869 \end_inset
34870
34871 式が等しいものと置けば、必要となる固定幅
34872 \begin_inset Formula $W_{g\, n}$
34873 \end_inset
34874
34875 を計算することができて、
34876 \end_layout
34877
34878 \begin_layout Standard
34879 \begin_inset Formula 
34880 \begin{equation}
34881 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
34882 \end{equation}
34883
34884 \end_inset
34885
34886 となります。
34887 \end_layout
34888
34889 \begin_layout Bibliography
34890 \labelwidthstring 参考文献
34891 \begin_inset CommandInset bibitem
34892 LatexCommand bibitem
34893 key "latexcompanion"
34894
34895 \end_inset
34896
34897 Frank Mittelbach and Michel Goossens: 
34898 \emph on
34899 The LaTeX Companion Second Edition.
34900
34901 \emph default
34902  Addison-Wesley, 2004
34903 \end_layout
34904
34905 \begin_layout Bibliography
34906 \labelwidthstring 参考文献
34907 \begin_inset CommandInset bibitem
34908 LatexCommand bibitem
34909 key "latexguide"
34910
34911 \end_inset
34912
34913 Helmut Kopka and Patrick W.
34914  Daly: 
34915 \emph on
34916 A Guide to LaTeX Fourth Edition.
34917
34918 \emph default
34919  Addison-Wesley, 2003
34920 \end_layout
34921
34922 \begin_layout Bibliography
34923 \labelwidthstring 参考文献
34924 \begin_inset CommandInset bibitem
34925 LatexCommand bibitem
34926 key "latexbook"
34927
34928 \end_inset
34929
34930 Leslie Lamport: 
34931 \emph on
34932 LaTeX: A Document Preparation System.
34933
34934 \emph default
34935  Addison-Wesley, second edition, 1994
34936 \end_layout
34937
34938 \begin_layout Bibliography
34939 \labelwidthstring 参考文献
34940 \begin_inset CommandInset bibitem
34941 LatexCommand bibitem
34942 key "booktabs"
34943
34944 \end_inset
34945
34946 LaTeXパッケージ
34947 \series bold
34948
34949 \begin_inset CommandInset href
34950 LatexCommand href
34951 name "booktabs"
34952 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34953
34954 \end_inset
34955
34956
34957 \series default
34958
34959 \begin_inset Index idx
34960 status collapsed
34961
34962 \begin_layout Plain Layout
34963 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
34964 \end_layout
34965
34966 \end_inset
34967
34968 の取扱説明書
34969 \end_layout
34970
34971 \begin_layout Bibliography
34972 \labelwidthstring 参考文献
34973 \begin_inset CommandInset bibitem
34974 LatexCommand bibitem
34975 key "caption"
34976
34977 \end_inset
34978
34979 LaTeXパッケージ
34980 \series bold
34981
34982 \begin_inset CommandInset href
34983 LatexCommand href
34984 name "caption"
34985 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34986
34987 \end_inset
34988
34989
34990 \series default
34991
34992 \begin_inset Index idx
34993 status collapsed
34994
34995 \begin_layout Plain Layout
34996 LaTeXぱっけーじ@LaTeXパッケージ ! caption
34997 \end_layout
34998
34999 \end_inset
35000
35001 の取扱説明書
35002 \end_layout
35003
35004 \begin_layout Bibliography
35005 \labelwidthstring 参考文献
35006 \begin_inset CommandInset bibitem
35007 LatexCommand bibitem
35008 key "endfloat"
35009
35010 \end_inset
35011
35012 LaTeXパッケージ
35013 \series bold
35014
35015 \begin_inset CommandInset href
35016 LatexCommand href
35017 name "endfloat"
35018 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
35019
35020 \end_inset
35021
35022
35023 \series default
35024
35025 \begin_inset Index idx
35026 status collapsed
35027
35028 \begin_layout Plain Layout
35029 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
35030 \end_layout
35031
35032 \end_inset
35033
35034 の取扱説明書
35035 \end_layout
35036
35037 \begin_layout Bibliography
35038 \labelwidthstring 参考文献
35039 \begin_inset CommandInset bibitem
35040 LatexCommand bibitem
35041 key "footmisc"
35042
35043 \end_inset
35044
35045 LaTeXパッケージ
35046 \series bold
35047
35048 \begin_inset CommandInset href
35049 LatexCommand href
35050 name "footmisc"
35051 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
35052
35053 \end_inset
35054
35055
35056 \series default
35057
35058 \begin_inset Index idx
35059 status collapsed
35060
35061 \begin_layout Plain Layout
35062 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
35063 \end_layout
35064
35065 \end_inset
35066
35067 の取扱説明書
35068 \end_layout
35069
35070 \begin_layout Bibliography
35071 \labelwidthstring 参考文献
35072 \begin_inset CommandInset bibitem
35073 LatexCommand bibitem
35074 key "hypcap"
35075
35076 \end_inset
35077
35078 LaTeXパッケージ
35079 \series bold
35080
35081 \begin_inset CommandInset href
35082 LatexCommand href
35083 name "hypcap"
35084 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
35085
35086 \end_inset
35087
35088
35089 \series default
35090
35091 \begin_inset Index idx
35092 status collapsed
35093
35094 \begin_layout Plain Layout
35095 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
35096 \end_layout
35097
35098 \end_inset
35099
35100 の取扱説明書
35101 \end_layout
35102
35103 \begin_layout Bibliography
35104 \labelwidthstring 参考文献
35105 \begin_inset CommandInset bibitem
35106 LatexCommand bibitem
35107 key "hyperref"
35108
35109 \end_inset
35110
35111 LaTeXパッケージ
35112 \series bold
35113
35114 \begin_inset CommandInset href
35115 LatexCommand href
35116 name "hyperref"
35117 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
35118
35119 \end_inset
35120
35121
35122 \series default
35123
35124 \begin_inset Index idx
35125 status collapsed
35126
35127 \begin_layout Plain Layout
35128 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
35129 \end_layout
35130
35131 \end_inset
35132
35133 の取扱説明書
35134 \end_layout
35135
35136 \begin_layout Bibliography
35137 \labelwidthstring 参考文献
35138 \begin_inset CommandInset bibitem
35139 LatexCommand bibitem
35140 key "KOMA-script"
35141
35142 \end_inset
35143
35144 LaTeXパッケージ
35145 \series bold
35146
35147 \begin_inset CommandInset href
35148 LatexCommand href
35149 name "KOMA-script"
35150 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
35151
35152 \end_inset
35153
35154
35155 \series default
35156
35157 \begin_inset Index idx
35158 status collapsed
35159
35160 \begin_layout Plain Layout
35161 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
35162 \end_layout
35163
35164 \end_inset
35165
35166 の取扱説明書
35167 \end_layout
35168
35169 \begin_layout Bibliography
35170 \labelwidthstring 参考文献
35171 \begin_inset CommandInset bibitem
35172 LatexCommand bibitem
35173 key "listings"
35174
35175 \end_inset
35176
35177 LaTeXパッケージ
35178 \series bold
35179
35180 \begin_inset CommandInset href
35181 LatexCommand href
35182 name "listings"
35183 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
35184
35185 \end_inset
35186
35187
35188 \series default
35189
35190 \begin_inset Index idx
35191 status collapsed
35192
35193 \begin_layout Plain Layout
35194 LaTeXぱっけーじ@LaTeXパッケージ ! listings
35195 \end_layout
35196
35197 \end_inset
35198
35199 の取扱説明書
35200 \end_layout
35201
35202 \begin_layout Bibliography
35203 \labelwidthstring 参考文献
35204 \begin_inset CommandInset bibitem
35205 LatexCommand bibitem
35206 key "marginnote"
35207
35208 \end_inset
35209
35210 LaTeXパッケージ
35211 \series bold
35212
35213 \begin_inset CommandInset href
35214 LatexCommand href
35215 name "marginnote"
35216 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
35217
35218 \end_inset
35219
35220
35221 \series default
35222
35223 \begin_inset Index idx
35224 status collapsed
35225
35226 \begin_layout Plain Layout
35227 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
35228 \end_layout
35229
35230 \end_inset
35231
35232 の取扱説明書
35233 \end_layout
35234
35235 \begin_layout Bibliography
35236 \labelwidthstring 参考文献
35237 \begin_inset CommandInset bibitem
35238 LatexCommand bibitem
35239 key "lettrine"
35240
35241 \end_inset
35242
35243 LaTeXパッケージ 
35244 \series bold
35245
35246 \begin_inset CommandInset href
35247 LatexCommand href
35248 name "lettrine"
35249 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
35250
35251 \end_inset
35252
35253
35254 \series default
35255  
35256 \lang english
35257 and an
35258 \lang japanese
35259  
35260 \begin_inset CommandInset href
35261 LatexCommand href
35262 name "example"
35263 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
35264
35265 \end_inset
35266
35267
35268 \begin_inset Index idx
35269 status collapsed
35270
35271 \begin_layout Plain Layout
35272 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
35273 \end_layout
35274
35275 \end_inset
35276
35277
35278 \end_layout
35279
35280 \begin_layout Bibliography
35281 \labelwidthstring 参考文献
35282 \begin_inset CommandInset bibitem
35283 LatexCommand bibitem
35284 key "pstricks"
35285
35286 \end_inset
35287
35288 LaTeXパッケージ
35289 \series bold
35290
35291 \begin_inset CommandInset href
35292 LatexCommand href
35293 name "PSTricks"
35294 target "http://tug.org/PSTricks/"
35295
35296 \end_inset
35297
35298
35299 \series default
35300
35301 \begin_inset Index idx
35302 status collapsed
35303
35304 \begin_layout Plain Layout
35305 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
35306 \end_layout
35307
35308 \end_inset
35309
35310 のウェブページ
35311 \end_layout
35312
35313 \begin_layout Bibliography
35314 \labelwidthstring 参考文献
35315 \begin_inset CommandInset bibitem
35316 LatexCommand bibitem
35317 key "sidecap"
35318
35319 \end_inset
35320
35321 LaTeXパッケージ
35322 \series bold
35323
35324 \begin_inset CommandInset href
35325 LatexCommand href
35326 name "sidecap"
35327 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
35328
35329 \end_inset
35330
35331
35332 \series default
35333
35334 \begin_inset Index idx
35335 status collapsed
35336
35337 \begin_layout Plain Layout
35338 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
35339 \end_layout
35340
35341 \end_inset
35342
35343 の取扱説明書
35344 \end_layout
35345
35346 \begin_layout Bibliography
35347 \labelwidthstring 参考文献
35348 \begin_inset CommandInset bibitem
35349 LatexCommand bibitem
35350 key "pdfpages"
35351
35352 \end_inset
35353
35354 LaTeXパッケージ
35355 \series bold
35356
35357 \begin_inset CommandInset href
35358 LatexCommand href
35359 name "pdfpages"
35360 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
35361
35362 \end_inset
35363
35364
35365 \series default
35366
35367 \begin_inset Index idx
35368 status collapsed
35369
35370 \begin_layout Plain Layout
35371 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
35372 \end_layout
35373
35374 \end_inset
35375
35376 の取扱説明書
35377 \end_layout
35378
35379 \begin_layout Bibliography
35380 \labelwidthstring 参考文献
35381 \begin_inset CommandInset bibitem
35382 LatexCommand bibitem
35383 key "prettyref"
35384
35385 \end_inset
35386
35387 LaTeXパッケージ
35388 \series bold
35389
35390 \begin_inset CommandInset href
35391 LatexCommand href
35392 name "prettyref"
35393 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
35394
35395 \end_inset
35396
35397
35398 \series default
35399
35400 \begin_inset Index idx
35401 status collapsed
35402
35403 \begin_layout Plain Layout
35404 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
35405 \end_layout
35406
35407 \end_inset
35408
35409 の取扱説明書
35410 \end_layout
35411
35412 \begin_layout Bibliography
35413 \labelwidthstring 参考文献
35414 \begin_inset CommandInset bibitem
35415 LatexCommand bibitem
35416 key "refstyle"
35417
35418 \end_inset
35419
35420 LaTeXパッケージ
35421 \series bold
35422
35423 \begin_inset CommandInset href
35424 LatexCommand href
35425 name "refstyle"
35426 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
35427
35428 \end_inset
35429
35430
35431 \series default
35432
35433 \begin_inset Index idx
35434 status collapsed
35435
35436 \begin_layout Plain Layout
35437 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
35438 \end_layout
35439
35440 \end_inset
35441
35442 の取扱説明書
35443 \end_layout
35444
35445 \begin_layout Bibliography
35446 \labelwidthstring 参考文献
35447 \begin_inset CommandInset bibitem
35448 LatexCommand bibitem
35449 key "NewInLyX20"
35450
35451 \end_inset
35452
35453
35454 \family sans
35455 LyX 2.0
35456 \family default
35457 の新機能に関する
35458 \begin_inset CommandInset href
35459 LatexCommand href
35460 name "Wikiページ"
35461 target "http://wiki.lyx.org/LyX/NewInLyX20"
35462
35463 \end_inset
35464
35465
35466 \end_layout
35467
35468 \begin_layout Standard
35469 \begin_inset CommandInset index_print
35470 LatexCommand printindex
35471 type "idx"
35472
35473 \end_inset
35474
35475
35476 \end_layout
35477
35478 \end_body
35479 \end_document