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