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