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