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