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