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