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