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