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