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