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