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