]> git.lyx.org Git - lyx.git/blob - lib/examples/de/MultilingualCaptions.lyx
MultilingualCaptions.lyx: new German translation
[lyx.git] / lib / examples / de / MultilingualCaptions.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % use this when you only need the document language captions in the list of figures/tables
18 %\PassOptionsToPackage{list=off}{bicaption}
19
20 % all this is only necessary if you want to have a different list of floats for each language
21 \usepackage{newfloat}
22 % Define a new floating environment type "figureEng"
23 \DeclareFloatingEnvironment[fileext=lof2]{figureEng}
24 [Figure][List of Figures]
25 % Define the new floating environment type "tableEng"
26 \DeclareFloatingEnvironment[fileext=lot2]{tableEng}
27 [Table][List of Tables]
28 % inform bicaption about the new float types
29 \PassOptionsToPackage{listtype+=Eng}{bicaption}
30 \end_preamble
31 \options liststotoc
32 \use_default_options true
33 \begin_modules
34 bicaption
35 \end_modules
36 \maintain_unincluded_children false
37 \language ngerman
38 \language_package default
39 \inputencoding auto
40 \fontencoding global
41 \font_roman default
42 \font_sans default
43 \font_typewriter default
44 \font_math auto
45 \font_default_family default
46 \use_non_tex_fonts false
47 \font_sc false
48 \font_osf false
49 \font_sf_scale 100
50 \font_tt_scale 100
51 \graphics default
52 \default_output_format default
53 \output_sync 0
54 \bibtex_command default
55 \index_command default
56 \float_placement h
57 \paperfontsize 12
58 \spacing single
59 \use_hyperref true
60 \pdf_bookmarks true
61 \pdf_bookmarksnumbered false
62 \pdf_bookmarksopen false
63 \pdf_bookmarksopenlevel 1
64 \pdf_breaklinks false
65 \pdf_pdfborder false
66 \pdf_colorlinks true
67 \pdf_backref false
68 \pdf_pdfusetitle true
69 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
70 \papersize default
71 \use_geometry false
72 \use_package amsmath 1
73 \use_package amssymb 1
74 \use_package cancel 1
75 \use_package esint 1
76 \use_package mathdots 1
77 \use_package mathtools 1
78 \use_package mhchem 1
79 \use_package stackrel 1
80 \use_package stmaryrd 1
81 \use_package undertilde 1
82 \cite_engine basic
83 \cite_engine_type default
84 \biblio_style plain
85 \use_bibtopic false
86 \use_indices false
87 \paperorientation portrait
88 \suppress_date true
89 \justification true
90 \use_refstyle 1
91 \notefontcolor #0000ff
92 \index Index
93 \shortcut idx
94 \color #008000
95 \end_index
96 \secnumdepth 3
97 \tocdepth 3
98 \paragraph_separation skip
99 \defskip medskip
100 \quotes_language german
101 \papercolumns 1
102 \papersides 1
103 \paperpagestyle default
104 \tracking_changes false
105 \output_changes false
106 \html_math_output 0
107 \html_css_as_file 0
108 \html_be_strict false
109 \end_header
110
111 \begin_body
112
113 \begin_layout Title
114 Mehrsprachige Legenden
115 \end_layout
116
117 \begin_layout Author
118 Uwe Stöhr
119 \end_layout
120
121 \begin_layout Standard
122 \begin_inset FloatList figure
123
124 \end_inset
125
126
127 \end_layout
128
129 \begin_layout Section
130 Einführung
131 \end_layout
132
133 \begin_layout Standard
134 Mit dem Modul 
135 \family sans
136 Mehrsprachige
137 \begin_inset space ~
138 \end_inset
139
140 Legenden
141 \family default
142  können Legenden (z.
143 \begin_inset space \thinspace{}
144 \end_inset
145
146 B.
147  Beschriftungen von Abbildungen) in zwei Sprachen gedruckt werden.
148  Es benötigt das LaTeX-Paket 
149 \series bold
150 bicaption
151 \series default
152 , das Teil des LaTeX-Pakets 
153 \series bold
154 caption
155 \series default
156  ist.
157  Wenn 
158 \series bold
159 caption
160 \series default
161  installiert ist, sollte also auch 
162 \series bold
163 bicaption
164 \series default
165  installiert sein.
166 \end_layout
167
168 \begin_layout Standard
169 Die erste Sprache ist die Dokumentsprache, die zweite muss über die Umgebung
170  
171 \family sans
172 Legenden-Einstellungen
173 \family default
174  angegeben werden.
175  Diese Umgebung hat ein optionales Argument um zu definieren, welche Sprache
176  die Einstellung betrifft.
177  Um die Einstellung für alle Legenden der ersten Sprache zu ändern, verwendet
178  man 
179 \series bold
180 bi-first
181 \series default
182  als optionales Argument, für die zweite Sprache 
183 \series bold
184 bi-second
185 \series default
186  und für beide Sprachen 
187 \series bold
188 bi-both
189 \series default
190 .
191 \end_layout
192
193 \begin_layout Standard
194 \begin_inset Note Greyedout
195 status open
196
197 \begin_layout Plain Layout
198
199 \series bold
200 Achtung
201 \series default
202 : Wenn für 
203 \family sans
204 Legenden-Einstellungen
205 \family default
206  kein optionales Argument verwendet wird, betrifft die Einstellung alle
207  Legenden des Dokuments, nicht nur die mehrsprachigen.
208 \end_layout
209
210 \end_inset
211
212
213 \end_layout
214
215 \begin_layout Standard
216 Dieses Dokument ist in Deutsch.
217  Um Englisch als zweite Sprache zu definieren, verwendet man den Befehl
218 \end_layout
219
220 \begin_layout Standard
221
222 \series bold
223 lang=english
224 \end_layout
225
226 \begin_layout Standard
227 in einer 
228 \family sans
229 Legenden-Einstellungen
230 \family default
231 -Umgebung.
232  Für andere Sprachen ersetzt man 
233 \series bold
234 english
235 \series default
236  durch den babel-Namen der Sprache.
237  Die Liste der babel-Namen ist in Tabelle
238 \begin_inset space ~
239 \end_inset
240
241
242 \begin_inset CommandInset ref
243 LatexCommand ref
244 reference "tab:Liste-mit-babel-Namen"
245
246 \end_inset
247
248  zu finden.
249  Die Marken der Legenden (z.
250 \begin_inset space \thinspace{}
251 \end_inset
252
253 B.
254  
255 \begin_inset Quotes gld
256 \end_inset
257
258 Tabelle
259 \begin_inset Quotes grd
260 \end_inset
261
262 ) werden automatisch übersetzt.
263 \end_layout
264
265 \begin_layout Standard
266 Um eine mehrsprachige Legende zu einem Gleitobjekt hinzuzufügen, klickt
267  man mit der rechten Maustaste auf die Legende, die automatisch beim Einfügen
268  des Gleitobjekts erstellt wurde, und wählt 
269 \family sans
270 Legende
271 \begin_inset space ~
272 \end_inset
273
274 (Zweisprachig
275 \family default
276 ) im Kontext-Menü aus.
277  Ist keine Legende vorhanden, kann man eine mehrsprachige Legende über das
278  Menü 
279 \family sans
280 Einfügen\SpecialChar \menuseparator
281 Legende\SpecialChar \menuseparator
282 Zweisprachig
283 \family default
284  einfügen.
285  Der Legendentext der Dokumentsprache muss in die Box eingegeben werden,
286  die mit 
287 \family sans
288 Einfügen\SpecialChar \menuseparator
289 Legendentext (Hauptsprache) 
290 \family default
291 in die Legende eingefügt wird.
292  Der Legendentext der zweiten Sprache wird normal in die Legende eingegeben.
293 \end_layout
294
295 \begin_layout Standard
296 Kurztitel für beide Sprachen können über 
297 \family sans
298 Einfügen\SpecialChar \menuseparator
299 Legendenkurztitel (Hauptsprache)
300 \family default
301  und 
302 \family sans
303 Einfügen\SpecialChar \menuseparator
304 Legendenkurztitel (Zweitsprache)
305 \family default
306  eingefügt werden.
307 \end_layout
308
309 \begin_layout Standard
310 Abbildung
311 \begin_inset space ~
312 \end_inset
313
314
315 \begin_inset CommandInset ref
316 LatexCommand ref
317 reference "fig:Beispiel-Abbildung"
318
319 \end_inset
320
321  ist ein Beispiel einer Abbildung mit einer mehrsprachigen Legende.
322 \end_layout
323
324 \begin_layout Caption setup
325
326 \begin_inset Argument 1
327 status open
328
329 \begin_layout Plain Layout
330 bi-second
331 \end_layout
332
333 \end_inset
334
335 lang=english
336 \begin_inset Note Note
337 status collapsed
338
339 \begin_layout Plain Layout
340 legt die zweite Sprache fest
341 \end_layout
342
343 \end_inset
344
345
346 \end_layout
347
348 \begin_layout Standard
349 \begin_inset Float figure
350 wide false
351 sideways false
352 status open
353
354 \begin_layout Plain Layout
355 \noindent
356 \align center
357 \begin_inset Box Boxed
358 position "t"
359 hor_pos "c"
360 has_inner_box 0
361 inner_pos "t"
362 use_parbox 0
363 use_makebox 0
364 width "50col%"
365 special "none"
366 height "1in"
367 height_special "totalheight"
368 status open
369
370 \begin_layout Plain Layout
371 Eine Abbildung.
372 \end_layout
373
374 \end_inset
375
376
377 \end_layout
378
379 \begin_layout Plain Layout
380 \begin_inset Caption Bicaption
381
382 \begin_layout Plain Layout
383 \begin_inset Argument 1
384 status open
385
386 \begin_layout Plain Layout
387 Deutscher Kurztitel
388 \end_layout
389
390 \end_inset
391
392
393 \begin_inset Argument 2
394 status open
395
396 \begin_layout Plain Layout
397 Deutscher Titel
398 \end_layout
399
400 \end_inset
401
402
403 \begin_inset Argument 3
404 status open
405
406 \begin_layout Plain Layout
407 Englischer Kurztitel
408 \end_layout
409
410 \end_inset
411
412 Englischer Titel
413 \begin_inset CommandInset label
414 LatexCommand label
415 name "fig:Beispiel-Abbildung"
416
417 \end_inset
418
419
420 \end_layout
421
422 \end_inset
423
424
425 \end_layout
426
427 \end_inset
428
429
430 \end_layout
431
432 \begin_layout Standard
433 \begin_inset Note Greyedout
434 status open
435
436 \begin_layout Plain Layout
437
438 \series bold
439 Achtung
440 \series default
441 : Mehrsprachige Legenden können nicht für lange Tabellen verwendet werden.
442 \end_layout
443
444 \end_inset
445
446
447 \end_layout
448
449 \begin_layout Section
450 Legenden-Formatierung
451 \end_layout
452
453 \begin_layout Standard
454 Die Formatierung der Legenden kann ebenfalls über die Umgebung 
455 \family sans
456 Legenden-Einstellungen
457 \family default
458  geändert werden.
459  Um zum Beispiel die Legende in sansserif, kursiv zu setzen, verwendet man
460  den Befehl
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 Um die Marke fett zu drucken, verwendet man
471 \end_layout
472
473 \begin_layout Standard
474
475 \series bold
476 labelfont=bf
477 \end_layout
478
479 \begin_layout Standard
480 Um die Formatierung für den Text und die Marke zu ändern, verwendet man
481  den Befehl 
482 \series bold
483 font=
484 \series default
485 .
486  Für weitere Informationen über mögliche Anpassungen siehe die Dokumentation
487  des LaTeX-Pakets 
488 \series bold
489 caption
490 \series default
491
492 \begin_inset CommandInset citation
493 LatexCommand cite
494 key "caption"
495
496 \end_inset
497
498 , denn die Anpassungsmöglichkeiten des Pakets 
499 \series bold
500 bicaption
501 \series default
502  sind dieselben wie für 
503 \series bold
504 caption
505 \series default
506 .
507 \end_layout
508
509 \begin_layout Standard
510 Abbildung
511 \begin_inset space ~
512 \end_inset
513
514
515 \begin_inset CommandInset ref
516 LatexCommand ref
517 reference "fig:Beispiel-Abbildung-angepasst"
518
519 \end_inset
520
521  ist ein Beispiel für eine Abbildung mit einer angepassten, mehrsprachigen
522  Legende.
523 \end_layout
524
525 \begin_layout Caption setup
526
527 \begin_inset Note Note
528 status open
529
530 \begin_layout Plain Layout
531
532 \series bold
533 Achtung
534 \series default
535 : Diese Einstellung hat in diesem Dokument keinen Effekt, siehe den Hinweis
536  in Abschnitt
537 \begin_inset space ~
538 \end_inset
539
540
541 \begin_inset CommandInset ref
542 LatexCommand ref
543 reference "sec:Formatierung-der-Liste"
544
545 \end_inset
546
547 .
548 \end_layout
549
550 \end_inset
551
552
553 \begin_inset Argument 1
554 status open
555
556 \begin_layout Plain Layout
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 Die Marke soll fett sein, das Trennzeichen soll ein Zeilenumbruch statt
568  eines Doppelpunkts sein.
569 \end_layout
570
571 \end_inset
572
573
574 \end_layout
575
576 \begin_layout Caption setup
577
578 \begin_inset Argument 1
579 status open
580
581 \begin_layout Plain Layout
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
593 Die Marke der ersten Sprache soll fett sein.
594 \end_layout
595
596 \end_inset
597
598
599 \end_layout
600
601 \begin_layout Caption setup
602
603 \begin_inset Argument 1
604 status open
605
606 \begin_layout Plain Layout
607 bi-second
608 \end_layout
609
610 \end_inset
611
612 labelfont=bf, textfont={sf,it}, labelsep=newline
613 \begin_inset Note Note
614 status collapsed
615
616 \begin_layout Plain Layout
617
618 Der Text der zweiten Sprache soll 
619 \lang ngerman
620 sansserif, kursiv sein.
621 \end_layout
622
623 \end_inset
624
625
626 \end_layout
627
628 \begin_layout Standard
629 \begin_inset Float figure
630 wide false
631 sideways false
632 status open
633
634 \begin_layout Plain Layout
635 \noindent
636 \align center
637 \begin_inset Box Boxed
638 position "t"
639 hor_pos "c"
640 has_inner_box 0
641 inner_pos "t"
642 use_parbox 0
643 use_makebox 0
644 width "50col%"
645 special "none"
646 height "1in"
647 height_special "totalheight"
648 status open
649
650 \begin_layout Plain Layout
651 Eine Abbildung.
652 \end_layout
653
654 \end_inset
655
656
657 \end_layout
658
659 \begin_layout Plain Layout
660 \begin_inset Caption Bicaption
661
662 \begin_layout Plain Layout
663 \begin_inset Argument 2
664 status open
665
666 \begin_layout Plain Layout
667 Angepasstes Beschriftungsformat
668 \end_layout
669
670 \end_inset
671
672
673 \lang english
674 Customized caption format
675 \lang ngerman
676
677 \begin_inset CommandInset label
678 LatexCommand label
679 name "fig:Beispiel-Abbildung-angepasst"
680
681 \end_inset
682
683
684 \end_layout
685
686 \end_inset
687
688
689 \end_layout
690
691 \end_inset
692
693
694 \end_layout
695
696 \begin_layout Section
697 \begin_inset CommandInset label
698 LatexCommand label
699 name "sec:Formatierung-der-Liste"
700
701 \end_inset
702
703 Formatierung der Liste mit Gleitobjekten
704 \end_layout
705
706 \begin_layout Standard
707 Die Verzeichnisse der Tabellen/Abbildungen enthalten standardmäßig beide
708  Sprachen.
709  Man kann die zweite Sprache ausschalten, indem man diese Zeile zur Dokumentpräa
710 mbel hinzufügt:
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 Es ist auch möglich zwei verschiedene Verzeichnisse zu haben, eine für die
723  Dokumentsprache und eine für die zweite Sprache.
724  Dies ist in diesem Dokument der Fall.
725  Um die Liste zu Teilen, müssen diese Zeilen in den LaTeX-Vorspann des Dokuments
726  hinzugefügt werden:
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]{figureEng}
741 \begin_inset Newline newline
742 \end_inset
743
744 [Figure][List of Figures]
745 \begin_inset Newline newline
746 \end_inset
747
748
749 \backslash
750 DeclareFloatingEnvironment[fileext=lot2]{tableEng}
751 \begin_inset Newline newline
752 \end_inset
753
754 [Table][List of Tables]
755 \begin_inset Newline newline
756 \end_inset
757
758  
759 \backslash
760 PassOptionsToPackage{listtype+=Eng}{bicaption}
761 \end_layout
762
763 \begin_layout Standard
764 Dies definiert zwei neue Gleitobjekttypen namens 
765 \emph on
766 figureEng
767 \emph default
768  und 
769 \emph on
770 tableEng
771 \emph default
772 .
773  Ein Verzeichnis für 
774 \emph on
775 figureEng
776 \emph default
777  kann durch den Befehl 
778 \end_layout
779
780 \begin_layout Standard
781
782 \series bold
783
784 \backslash
785 listoffigureEnges
786 \end_layout
787
788 \begin_layout Standard
789 als TeX-Code eingefügt werden.
790  Hier ist das englische Abbildungsverzeichnis:
791 \end_layout
792
793 \begin_layout Standard
794 \begin_inset ERT
795 status open
796
797 \begin_layout Plain Layout
798
799
800 \backslash
801 listoffigureEnges
802 \end_layout
803
804 \end_inset
805
806
807 \end_layout
808
809 \begin_layout Standard
810 \begin_inset VSpace bigskip
811 \end_inset
812
813
814 \end_layout
815
816 \begin_layout Standard
817 \begin_inset Note Greyedout
818 status open
819
820 \begin_layout Plain Layout
821
822 \series bold
823 Achtung
824 \series default
825 : Wenn man dieses Feature verwendet, hat die 
826 \family sans
827 Legenden-Einstellungen
828 \family default
829  Option 
830 \series bold
831 bi-both
832 \series default
833  keinen Effekt mehr.
834  Man muss dann alles explizit für beide Sprachen über die Optionen 
835 \series bold
836 bi-first
837 \series default
838  und 
839 \series bold
840 bi-second
841 \series default
842  definieren.
843 \end_layout
844
845 \end_inset
846
847
848 \end_layout
849
850 \begin_layout Standard
851 Für mehr Informationen was man mit dem LaTeX-Paket 
852 \series bold
853 bicaption
854 \series default
855  machen kann, siehe seine Dokumentation, 
856 \begin_inset CommandInset citation
857 LatexCommand cite
858 key "bicaption"
859
860 \end_inset
861
862 .
863 \end_layout
864
865 \begin_layout Standard
866 \begin_inset Newpage newpage
867 \end_inset
868
869
870 \end_layout
871
872 \begin_layout Standard
873 \begin_inset Tabular
874 <lyxtabular version="3" rows="48" columns="2">
875 <features rotate="0" booktabs="true" islongtable="true" headBottomDL="true" lastFootEmpty="true" longtabularalignment="center">
876 <column alignment="center" valignment="top" width="0pt">
877 <column alignment="center" valignment="middle" width="35col%">
878 <row endfirsthead="true" caption="true">
879 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
880 \begin_inset Text
881
882 \begin_layout Plain Layout
883 \begin_inset Caption Standard
884
885 \begin_layout Plain Layout
886 \begin_inset CommandInset label
887 LatexCommand label
888 name "tab:Liste-mit-babel-Namen"
889
890 \end_inset
891
892 Liste mit babel-Namen
893 \end_layout
894
895 \end_inset
896
897
898 \end_layout
899
900 \end_inset
901 </cell>
902 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
903 \begin_inset Text
904
905 \begin_layout Plain Layout
906
907 \end_layout
908
909 \end_inset
910 </cell>
911 </row>
912 <row endfirsthead="true">
913 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
914 \begin_inset Text
915
916 \begin_layout Plain Layout
917 Sprache
918 \end_layout
919
920 \end_inset
921 </cell>
922 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
923 \begin_inset Text
924
925 \begin_layout Plain Layout
926 babel-Name(n)
927 \end_layout
928
929 \end_inset
930 </cell>
931 </row>
932 <row endhead="true">
933 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
934 \begin_inset Text
935
936 \begin_layout Plain Layout
937 Sprache
938 \end_layout
939
940 \end_inset
941 </cell>
942 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
943 \begin_inset Text
944
945 \begin_layout Plain Layout
946 babel-Name(n)
947 \end_layout
948
949 \end_inset
950 </cell>
951 </row>
952 <row endfoot="true">
953 <cell alignment="center" valignment="top" usebox="none">
954 \begin_inset Text
955
956 \begin_layout Plain Layout
957
958 \end_layout
959
960 \end_inset
961 </cell>
962 <cell alignment="center" valignment="top" usebox="none">
963 \begin_inset Text
964
965 \begin_layout Plain Layout
966
967 \family sans
968 \size small
969 Fortsetzung auch nächster Seite
970 \end_layout
971
972 \end_inset
973 </cell>
974 </row>
975 <row>
976 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
986 \begin_inset Text
987
988 \begin_layout Plain Layout
989 afrikaans
990 \end_layout
991
992 \end_inset
993 </cell>
994 </row>
995 <row>
996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
997 \begin_inset Text
998
999 \begin_layout Plain Layout
1000 Baskisch
1001 \end_layout
1002
1003 \end_inset
1004 </cell>
1005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1006 \begin_inset Text
1007
1008 \begin_layout Plain Layout
1009 basque
1010 \end_layout
1011
1012 \end_inset
1013 </cell>
1014 </row>
1015 <row>
1016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1017 \begin_inset Text
1018
1019 \begin_layout Plain Layout
1020 Bretonisch
1021 \end_layout
1022
1023 \end_inset
1024 </cell>
1025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1026 \begin_inset Text
1027
1028 \begin_layout Plain Layout
1029 breton
1030 \end_layout
1031
1032 \end_inset
1033 </cell>
1034 </row>
1035 <row>
1036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1037 \begin_inset Text
1038
1039 \begin_layout Plain Layout
1040 Bulgarisch
1041 \end_layout
1042
1043 \end_inset
1044 </cell>
1045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1046 \begin_inset Text
1047
1048 \begin_layout Plain Layout
1049 bulgarian
1050 \end_layout
1051
1052 \end_inset
1053 </cell>
1054 </row>
1055 <row>
1056 <cell alignment="center" valignment="top" topline="true" usebox="none">
1057 \begin_inset Text
1058
1059 \begin_layout Plain Layout
1060 Dänisch
1061 \end_layout
1062
1063 \end_inset
1064 </cell>
1065 <cell alignment="center" valignment="top" topline="true" usebox="none">
1066 \begin_inset Text
1067
1068 \begin_layout Plain Layout
1069 danish
1070 \end_layout
1071
1072 \end_inset
1073 </cell>
1074 </row>
1075 <row>
1076 <cell alignment="center" valignment="top" topline="true" usebox="none">
1077 \begin_inset Text
1078
1079 \begin_layout Plain Layout
1080 Deutsch
1081 \end_layout
1082
1083 \end_inset
1084 </cell>
1085 <cell alignment="center" valignment="top" topline="true" usebox="none">
1086 \begin_inset Text
1087
1088 \begin_layout Plain Layout
1089 ngerman, naustrian 
1090 \end_layout
1091
1092 \end_inset
1093 </cell>
1094 </row>
1095 <row>
1096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1097 \begin_inset Text
1098
1099 \begin_layout Plain Layout
1100 Englisch
1101 \end_layout
1102
1103 \end_inset
1104 </cell>
1105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1106 \begin_inset Text
1107
1108 \begin_layout Plain Layout
1109 english, american, australian, british, canadian, newzealand 
1110 \end_layout
1111
1112 \end_inset
1113 </cell>
1114 </row>
1115 <row>
1116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1117 \begin_inset Text
1118
1119 \begin_layout Plain Layout
1120 Esperanto
1121 \end_layout
1122
1123 \end_inset
1124 </cell>
1125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1126 \begin_inset Text
1127
1128 \begin_layout Plain Layout
1129 esperanto
1130 \end_layout
1131
1132 \end_inset
1133 </cell>
1134 </row>
1135 <row>
1136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1137 \begin_inset Text
1138
1139 \begin_layout Plain Layout
1140 Estnisch
1141 \end_layout
1142
1143 \end_inset
1144 </cell>
1145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1146 \begin_inset Text
1147
1148 \begin_layout Plain Layout
1149 estonian
1150 \end_layout
1151
1152 \end_inset
1153 </cell>
1154 </row>
1155 <row>
1156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1157 \begin_inset Text
1158
1159 \begin_layout Plain Layout
1160 Finnisch
1161 \end_layout
1162
1163 \end_inset
1164 </cell>
1165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1166 \begin_inset Text
1167
1168 \begin_layout Plain Layout
1169 finnish
1170 \end_layout
1171
1172 \end_inset
1173 </cell>
1174 </row>
1175 <row>
1176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1177 \begin_inset Text
1178
1179 \begin_layout Plain Layout
1180 Französisch
1181 \end_layout
1182
1183 \end_inset
1184 </cell>
1185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1186 \begin_inset Text
1187
1188 \begin_layout Plain Layout
1189 french, canadien, acadian
1190 \end_layout
1191
1192 \end_inset
1193 </cell>
1194 </row>
1195 <row>
1196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1197 \begin_inset Text
1198
1199 \begin_layout Plain Layout
1200 Galizisch
1201 \end_layout
1202
1203 \end_inset
1204 </cell>
1205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1206 \begin_inset Text
1207
1208 \begin_layout Plain Layout
1209 galician
1210 \end_layout
1211
1212 \end_inset
1213 </cell>
1214 </row>
1215 <row>
1216 <cell alignment="center" valignment="top" topline="true" usebox="none">
1217 \begin_inset Text
1218
1219 \begin_layout Plain Layout
1220 Georgisch
1221 \end_layout
1222
1223 \end_inset
1224 </cell>
1225 <cell alignment="center" valignment="top" topline="true" usebox="none">
1226 \begin_inset Text
1227
1228 \begin_layout Plain Layout
1229 georgian
1230 \end_layout
1231
1232 \end_inset
1233 </cell>
1234 </row>
1235 <row>
1236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1237 \begin_inset Text
1238
1239 \begin_layout Plain Layout
1240 Griechisch
1241 \end_layout
1242
1243 \end_inset
1244 </cell>
1245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1246 \begin_inset Text
1247
1248 \begin_layout Plain Layout
1249 greek, polutonikogreek 
1250 \end_layout
1251
1252 \end_inset
1253 </cell>
1254 </row>
1255 <row>
1256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1257 \begin_inset Text
1258
1259 \begin_layout Plain Layout
1260 Hebräisch
1261 \end_layout
1262
1263 \end_inset
1264 </cell>
1265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1266 \begin_inset Text
1267
1268 \begin_layout Plain Layout
1269 hebrew
1270 \end_layout
1271
1272 \end_inset
1273 </cell>
1274 </row>
1275 <row>
1276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1277 \begin_inset Text
1278
1279 \begin_layout Plain Layout
1280 Isländisch
1281 \end_layout
1282
1283 \end_inset
1284 </cell>
1285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1286 \begin_inset Text
1287
1288 \begin_layout Plain Layout
1289 icelandic
1290 \end_layout
1291
1292 \end_inset
1293 </cell>
1294 </row>
1295 <row>
1296 <cell alignment="center" valignment="top" topline="true" usebox="none">
1297 \begin_inset Text
1298
1299 \begin_layout Plain Layout
1300 Indonesisch
1301 \end_layout
1302
1303 \end_inset
1304 </cell>
1305 <cell alignment="center" valignment="top" topline="true" usebox="none">
1306 \begin_inset Text
1307
1308 \begin_layout Plain Layout
1309 bahasa
1310 \end_layout
1311
1312 \end_inset
1313 </cell>
1314 </row>
1315 <row>
1316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1317 \begin_inset Text
1318
1319 \begin_layout Plain Layout
1320 Interlingua
1321 \end_layout
1322
1323 \end_inset
1324 </cell>
1325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1326 \begin_inset Text
1327
1328 \begin_layout Plain Layout
1329 interlingua
1330 \end_layout
1331
1332 \end_inset
1333 </cell>
1334 </row>
1335 <row>
1336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1337 \begin_inset Text
1338
1339 \begin_layout Plain Layout
1340 Irisch
1341 \begin_inset space \thinspace{}
1342 \end_inset
1343
1344 /
1345 \begin_inset space \thinspace{}
1346 \end_inset
1347
1348 Gälisch
1349 \end_layout
1350
1351 \end_inset
1352 </cell>
1353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1354 \begin_inset Text
1355
1356 \begin_layout Plain Layout
1357 irish
1358 \end_layout
1359
1360 \end_inset
1361 </cell>
1362 </row>
1363 <row>
1364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1365 \begin_inset Text
1366
1367 \begin_layout Plain Layout
1368 Italienisch
1369 \end_layout
1370
1371 \end_inset
1372 </cell>
1373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1374 \begin_inset Text
1375
1376 \begin_layout Plain Layout
1377 italian
1378 \end_layout
1379
1380 \end_inset
1381 </cell>
1382 </row>
1383 <row>
1384 <cell alignment="center" valignment="top" topline="true" usebox="none">
1385 \begin_inset Text
1386
1387 \begin_layout Plain Layout
1388 Katalanisch
1389 \end_layout
1390
1391 \end_inset
1392 </cell>
1393 <cell alignment="center" valignment="top" topline="true" usebox="none">
1394 \begin_inset Text
1395
1396 \begin_layout Plain Layout
1397 catalan
1398 \end_layout
1399
1400 \end_inset
1401 </cell>
1402 </row>
1403 <row>
1404 <cell alignment="center" valignment="top" topline="true" usebox="none">
1405 \begin_inset Text
1406
1407 \begin_layout Plain Layout
1408 Kroatisch
1409 \end_layout
1410
1411 \end_inset
1412 </cell>
1413 <cell alignment="center" valignment="top" topline="true" usebox="none">
1414 \begin_inset Text
1415
1416 \begin_layout Plain Layout
1417 croatian
1418 \end_layout
1419
1420 \end_inset
1421 </cell>
1422 </row>
1423 <row>
1424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1425 \begin_inset Text
1426
1427 \begin_layout Plain Layout
1428 Latein
1429 \end_layout
1430
1431 \end_inset
1432 </cell>
1433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1434 \begin_inset Text
1435
1436 \begin_layout Plain Layout
1437 latin
1438 \end_layout
1439
1440 \end_inset
1441 </cell>
1442 </row>
1443 <row>
1444 <cell alignment="center" valignment="top" topline="true" usebox="none">
1445 \begin_inset Text
1446
1447 \begin_layout Plain Layout
1448 Malayisch
1449 \end_layout
1450
1451 \end_inset
1452 </cell>
1453 <cell alignment="center" valignment="top" topline="true" usebox="none">
1454 \begin_inset Text
1455
1456 \begin_layout Plain Layout
1457 bahasam
1458 \end_layout
1459
1460 \end_inset
1461 </cell>
1462 </row>
1463 <row>
1464 <cell alignment="center" valignment="top" topline="true" usebox="none">
1465 \begin_inset Text
1466
1467 \begin_layout Plain Layout
1468 Niederländisch
1469 \end_layout
1470
1471 \end_inset
1472 </cell>
1473 <cell alignment="center" valignment="top" topline="true" usebox="none">
1474 \begin_inset Text
1475
1476 \begin_layout Plain Layout
1477 dutch
1478 \end_layout
1479
1480 \end_inset
1481 </cell>
1482 </row>
1483 <row>
1484 <cell alignment="center" valignment="top" topline="true" usebox="none">
1485 \begin_inset Text
1486
1487 \begin_layout Plain Layout
1488 Niedersorbisch
1489 \end_layout
1490
1491 \end_inset
1492 </cell>
1493 <cell alignment="center" valignment="top" topline="true" usebox="none">
1494 \begin_inset Text
1495
1496 \begin_layout Plain Layout
1497 lowersorbian
1498 \end_layout
1499
1500 \end_inset
1501 </cell>
1502 </row>
1503 <row>
1504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1505 \begin_inset Text
1506
1507 \begin_layout Plain Layout
1508 Nord-Sami
1509 \end_layout
1510
1511 \end_inset
1512 </cell>
1513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1514 \begin_inset Text
1515
1516 \begin_layout Plain Layout
1517 samin
1518 \end_layout
1519
1520 \end_inset
1521 </cell>
1522 </row>
1523 <row>
1524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1525 \begin_inset Text
1526
1527 \begin_layout Plain Layout
1528 Norwegisch
1529 \end_layout
1530
1531 \end_inset
1532 </cell>
1533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1534 \begin_inset Text
1535
1536 \begin_layout Plain Layout
1537 norsk, nynorsk 
1538 \end_layout
1539
1540 \end_inset
1541 </cell>
1542 </row>
1543 <row>
1544 <cell alignment="center" valignment="top" topline="true" usebox="none">
1545 \begin_inset Text
1546
1547 \begin_layout Plain Layout
1548 Obersorbisch
1549 \end_layout
1550
1551 \end_inset
1552 </cell>
1553 <cell alignment="center" valignment="top" topline="true" usebox="none">
1554 \begin_inset Text
1555
1556 \begin_layout Plain Layout
1557 uppersorbian
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 </row>
1563 <row>
1564 <cell alignment="center" valignment="top" topline="true" usebox="none">
1565 \begin_inset Text
1566
1567 \begin_layout Plain Layout
1568 Polnisch
1569 \end_layout
1570
1571 \end_inset
1572 </cell>
1573 <cell alignment="center" valignment="top" topline="true" usebox="none">
1574 \begin_inset Text
1575
1576 \begin_layout Plain Layout
1577 polish
1578 \end_layout
1579
1580 \end_inset
1581 </cell>
1582 </row>
1583 <row>
1584 <cell alignment="center" valignment="top" topline="true" usebox="none">
1585 \begin_inset Text
1586
1587 \begin_layout Plain Layout
1588 Portugiesisch
1589 \end_layout
1590
1591 \end_inset
1592 </cell>
1593 <cell alignment="center" valignment="top" topline="true" usebox="none">
1594 \begin_inset Text
1595
1596 \begin_layout Plain Layout
1597 portuguese, brazilian 
1598 \end_layout
1599
1600 \end_inset
1601 </cell>
1602 </row>
1603 <row>
1604 <cell alignment="center" valignment="top" topline="true" usebox="none">
1605 \begin_inset Text
1606
1607 \begin_layout Plain Layout
1608 Rumänisch
1609 \end_layout
1610
1611 \end_inset
1612 </cell>
1613 <cell alignment="center" valignment="top" topline="true" usebox="none">
1614 \begin_inset Text
1615
1616 \begin_layout Plain Layout
1617 romanian
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 Russisch
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 russian
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 Schottisch
1649 \begin_inset space \thinspace{}
1650 \end_inset
1651
1652 /
1653 \begin_inset space \thinspace{}
1654 \end_inset
1655
1656 Gälisch
1657 \end_layout
1658
1659 \end_inset
1660 </cell>
1661 <cell alignment="center" valignment="top" topline="true" usebox="none">
1662 \begin_inset Text
1663
1664 \begin_layout Plain Layout
1665 scottish
1666 \end_layout
1667
1668 \end_inset
1669 </cell>
1670 </row>
1671 <row>
1672 <cell alignment="center" valignment="top" topline="true" usebox="none">
1673 \begin_inset Text
1674
1675 \begin_layout Plain Layout
1676 Schwedisch
1677 \end_layout
1678
1679 \end_inset
1680 </cell>
1681 <cell alignment="center" valignment="top" topline="true" usebox="none">
1682 \begin_inset Text
1683
1684 \begin_layout Plain Layout
1685 swedish
1686 \end_layout
1687
1688 \end_inset
1689 </cell>
1690 </row>
1691 <row>
1692 <cell alignment="center" valignment="top" topline="true" usebox="none">
1693 \begin_inset Text
1694
1695 \begin_layout Plain Layout
1696 Serbisch
1697 \end_layout
1698
1699 \end_inset
1700 </cell>
1701 <cell alignment="center" valignment="top" topline="true" usebox="none">
1702 \begin_inset Text
1703
1704 \begin_layout Plain Layout
1705 serbian
1706 \end_layout
1707
1708 \end_inset
1709 </cell>
1710 </row>
1711 <row>
1712 <cell alignment="center" valignment="top" topline="true" usebox="none">
1713 \begin_inset Text
1714
1715 \begin_layout Plain Layout
1716 Slovakisch
1717 \end_layout
1718
1719 \end_inset
1720 </cell>
1721 <cell alignment="center" valignment="top" topline="true" usebox="none">
1722 \begin_inset Text
1723
1724 \begin_layout Plain Layout
1725 slovak
1726 \end_layout
1727
1728 \end_inset
1729 </cell>
1730 </row>
1731 <row>
1732 <cell alignment="center" valignment="top" topline="true" usebox="none">
1733 \begin_inset Text
1734
1735 \begin_layout Plain Layout
1736 Slovenisch
1737 \end_layout
1738
1739 \end_inset
1740 </cell>
1741 <cell alignment="center" valignment="top" topline="true" usebox="none">
1742 \begin_inset Text
1743
1744 \begin_layout Plain Layout
1745 slovene
1746 \end_layout
1747
1748 \end_inset
1749 </cell>
1750 </row>
1751 <row>
1752 <cell alignment="center" valignment="top" topline="true" usebox="none">
1753 \begin_inset Text
1754
1755 \begin_layout Plain Layout
1756 Spanisch
1757 \end_layout
1758
1759 \end_inset
1760 </cell>
1761 <cell alignment="center" valignment="top" topline="true" usebox="none">
1762 \begin_inset Text
1763
1764 \begin_layout Plain Layout
1765 spanish
1766 \end_layout
1767
1768 \end_inset
1769 </cell>
1770 </row>
1771 <row>
1772 <cell alignment="center" valignment="top" topline="true" usebox="none">
1773 \begin_inset Text
1774
1775 \begin_layout Plain Layout
1776 Tschechisch
1777 \end_layout
1778
1779 \end_inset
1780 </cell>
1781 <cell alignment="center" valignment="top" topline="true" usebox="none">
1782 \begin_inset Text
1783
1784 \begin_layout Plain Layout
1785 czech
1786 \end_layout
1787
1788 \end_inset
1789 </cell>
1790 </row>
1791 <row>
1792 <cell alignment="center" valignment="top" topline="true" usebox="none">
1793 \begin_inset Text
1794
1795 \begin_layout Plain Layout
1796 Türkisch
1797 \end_layout
1798
1799 \end_inset
1800 </cell>
1801 <cell alignment="center" valignment="top" topline="true" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Plain Layout
1805 turkish
1806 \end_layout
1807
1808 \end_inset
1809 </cell>
1810 </row>
1811 <row>
1812 <cell alignment="center" valignment="top" topline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816 Ukrainisch
1817 \end_layout
1818
1819 \end_inset
1820 </cell>
1821 <cell alignment="center" valignment="top" topline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825 ukrainian
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 </row>
1831 <row>
1832 <cell alignment="center" valignment="top" topline="true" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836 Ungarisch
1837 \end_layout
1838
1839 \end_inset
1840 </cell>
1841 <cell alignment="center" valignment="top" topline="true" usebox="none">
1842 \begin_inset Text
1843
1844 \begin_layout Plain Layout
1845 magyar, hungarian
1846 \end_layout
1847
1848 \end_inset
1849 </cell>
1850 </row>
1851 <row>
1852 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1853 \begin_inset Text
1854
1855 \begin_layout Plain Layout
1856 Walisisch
1857 \end_layout
1858
1859 \end_inset
1860 </cell>
1861 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865 welsh
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 </row>
1871 </lyxtabular>
1872
1873 \end_inset
1874
1875
1876 \end_layout
1877
1878 \begin_layout Bibliography
1879 \begin_inset CommandInset bibitem
1880 LatexCommand bibitem
1881 key "bicaption"
1882
1883 \end_inset
1884
1885 Dokumentation des LaTeX-Pakets 
1886 \series bold
1887
1888 \begin_inset CommandInset href
1889 LatexCommand href
1890 name "bicaption"
1891 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/bicaption.pdf"
1892
1893 \end_inset
1894
1895
1896 \end_layout
1897
1898 \begin_layout Bibliography
1899 \begin_inset CommandInset bibitem
1900 LatexCommand bibitem
1901 key "caption"
1902
1903 \end_inset
1904
1905 Dokumentation de LaTeX-Pakets 
1906 \series bold
1907
1908 \begin_inset CommandInset href
1909 LatexCommand href
1910 name "caption"
1911 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-eng.pdf"
1912
1913 \end_inset
1914
1915
1916 \end_layout
1917
1918 \end_body
1919 \end_document