]> git.lyx.org Git - lyx.git/blob - lib/examples/ja/MultilingualCaptions.lyx
Whitespace cosmetics
[lyx.git] / lib / examples / ja / MultilingualCaptions.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 544
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/examples/ja/
7 \textclass scrartcl
8 \begin_preamble
9 % use this when you only need the document language captions in te list of figures/tables
10 %\PassOptionsToPackage{list=off}{bicaption}
11
12 % all this is only necessary if you want to have a different list of floats for each language
13 \usepackage{newfloat}
14 % Define a new floating environment type "figureGer"
15 \DeclareFloatingEnvironment[fileext=lof2]{figureGer}
16 [Abbildung][Abbildungsverzeichnis]
17 % Define the new floating environment type "tableEng"
18 \DeclareFloatingEnvironment[fileext=lot2]{tableGer}
19 [Tabelle][Tabellenverzeichnis]
20 % inform bicaption about the new float types
21 \PassOptionsToPackage{listtype+=Ger}{bicaption}
22 \end_preamble
23 \options liststotoc
24 \use_default_options true
25 \begin_modules
26 bicaption
27 \end_modules
28 \maintain_unincluded_children false
29 \language japanese
30 \language_package default
31 \inputencoding utf8-platex
32 \fontencoding global
33 \font_roman "default" "default"
34 \font_sans "default" "default"
35 \font_typewriter "default" "default"
36 \font_math "auto" "auto"
37 \font_default_family default
38 \use_non_tex_fonts false
39 \font_sc false
40 \font_osf false
41 \font_sf_scale 100 100
42 \font_tt_scale 100 100
43 \use_microtype false
44 \use_dash_ligatures false
45 \graphics default
46 \default_output_format pdf
47 \output_sync 0
48 \bibtex_command default
49 \index_command default
50 \float_placement h
51 \paperfontsize 12
52 \spacing single
53 \use_hyperref true
54 \pdf_bookmarks true
55 \pdf_bookmarksnumbered false
56 \pdf_bookmarksopen false
57 \pdf_bookmarksopenlevel 1
58 \pdf_breaklinks false
59 \pdf_pdfborder false
60 \pdf_colorlinks true
61 \pdf_backref false
62 \pdf_pdfusetitle true
63 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue"
64 \papersize default
65 \use_geometry false
66 \use_package amsmath 1
67 \use_package amssymb 1
68 \use_package cancel 1
69 \use_package esint 1
70 \use_package mathdots 1
71 \use_package mathtools 1
72 \use_package mhchem 1
73 \use_package stackrel 1
74 \use_package stmaryrd 1
75 \use_package undertilde 1
76 \cite_engine basic
77 \cite_engine_type default
78 \biblio_style plain
79 \use_bibtopic false
80 \use_indices false
81 \paperorientation portrait
82 \suppress_date true
83 \justification true
84 \use_refstyle 1
85 \notefontcolor #0000ff
86 \index Index
87 \shortcut idx
88 \color #008000
89 \end_index
90 \secnumdepth 3
91 \tocdepth 3
92 \paragraph_separation skip
93 \defskip medskip
94 \is_math_indent 0
95 \math_numbering_side default
96 \quotes_style english
97 \papercolumns 1
98 \papersides 1
99 \paperpagestyle default
100 \tracking_changes false
101 \output_changes false
102 \html_math_output 0
103 \html_css_as_file 0
104 \html_be_strict false
105 \use_minted 0
106 \end_header
107
108 \begin_body
109
110 \begin_layout Title
111 多言語キャプションを組むには
112 \end_layout
113
114 \begin_layout Author
115 Uwe St
116 \begin_inset ERT
117 status collapsed
118
119 \begin_layout Plain Layout
120
121
122 \backslash
123 "
124 \end_layout
125
126 \end_inset
127
128 ohr
129 \end_layout
130
131 \begin_layout Standard
132 \begin_inset FloatList figure
133
134 \end_inset
135
136
137 \end_layout
138
139 \begin_layout Section
140 はじめに
141 \end_layout
142
143 \begin_layout Standard
144
145 \family sans
146 多言語キャプション
147 \family default
148 モジュールを用いると、キャプションを二言語で組むことができます。これを用いるには、\SpecialChar LaTeX
149 パッケージ
150 \series bold
151 caption
152 \series default
153 に組み込まれている\SpecialChar LaTeX
154 パッケージ
155 \series bold
156 bicaption
157 \series default
158 が必要となります。つまり、 
159 \series bold
160 caption
161 \series default
162 が導入されていれば、bicaptionも導入済みのはずです。
163 \end_layout
164
165 \begin_layout Standard
166 第一言語には文書言語が用いられます。第二言語は、
167 \family sans
168 キャプション設定
169 \family default
170 段落様式を使って指定しなくてはなりません。この様式は非必須引数を取り、この設定をどの言語に適用するかを定義します。第一言語の全キャプションの設定を変更するには、
171 非必須引数として
172 \series bold
173 bi-first
174 \series default
175 を指定し、第二言語を変更するには
176 \series bold
177 bi-second
178 \series default
179 を、両方の言語を変更するには
180 \series bold
181 bi-both
182 \series default
183 を指定してください。
184 \end_layout
185
186 \begin_layout Standard
187 \begin_inset Note Greyedout
188 status open
189
190 \begin_layout Plain Layout
191
192 \series bold
193 【註】
194 \family sans
195 \series default
196 キャプション設定
197 \family default
198 に非必須引数を使わなかった場合には、この設定は、多言語キャプションのみならず、文書中の全キャプションに影響を及ぼします。
199 \end_layout
200
201 \end_inset
202
203
204 \end_layout
205
206 \begin_layout Standard
207 この文書は日本語で書かれています。ドイツ語を第二言語として設定する場合は、
208 \end_layout
209
210 \begin_layout Standard
211
212 \series bold
213 lang=ngerman
214 \end_layout
215
216 \begin_layout Standard
217 というコマンドを
218 \family sans
219 キャプション設定
220 \family default
221 様式の段落に書き込みます。他の言語の場合は、
222 \series bold
223 ngerman
224 \series default
225 を使いたい言語のbabel名に書き換えてください。babel名の一覧は、表
226 \begin_inset CommandInset ref
227 LatexCommand ref
228 reference "tab:babel名一覧"
229
230 \end_inset
231
232 にあります。キャプションラベルは自動的に翻訳されます。
233 \end_layout
234
235 \begin_layout Standard
236 フロートに多言語キャプションを加えるには、フロートを新規に挿入すると自動的に付けられるキャプションの上で右マウスボタンを押し、文脈依存メニューから
237 \family sans
238 キャプション(複言語キャプション)
239 \family default
240 を選択してください。キャプションが挿入されていない場合には、
241 \family sans
242 挿入\SpecialChar menuseparator
243 キャプション\SpecialChar menuseparator
244 複言語キャプション
245 \family default
246 で多言語キャプションを挿入することができます。文書言語でのキャプション文は、キャプション中で
247 \family sans
248 挿入\SpecialChar menuseparator
249 主言語文
250 \family default
251 として挿入される差込枠に書き込まなくてはなりません。第二言語のキャプション文は、キャプション中に、通常の文章として書き込みます。
252 \end_layout
253
254 \begin_layout Standard
255 (図表一覧用の)表題短縮形は、各言語とも、それぞれ
256 \family sans
257 挿入\SpecialChar menuseparator
258 主言語短縮表題
259 \family default
260
261 \family sans
262 挿入\SpecialChar menuseparator
263 第二言語短縮表題
264 \family default
265 で指定することができます。
266 \end_layout
267
268 \begin_layout Standard
269
270 \begin_inset CommandInset ref
271 LatexCommand ref
272 reference "fig:図の例"
273
274 \end_inset
275
276 は、多言語キャプションを用いた図フロートの例です。
277 \end_layout
278
279 \begin_layout Caption setup
280 \begin_inset Argument 1
281 status open
282
283 \begin_layout Plain Layout
284 bi-second
285 \end_layout
286
287 \end_inset
288
289 lang=ngerman
290 \begin_inset Note Note
291 status collapsed
292
293 \begin_layout Plain Layout
294 第二言語を指定します
295 \end_layout
296
297 \end_inset
298
299
300 \end_layout
301
302 \begin_layout Standard
303 \begin_inset Float figure
304 wide false
305 sideways false
306 status open
307
308 \begin_layout Plain Layout
309 \noindent
310 \align center
311 \begin_inset Box Boxed
312 position "t"
313 hor_pos "c"
314 has_inner_box 0
315 inner_pos "t"
316 use_parbox 0
317 use_makebox 0
318 width "50col%"
319 special "none"
320 height "1in"
321 height_special "totalheight"
322 thickness "0.4pt"
323 separation "3pt"
324 shadowsize "4pt"
325 framecolor "black"
326 backgroundcolor "none"
327 status open
328
329 \begin_layout Plain Layout
330
331 \end_layout
332
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Plain Layout
339 \begin_inset Caption Bicaption
340
341 \begin_layout Plain Layout
342 \begin_inset Argument 1
343 status open
344
345 \begin_layout Plain Layout
346 日本語の短縮表題
347 \end_layout
348
349 \end_inset
350
351
352 \begin_inset Argument 2
353 status open
354
355 \begin_layout Plain Layout
356 日本語の表題
357 \end_layout
358
359 \end_inset
360
361
362 \begin_inset Argument 3
363 status open
364
365 \begin_layout Plain Layout
366
367 \lang ngerman
368 German short title
369 \end_layout
370
371 \end_inset
372
373
374 \lang ngerman
375 German Title
376 \lang japanese
377
378 \begin_inset CommandInset label
379 LatexCommand label
380 name "fig:図の例"
381
382 \end_inset
383
384
385 \end_layout
386
387 \end_inset
388
389
390 \end_layout
391
392 \end_inset
393
394
395 \end_layout
396
397 \begin_layout Standard
398 \begin_inset Note Greyedout
399 status open
400
401 \begin_layout Plain Layout
402
403 \series bold
404 \color none
405 【註】
406 \series default
407 多言語キャプションは、長尺表では使用することができません。
408 \end_layout
409
410 \end_inset
411
412
413 \end_layout
414
415 \begin_layout Section
416 キャプションの詳細設定
417 \end_layout
418
419 \begin_layout Standard
420 キャプションのレイアウトは、
421 \family sans
422 キャプション設定
423 \family default
424 段落様式で変更することができます。例えば、キャプション文を、サンセリフ・イタリック体で組むには、
425 \end_layout
426
427 \begin_layout Standard
428
429 \series bold
430 textfont={sf,it}
431 \end_layout
432
433 \begin_layout Standard
434 というコマンドを使用し、ラベルをボールド体にするには
435 \end_layout
436
437 \begin_layout Standard
438
439 \series bold
440 labelfont=bf
441 \end_layout
442
443 \begin_layout Standard
444 とします。本文とラベルのフォントを設定するには、
445 \series bold
446 font=
447 \series default
448 コマンドを使用します。
449 \series bold
450 bicaption
451 \series default
452 パッケージの設定オプションは、
453 \series bold
454 caption
455 \series default
456 と同じですので、他に行うことができる設定についての詳細は、\SpecialChar LaTeX
457 パッケージ
458 \series bold
459 caption
460 \series default
461 の取扱説明書
462 \begin_inset CommandInset citation
463 LatexCommand cite
464 key "caption"
465 literal "true"
466
467 \end_inset
468
469 をご覧ください。
470 \end_layout
471
472 \begin_layout Standard
473
474 \begin_inset CommandInset ref
475 LatexCommand ref
476 reference "fig:設定済図の例"
477
478 \end_inset
479
480 は、設定済み多言語キャプションを持った図フロートの例です。
481 \end_layout
482
483 \begin_layout Caption setup
484 \begin_inset Note Note
485 status open
486
487 \begin_layout Plain Layout
488
489 \series bold
490 【註】
491 \series default
492
493 \begin_inset CommandInset ref
494 LatexCommand ref
495 reference "sec:フロート一覧の詳細設定"
496
497 \end_inset
498
499 節に述べてあるように、この設定は、このファイルでは効力がありません。
500 \end_layout
501
502 \end_inset
503
504
505 \begin_inset Argument 1
506 status open
507
508 \begin_layout Plain Layout
509 bi-both
510 \end_layout
511
512 \end_inset
513
514 labelfont=bf, labelsep=newline
515 \begin_inset Note Note
516 status collapsed
517
518 \begin_layout Plain Layout
519 ラベルフォントをボールド体にし、ラベル区切りをコロンではなく改行にします。
520 \end_layout
521
522 \end_inset
523
524
525 \end_layout
526
527 \begin_layout Caption setup
528 \begin_inset Argument 1
529 status open
530
531 \begin_layout Plain Layout
532 bi-first
533 \end_layout
534
535 \end_inset
536
537 labelfont=bf, labelsep=newline
538 \begin_inset Note Note
539 status collapsed
540
541 \begin_layout Plain Layout
542 第一言語キャプション文は、標準体にします
543 \end_layout
544
545 \end_inset
546
547
548 \end_layout
549
550 \begin_layout Caption setup
551 \begin_inset Argument 1
552 status open
553
554 \begin_layout Plain Layout
555 bi-second
556 \end_layout
557
558 \end_inset
559
560 labelfont=bf, textfont={sf,it}, labelsep=newline
561 \begin_inset Note Note
562 status collapsed
563
564 \begin_layout Plain Layout
565 第二言語キャプション文は、サンセリフ・イタリック体にします
566 \end_layout
567
568 \end_inset
569
570
571 \end_layout
572
573 \begin_layout Standard
574 \begin_inset Float figure
575 wide false
576 sideways false
577 status open
578
579 \begin_layout Plain Layout
580 \noindent
581 \align center
582 \begin_inset Box Boxed
583 position "t"
584 hor_pos "c"
585 has_inner_box 0
586 inner_pos "t"
587 use_parbox 0
588 use_makebox 0
589 width "50col%"
590 special "none"
591 height "1in"
592 height_special "totalheight"
593 thickness "0.4pt"
594 separation "3pt"
595 shadowsize "4pt"
596 framecolor "black"
597 backgroundcolor "none"
598 status open
599
600 \begin_layout Plain Layout
601
602 \end_layout
603
604 \end_inset
605
606
607 \end_layout
608
609 \begin_layout Plain Layout
610 \begin_inset Caption Bicaption
611
612 \begin_layout Plain Layout
613 \begin_inset Argument 2
614 status open
615
616 \begin_layout Plain Layout
617 設定済キャプション文
618 \end_layout
619
620 \end_inset
621
622
623 \lang ngerman
624 Angepasstes Beschriftungsformat
625 \lang japanese
626
627 \begin_inset CommandInset label
628 LatexCommand label
629 name "fig:設定済図の例"
630
631 \end_inset
632
633
634 \end_layout
635
636 \end_inset
637
638
639 \end_layout
640
641 \end_inset
642
643
644 \end_layout
645
646 \begin_layout Section
647 \begin_inset CommandInset label
648 LatexCommand label
649 name "sec:フロート一覧の詳細設定"
650
651 \end_inset
652
653 フロート一覧の詳細設定
654 \end_layout
655
656 \begin_layout Standard
657 既定の設定では、図表一覧には、両方の言語が入ります。第二言語を表示しないようにするには、文書プリアンブルに
658 \end_layout
659
660 \begin_layout Standard
661
662 \series bold
663
664 \backslash
665 PassOptionsToPackage{list=off}{bicaption}
666 \end_layout
667
668 \begin_layout Standard
669 という行を加えてください。また、1つを文書言語用、他方を第二言語用に、独立した一覧を作成することも可能です。このファイルでは、そのような設定になっています。一覧
670  を別々にするには、文書プリアンブルに以下のように書き込んでください。
671 \end_layout
672
673 \begin_layout Standard
674
675 \series bold
676
677 \backslash
678 usepackage{newfloat}
679 \begin_inset Newline newline
680 \end_inset
681
682
683 \backslash
684 DeclareFloatingEnvironment[fileext=lof2]{figureGer}
685 \begin_inset Newline newline
686 \end_inset
687
688 [Abbildung][Abbildungsverzeichnis]
689 \begin_inset Newline newline
690 \end_inset
691
692
693 \backslash
694 DeclareFloatingEnvironment[fileext=lot2]{tableGer}
695 \begin_inset Newline newline
696 \end_inset
697
698 [Tabelle][Tabellenverzeichnis]
699 \begin_inset Newline newline
700 \end_inset
701
702  
703 \backslash
704 PassOptionsToPackage{listtype+=Ger}{bicaption}
705 \end_layout
706
707 \begin_layout Standard
708 これは、2つの新しいフロート型
709 \emph on
710 figureGer
711 \emph default
712
713 \emph on
714 tableGer
715 \emph default
716 を定義します。
717 \emph on
718 figureGer
719 \emph default
720 の一覧は、\SpecialChar TeX
721 コードで
722 \end_layout
723
724 \begin_layout Standard
725
726 \series bold
727
728 \backslash
729 listoffigureGeres
730 \end_layout
731
732 \begin_layout Standard
733 というコマンドを使って挿入できます。下記は、図のドイツ語の一覧です。
734 \end_layout
735
736 \begin_layout Standard
737 \begin_inset ERT
738 status open
739
740 \begin_layout Plain Layout
741
742
743 \backslash
744 listoffigureGeres
745 \end_layout
746
747 \end_inset
748
749
750 \end_layout
751
752 \begin_layout Standard
753 \begin_inset VSpace bigskip
754 \end_inset
755
756
757 \end_layout
758
759 \begin_layout Standard
760 \begin_inset Note Greyedout
761 status open
762
763 \begin_layout Plain Layout
764
765 \series bold
766 【註】
767 \series default
768 この機能を使うと、
769 \family sans
770 キャプション設定
771 \family default
772 段落様式の
773 \series bold
774 bi-both
775 \series default
776 オプションは、効力がなくなります。この場合、すべてを、
777 \series bold
778 bi-first
779 \series default
780 オプションと
781 \series bold
782 bi-second
783 \series default
784 オプションを使って、それぞれの言語用に定義してやる必要があります。
785 \end_layout
786
787 \end_inset
788
789
790 \end_layout
791
792 \begin_layout Standard
793 \SpecialChar LaTeX
794 パッケージ
795 \series bold
796 bicaption
797 \series default
798 で行うことのできることについての情報は、取扱説明書
799 \begin_inset CommandInset citation
800 LatexCommand cite
801 key "bicaption"
802 literal "true"
803
804 \end_inset
805
806 をご覧ください。
807 \end_layout
808
809 \begin_layout Standard
810 \begin_inset Newpage newpage
811 \end_inset
812
813
814 \end_layout
815
816 \begin_layout Standard
817 \begin_inset Tabular
818 <lyxtabular version="3" rows="47" columns="2">
819 <features booktabs="true" islongtable="true" headBottomDL="true" lastFootEmpty="true" longtabularalignment="center">
820 <column alignment="center" valignment="top" width="0pt">
821 <column alignment="center" valignment="middle" width="35col%">
822 <row endfirsthead="true" caption="true">
823 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
824 \begin_inset Text
825
826 \begin_layout Plain Layout
827 \begin_inset Caption Standard
828
829 \begin_layout Plain Layout
830 \begin_inset CommandInset label
831 LatexCommand label
832 name "tab:babel名一覧"
833
834 \end_inset
835
836 babel名一覧
837 \end_layout
838
839 \end_inset
840
841
842 \end_layout
843
844 \end_inset
845 </cell>
846 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
847 \begin_inset Text
848
849 \begin_layout Plain Layout
850
851 \end_layout
852
853 \end_inset
854 </cell>
855 </row>
856 <row endfirsthead="true">
857 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
858 \begin_inset Text
859
860 \begin_layout Plain Layout
861 言語
862 \end_layout
863
864 \end_inset
865 </cell>
866 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
867 \begin_inset Text
868
869 \begin_layout Plain Layout
870 babel名
871 \end_layout
872
873 \end_inset
874 </cell>
875 </row>
876 <row endhead="true">
877 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
878 \begin_inset Text
879
880 \begin_layout Plain Layout
881 言語
882 \end_layout
883
884 \end_inset
885 </cell>
886 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
887 \begin_inset Text
888
889 \begin_layout Plain Layout
890 babel名
891 \end_layout
892
893 \end_inset
894 </cell>
895 </row>
896 <row endfoot="true">
897 <cell alignment="center" valignment="top" usebox="none">
898 \begin_inset Text
899
900 \begin_layout Plain Layout
901
902 \end_layout
903
904 \end_inset
905 </cell>
906 <cell alignment="center" valignment="top" usebox="none">
907 \begin_inset Text
908
909 \begin_layout Plain Layout
910
911 \family sans
912 \size small
913 次頁に続く
914 \end_layout
915
916 \end_inset
917 </cell>
918 </row>
919 <row>
920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
921 \begin_inset Text
922
923 \begin_layout Plain Layout
924 アイスランド語
925 \end_layout
926
927 \end_inset
928 </cell>
929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
930 \begin_inset Text
931
932 \begin_layout Plain Layout
933 icelandic
934 \end_layout
935
936 \end_inset
937 </cell>
938 </row>
939 <row>
940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
941 \begin_inset Text
942
943 \begin_layout Plain Layout
944 アイルランド・ゲール語
945 \end_layout
946
947 \end_inset
948 </cell>
949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
950 \begin_inset Text
951
952 \begin_layout Plain Layout
953 irish
954 \end_layout
955
956 \end_inset
957 </cell>
958 </row>
959 <row>
960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
961 \begin_inset Text
962
963 \begin_layout Plain Layout
964 アフリカーンス語
965 \end_layout
966
967 \end_inset
968 </cell>
969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
970 \begin_inset Text
971
972 \begin_layout Plain Layout
973 afrikaans
974 \end_layout
975
976 \end_inset
977 </cell>
978 </row>
979 <row>
980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
981 \begin_inset Text
982
983 \begin_layout Plain Layout
984 イタリア語
985 \end_layout
986
987 \end_inset
988 </cell>
989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
990 \begin_inset Text
991
992 \begin_layout Plain Layout
993 italian
994 \end_layout
995
996 \end_inset
997 </cell>
998 </row>
999 <row>
1000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1001 \begin_inset Text
1002
1003 \begin_layout Plain Layout
1004 インテルリングア
1005 \end_layout
1006
1007 \end_inset
1008 </cell>
1009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1010 \begin_inset Text
1011
1012 \begin_layout Plain Layout
1013 interlingua
1014 \end_layout
1015
1016 \end_inset
1017 </cell>
1018 </row>
1019 <row>
1020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1021 \begin_inset Text
1022
1023 \begin_layout Plain Layout
1024 インドネシア語
1025 \end_layout
1026
1027 \end_inset
1028 </cell>
1029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1030 \begin_inset Text
1031
1032 \begin_layout Plain Layout
1033 bahasa
1034 \end_layout
1035
1036 \end_inset
1037 </cell>
1038 </row>
1039 <row>
1040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1041 \begin_inset Text
1042
1043 \begin_layout Plain Layout
1044 ウェールズ語
1045 \end_layout
1046
1047 \end_inset
1048 </cell>
1049 <cell alignment="center" valignment="top" topline="true" usebox="none">
1050 \begin_inset Text
1051
1052 \begin_layout Plain Layout
1053 welsh
1054 \end_layout
1055
1056 \end_inset
1057 </cell>
1058 </row>
1059 <row>
1060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1061 \begin_inset Text
1062
1063 \begin_layout Plain Layout
1064 ウクライナ語
1065 \end_layout
1066
1067 \end_inset
1068 </cell>
1069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1070 \begin_inset Text
1071
1072 \begin_layout Plain Layout
1073 ukrainian
1074 \end_layout
1075
1076 \end_inset
1077 </cell>
1078 </row>
1079 <row>
1080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1081 \begin_inset Text
1082
1083 \begin_layout Plain Layout
1084 英語
1085 \end_layout
1086
1087 \end_inset
1088 </cell>
1089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1090 \begin_inset Text
1091
1092 \begin_layout Plain Layout
1093 english, american, australian, british, canadian, newzealand
1094 \end_layout
1095
1096 \end_inset
1097 </cell>
1098 </row>
1099 <row>
1100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1101 \begin_inset Text
1102
1103 \begin_layout Plain Layout
1104 エストニア語
1105 \end_layout
1106
1107 \end_inset
1108 </cell>
1109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1110 \begin_inset Text
1111
1112 \begin_layout Plain Layout
1113 estonian
1114 \end_layout
1115
1116 \end_inset
1117 </cell>
1118 </row>
1119 <row>
1120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1121 \begin_inset Text
1122
1123 \begin_layout Plain Layout
1124 エスペラント語
1125 \end_layout
1126
1127 \end_inset
1128 </cell>
1129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1130 \begin_inset Text
1131
1132 \begin_layout Plain Layout
1133 esperanto
1134 \end_layout
1135
1136 \end_inset
1137 </cell>
1138 </row>
1139 <row>
1140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1141 \begin_inset Text
1142
1143 \begin_layout Plain Layout
1144 オランダ語
1145 \end_layout
1146
1147 \end_inset
1148 </cell>
1149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1150 \begin_inset Text
1151
1152 \begin_layout Plain Layout
1153 dutch
1154 \end_layout
1155
1156 \end_inset
1157 </cell>
1158 </row>
1159 <row>
1160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1161 \begin_inset Text
1162
1163 \begin_layout Plain Layout
1164 カタロニア語
1165 \end_layout
1166
1167 \end_inset
1168 </cell>
1169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1170 \begin_inset Text
1171
1172 \begin_layout Plain Layout
1173 catalan
1174 \end_layout
1175
1176 \end_inset
1177 </cell>
1178 </row>
1179 <row>
1180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1181 \begin_inset Text
1182
1183 \begin_layout Plain Layout
1184 ガリシア語
1185 \end_layout
1186
1187 \end_inset
1188 </cell>
1189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1190 \begin_inset Text
1191
1192 \begin_layout Plain Layout
1193 galician
1194 \end_layout
1195
1196 \end_inset
1197 </cell>
1198 </row>
1199 <row>
1200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1201 \begin_inset Text
1202
1203 \begin_layout Plain Layout
1204 北サーミ語
1205 \end_layout
1206
1207 \end_inset
1208 </cell>
1209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1210 \begin_inset Text
1211
1212 \begin_layout Plain Layout
1213 samin
1214 \end_layout
1215
1216 \end_inset
1217 </cell>
1218 </row>
1219 <row>
1220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1221 \begin_inset Text
1222
1223 \begin_layout Plain Layout
1224 ギリシア語
1225 \end_layout
1226
1227 \end_inset
1228 </cell>
1229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1230 \begin_inset Text
1231
1232 \begin_layout Plain Layout
1233 greek, polutonikogreek
1234 \end_layout
1235
1236 \end_inset
1237 </cell>
1238 </row>
1239 <row>
1240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1241 \begin_inset Text
1242
1243 \begin_layout Plain Layout
1244 クロアチア語
1245 \end_layout
1246
1247 \end_inset
1248 </cell>
1249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1250 \begin_inset Text
1251
1252 \begin_layout Plain Layout
1253 croatian
1254 \end_layout
1255
1256 \end_inset
1257 </cell>
1258 </row>
1259 <row>
1260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1261 \begin_inset Text
1262
1263 \begin_layout Plain Layout
1264 上ソルビア語
1265 \end_layout
1266
1267 \end_inset
1268 </cell>
1269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1270 \begin_inset Text
1271
1272 \begin_layout Plain Layout
1273 uppersorbian
1274 \end_layout
1275
1276 \end_inset
1277 </cell>
1278 </row>
1279 <row>
1280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1281 \begin_inset Text
1282
1283 \begin_layout Plain Layout
1284 スウェーデン語
1285 \end_layout
1286
1287 \end_inset
1288 </cell>
1289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1290 \begin_inset Text
1291
1292 \begin_layout Plain Layout
1293 swedish
1294 \end_layout
1295
1296 \end_inset
1297 </cell>
1298 </row>
1299 <row>
1300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1301 \begin_inset Text
1302
1303 \begin_layout Plain Layout
1304 スコットランド・ゲール語
1305 \end_layout
1306
1307 \end_inset
1308 </cell>
1309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1310 \begin_inset Text
1311
1312 \begin_layout Plain Layout
1313 scottish
1314 \end_layout
1315
1316 \end_inset
1317 </cell>
1318 </row>
1319 <row>
1320 <cell alignment="center" valignment="top" topline="true" usebox="none">
1321 \begin_inset Text
1322
1323 \begin_layout Plain Layout
1324 スペイン語
1325 \end_layout
1326
1327 \end_inset
1328 </cell>
1329 <cell alignment="center" valignment="top" topline="true" usebox="none">
1330 \begin_inset Text
1331
1332 \begin_layout Plain Layout
1333 spanish
1334 \end_layout
1335
1336 \end_inset
1337 </cell>
1338 </row>
1339 <row>
1340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1341 \begin_inset Text
1342
1343 \begin_layout Plain Layout
1344 スロバキア語
1345 \end_layout
1346
1347 \end_inset
1348 </cell>
1349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1350 \begin_inset Text
1351
1352 \begin_layout Plain Layout
1353 slovak
1354 \end_layout
1355
1356 \end_inset
1357 </cell>
1358 </row>
1359 <row>
1360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1361 \begin_inset Text
1362
1363 \begin_layout Plain Layout
1364 スロベニア語
1365 \end_layout
1366
1367 \end_inset
1368 </cell>
1369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1370 \begin_inset Text
1371
1372 \begin_layout Plain Layout
1373 slovene
1374 \end_layout
1375
1376 \end_inset
1377 </cell>
1378 </row>
1379 <row>
1380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1381 \begin_inset Text
1382
1383 \begin_layout Plain Layout
1384 セルビア語
1385 \end_layout
1386
1387 \end_inset
1388 </cell>
1389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1390 \begin_inset Text
1391
1392 \begin_layout Plain Layout
1393 serbian
1394 \end_layout
1395
1396 \end_inset
1397 </cell>
1398 </row>
1399 <row>
1400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1401 \begin_inset Text
1402
1403 \begin_layout Plain Layout
1404 チェコ語
1405 \end_layout
1406
1407 \end_inset
1408 </cell>
1409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1410 \begin_inset Text
1411
1412 \begin_layout Plain Layout
1413 czech
1414 \end_layout
1415
1416 \end_inset
1417 </cell>
1418 </row>
1419 <row>
1420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1421 \begin_inset Text
1422
1423 \begin_layout Plain Layout
1424 低ソルビア語
1425 \end_layout
1426
1427 \end_inset
1428 </cell>
1429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1430 \begin_inset Text
1431
1432 \begin_layout Plain Layout
1433 lowersorbian
1434 \end_layout
1435
1436 \end_inset
1437 </cell>
1438 </row>
1439 <row>
1440 <cell alignment="center" valignment="top" topline="true" usebox="none">
1441 \begin_inset Text
1442
1443 \begin_layout Plain Layout
1444 デンマーク語
1445 \end_layout
1446
1447 \end_inset
1448 </cell>
1449 <cell alignment="center" valignment="top" topline="true" usebox="none">
1450 \begin_inset Text
1451
1452 \begin_layout Plain Layout
1453 danish
1454 \end_layout
1455
1456 \end_inset
1457 </cell>
1458 </row>
1459 <row>
1460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1461 \begin_inset Text
1462
1463 \begin_layout Plain Layout
1464 ドイツ語
1465 \end_layout
1466
1467 \end_inset
1468 </cell>
1469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1470 \begin_inset Text
1471
1472 \begin_layout Plain Layout
1473 ngerman, naustrian
1474 \end_layout
1475
1476 \end_inset
1477 </cell>
1478 </row>
1479 <row>
1480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1481 \begin_inset Text
1482
1483 \begin_layout Plain Layout
1484 トルコ語
1485 \end_layout
1486
1487 \end_inset
1488 </cell>
1489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1490 \begin_inset Text
1491
1492 \begin_layout Plain Layout
1493 turkish
1494 \end_layout
1495
1496 \end_inset
1497 </cell>
1498 </row>
1499 <row>
1500 <cell alignment="center" valignment="top" topline="true" usebox="none">
1501 \begin_inset Text
1502
1503 \begin_layout Plain Layout
1504 ノルウェー語
1505 \end_layout
1506
1507 \end_inset
1508 </cell>
1509 <cell alignment="center" valignment="top" topline="true" usebox="none">
1510 \begin_inset Text
1511
1512 \begin_layout Plain Layout
1513 norsk, nynorsk
1514 \end_layout
1515
1516 \end_inset
1517 </cell>
1518 </row>
1519 <row>
1520 <cell alignment="center" valignment="top" topline="true" usebox="none">
1521 \begin_inset Text
1522
1523 \begin_layout Plain Layout
1524 バスク語
1525 \end_layout
1526
1527 \end_inset
1528 </cell>
1529 <cell alignment="center" valignment="top" topline="true" usebox="none">
1530 \begin_inset Text
1531
1532 \begin_layout Plain Layout
1533 basque
1534 \end_layout
1535
1536 \end_inset
1537 </cell>
1538 </row>
1539 <row>
1540 <cell alignment="center" valignment="top" topline="true" usebox="none">
1541 \begin_inset Text
1542
1543 \begin_layout Plain Layout
1544 ハンガリア語
1545 \end_layout
1546
1547 \end_inset
1548 </cell>
1549 <cell alignment="center" valignment="top" topline="true" usebox="none">
1550 \begin_inset Text
1551
1552 \begin_layout Plain Layout
1553 magyar, hungarian
1554 \end_layout
1555
1556 \end_inset
1557 </cell>
1558 </row>
1559 <row>
1560 <cell alignment="center" valignment="top" topline="true" usebox="none">
1561 \begin_inset Text
1562
1563 \begin_layout Plain Layout
1564 フィンランド語
1565 \end_layout
1566
1567 \end_inset
1568 </cell>
1569 <cell alignment="center" valignment="top" topline="true" usebox="none">
1570 \begin_inset Text
1571
1572 \begin_layout Plain Layout
1573 finnish
1574 \end_layout
1575
1576 \end_inset
1577 </cell>
1578 </row>
1579 <row>
1580 <cell alignment="center" valignment="top" topline="true" usebox="none">
1581 \begin_inset Text
1582
1583 \begin_layout Plain Layout
1584 フランス語
1585 \end_layout
1586
1587 \end_inset
1588 </cell>
1589 <cell alignment="center" valignment="top" topline="true" usebox="none">
1590 \begin_inset Text
1591
1592 \begin_layout Plain Layout
1593 french, canadien, acadian
1594 \end_layout
1595
1596 \end_inset
1597 </cell>
1598 </row>
1599 <row>
1600 <cell alignment="center" valignment="top" topline="true" usebox="none">
1601 \begin_inset Text
1602
1603 \begin_layout Plain Layout
1604 ブルトン語
1605 \end_layout
1606
1607 \end_inset
1608 </cell>
1609 <cell alignment="center" valignment="top" topline="true" usebox="none">
1610 \begin_inset Text
1611
1612 \begin_layout Plain Layout
1613 breton
1614 \end_layout
1615
1616 \end_inset
1617 </cell>
1618 </row>
1619 <row>
1620 <cell alignment="center" valignment="top" topline="true" usebox="none">
1621 \begin_inset Text
1622
1623 \begin_layout Plain Layout
1624 ブルガリア語
1625 \end_layout
1626
1627 \end_inset
1628 </cell>
1629 <cell alignment="center" valignment="top" topline="true" usebox="none">
1630 \begin_inset Text
1631
1632 \begin_layout Plain Layout
1633 bulgarian
1634 \end_layout
1635
1636 \end_inset
1637 </cell>
1638 </row>
1639 <row>
1640 <cell alignment="center" valignment="top" topline="true" usebox="none">
1641 \begin_inset Text
1642
1643 \begin_layout Plain Layout
1644 ヘブライ語
1645 \end_layout
1646
1647 \end_inset
1648 </cell>
1649 <cell alignment="center" valignment="top" topline="true" usebox="none">
1650 \begin_inset Text
1651
1652 \begin_layout Plain Layout
1653 hebrew
1654 \end_layout
1655
1656 \end_inset
1657 </cell>
1658 </row>
1659 <row>
1660 <cell alignment="center" valignment="top" topline="true" usebox="none">
1661 \begin_inset Text
1662
1663 \begin_layout Plain Layout
1664 ポーランド語
1665 \end_layout
1666
1667 \end_inset
1668 </cell>
1669 <cell alignment="center" valignment="top" topline="true" usebox="none">
1670 \begin_inset Text
1671
1672 \begin_layout Plain Layout
1673 polish
1674 \end_layout
1675
1676 \end_inset
1677 </cell>
1678 </row>
1679 <row>
1680 <cell alignment="center" valignment="top" topline="true" usebox="none">
1681 \begin_inset Text
1682
1683 \begin_layout Plain Layout
1684 ポルトガル語
1685 \end_layout
1686
1687 \end_inset
1688 </cell>
1689 <cell alignment="center" valignment="top" topline="true" usebox="none">
1690 \begin_inset Text
1691
1692 \begin_layout Plain Layout
1693 portuguese, brazilian
1694 \end_layout
1695
1696 \end_inset
1697 </cell>
1698 </row>
1699 <row>
1700 <cell alignment="center" valignment="top" topline="true" usebox="none">
1701 \begin_inset Text
1702
1703 \begin_layout Plain Layout
1704 マレー語
1705 \end_layout
1706
1707 \end_inset
1708 </cell>
1709 <cell alignment="center" valignment="top" topline="true" usebox="none">
1710 \begin_inset Text
1711
1712 \begin_layout Plain Layout
1713 bahasam
1714 \end_layout
1715
1716 \end_inset
1717 </cell>
1718 </row>
1719 <row>
1720 <cell alignment="center" valignment="top" topline="true" usebox="none">
1721 \begin_inset Text
1722
1723 \begin_layout Plain Layout
1724 ラテン語
1725 \end_layout
1726
1727 \end_inset
1728 </cell>
1729 <cell alignment="center" valignment="top" topline="true" usebox="none">
1730 \begin_inset Text
1731
1732 \begin_layout Plain Layout
1733 latin
1734 \end_layout
1735
1736 \end_inset
1737 </cell>
1738 </row>
1739 <row>
1740 <cell alignment="center" valignment="top" topline="true" usebox="none">
1741 \begin_inset Text
1742
1743 \begin_layout Plain Layout
1744 ルーマニア語
1745 \end_layout
1746
1747 \end_inset
1748 </cell>
1749 <cell alignment="center" valignment="top" topline="true" usebox="none">
1750 \begin_inset Text
1751
1752 \begin_layout Plain Layout
1753 romanian
1754 \end_layout
1755
1756 \end_inset
1757 </cell>
1758 </row>
1759 <row>
1760 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1761 \begin_inset Text
1762
1763 \begin_layout Plain Layout
1764 ロシア語
1765 \end_layout
1766
1767 \end_inset
1768 </cell>
1769 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1770 \begin_inset Text
1771
1772 \begin_layout Plain Layout
1773 russian
1774 \end_layout
1775
1776 \end_inset
1777 </cell>
1778 </row>
1779 </lyxtabular>
1780
1781 \end_inset
1782
1783
1784 \end_layout
1785
1786 \begin_layout Bibliography
1787 \begin_inset CommandInset bibitem
1788 LatexCommand bibitem
1789 key "bicaption"
1790 literal "true"
1791
1792 \end_inset
1793
1794 \SpecialChar LaTeX
1795 パッケージ
1796 \series bold
1797
1798 \begin_inset CommandInset href
1799 LatexCommand href
1800 name "bicaption"
1801 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/bicaption.pdf"
1802 literal "false"
1803
1804 \end_inset
1805
1806
1807 \series default
1808 の取扱説明書
1809 \end_layout
1810
1811 \begin_layout Bibliography
1812 \begin_inset CommandInset bibitem
1813 LatexCommand bibitem
1814 key "caption"
1815 literal "true"
1816
1817 \end_inset
1818
1819 \SpecialChar LaTeX
1820 パッケージ
1821 \series bold
1822
1823 \begin_inset CommandInset href
1824 LatexCommand href
1825 name "caption"
1826 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-eng.pdf"
1827 literal "false"
1828
1829 \end_inset
1830
1831
1832 \series default
1833 の取扱説明書
1834 \end_layout
1835
1836 \end_body
1837 \end_document