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