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