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