]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
UserGuide.lyx: revise Appendix A
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 504
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/de/
7 \textclass scrbook
8 \begin_preamble
9 % Setzt den Link für Sprünge zu Gleitabbildungen
10 % auf den Anfang des Gleitobjekts und nicht aufs Ende
11 \usepackage[figure]{hypcap}
12
13 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
14 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
15 \let\myTOC\tableofcontents
16 \renewcommand\tableofcontents{%
17   \frontmatter
18   \pdfbookmark[1]{\contentsname}{}
19   \myTOC
20   \mainmatter }
21
22 % Formatierung von Legenden
23 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
24
25 % Definitionen um Legenden neben Tabellen und Abbildungen zu setzen
26 \newcommand{\TabBesBeg}[1][1.0]{%
27  \let\MyTable\table
28  \let\MyEndtable\endtable
29  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
30
31 \newcommand{\TabBesEnd}{%
32  \let\table\MyTable
33  \let\endtable\MyEndtable}
34
35 \newcommand{\FigBesBeg}[1][1.0]{%
36  \let\MyFigure\figure
37  \let\MyEndfigure\endfigure
38  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
39
40 \newcommand{\FigBesEnd}{%
41  \let\figure\MyFigure
42  \let\endfigure\MyEndfigure}
43
44 % ermöglicht das Berechnen von Werten
45 \usepackage{calc}
46
47 %Vergrößert den Teil der Seite, in dem Gleitobjekte
48 % unten angeordnet werden dürfen
49 \renewcommand{\bottomfraction}{0.5}
50
51 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
52 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
53
54 % beschleunigt die Berechnung von langen Tabellen
55 \setcounter{LTchunksize}{100}
56
57 % wird bei farbigen Tabellen benutzt
58 \@ifundefined{textcolor}
59  {\usepackage{color}}{}
60 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
61 \definecolor{hellgrau}{gray}{0.8}
62
63 % testen ob paket colortbl installiert ist
64 % wird für farbige Tabellenzellen benutzt
65 \newboolean{colortbl}
66 \IfFileExists{colortbl.sty}
67  {\usepackage{colortbl}
68   \setboolean{colortbl}{true}}
69  {\setboolean{colortbl}{false}}
70
71 % wird benutzt, um Tabellenzellen zu vergrößern
72 \@ifundefined{extrarowheight}
73  {\usepackage{array}}{}
74 \setlength{\extrarowheight}{2pt}
75
76 % wird fuer benutzerdefinierte Tabellen benutzt
77 % ---
78 \newcolumntype{M}[1]
79  {>{\centering\hspace{0pt}}m{#1}}
80
81 \newcolumntype{S}[2]
82  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
83
84 \newcolumntype{K}[1]
85  {>{\columncolor{#1}\hspace{0pt}}c}
86
87 \newcolumntype{V}{!{\vrule width 1.5pt}}
88
89 \newcolumntype{W}{!{\color{green}\vline}}
90 % ---
91
92 % Setzt einen zusaetzlichen Abstand von
93 % 1.5 mm zwischen Fussnoten
94 \let\myFoot\footnote
95 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
96
97 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
98 \numberwithin{algorithm}{chapter}
99
100
101 % ------------------------------------
102 % Prüfung auf benötigte LaTeXPakete
103 \usepackage{ifthen}
104
105 % Pruefung auf arydshln
106 % für Tabellen mit gestrichelten Linien
107 \newboolean{arydshln}
108 \IfFileExists{arydshln.sty}
109  {\usepackage{arydshln}
110   \setboolean{arydshln}{true}}
111  {\setboolean{arydshln}{false}}
112
113 % Prüfung auf marginnote
114 % für Randnotizen
115 \newboolean{marginnote}
116 \IfFileExists{marginnote.sty}
117  {\usepackage{marginnote}
118   \let\marginpar\marginnote
119   \setboolean{marginnote}{true}}
120  {\setboolean{marginnote}{false}}
121
122 % Prüfung auf sidecap
123 % für seitliche Beschriftungen
124 \newboolean{sidecap}
125 \IfFileExists{sidecap.sty}
126  {\usepackage{sidecap}
127   \setboolean{sidecap}{true}}
128  {\setboolean{sidecap}{false}}
129
130 % Prüfung auf picinpar
131 \newboolean{picinpar}
132 \IfFileExists{picinpar.sty}
133  {\usepackage{picinpar}
134   \setboolean{picinpar}{true}}
135  {\setboolean{picinpar}{false}}
136
137 % Prüfung auf lettrine
138 \newboolean{lettrine}
139 \IfFileExists{lettrine.sty}
140  {\usepackage{lettrine}
141   \setboolean{lettrine}{true}}
142  {\setboolean{lettrine}{false}}
143
144 % Prüfung auf diagbox
145 \newboolean{diagbox}
146 \IfFileExists{diagbox.sty}
147  {\usepackage{diagbox}
148   \setboolean{diagbox}{true}}
149  {\setboolean{diagbox}{false}}
150
151 \@ifpackageloaded{babel}{
152  % Damit der Index den Namen "Stichwortverzeichnis" erhält
153  \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
154 }{}
155 \end_preamble
156 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
157 \use_default_options false
158 \begin_modules
159 initials
160 graphicboxes
161 \end_modules
162 \maintain_unincluded_children false
163 \language ngerman
164 \language_package default
165 \inputencoding auto
166 \fontencoding global
167 \font_roman "lmodern" "default"
168 \font_sans "lmss" "default"
169 \font_typewriter "lmtt" "default"
170 \font_math "auto" "auto"
171 \font_default_family default
172 \use_non_tex_fonts false
173 \font_sc false
174 \font_osf false
175 \font_sf_scale 100 100
176 \font_tt_scale 100 100
177 \graphics default
178 \default_output_format pdf2
179 \output_sync 0
180 \bibtex_command default
181 \index_command default
182 \paperfontsize 12
183 \spacing single
184 \use_hyperref true
185 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
186 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
187 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
188 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
189 \pdf_bookmarks true
190 \pdf_bookmarksnumbered true
191 \pdf_bookmarksopen true
192 \pdf_bookmarksopenlevel 1
193 \pdf_breaklinks false
194 \pdf_pdfborder false
195 \pdf_colorlinks true
196 \pdf_backref false
197 \pdf_pdfusetitle false
198 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
199 \papersize a4paper
200 \use_geometry false
201 \use_package amsmath 2
202 \use_package amssymb 2
203 \use_package cancel 0
204 \use_package esint 0
205 \use_package mathdots 1
206 \use_package mathtools 0
207 \use_package mhchem 1
208 \use_package stackrel 0
209 \use_package stmaryrd 0
210 \use_package undertilde 0
211 \cite_engine basic
212 \cite_engine_type default
213 \biblio_style plain
214 \use_bibtopic false
215 \use_indices false
216 \paperorientation portrait
217 \suppress_date false
218 \justification true
219 \use_refstyle 0
220 \notefontcolor #0000ff
221 \index Stichwortverzeichnis
222 \shortcut idx
223 \color #008000
224 \end_index
225 \secnumdepth 3
226 \tocdepth 3
227 \paragraph_separation skip
228 \defskip medskip
229 \quotes_language german
230 \papercolumns 1
231 \papersides 2
232 \paperpagestyle default
233 \tracking_changes false
234 \output_changes false
235 \html_math_output 0
236 \html_css_as_file 0
237 \html_be_strict false
238 \end_header
239
240 \begin_body
241
242 \begin_layout Title
243 Das \SpecialChar LyX
244 -Handbuch der Einfügungen:
245 \begin_inset Newline newline
246 \end_inset
247
248  
249 \size larger
250 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
251 \end_layout
252
253 \begin_layout Author
254 vom \SpecialChar LyX
255 -Team
256 \begin_inset Foot
257 status open
258
259 \begin_layout Plain Layout
260 \noindent
261
262 \size normal
263 Übersetzung und Bearbeitung: Hartmut Haase
264 \size default
265  (
266 \noun on
267 HHa
268 \noun default
269 , bis März 2010), Uwe Stöhr
270 \begin_inset Newline newline
271 \end_inset
272
273 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
274  bitte an: 
275 \begin_inset CommandInset href
276 LatexCommand href
277 name "lyx-docs@lists.lyx.org"
278 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
279 type "mailto:"
280
281 \end_inset
282
283
284 \end_layout
285
286 \end_inset
287
288
289 \begin_inset Note Note
290 status collapsed
291
292 \begin_layout Plain Layout
293 Autor: Uwe Stöhr <uwestoehr@web.de>
294 \end_layout
295
296 \end_inset
297
298
299 \begin_inset Newline newline
300 \end_inset
301
302
303 \begin_inset Newline newline
304 \end_inset
305
306
307 \family sans
308 Version 2.2.x
309 \end_layout
310
311 \begin_layout Standard
312 \begin_inset CommandInset toc
313 LatexCommand tableofcontents
314
315 \end_inset
316
317
318 \end_layout
319
320 \begin_layout Standard
321 \begin_inset Note Note
322 status open
323
324 \begin_layout Plain Layout
325 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
326 en zu können oder es auszudrucken, benötigen Sie die \SpecialChar LaTeX
327 -Pakte 
328 \series bold
329 arydshln
330 \series default
331
332 \series bold
333 colortbl
334 \series default
335
336 \series bold
337 diagbox, lettrine, marginnote, picinpar
338 \series default
339  und 
340 \series bold
341 sidecap
342 \series default
343 .
344  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
345  denen sie benötigt werden.
346 \end_layout
347
348 \begin_layout Plain Layout
349 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
350  hier finden:
351 \begin_inset Newline newline
352 \end_inset
353
354
355 \series bold
356 http://wiki.lyx.org/\SpecialChar LyX
357 /DocumentationDevelopment#EmbeddedObjects
358 \end_layout
359
360 \end_inset
361
362
363 \end_layout
364
365 \begin_layout Chapter
366 Abbildungen
367 \begin_inset Index idx
368 status collapsed
369
370 \begin_layout Plain Layout
371 Abbildungen
372 \end_layout
373
374 \end_inset
375
376
377 \end_layout
378
379 \begin_layout Section
380 Grafik-Dialog
381 \begin_inset Index idx
382 status collapsed
383
384 \begin_layout Plain Layout
385 Abbildungen ! Grafik-Dialog
386 \end_layout
387
388 \end_inset
389
390
391 \begin_inset CommandInset label
392 LatexCommand label
393 name "abs:Grafik-Dialog"
394
395 \end_inset
396
397
398 \end_layout
399
400 \begin_layout Standard
401 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
402  
403 \begin_inset Info
404 type  "icon"
405 arg   "dialog-show-new-inset graphics"
406 \end_inset
407
408  in der Werkzeugleiste oder wählen das Menü 
409 \family sans
410 Einfügen\SpecialChar menuseparator
411 Grafik
412 \family default
413 .
414  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
415  
416 \family sans
417 Durchsuchen
418 \family default
419  eingeben können.
420  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
421  an der Sie sie eingefügt haben.
422 \end_layout
423
424 \begin_layout Standard
425 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
426  klicken.
427  Der Dialog hat drei Karteikarten:
428 \end_layout
429
430 \begin_layout Description
431
432 \family sans
433 Grafik
434 \family default
435  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
436  Version festlegen.
437  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
438 \begin_inset space ~
439 \end_inset
440
441
442 \begin_inset CommandInset ref
443 LatexCommand ref
444 reference "kap:In-LyX-verfügbare"
445
446 \end_inset
447
448  erklärt.
449 \begin_inset Newline newline
450 \end_inset
451
452
453 \begin_inset Index idx
454 status collapsed
455
456 \begin_layout Plain Layout
457 Abbildungen ! rotierte
458 \end_layout
459
460 \end_inset
461
462 Sie können Abbildungen durch Angabe eines 
463 \family sans
464 Winkel
465 \family default
466
467 \begin_inset space ~
468 \end_inset
469
470
471 \family sans
472 (Grad)
473 \family default
474  und Festlegung eines 
475 \family sans
476 Drehpunktes
477 \family default
478  drehen.
479  Negative Winkel drehen im Uhrzeigersinn.
480  Die Abbildung wird auch in \SpecialChar LyX
481  gedreht.
482 \begin_inset Newline newline
483 \end_inset
484
485
486 \begin_inset Index idx
487 status collapsed
488
489 \begin_layout Plain Layout
490 Abbildungen ! skalierte
491 \end_layout
492
493 \end_inset
494
495 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
496  oder Höhe und Breite definiert.
497  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
498  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
499  wobei sie möglicherweise verzerrt wird.
500  Um das zu vermeiden, sollten Sie 
501 \family sans
502 Seitenverhältnis
503 \begin_inset space ~
504 \end_inset
505
506 beibehalten
507 \family default
508  ankreuzen.
509  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
510  und Breite nicht überschritten werden.
511 \begin_inset Newline newline
512 \end_inset
513
514 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
515 nden Kontext-Menü 
516 \family sans
517 Datei extern bearbeiten
518 \family default
519  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
520  öffnen.
521  Das Programm kann für jedes Bildformat in den \SpecialChar LyX
522 -Einstellungen unter 
523 \family sans
524 Datei-Handhabung\SpecialChar menuseparator
525 Dateiformate
526 \family default
527  festgelegt werden.
528 \end_layout
529
530 \begin_layout Description
531
532 \family sans
533 Ausschnitt
534 \family default
535  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
536  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
537  Wenn Sie auf 
538 \family sans
539 Lese
540 \begin_inset space ~
541 \end_inset
542
543 aus
544 \begin_inset space ~
545 \end_inset
546
547 Datei
548 \family default
549  klicken, werden die Koordinaten automatisch berechnet.
550  Die Option 
551 \family sans
552 Auf
553 \begin_inset space ~
554 \end_inset
555
556 Begrenzungsbox
557 \begin_inset space ~
558 \end_inset
559
560 zuschneiden
561 \family default
562  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
563  Koordinaten liegt.
564  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
565  diese Karteikarte ignorieren.
566 \end_layout
567
568 \begin_layout Description
569
570 \family sans
571 \SpecialChar LaTeX
572 -
573 \begin_inset space ~
574 \end_inset
575
576 und
577 \begin_inset space ~
578 \end_inset
579
580 \SpecialChar LyX
581 -Optionen
582 \family default
583  Hier können Sie das Aussehen einer Abbildung innerhalb von \SpecialChar LyX
584  ändern und
585  \SpecialChar LaTeX
586 -Experten können weitere \SpecialChar LaTeX
587 -Optionen definieren.
588 \begin_inset Newline newline
589 \end_inset
590
591 Ist die Option 
592 \family sans
593 Entwurfsmodus 
594 \family default
595 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
596  darin gedruckt.
597 \begin_inset Newline newline
598 \end_inset
599
600 Im Abschnitt 
601 \family sans
602 Grafikgruppe
603 \family default
604  kann man eine Einstellungsgruppe definieren oder dem Bild eine solche zuzuordne
605 n.
606 \begin_inset Index idx
607 status collapsed
608
609 \begin_layout Plain Layout
610 Abbildungen ! Einstellungsgruppen
611 \end_layout
612
613 \end_inset
614
615  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
616  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
617  der Gruppe geändert werden.
618  Damit kann man z.B.
619 \begin_inset space ~
620 \end_inset
621
622 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
623  Bild tun zu müssen.
624  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
625  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
626 \end_layout
627
628 \begin_layout Standard
629 \begin_inset VSpace bigskip
630 \end_inset
631
632
633 \end_layout
634
635 \begin_layout Standard
636 Hier ist eine zentrierte EPS-Abbildung
637 \begin_inset Foot
638 status collapsed
639
640 \begin_layout Plain Layout
641 Abbildungsformate sind in Abschnitt
642 \begin_inset space ~
643 \end_inset
644
645
646 \begin_inset CommandInset ref
647 LatexCommand ref
648 reference "abs:Bildformate"
649
650 \end_inset
651
652  beschrieben.
653 \end_layout
654
655 \end_inset
656
657  in einem eigenen Absatz:
658 \begin_inset Separator parbreak
659 \end_inset
660
661
662 \end_layout
663
664 \begin_layout Standard
665 \align center
666 \begin_inset Graphics
667         filename ../clipart/mobius.eps
668         scale 70
669         scaleBeforeRotation
670         rotateOrigin center
671
672 \end_inset
673
674
675 \end_layout
676
677 \begin_layout Standard
678 \noindent
679 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
680 \begin_inset Separator parbreak
681 \end_inset
682
683
684 \end_layout
685
686 \begin_layout Standard
687 \align center
688 \begin_inset Graphics
689         filename ../clipart/mobius.eps
690         scale 70
691         draft
692         scaleBeforeRotation
693         rotateOrigin center
694
695 \end_inset
696
697
698 \end_layout
699
700 \begin_layout Section
701 Gleitende Abbildungen
702 \begin_inset CommandInset label
703 LatexCommand label
704 name "abs:Gleitende-Abbildungen"
705
706 \end_inset
707
708
709 \begin_inset Index idx
710 status collapsed
711
712 \begin_layout Plain Layout
713 Abbildungen ! gleitende
714 \end_layout
715
716 \end_inset
717
718
719 \begin_inset Index idx
720 status collapsed
721
722 \begin_layout Plain Layout
723 Gleitobjekte ! Abbildungen
724 \end_layout
725
726 \end_inset
727
728
729 \end_layout
730
731 \begin_layout Standard
732 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
733 \begin_inset space ~
734 \end_inset
735
736
737 \begin_inset CommandInset ref
738 LatexCommand ref
739 reference "abs:Gleitobjekte-Einleitung"
740
741 \end_inset
742
743 .
744 \end_layout
745
746 \begin_layout Standard
747 Wenn Sie auf das Werkzeugleisten-Symbol 
748 \begin_inset Info
749 type  "icon"
750 arg   "float-insert figure"
751 \end_inset
752
753  klicken oder 
754 \family sans
755 Einfügen\SpecialChar menuseparator
756 Gleit\SpecialChar softhyphen
757 objekt\SpecialChar menuseparator
758 Abbildung
759 \family default
760  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
761  In das rot umrahmte Feld rechts von 
762 \emph on
763 Abbildung
764 \begin_inset space ~
765 \end_inset
766
767 Nr:
768 \emph default
769  schreiben Sie die Bildbeschriftung.
770  Nach einem Klick oberhalb oder unterhalb von 
771 \emph on
772 Abbildung
773 \begin_inset space ~
774 \end_inset
775
776 Nr:
777 \emph default
778  können Sie dann eine Abbildung wie 
779 \begin_inset CommandInset ref
780 LatexCommand ref
781 reference "abb:kill-plat"
782
783 \end_inset
784
785  oberhalb oder wie Abbildung
786 \begin_inset space ~
787 \end_inset
788
789
790 \begin_inset CommandInset ref
791 LatexCommand ref
792 reference "abb:escher"
793
794 \end_inset
795
796  unterhalb der Bildbeschriftung einfügen.
797  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
798 \begin_inset space ~
799 \end_inset
800
801
802 \begin_inset CommandInset ref
803 LatexCommand ref
804 reference "abs:Titel-Platzierung"
805
806 \end_inset
807
808 .
809 \end_layout
810
811 \begin_layout Standard
812 \begin_inset Float figure
813 wide false
814 sideways false
815 status open
816
817 \begin_layout Plain Layout
818 \align center
819 \begin_inset Graphics
820         filename ../clipart/platypus.eps
821         width 50col%
822         scaleBeforeRotation
823         rotateOrigin center
824
825 \end_inset
826
827
828 \end_layout
829
830 \begin_layout Plain Layout
831 \begin_inset Caption Standard
832
833 \begin_layout Plain Layout
834 \begin_inset CommandInset label
835 LatexCommand label
836 name "abb:kill-plat"
837
838 \end_inset
839
840 Platypus in einem Gleitobjekt
841 \end_layout
842
843 \end_inset
844
845
846 \end_layout
847
848 \end_inset
849
850
851 \end_layout
852
853 \begin_layout Standard
854 \begin_inset Float figure
855 wide false
856 sideways false
857 status open
858
859 \begin_layout Plain Layout
860 \begin_inset Caption Standard
861
862 \begin_layout Plain Layout
863 \begin_inset CommandInset label
864 LatexCommand label
865 name "abb:escher"
866
867 \end_inset
868
869 M.C.
870  Escher
871 \end_layout
872
873 \end_inset
874
875
876 \end_layout
877
878 \begin_layout Plain Layout
879 \align center
880 \begin_inset Graphics
881         filename ../clipart/escher-lsd.eps
882         scale 80
883         scaleBeforeRotation
884         rotateOrigin center
885
886 \end_inset
887
888
889 \end_layout
890
891 \end_inset
892
893
894 \end_layout
895
896 \begin_layout Standard
897 \begin_inset Index idx
898 status collapsed
899
900 \begin_layout Plain Layout
901 Querverweise ! auf Abbildungen
902 \end_layout
903
904 \end_inset
905
906 Abbildung
907 \begin_inset space ~
908 \end_inset
909
910
911 \begin_inset CommandInset ref
912 LatexCommand ref
913 reference "abb:kill-plat"
914
915 \end_inset
916
917  und 
918 \begin_inset CommandInset ref
919 LatexCommand ref
920 reference "abb:escher"
921
922 \end_inset
923
924  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
925  Dafür fügen Sie in der Beschriftung mit 
926 \family sans
927 Einfügen\SpecialChar menuseparator
928 Marke
929 \family default
930  oder durch Klicken auf 
931 \begin_inset Info
932 type  "icon"
933 arg   "label-insert"
934 \end_inset
935
936  eine Marke ein.
937  Auf diese können Sie dann wie gewohnt mit 
938 \family sans
939 Einfügen\SpecialChar menuseparator
940 Querverweis
941 \family default
942  oder durch Klicken auf 
943 \family sans
944
945 \begin_inset Info
946 type  "icon"
947 arg   "dialog-show-new-inset ref"
948 \end_inset
949
950
951 \family default
952  verweisen.
953  Das ist besser als eine vage Formulierung wie 
954 \begin_inset Quotes gld
955 \end_inset
956
957 die obige Abbildung
958 \begin_inset Quotes grd
959 \end_inset
960
961  zu benutzen, weil \SpecialChar LaTeX
962  die Abbildung dort platzieren wird, wo es sinnvoll erscheint
963 , und das muss nicht 
964 \emph on
965 oben
966 \emph default
967  sein.
968  Verweise werden detailliert in Abschnitt
969 \begin_inset space ~
970 \end_inset
971
972
973 \begin_inset CommandInset ref
974 LatexCommand ref
975 reference "abs:Auf-Gleitobjekte-verweisen"
976
977 \end_inset
978
979  beschrieben.
980 \end_layout
981
982 \begin_layout Standard
983 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
984  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
985  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
986  Gleitabbildung einfügt.
987  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
988  Abbildung
989 \begin_inset space ~
990 \end_inset
991
992
993 \begin_inset CommandInset ref
994 LatexCommand ref
995 reference "abb:Zwei-Teilabbildungen"
996
997 \end_inset
998
999  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1000  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1001  Gleitabbildung auf Eingabe drücken.
1002  Abbildung
1003 \begin_inset space ~
1004 \end_inset
1005
1006
1007 \begin_inset CommandInset ref
1008 LatexCommand ref
1009 reference "abb:Undefinierbar"
1010
1011 \end_inset
1012
1013  und 
1014 \begin_inset CommandInset ref
1015 LatexCommand ref
1016 reference "abb:Ein-Schnabeltier"
1017
1018 \end_inset
1019
1020  sind die Teilabbildungen.
1021 \end_layout
1022
1023 \begin_layout Standard
1024 \begin_inset Float figure
1025 wide false
1026 sideways false
1027 status open
1028
1029 \begin_layout Plain Layout
1030 \begin_inset space \hfill{}
1031 \end_inset
1032
1033
1034 \begin_inset Float figure
1035 wide false
1036 sideways false
1037 status collapsed
1038
1039 \begin_layout Plain Layout
1040 \begin_inset Caption Standard
1041
1042 \begin_layout Plain Layout
1043 \begin_inset CommandInset label
1044 LatexCommand label
1045 name "abb:Undefinierbar"
1046
1047 \end_inset
1048
1049 Undefinierbar
1050 \end_layout
1051
1052 \end_inset
1053
1054
1055 \end_layout
1056
1057 \begin_layout Plain Layout
1058 \begin_inset Graphics
1059         filename ../clipart/escher-lsd.eps
1060         width 35col%
1061         scaleBeforeRotation
1062         groupId Teilabbildung
1063
1064 \end_inset
1065
1066
1067 \end_layout
1068
1069 \end_inset
1070
1071
1072 \begin_inset space \hfill{}
1073 \end_inset
1074
1075
1076 \begin_inset Float figure
1077 wide false
1078 sideways false
1079 status collapsed
1080
1081 \begin_layout Plain Layout
1082 \begin_inset Caption Standard
1083
1084 \begin_layout Plain Layout
1085 \begin_inset CommandInset label
1086 LatexCommand label
1087 name "abb:Ein-Schnabeltier"
1088
1089 \end_inset
1090
1091 Ein Schnabeltier
1092 \end_layout
1093
1094 \end_inset
1095
1096
1097 \end_layout
1098
1099 \begin_layout Plain Layout
1100 \begin_inset Graphics
1101         filename ../clipart/platypus.eps
1102         width 35col%
1103         scaleBeforeRotation
1104         groupId Teilabbildung
1105
1106 \end_inset
1107
1108
1109 \end_layout
1110
1111 \end_inset
1112
1113
1114 \begin_inset space \hfill{}
1115 \end_inset
1116
1117
1118 \end_layout
1119
1120 \begin_layout Plain Layout
1121 \begin_inset Caption Standard
1122
1123 \begin_layout Plain Layout
1124 \begin_inset CommandInset label
1125 LatexCommand label
1126 name "abb:Zwei-Teilabbildungen"
1127
1128 \end_inset
1129
1130 Zwei Teilabbildungen nebeneinander.
1131  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1132 \begin_inset Quotes gld
1133 \end_inset
1134
1135 Teilabbildung
1136 \begin_inset Quotes grd
1137 \end_inset
1138
1139  an.
1140 \end_layout
1141
1142 \end_inset
1143
1144
1145 \end_layout
1146
1147 \end_inset
1148
1149
1150 \end_layout
1151
1152 \begin_layout Section
1153 Bildformate
1154 \begin_inset CommandInset label
1155 LatexCommand label
1156 name "abs:Bildformate"
1157
1158 \end_inset
1159
1160
1161 \begin_inset Index idx
1162 status collapsed
1163
1164 \begin_layout Plain Layout
1165 Abbildungen ! Bildformate
1166 \end_layout
1167
1168 \end_inset
1169
1170
1171 \end_layout
1172
1173 \begin_layout Standard
1174 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1175  Aber wie in Anhang
1176 \begin_inset space ~
1177 \end_inset
1178
1179
1180 \begin_inset CommandInset ref
1181 LatexCommand ref
1182 reference "kap:Ausgabedatei-Formate"
1183
1184 \end_inset
1185
1186  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1187  \SpecialChar LyX
1188  benutzt im Hintergrund das Programm
1189 \family typewriter
1190  ImageMagick
1191 \family default
1192 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1193  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1194  vermeiden.
1195  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1196  werden können.
1197  Diese Formate werden in Anhang
1198 \begin_inset space ~
1199 \end_inset
1200
1201
1202 \begin_inset CommandInset ref
1203 LatexCommand ref
1204 reference "kap:Ausgabedatei-Formate"
1205
1206 \end_inset
1207
1208  beschrieben.
1209 \end_layout
1210
1211 \begin_layout Standard
1212 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1213 \end_layout
1214
1215 \begin_layout Description
1216 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1217  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1218  
1219 \emph on
1220 pixelig
1221 \emph default
1222  aus.
1223  Bekannte Pixel-Formate sind 
1224 \begin_inset Quotes gld
1225 \end_inset
1226
1227 Graphics Interchange Format
1228 \begin_inset Quotes grd
1229 \end_inset
1230
1231  (GIF, Dateiendung
1232 \family typewriter
1233  
1234 \family default
1235
1236 \begin_inset Quotes gld
1237 \end_inset
1238
1239
1240 \family typewriter
1241 .gif
1242 \family default
1243
1244 \begin_inset Quotes grd
1245 \end_inset
1246
1247 )
1248 \begin_inset Index idx
1249 status collapsed
1250
1251 \begin_layout Plain Layout
1252 GIF
1253 \end_layout
1254
1255 \end_inset
1256
1257
1258 \begin_inset Quotes gld
1259 \end_inset
1260
1261 Portable Network Graphics
1262 \begin_inset Quotes grd
1263 \end_inset
1264
1265  (PNG, Dateiendung 
1266 \begin_inset Quotes gld
1267 \end_inset
1268
1269
1270 \family typewriter
1271 .png
1272 \family default
1273
1274 \begin_inset Quotes grd
1275 \end_inset
1276
1277 )
1278 \begin_inset Index idx
1279 status collapsed
1280
1281 \begin_layout Plain Layout
1282 PNG
1283 \end_layout
1284
1285 \end_inset
1286
1287
1288 \begin_inset Quotes gld
1289 \end_inset
1290
1291 Joint Photographic Experts Group
1292 \begin_inset Quotes grd
1293 \end_inset
1294
1295  (JPEG, Dateiendung
1296 \family typewriter
1297  
1298 \family default
1299
1300 \begin_inset Quotes gld
1301 \end_inset
1302
1303
1304 \family typewriter
1305 .jpg
1306 \family default
1307
1308 \begin_inset Quotes grd
1309 \end_inset
1310
1311  oder 
1312 \begin_inset Quotes gld
1313 \end_inset
1314
1315
1316 \family typewriter
1317 .jpeg
1318 \family default
1319
1320 \begin_inset Quotes grd
1321 \end_inset
1322
1323 )
1324 \begin_inset Index idx
1325 status collapsed
1326
1327 \begin_layout Plain Layout
1328 JPG, JPEG
1329 \end_layout
1330
1331 \end_inset
1332
1333  und 
1334 \begin_inset Quotes gld
1335 \end_inset
1336
1337 Windows Bitmap
1338 \begin_inset Quotes grd
1339 \end_inset
1340
1341  (BMP, Dateiendung 
1342 \begin_inset Quotes gld
1343 \end_inset
1344
1345
1346 \family typewriter
1347 .bmp
1348 \family default
1349
1350 \begin_inset Quotes grd
1351 \end_inset
1352
1353 )
1354 \begin_inset Index idx
1355 status collapsed
1356
1357 \begin_layout Plain Layout
1358 BMP
1359 \end_layout
1360
1361 \end_inset
1362
1363 .
1364 \end_layout
1365
1366 \begin_layout Description
1367 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1368  auf jede beliebige Größe skaliert werden.
1369  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1370  zoomen zu können.
1371 \begin_inset Newline newline
1372 \end_inset
1373
1374 Bekannte Formate sind 
1375 \begin_inset Quotes gld
1376 \end_inset
1377
1378 Scalable Vector Graphics
1379 \begin_inset Quotes grd
1380 \end_inset
1381
1382  (SVG, Dateiendung
1383 \family typewriter
1384  
1385 \family default
1386
1387 \begin_inset Quotes gld
1388 \end_inset
1389
1390
1391 \family typewriter
1392 .svg
1393 \family default
1394
1395 \begin_inset Quotes grd
1396 \end_inset
1397
1398 )
1399 \begin_inset Index idx
1400 status collapsed
1401
1402 \begin_layout Plain Layout
1403 SVG
1404 \end_layout
1405
1406 \end_inset
1407
1408
1409 \begin_inset Quotes gld
1410 \end_inset
1411
1412 Encapsulated PostScript
1413 \begin_inset Quotes grd
1414 \end_inset
1415
1416  (EPS, Dateiendung 
1417 \begin_inset Quotes gld
1418 \end_inset
1419
1420
1421 \family typewriter
1422 .eps
1423 \family default
1424
1425 \begin_inset Quotes grd
1426 \end_inset
1427
1428 )
1429 \begin_inset Index idx
1430 status collapsed
1431
1432 \begin_layout Plain Layout
1433 EPS
1434 \end_layout
1435
1436 \end_inset
1437
1438
1439 \begin_inset Quotes gld
1440 \end_inset
1441
1442 Portable Document Format
1443 \begin_inset Quotes grd
1444 \end_inset
1445
1446  (PDF, Dateiendung
1447 \family typewriter
1448  
1449 \family default
1450
1451 \begin_inset Quotes gld
1452 \end_inset
1453
1454
1455 \family typewriter
1456 .pdf
1457 \family default
1458
1459 \begin_inset Quotes grd
1460 \end_inset
1461
1462 )
1463 \begin_inset Index idx
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467 PDF
1468 \end_layout
1469
1470 \end_inset
1471
1472  und 
1473 \begin_inset Quotes gld
1474 \end_inset
1475
1476 Windows Metafile
1477 \begin_inset Quotes grd
1478 \end_inset
1479
1480  (WMF, Dateiendung 
1481 \begin_inset Quotes gld
1482 \end_inset
1483
1484
1485 \family typewriter
1486 .wmf
1487 \family default
1488
1489 \begin_inset Quotes grd
1490 \end_inset
1491
1492 )
1493 \begin_inset Index idx
1494 status collapsed
1495
1496 \begin_layout Plain Layout
1497 WMF
1498 \end_layout
1499
1500 \end_inset
1501
1502 .
1503 \end_layout
1504
1505 \begin_layout Standard
1506 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1507  das Ergebnis ist immer noch ein Pixelbild.
1508  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1509  hinzugefügt.
1510 \begin_inset Foot
1511 status collapsed
1512
1513 \begin_layout Plain Layout
1514 Bei PDF wird das Originalbild auch noch komprimiert.
1515 \end_layout
1516
1517 \end_inset
1518
1519  Die PDF-Dateien, die 
1520 \family typewriter
1521 Adobe Photoshop
1522 \family default
1523  erzeugt, sind zum Beispiel Pixelbilder.
1524 \end_layout
1525
1526 \begin_layout Standard
1527 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1528  umgekehrt.
1529  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1530  eingefügt werden.
1531  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1532  erzeugt wird, weil es zur Zeit keine WMF/SVG
1533 \begin_inset Formula $\to$
1534 \end_inset
1535
1536 PDF/EPS Konverter gibt.
1537 \end_layout
1538
1539 \begin_layout Chapter
1540 Tabellen
1541 \begin_inset Index idx
1542 status collapsed
1543
1544 \begin_layout Plain Layout
1545 Tabellen
1546 \end_layout
1547
1548 \end_inset
1549
1550
1551 \end_layout
1552
1553 \begin_layout Section
1554 Einführung
1555 \begin_inset Index idx
1556 status collapsed
1557
1558 \begin_layout Plain Layout
1559 Tabellen ! Einführung
1560 \end_layout
1561
1562 \end_inset
1563
1564
1565 \end_layout
1566
1567 \begin_layout Standard
1568 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1569 \begin_inset Info
1570 type  "icon"
1571 arg   "tabular-insert"
1572 \end_inset
1573
1574  oder das Menü 
1575 \family sans
1576 Einfügen\SpecialChar menuseparator
1577 Tabelle
1578 \family default
1579  einfügen.
1580  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1581 \begin_inset space \thinspace{}
1582 \end_inset
1583
1584 -Tabelle.
1585  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1586  und die Größe der dunkelblauen Tabelle angezeigt.
1587  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1588  ein.
1589  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1590  Spaltenanzahl festlegen können.
1591 \end_layout
1592
1593 \begin_layout Standard
1594 In der so erstellten Tabelle ist jede Zelle umrandet.
1595  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1596  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1597  die zweite Zeile eine Linie oberhalb haben.
1598  Hier ist ein Beispiel:
1599 \begin_inset Separator parbreak
1600 \end_inset
1601
1602
1603 \end_layout
1604
1605 \begin_layout Standard
1606 \align center
1607 \begin_inset Tabular
1608 <lyxtabular version="3" rows="5" columns="4">
1609 <features tabularvalignment="middle">
1610 <column alignment="center" valignment="top">
1611 <column alignment="center" valignment="top">
1612 <column alignment="center" valignment="top">
1613 <column alignment="center" valignment="top">
1614 <row>
1615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1616 \begin_inset Text
1617
1618 \begin_layout Plain Layout
1619
1620 \end_layout
1621
1622 \end_inset
1623 </cell>
1624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1625 \begin_inset Text
1626
1627 \begin_layout Plain Layout
1628
1629 \family roman
1630 \series medium
1631 \shape up
1632 \size normal
1633 \emph off
1634 \bar no
1635 \noun off
1636 \color none
1637 1
1638 \end_layout
1639
1640 \end_inset
1641 </cell>
1642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1643 \begin_inset Text
1644
1645 \begin_layout Plain Layout
1646 2
1647 \end_layout
1648
1649 \end_inset
1650 </cell>
1651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1652 \begin_inset Text
1653
1654 \begin_layout Plain Layout
1655 3
1656 \end_layout
1657
1658 \end_inset
1659 </cell>
1660 </row>
1661 <row>
1662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1663 \begin_inset Text
1664
1665 \begin_layout Plain Layout
1666
1667 \family roman
1668 \series medium
1669 \shape up
1670 \size normal
1671 \emph off
1672 \bar no
1673 \noun off
1674 \color none
1675 A
1676 \end_layout
1677
1678 \end_inset
1679 </cell>
1680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1681 \begin_inset Text
1682
1683 \begin_layout Plain Layout
1684
1685 \end_layout
1686
1687 \end_inset
1688 </cell>
1689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1690 \begin_inset Text
1691
1692 \begin_layout Plain Layout
1693
1694 \end_layout
1695
1696 \end_inset
1697 </cell>
1698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1699 \begin_inset Text
1700
1701 \begin_layout Plain Layout
1702
1703 \end_layout
1704
1705 \end_inset
1706 </cell>
1707 </row>
1708 <row>
1709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1710 \begin_inset Text
1711
1712 \begin_layout Plain Layout
1713
1714 \family roman
1715 \series medium
1716 \shape up
1717 \size normal
1718 \emph off
1719 \bar no
1720 \noun off
1721 \color none
1722 B
1723 \end_layout
1724
1725 \end_inset
1726 </cell>
1727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1728 \begin_inset Text
1729
1730 \begin_layout Plain Layout
1731
1732 \end_layout
1733
1734 \end_inset
1735 </cell>
1736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1737 \begin_inset Text
1738
1739 \begin_layout Plain Layout
1740
1741 \end_layout
1742
1743 \end_inset
1744 </cell>
1745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1746 \begin_inset Text
1747
1748 \begin_layout Plain Layout
1749
1750 \end_layout
1751
1752 \end_inset
1753 </cell>
1754 </row>
1755 <row>
1756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1757 \begin_inset Text
1758
1759 \begin_layout Plain Layout
1760
1761 \family roman
1762 \series medium
1763 \shape up
1764 \size normal
1765 \emph off
1766 \bar no
1767 \noun off
1768 \color none
1769 C
1770 \end_layout
1771
1772 \end_inset
1773 </cell>
1774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1775 \begin_inset Text
1776
1777 \begin_layout Plain Layout
1778
1779 \end_layout
1780
1781 \end_inset
1782 </cell>
1783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1784 \begin_inset Text
1785
1786 \begin_layout Plain Layout
1787
1788 \end_layout
1789
1790 \end_inset
1791 </cell>
1792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1793 \begin_inset Text
1794
1795 \begin_layout Plain Layout
1796
1797 \end_layout
1798
1799 \end_inset
1800 </cell>
1801 </row>
1802 <row>
1803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807 D
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816
1817 \end_layout
1818
1819 \end_inset
1820 </cell>
1821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Plain Layout
1834
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 </row>
1840 </lyxtabular>
1841
1842 \end_inset
1843
1844
1845 \end_layout
1846
1847 \begin_layout Section
1848 Tabellen-Dialog
1849 \begin_inset Index idx
1850 status collapsed
1851
1852 \begin_layout Plain Layout
1853 Tabellen ! Einstellungen
1854 \end_layout
1855
1856 \end_inset
1857
1858
1859 \end_layout
1860
1861 \begin_layout Standard
1862 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1863  Maustaste darauf klicken.
1864  Dadurch wird ein Kontextmenü angezeigt, in dem Sie im Eintrag 
1865 \family sans
1866 Mehr
1867 \family default
1868  Eigenschaften der Zelle und Zeile/Spalte, in der der Mauszeiger gerade
1869  ist, geändert werden können.
1870  Das Kontextmenü 
1871 \family sans
1872 Mehr\SpecialChar menuseparator
1873 Einstellungen
1874 \family default
1875  öffnet den Tabellen-Dialog wo weitere Einstellungen vorgenommen werden
1876  können.
1877  Viele der Optionen im Dialog sind auch für eine Zellenauswahl wirksam.
1878  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1879  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1880  Auswahl.
1881  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1882 \emph on
1883 Inhalt
1884 \emph default
1885  einer Zelle oder die Zelle selber ausgewählt haben.
1886 \begin_inset Newline newline
1887 \end_inset
1888
1889 Mit der Dialog-Option 
1890 \family sans
1891 Direkt
1892 \begin_inset space ~
1893 \end_inset
1894
1895 übernehmen
1896 \family default
1897  wird jede Änderung, die Sie machen, direkt übernommen.
1898  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
1899  dann auch die Parameter der neuen Zelle an.
1900  Wenn Sie Längenwerte im Dialog ändern, müssen Sie 
1901 \family sans
1902 Enter
1903 \family default
1904  drücken, um die Änderung zu übernehmen.
1905 \begin_inset Newline newline
1906 \end_inset
1907
1908 Der Tabellen-Dialog hat folgende Karteikarten:
1909 \end_layout
1910
1911 \begin_layout Description
1912
1913 \family sans
1914 Tabellen-Einstellungen
1915 \family default
1916  Hier können Sie die Horizontale
1917 \begin_inset space ~
1918 \end_inset
1919
1920 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1921  Die Ausrichtung 
1922 \family sans
1923 Am
1924 \begin_inset space ~
1925 \end_inset
1926
1927 Dezimaltrenner
1928 \family default
1929  ist in Abschnitt
1930 \begin_inset space ~
1931 \end_inset
1932
1933
1934 \begin_inset CommandInset ref
1935 LatexCommand ref
1936 reference "uab:Besondere-Zellenausrichtung"
1937
1938 \end_inset
1939
1940  beschrieben.
1941  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
1942 \begin_inset space ~
1943 \end_inset
1944
1945 Ausrichtung der momentanen Zeile wählen.
1946  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1947  Absätze haben, wie in Abschnitt
1948 \begin_inset space ~
1949 \end_inset
1950
1951
1952 \begin_inset CommandInset ref
1953 LatexCommand ref
1954 reference "uab:Mehrfache-Zeilen-in"
1955
1956 \end_inset
1957
1958  beschrieben.
1959  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1960 \begin_inset Newline newline
1961 \end_inset
1962
1963 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1964  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
1965 \begin_inset space ~
1966 \end_inset
1967
1968
1969 \begin_inset CommandInset ref
1970 LatexCommand ref
1971 reference "uab:Mehrfachspalten"
1972
1973 \end_inset
1974
1975  und 
1976 \begin_inset CommandInset ref
1977 LatexCommand ref
1978 reference "uab:Mehrfachzeilen"
1979
1980 \end_inset
1981
1982  beschrieben.
1983 \begin_inset Newline newline
1984 \end_inset
1985
1986 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
1987  den Uhrzeigersinn um 90° drehen.
1988  \SpecialChar LyX
1989  zeigt diese Drehung nur in der Ausgabe.
1990  Für weitere Informationen siehe Abschnitt
1991 \begin_inset space ~
1992 \end_inset
1993
1994
1995 \begin_inset CommandInset ref
1996 LatexCommand ref
1997 reference "abs:Rotierte-Tabellenzellen"
1998
1999 \end_inset
2000
2001 .
2002 \begin_inset Newline newline
2003 \end_inset
2004
2005
2006 \begin_inset Note Greyedout
2007 status open
2008
2009 \begin_layout Plain Layout
2010
2011 \series bold
2012 Achtung:
2013 \series default
2014  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2015 \end_layout
2016
2017 \end_inset
2018
2019
2020 \begin_inset Newline newline
2021 \end_inset
2022
2023 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2024  Textzeilen verwendet:
2025 \begin_inset Newline newline
2026 \end_inset
2027
2028 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2029 \begin_inset Tabular
2030 <lyxtabular version="3" rows="2" columns="2">
2031 <features tabularvalignment="top">
2032 <column alignment="center" valignment="top" width="0pt">
2033 <column alignment="center" valignment="top">
2034 <row>
2035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2036 \begin_inset Text
2037
2038 \begin_layout Plain Layout
2039
2040 \end_layout
2041
2042 \end_inset
2043 </cell>
2044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2045 \begin_inset Text
2046
2047 \begin_layout Plain Layout
2048 1
2049 \end_layout
2050
2051 \end_inset
2052 </cell>
2053 </row>
2054 <row>
2055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2056 \begin_inset Text
2057
2058 \begin_layout Plain Layout
2059 A
2060 \end_layout
2061
2062 \end_inset
2063 </cell>
2064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2065 \begin_inset Text
2066
2067 \begin_layout Plain Layout
2068
2069 \end_layout
2070
2071 \end_inset
2072 </cell>
2073 </row>
2074 </lyxtabular>
2075
2076 \end_inset
2077
2078  
2079 \begin_inset Tabular
2080 <lyxtabular version="3" rows="2" columns="2">
2081 <features tabularvalignment="middle">
2082 <column alignment="center" valignment="top">
2083 <column alignment="center" valignment="top">
2084 <row>
2085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2086 \begin_inset Text
2087
2088 \begin_layout Plain Layout
2089
2090 \end_layout
2091
2092 \end_inset
2093 </cell>
2094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2095 \begin_inset Text
2096
2097 \begin_layout Plain Layout
2098 1
2099 \end_layout
2100
2101 \end_inset
2102 </cell>
2103 </row>
2104 <row>
2105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2106 \begin_inset Text
2107
2108 \begin_layout Plain Layout
2109 A
2110 \end_layout
2111
2112 \end_inset
2113 </cell>
2114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2115 \begin_inset Text
2116
2117 \begin_layout Plain Layout
2118
2119 \end_layout
2120
2121 \end_inset
2122 </cell>
2123 </row>
2124 </lyxtabular>
2125
2126 \end_inset
2127
2128  
2129 \begin_inset Tabular
2130 <lyxtabular version="3" rows="2" columns="2">
2131 <features tabularvalignment="bottom">
2132 <column alignment="center" valignment="top" width="0pt">
2133 <column alignment="center" valignment="top">
2134 <row>
2135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2136 \begin_inset Text
2137
2138 \begin_layout Plain Layout
2139
2140 \end_layout
2141
2142 \end_inset
2143 </cell>
2144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2145 \begin_inset Text
2146
2147 \begin_layout Plain Layout
2148 1
2149 \end_layout
2150
2151 \end_inset
2152 </cell>
2153 </row>
2154 <row>
2155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2156 \begin_inset Text
2157
2158 \begin_layout Plain Layout
2159 A
2160 \end_layout
2161
2162 \end_inset
2163 </cell>
2164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2165 \begin_inset Text
2166
2167 \begin_layout Plain Layout
2168
2169 \end_layout
2170
2171 \end_inset
2172 </cell>
2173 </row>
2174 </lyxtabular>
2175
2176 \end_inset
2177
2178
2179 \begin_inset Newline newline
2180 \end_inset
2181
2182 Man kann auch ein \SpecialChar LaTeX
2183 -Argument für besondere Tabellen-Formatierun\SpecialChar softhyphen
2184 gen einfügen,
2185  wie in den Abschnitten 
2186 \begin_inset CommandInset ref
2187 LatexCommand ref
2188 reference "uab:Mehrfachspalten-Berechnungen"
2189
2190 \end_inset
2191
2192  und 
2193 \begin_inset CommandInset ref
2194 LatexCommand ref
2195 reference "abs:Farbige-Tabellen"
2196
2197 \end_inset
2198
2199  beschrieben.
2200 \end_layout
2201
2202 \begin_layout Description
2203
2204 \family sans
2205 Rahmen
2206 \family default
2207  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2208  hinzufügen und löschen.
2209 \begin_inset Newline newline
2210 \end_inset
2211
2212 Wenn Sie die Stil-Option
2213 \family sans
2214  Formal
2215 \family default
2216  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2217 \begin_inset space ~
2218 \end_inset
2219
2220
2221 \begin_inset CommandInset ref
2222 LatexCommand ref
2223 reference "abs:Formale-Tabellen"
2224
2225 \end_inset
2226
2227  beschrieben, konvertiert.
2228 \begin_inset Newline newline
2229 \end_inset
2230
2231 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2232 \begin_inset space ~
2233 \end_inset
2234
2235
2236 \begin_inset CommandInset ref
2237 LatexCommand ref
2238 reference "uab:Zeilenabstand"
2239
2240 \end_inset
2241
2242  beschrieben.
2243 \end_layout
2244
2245 \begin_layout Description
2246
2247 \family sans
2248 Lange
2249 \begin_inset space ~
2250 \end_inset
2251
2252 Tabelle
2253 \family default
2254  Hier kann eine Tabelle als 
2255 \begin_inset Quotes gld
2256 \end_inset
2257
2258 Lange
2259 \begin_inset space ~
2260 \end_inset
2261
2262 Tabelle
2263 \begin_inset Quotes grd
2264 \end_inset
2265
2266  definiert werden, die über mehrere Seiten reicht.
2267  Die Abschnitte
2268 \begin_inset space ~
2269 \end_inset
2270
2271
2272 \begin_inset CommandInset ref
2273 LatexCommand ref
2274 reference "abs:Lange-Tabellen"
2275
2276 \end_inset
2277
2278  und 
2279 \begin_inset CommandInset ref
2280 LatexCommand ref
2281 reference "abs:Special-Longtable-Issues"
2282
2283 \end_inset
2284
2285  beschreiben diese Funktion genauer.
2286 \end_layout
2287
2288 \begin_layout Section
2289 Tabellen-Werkzeugleiste
2290 \begin_inset Index idx
2291 status collapsed
2292
2293 \begin_layout Plain Layout
2294 Tabellen ! Werkzeugleiste
2295 \end_layout
2296
2297 \end_inset
2298
2299
2300 \end_layout
2301
2302 \begin_layout Standard
2303 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2304 \family sans
2305 Tabellen-Einstellungen
2306 \family default
2307 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2308  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2309  \SpecialChar LyX
2310 -Fensters.
2311 \end_layout
2312
2313 \begin_layout Standard
2314 Die Werkzeugleiste hat folgende Knöpfe:
2315 \end_layout
2316
2317 \begin_layout Labeling
2318 \labelwidthstring 00.00.0000
2319 \begin_inset Info
2320 type  "icon"
2321 arg   "inset-modify tabular append-row"
2322 \end_inset
2323
2324  Fügt eine Zeile unterhalb der momentanen an
2325 \end_layout
2326
2327 \begin_layout Labeling
2328 \labelwidthstring 00.00.0000
2329 \begin_inset Info
2330 type  "icon"
2331 arg   "inset-modify tabular append-column"
2332 \end_inset
2333
2334  Fügt eine Spalte rechts von der momentanen an
2335 \end_layout
2336
2337 \begin_layout Labeling
2338 \labelwidthstring 00.00.0000
2339 \begin_inset Info
2340 type  "icon"
2341 arg   "inset-modify tabular delete-row"
2342 \end_inset
2343
2344  Löscht die ausgewählte(n) Zeile(n)
2345 \end_layout
2346
2347 \begin_layout Labeling
2348 \labelwidthstring 00.00.0000
2349 \begin_inset Info
2350 type  "icon"
2351 arg   "inset-modify tabular delete-column"
2352 \end_inset
2353
2354  Löscht die ausgewählte(n) Spalte(n)
2355 \end_layout
2356
2357 \begin_layout Labeling
2358 \labelwidthstring 00.00.0000
2359 \begin_inset Info
2360 type  "icon"
2361 arg   "inset-modify tabular move-row-up"
2362 \end_inset
2363
2364  verschiebt die ausgewählte Zeile nach oben
2365 \end_layout
2366
2367 \begin_layout Labeling
2368 \labelwidthstring 00.00.0000
2369 \begin_inset Info
2370 type  "icon"
2371 arg   "inset-modify tabular move-column-left"
2372 \end_inset
2373
2374  verschiebt die ausgewählte Spalte nach links
2375 \end_layout
2376
2377 \begin_layout Labeling
2378 \labelwidthstring 00.00.0000
2379 \begin_inset Info
2380 type  "icon"
2381 arg   "inset-modify tabular move-row-down"
2382 \end_inset
2383
2384  verschiebt die ausgewählte Zeile nach unten
2385 \end_layout
2386
2387 \begin_layout Labeling
2388 \labelwidthstring 00.00.0000
2389 \begin_inset Info
2390 type  "icon"
2391 arg   "inset-modify tabular move-column-right"
2392 \end_inset
2393
2394  verschiebt die ausgewählte Spalte nach rechts
2395 \end_layout
2396
2397 \begin_layout Labeling
2398 \labelwidthstring 00.00.0000
2399 \begin_inset Info
2400 type  "icon"
2401 arg   "inset-modify tabular toggle-line-top"
2402 \end_inset
2403
2404  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2405  wenn der Knopf grau hinterlegt ist
2406 \end_layout
2407
2408 \begin_layout Labeling
2409 \labelwidthstring 00.00.0000
2410 \begin_inset Info
2411 type  "icon"
2412 arg   "inset-modify tabular toggle-line-bottom"
2413 \end_inset
2414
2415  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2416  wenn der Knopf grau hinterlegt ist
2417 \end_layout
2418
2419 \begin_layout Labeling
2420 \labelwidthstring 00.00.0000
2421 \begin_inset Info
2422 type  "icon"
2423 arg   "inset-modify tabular toggle-line-left"
2424 \end_inset
2425
2426  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2427  wenn der Knopf grau hinterlegt ist
2428 \end_layout
2429
2430 \begin_layout Labeling
2431 \labelwidthstring 00.00.0000
2432 \begin_inset Info
2433 type  "icon"
2434 arg   "inset-modify tabular toggle-line-right"
2435 \end_inset
2436
2437  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2438  wenn der Knopf grau hinterlegt ist
2439 \end_layout
2440
2441 \begin_layout Labeling
2442 \labelwidthstring 00.00.0000
2443 \begin_inset Info
2444 type  "icon"
2445 arg   "inset-modify tabular set-all-lines"
2446 \end_inset
2447
2448  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2449 \end_layout
2450
2451 \begin_layout Labeling
2452 \labelwidthstring 00.00.0000
2453 \begin_inset Info
2454 type  "icon"
2455 arg   "inset-modify tabular unset-all-lines"
2456 \end_inset
2457
2458  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2459 \end_layout
2460
2461 \begin_layout Labeling
2462 \labelwidthstring 00.00.0000
2463 \begin_inset Info
2464 type  "icon"
2465 arg   "inset-modify tabular m-align-left"
2466 \end_inset
2467
2468  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2469 \end_layout
2470
2471 \begin_layout Labeling
2472 \labelwidthstring 00.00.0000
2473 \begin_inset Info
2474 type  "icon"
2475 arg   "inset-modify tabular m-align-center"
2476 \end_inset
2477
2478  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2479 \end_layout
2480
2481 \begin_layout Labeling
2482 \labelwidthstring 00.00.0000
2483 \begin_inset Info
2484 type  "icon"
2485 arg   "inset-modify tabular m-align-right"
2486 \end_inset
2487
2488  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2489 \end_layout
2490
2491 \begin_layout Labeling
2492 \labelwidthstring 00.00.0000
2493 \begin_inset Info
2494 type  "icon"
2495 arg   "inset-modify tabular align-decimal"
2496 \end_inset
2497
2498  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2499 \end_layout
2500
2501 \begin_layout Labeling
2502 \labelwidthstring 00.00.0000
2503 \begin_inset Info
2504 type  "icon"
2505 arg   "inset-modify tabular m-valign-top"
2506 \end_inset
2507
2508  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2509 \end_layout
2510
2511 \begin_layout Labeling
2512 \labelwidthstring 00.00.0000
2513 \begin_inset Info
2514 type  "icon"
2515 arg   "inset-modify tabular m-valign-middle"
2516 \end_inset
2517
2518  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2519 \end_layout
2520
2521 \begin_layout Labeling
2522 \labelwidthstring 00.00.0000
2523 \begin_inset Info
2524 type  "icon"
2525 arg   "inset-modify tabular m-valign-bottom"
2526 \end_inset
2527
2528  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2529 \end_layout
2530
2531 \begin_layout Labeling
2532 \labelwidthstring 00.00.0000
2533 \begin_inset Info
2534 type  "icon"
2535 arg   "inset-modify tabular set-rotate-cell"
2536 \end_inset
2537
2538  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2539 \end_layout
2540
2541 \begin_layout Labeling
2542 \labelwidthstring 00.00.0000
2543 \begin_inset Info
2544 type  "icon"
2545 arg   "inset-modify tabular set-rotate-tabular"
2546 \end_inset
2547
2548  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2549 \end_layout
2550
2551 \begin_layout Labeling
2552 \labelwidthstring 00.00.0000
2553 \begin_inset Info
2554 type  "icon"
2555 arg   "inset-modify tabular multicolumn"
2556 \end_inset
2557
2558  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2559 \end_layout
2560
2561 \begin_layout Labeling
2562 \labelwidthstring 00.00.0000
2563 \begin_inset Info
2564 type  "icon"
2565 arg   "inset-modify tabular multirow"
2566 \end_inset
2567
2568  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2569 \end_layout
2570
2571 \begin_layout Standard
2572 \begin_inset Note Greyedout
2573 status open
2574
2575 \begin_layout Plain Layout
2576
2577 \series bold
2578 Bemerkung:
2579 \series default
2580  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2581  Reihe für alle Zelle der Reihe verwendet.
2582 \end_layout
2583
2584 \end_inset
2585
2586
2587 \end_layout
2588
2589 \begin_layout Section
2590 Bearbeiten-Menü
2591 \begin_inset Index idx
2592 status collapsed
2593
2594 \begin_layout Plain Layout
2595 Tabellen ! Bearbeiten-Menü
2596 \end_layout
2597
2598 \end_inset
2599
2600
2601 \end_layout
2602
2603 \begin_layout Standard
2604 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2605  Wenn der Cursor in einer Tabelle steht, sind im 
2606 \family sans
2607 Bearbeiten
2608 \family default
2609 -Menü folgende Punkte aktiviert: 
2610 \family sans
2611 Tabelle
2612 \family default
2613
2614 \family sans
2615 Zeilen
2616 \begin_inset space ~
2617 \end_inset
2618
2619 &
2620 \begin_inset space ~
2621 \end_inset
2622
2623 Spalten
2624 \family default
2625  und 
2626 \family sans
2627 Tabellen-Einstellungen
2628 \family default
2629 .
2630  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2631 ngsmöglichkeiten zu erreichen.
2632 \end_layout
2633
2634 \begin_layout Section
2635 Gleitende Tabellen
2636 \begin_inset CommandInset label
2637 LatexCommand label
2638 name "abs:Gleitende-Tabellen"
2639
2640 \end_inset
2641
2642
2643 \begin_inset Index idx
2644 status collapsed
2645
2646 \begin_layout Plain Layout
2647 Gleitobjekte ! Tabellen
2648 \end_layout
2649
2650 \end_inset
2651
2652
2653 \begin_inset Index idx
2654 status collapsed
2655
2656 \begin_layout Plain Layout
2657 Tabellen ! gleitende
2658 \end_layout
2659
2660 \end_inset
2661
2662
2663 \end_layout
2664
2665 \begin_layout Standard
2666 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2667 \begin_inset space ~
2668 \end_inset
2669
2670
2671 \begin_inset CommandInset ref
2672 LatexCommand ref
2673 reference "abs:Gleitobjekte-Einleitung"
2674
2675 \end_inset
2676
2677 .
2678 \end_layout
2679
2680 \begin_layout Standard
2681 \begin_inset Float table
2682 placement h
2683 wide false
2684 sideways false
2685 status open
2686
2687 \begin_layout Plain Layout
2688 \begin_inset Caption Standard
2689
2690 \begin_layout Plain Layout
2691 \begin_inset CommandInset label
2692 LatexCommand label
2693 name "tab:a table float"
2694
2695 \end_inset
2696
2697 Eine gleitende Tabelle
2698 \end_layout
2699
2700 \end_inset
2701
2702
2703 \end_layout
2704
2705 \begin_layout Plain Layout
2706 \align center
2707 \begin_inset Tabular
2708 <lyxtabular version="3" rows="3" columns="3">
2709 <features tabularvalignment="middle">
2710 <column alignment="center" valignment="top" width="0pt">
2711 <column alignment="center" valignment="top" width="0pt">
2712 <column alignment="center" valignment="top" width="0pt">
2713 <row>
2714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2715 \begin_inset Text
2716
2717 \begin_layout Plain Layout
2718
2719 \family roman
2720 \series medium
2721 \shape up
2722 \size normal
2723 \emph off
2724 \bar no
2725 \noun off
2726 \color none
2727 1
2728 \end_layout
2729
2730 \end_inset
2731 </cell>
2732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2733 \begin_inset Text
2734
2735 \begin_layout Plain Layout
2736
2737 \family roman
2738 \series medium
2739 \shape up
2740 \size normal
2741 \emph off
2742 \bar no
2743 \noun off
2744 \color none
2745 2
2746 \end_layout
2747
2748 \end_inset
2749 </cell>
2750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2751 \begin_inset Text
2752
2753 \begin_layout Plain Layout
2754
2755 \family roman
2756 \series medium
2757 \shape up
2758 \size normal
2759 \emph off
2760 \bar no
2761 \noun off
2762 \color none
2763 3
2764 \end_layout
2765
2766 \end_inset
2767 </cell>
2768 </row>
2769 <row>
2770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2771 \begin_inset Text
2772
2773 \begin_layout Plain Layout
2774
2775 \family roman
2776 \series medium
2777 \shape up
2778 \size normal
2779 \emph off
2780 \bar no
2781 \noun off
2782 \color none
2783 Martin
2784 \end_layout
2785
2786 \end_inset
2787 </cell>
2788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2789 \begin_inset Text
2790
2791 \begin_layout Plain Layout
2792
2793 \family roman
2794 \series medium
2795 \shape up
2796 \size normal
2797 \emph off
2798 \bar no
2799 \noun off
2800 \color none
2801 Lena
2802 \end_layout
2803
2804 \end_inset
2805 </cell>
2806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2807 \begin_inset Text
2808
2809 \begin_layout Plain Layout
2810
2811 \family roman
2812 \series medium
2813 \shape up
2814 \size normal
2815 \emph off
2816 \bar no
2817 \noun off
2818 \color none
2819 Alina
2820 \end_layout
2821
2822 \end_inset
2823 </cell>
2824 </row>
2825 <row>
2826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2827 \begin_inset Text
2828
2829 \begin_layout Plain Layout
2830
2831 \family roman
2832 \series medium
2833 \shape up
2834 \size normal
2835 \emph off
2836 \bar no
2837 \noun off
2838 \color none
2839 \begin_inset Formula $\int x^{2}dx$
2840 \end_inset
2841
2842
2843 \end_layout
2844
2845 \end_inset
2846 </cell>
2847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2848 \begin_inset Text
2849
2850 \begin_layout Plain Layout
2851
2852 \family roman
2853 \series medium
2854 \shape up
2855 \size normal
2856 \emph off
2857 \bar no
2858 \noun off
2859 \color none
2860 \begin_inset Formula $\left[\begin{array}{cc}
2861 a & b\\
2862 c & d
2863 \end{array}\right]$
2864 \end_inset
2865
2866
2867 \end_layout
2868
2869 \end_inset
2870 </cell>
2871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2872 \begin_inset Text
2873
2874 \begin_layout Plain Layout
2875
2876 \family roman
2877 \series medium
2878 \shape up
2879 \size normal
2880 \emph off
2881 \bar no
2882 \noun off
2883 \color none
2884 \begin_inset Formula $1+1=2$
2885 \end_inset
2886
2887
2888 \end_layout
2889
2890 \end_inset
2891 </cell>
2892 </row>
2893 </lyxtabular>
2894
2895 \end_inset
2896
2897
2898 \end_layout
2899
2900 \end_inset
2901
2902
2903 \end_layout
2904
2905 \begin_layout Standard
2906 Gleitende Tabellen können über 
2907 \family sans
2908 Einfügen\SpecialChar menuseparator
2909 Gleitobjekt\SpecialChar menuseparator
2910 Tabelle
2911 \family default
2912  oder einen Klick auf den Werkzeugleistenknopf 
2913 \begin_inset Info
2914 type  "icon"
2915 arg   "float-insert table"
2916 \end_inset
2917
2918  erzeugt werden.
2919  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2920  In das rot umrahmte Feld rechts von 
2921 \emph on
2922 Tabelle
2923 \begin_inset space ~
2924 \end_inset
2925
2926 Nr:
2927 \emph default
2928  schreiben Sie die Tabellenbeschriftung.
2929  Nach einem Klick oberhalb oder unterhalb von 
2930 \emph on
2931 Tabelle
2932 \begin_inset space ~
2933 \end_inset
2934
2935 Nr:
2936 \emph default
2937  können Sie dann eine Tabelle einfügen.
2938 \end_layout
2939
2940 \begin_layout Standard
2941 Tabelle
2942 \begin_inset space ~
2943 \end_inset
2944
2945
2946 \begin_inset CommandInset ref
2947 LatexCommand ref
2948 reference "tab:a table float"
2949
2950 \end_inset
2951
2952  ist ein Beispiel für eine gleitende Tabelle.
2953 \end_layout
2954
2955 \begin_layout Standard
2956 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2957 herweise wird das von \SpecialChar LaTeX
2958  Standard-Klassen nicht unterstützt.
2959  Das bedeutet, dass bei den Klassen 
2960 \family sans
2961 article
2962 \family default
2963
2964 \family sans
2965 book
2966 \family default
2967
2968 \family sans
2969 letter
2970 \family default
2971 , und 
2972 \family sans
2973 report
2974 \family default
2975  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2976  Um den einzufügen, können Sie zum Ladebefehl des \SpecialChar LaTeX
2977 -Paketes 
2978 \series bold
2979 caption
2980 \series default
2981
2982 \begin_inset Index idx
2983 status collapsed
2984
2985 \begin_layout Plain Layout
2986 \SpecialChar LaTeX
2987 -Pakete ! caption
2988 \end_layout
2989
2990 \end_inset
2991
2992  im \SpecialChar LaTeX
2993 -Vorspann Ihres Dokuments folgende Option einfügen:
2994 \begin_inset Foot
2995 status collapsed
2996
2997 \begin_layout Plain Layout
2998 Näheres finden Sie im Abschnitt
2999 \begin_inset space ~
3000 \end_inset
3001
3002
3003 \begin_inset CommandInset ref
3004 LatexCommand ref
3005 reference "abs:Titel-Platzierung"
3006
3007 \end_inset
3008
3009 .
3010 \end_layout
3011
3012 \end_inset
3013
3014
3015 \end_layout
3016
3017 \begin_layout Standard
3018
3019 \series bold
3020 tableposition=top
3021 \end_layout
3022
3023 \begin_layout Standard
3024 Das Paket 
3025 \series bold
3026 caption
3027 \series default
3028 , das in Abschnitt
3029 \begin_inset space ~
3030 \end_inset
3031
3032
3033 \begin_inset CommandInset ref
3034 LatexCommand ref
3035 reference "abs:Titel-Formatierung"
3036
3037 \end_inset
3038
3039  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3040 \end_layout
3041
3042 \begin_layout Standard
3043 \begin_inset Index idx
3044 status collapsed
3045
3046 \begin_layout Plain Layout
3047 Querverweise ! auf Tabellen
3048 \end_layout
3049
3050 \end_inset
3051
3052 Auf Tabellen kann über ihre Marke verwiesen werden.
3053  Dafür fügen Sie in der Beschriftung mit 
3054 \family sans
3055 Einfügen\SpecialChar menuseparator
3056 Marke
3057 \family default
3058  oder durch Klicken auf 
3059 \begin_inset Info
3060 type  "icon"
3061 arg   "label-insert"
3062 \end_inset
3063
3064  eine Marke ein.
3065  Auf diese können Sie dann wie gewohnt mit 
3066 \family sans
3067 Einfügen\SpecialChar menuseparator
3068 Querverweis
3069 \family default
3070  oder durch Klicken auf 
3071 \begin_inset Info
3072 type  "icon"
3073 arg   "dialog-show-new-inset ref"
3074 \end_inset
3075
3076  verweisen.
3077  Verweise werden detailliert in Abschnitt
3078 \begin_inset space ~
3079 \end_inset
3080
3081
3082 \begin_inset CommandInset ref
3083 LatexCommand ref
3084 reference "abs:Auf-Gleitobjekte-verweisen"
3085
3086 \end_inset
3087
3088  beschrieben.
3089 \end_layout
3090
3091 \begin_layout Section
3092 Lange Tabellen
3093 \begin_inset CommandInset label
3094 LatexCommand label
3095 name "abs:Lange-Tabellen"
3096
3097 \end_inset
3098
3099
3100 \begin_inset Index idx
3101 status collapsed
3102
3103 \begin_layout Plain Layout
3104 Tabellen ! lange
3105 \end_layout
3106
3107 \end_inset
3108
3109
3110 \end_layout
3111
3112 \begin_layout Standard
3113 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3114  Dialogfenster 
3115 \family sans
3116 Tabellen-Einstellungen
3117 \family default
3118  auf der Karteikarte  
3119 \family sans
3120 Lange
3121 \begin_inset space ~
3122 \end_inset
3123
3124 Tabelle
3125 \family default
3126  die Option 
3127 \family sans
3128 Lange
3129 \begin_inset space ~
3130 \end_inset
3131
3132 Tabelle
3133 \begin_inset space ~
3134 \end_inset
3135
3136 verwenden
3137 \family default
3138  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3139  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3140 \end_layout
3141
3142 \begin_layout Description
3143 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3144  festgelegt; mit Ausnahme der ersten, wenn 
3145 \family sans
3146 Erste
3147 \begin_inset space ~
3148 \end_inset
3149
3150 Kopfzeile
3151 \family default
3152  aktiviert ist.
3153 \end_layout
3154
3155 \begin_layout Description
3156 Erste
3157 \lang english
3158
3159 \begin_inset space ~
3160 \end_inset
3161
3162
3163 \lang ngerman
3164 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3165  Seite einer mehrseitigen Tabelle definiert.
3166 \end_layout
3167
3168 \begin_layout Description
3169 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3170  mit Ausnahme der letzten, wenn 
3171 \family sans
3172 Letzte
3173 \begin_inset space ~
3174 \end_inset
3175
3176 Fußzeile
3177 \family default
3178  aktiviert ist.
3179 \end_layout
3180
3181 \begin_layout Description
3182 Letzte
3183 \begin_inset space ~
3184 \end_inset
3185
3186 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3187  einer mehrseitigen Tabelle definiert.
3188 \end_layout
3189
3190 \begin_layout Description
3191 Legende: Die aktuelle Zeile enthält die Legende.
3192  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3193  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3194 \begin_inset space ~
3195 \end_inset
3196
3197
3198 \begin_inset CommandInset ref
3199 LatexCommand ref
3200 reference "uab:Beschriftungen-langer-Tabellen"
3201
3202 \end_inset
3203
3204  erklärt.
3205 \end_layout
3206
3207 \begin_layout Standard
3208 Hier ist ein Beispiel einer langen Tabelle:
3209 \begin_inset Separator parbreak
3210 \end_inset
3211
3212
3213 \end_layout
3214
3215 \begin_layout Standard
3216 \align center
3217 \begin_inset Tabular
3218 <lyxtabular version="3" rows="69" columns="3">
3219 <features islongtable="true" longtabularalignment="center">
3220 <column alignment="left" valignment="top" width="0cm">
3221 <column alignment="left" valignment="top" width="0pt">
3222 <column alignment="right" valignment="top" width="0pt">
3223 <row endfirsthead="true">
3224 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3225 \begin_inset Text
3226
3227 \begin_layout Plain Layout
3228
3229 \series bold
3230 Telefonliste (ignoriere die Namen)
3231 \end_layout
3232
3233 \end_inset
3234 </cell>
3235 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3236 \begin_inset Text
3237
3238 \begin_layout Plain Layout
3239
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3245 \begin_inset Text
3246
3247 \begin_layout Plain Layout
3248
3249 \end_layout
3250
3251 \end_inset
3252 </cell>
3253 </row>
3254 <row endfirsthead="true">
3255 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3256 \begin_inset Text
3257
3258 \begin_layout Plain Layout
3259
3260 \series bold
3261 NAME
3262 \end_layout
3263
3264 \end_inset
3265 </cell>
3266 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3267 \begin_inset Text
3268
3269 \begin_layout Plain Layout
3270
3271 \end_layout
3272
3273 \end_inset
3274 </cell>
3275 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3276 \begin_inset Text
3277
3278 \begin_layout Plain Layout
3279
3280 \series bold
3281 TEL.
3282 \end_layout
3283
3284 \end_inset
3285 </cell>
3286 </row>
3287 <row endhead="true">
3288 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3289 \begin_inset Text
3290
3291 \begin_layout Plain Layout
3292
3293 \series bold
3294 Telefonliste
3295 \end_layout
3296
3297 \end_inset
3298 </cell>
3299 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3300 \begin_inset Text
3301
3302 \begin_layout Plain Layout
3303
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Plain Layout
3312
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 </row>
3318 <row endhead="true">
3319 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3320 \begin_inset Text
3321
3322 \begin_layout Plain Layout
3323
3324 \series bold
3325 NAME
3326 \end_layout
3327
3328 \end_inset
3329 </cell>
3330 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3331 \begin_inset Text
3332
3333 \begin_layout Plain Layout
3334
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343
3344 \series bold
3345 TEL.
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 </row>
3351 <row endfoot="true">
3352 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356
3357 \series bold
3358 wird fortgesetzt
3359 \series default
3360  \SpecialChar ldots
3361
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Plain Layout
3379
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 </row>
3385 <row>
3386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390
3391 \series bold
3392 Annovi
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 <cell alignment="center" valignment="top" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401 Silvia
3402 \end_layout
3403
3404 \end_inset
3405 </cell>
3406 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3407 \begin_inset Text
3408
3409 \begin_layout Plain Layout
3410 111
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 </row>
3416 <row>
3417 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421
3422 \series bold
3423 Bertoli
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 <cell alignment="center" valignment="top" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432 Stefano
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Plain Layout
3441 111
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 </row>
3447 <row>
3448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452
3453 \series bold
3454 Bozzi
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 <cell alignment="center" valignment="top" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463 Walter
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3469 \begin_inset Text
3470
3471 \begin_layout Plain Layout
3472 111
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 </row>
3478 <row>
3479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483
3484 \series bold
3485 Cachia
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 <cell alignment="center" valignment="top" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494 Maria
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503 111
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 </row>
3509 <row>
3510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514
3515 \series bold
3516 Cachia
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 <cell alignment="center" valignment="top" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 Maurizio
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534 111
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 </row>
3540 <row>
3541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545
3546 \series bold
3547 Cinquemani
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 <cell alignment="center" valignment="top" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556 Giusi
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565 111
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 </row>
3571 <row>
3572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576
3577 \series bold
3578 Colin
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 <cell alignment="center" valignment="top" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587 Bernard
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596 111
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 </row>
3602 <row>
3603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607
3608 \series bold
3609 Concli
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 <cell alignment="center" valignment="top" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618 Gianfranco
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627 111
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 </row>
3633 <row>
3634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638
3639 \series bold
3640 Dal Bosco
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 <cell alignment="center" valignment="top" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649 Carolina
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658 111
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 </row>
3664 <row>
3665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669
3670 \series bold
3671 Dalpiaz
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 <cell alignment="center" valignment="top" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680 Annamaria
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689 111
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 </row>
3695 <row>
3696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700
3701 \series bold
3702 Feliciello
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 <cell alignment="center" valignment="top" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711 Domenico
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720 111
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 </row>
3726 <row>
3727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731
3732 \series bold
3733 Focarelli
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 <cell alignment="center" valignment="top" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742 Paola
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3748 \begin_inset Text
3749
3750 \begin_layout Plain Layout
3751 111
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 </row>
3757 <row>
3758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762
3763 \series bold
3764 Galletti
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 <cell alignment="center" valignment="top" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773 Oreste
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782 111
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 </row>
3788 <row>
3789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793
3794 \series bold
3795 Gasparini
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 <cell alignment="center" valignment="top" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804 Franca
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 111
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 </row>
3819 <row>
3820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824
3825 \series bold
3826 Rizzardi
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 <cell alignment="center" valignment="top" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835 Paola
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844 111
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 </row>
3850 <row>
3851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855
3856 \series bold
3857 Lassini
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 <cell alignment="center" valignment="top" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866 Giancarlo
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875 111
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 </row>
3881 <row>
3882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886
3887 \series bold
3888 Malfatti
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 <cell alignment="center" valignment="top" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897 Luciano
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906 111
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 </row>
3912 <row>
3913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917
3918 \series bold
3919 Malfatti
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 <cell alignment="center" valignment="top" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928 Valeriano
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937 111
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 </row>
3943 <row>
3944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948
3949 \series bold
3950 Meneguzzo
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 <cell alignment="center" valignment="top" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959 Roberto
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968 111
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 </row>
3974 <row>
3975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979
3980 \series bold
3981 Mezzadra
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 <cell alignment="center" valignment="top" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990 Roberto
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Plain Layout
3999 111
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 </row>
4005 <row>
4006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010
4011 \series bold
4012 Pirpamer
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 <cell alignment="center" valignment="top" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021 Erich
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030 111
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 </row>
4036 <row>
4037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041
4042 \series bold
4043 Pochiesa
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 <cell alignment="center" valignment="top" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052 Paolo
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061 111, 222
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 </row>
4067 <row>
4068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072
4073 \series bold
4074 Radina
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 <cell alignment="center" valignment="top" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083 Claudio
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092 111
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 </row>
4098 <row>
4099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103
4104 \series bold
4105 Stuffer
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 <cell alignment="center" valignment="top" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114 Oskar
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123 111
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 </row>
4129 <row>
4130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134
4135 \series bold
4136 Tacchelli
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 <cell alignment="center" valignment="top" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145 Ugo
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 111
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 </row>
4160 <row>
4161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165
4166 \series bold
4167 Tezzele
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 <cell alignment="center" valignment="top" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176 Margit
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185 111
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 </row>
4191 <row>
4192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196
4197 \series bold
4198 Unterkalmsteiner
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 <cell alignment="center" valignment="top" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207 Frieda
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216 111
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 </row>
4222 <row>
4223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227
4228 \series bold
4229 Vieider
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238 Hilde
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247 111
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 </row>
4253 <row>
4254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258
4259 \series bold
4260 Vigna
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 <cell alignment="center" valignment="top" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269 Jürgen
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278 111
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 </row>
4284 <row>
4285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289
4290 \series bold
4291 Weber
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 <cell alignment="center" valignment="top" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300 Maurizio
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309 111
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 </row>
4315 <row>
4316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320
4321 \series bold
4322 Winkler
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331 Franz
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340 111
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 </row>
4346 <row>
4347 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351  
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 </row>
4375 <row>
4376 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380
4381 \series bold
4382 Annovi
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 <cell alignment="center" valignment="top" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391 Silvia
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400 555
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 </row>
4406 <row>
4407 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411
4412 \series bold
4413 Bertoli
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell alignment="center" valignment="top" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 Stefano
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431 555
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 </row>
4437 <row>
4438 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442
4443 \series bold
4444 Bozzi
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 <cell alignment="center" valignment="top" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453 Walter
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Plain Layout
4462 555
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 </row>
4468 <row>
4469 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473
4474 \series bold
4475 Cachia
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 Maria
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493 555
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 </row>
4499 <row>
4500 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504
4505 \series bold
4506 Cachia
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 <cell alignment="center" valignment="top" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 Maurizio
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524 555
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 </row>
4530 <row>
4531 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535
4536 \series bold
4537 Cinquemani
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 <cell alignment="center" valignment="top" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546 Giusi
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555 555
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 </row>
4561 <row>
4562 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566
4567 \series bold
4568 Colin
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577 Bernard
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586 555
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 </row>
4592 <row>
4593 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597
4598 \series bold
4599 Concli
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 Gianfranco
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 555
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 </row>
4623 <row>
4624 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628
4629 \series bold
4630 Dal Bosco
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 <cell alignment="center" valignment="top" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639 Carolina
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648 555
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 </row>
4654 <row>
4655 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659
4660 \series bold
4661 Dalpiaz
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 <cell alignment="center" valignment="top" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670 Annamaria
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679 555
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 </row>
4685 <row>
4686 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690
4691 \series bold
4692 Feliciello
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 <cell alignment="center" valignment="top" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701 Domenico
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710 555
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 </row>
4716 <row>
4717 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721
4722 \series bold
4723 Focarelli
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 <cell alignment="center" valignment="top" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732 Paola
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741 555
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 </row>
4747 <row>
4748 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752
4753 \series bold
4754 Galletti
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 <cell alignment="center" valignment="top" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763 Oreste
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772 555
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 </row>
4778 <row>
4779 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783
4784 \series bold
4785 Gasparini
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 <cell alignment="center" valignment="top" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794 Franca
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803 555
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 </row>
4809 <row>
4810 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814
4815 \series bold
4816 Rizzardi
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 <cell alignment="center" valignment="top" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825 Paola
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834 555
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 </row>
4840 <row>
4841 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845
4846 \series bold
4847 Lassini
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 <cell alignment="center" valignment="top" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856 Giancarlo
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865 555
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 </row>
4871 <row>
4872 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876
4877 \series bold
4878 Malfatti
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 <cell alignment="center" valignment="top" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887 Luciano
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896 555
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 </row>
4902 <row>
4903 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907
4908 \series bold
4909 Malfatti
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 <cell alignment="center" valignment="top" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918 Valeriano
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927 555
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 </row>
4933 <row>
4934 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938
4939 \series bold
4940 Meneguzzo
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 <cell alignment="center" valignment="top" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949 Roberto
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958 555
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 </row>
4964 <row>
4965 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969
4970 \series bold
4971 Mezzadra
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 <cell alignment="center" valignment="top" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980 Roberto
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4986 \begin_inset Text
4987
4988 \begin_layout Plain Layout
4989 555
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 </row>
4995 <row>
4996 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000
5001 \series bold
5002 Pirpamer
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 <cell alignment="center" valignment="top" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011 Erich
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020 555
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 </row>
5026 <row>
5027 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031
5032 \series bold
5033 Pochiesa
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 <cell alignment="center" valignment="top" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042 Paolo
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051 555, 222
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 </row>
5057 <row>
5058 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062
5063 \series bold
5064 Radina
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 <cell alignment="center" valignment="top" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073 Claudio
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082 555
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 </row>
5088 <row>
5089 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093
5094 \series bold
5095 Stuffer
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 <cell alignment="center" valignment="top" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104 Oskar
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113 555
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 </row>
5119 <row>
5120 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124
5125 \series bold
5126 Tacchelli
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell alignment="center" valignment="top" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135 Ugo
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144 555
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 </row>
5150 <row>
5151 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155
5156 \series bold
5157 Tezzele
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 <cell alignment="center" valignment="top" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166 Margit
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Plain Layout
5175 555
5176 \end_layout
5177
5178 \end_inset
5179 </cell>
5180 </row>
5181 <row>
5182 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186
5187 \series bold
5188 Unterkalmsteiner
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 <cell alignment="center" valignment="top" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197 Frieda
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206 555
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 </row>
5212 <row>
5213 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5214 \begin_inset Text
5215
5216 \begin_layout Plain Layout
5217
5218 \series bold
5219 Vieider
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 <cell alignment="center" valignment="top" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228 Hilde
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5234 \begin_inset Text
5235
5236 \begin_layout Plain Layout
5237 555
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 </row>
5243 <row>
5244 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248
5249 \series bold
5250 Vigna
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 <cell alignment="center" valignment="top" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Plain Layout
5259 Jürgen
5260 \end_layout
5261
5262 \end_inset
5263 </cell>
5264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5265 \begin_inset Text
5266
5267 \begin_layout Plain Layout
5268 999
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 </row>
5274 <row>
5275 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279
5280 \series bold
5281 Weber
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 <cell alignment="center" valignment="top" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290 Maurizio
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299 555
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 </row>
5305 <row>
5306 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310
5311 \series bold
5312 Winkler
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321 Franz
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Plain Layout
5330 555
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 </row>
5336 <row endlastfoot="true">
5337 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341 Ende
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 </row>
5365 </lyxtabular>
5366
5367 \end_inset
5368
5369
5370 \begin_inset ERT
5371 status collapsed
5372
5373 \begin_layout Plain Layout
5374
5375
5376 \backslash
5377 addtocounter{table}{-1}
5378 \end_layout
5379
5380 \end_inset
5381
5382
5383 \begin_inset Note Note
5384 status collapsed
5385
5386 \begin_layout Plain Layout
5387 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5388 \begin_inset space ~
5389 \end_inset
5390
5391
5392 \begin_inset CommandInset ref
5393 LatexCommand ref
5394 reference "uab:Beschriftungen-langer-Tabellen"
5395
5396 \end_inset
5397
5398
5399 \end_layout
5400
5401 \end_inset
5402
5403
5404 \end_layout
5405
5406 \begin_layout Subsection
5407 Fußnoten in langen Tabellen
5408 \begin_inset CommandInset label
5409 LatexCommand label
5410 name "uab:Fußnoten-in-langen"
5411
5412 \end_inset
5413
5414
5415 \begin_inset Index idx
5416 status collapsed
5417
5418 \begin_layout Plain Layout
5419 Tabellen ! lange ! Fußnoten
5420 \end_layout
5421
5422 \end_inset
5423
5424
5425 \end_layout
5426
5427 \begin_layout Standard
5428 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5429  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5430  Tabelle
5431 \begin_inset space ~
5432 \end_inset
5433
5434
5435 \begin_inset CommandInset ref
5436 LatexCommand ref
5437 reference "tab:DiffCaptions"
5438
5439 \end_inset
5440
5441  hat zum Beispiel eine Fußnote.
5442 \end_layout
5443
5444 \begin_layout Subsection
5445 Ausrichtung langer Tabellen
5446 \begin_inset Index idx
5447 status collapsed
5448
5449 \begin_layout Plain Layout
5450 Tabellen ! lange ! Ausrichtung
5451 \end_layout
5452
5453 \end_inset
5454
5455
5456 \end_layout
5457
5458 \begin_layout Standard
5459 Die horizontale Ausrichtung von langen Tabellen kann in den Tabelleneinstellunge
5460 n festgelegt werden.
5461  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5462  Seitenrand.
5463  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5464  ausgerichtet werden und die Werte der Längen 
5465 \series bold
5466
5467 \backslash
5468 LTleft 
5469 \series default
5470 und 
5471 \series bold
5472
5473 \backslash
5474 LTright
5475 \series default
5476  geändert werden, indem diese Zeile als \SpecialChar TeX
5477 -Code vor die lange Tabelle eingefügt
5478  wird:
5479 \end_layout
5480
5481 \begin_layout Standard
5482
5483 \series bold
5484
5485 \backslash
5486 setlength{
5487 \backslash
5488 LTleft}{Wert}
5489 \end_layout
5490
5491 \begin_layout Standard
5492 Der Wert kann eine der in Tabelle
5493 \begin_inset space ~
5494 \end_inset
5495
5496
5497 \begin_inset CommandInset ref
5498 LatexCommand ref
5499 reference "tab:Maßeinheiten"
5500
5501 \end_inset
5502
5503  aufgelisteten Einheiten kann.
5504  
5505 \series bold
5506
5507 \backslash
5508 LTleft
5509 \series default
5510  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5511  
5512 \series bold
5513
5514 \backslash
5515 LTright
5516 \series default
5517  den Abstand von rechts.
5518  Die Voreinstellung für beide Werte ist 
5519 \series bold
5520
5521 \backslash
5522 fill
5523 \series default
5524 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5525  in \SpecialChar LyX
5526  ist.
5527 \end_layout
5528
5529 \begin_layout Standard
5530 Die folgende lange Tabelle wurde zentriert und 
5531 \series bold
5532
5533 \backslash
5534 LTleft
5535 \series default
5536  auf den Wert 
5537 \family sans
5538 0.1
5539 \backslash
5540 columnwidth
5541 \family default
5542  gesetzt:
5543 \begin_inset ERT
5544 status collapsed
5545
5546 \begin_layout Plain Layout
5547
5548
5549 \backslash
5550 setlength{
5551 \backslash
5552 LTleft}{0.1
5553 \backslash
5554 columnwidth}
5555 \end_layout
5556
5557 \end_inset
5558
5559
5560 \end_layout
5561
5562 \begin_layout Standard
5563 \begin_inset Tabular
5564 <lyxtabular version="3" rows="5" columns="5">
5565 <features islongtable="true" longtabularalignment="center">
5566 <column alignment="center" valignment="top">
5567 <column alignment="center" valignment="top">
5568 <column alignment="center" valignment="top" width="0pt">
5569 <column alignment="center" valignment="top">
5570 <column alignment="center" valignment="top">
5571 <row>
5572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576 1
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585 2
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594 3
5595 \end_layout
5596
5597 \end_inset
5598 </cell>
5599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603 4
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612 5
5613 \end_layout
5614
5615 \end_inset
5616 </cell>
5617 </row>
5618 <row>
5619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 asd
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632 s
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5638 \begin_inset Text
5639
5640 \begin_layout Plain Layout
5641 s
5642 \end_layout
5643
5644 \end_inset
5645 </cell>
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 s
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5656 \begin_inset Text
5657
5658 \begin_layout Plain Layout
5659 asd
5660 \end_layout
5661
5662 \end_inset
5663 </cell>
5664 </row>
5665 <row>
5666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 asd
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 s
5680 \end_layout
5681
5682 \end_inset
5683 </cell>
5684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5685 \begin_inset Text
5686
5687 \begin_layout Plain Layout
5688 s
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 s
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5703 \begin_inset Text
5704
5705 \begin_layout Plain Layout
5706 asd
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 </row>
5712 <row>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 asd
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 s
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 s
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 s
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 asd
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 </row>
5759 <row>
5760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 asd
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5770 \begin_inset Text
5771
5772 \begin_layout Plain Layout
5773 asd
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Plain Layout
5782 asd
5783 \end_layout
5784
5785 \end_inset
5786 </cell>
5787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791 asd
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800 asd
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 </row>
5806 </lyxtabular>
5807
5808 \end_inset
5809
5810
5811 \begin_inset ERT
5812 status collapsed
5813
5814 \begin_layout Plain Layout
5815
5816
5817 \backslash
5818 setlength{
5819 \backslash
5820 LTleft}{
5821 \backslash
5822 fill}
5823 \end_layout
5824
5825 \end_inset
5826
5827
5828 \begin_inset ERT
5829 status collapsed
5830
5831 \begin_layout Plain Layout
5832
5833
5834 \backslash
5835 addtocounter{table}{-1}
5836 \end_layout
5837
5838 \end_inset
5839
5840
5841 \begin_inset Note Note
5842 status collapsed
5843
5844 \begin_layout Plain Layout
5845 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5846 \begin_inset space ~
5847 \end_inset
5848
5849
5850 \begin_inset CommandInset ref
5851 LatexCommand ref
5852 reference "uab:Beschriftungen-langer-Tabellen"
5853
5854 \end_inset
5855
5856
5857 \end_layout
5858
5859 \end_inset
5860
5861
5862 \end_layout
5863
5864 \begin_layout Subsection
5865 Beschriftungen langer Tabellen
5866 \begin_inset CommandInset label
5867 LatexCommand label
5868 name "uab:Beschriftungen-langer-Tabellen"
5869
5870 \end_inset
5871
5872
5873 \begin_inset Index idx
5874 status collapsed
5875
5876 \begin_layout Plain Layout
5877 Tabellen ! lange ! Titel
5878 \end_layout
5879
5880 \end_inset
5881
5882
5883 \end_layout
5884
5885 \begin_layout Standard
5886 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5887  nur auf eine Seite gedruckt werden können.
5888  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5889 \begin_inset space ~
5890 \end_inset
5891
5892
5893 \begin_inset CommandInset ref
5894 LatexCommand ref
5895 reference "abs:Lange-Tabellen"
5896
5897 \end_inset
5898
5899  erklärt.
5900  Nur eine Tabellenzeile kann eine Beschriftung enthalten, entweder eine
5901  Kopf- oder eine Fußzeile.
5902 \end_layout
5903
5904 \begin_layout Standard
5905 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5906 \end_layout
5907
5908 \begin_layout Standard
5909 \begin_inset Tabular
5910 <lyxtabular version="3" rows="6" columns="5">
5911 <features islongtable="true" longtabularalignment="center">
5912 <column alignment="center" valignment="top">
5913 <column alignment="center" valignment="top">
5914 <column alignment="center" valignment="top">
5915 <column alignment="center" valignment="top">
5916 <column alignment="center" valignment="top">
5917 <row endfirsthead="true" caption="true">
5918 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5919 \begin_inset Text
5920
5921 \begin_layout Plain Layout
5922 \begin_inset Caption Standard
5923
5924 \begin_layout Plain Layout
5925 Eine lange Tabelle mit Titel
5926 \begin_inset Argument 1
5927 status open
5928
5929 \begin_layout Plain Layout
5930 Lange Tabelle
5931 \end_layout
5932
5933 \end_inset
5934
5935
5936 \end_layout
5937
5938 \end_inset
5939
5940
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Plain Layout
5949
5950 \end_layout
5951
5952 \end_inset
5953 </cell>
5954 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Plain Layout
5958
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 </row>
5982 <row>
5983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Plain Layout
5987 1
5988 \end_layout
5989
5990 \end_inset
5991 </cell>
5992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5993 \begin_inset Text
5994
5995 \begin_layout Plain Layout
5996 2
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005 3
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Plain Layout
6014 4
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Plain Layout
6023 5
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 </row>
6029 <row>
6030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6031 \begin_inset Text
6032
6033 \begin_layout Plain Layout
6034 asd
6035 \end_layout
6036
6037 \end_inset
6038 </cell>
6039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Plain Layout
6043 s
6044 \end_layout
6045
6046 \end_inset
6047 </cell>
6048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Plain Layout
6052 s
6053 \end_layout
6054
6055 \end_inset
6056 </cell>
6057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Plain Layout
6061 s
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070 asd
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 </row>
6076 <row>
6077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081 asd
6082 \end_layout
6083
6084 \end_inset
6085 </cell>
6086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6087 \begin_inset Text
6088
6089 \begin_layout Plain Layout
6090 s
6091 \end_layout
6092
6093 \end_inset
6094 </cell>
6095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Plain Layout
6099 s
6100 \end_layout
6101
6102 \end_inset
6103 </cell>
6104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108 s
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Plain Layout
6117 asd
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 </row>
6123 <row>
6124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6125 \begin_inset Text
6126
6127 \begin_layout Plain Layout
6128 asd
6129 \end_layout
6130
6131 \end_inset
6132 </cell>
6133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6134 \begin_inset Text
6135
6136 \begin_layout Plain Layout
6137 s
6138 \end_layout
6139
6140 \end_inset
6141 </cell>
6142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6143 \begin_inset Text
6144
6145 \begin_layout Plain Layout
6146 s
6147 \end_layout
6148
6149 \end_inset
6150 </cell>
6151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Plain Layout
6155 s
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Plain Layout
6164 asd
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 </row>
6170 <row>
6171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Plain Layout
6175 asd
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Plain Layout
6184 asd
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6190 \begin_inset Text
6191
6192 \begin_layout Plain Layout
6193 asd
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Plain Layout
6202 asd
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211 asd
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 </row>
6217 </lyxtabular>
6218
6219 \end_inset
6220
6221
6222 \end_layout
6223
6224 \begin_layout Standard
6225 \begin_inset VSpace medskip
6226 \end_inset
6227
6228
6229 \begin_inset Note Greyedout
6230 status open
6231
6232 \begin_layout Plain Layout
6233
6234 \series bold
6235 Bemerkung
6236 \begin_inset space ~
6237 \end_inset
6238
6239 1:
6240 \series default
6241  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6242  Titel vergeben.
6243  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6244 \begin_inset space ~
6245 \end_inset
6246
6247 2.4 auf Tabelle
6248 \begin_inset space ~
6249 \end_inset
6250
6251 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6252  Beschriftung sind.
6253  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6254  \SpecialChar LaTeX
6255 -Befehl als \SpecialChar TeX
6256 -Code einfügen:
6257 \end_layout
6258
6259 \begin_layout Plain Layout
6260
6261 \series bold
6262
6263 \backslash
6264 addtocounter{table}{-1}
6265 \end_layout
6266
6267 \begin_layout Plain Layout
6268 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6269  Beschriftung hat und Sie diesen Code zum \SpecialChar LaTeX
6270 -Vorspann hinzufügen:
6271 \end_layout
6272
6273 \begin_layout Plain Layout
6274
6275 \series bold
6276
6277 \backslash
6278 let
6279 \backslash
6280 myEnd
6281 \backslash
6282 endlongtable
6283 \begin_inset Newline newline
6284 \end_inset
6285
6286
6287 \backslash
6288 renewcommand{
6289 \backslash
6290 endlongtable}{
6291 \backslash
6292 myEnd
6293 \backslash
6294 addtocounter{table}{-1}}
6295 \end_layout
6296
6297 \end_inset
6298
6299
6300 \end_layout
6301
6302 \begin_layout Standard
6303 \begin_inset Note Greyedout
6304 status open
6305
6306 \begin_layout Plain Layout
6307
6308 \series bold
6309 Bemerkung
6310 \begin_inset space ~
6311 \end_inset
6312
6313 2:
6314 \series default
6315  Wenn Sie 
6316 \series bold
6317 hyperref
6318 \series default
6319
6320 \begin_inset Index idx
6321 status collapsed
6322
6323 \begin_layout Plain Layout
6324 \SpecialChar LaTeX
6325 -Pakete ! hyperref
6326 \end_layout
6327
6328 \end_inset
6329
6330  in den
6331 \family sans
6332  PDF-Eigenschaften
6333 \family default
6334  im 
6335 \family sans
6336 Dokument-Einstellungen
6337 \family default
6338  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6339  immer auf den Anfang des Dokuments zeigen.
6340 \end_layout
6341
6342 \end_inset
6343
6344
6345 \end_layout
6346
6347 \begin_layout Subsubsection
6348 Querverweise auf 
6349 \family sans
6350 lange Tabelle
6351 \family default
6352 n
6353 \begin_inset Index idx
6354 status collapsed
6355
6356 \begin_layout Plain Layout
6357 Tabellen ! lange ! Querverweis
6358 \end_layout
6359
6360 \end_inset
6361
6362
6363 \end_layout
6364
6365 \begin_layout Standard
6366 \begin_inset Tabular
6367 <lyxtabular version="3" rows="6" columns="5">
6368 <features islongtable="true" longtabularalignment="center">
6369 <column alignment="center" valignment="top">
6370 <column alignment="center" valignment="top">
6371 <column alignment="center" valignment="top">
6372 <column alignment="center" valignment="top">
6373 <column alignment="center" valignment="top">
6374 <row endfirsthead="true" caption="true">
6375 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379 \begin_inset Caption Standard
6380
6381 \begin_layout Plain Layout
6382 Lange Tabelle mit Marke
6383 \begin_inset CommandInset label
6384 LatexCommand label
6385 name "tab:LangeTabelle-mit-Marke"
6386
6387 \end_inset
6388
6389
6390 \end_layout
6391
6392 \end_inset
6393
6394
6395 \end_layout
6396
6397 \end_inset
6398 </cell>
6399 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Plain Layout
6403
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 </row>
6436 <row>
6437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6438 \begin_inset Text
6439
6440 \begin_layout Plain Layout
6441 1
6442 \end_layout
6443
6444 \end_inset
6445 </cell>
6446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Plain Layout
6450 2
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459 3
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468 4
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477 5
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 </row>
6483 <row>
6484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488 asd
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497 s
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506 s
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 s
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6521 \begin_inset Text
6522
6523 \begin_layout Plain Layout
6524 asd
6525 \end_layout
6526
6527 \end_inset
6528 </cell>
6529 </row>
6530 <row>
6531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6532 \begin_inset Text
6533
6534 \begin_layout Plain Layout
6535 asd
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544 s
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553 s
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 s
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571 asd
6572 \end_layout
6573
6574 \end_inset
6575 </cell>
6576 </row>
6577 <row>
6578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582 asd
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591 s
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600 s
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 s
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Plain Layout
6618 asd
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 </row>
6624 <row>
6625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629 asd
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638 sad
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647 asd
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 asd
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665 asd
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 </row>
6671 </lyxtabular>
6672
6673 \end_inset
6674
6675
6676 \end_layout
6677
6678 \begin_layout Standard
6679 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6680  im Titel einfügen.
6681 \end_layout
6682
6683 \begin_layout Standard
6684 Dies ist ein Verweis auf Tabelle
6685 \begin_inset space ~
6686 \end_inset
6687
6688
6689 \begin_inset CommandInset ref
6690 LatexCommand ref
6691 reference "tab:LangeTabelle-mit-Marke"
6692
6693 \end_inset
6694
6695 .
6696 \end_layout
6697
6698 \begin_layout Standard
6699 Mit dem \SpecialChar LaTeX
6700 -Paket 
6701 \series bold
6702 caption
6703 \series default
6704
6705 \begin_inset Index idx
6706 status collapsed
6707
6708 \begin_layout Plain Layout
6709 \SpecialChar LaTeX
6710 -Pakete ! caption
6711 \end_layout
6712
6713 \end_inset
6714
6715 , siehe Abschnitt
6716 \begin_inset space ~
6717 \end_inset
6718
6719
6720 \begin_inset CommandInset ref
6721 LatexCommand ref
6722 reference "abs:Titel-Formatierung"
6723
6724 \end_inset
6725
6726 , können Sie alle anderen Beschriftungsoptionen benutzen.
6727 \end_layout
6728
6729 \begin_layout Subsubsection
6730 Titelbreite
6731 \begin_inset Index idx
6732 status collapsed
6733
6734 \begin_layout Plain Layout
6735 Tabellen ! lange ! Beschriftungsbreite
6736 \end_layout
6737
6738 \end_inset
6739
6740
6741 \end_layout
6742
6743 \begin_layout Standard
6744 Die maximale Titelbreite wird durch die Variable 
6745 \series bold
6746
6747 \backslash
6748 LTcapwidth
6749 \series default
6750  definiert.
6751  Ihr Standardwert ist 4
6752 \begin_inset space \thinspace{}
6753 \end_inset
6754
6755 Zoll (
6756 \begin_inset Formula $\approx10$
6757 \end_inset
6758
6759
6760 \begin_inset space \thinspace{}
6761 \end_inset
6762
6763 cm).
6764  Um das zu ändern, können Sie entweder im \SpecialChar LaTeX
6765 -Vorspann oder als \SpecialChar TeX
6766 -Code vor der
6767  betreffenden Tabelle folgenden Befehl einsetzen:
6768 \end_layout
6769
6770 \begin_layout Standard
6771
6772 \series bold
6773
6774 \backslash
6775 setlength{
6776 \backslash
6777 LTcapwidth}{Breite}
6778 \end_layout
6779
6780 \begin_layout Standard
6781 wobei die Breite eine der in Anhang
6782 \begin_inset space ~
6783 \end_inset
6784
6785
6786 \begin_inset CommandInset ref
6787 LatexCommand ref
6788 reference "kap:In-LyX-verfügbare"
6789
6790 \end_inset
6791
6792  aufgelisteten Einheiten haben kann.
6793 \end_layout
6794
6795 \begin_layout Standard
6796 Die beiden folgenden Tabellen zeigen den Unterschied:
6797 \end_layout
6798
6799 \begin_layout Standard
6800 \begin_inset Tabular
6801 <lyxtabular version="3" rows="6" columns="5">
6802 <features islongtable="true" longtabularalignment="center">
6803 <column alignment="center" valignment="top">
6804 <column alignment="center" valignment="top">
6805 <column alignment="center" valignment="top">
6806 <column alignment="center" valignment="top">
6807 <column alignment="center" valignment="top">
6808 <row endfirsthead="true" caption="true">
6809 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6810 \begin_inset Text
6811
6812 \begin_layout Plain Layout
6813 \begin_inset Caption Standard
6814
6815 \begin_layout Plain Layout
6816 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6817 \begin_inset Argument 1
6818 status open
6819
6820 \begin_layout Plain Layout
6821 Titel mit Standardbreite
6822 \end_layout
6823
6824 \end_inset
6825
6826
6827 \end_layout
6828
6829 \end_inset
6830
6831
6832 \end_layout
6833
6834 \end_inset
6835 </cell>
6836 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6837 \begin_inset Text
6838
6839 \begin_layout Plain Layout
6840
6841 \end_layout
6842
6843 \end_inset
6844 </cell>
6845 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6855 \begin_inset Text
6856
6857 \begin_layout Plain Layout
6858
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Plain Layout
6867
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 </row>
6873 <row>
6874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6875 \begin_inset Text
6876
6877 \begin_layout Plain Layout
6878 1
6879 \end_layout
6880
6881 \end_inset
6882 </cell>
6883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6884 \begin_inset Text
6885
6886 \begin_layout Plain Layout
6887 2
6888 \end_layout
6889
6890 \end_inset
6891 </cell>
6892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6893 \begin_inset Text
6894
6895 \begin_layout Plain Layout
6896 3
6897 \end_layout
6898
6899 \end_inset
6900 </cell>
6901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Plain Layout
6905 4
6906 \end_layout
6907
6908 \end_inset
6909 </cell>
6910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6911 \begin_inset Text
6912
6913 \begin_layout Plain Layout
6914 5
6915 \end_layout
6916
6917 \end_inset
6918 </cell>
6919 </row>
6920 <row>
6921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925 asd
6926 \end_layout
6927
6928 \end_inset
6929 </cell>
6930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6931 \begin_inset Text
6932
6933 \begin_layout Plain Layout
6934 s
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6940 \begin_inset Text
6941
6942 \begin_layout Plain Layout
6943 s
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
6948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Plain Layout
6952 s
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Plain Layout
6961 asd
6962 \end_layout
6963
6964 \end_inset
6965 </cell>
6966 </row>
6967 <row>
6968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6969 \begin_inset Text
6970
6971 \begin_layout Plain Layout
6972 asd
6973 \end_layout
6974
6975 \end_inset
6976 </cell>
6977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6978 \begin_inset Text
6979
6980 \begin_layout Plain Layout
6981 s
6982 \end_layout
6983
6984 \end_inset
6985 </cell>
6986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6987 \begin_inset Text
6988
6989 \begin_layout Plain Layout
6990 s
6991 \end_layout
6992
6993 \end_inset
6994 </cell>
6995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6996 \begin_inset Text
6997
6998 \begin_layout Plain Layout
6999 s
7000 \end_layout
7001
7002 \end_inset
7003 </cell>
7004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7005 \begin_inset Text
7006
7007 \begin_layout Plain Layout
7008 asd
7009 \end_layout
7010
7011 \end_inset
7012 </cell>
7013 </row>
7014 <row>
7015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7016 \begin_inset Text
7017
7018 \begin_layout Plain Layout
7019 asd
7020 \end_layout
7021
7022 \end_inset
7023 </cell>
7024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7025 \begin_inset Text
7026
7027 \begin_layout Plain Layout
7028 s
7029 \end_layout
7030
7031 \end_inset
7032 </cell>
7033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Plain Layout
7037 s
7038 \end_layout
7039
7040 \end_inset
7041 </cell>
7042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7043 \begin_inset Text
7044
7045 \begin_layout Plain Layout
7046 s
7047 \end_layout
7048
7049 \end_inset
7050 </cell>
7051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7052 \begin_inset Text
7053
7054 \begin_layout Plain Layout
7055 asd
7056 \end_layout
7057
7058 \end_inset
7059 </cell>
7060 </row>
7061 <row>
7062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Plain Layout
7066 asd
7067 \end_layout
7068
7069 \end_inset
7070 </cell>
7071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Plain Layout
7075 sad
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Plain Layout
7084 asd
7085 \end_layout
7086
7087 \end_inset
7088 </cell>
7089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7090 \begin_inset Text
7091
7092 \begin_layout Plain Layout
7093 asd
7094 \end_layout
7095
7096 \end_inset
7097 </cell>
7098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7099 \begin_inset Text
7100
7101 \begin_layout Plain Layout
7102 asd
7103 \end_layout
7104
7105 \end_inset
7106 </cell>
7107 </row>
7108 </lyxtabular>
7109
7110 \end_inset
7111
7112
7113 \end_layout
7114
7115 \begin_layout Standard
7116 \begin_inset ERT
7117 status collapsed
7118
7119 \begin_layout Plain Layout
7120
7121
7122 \backslash
7123 setlength{
7124 \backslash
7125 LTcapwidth}{5cm}
7126 \end_layout
7127
7128 \end_inset
7129
7130
7131 \begin_inset Tabular
7132 <lyxtabular version="3" rows="6" columns="5">
7133 <features islongtable="true" longtabularalignment="center">
7134 <column alignment="center" valignment="top">
7135 <column alignment="center" valignment="top">
7136 <column alignment="center" valignment="top">
7137 <column alignment="center" valignment="top">
7138 <column alignment="center" valignment="top">
7139 <row endfirsthead="true" caption="true">
7140 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Plain Layout
7144 \begin_inset Caption Standard
7145
7146 \begin_layout Plain Layout
7147 Langer Titel mit 5
7148 \begin_inset space \thinspace{}
7149 \end_inset
7150
7151 cm Breite, Langer Titel mit 5
7152 \begin_inset space \thinspace{}
7153 \end_inset
7154
7155 cm Breite
7156 \begin_inset Argument 1
7157 status open
7158
7159 \begin_layout Plain Layout
7160 Titel mit 5
7161 \begin_inset space \thinspace{}
7162 \end_inset
7163
7164 cm Breite
7165 \end_layout
7166
7167 \end_inset
7168
7169
7170 \end_layout
7171
7172 \end_inset
7173
7174
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 </row>
7216 <row>
7217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221 1
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 2
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Plain Layout
7239 3
7240 \end_layout
7241
7242 \end_inset
7243 </cell>
7244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7245 \begin_inset Text
7246
7247 \begin_layout Plain Layout
7248 4
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Plain Layout
7257 5
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 </row>
7263 <row>
7264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7265 \begin_inset Text
7266
7267 \begin_layout Plain Layout
7268 asd
7269 \end_layout
7270
7271 \end_inset
7272 </cell>
7273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 s
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7283 \begin_inset Text
7284
7285 \begin_layout Plain Layout
7286 s
7287 \end_layout
7288
7289 \end_inset
7290 </cell>
7291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295 s
7296 \end_layout
7297
7298 \end_inset
7299 </cell>
7300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7301 \begin_inset Text
7302
7303 \begin_layout Plain Layout
7304 asd
7305 \end_layout
7306
7307 \end_inset
7308 </cell>
7309 </row>
7310 <row>
7311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7312 \begin_inset Text
7313
7314 \begin_layout Plain Layout
7315 asd
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7321 \begin_inset Text
7322
7323 \begin_layout Plain Layout
7324 s
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7330 \begin_inset Text
7331
7332 \begin_layout Plain Layout
7333 s
7334 \end_layout
7335
7336 \end_inset
7337 </cell>
7338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7339 \begin_inset Text
7340
7341 \begin_layout Plain Layout
7342 s
7343 \end_layout
7344
7345 \end_inset
7346 </cell>
7347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7348 \begin_inset Text
7349
7350 \begin_layout Plain Layout
7351 asd
7352 \end_layout
7353
7354 \end_inset
7355 </cell>
7356 </row>
7357 <row>
7358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7359 \begin_inset Text
7360
7361 \begin_layout Plain Layout
7362 asd
7363 \end_layout
7364
7365 \end_inset
7366 </cell>
7367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7368 \begin_inset Text
7369
7370 \begin_layout Plain Layout
7371 s
7372 \end_layout
7373
7374 \end_inset
7375 </cell>
7376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7377 \begin_inset Text
7378
7379 \begin_layout Plain Layout
7380 s
7381 \end_layout
7382
7383 \end_inset
7384 </cell>
7385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7386 \begin_inset Text
7387
7388 \begin_layout Plain Layout
7389 s
7390 \end_layout
7391
7392 \end_inset
7393 </cell>
7394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Plain Layout
7398 asd
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 </row>
7404 <row>
7405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7406 \begin_inset Text
7407
7408 \begin_layout Plain Layout
7409 asd
7410 \end_layout
7411
7412 \end_inset
7413 </cell>
7414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7415 \begin_inset Text
7416
7417 \begin_layout Plain Layout
7418 sad
7419 \end_layout
7420
7421 \end_inset
7422 </cell>
7423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7424 \begin_inset Text
7425
7426 \begin_layout Plain Layout
7427 asd
7428 \end_layout
7429
7430 \end_inset
7431 </cell>
7432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7433 \begin_inset Text
7434
7435 \begin_layout Plain Layout
7436 asd
7437 \end_layout
7438
7439 \end_inset
7440 </cell>
7441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7442 \begin_inset Text
7443
7444 \begin_layout Plain Layout
7445 asd
7446 \end_layout
7447
7448 \end_inset
7449 </cell>
7450 </row>
7451 </lyxtabular>
7452
7453 \end_inset
7454
7455
7456 \begin_inset ERT
7457 status collapsed
7458
7459 \begin_layout Plain Layout
7460
7461
7462 \backslash
7463 setlength{
7464 \backslash
7465 LTcapwidth}{4in}
7466 \end_layout
7467
7468 \end_inset
7469
7470
7471 \begin_inset Note Note
7472 status collapsed
7473
7474 \begin_layout Plain Layout
7475 Beschriftungsbreite zurücksetzen
7476 \end_layout
7477
7478 \end_inset
7479
7480
7481 \end_layout
7482
7483 \begin_layout Standard
7484 \begin_inset Note Greyedout
7485 status open
7486
7487 \begin_layout Plain Layout
7488
7489 \series bold
7490 Achtung:
7491 \series default
7492  Wenn das \SpecialChar LaTeX
7493 -Paket 
7494 \series bold
7495 caption
7496 \series default
7497
7498 \begin_inset Index idx
7499 status collapsed
7500
7501 \begin_layout Plain Layout
7502 \SpecialChar LaTeX
7503 -Pakete ! caption
7504 \end_layout
7505
7506 \end_inset
7507
7508  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7509  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7510  4
7511 \begin_inset space \thinspace{}
7512 \end_inset
7513
7514 Zoll für 
7515 \series bold
7516
7517 \backslash
7518 LTcapwidth
7519 \series default
7520  benutzen.
7521  Um in diesem Fall eine genau 4
7522 \begin_inset space \thinspace{}
7523 \end_inset
7524
7525 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7526  4
7527 \begin_inset space \thinspace{}
7528 \end_inset
7529
7530 Zoll veränderten Wert wie z.
7531 \begin_inset space \thinspace{}
7532 \end_inset
7533
7534 B.
7535  3.99
7536 \begin_inset space \thinspace{}
7537 \end_inset
7538
7539 Zoll verwenden oder den \SpecialChar LaTeX
7540 -Befehl 
7541 \series bold
7542
7543 \backslash
7544 captionsetup{width=Wert}
7545 \series default
7546  benutzen, der vom 
7547 \series bold
7548 caption
7549 \series default
7550 -Paket bereitgestellt wird.
7551 \end_layout
7552
7553 \end_inset
7554
7555
7556 \end_layout
7557
7558 \begin_layout Subsubsection
7559 Unterschiedliche Beschriftung für Tabellenseiten
7560 \begin_inset Index idx
7561 status collapsed
7562
7563 \begin_layout Plain Layout
7564 Tabellen ! lange ! mehrere Beschriftungen
7565 \end_layout
7566
7567 \end_inset
7568
7569
7570 \end_layout
7571
7572 \begin_layout Standard
7573 Wenn die Tabellenbeschriftung der folgenden Seiten anders sein soll, als
7574  die der ersten Seite, markieren Sie eine leere Zeile als Kopfzeile, die
7575  eine Beschriftung enthält.
7576  Dann klicken Sie mit rechts auf die Beschriftung und wählen im Kontext-Menü
7577  
7578 \family sans
7579 Legende
7580 \begin_inset space ~
7581 \end_inset
7582
7583 (Lange Tabelle (unnummeriert))
7584 \family default
7585  aus.
7586  Tabelle
7587 \begin_inset space ~
7588 \end_inset
7589
7590
7591 \begin_inset CommandInset ref
7592 LatexCommand ref
7593 reference "tab:DiffCaptions"
7594
7595 \end_inset
7596
7597  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7598  ohne Tabellennummer auf der zweiten Seite.
7599 \begin_inset Separator parbreak
7600 \end_inset
7601
7602
7603 \end_layout
7604
7605 \begin_layout Standard
7606 \align center
7607 \begin_inset Tabular
7608 <lyxtabular version="3" rows="59" columns="3">
7609 <features islongtable="true" longtabularalignment="center">
7610 <column alignment="left" valignment="top" width="0pt">
7611 <column alignment="left" valignment="top" width="0pt">
7612 <column alignment="center" valignment="top" width="0pt">
7613 <row endfirsthead="true" caption="true">
7614 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618 \begin_inset Caption Standard
7619
7620 \begin_layout Plain Layout
7621 Telefonliste
7622 \begin_inset CommandInset label
7623 LatexCommand label
7624 name "tab:DiffCaptions"
7625
7626 \end_inset
7627
7628
7629 \begin_inset Argument 1
7630 status collapsed
7631
7632 \begin_layout Plain Layout
7633 Telefonliste
7634 \end_layout
7635
7636 \end_inset
7637
7638
7639 \end_layout
7640
7641 \end_inset
7642
7643
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 </row>
7667 <row endfirsthead="true">
7668 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7669 \begin_inset Text
7670
7671 \begin_layout Plain Layout
7672
7673 \series bold
7674 Telefonliste (ignoriere die Namen)
7675 \end_layout
7676
7677 \end_inset
7678 </cell>
7679 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7689 \begin_inset Text
7690
7691 \begin_layout Plain Layout
7692
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 </row>
7698 <row endfirsthead="true">
7699 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7700 \begin_inset Text
7701
7702 \begin_layout Plain Layout
7703
7704 \series bold
7705 NAME
7706 \end_layout
7707
7708 \end_inset
7709 </cell>
7710 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7711 \begin_inset Text
7712
7713 \begin_layout Plain Layout
7714
7715 \end_layout
7716
7717 \end_inset
7718 </cell>
7719 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723
7724 \series bold
7725 TEL.
7726 \end_layout
7727
7728 \end_inset
7729 </cell>
7730 </row>
7731 <row endhead="true" caption="true">
7732 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7733 \begin_inset Text
7734
7735 \begin_layout Plain Layout
7736 \begin_inset Caption LongTableNoNumber
7737
7738 \begin_layout Plain Layout
7739 Fortsetzung der Telefonliste
7740 \end_layout
7741
7742 \end_inset
7743
7744
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7759 \begin_inset Text
7760
7761 \begin_layout Plain Layout
7762
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 </row>
7768 <row endhead="true">
7769 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773
7774 \series bold
7775 Telefonliste
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Plain Layout
7793
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 </row>
7799 <row endhead="true">
7800 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804
7805 \series bold
7806 NAME
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824
7825 \series bold
7826 TEL.
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 </row>
7832 <row endfoot="true">
7833 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7834 \begin_inset Text
7835
7836 \begin_layout Plain Layout
7837 wird fortgesetzt\SpecialChar ldots
7838
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 </row>
7862 <row>
7863 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867
7868 \series bold
7869 Annovi
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878 Silvia
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887 111
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 </row>
7893 <row>
7894 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898
7899 \series bold
7900 Bertoli
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909 Stefano
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918 111
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 </row>
7924 <row>
7925 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929
7930 \series bold
7931 Bozzi
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940 Walter
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949 111
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 </row>
7955 <row>
7956 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960
7961 \series bold
7962 Cachia
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971 Maria
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980 111
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 </row>
7986 <row>
7987 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991
7992 \series bold
7993 Cachia
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002 Maurizio
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011 111
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 </row>
8017 <row>
8018 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022
8023 \series bold
8024 Cinquemani
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033 Giusi
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042 111
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 </row>
8048 <row>
8049 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053
8054 \series bold
8055 Colin
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064 Bernard
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073 111
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 </row>
8079 <row>
8080 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084
8085 \series bold
8086 Concli
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 Gianfranco
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104 111
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 </row>
8110 <row>
8111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115
8116 \series bold
8117 Dal Bosco
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126 Carolina
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135 111
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 </row>
8141 <row>
8142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146
8147 \series bold
8148 Dalpiaz
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157 Annamaria
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166 111
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 </row>
8172 <row>
8173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177
8178 \series bold
8179 Feliciello
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 Domenico
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 111
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 </row>
8203 <row>
8204 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208
8209 \series bold
8210 Focarelli
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 Paola
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228 111
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 </row>
8234 <row>
8235 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239
8240 \series bold
8241 Galletti
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250 Oreste
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 111
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 </row>
8265 <row>
8266 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270
8271 \series bold
8272 Gasparini
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281 Franca
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290 111
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 </row>
8296 <row>
8297 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301
8302 \series bold
8303 Rizzardi
8304 \series default
8305
8306 \begin_inset Foot
8307 status open
8308
8309 \begin_layout Plain Layout
8310 Beispielfußnote
8311 \end_layout
8312
8313 \end_inset
8314
8315
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 Paola
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333 111
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 </row>
8339 <row>
8340 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344
8345 \series bold
8346 Lassini
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 Giancarlo
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 111
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 </row>
8370 <row>
8371 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375
8376 \series bold
8377 Malfatti
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 Luciano
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395 111
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 </row>
8401 <row>
8402 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406
8407 \series bold
8408 Malfatti
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417 Valeriano
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426 111
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 </row>
8432 <row>
8433 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437
8438 \series bold
8439 Meneguzzo
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 Roberto
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457 111
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 </row>
8463 <row>
8464 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468
8469 \series bold
8470 Mezzadra
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479 Roberto
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488 111
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 </row>
8494 <row>
8495 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499
8500 \series bold
8501 Pirpamer
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 Erich
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519 111
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 </row>
8525 <row>
8526 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530
8531 \series bold
8532 Pochiesa
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541 Paolo
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550 111, 222
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 </row>
8556 <row>
8557 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561
8562 \series bold
8563 Radina
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572 Claudio
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581 111
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 </row>
8587 <row>
8588 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592
8593 \series bold
8594 Stuffer
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603 Oskar
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612 111
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 </row>
8618 <row>
8619 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623
8624 \series bold
8625 Tacchelli
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634 Ugo
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643 111
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 </row>
8649 <row>
8650 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654
8655 \series bold
8656 Tezzele
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665 Margit
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674 111
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 </row>
8680 <row>
8681 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685
8686 \series bold
8687 Unterkalmsteiner
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 Frieda
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705 111
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 </row>
8711 <row>
8712 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716
8717 \series bold
8718 Vieider
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727 Hilde
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Plain Layout
8736 111
8737 \end_layout
8738
8739 \end_inset
8740 </cell>
8741 </row>
8742 <row>
8743 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747
8748 \series bold
8749 Vigna
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758 Jürgen
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767 111
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 </row>
8773 <row>
8774 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778
8779 \series bold
8780 Weber
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789 Maurizio
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798 111
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 </row>
8804 <row>
8805 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809
8810 \series bold
8811 Winkler
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820 Franz
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829 111
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 </row>
8835 <row>
8836 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840  
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 </row>
8864 <row>
8865 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869
8870 \series bold
8871 Annovi
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880 Silvia
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889 555
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 </row>
8895 <row>
8896 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900
8901 \series bold
8902 Bertoli
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911 Stefano
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920 555
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 </row>
8926 <row>
8927 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931
8932 \series bold
8933 Bozzi
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942 Walter
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951 555
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 </row>
8957 <row>
8958 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962
8963 \series bold
8964 Cachia
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 Maria
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982 555
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 </row>
8988 <row>
8989 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993
8994 \series bold
8995 Cachia
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004 Maurizio
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 555
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 </row>
9019 <row>
9020 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024
9025 \series bold
9026 Cinquemani
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 Giusi
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 555
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 </row>
9050 <row>
9051 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055
9056 \series bold
9057 Colin
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066 Bernard
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075 555
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 </row>
9081 <row>
9082 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086
9087 \series bold
9088 Concli
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097 Gianfranco
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106 555
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 </row>
9112 <row>
9113 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117
9118 \series bold
9119 Dal Bosco
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128 Carolina
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137 555
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 </row>
9143 <row>
9144 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148
9149 \series bold
9150 Dalpiaz
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159 Annamaria
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168 555
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 </row>
9174 <row>
9175 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179
9180 \series bold
9181 Feliciello
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190 Domenico
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 555
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 </row>
9205 <row>
9206 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210
9211 \series bold
9212 Focarelli
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221 Paola
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230 555
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 </row>
9236 <row>
9237 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Plain Layout
9241
9242 \series bold
9243 Galletti
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252 Oreste
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 555
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 </row>
9267 <row>
9268 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9269 \begin_inset Text
9270
9271 \begin_layout Plain Layout
9272
9273 \series bold
9274 Gasparini
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283 Franca
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292 555
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 </row>
9298 <row>
9299 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9300 \begin_inset Text
9301
9302 \begin_layout Plain Layout
9303
9304 \series bold
9305 Rizzardi
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314 Paola
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9320 \begin_inset Text
9321
9322 \begin_layout Plain Layout
9323 555
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 </row>
9329 <row>
9330 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9331 \begin_inset Text
9332
9333 \begin_layout Plain Layout
9334
9335 \series bold
9336 Lassini
9337 \end_layout
9338
9339 \end_inset
9340 </cell>
9341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9342 \begin_inset Text
9343
9344 \begin_layout Plain Layout
9345 Giancarlo
9346 \end_layout
9347
9348 \end_inset
9349 </cell>
9350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9351 \begin_inset Text
9352
9353 \begin_layout Plain Layout
9354 555
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 </row>
9360 <row>
9361 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365
9366 \series bold
9367 Malfatti
9368 \end_layout
9369
9370 \end_inset
9371 </cell>
9372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376 Luciano
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385 555
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 </row>
9391 <row>
9392 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396
9397 \series bold
9398 Malfatti
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407 Valeriano
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9413 \begin_inset Text
9414
9415 \begin_layout Plain Layout
9416 555
9417 \end_layout
9418
9419 \end_inset
9420 </cell>
9421 </row>
9422 <row>
9423 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9424 \begin_inset Text
9425
9426 \begin_layout Plain Layout
9427
9428 \series bold
9429 Meneguzzo
9430 \end_layout
9431
9432 \end_inset
9433 </cell>
9434 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9435 \begin_inset Text
9436
9437 \begin_layout Plain Layout
9438 Roberto
9439 \end_layout
9440
9441 \end_inset
9442 </cell>
9443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9444 \begin_inset Text
9445
9446 \begin_layout Plain Layout
9447 555
9448 \end_layout
9449
9450 \end_inset
9451 </cell>
9452 </row>
9453 <row>
9454 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458
9459 \series bold
9460 Mezzadra
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469 Roberto
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9475 \begin_inset Text
9476
9477 \begin_layout Plain Layout
9478 555
9479 \end_layout
9480
9481 \end_inset
9482 </cell>
9483 </row>
9484 </lyxtabular>
9485
9486 \end_inset
9487
9488
9489 \end_layout
9490
9491 \begin_layout Section
9492 Weitere Möglichkeiten für 
9493 \family sans
9494 lange Tabelle
9495 \family default
9496 n
9497 \begin_inset CommandInset label
9498 LatexCommand label
9499 name "abs:Special-Longtable-Issues"
9500
9501 \end_inset
9502
9503
9504 \end_layout
9505
9506 \begin_layout Subsection
9507 L
9508 \family sans
9509 ange Tabelle
9510 \family default
9511 n: Berechnung
9512 \begin_inset Index idx
9513 status collapsed
9514
9515 \begin_layout Plain Layout
9516 Tabellen ! lange ! Berechnung
9517 \end_layout
9518
9519 \end_inset
9520
9521
9522 \end_layout
9523
9524 \begin_layout Standard
9525 \SpecialChar LaTeX
9526  berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit so genannten
9527  
9528 \emph on
9529 chunks
9530 \emph default
9531  (Brocken).
9532  Chunks sind Tabellenteile, die \SpecialChar LaTeX
9533  gleichzeitig im Speicher hält.
9534  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9535  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9536  das die Druckausgabe.
9537  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9538  setzen, indem Sie in den \SpecialChar LaTeX
9539 -Vorspann Ihres Dokumentes folgende Zeile einfügen:
9540 \end_layout
9541
9542 \begin_layout Standard
9543
9544 \series bold
9545
9546 \backslash
9547 setcounter{LTchunksize}{100}
9548 \end_layout
9549
9550 \begin_layout Subsection
9551 Gleitobjekte und L
9552 \family sans
9553 ange Tabelle
9554 \family default
9555 n
9556 \begin_inset Index idx
9557 status collapsed
9558
9559 \begin_layout Plain Layout
9560 Tabellen ! lange ! und Gleitobjekte
9561 \end_layout
9562
9563 \end_inset
9564
9565
9566 \end_layout
9567
9568 \begin_layout Standard
9569 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9570 \family sans
9571 lange
9572 \begin_inset space ~
9573 \end_inset
9574
9575 Tabelle
9576 \family default
9577  beginnt, ein Gleitobjekt befindet.
9578  Um das zu vermeiden, können Sie vor der 
9579 \family sans
9580 langen
9581 \begin_inset space ~
9582 \end_inset
9583
9584 Tabellen
9585 \family default
9586  einen manuellen Seitenumbruch
9587 \family sans
9588  Einfügen\SpecialChar menuseparator
9589 Formatierung\SpecialChar menuseparator
9590 [Doppel]Seite
9591 \begin_inset space \space{}
9592 \end_inset
9593
9594 leeren
9595 \family default
9596  einfügen, siehe 
9597 \emph on
9598 Benutzerhandbuch
9599 \emph default
9600 .
9601 \end_layout
9602
9603 \begin_layout Subsection
9604 Manuelle Seitenumbrüche
9605 \begin_inset Index idx
9606 status collapsed
9607
9608 \begin_layout Plain Layout
9609 Tabellen ! lange ! manueller Seitenumbruch
9610 \end_layout
9611
9612 \end_inset
9613
9614
9615 \end_layout
9616
9617 \begin_layout Standard
9618 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9619  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9620  der Zelle umbrechen wollen, fügen Sie den Befehl  
9621 \begin_inset Quotes gld
9622 \end_inset
9623
9624
9625 \series bold
9626
9627 \backslash
9628
9629 \backslash
9630
9631 \series default
9632
9633 \begin_inset Quotes grd
9634 \end_inset
9635
9636  für eine neue Zeile als \SpecialChar TeX
9637 -Code an der Stelle in der Zelle ein, wo umgebrochen
9638  werden kann.
9639  Vor dem 
9640 \begin_inset Quotes gld
9641 \end_inset
9642
9643
9644 \series bold
9645
9646 \backslash
9647
9648 \backslash
9649
9650 \series default
9651
9652 \begin_inset Quotes grd
9653 \end_inset
9654
9655 -Befehl müssen Sie so viele 
9656 \begin_inset Quotes gld
9657 \end_inset
9658
9659
9660 \series bold
9661 &
9662 \series default
9663
9664 \begin_inset Quotes grd
9665 \end_inset
9666
9667  als \SpecialChar TeX
9668 -Code einfügen wie noch Spalten in der Zeile folgen.
9669  Mit 
9670 \begin_inset Quotes gld
9671 \end_inset
9672
9673
9674 \series bold
9675 &
9676 \series default
9677
9678 \begin_inset Quotes grd
9679 \end_inset
9680
9681   werden in \SpecialChar LaTeX
9682  Tabellenzellen getrennt.
9683  Hinter jedes 
9684 \begin_inset Quotes gld
9685 \end_inset
9686
9687
9688 \series bold
9689 &
9690 \series default
9691
9692 \begin_inset Quotes grd
9693 \end_inset
9694
9695  schreiben Sie ebenfalls in \SpecialChar TeX
9696 -Code den Inhalt der entsprechenden Zelle und
9697  löschen den Inhalt dieser Zellen.
9698 \end_layout
9699
9700 \begin_layout Standard
9701 Hinter dem 
9702 \begin_inset Quotes gld
9703 \end_inset
9704
9705
9706 \series bold
9707
9708 \backslash
9709
9710 \backslash
9711
9712 \series default
9713
9714 \begin_inset Quotes grd
9715 \end_inset
9716
9717 -Befehl müssen Sie so viele 
9718 \begin_inset Quotes gld
9719 \end_inset
9720
9721
9722 \series bold
9723 &
9724 \series default
9725
9726 \begin_inset Quotes grd
9727 \end_inset
9728
9729  als \SpecialChar TeX
9730 -Code einfügen wie Spalten vor der momentanen Spalte sind.
9731  In Tabelle
9732 \begin_inset space ~
9733 \end_inset
9734
9735
9736 \begin_inset CommandInset ref
9737 LatexCommand ref
9738 reference "tab:ForcedPagebreak"
9739
9740 \end_inset
9741
9742  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9743  Es folgt noch eine weitere Spalte.
9744  Deshalb wurde hinter dem Wort 
9745 \emph on
9746 Castelchiodato, 
9747 \emph default
9748 folgendes eingefügt:
9749 \end_layout
9750
9751 \begin_layout Standard
9752
9753 \series bold
9754 & 111
9755 \backslash
9756
9757 \backslash
9758  
9759 \backslash
9760 newpage
9761 \begin_inset Newline newline
9762 \end_inset
9763
9764 &
9765 \end_layout
9766
9767 \begin_layout Standard
9768 Die 
9769 \begin_inset Quotes gld
9770 \end_inset
9771
9772 111
9773 \begin_inset Quotes grd
9774 \end_inset
9775
9776  in der dritten Spalte wurde gelöscht.
9777  
9778 \series bold
9779
9780 \backslash
9781 newpage
9782 \series default
9783  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9784  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9785  Wenn die Fußzeile Ihrer 
9786 \family sans
9787 langen
9788 \begin_inset space ~
9789 \end_inset
9790
9791 Tabelle
9792 \family default
9793  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9794  Befehle benutzen:
9795 \end_layout
9796
9797 \begin_layout Standard
9798
9799 \series bold
9800 & 111
9801 \backslash
9802
9803 \backslash
9804
9805 \begin_inset Newline newline
9806 \end_inset
9807
9808
9809 \backslash
9810 hline &
9811 \end_layout
9812
9813 \begin_layout Standard
9814 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9815  muss folgender Befehl als \SpecialChar TeX
9816 -Code am Anfang der Zelle eingefügt werden:
9817 \end_layout
9818
9819 \begin_layout Standard
9820
9821 \series bold
9822
9823 \backslash
9824 setlength{
9825 \backslash
9826 parfillskip}{0pt}
9827 \end_layout
9828
9829 \begin_layout Standard
9830 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9831  erscheint.
9832 \begin_inset Separator parbreak
9833 \end_inset
9834
9835
9836 \end_layout
9837
9838 \begin_layout Standard
9839 \align center
9840 \begin_inset Tabular
9841 <lyxtabular version="3" rows="38" columns="3">
9842 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9843 <column alignment="left" valignment="top" width="0cm">
9844 <column alignment="left" valignment="top" width="3cm">
9845 <column alignment="right" valignment="top" width="0pt">
9846 <row endfirsthead="true" caption="true">
9847 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9848 \begin_inset Text
9849
9850 \begin_layout Plain Layout
9851 \begin_inset Caption Standard
9852
9853 \begin_layout Plain Layout
9854 Tabelle mit manuellem Seitenumbruch in einer Zelle
9855 \begin_inset CommandInset label
9856 LatexCommand label
9857 name "tab:ForcedPagebreak"
9858
9859 \end_inset
9860
9861
9862 \begin_inset Argument 1
9863 status collapsed
9864
9865 \begin_layout Plain Layout
9866 Tabelle mit manuellem Seitenumbruch in einer Zelle
9867 \end_layout
9868
9869 \end_inset
9870
9871
9872 \end_layout
9873
9874 \end_inset
9875
9876
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885
9886 \end_layout
9887
9888 \end_inset
9889 </cell>
9890 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9891 \begin_inset Text
9892
9893 \begin_layout Plain Layout
9894
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 </row>
9900 <row endfirsthead="true">
9901 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905
9906 \series bold
9907 Telefonliste (ignoriere die Namen)
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Plain Layout
9925
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 </row>
9931 <row endfirsthead="true">
9932 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936
9937 \series bold
9938 NAME
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9953 \begin_inset Text
9954
9955 \begin_layout Plain Layout
9956
9957 \series bold
9958 TEL.
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 </row>
9964 <row endhead="true">
9965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969 \begin_inset ERT
9970 status collapsed
9971
9972 \begin_layout Plain Layout
9973
9974
9975 \backslash
9976 caption*{Fortsetzung der Tabelle}
9977 \backslash
9978
9979 \backslash
9980 %
9981 \end_layout
9982
9983 \end_inset
9984
9985
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Plain Layout
9994
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 </row>
10009 <row endhead="true">
10010 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Plain Layout
10014
10015 \series bold
10016 Telefonliste
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 </row>
10040 <row endhead="true">
10041 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045
10046 \series bold
10047 NAME
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065
10066 \series bold
10067 TEL.
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 </row>
10073 <row endfoot="true">
10074 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078 wird fortgesetzt\SpecialChar ldots
10079
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 </row>
10103 <row>
10104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108
10109 \series bold
10110 Annovi
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119 Silvia
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128 111
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 </row>
10134 <row>
10135 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Plain Layout
10139
10140 \series bold
10141 Bertoli
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150 Stefano
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10156 \begin_inset Text
10157
10158 \begin_layout Plain Layout
10159 111
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 </row>
10165 <row>
10166 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10167 \begin_inset Text
10168
10169 \begin_layout Plain Layout
10170
10171 \series bold
10172 Bozzi
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181 Walter
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Plain Layout
10190 111
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 </row>
10196 <row>
10197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10198 \begin_inset Text
10199
10200 \begin_layout Plain Layout
10201
10202 \series bold
10203 Cachia
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212 Maria
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10218 \begin_inset Text
10219
10220 \begin_layout Plain Layout
10221 111
10222 \end_layout
10223
10224 \end_inset
10225 </cell>
10226 </row>
10227 <row>
10228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10229 \begin_inset Text
10230
10231 \begin_layout Plain Layout
10232
10233 \series bold
10234 Cachia
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243 Maurizio
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10249 \begin_inset Text
10250
10251 \begin_layout Plain Layout
10252 111
10253 \end_layout
10254
10255 \end_inset
10256 </cell>
10257 </row>
10258 <row>
10259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10260 \begin_inset Text
10261
10262 \begin_layout Plain Layout
10263
10264 \series bold
10265 Cinquemani
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274 Giusi
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10280 \begin_inset Text
10281
10282 \begin_layout Plain Layout
10283 111
10284 \end_layout
10285
10286 \end_inset
10287 </cell>
10288 </row>
10289 <row>
10290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294
10295 \series bold
10296 Colin
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305 Bernard
10306 \end_layout
10307
10308 \end_inset
10309 </cell>
10310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10311 \begin_inset Text
10312
10313 \begin_layout Plain Layout
10314 111
10315 \end_layout
10316
10317 \end_inset
10318 </cell>
10319 </row>
10320 <row>
10321 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Plain Layout
10325
10326 \series bold
10327 Concli
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336 Gianfranco
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345 111
10346 \end_layout
10347
10348 \end_inset
10349 </cell>
10350 </row>
10351 <row>
10352 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Plain Layout
10356
10357 \series bold
10358 Dal Bosco
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10364 \begin_inset Text
10365
10366 \begin_layout Plain Layout
10367 Carolina
10368 \end_layout
10369
10370 \end_inset
10371 </cell>
10372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10373 \begin_inset Text
10374
10375 \begin_layout Plain Layout
10376 111
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 </row>
10382 <row>
10383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387
10388 \series bold
10389 Dalpiaz
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Plain Layout
10398 Annamaria
10399 \end_layout
10400
10401 \end_inset
10402 </cell>
10403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10404 \begin_inset Text
10405
10406 \begin_layout Plain Layout
10407 111
10408 \end_layout
10409
10410 \end_inset
10411 </cell>
10412 </row>
10413 <row>
10414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418
10419 \series bold
10420 Feliciello
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429 Domenico
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10435 \begin_inset Text
10436
10437 \begin_layout Plain Layout
10438 111
10439 \end_layout
10440
10441 \end_inset
10442 </cell>
10443 </row>
10444 <row>
10445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10446 \begin_inset Text
10447
10448 \begin_layout Plain Layout
10449
10450 \series bold
10451 Focarelli
10452 \end_layout
10453
10454 \end_inset
10455 </cell>
10456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460 Paola
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10466 \begin_inset Text
10467
10468 \begin_layout Plain Layout
10469 111
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 </row>
10475 <row>
10476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480
10481 \series bold
10482 Galletti
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491 Oreste
10492 \end_layout
10493
10494 \end_inset
10495 </cell>
10496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10497 \begin_inset Text
10498
10499 \begin_layout Plain Layout
10500 111
10501 \end_layout
10502
10503 \end_inset
10504 </cell>
10505 </row>
10506 <row>
10507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10508 \begin_inset Text
10509
10510 \begin_layout Plain Layout
10511
10512 \series bold
10513 Gasparini
10514 \end_layout
10515
10516 \end_inset
10517 </cell>
10518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522 Franca
10523 \end_layout
10524
10525 \end_inset
10526 </cell>
10527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10528 \begin_inset Text
10529
10530 \begin_layout Plain Layout
10531 111
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 </row>
10537 <row>
10538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542
10543 \series bold
10544 Lassini
10545 \end_layout
10546
10547 \end_inset
10548 </cell>
10549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553 Giancarlo
10554 \end_layout
10555
10556 \end_inset
10557 </cell>
10558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10559 \begin_inset Text
10560
10561 \begin_layout Plain Layout
10562 111
10563 \end_layout
10564
10565 \end_inset
10566 </cell>
10567 </row>
10568 <row>
10569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573
10574 \series bold
10575 Malfatti
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584 Luciano
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10590 \begin_inset Text
10591
10592 \begin_layout Plain Layout
10593 111
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 </row>
10599 <row>
10600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10601 \begin_inset Text
10602
10603 \begin_layout Plain Layout
10604
10605 \series bold
10606 Malfatti
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615 Valeriano
10616 \end_layout
10617
10618 \end_inset
10619 </cell>
10620 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10621 \begin_inset Text
10622
10623 \begin_layout Plain Layout
10624 111
10625 \end_layout
10626
10627 \end_inset
10628 </cell>
10629 </row>
10630 <row>
10631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635
10636 \series bold
10637 Meneguzzo
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646 Roberto
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10652 \begin_inset Text
10653
10654 \begin_layout Plain Layout
10655 111
10656 \end_layout
10657
10658 \end_inset
10659 </cell>
10660 </row>
10661 <row>
10662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10663 \begin_inset Text
10664
10665 \begin_layout Plain Layout
10666
10667 \series bold
10668 Mezzadra
10669 \end_layout
10670
10671 \end_inset
10672 </cell>
10673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677 Roberto
10678 \end_layout
10679
10680 \end_inset
10681 </cell>
10682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10683 \begin_inset Text
10684
10685 \begin_layout Plain Layout
10686 111
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 </row>
10692 <row>
10693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697
10698 \series bold
10699 Pirpamer
10700 \end_layout
10701
10702 \end_inset
10703 </cell>
10704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708 Erich
10709 \end_layout
10710
10711 \end_inset
10712 </cell>
10713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10714 \begin_inset Text
10715
10716 \begin_layout Plain Layout
10717 111
10718 \end_layout
10719
10720 \end_inset
10721 </cell>
10722 </row>
10723 <row>
10724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728
10729 \series bold
10730 Pochiesa
10731 \end_layout
10732
10733 \end_inset
10734 </cell>
10735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739 Paolo
10740 \end_layout
10741
10742 \end_inset
10743 </cell>
10744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10745 \begin_inset Text
10746
10747 \begin_layout Plain Layout
10748 111, 222
10749 \end_layout
10750
10751 \end_inset
10752 </cell>
10753 </row>
10754 <row>
10755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759
10760 \series bold
10761 Radina
10762 \end_layout
10763
10764 \end_inset
10765 </cell>
10766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770 Claudio
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779 111
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 </row>
10785 <row>
10786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10787 \begin_inset Text
10788
10789 \begin_layout Plain Layout
10790
10791 \series bold
10792 Rizzardi
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801 Paolo, 11.
10802  Fürst von Monte\SpecialChar softhyphen
10803 com\SpecialChar softhyphen
10804 patri, 11.
10805  Fürst von Sulmona und Vivaro, 10.
10806  Fürst von Rossano, 5.
10807  Herzog von Canemorte, 11.
10808  Herzog von Palombara, 5.
10809  Herzog von Castelchiodato,
10810 \begin_inset ERT
10811 status open
10812
10813 \begin_layout Plain Layout
10814
10815 & 111
10816 \backslash
10817
10818 \backslash
10819  
10820 \backslash
10821 newpage
10822 \end_layout
10823
10824 \begin_layout Plain Layout
10825
10826 &
10827 \end_layout
10828
10829 \end_inset
10830
10831  11.
10832  Herzog von Poggionativo, 11.
10833  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10834  Graf von Valinfreda, 11.
10835  Baron von Cropalati, 11.
10836  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10837 \end_layout
10838
10839 \end_inset
10840 </cell>
10841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10842 \begin_inset Text
10843
10844 \begin_layout Plain Layout
10845
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 </row>
10851 <row>
10852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856
10857 \series bold
10858 Stuffer
10859 \end_layout
10860
10861 \end_inset
10862 </cell>
10863 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10864 \begin_inset Text
10865
10866 \begin_layout Plain Layout
10867 Oskar
10868 \end_layout
10869
10870 \end_inset
10871 </cell>
10872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10873 \begin_inset Text
10874
10875 \begin_layout Plain Layout
10876 111
10877 \end_layout
10878
10879 \end_inset
10880 </cell>
10881 </row>
10882 <row>
10883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887
10888 \series bold
10889 Tacchelli
10890 \end_layout
10891
10892 \end_inset
10893 </cell>
10894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10895 \begin_inset Text
10896
10897 \begin_layout Plain Layout
10898 Ugo
10899 \end_layout
10900
10901 \end_inset
10902 </cell>
10903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907 111
10908 \end_layout
10909
10910 \end_inset
10911 </cell>
10912 </row>
10913 <row>
10914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918
10919 \series bold
10920 Tezzele
10921 \end_layout
10922
10923 \end_inset
10924 </cell>
10925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929 Margit
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938 111
10939 \end_layout
10940
10941 \end_inset
10942 </cell>
10943 </row>
10944 <row>
10945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949
10950 \series bold
10951 Unterkalmsteiner
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960 Frieda
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969 111
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 </row>
10975 <row>
10976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980
10981 \series bold
10982 Vieider
10983 \end_layout
10984
10985 \end_inset
10986 </cell>
10987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10988 \begin_inset Text
10989
10990 \begin_layout Plain Layout
10991 Hilde
10992 \end_layout
10993
10994 \end_inset
10995 </cell>
10996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000 111
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 </row>
11006 <row>
11007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011
11012 \series bold
11013 Vigna
11014 \end_layout
11015
11016 \end_inset
11017 </cell>
11018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11019 \begin_inset Text
11020
11021 \begin_layout Plain Layout
11022 Jürgen
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031 111
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 </row>
11037 <row>
11038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11039 \begin_inset Text
11040
11041 \begin_layout Plain Layout
11042
11043 \series bold
11044 Weber
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11050 \begin_inset Text
11051
11052 \begin_layout Plain Layout
11053 Maurizio
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062 111
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 </row>
11068 <row>
11069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073
11074 \series bold
11075 Winkler
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084 Franz
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093 111
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 </row>
11099 </lyxtabular>
11100
11101 \end_inset
11102
11103
11104 \end_layout
11105
11106 \begin_layout Section
11107 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11108 \end_layout
11109
11110 \begin_layout Subsection
11111 Mehrfache Zeilen in Zellen
11112 \begin_inset CommandInset label
11113 LatexCommand label
11114 name "uab:Mehrfache-Zeilen-in"
11115
11116 \end_inset
11117
11118
11119 \begin_inset Index idx
11120 status collapsed
11121
11122 \begin_layout Plain Layout
11123 Mehrfache ! Zeilen in Zellen
11124 \end_layout
11125
11126 \end_inset
11127
11128
11129 \begin_inset Index idx
11130 status collapsed
11131
11132 \begin_layout Plain Layout
11133 Tabellen ! Zeilenumbrüche
11134 \end_layout
11135
11136 \end_inset
11137
11138
11139 \end_layout
11140
11141 \begin_layout Standard
11142 \noindent
11143 \begin_inset Float table
11144 placement H
11145 wide false
11146 sideways false
11147 status open
11148
11149 \begin_layout Plain Layout
11150 \begin_inset Caption Standard
11151
11152 \begin_layout Plain Layout
11153 \begin_inset CommandInset label
11154 LatexCommand label
11155 name "tab:Table-with-multiple"
11156
11157 \end_inset
11158
11159 Tabelle mit mehrfachen Zeilen in einer Zelle
11160 \end_layout
11161
11162 \end_inset
11163
11164
11165 \end_layout
11166
11167 \begin_layout Plain Layout
11168 \align center
11169 \begin_inset Tabular
11170 <lyxtabular version="3" rows="3" columns="3">
11171 <features tabularvalignment="middle">
11172 <column alignment="center" valignment="middle" width="2.5cm">
11173 <column alignment="center" valignment="middle" width="0.5cm">
11174 <column alignment="center" valignment="middle" width="0.5cm">
11175 <row>
11176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180 zwei
11181 \begin_inset Newline linebreak
11182 \end_inset
11183
11184 Zeilen
11185 \end_layout
11186
11187 \end_inset
11188 </cell>
11189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11190 \begin_inset Text
11191
11192 \begin_layout Plain Layout
11193 b
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202 c
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 </row>
11208 <row>
11209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213 d
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 e
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231 f
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 </row>
11237 <row>
11238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 g
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11248 \begin_inset Text
11249
11250 \begin_layout Plain Layout
11251 h
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11257 \begin_inset Text
11258
11259 \begin_layout Plain Layout
11260 i
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 </row>
11266 </lyxtabular>
11267
11268 \end_inset
11269
11270
11271 \end_layout
11272
11273 \end_inset
11274
11275
11276 \end_layout
11277
11278 \begin_layout Standard
11279 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11280  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11281  Tabelle
11282 \begin_inset space ~
11283 \end_inset
11284
11285
11286 \begin_inset CommandInset ref
11287 LatexCommand ref
11288 reference "tab:Table-with-multiple"
11289
11290 \end_inset
11291
11292  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11293 \family sans
11294 Tabellen-Einstellungen
11295 \family default
11296 -Dialog auf 2.5
11297 \begin_inset space \thinspace{}
11298 \end_inset
11299
11300 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11301  Weil unser Text schmaler als 2.5
11302 \begin_inset space \thinspace{}
11303 \end_inset
11304
11305 cm ist, würde er in einer Zeile gedruckt werden.
11306  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11307
11308 \family sans
11309 Strg+Shift+Enter
11310 \family default
11311 ) eingefügt.
11312  Wenn der Text länger ist, wird er automatisch umgebrochen.
11313 \end_layout
11314
11315 \begin_layout Standard
11316 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11317  setzen Sie die Breite der beiden Spalten im 
11318 \family sans
11319 Tabellen-Einstellungen
11320 \family default
11321 -Dialog auf 0.5
11322 \begin_inset space \thinspace{}
11323 \end_inset
11324
11325 cm und die vertikale Ausrichtung auf zentriert.
11326 \end_layout
11327
11328 \begin_layout Standard
11329 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11330  haben, kann \SpecialChar LaTeX
11331  es ohne Trennhilfen nicht trennen.
11332  Wenn Sie \SpecialChar LaTeX
11333  trotzdem die Trennung überlassen wollen, müssen Sie vor dem Wort
11334  etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11335  Fügen sie daher 0
11336 \begin_inset space \thinspace{}
11337 \end_inset
11338
11339 pt horizontalen Abstand vor dem Wort ein.
11340  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11341  Tabelle
11342 \begin_inset space ~
11343 \end_inset
11344
11345
11346 \begin_inset CommandInset ref
11347 LatexCommand ref
11348 reference "tab:Table-with-and"
11349
11350 \end_inset
11351
11352  zeigt die Wirkungen.
11353 \end_layout
11354
11355 \begin_layout Standard
11356 \begin_inset Float table
11357 placement h
11358 wide false
11359 sideways false
11360 status open
11361
11362 \begin_layout Plain Layout
11363 \begin_inset Caption Standard
11364
11365 \begin_layout Plain Layout
11366 \begin_inset CommandInset label
11367 LatexCommand label
11368 name "tab:Table-with-and"
11369
11370 \end_inset
11371
11372 Tabelle ohne und mit Silbentrennung
11373 \end_layout
11374
11375 \end_inset
11376
11377
11378 \end_layout
11379
11380 \begin_layout Plain Layout
11381 \begin_inset space \hfill{}
11382 \end_inset
11383
11384
11385 \begin_inset Tabular
11386 <lyxtabular version="3" rows="3" columns="3">
11387 <features tabularvalignment="middle">
11388 <column alignment="center" valignment="middle" width="2.5cm">
11389 <column alignment="center" valignment="middle" width="0.5cm">
11390 <column alignment="center" valignment="middle" width="0.5cm">
11391 <row>
11392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 einsehrlangesZellenwort
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 b
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 c
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 </row>
11420 <row>
11421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 d
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 e
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 f
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 </row>
11449 <row>
11450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454 g
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463 h
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 i
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 </row>
11478 </lyxtabular>
11479
11480 \end_inset
11481
11482
11483 \begin_inset space \hfill{}
11484 \end_inset
11485
11486
11487 \begin_inset Tabular
11488 <lyxtabular version="3" rows="3" columns="3">
11489 <features tabularvalignment="middle">
11490 <column alignment="center" valignment="middle" width="2.5cm">
11491 <column alignment="center" valignment="middle" width="0.5cm">
11492 <column alignment="center" valignment="middle" width="0.5cm">
11493 <row>
11494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498 \begin_inset space \hspace{}
11499 \length 0pt
11500 \end_inset
11501
11502 einsehrlangesZellenwort
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 b
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 c
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 </row>
11526 <row>
11527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Plain Layout
11531 d
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 e
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 f
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 </row>
11555 <row>
11556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11557 \begin_inset Text
11558
11559 \begin_layout Plain Layout
11560 g
11561 \end_layout
11562
11563 \end_inset
11564 </cell>
11565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 h
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578 i
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 </row>
11584 </lyxtabular>
11585
11586 \end_inset
11587
11588
11589 \begin_inset space \hfill{}
11590 \end_inset
11591
11592
11593 \end_layout
11594
11595 \end_inset
11596
11597
11598 \end_layout
11599
11600 \begin_layout Subsection
11601 Mehrfachspalten
11602 \begin_inset CommandInset label
11603 LatexCommand label
11604 name "uab:Mehrfachspalten"
11605
11606 \end_inset
11607
11608
11609 \begin_inset Index idx
11610 status collapsed
11611
11612 \begin_layout Plain Layout
11613 Mahrfachspalten
11614 \end_layout
11615
11616 \end_inset
11617
11618
11619 \begin_inset Index idx
11620 status collapsed
11621
11622 \begin_layout Plain Layout
11623 Tabellen ! Mahrfachspalten
11624 \end_layout
11625
11626 \end_inset
11627
11628
11629 \end_layout
11630
11631 \begin_layout Subsubsection
11632 Grundlagen
11633 \end_layout
11634
11635 \begin_layout Standard
11636 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11637  und verwenden dann den Knopf 
11638 \begin_inset Info
11639 type  "icon"
11640 arg   "inset-modify tabular multicolumn"
11641 \end_inset
11642
11643  in der Werkzeugleiste, das Menü 
11644 \family sans
11645 Bearbeiten\SpecialChar menuseparator
11646 Tabelle\SpecialChar menuseparator
11647 Mehrfachspalte
11648 \family default
11649 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11650  
11651 \family sans
11652 Mehrfachspalte
11653 \family default
11654 .
11655 \end_layout
11656
11657 \begin_layout Standard
11658 Mehrfachspalten haben ihre eigenen Einstellungen.
11659  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11660  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11661  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11662 \begin_inset Separator parbreak
11663 \end_inset
11664
11665
11666 \end_layout
11667
11668 \begin_layout Standard
11669 \align center
11670 \begin_inset Tabular
11671 <lyxtabular version="3" rows="3" columns="4">
11672 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11673 <column alignment="center" valignment="top" width="0pt">
11674 <column alignment="center" valignment="middle">
11675 <column alignment="center" valignment="top" width="0in">
11676 <column alignment="center" valignment="top" width="0pt">
11677 <row>
11678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11679 \begin_inset Text
11680
11681 \begin_layout Plain Layout
11682 abc
11683 \end_layout
11684
11685 \end_inset
11686 </cell>
11687 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691 def ghi
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709 jkl
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 </row>
11715 <row>
11716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720
11721 \family roman
11722 \series medium
11723 \shape up
11724 \size normal
11725 \emph off
11726 \bar no
11727 \noun off
11728 \color none
11729 A
11730 \end_layout
11731
11732 \end_inset
11733 </cell>
11734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11735 \begin_inset Text
11736
11737 \begin_layout Plain Layout
11738 B
11739 \end_layout
11740
11741 \end_inset
11742 </cell>
11743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11744 \begin_inset Text
11745
11746 \begin_layout Plain Layout
11747 C
11748 \end_layout
11749
11750 \end_inset
11751 </cell>
11752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756 D
11757 \end_layout
11758
11759 \end_inset
11760 </cell>
11761 </row>
11762 <row>
11763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11764 \begin_inset Text
11765
11766 \begin_layout Plain Layout
11767 1
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11773 \begin_inset Text
11774
11775 \begin_layout Plain Layout
11776 2
11777 \end_layout
11778
11779 \end_inset
11780 </cell>
11781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11782 \begin_inset Text
11783
11784 \begin_layout Plain Layout
11785 3
11786 \end_layout
11787
11788 \end_inset
11789 </cell>
11790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11791 \begin_inset Text
11792
11793 \begin_layout Plain Layout
11794 4
11795 \end_layout
11796
11797 \end_inset
11798 </cell>
11799 </row>
11800 </lyxtabular>
11801
11802 \end_inset
11803
11804
11805 \end_layout
11806
11807 \begin_layout Subsubsection
11808 Mehrfachspalten-Berechnungen
11809 \begin_inset CommandInset label
11810 LatexCommand label
11811 name "uab:Mehrfachspalten-Berechnungen"
11812
11813 \end_inset
11814
11815
11816 \begin_inset Index idx
11817 status collapsed
11818
11819 \begin_layout Plain Layout
11820 Mahrfachspalten ! Berechnung
11821 \end_layout
11822
11823 \end_inset
11824
11825
11826 \begin_inset Index idx
11827 status collapsed
11828
11829 \begin_layout Plain Layout
11830 Tabellen ! Mahrfachspalten ! Berechnung
11831 \end_layout
11832
11833 \end_inset
11834
11835
11836 \end_layout
11837
11838 \begin_layout Standard
11839 \SpecialChar LyX
11840  unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11841  Zellen beachten.
11842 \end_layout
11843
11844 \begin_layout Standard
11845 \begin_inset Float table
11846 placement h
11847 wide false
11848 sideways false
11849 status open
11850
11851 \begin_layout Plain Layout
11852 \begin_inset Caption Standard
11853
11854 \begin_layout Plain Layout
11855 \begin_inset CommandInset label
11856 LatexCommand label
11857 name "tab:Table-with-centered"
11858
11859 \end_inset
11860
11861 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11862  die halbe Breite der Mehrfachspalten-Zelle haben
11863 \begin_inset Argument 1
11864 status collapsed
11865
11866 \begin_layout Plain Layout
11867 Eine Mehrfachspalten-Tabelle
11868 \end_layout
11869
11870 \end_inset
11871
11872
11873 \end_layout
11874
11875 \end_inset
11876
11877
11878 \end_layout
11879
11880 \begin_layout Plain Layout
11881 \align center
11882 \begin_inset Tabular
11883 <lyxtabular version="3" rows="3" columns="3">
11884 <features tabularvalignment="middle">
11885 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11886 <column alignment="center" valignment="middle">
11887 <column alignment="center" valignment="top">
11888 <row>
11889 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11890 \begin_inset Text
11891
11892 \begin_layout Plain Layout
11893 Dies ist eine Mehrfach\SpecialChar softhyphen
11894 spalten-Zelle
11895 \end_layout
11896
11897 \end_inset
11898 </cell>
11899 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11900 \begin_inset Text
11901
11902 \begin_layout Plain Layout
11903
11904 \end_layout
11905
11906 \end_inset
11907 </cell>
11908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11909 \begin_inset Text
11910
11911 \begin_layout Plain Layout
11912 c
11913 \end_layout
11914
11915 \end_inset
11916 </cell>
11917 </row>
11918 <row>
11919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11920 \begin_inset Text
11921
11922 \begin_layout Plain Layout
11923 d
11924 \end_layout
11925
11926 \end_inset
11927 </cell>
11928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11929 \begin_inset Text
11930
11931 \begin_layout Plain Layout
11932 e
11933 \end_layout
11934
11935 \end_inset
11936 </cell>
11937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11938 \begin_inset Text
11939
11940 \begin_layout Plain Layout
11941 f
11942 \end_layout
11943
11944 \end_inset
11945 </cell>
11946 </row>
11947 <row>
11948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11949 \begin_inset Text
11950
11951 \begin_layout Plain Layout
11952 g
11953 \end_layout
11954
11955 \end_inset
11956 </cell>
11957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11958 \begin_inset Text
11959
11960 \begin_layout Plain Layout
11961 h
11962 \end_layout
11963
11964 \end_inset
11965 </cell>
11966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11967 \begin_inset Text
11968
11969 \begin_layout Plain Layout
11970 i
11971 \end_layout
11972
11973 \end_inset
11974 </cell>
11975 </row>
11976 </lyxtabular>
11977
11978 \end_inset
11979
11980
11981 \end_layout
11982
11983 \end_inset
11984
11985
11986 \end_layout
11987
11988 \begin_layout Standard
11989 Um Tabelle
11990 \begin_inset space ~
11991 \end_inset
11992
11993
11994 \begin_inset CommandInset ref
11995 LatexCommand ref
11996 reference "tab:Table-with-centered"
11997
11998 \end_inset
11999
12000  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
12001  3×3-Tabelle, kreuzen im 
12002 \family sans
12003 Tabellen-Einstellungen
12004 \family default
12005 -Dialog 
12006 \family sans
12007 Mehrfachspalte
12008 \family default
12009  an, setzen die 
12010 \family sans
12011 Horizontale
12012 \begin_inset space ~
12013 \end_inset
12014
12015 Ausrichtung
12016 \family default
12017  auf 
12018 \family sans
12019 Zentriert
12020 \family default
12021  und die 
12022 \family sans
12023 Breite
12024 \family default
12025  auf 2.5
12026 \begin_inset space \thinspace{}
12027 \end_inset
12028
12029 cm.
12030  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12031  Sie die Breite der ersten Spalte auf 1.25
12032 \begin_inset space \thinspace{}
12033 \end_inset
12034
12035 cm setzen.
12036  Die zweite Spalte wird dann automatisch 1.25
12037 \begin_inset space \thinspace{}
12038 \end_inset
12039
12040 cm breit (Breite der 
12041 \family sans
12042 Mehrfachspalte
12043 \family default
12044  
12045 \begin_inset Formula $-$
12046 \end_inset
12047
12048  Breite der ersten Spalte).
12049  Dies wurde so für Tabelle
12050 \begin_inset space ~
12051 \end_inset
12052
12053
12054 \begin_inset CommandInset ref
12055 LatexCommand ref
12056 reference "tab:Table-without-half"
12057
12058 \end_inset
12059
12060  gemacht.
12061 \end_layout
12062
12063 \begin_layout Standard
12064 \begin_inset Float table
12065 wide false
12066 sideways false
12067 status open
12068
12069 \begin_layout Plain Layout
12070 \begin_inset Caption Standard
12071
12072 \begin_layout Plain Layout
12073 \begin_inset CommandInset label
12074 LatexCommand label
12075 name "tab:Table-without-half"
12076
12077 \end_inset
12078
12079 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12080  wie die Mehrfachspalte
12081 \begin_inset Argument 1
12082 status collapsed
12083
12084 \begin_layout Plain Layout
12085 Eine unvollkommene Mehrfachspalten-Tabelle
12086 \end_layout
12087
12088 \end_inset
12089
12090
12091 \end_layout
12092
12093 \end_inset
12094
12095
12096 \end_layout
12097
12098 \begin_layout Plain Layout
12099 \align center
12100 \begin_inset Tabular
12101 <lyxtabular version="3" rows="3" columns="3">
12102 <features tabularvalignment="middle">
12103 <column alignment="center" valignment="top" width="1.25cm">
12104 <column alignment="center" valignment="top">
12105 <column alignment="center" valignment="top">
12106 <row>
12107 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12108 \begin_inset Text
12109
12110 \begin_layout Plain Layout
12111 Dies ist auch eine Mehr\SpecialChar softhyphen
12112 fach\SpecialChar softhyphen
12113 spalten-Zelle
12114 \end_layout
12115
12116 \end_inset
12117 </cell>
12118 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12119 \begin_inset Text
12120
12121 \begin_layout Plain Layout
12122
12123 \end_layout
12124
12125 \end_inset
12126 </cell>
12127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12128 \begin_inset Text
12129
12130 \begin_layout Plain Layout
12131 c
12132 \end_layout
12133
12134 \end_inset
12135 </cell>
12136 </row>
12137 <row>
12138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12139 \begin_inset Text
12140
12141 \begin_layout Plain Layout
12142 d
12143 \end_layout
12144
12145 \end_inset
12146 </cell>
12147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12148 \begin_inset Text
12149
12150 \begin_layout Plain Layout
12151 e
12152 \end_layout
12153
12154 \end_inset
12155 </cell>
12156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12157 \begin_inset Text
12158
12159 \begin_layout Plain Layout
12160 f
12161 \end_layout
12162
12163 \end_inset
12164 </cell>
12165 </row>
12166 <row>
12167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12168 \begin_inset Text
12169
12170 \begin_layout Plain Layout
12171 g
12172 \end_layout
12173
12174 \end_inset
12175 </cell>
12176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12177 \begin_inset Text
12178
12179 \begin_layout Plain Layout
12180 h
12181 \end_layout
12182
12183 \end_inset
12184 </cell>
12185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12186 \begin_inset Text
12187
12188 \begin_layout Plain Layout
12189 i
12190 \end_layout
12191
12192 \end_inset
12193 </cell>
12194 </row>
12195 </lyxtabular>
12196
12197 \end_inset
12198
12199
12200 \end_layout
12201
12202 \end_inset
12203
12204
12205 \end_layout
12206
12207 \begin_layout Standard
12208 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12209  als die zweite ist.
12210  Das liegt daran, dass die Zellenbreite 
12211 \begin_inset Formula $W_{\mathrm{tot}}$
12212 \end_inset
12213
12214  nicht ihre definierte Breite 
12215 \begin_inset Formula $W_{g}$
12216 \end_inset
12217
12218  ist, sondern ein wenig mehr.
12219  Anhang
12220 \begin_inset space ~
12221 \end_inset
12222
12223
12224 \begin_inset CommandInset ref
12225 LatexCommand ref
12226 reference "kap:Erläuterung-einer-Gleichung"
12227
12228 \end_inset
12229
12230  erklärt das genauer.
12231 \end_layout
12232
12233 \begin_layout Standard
12234 Wenn 
12235 \emph on
12236 n
12237 \emph default
12238  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12239  die definierte Breite 
12240 \begin_inset Formula $W_{g\,n}$
12241 \end_inset
12242
12243  einer Spalte, deren totale Breite = 
12244 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12245 \end_inset
12246
12247  sein soll, wie folgt:
12248 \begin_inset Formula 
12249 \begin{equation}
12250 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12251 \end{equation}
12252
12253 \end_inset
12254
12255
12256 \end_layout
12257
12258 \begin_layout Standard
12259 In unserem Falls ist 
12260 \begin_inset Formula $n=2$
12261 \end_inset
12262
12263
12264 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12265 \end_inset
12266
12267 cm, und damit wird aus Gleichung
12268 \begin_inset space ~
12269 \end_inset
12270
12271
12272 \begin_inset CommandInset ref
12273 LatexCommand ref
12274 reference "eq:Wgn"
12275
12276 \end_inset
12277
12278  
12279 \begin_inset Formula 
12280 \begin{equation}
12281 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12282 \end{equation}
12283
12284 \end_inset
12285
12286
12287 \end_layout
12288
12289 \begin_layout Standard
12290 Damit \SpecialChar LaTeX
12291  rechnen kann, muss das Paket 
12292 \series bold
12293 calc
12294 \series default
12295  im Vorspann geladen werden.
12296 \begin_inset Index idx
12297 status collapsed
12298
12299 \begin_layout Plain Layout
12300 \SpecialChar LaTeX
12301 -Pakete ! calc
12302 \end_layout
12303
12304 \end_inset
12305
12306
12307 \end_layout
12308
12309 \begin_layout Standard
12310
12311 \series bold
12312
12313 \backslash
12314 usepackage{calc}
12315 \end_layout
12316
12317 \begin_layout Standard
12318 \SpecialChar LyX
12319  erlaubt im 
12320 \family sans
12321 Breite
12322 \family default
12323 -Feld des 
12324 \family sans
12325 Tabellen-Einstellungen
12326 \family default
12327 -Dialogs keine Berechnungen.
12328  Deshalb müssen Sie die Formel für die Breite im Feld 
12329 \family sans
12330 LaTeX-Argument
12331 \family default
12332  eingeben.
12333  Hier iss ein Überblick über die Argumente:
12334 \end_layout
12335
12336 \begin_layout Itemize
12337
12338 \series bold
12339 p{Breite}
12340 \series default
12341  die Zelle bekommt eine feste 
12342 \series bold
12343 Breite
12344 \series default
12345 , und die vertikale Ausrichtung ist 
12346 \family sans
12347 Oben
12348 \end_layout
12349
12350 \begin_layout Itemize
12351
12352 \series bold
12353 m{Breite}
12354 \series default
12355  die Zelle bekommt eine feste 
12356 \series bold
12357 Breite
12358 \series default
12359 , und die vertikale Ausrichtung ist 
12360 \family sans
12361 Mitte
12362 \end_layout
12363
12364 \begin_layout Itemize
12365
12366 \series bold
12367 b{Breite}
12368 \series default
12369  die Zelle bekommt eine feste 
12370 \series bold
12371 Breite
12372 \series default
12373 , und die vertikale Ausrichtung ist 
12374 \family sans
12375 Unten
12376 \end_layout
12377
12378 \begin_layout Standard
12379 Wenn Sie ein \SpecialChar LaTeX
12380 -Argument eingeben, werden alle anderen Einstellungen für diese
12381  Zelle überschrieben.
12382 \end_layout
12383
12384 \begin_layout Standard
12385 \begin_inset Note Greyedout
12386 status open
12387
12388 \begin_layout Plain Layout
12389
12390 \series bold
12391 Bemerkung:
12392 \series default
12393  Wegen eines Fehlers in \SpecialChar LyX
12394  werden die überschriebenen Einstellungen dennoch
12395  angezeigt.
12396 \end_layout
12397
12398 \end_inset
12399
12400
12401 \end_layout
12402
12403 \begin_layout Standard
12404 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12405  der Zelle mit dem Inhalt 
12406 \begin_inset Quotes gld
12407 \end_inset
12408
12409 d
12410 \begin_inset Quotes grd
12411 \end_inset
12412
12413  der Tabelle
12414 \begin_inset space ~
12415 \end_inset
12416
12417
12418 \begin_inset CommandInset ref
12419 LatexCommand ref
12420 reference "tab:Table-with-centered"
12421
12422 \end_inset
12423
12424  auch noch der Befehl
12425 \family typewriter
12426 \series bold
12427  
12428 \family default
12429
12430 \backslash
12431 centering
12432 \series default
12433  hinzugefügt.
12434  Das Ganze sieht dann so aus:
12435 \end_layout
12436
12437 \begin_layout Standard
12438
12439 \series bold
12440 |>{
12441 \backslash
12442 centering}m{1.25cm-6.2pt}
12443 \end_layout
12444
12445 \begin_layout Standard
12446 Der vertikale Strich 
12447 \series bold
12448
12449 \begin_inset Quotes gld
12450 \end_inset
12451
12452 |
12453 \series default
12454
12455 \begin_inset Quotes grd
12456 \end_inset
12457
12458  am Anfang zeichnet die linke Linie, und der Befehl 
12459 \series bold
12460
12461 \begin_inset Quotes gld
12462 \end_inset
12463
12464 >{ }
12465 \begin_inset Quotes grd
12466 \end_inset
12467
12468
12469 \series default
12470  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12471  der Zelle benutzt werden sollen.
12472 \end_layout
12473
12474 \begin_layout Standard
12475 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12476  haben, ist der Text noch immer linksbündig, weil \SpecialChar LyX
12477  Ausrichtungen nur für
12478  einzelne Spalten anwendet.
12479  Deswegen musste für die Mehrfachspalte folgendes \SpecialChar LaTeX
12480 -Argument benutzt werden:
12481 \end_layout
12482
12483 \begin_layout Standard
12484
12485 \series bold
12486 |>{
12487 \backslash
12488 centering}m{2.5cm}|
12489 \end_layout
12490
12491 \begin_layout Subsection
12492 Mehrfachzeilen
12493 \begin_inset CommandInset label
12494 LatexCommand label
12495 name "uab:Mehrfachzeilen"
12496
12497 \end_inset
12498
12499
12500 \begin_inset Index idx
12501 status collapsed
12502
12503 \begin_layout Plain Layout
12504 Mehrfachzeilen
12505 \end_layout
12506
12507 \end_inset
12508
12509
12510 \begin_inset Index idx
12511 status collapsed
12512
12513 \begin_layout Plain Layout
12514 Tabellen ! Mehrfachzeilen
12515 \end_layout
12516
12517 \end_inset
12518
12519
12520 \end_layout
12521
12522 \begin_layout Standard
12523 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12524  und verwenden dann den Knopf 
12525 \begin_inset Info
12526 type  "icon"
12527 arg   "inset-modify tabular multirow"
12528 \end_inset
12529
12530  in der Werkzeugleiste, das Menü 
12531 \family sans
12532 Bearbeiten\SpecialChar menuseparator
12533 Tabelle\SpecialChar menuseparator
12534 Mehrfachzeile
12535 \family default
12536 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12537  
12538 \family sans
12539 Mehrfachzeile
12540 \family default
12541 .
12542 \end_layout
12543
12544 \begin_layout Standard
12545 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12546 \begin_inset Separator parbreak
12547 \end_inset
12548
12549
12550 \end_layout
12551
12552 \begin_layout Standard
12553 \align center
12554 \begin_inset Tabular
12555 <lyxtabular version="3" rows="3" columns="3">
12556 <features tabularvalignment="middle">
12557 <column alignment="center" valignment="top" width="0pt">
12558 <column alignment="center" valignment="top">
12559 <column alignment="center" valignment="top">
12560 <row>
12561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12562 \begin_inset Text
12563
12564 \begin_layout Plain Layout
12565 ein langer Eintrag
12566 \end_layout
12567
12568 \end_inset
12569 </cell>
12570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12571 \begin_inset Text
12572
12573 \begin_layout Plain Layout
12574 b
12575 \end_layout
12576
12577 \end_inset
12578 </cell>
12579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12580 \begin_inset Text
12581
12582 \begin_layout Plain Layout
12583 c
12584 \end_layout
12585
12586 \end_inset
12587 </cell>
12588 </row>
12589 <row>
12590 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12591 \begin_inset Text
12592
12593 \begin_layout Plain Layout
12594 Mehrfachzeile
12595 \end_layout
12596
12597 \end_inset
12598 </cell>
12599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12600 \begin_inset Text
12601
12602 \begin_layout Plain Layout
12603 e
12604 \end_layout
12605
12606 \end_inset
12607 </cell>
12608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12609 \begin_inset Text
12610
12611 \begin_layout Plain Layout
12612 f
12613 \end_layout
12614
12615 \end_inset
12616 </cell>
12617 </row>
12618 <row>
12619 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12620 \begin_inset Text
12621
12622 \begin_layout Plain Layout
12623
12624 \end_layout
12625
12626 \end_inset
12627 </cell>
12628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12629 \begin_inset Text
12630
12631 \begin_layout Plain Layout
12632 h
12633 \end_layout
12634
12635 \end_inset
12636 </cell>
12637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12638 \begin_inset Text
12639
12640 \begin_layout Plain Layout
12641 i
12642 \end_layout
12643
12644 \end_inset
12645 </cell>
12646 </row>
12647 </lyxtabular>
12648
12649 \end_inset
12650
12651
12652 \end_layout
12653
12654 \begin_layout Standard
12655 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12656  Spalte festgelegt.
12657  Der 
12658 \family sans
12659 Vertikale Versatz
12660 \family default
12661  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12662  positiv/negativ ist.
12663 \end_layout
12664
12665 \begin_layout Standard
12666 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12667  die Mehrfachzeile die Ausrichtung der Spalte.
12668  Ansonsten ist sie standardmäßig links ausgerichtet.
12669  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12670 \series bold
12671
12672 \backslash
12673 multirowsetup
12674 \series default
12675  mit dem Befehl
12676 \end_layout
12677
12678 \begin_layout Standard
12679
12680 \series bold
12681
12682 \backslash
12683 renewcommand{
12684 \backslash
12685 multirowsetup}{
12686 \backslash
12687 centering}
12688 \end_layout
12689
12690 \begin_layout Standard
12691 im \SpecialChar LaTeX
12692 -Vorspann.
12693  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12694  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12695  auch mittels \SpecialChar TeX
12696 -Code vor der jeweiligen Tabelle, statt im \SpecialChar LaTeX
12697 -Vorspann, erneuert
12698  werden.
12699  Für rechtsbündigen Text ersetzt man 
12700 \series bold
12701
12702 \backslash
12703 centering
12704 \series default
12705  durch 
12706 \series bold
12707
12708 \backslash
12709 raggedleft
12710 \series default
12711 .
12712  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12713 \series bold
12714
12715 \backslash
12716 raggedright
12717 \series default
12718  verwendet.
12719 \end_layout
12720
12721 \begin_layout Standard
12722 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12723  die -4
12724 \begin_inset space \thinspace{}
12725 \end_inset
12726
12727 mm vertikalen Versatz hat und sich in einer 3
12728 \begin_inset space \thinspace{}
12729 \end_inset
12730
12731 cm breiten Spalte befindet:
12732 \begin_inset Separator parbreak
12733 \end_inset
12734
12735
12736 \end_layout
12737
12738 \begin_layout Standard
12739 \noindent
12740 \align center
12741 \begin_inset ERT
12742 status collapsed
12743
12744 \begin_layout Plain Layout
12745
12746
12747 \backslash
12748 renewcommand{
12749 \backslash
12750 multirowsetup}{
12751 \backslash
12752 raggedleft}
12753 \end_layout
12754
12755 \end_inset
12756
12757
12758 \begin_inset Tabular
12759 <lyxtabular version="3" rows="4" columns="3">
12760 <features tabularvalignment="middle">
12761 <column alignment="center" valignment="top" width="3cm">
12762 <column alignment="center" valignment="top">
12763 <column alignment="center" valignment="top">
12764 <row>
12765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12766 \begin_inset Text
12767
12768 \begin_layout Plain Layout
12769 ein langer Eintrag
12770 \end_layout
12771
12772 \end_inset
12773 </cell>
12774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12775 \begin_inset Text
12776
12777 \begin_layout Plain Layout
12778 b
12779 \end_layout
12780
12781 \end_inset
12782 </cell>
12783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12784 \begin_inset Text
12785
12786 \begin_layout Plain Layout
12787 c
12788 \end_layout
12789
12790 \end_inset
12791 </cell>
12792 </row>
12793 <row>
12794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12795 \begin_inset Text
12796
12797 \begin_layout Plain Layout
12798 t
12799 \end_layout
12800
12801 \end_inset
12802 </cell>
12803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12804 \begin_inset Text
12805
12806 \begin_layout Plain Layout
12807 n
12808 \end_layout
12809
12810 \end_inset
12811 </cell>
12812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12813 \begin_inset Text
12814
12815 \begin_layout Plain Layout
12816 m
12817 \end_layout
12818
12819 \end_inset
12820 </cell>
12821 </row>
12822 <row>
12823 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12824 \begin_inset Text
12825
12826 \begin_layout Plain Layout
12827 Mehrfachzeile
12828 \end_layout
12829
12830 \end_inset
12831 </cell>
12832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12833 \begin_inset Text
12834
12835 \begin_layout Plain Layout
12836 e
12837 \end_layout
12838
12839 \end_inset
12840 </cell>
12841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12842 \begin_inset Text
12843
12844 \begin_layout Plain Layout
12845 f
12846 \end_layout
12847
12848 \end_inset
12849 </cell>
12850 </row>
12851 <row>
12852 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Plain Layout
12856
12857 \end_layout
12858
12859 \end_inset
12860 </cell>
12861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12862 \begin_inset Text
12863
12864 \begin_layout Plain Layout
12865 h
12866 \end_layout
12867
12868 \end_inset
12869 </cell>
12870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12871 \begin_inset Text
12872
12873 \begin_layout Plain Layout
12874 i
12875 \end_layout
12876
12877 \end_inset
12878 </cell>
12879 </row>
12880 </lyxtabular>
12881
12882 \end_inset
12883
12884
12885 \begin_inset ERT
12886 status collapsed
12887
12888 \begin_layout Plain Layout
12889
12890
12891 \backslash
12892 renewcommand{
12893 \backslash
12894 multirowsetup}{
12895 \backslash
12896 raggedright}
12897 \end_layout
12898
12899 \end_inset
12900
12901
12902 \end_layout
12903
12904 \begin_layout Standard
12905 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12906  (Tastenkürzel 
12907 \family sans
12908 Strg+Enter
12909 \family default
12910 ) verwenden.
12911  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12912 \begin_inset Separator parbreak
12913 \end_inset
12914
12915
12916 \end_layout
12917
12918 \begin_layout Standard
12919 \noindent
12920 \align center
12921 \begin_inset Tabular
12922 <lyxtabular version="3" rows="3" columns="2">
12923 <features tabularvalignment="middle">
12924 <column alignment="left" valignment="middle" width="2cm">
12925 <column alignment="center" valignment="top">
12926 <row>
12927 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12928 \begin_inset Text
12929
12930 \begin_layout Plain Layout
12931 aaa
12932 \begin_inset Newline newline
12933 \end_inset
12934
12935 aaa
12936 \begin_inset Newline newline
12937 \end_inset
12938
12939 falsche Zelle
12940 \end_layout
12941
12942 \end_inset
12943 </cell>
12944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12945 \begin_inset Text
12946
12947 \begin_layout Plain Layout
12948 ccc
12949 \end_layout
12950
12951 \end_inset
12952 </cell>
12953 </row>
12954 <row>
12955 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12956 \begin_inset Text
12957
12958 \begin_layout Plain Layout
12959
12960 \end_layout
12961
12962 \end_inset
12963 </cell>
12964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12965 \begin_inset Text
12966
12967 \begin_layout Plain Layout
12968 ddd
12969 \end_layout
12970
12971 \end_inset
12972 </cell>
12973 </row>
12974 <row>
12975 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12976 \begin_inset Text
12977
12978 \begin_layout Plain Layout
12979 bbb
12980 \end_layout
12981
12982 \end_inset
12983 </cell>
12984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12985 \begin_inset Text
12986
12987 \begin_layout Plain Layout
12988 eee
12989 \end_layout
12990
12991 \end_inset
12992 </cell>
12993 </row>
12994 </lyxtabular>
12995
12996 \end_inset
12997
12998
12999 \end_layout
13000
13001 \begin_layout Standard
13002 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
13003 \end_layout
13004
13005 \begin_layout Subsection
13006 Zellen mit diagonalen Linien
13007 \end_layout
13008
13009 \begin_layout Standard
13010 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
13011  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
13012  oder zwei diagonalen Linien zu teilen.
13013  Dies kann erreicht werden, indem man das \SpecialChar LaTeX
13014 -Paket 
13015 \series bold
13016 diagbox
13017 \series default
13018
13019 \begin_inset Index idx
13020 status collapsed
13021
13022 \begin_layout Plain Layout
13023 \SpecialChar LaTeX
13024 -Pakete ! diagbox
13025 \end_layout
13026
13027 \end_inset
13028
13029  im \SpecialChar LaTeX
13030 -Vorspann lädt.
13031  Das Paket stellt den Befehl 
13032 \series bold
13033
13034 \backslash
13035 diagbox
13036 \series default
13037  zur Verfügung, der als \SpecialChar TeX
13038 -Code eingefügt wird und 2 oder 3
13039 \begin_inset space ~
13040 \end_inset
13041
13042 Argumente hat:
13043 \end_layout
13044
13045 \begin_layout Standard
13046
13047 \series bold
13048
13049 \backslash
13050 diagbox[Optionen]{links unten}{rechts oben}
13051 \end_layout
13052
13053 \begin_layout Standard
13054
13055 \series bold
13056
13057 \backslash
13058 diagbox[Optionen]{links unten}{links oben}{rechts oben}
13059 \end_layout
13060
13061 \begin_layout Standard
13062 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
13063  die Argumente werden unter und über diese Linie platziert.
13064  Das zweite Schema teilt die Zelle mit 2
13065 \begin_inset space ~
13066 \end_inset
13067
13068 Linien.
13069 \end_layout
13070
13071 \begin_layout Standard
13072 \begin_inset ERT
13073 status collapsed
13074
13075 \begin_layout Plain Layout
13076
13077
13078 \backslash
13079 ifdiagbox
13080 \end_layout
13081
13082 \end_inset
13083
13084
13085 \begin_inset Note Note
13086 status open
13087
13088 \begin_layout Plain Layout
13089 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
13090 -Paket 
13091 \series bold
13092 diagbox
13093 \series default
13094  installiert ist.
13095 \end_layout
13096
13097 \end_inset
13098
13099
13100 \end_layout
13101
13102 \begin_layout Standard
13103 Hier ist eine Beispieltabelle in der 
13104 \series bold
13105
13106 \backslash
13107 diagbox 
13108 \series default
13109 im 2-Argument Schema in der ersten Zelle verwendet wird:
13110 \begin_inset VSpace medskip
13111 \end_inset
13112
13113
13114 \end_layout
13115
13116 \begin_layout Standard
13117 \noindent
13118 \begin_inset Tabular
13119 <lyxtabular version="3" rows="4" columns="4">
13120 <features tabularvalignment="middle">
13121 <column alignment="center" valignment="top">
13122 <column alignment="center" valignment="top">
13123 <column alignment="center" valignment="top">
13124 <column alignment="center" valignment="top">
13125 <row>
13126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13127 \begin_inset Text
13128
13129 \begin_layout Plain Layout
13130 \begin_inset ERT
13131 status collapsed
13132
13133 \begin_layout Plain Layout
13134
13135
13136 \backslash
13137 diagbox{
13138 \end_layout
13139
13140 \end_inset
13141
13142 Name
13143 \begin_inset ERT
13144 status collapsed
13145
13146 \begin_layout Plain Layout
13147
13148 }{
13149 \end_layout
13150
13151 \end_inset
13152
13153 Parameter
13154 \begin_inset ERT
13155 status collapsed
13156
13157 \begin_layout Plain Layout
13158
13159 }
13160 \end_layout
13161
13162 \end_inset
13163
13164
13165 \end_layout
13166
13167 \end_inset
13168 </cell>
13169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13170 \begin_inset Text
13171
13172 \begin_layout Plain Layout
13173 Dicke in nm
13174 \end_layout
13175
13176 \end_inset
13177 </cell>
13178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Plain Layout
13182 Transparenz in %
13183 \end_layout
13184
13185 \end_inset
13186 </cell>
13187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13188 \begin_inset Text
13189
13190 \begin_layout Plain Layout
13191 Härte in MPa
13192 \end_layout
13193
13194 \end_inset
13195 </cell>
13196 </row>
13197 <row>
13198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13199 \begin_inset Text
13200
13201 \begin_layout Plain Layout
13202 Perfekt Grün
13203 \end_layout
13204
13205 \end_inset
13206 </cell>
13207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13208 \begin_inset Text
13209
13210 \begin_layout Plain Layout
13211 45
13212 \end_layout
13213
13214 \end_inset
13215 </cell>
13216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Plain Layout
13220 80
13221 \end_layout
13222
13223 \end_inset
13224 </cell>
13225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Plain Layout
13229 504
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 </row>
13235 <row>
13236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13237 \begin_inset Text
13238
13239 \begin_layout Plain Layout
13240 Dunkel Multi-P
13241 \end_layout
13242
13243 \end_inset
13244 </cell>
13245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13246 \begin_inset Text
13247
13248 \begin_layout Plain Layout
13249 60
13250 \end_layout
13251
13252 \end_inset
13253 </cell>
13254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13255 \begin_inset Text
13256
13257 \begin_layout Plain Layout
13258 72
13259 \end_layout
13260
13261 \end_inset
13262 </cell>
13263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13264 \begin_inset Text
13265
13266 \begin_layout Plain Layout
13267 982
13268 \end_layout
13269
13270 \end_inset
13271 </cell>
13272 </row>
13273 <row>
13274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Plain Layout
13278 Kristallklar Pro
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13284 \begin_inset Text
13285
13286 \begin_layout Plain Layout
13287 18
13288 \end_layout
13289
13290 \end_inset
13291 </cell>
13292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13293 \begin_inset Text
13294
13295 \begin_layout Plain Layout
13296 86
13297 \end_layout
13298
13299 \end_inset
13300 </cell>
13301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13302 \begin_inset Text
13303
13304 \begin_layout Plain Layout
13305 374
13306 \end_layout
13307
13308 \end_inset
13309 </cell>
13310 </row>
13311 </lyxtabular>
13312
13313 \end_inset
13314
13315
13316 \begin_inset VSpace medskip
13317 \end_inset
13318
13319
13320 \end_layout
13321
13322 \begin_layout Standard
13323 \begin_inset Newpage newpage
13324 \end_inset
13325
13326
13327 \end_layout
13328
13329 \begin_layout Standard
13330 Das 3-Argument Schema ist z.
13331 \begin_inset space \thinspace{}
13332 \end_inset
13333
13334 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13335 \begin_inset Separator parbreak
13336 \end_inset
13337
13338
13339 \end_layout
13340
13341 \begin_layout Standard
13342 \noindent
13343 \align center
13344 \begin_inset Tabular
13345 <lyxtabular version="3" rows="4" columns="4">
13346 <features tabularvalignment="middle">
13347 <column alignment="center" valignment="top" width="0pt">
13348 <column alignment="center" valignment="top">
13349 <column alignment="center" valignment="top">
13350 <column alignment="center" valignment="top">
13351 <row>
13352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13353 \begin_inset Text
13354
13355 \begin_layout Plain Layout
13356 \begin_inset ERT
13357 status collapsed
13358
13359 \begin_layout Plain Layout
13360
13361
13362 \backslash
13363 diagbox{
13364 \end_layout
13365
13366 \end_inset
13367
13368 Heim
13369 \begin_inset ERT
13370 status collapsed
13371
13372 \begin_layout Plain Layout
13373
13374 }{
13375 \end_layout
13376
13377 \end_inset
13378
13379 Ergebnis
13380 \begin_inset ERT
13381 status collapsed
13382
13383 \begin_layout Plain Layout
13384
13385 }{
13386 \end_layout
13387
13388 \end_inset
13389
13390 Auswärts
13391 \begin_inset ERT
13392 status collapsed
13393
13394 \begin_layout Plain Layout
13395
13396 }
13397 \end_layout
13398
13399 \end_inset
13400
13401
13402 \end_layout
13403
13404 \end_inset
13405 </cell>
13406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13407 \begin_inset Text
13408
13409 \begin_layout Plain Layout
13410 Tiger
13411 \end_layout
13412
13413 \end_inset
13414 </cell>
13415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13416 \begin_inset Text
13417
13418 \begin_layout Plain Layout
13419 Panther
13420 \end_layout
13421
13422 \end_inset
13423 </cell>
13424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13425 \begin_inset Text
13426
13427 \begin_layout Plain Layout
13428 Falken
13429 \end_layout
13430
13431 \end_inset
13432 </cell>
13433 </row>
13434 <row>
13435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13436 \begin_inset Text
13437
13438 \begin_layout Plain Layout
13439 Tiger
13440 \end_layout
13441
13442 \end_inset
13443 </cell>
13444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13445 \begin_inset Text
13446
13447 \begin_layout Plain Layout
13448
13449 \end_layout
13450
13451 \end_inset
13452 </cell>
13453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13454 \begin_inset Text
13455
13456 \begin_layout Plain Layout
13457 1:3
13458 \end_layout
13459
13460 \end_inset
13461 </cell>
13462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13463 \begin_inset Text
13464
13465 \begin_layout Plain Layout
13466 0:1
13467 \end_layout
13468
13469 \end_inset
13470 </cell>
13471 </row>
13472 <row>
13473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477 Panther
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13483 \begin_inset Text
13484
13485 \begin_layout Plain Layout
13486 3:1
13487 \end_layout
13488
13489 \end_inset
13490 </cell>
13491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495
13496 \end_layout
13497
13498 \end_inset
13499 </cell>
13500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13501 \begin_inset Text
13502
13503 \begin_layout Plain Layout
13504 0:0
13505 \end_layout
13506
13507 \end_inset
13508 </cell>
13509 </row>
13510 <row>
13511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Plain Layout
13515 Falken
13516 \end_layout
13517
13518 \end_inset
13519 </cell>
13520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13521 \begin_inset Text
13522
13523 \begin_layout Plain Layout
13524 1:0
13525 \end_layout
13526
13527 \end_inset
13528 </cell>
13529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13530 \begin_inset Text
13531
13532 \begin_layout Plain Layout
13533 0:0
13534 \end_layout
13535
13536 \end_inset
13537 </cell>
13538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13539 \begin_inset Text
13540
13541 \begin_layout Plain Layout
13542
13543 \end_layout
13544
13545 \end_inset
13546 </cell>
13547 </row>
13548 </lyxtabular>
13549
13550 \end_inset
13551
13552
13553 \end_layout
13554
13555 \begin_layout Standard
13556 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
13557  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
13558 \begin_inset Separator parbreak
13559 \end_inset
13560
13561
13562 \end_layout
13563
13564 \begin_layout Standard
13565 \noindent
13566 \align center
13567 \begin_inset Tabular
13568 <lyxtabular version="3" rows="5" columns="5">
13569 <features tabularvalignment="middle">
13570 <column alignment="center" valignment="top" width="0pt">
13571 <column alignment="center" valignment="top">
13572 <column alignment="center" valignment="top">
13573 <column alignment="center" valignment="top">
13574 <column alignment="center" valignment="top">
13575 <row>
13576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13577 \begin_inset Text
13578
13579 \begin_layout Plain Layout
13580 \begin_inset ERT
13581 status open
13582
13583 \begin_layout Plain Layout
13584
13585
13586 \backslash
13587 diagbox{
13588 \end_layout
13589
13590 \end_inset
13591
13592 Heim
13593 \begin_inset ERT
13594 status collapsed
13595
13596 \begin_layout Plain Layout
13597
13598 }{
13599 \end_layout
13600
13601 \end_inset
13602
13603 Ergebnis
13604 \begin_inset ERT
13605 status collapsed
13606
13607 \begin_layout Plain Layout
13608
13609 }{
13610 \end_layout
13611
13612 \end_inset
13613
13614 Auswärts
13615 \begin_inset ERT
13616 status collapsed
13617
13618 \begin_layout Plain Layout
13619
13620 }
13621 \end_layout
13622
13623 \end_inset
13624
13625
13626 \end_layout
13627
13628 \end_inset
13629 </cell>
13630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13631 \begin_inset Text
13632
13633 \begin_layout Plain Layout
13634 Tiger
13635 \end_layout
13636
13637 \end_inset
13638 </cell>
13639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13640 \begin_inset Text
13641
13642 \begin_layout Plain Layout
13643 Panther
13644 \end_layout
13645
13646 \end_inset
13647 </cell>
13648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13649 \begin_inset Text
13650
13651 \begin_layout Plain Layout
13652 Falken
13653 \end_layout
13654
13655 \end_inset
13656 </cell>
13657 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13658 \begin_inset Text
13659
13660 \begin_layout Plain Layout
13661 \begin_inset ERT
13662 status open
13663
13664 \begin_layout Plain Layout
13665
13666
13667 \backslash
13668 diagbox[dir=NE]{
13669 \end_layout
13670
13671 \end_inset
13672
13673 Heim
13674 \begin_inset ERT
13675 status collapsed
13676
13677 \begin_layout Plain Layout
13678
13679 }{
13680 \end_layout
13681
13682 \end_inset
13683
13684 Ergebnis
13685 \begin_inset ERT
13686 status collapsed
13687
13688 \begin_layout Plain Layout
13689
13690 }{
13691 \end_layout
13692
13693 \end_inset
13694
13695 Auswärts
13696 \begin_inset ERT
13697 status collapsed
13698
13699 \begin_layout Plain Layout
13700
13701 }
13702 \end_layout
13703
13704 \end_inset
13705
13706
13707 \end_layout
13708
13709 \end_inset
13710 </cell>
13711 </row>
13712 <row>
13713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13714 \begin_inset Text
13715
13716 \begin_layout Plain Layout
13717 Tiger
13718 \end_layout
13719
13720 \end_inset
13721 </cell>
13722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13723 \begin_inset Text
13724
13725 \begin_layout Plain Layout
13726
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13732 \begin_inset Text
13733
13734 \begin_layout Plain Layout
13735 1:3
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13741 \begin_inset Text
13742
13743 \begin_layout Plain Layout
13744 0:1
13745 \end_layout
13746
13747 \end_inset
13748 </cell>
13749 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13750 \begin_inset Text
13751
13752 \begin_layout Plain Layout
13753 Tiger
13754 \end_layout
13755
13756 \end_inset
13757 </cell>
13758 </row>
13759 <row>
13760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13761 \begin_inset Text
13762
13763 \begin_layout Plain Layout
13764 Panther
13765 \end_layout
13766
13767 \end_inset
13768 </cell>
13769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773 3:1
13774 \end_layout
13775
13776 \end_inset
13777 </cell>
13778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13779 \begin_inset Text
13780
13781 \begin_layout Plain Layout
13782
13783 \end_layout
13784
13785 \end_inset
13786 </cell>
13787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13788 \begin_inset Text
13789
13790 \begin_layout Plain Layout
13791 0:0
13792 \end_layout
13793
13794 \end_inset
13795 </cell>
13796 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13797 \begin_inset Text
13798
13799 \begin_layout Plain Layout
13800 Panther
13801 \end_layout
13802
13803 \end_inset
13804 </cell>
13805 </row>
13806 <row>
13807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 Falken
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Plain Layout
13820 1:0
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13826 \begin_inset Text
13827
13828 \begin_layout Plain Layout
13829 0:0
13830 \end_layout
13831
13832 \end_inset
13833 </cell>
13834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13835 \begin_inset Text
13836
13837 \begin_layout Plain Layout
13838
13839 \end_layout
13840
13841 \end_inset
13842 </cell>
13843 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13844 \begin_inset Text
13845
13846 \begin_layout Plain Layout
13847 Falken
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 </row>
13853 <row>
13854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13855 \begin_inset Text
13856
13857 \begin_layout Plain Layout
13858 \begin_inset ERT
13859 status open
13860
13861 \begin_layout Plain Layout
13862
13863
13864 \backslash
13865 diagbox[dir=SW]{
13866 \end_layout
13867
13868 \end_inset
13869
13870 Heim
13871 \begin_inset ERT
13872 status collapsed
13873
13874 \begin_layout Plain Layout
13875
13876 }{
13877 \end_layout
13878
13879 \end_inset
13880
13881 Ergebnis
13882 \begin_inset ERT
13883 status collapsed
13884
13885 \begin_layout Plain Layout
13886
13887 }{
13888 \end_layout
13889
13890 \end_inset
13891
13892 Auswärts
13893 \begin_inset ERT
13894 status collapsed
13895
13896 \begin_layout Plain Layout
13897
13898 }
13899 \end_layout
13900
13901 \end_inset
13902
13903
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13909 \begin_inset Text
13910
13911 \begin_layout Plain Layout
13912 Tiger
13913 \end_layout
13914
13915 \end_inset
13916 </cell>
13917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13918 \begin_inset Text
13919
13920 \begin_layout Plain Layout
13921 Panther
13922 \end_layout
13923
13924 \end_inset
13925 </cell>
13926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13927 \begin_inset Text
13928
13929 \begin_layout Plain Layout
13930 Falken
13931 \end_layout
13932
13933 \end_inset
13934 </cell>
13935 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13936 \begin_inset Text
13937
13938 \begin_layout Plain Layout
13939 \begin_inset ERT
13940 status open
13941
13942 \begin_layout Plain Layout
13943
13944
13945 \backslash
13946 diagbox[dir=SE]{
13947 \end_layout
13948
13949 \end_inset
13950
13951 Heim
13952 \begin_inset ERT
13953 status collapsed
13954
13955 \begin_layout Plain Layout
13956
13957 }{
13958 \end_layout
13959
13960 \end_inset
13961
13962 Ergebnis
13963 \begin_inset ERT
13964 status collapsed
13965
13966 \begin_layout Plain Layout
13967
13968 }{
13969 \end_layout
13970
13971 \end_inset
13972
13973 Auswärts
13974 \begin_inset ERT
13975 status collapsed
13976
13977 \begin_layout Plain Layout
13978
13979 }
13980 \end_layout
13981
13982 \end_inset
13983
13984
13985 \end_layout
13986
13987 \end_inset
13988 </cell>
13989 </row>
13990 </lyxtabular>
13991
13992 \end_inset
13993
13994
13995 \end_layout
13996
13997 \begin_layout Standard
13998 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
13999 \series bold
14000 dir=Richtung
14001 \series default
14002  verwendet.
14003  
14004 \emph on
14005 Richtung
14006 \emph default
14007  ist entweder 
14008 \series bold
14009 NE
14010 \series default
14011
14012 \series bold
14013 DE
14014 \series default
14015
14016 \series bold
14017 SW
14018 \series default
14019  oder 
14020 \series bold
14021 NW
14022 \series default
14023  und stellt eine Himmelsrichtung dar.
14024  
14025 \series bold
14026 SW
14027 \series default
14028  ist z.
14029 \begin_inset space \thinspace{}
14030 \end_inset
14031
14032 B.
14033  die Südwestecke.
14034  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
14035 \end_layout
14036
14037 \begin_layout Standard
14038
14039 \series bold
14040
14041 \backslash
14042 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
14043 \end_layout
14044
14045 \begin_layout Standard
14046 verwendet.
14047  Wenn keine Richtung angegeben ist, wird NW verwendet.
14048 \end_layout
14049
14050 \begin_layout Standard
14051 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
14052  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
14053 e ist, ragt der Inhalt über die Zelle hinaus:
14054 \begin_inset Separator parbreak
14055 \end_inset
14056
14057
14058 \end_layout
14059
14060 \begin_layout Standard
14061 \noindent
14062 \align center
14063 \begin_inset Tabular
14064 <lyxtabular version="3" rows="2" columns="2">
14065 <features tabularvalignment="middle">
14066 <column alignment="center" valignment="top" width="3cm">
14067 <column alignment="center" valignment="top">
14068 <row>
14069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14070 \begin_inset Text
14071
14072 \begin_layout Plain Layout
14073 \begin_inset ERT
14074 status collapsed
14075
14076 \begin_layout Plain Layout
14077
14078
14079 \backslash
14080 diagbox{
14081 \end_layout
14082
14083 \end_inset
14084
14085 Name
14086 \begin_inset ERT
14087 status collapsed
14088
14089 \begin_layout Plain Layout
14090
14091 }{
14092 \end_layout
14093
14094 \end_inset
14095
14096 Parameter
14097 \begin_inset ERT
14098 status collapsed
14099
14100 \begin_layout Plain Layout
14101
14102 }
14103 \end_layout
14104
14105 \end_inset
14106
14107
14108 \end_layout
14109
14110 \end_inset
14111 </cell>
14112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14113 \begin_inset Text
14114
14115 \begin_layout Plain Layout
14116 Dicke in nm
14117 \end_layout
14118
14119 \end_inset
14120 </cell>
14121 </row>
14122 <row>
14123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14124 \begin_inset Text
14125
14126 \begin_layout Plain Layout
14127 Perfekt Grün
14128 \end_layout
14129
14130 \end_inset
14131 </cell>
14132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14133 \begin_inset Text
14134
14135 \begin_layout Plain Layout
14136 45
14137 \end_layout
14138
14139 \end_inset
14140 </cell>
14141 </row>
14142 </lyxtabular>
14143
14144 \end_inset
14145
14146
14147 \end_layout
14148
14149 \begin_layout Standard
14150 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14151  verwendet man die Befehlsoption 
14152 \series bold
14153 width=3cm
14154 \series default
14155  (ersetzen Sie '3cm' durch die benötigte Breite).
14156  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14157 \begin_inset space \thinspace{}
14158 \end_inset
14159
14160 cm gesetzt.
14161  Für 
14162 \series bold
14163
14164 \backslash
14165 diagbox
14166 \series default
14167  wird eine Breite von 4
14168 \begin_inset space \thinspace{}
14169 \end_inset
14170
14171 cm + 2
14172 \begin_inset space \thinspace{}
14173 \end_inset
14174
14175
14176 \backslash
14177 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14178  diesem Fall 4
14179 \begin_inset space \thinspace{}
14180 \end_inset
14181
14182 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14183  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14184 \series bold
14185
14186 \backslash
14187 diagbox
14188 \series default
14189  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14190  später verwenden kann.
14191  Dies wird mit den \SpecialChar TeX
14192 -Code Befehlen
14193 \end_layout
14194
14195 \begin_layout Standard
14196
14197 \series bold
14198
14199 \backslash
14200 newlength{
14201 \backslash
14202 diagtest}
14203 \begin_inset Newline newline
14204 \end_inset
14205
14206
14207 \backslash
14208 setlength{
14209 \backslash
14210 diagtest}{4cm+2
14211 \backslash
14212 tabcolsep}
14213 \end_layout
14214
14215 \begin_layout Standard
14216 erreicht.
14217 \end_layout
14218
14219 \begin_layout Standard
14220 \begin_inset ERT
14221 status collapsed
14222
14223 \begin_layout Plain Layout
14224
14225
14226 \backslash
14227 newlength{
14228 \backslash
14229 diagtest}
14230 \end_layout
14231
14232 \begin_layout Plain Layout
14233
14234
14235 \backslash
14236 setlength{
14237 \backslash
14238 diagtest}{4cm+2
14239 \backslash
14240 tabcolsep}
14241 \end_layout
14242
14243 \end_inset
14244
14245
14246 \end_layout
14247
14248 \begin_layout Standard
14249 Um Berechnungen in \SpecialChar LaTeX
14250  zu aktivieren, muss das Paket 
14251 \series bold
14252 calc
14253 \series default
14254
14255 \begin_inset Index idx
14256 status collapsed
14257
14258 \begin_layout Plain Layout
14259 \SpecialChar LaTeX
14260 -Pakete ! calc
14261 \end_layout
14262
14263 \end_inset
14264
14265  im \SpecialChar LaTeX
14266 -Vorspann geladen werden.
14267 \end_layout
14268
14269 \begin_layout Standard
14270 In der Tabelle kann man nun den Befehl
14271 \end_layout
14272
14273 \begin_layout Standard
14274
14275 \series bold
14276
14277 \backslash
14278 diagbox[width=
14279 \backslash
14280 diagtest]{A}{B}
14281 \end_layout
14282
14283 \begin_layout Standard
14284 in der ersten Zelle verwenden:
14285 \begin_inset Separator parbreak
14286 \end_inset
14287
14288
14289 \end_layout
14290
14291 \begin_layout Standard
14292 \noindent
14293 \align center
14294 \begin_inset Tabular
14295 <lyxtabular version="3" rows="2" columns="2">
14296 <features tabularvalignment="middle">
14297 <column alignment="center" valignment="top" width="4cm">
14298 <column alignment="center" valignment="top">
14299 <row>
14300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14301 \begin_inset Text
14302
14303 \begin_layout Plain Layout
14304 \begin_inset ERT
14305 status open
14306
14307 \begin_layout Plain Layout
14308
14309
14310 \backslash
14311 diagbox[width=
14312 \backslash
14313 diagtest]{
14314 \end_layout
14315
14316 \end_inset
14317
14318 A
14319 \begin_inset ERT
14320 status collapsed
14321
14322 \begin_layout Plain Layout
14323
14324 }{
14325 \end_layout
14326
14327 \end_inset
14328
14329 B
14330 \begin_inset ERT
14331 status collapsed
14332
14333 \begin_layout Plain Layout
14334
14335 }
14336 \end_layout
14337
14338 \end_inset
14339
14340
14341 \end_layout
14342
14343 \end_inset
14344 </cell>
14345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14346 \begin_inset Text
14347
14348 \begin_layout Plain Layout
14349 Dicke in nm
14350 \end_layout
14351
14352 \end_inset
14353 </cell>
14354 </row>
14355 <row>
14356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14357 \begin_inset Text
14358
14359 \begin_layout Plain Layout
14360 Perfekt Grün
14361 \end_layout
14362
14363 \end_inset
14364 </cell>
14365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14366 \begin_inset Text
14367
14368 \begin_layout Plain Layout
14369 45
14370 \end_layout
14371
14372 \end_inset
14373 </cell>
14374 </row>
14375 </lyxtabular>
14376
14377 \end_inset
14378
14379
14380 \end_layout
14381
14382 \begin_layout Standard
14383 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14384  muss.
14385  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14386  wie in in dieser Tabelle:
14387 \begin_inset Separator parbreak
14388 \end_inset
14389
14390
14391 \end_layout
14392
14393 \begin_layout Standard
14394 \noindent
14395 \align center
14396 \begin_inset Tabular
14397 <lyxtabular version="3" rows="2" columns="2">
14398 <features tabularvalignment="middle">
14399 <column alignment="center" valignment="top" width="0pt">
14400 <column alignment="center" valignment="top">
14401 <row>
14402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14403 \begin_inset Text
14404
14405 \begin_layout Plain Layout
14406 \begin_inset ERT
14407 status collapsed
14408
14409 \begin_layout Plain Layout
14410
14411
14412 \backslash
14413 diagbox{
14414 \end_layout
14415
14416 \end_inset
14417
14418 A
14419 \begin_inset ERT
14420 status collapsed
14421
14422 \begin_layout Plain Layout
14423
14424 }{
14425 \end_layout
14426
14427 \end_inset
14428
14429 B
14430 \begin_inset ERT
14431 status collapsed
14432
14433 \begin_layout Plain Layout
14434
14435 }
14436 \end_layout
14437
14438 \end_inset
14439
14440
14441 \end_layout
14442
14443 \end_inset
14444 </cell>
14445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14446 \begin_inset Text
14447
14448 \begin_layout Plain Layout
14449 Dicke in nm
14450 \end_layout
14451
14452 \end_inset
14453 </cell>
14454 </row>
14455 <row>
14456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460 Perfekt Grün
14461 \end_layout
14462
14463 \end_inset
14464 </cell>
14465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14466 \begin_inset Text
14467
14468 \begin_layout Plain Layout
14469 45
14470 \end_layout
14471
14472 \end_inset
14473 </cell>
14474 </row>
14475 </lyxtabular>
14476
14477 \end_inset
14478
14479
14480 \end_layout
14481
14482 \begin_layout Standard
14483 Verwenden Sie in diesem Fall die Option 
14484 \series bold
14485 width
14486 \series default
14487  des Befehls 
14488 \series bold
14489
14490 \backslash
14491 diagbox
14492 \series default
14493 .
14494  Es ist dabei nicht notwendig, 2
14495 \backslash
14496 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
14497  ist.
14498  In dieser Tabelle wird eine Breite von 3
14499 \begin_inset space \thinspace{}
14500 \end_inset
14501
14502 cm verwendet:
14503 \begin_inset Separator parbreak
14504 \end_inset
14505
14506
14507 \end_layout
14508
14509 \begin_layout Standard
14510 \noindent
14511 \align center
14512 \begin_inset Tabular
14513 <lyxtabular version="3" rows="2" columns="2">
14514 <features tabularvalignment="middle">
14515 <column alignment="center" valignment="top" width="0pt">
14516 <column alignment="center" valignment="top">
14517 <row>
14518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14519 \begin_inset Text
14520
14521 \begin_layout Plain Layout
14522 \begin_inset ERT
14523 status open
14524
14525 \begin_layout Plain Layout
14526
14527
14528 \backslash
14529 diagbox[width=3cm]{
14530 \end_layout
14531
14532 \end_inset
14533
14534 A
14535 \begin_inset ERT
14536 status collapsed
14537
14538 \begin_layout Plain Layout
14539
14540 }{
14541 \end_layout
14542
14543 \end_inset
14544
14545 B
14546 \begin_inset ERT
14547 status collapsed
14548
14549 \begin_layout Plain Layout
14550
14551 }
14552 \end_layout
14553
14554 \end_inset
14555
14556
14557 \end_layout
14558
14559 \end_inset
14560 </cell>
14561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14562 \begin_inset Text
14563
14564 \begin_layout Plain Layout
14565 Dicke in nm
14566 \end_layout
14567
14568 \end_inset
14569 </cell>
14570 </row>
14571 <row>
14572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14573 \begin_inset Text
14574
14575 \begin_layout Plain Layout
14576 Perfekt Grün
14577 \end_layout
14578
14579 \end_inset
14580 </cell>
14581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14582 \begin_inset Text
14583
14584 \begin_layout Plain Layout
14585 45
14586 \end_layout
14587
14588 \end_inset
14589 </cell>
14590 </row>
14591 </lyxtabular>
14592
14593 \end_inset
14594
14595
14596 \end_layout
14597
14598 \begin_layout Standard
14599 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
14600  Text in der Zelle unterzubringen.
14601  Dies wird mit der 
14602 \series bold
14603
14604 \backslash
14605 diagbox
14606 \series default
14607 -Option 
14608 \series bold
14609 height=3cm
14610 \series default
14611  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
14612  In der folgenden Tabelle wird der Befehl
14613 \end_layout
14614
14615 \begin_layout Standard
14616
14617 \series bold
14618
14619 \backslash
14620 diagbox[width=3cm,height=1.4cm]{A
14621 \backslash
14622
14623 \backslash
14624 B}{C
14625 \backslash
14626
14627 \backslash
14628 D}
14629 \end_layout
14630
14631 \begin_layout Standard
14632 in der ersten Zelle verwendet.
14633  Der Befehl 
14634 \series bold
14635
14636 \backslash
14637
14638 \backslash
14639
14640 \series default
14641  erzeugt hierbei den Zeilenumbruch.
14642 \begin_inset Foot
14643 status collapsed
14644
14645 \begin_layout Plain Layout
14646 Zeilen mit 
14647 \family sans
14648 Strg+Enter
14649 \family default
14650  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
14651 \end_layout
14652
14653 \end_inset
14654
14655
14656 \begin_inset Separator parbreak
14657 \end_inset
14658
14659
14660 \end_layout
14661
14662 \begin_layout Standard
14663 \noindent
14664 \align center
14665 \begin_inset Tabular
14666 <lyxtabular version="3" rows="2" columns="2">
14667 <features tabularvalignment="middle">
14668 <column alignment="center" valignment="top">
14669 <column alignment="center" valignment="top">
14670 <row>
14671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14672 \begin_inset Text
14673
14674 \begin_layout Plain Layout
14675 \begin_inset ERT
14676 status open
14677
14678 \begin_layout Plain Layout
14679
14680
14681 \backslash
14682 diagbox[width=3cm,height=1.4cm]{
14683 \end_layout
14684
14685 \end_inset
14686
14687 A
14688 \begin_inset ERT
14689 status collapsed
14690
14691 \begin_layout Plain Layout
14692
14693
14694 \backslash
14695
14696 \backslash
14697
14698 \end_layout
14699
14700 \end_inset
14701
14702 B
14703 \begin_inset ERT
14704 status collapsed
14705
14706 \begin_layout Plain Layout
14707
14708 }{
14709 \end_layout
14710
14711 \end_inset
14712
14713 C
14714 \begin_inset ERT
14715 status collapsed
14716
14717 \begin_layout Plain Layout
14718
14719
14720 \backslash
14721
14722 \backslash
14723
14724 \end_layout
14725
14726 \end_inset
14727
14728 D
14729 \begin_inset ERT
14730 status collapsed
14731
14732 \begin_layout Plain Layout
14733
14734 }
14735 \end_layout
14736
14737 \end_inset
14738
14739
14740 \end_layout
14741
14742 \end_inset
14743 </cell>
14744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14745 \begin_inset Text
14746
14747 \begin_layout Plain Layout
14748 Dicke in nm
14749 \end_layout
14750
14751 \end_inset
14752 </cell>
14753 </row>
14754 <row>
14755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14756 \begin_inset Text
14757
14758 \begin_layout Plain Layout
14759 Perfekt Grün
14760 \end_layout
14761
14762 \end_inset
14763 </cell>
14764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14765 \begin_inset Text
14766
14767 \begin_layout Plain Layout
14768 45
14769 \end_layout
14770
14771 \end_inset
14772 </cell>
14773 </row>
14774 </lyxtabular>
14775
14776 \end_inset
14777
14778
14779 \end_layout
14780
14781 \begin_layout Standard
14782 \begin_inset ERT
14783 status collapsed
14784
14785 \begin_layout Plain Layout
14786
14787
14788 \backslash
14789 else
14790 \end_layout
14791
14792 \end_inset
14793
14794
14795 \begin_inset Note Note
14796 status open
14797
14798 \begin_layout Plain Layout
14799 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
14800 -Paket 
14801 \series bold
14802 diagbox
14803 \series default
14804  nicht installiert ist:
14805 \end_layout
14806
14807 \end_inset
14808
14809
14810 \end_layout
14811
14812 \begin_layout Standard
14813 Sie müssen das \SpecialChar LaTeX
14814 -Paket 
14815 \series bold
14816 diagbox
14817 \series default
14818  installiert haben um den Inhalt dieses Abschnitts zu sehen.
14819 \end_layout
14820
14821 \begin_layout Standard
14822 \begin_inset ERT
14823 status collapsed
14824
14825 \begin_layout Plain Layout
14826
14827
14828 \backslash
14829 fi
14830 \end_layout
14831
14832 \end_inset
14833
14834
14835 \end_layout
14836
14837 \begin_layout Standard
14838 Für mehr Informationen über das \SpecialChar LaTeX
14839 -Paket 
14840 \series bold
14841 diagbox
14842 \series default
14843 , siehe dessen Dokumentation, 
14844 \begin_inset CommandInset citation
14845 LatexCommand cite
14846 key "diagbox"
14847
14848 \end_inset
14849
14850 .
14851 \end_layout
14852
14853 \begin_layout Section
14854 Formale Tabellen
14855 \begin_inset CommandInset label
14856 LatexCommand label
14857 name "abs:Formale-Tabellen"
14858
14859 \end_inset
14860
14861
14862 \begin_inset Index idx
14863 status collapsed
14864
14865 \begin_layout Plain Layout
14866 Tabellen ! Formale
14867 \end_layout
14868
14869 \end_inset
14870
14871
14872 \end_layout
14873
14874 \begin_layout Standard
14875 Tabellen werden in Büchern oft wie Tabelle
14876 \begin_inset space ~
14877 \end_inset
14878
14879
14880 \begin_inset CommandInset ref
14881 LatexCommand ref
14882 reference "tab:Formale-Tabelle"
14883
14884 \end_inset
14885
14886  gesetzt.
14887  Diese Tabellen werden
14888 \emph on
14889  formal
14890 \emph default
14891  genannt.
14892  Formale Tabellen bekommen Sie, wenn Sie im 
14893 \family sans
14894 Tabellen-Einstellungen
14895 \family default
14896 -Dialog auf der Karteikarte 
14897 \family sans
14898 Rahmen
14899 \family default
14900  den 
14901 \family sans
14902 Stil
14903 \family default
14904  
14905 \family sans
14906 Formal
14907 \family default
14908  ankreuzen.
14909 \end_layout
14910
14911 \begin_layout Standard
14912 \begin_inset Float table
14913 placement h
14914 wide false
14915 sideways false
14916 status open
14917
14918 \begin_layout Plain Layout
14919 \begin_inset Caption Standard
14920
14921 \begin_layout Plain Layout
14922 \begin_inset CommandInset label
14923 LatexCommand label
14924 name "tab:Formale-Tabelle"
14925
14926 \end_inset
14927
14928 Formale Tabelle
14929 \end_layout
14930
14931 \end_inset
14932
14933
14934 \end_layout
14935
14936 \begin_layout Plain Layout
14937 \align center
14938 \begin_inset Tabular
14939 <lyxtabular version="3" rows="8" columns="4">
14940 <features booktabs="true" tabularvalignment="middle">
14941 <column alignment="center" valignment="top">
14942 <column alignment="right" valignment="top">
14943 <column alignment="right" valignment="top">
14944 <column alignment="right" valignment="top">
14945 <row>
14946 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14947 \begin_inset Text
14948
14949 \begin_layout Plain Layout
14950 System
14951 \end_layout
14952
14953 \end_inset
14954 </cell>
14955 <cell alignment="center" valignment="top" topline="true" usebox="none">
14956 \begin_inset Text
14957
14958 \begin_layout Plain Layout
14959 Chip
14960 \begin_inset space \thinspace{}
14961 \end_inset
14962
14963 1
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14969 \begin_inset Text
14970
14971 \begin_layout Plain Layout
14972 Chip
14973 \begin_inset space \thinspace{}
14974 \end_inset
14975
14976 2
14977 \end_layout
14978
14979 \end_inset
14980 </cell>
14981 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14982 \begin_inset Text
14983
14984 \begin_layout Plain Layout
14985
14986 \end_layout
14987
14988 \end_inset
14989 </cell>
14990 </row>
14991 <row>
14992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14993 \begin_inset Text
14994
14995 \begin_layout Plain Layout
14996 \begin_inset ERT
14997 status collapsed
14998
14999 \begin_layout Plain Layout
15000
15001
15002 \backslash
15003 cmidrule(r){2-2}
15004 \end_layout
15005
15006 \end_inset
15007
15008
15009 \begin_inset ERT
15010 status collapsed
15011
15012 \begin_layout Plain Layout
15013
15014
15015 \backslash
15016 cmidrule(l){3-4}
15017 \end_layout
15018
15019 \end_inset
15020
15021 Detektordicke in µm
15022 \end_layout
15023
15024 \end_inset
15025 </cell>
15026 <cell alignment="center" valignment="top" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030 300
15031 \end_layout
15032
15033 \end_inset
15034 </cell>
15035 <cell alignment="center" valignment="top" usebox="none">
15036 \begin_inset Text
15037
15038 \begin_layout Plain Layout
15039 300
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 <cell alignment="center" valignment="top" usebox="none">
15045 \begin_inset Text
15046
15047 \begin_layout Plain Layout
15048 700
15049 \end_layout
15050
15051 \end_inset
15052 </cell>
15053 </row>
15054 <row>
15055 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059 Kantenwinkel in °
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 <cell alignment="center" valignment="top" topline="true" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Plain Layout
15068 3.55
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 <cell alignment="center" valignment="top" topline="true" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Plain Layout
15077 2.71
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 <cell alignment="center" valignment="top" topline="true" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086 7.99
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 </row>
15092 <row topspace="default">
15093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Plain Layout
15097 räumliche Auf\SpecialChar ligaturebreak
15098 lösung in µm
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 <cell alignment="center" valignment="top" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107 4.26
15108 \end_layout
15109
15110 \end_inset
15111 </cell>
15112 <cell alignment="center" valignment="top" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116 10.17
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 <cell alignment="center" valignment="top" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125 10.56
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 </row>
15131 <row topspace="default">
15132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15133 \begin_inset Text
15134
15135 \begin_layout Plain Layout
15136 MTF bei 
15137 \begin_inset Formula $f_{\mathrm{max}}$
15138 \end_inset
15139
15140
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 <cell alignment="center" valignment="top" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149 0.53
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 <cell alignment="center" valignment="top" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158 0.37
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 <cell alignment="center" valignment="top" usebox="none">
15164 \begin_inset Text
15165
15166 \begin_layout Plain Layout
15167 0.39
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 </row>
15173 <row topspace="default">
15174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15175 \begin_inset Text
15176
15177 \begin_layout Plain Layout
15178 \begin_inset ERT
15179 status collapsed
15180
15181 \begin_layout Plain Layout
15182
15183
15184 \backslash
15185 cmidrule[2pt](l{10pt}){1-1}
15186 \end_layout
15187
15188 \end_inset
15189
15190 LSF räumliche Auf\SpecialChar ligaturebreak
15191 lösung
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 <cell alignment="center" valignment="top" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Plain Layout
15200
15201 \end_layout
15202
15203 \end_inset
15204 </cell>
15205 <cell alignment="center" valignment="top" usebox="none">
15206 \begin_inset Text
15207
15208 \begin_layout Plain Layout
15209
15210 \end_layout
15211
15212 \end_inset
15213 </cell>
15214 <cell alignment="center" valignment="top" usebox="none">
15215 \begin_inset Text
15216
15217 \begin_layout Plain Layout
15218
15219 \end_layout
15220
15221 \end_inset
15222 </cell>
15223 </row>
15224 <row>
15225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15226 \begin_inset Text
15227
15228 \begin_layout Plain Layout
15229 in µm
15230 \end_layout
15231
15232 \end_inset
15233 </cell>
15234 <cell alignment="center" valignment="top" usebox="none">
15235 \begin_inset Text
15236
15237 \begin_layout Plain Layout
15238 129.7
15239 \end_layout
15240
15241 \end_inset
15242 </cell>
15243 <cell alignment="center" valignment="top" usebox="none">
15244 \begin_inset Text
15245
15246 \begin_layout Plain Layout
15247 52.75
15248 \end_layout
15249
15250 \end_inset
15251 </cell>
15252 <cell alignment="center" valignment="top" usebox="none">
15253 \begin_inset Text
15254
15255 \begin_layout Plain Layout
15256 50.78
15257 \end_layout
15258
15259 \end_inset
15260 </cell>
15261 </row>
15262 <row>
15263 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15264 \begin_inset Text
15265
15266 \begin_layout Plain Layout
15267 in % der Pixelgröße
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Plain Layout
15276 76.3
15277 \end_layout
15278
15279 \end_inset
15280 </cell>
15281 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Plain Layout
15285 95.9
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15291 \begin_inset Text
15292
15293 \begin_layout Plain Layout
15294 92.3
15295 \end_layout
15296
15297 \end_inset
15298 </cell>
15299 </row>
15300 </lyxtabular>
15301
15302 \end_inset
15303
15304
15305 \end_layout
15306
15307 \end_inset
15308
15309
15310 \end_layout
15311
15312 \begin_layout Standard
15313 Abstände zu Tabellenzeilen können auf der Karteikarte 
15314 \family sans
15315 Rahmen
15316 \family default
15317  des 
15318 \family sans
15319 Tabellen-Ein\SpecialChar softhyphen
15320 stel\SpecialChar softhyphen
15321 lun\SpecialChar softhyphen
15322 gen
15323 \family default
15324 -Dialogs hinzugefügt werden, wie in Abschnitt
15325 \begin_inset space ~
15326 \end_inset
15327
15328
15329 \begin_inset CommandInset ref
15330 LatexCommand ref
15331 reference "uab:Zeilenabstand"
15332
15333 \end_inset
15334
15335  beschrieben.
15336 \end_layout
15337
15338 \begin_layout Standard
15339 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15340  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15341  gedruckt aber anders aus.
15342  Die erste und letzte Linie ist 0.08
15343 \begin_inset space \thinspace{}
15344 \end_inset
15345
15346 em dick, während die anderen 0.05
15347 \begin_inset space \thinspace{}
15348 \end_inset
15349
15350 em dick sind.
15351 \end_layout
15352
15353 \begin_layout Standard
15354 Die Standarddicken können im \SpecialChar LaTeX
15355 -Vorspann geändert werden:
15356 \end_layout
15357
15358 \begin_layout Standard
15359
15360 \series bold
15361
15362 \backslash
15363 let
15364 \backslash
15365 mytoprule
15366 \backslash
15367 toprule
15368 \begin_inset Newline newline
15369 \end_inset
15370
15371
15372 \backslash
15373 renewcommand{
15374 \backslash
15375 toprule}{
15376 \backslash
15377 mytoprule[Breite]}
15378 \end_layout
15379
15380 \begin_layout Standard
15381 Dies Beispiel gilt für die oberste Linie, genannt 
15382 \series bold
15383 toprule
15384 \series default
15385 .
15386  Für die letzte müssen Sie 
15387 \series bold
15388 toprule
15389 \series default
15390  durch 
15391 \series bold
15392 bottomrule
15393 \series default
15394  ersetzen.
15395  Die Linien dazwischen heißen 
15396 \series bold
15397 midrule
15398 \series default
15399 .
15400  Für 
15401 \family sans
15402 Breite
15403 \family default
15404  können Sie alle Einheiten benutzen, die in Anhang
15405 \begin_inset space ~
15406 \end_inset
15407
15408
15409 \begin_inset CommandInset ref
15410 LatexCommand ref
15411 reference "kap:In-LyX-verfügbare"
15412
15413 \end_inset
15414
15415  aufgelistet sind.
15416 \end_layout
15417
15418 \begin_layout Standard
15419 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
15420  eine Linie unter einer Mehrfachspalte.
15421  \SpecialChar LyX
15422  wird intern den Befehl 
15423 \series bold
15424
15425 \backslash
15426 cmidrule
15427 \series default
15428  benutzen, um diese Linie zu drucken.
15429  Der ganze Befehl sieht so aus:
15430 \end_layout
15431
15432 \begin_layout Standard
15433
15434 \series bold
15435
15436 \backslash
15437 cmidrule[Höhe](trim){Anfangsspalte-Endspalte}
15438 \end_layout
15439
15440 \begin_layout Standard
15441 Die 
15442 \series bold
15443
15444 \backslash
15445 cmidrule
15446 \series default
15447 -Optionen werden (noch) nicht von \SpecialChar LyX
15448  unterstützt, also müssen Sie \SpecialChar TeX
15449 -Code benutzen.
15450  
15451 \series bold
15452
15453 \backslash
15454 cmidrule
15455 \series default
15456  kann man benutzen, indem man den Befehl als \SpecialChar TeX
15457 -Code als erstes in die erste
15458  Zelle einer Zeile einfügt.
15459  Die Linie wird dann über der Zeile gedruckt.
15460 \end_layout
15461
15462 \begin_layout Standard
15463 Der Standardwert der optionalen 
15464 \series bold
15465 Höhe
15466 \series default
15467  ist 0.03
15468 \begin_inset space \thinspace{}
15469 \end_inset
15470
15471 em.
15472  Die Linie reicht von 
15473 \series bold
15474 Anfangsspalte
15475 \series default
15476  bis 
15477 \series bold
15478 Endspalte
15479 \series default
15480 .
15481  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15482  Die 
15483 \series bold
15484 Endspalte
15485 \series default
15486  muss immer angegeben werden, auch wenn die Linie nur über eine Spalte geht.
15487  Der optionale Parameter 
15488 \series bold
15489 trim
15490 \series default
15491  kann die Werte 
15492 \emph on
15493 r
15494 \emph default
15495
15496 \emph on
15497 r{Breite}
15498 \emph default
15499
15500 \emph on
15501 l
15502 \family typewriter
15503 \emph default
15504  
15505 \family default
15506 oder 
15507 \emph on
15508 l{Breite}
15509 \emph default
15510  annehmen, wobei die 
15511 \emph on
15512 Breite
15513 \emph default
15514  optional ist.
15515  
15516 \emph on
15517 l{2pt}
15518 \emph default
15519  zum Beispiel bedeutet, dass die Linie links um 2
15520 \begin_inset space \thinspace{}
15521 \end_inset
15522
15523 pt gekürzt wird.
15524  Ohne Breitenangabe wird die Linie um 0.5
15525 \begin_inset space \thinspace{}
15526 \end_inset
15527
15528 em gekürzt.
15529 \end_layout
15530
15531 \begin_layout Standard
15532 \begin_inset VSpace bigskip
15533 \end_inset
15534
15535 In Tabelle
15536 \begin_inset space ~
15537 \end_inset
15538
15539
15540 \begin_inset CommandInset ref
15541 LatexCommand ref
15542 reference "tab:Formale-Tabelle"
15543
15544 \end_inset
15545
15546  wurden die Befehle
15547 \end_layout
15548
15549 \begin_layout Standard
15550
15551 \series bold
15552
15553 \backslash
15554 cmidrule(r){2-2}
15555 \backslash
15556 cmidrule(l){3-4}
15557 \end_layout
15558
15559 \begin_layout Standard
15560 am Anfang der zweiten Zeile und
15561 \end_layout
15562
15563 \begin_layout Standard
15564
15565 \series bold
15566
15567 \backslash
15568 cmidrule[2pt](l{10pt}){1-1}
15569 \end_layout
15570
15571 \begin_layout Standard
15572 in der sechsten benutzt.
15573 \end_layout
15574
15575 \begin_layout Standard
15576 \begin_inset VSpace bigskip
15577 \end_inset
15578
15579
15580 \end_layout
15581
15582 \begin_layout Standard
15583 Sie können mit 
15584 \series bold
15585
15586 \backslash
15587 cmidrule
15588 \series default
15589  auch überlappende Linien wie in Tabelle
15590 \begin_inset space ~
15591 \end_inset
15592
15593
15594 \begin_inset CommandInset ref
15595 LatexCommand ref
15596 reference "tab:Special-booktabs-table"
15597
15598 \end_inset
15599
15600  definieren.
15601  Der Befehl ist:
15602 \end_layout
15603
15604 \begin_layout Standard
15605
15606 \series bold
15607
15608 \backslash
15609 morecmidrules
15610 \end_layout
15611
15612 \begin_layout Standard
15613 In Zeile zwei der Tabelle
15614 \begin_inset space ~
15615 \end_inset
15616
15617
15618 \begin_inset CommandInset ref
15619 LatexCommand ref
15620 reference "tab:Special-booktabs-table"
15621
15622 \end_inset
15623
15624  wurde folgender Befehl benutzt:
15625 \end_layout
15626
15627 \begin_layout Standard
15628
15629 \series bold
15630
15631 \backslash
15632 cmidrule(r){2-2}
15633 \backslash
15634 cmidrule(l){3-4}
15635 \backslash
15636 morecmidrules
15637 \begin_inset Newline newline
15638 \end_inset
15639
15640
15641 \backslash
15642 cmidrule{2-4}
15643 \end_layout
15644
15645 \begin_layout Standard
15646 und in Zeile sechs:
15647 \end_layout
15648
15649 \begin_layout Standard
15650
15651 \series bold
15652
15653 \backslash
15654 midrule
15655 \backslash
15656 morecmidrules
15657 \backslash
15658 cmidrule{3-4}
15659 \end_layout
15660
15661 \begin_layout Standard
15662 \begin_inset VSpace bigskip
15663 \end_inset
15664
15665
15666 \end_layout
15667
15668 \begin_layout Standard
15669 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15670  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15671 \end_layout
15672
15673 \begin_layout Standard
15674
15675 \series bold
15676
15677 \backslash
15678 specialrule{Dicke}{Abstand davor}{Abstand danach}
15679 \end_layout
15680
15681 \begin_layout Standard
15682 Weitere Informationen finden Sie im Handbuch des \SpecialChar LaTeX
15683 -Pakets 
15684 \series bold
15685 booktabs
15686 \series default
15687  
15688 \begin_inset CommandInset citation
15689 LatexCommand cite
15690 key "booktabs"
15691
15692 \end_inset
15693
15694 .
15695 \begin_inset Index idx
15696 status collapsed
15697
15698 \begin_layout Plain Layout
15699 \SpecialChar LaTeX
15700 -Pakete ! booktabs
15701 \end_layout
15702
15703 \end_inset
15704
15705
15706 \end_layout
15707
15708 \begin_layout Standard
15709 \begin_inset Float table
15710 placement h
15711 wide false
15712 sideways false
15713 status open
15714
15715 \begin_layout Plain Layout
15716 \begin_inset Caption Standard
15717
15718 \begin_layout Plain Layout
15719 \begin_inset CommandInset label
15720 LatexCommand label
15721 name "tab:Special-booktabs-table"
15722
15723 \end_inset
15724
15725 Eine spezielle formale Tabelle
15726 \end_layout
15727
15728 \end_inset
15729
15730
15731 \end_layout
15732
15733 \begin_layout Plain Layout
15734 \align center
15735 \begin_inset Tabular
15736 <lyxtabular version="3" rows="8" columns="4">
15737 <features booktabs="true" tabularvalignment="middle">
15738 <column alignment="center" valignment="top">
15739 <column alignment="center" valignment="top">
15740 <column alignment="right" valignment="top">
15741 <column alignment="right" valignment="top">
15742 <row>
15743 <cell alignment="center" valignment="top" topline="true" usebox="none">
15744 \begin_inset Text
15745
15746 \begin_layout Plain Layout
15747 System
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 <cell alignment="center" valignment="top" topline="true" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756 Chip
15757 \begin_inset space \thinspace{}
15758 \end_inset
15759
15760 1
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769 Chip
15770 \begin_inset space \thinspace{}
15771 \end_inset
15772
15773 2
15774 \end_layout
15775
15776 \end_inset
15777 </cell>
15778 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15779 \begin_inset Text
15780
15781 \begin_layout Plain Layout
15782
15783 \end_layout
15784
15785 \end_inset
15786 </cell>
15787 </row>
15788 <row>
15789 <cell alignment="center" valignment="top" usebox="none">
15790 \begin_inset Text
15791
15792 \begin_layout Plain Layout
15793 \begin_inset ERT
15794 status collapsed
15795
15796 \begin_layout Plain Layout
15797
15798
15799 \backslash
15800 cmidrule(r){2-2}
15801 \end_layout
15802
15803 \end_inset
15804
15805
15806 \begin_inset ERT
15807 status collapsed
15808
15809 \begin_layout Plain Layout
15810
15811
15812 \backslash
15813 cmidrule(l){3-4}
15814 \end_layout
15815
15816 \end_inset
15817
15818
15819 \begin_inset ERT
15820 status collapsed
15821
15822 \begin_layout Plain Layout
15823
15824
15825 \backslash
15826 morecmidrules 
15827 \end_layout
15828
15829 \end_inset
15830
15831
15832 \begin_inset ERT
15833 status collapsed
15834
15835 \begin_layout Plain Layout
15836
15837
15838 \backslash
15839 cmidrule{2-4}
15840 \end_layout
15841
15842 \end_inset
15843
15844 Detektordicke in µm
15845 \end_layout
15846
15847 \end_inset
15848 </cell>
15849 <cell alignment="center" valignment="top" usebox="none">
15850 \begin_inset Text
15851
15852 \begin_layout Plain Layout
15853 300
15854 \end_layout
15855
15856 \end_inset
15857 </cell>
15858 <cell alignment="center" valignment="top" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Plain Layout
15862 300
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 <cell alignment="center" valignment="top" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871 700
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 </row>
15877 <row>
15878 <cell alignment="center" valignment="top" topline="true" usebox="none">
15879 \begin_inset Text
15880
15881 \begin_layout Plain Layout
15882 Kantenwinkel in °
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 <cell alignment="center" valignment="top" topline="true" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891 3,55
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 <cell alignment="center" valignment="top" topline="true" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Plain Layout
15900 2,71
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 <cell alignment="center" valignment="top" topline="true" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909 7,99
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 </row>
15915 <row topspace="default">
15916 <cell alignment="center" valignment="top" usebox="none">
15917 \begin_inset Text
15918
15919 \begin_layout Plain Layout
15920 räumliche Auf\SpecialChar ligaturebreak
15921 lösung in µm
15922 \end_layout
15923
15924 \end_inset
15925 </cell>
15926 <cell alignment="center" valignment="top" usebox="none">
15927 \begin_inset Text
15928
15929 \begin_layout Plain Layout
15930 4,26
15931 \end_layout
15932
15933 \end_inset
15934 </cell>
15935 <cell alignment="center" valignment="top" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939 10,17
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 <cell alignment="center" valignment="top" usebox="none">
15945 \begin_inset Text
15946
15947 \begin_layout Plain Layout
15948 10,56
15949 \end_layout
15950
15951 \end_inset
15952 </cell>
15953 </row>
15954 <row topspace="default">
15955 <cell alignment="center" valignment="top" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Plain Layout
15959 MTF bei 
15960 \begin_inset Formula $f_{\mathrm{max}}$
15961 \end_inset
15962
15963
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 <cell alignment="center" valignment="top" usebox="none">
15969 \begin_inset Text
15970
15971 \begin_layout Plain Layout
15972 0,53
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 <cell alignment="center" valignment="top" usebox="none">
15978 \begin_inset Text
15979
15980 \begin_layout Plain Layout
15981 0,37
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 <cell alignment="center" valignment="top" usebox="none">
15987 \begin_inset Text
15988
15989 \begin_layout Plain Layout
15990 0,39
15991 \end_layout
15992
15993 \end_inset
15994 </cell>
15995 </row>
15996 <row>
15997 <cell alignment="center" valignment="top" topline="true" usebox="none">
15998 \begin_inset Text
15999
16000 \begin_layout Plain Layout
16001 \begin_inset ERT
16002 status collapsed
16003
16004 \begin_layout Plain Layout
16005
16006
16007 \backslash
16008 morecmidrules 
16009 \end_layout
16010
16011 \end_inset
16012
16013
16014 \begin_inset ERT
16015 status collapsed
16016
16017 \begin_layout Plain Layout
16018
16019
16020 \backslash
16021 cmidrule{3-4}
16022 \end_layout
16023
16024 \end_inset
16025
16026 LSF-räumliche Auf\SpecialChar ligaturebreak
16027 lösung
16028 \end_layout
16029
16030 \end_inset
16031 </cell>
16032 <cell alignment="center" valignment="top" topline="true" usebox="none">
16033 \begin_inset Text
16034
16035 \begin_layout Plain Layout
16036
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 <cell alignment="center" valignment="top" topline="true" usebox="none">
16042 \begin_inset Text
16043
16044 \begin_layout Plain Layout
16045
16046 \end_layout
16047
16048 \end_inset
16049 </cell>
16050 <cell alignment="center" valignment="top" topline="true" usebox="none">
16051 \begin_inset Text
16052
16053 \begin_layout Plain Layout
16054
16055 \end_layout
16056
16057 \end_inset
16058 </cell>
16059 </row>
16060 <row>
16061 <cell alignment="center" valignment="top" usebox="none">
16062 \begin_inset Text
16063
16064 \begin_layout Plain Layout
16065 in µm
16066 \end_layout
16067
16068 \end_inset
16069 </cell>
16070 <cell alignment="center" valignment="top" usebox="none">
16071 \begin_inset Text
16072
16073 \begin_layout Plain Layout
16074 129,7
16075 \end_layout
16076
16077 \end_inset
16078 </cell>
16079 <cell alignment="center" valignment="top" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Plain Layout
16083 52,75
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 <cell alignment="center" valignment="top" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092 50,78
16093 \end_layout
16094
16095 \end_inset
16096 </cell>
16097 </row>
16098 <row>
16099 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16100 \begin_inset Text
16101
16102 \begin_layout Plain Layout
16103 in % der Pixelgröße
16104 \end_layout
16105
16106 \end_inset
16107 </cell>
16108 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Plain Layout
16112 76,3
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Plain Layout
16121 95,9
16122 \end_layout
16123
16124 \end_inset
16125 </cell>
16126 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16127 \begin_inset Text
16128
16129 \begin_layout Plain Layout
16130 92,3
16131 \end_layout
16132
16133 \end_inset
16134 </cell>
16135 </row>
16136 </lyxtabular>
16137
16138 \end_inset
16139
16140
16141 \end_layout
16142
16143 \end_inset
16144
16145
16146 \end_layout
16147
16148 \begin_layout Section
16149 Vertikale Tabellen-Ausrichtung
16150 \begin_inset Index idx
16151 status collapsed
16152
16153 \begin_layout Plain Layout
16154 Tabellen ! Ausrichtung
16155 \end_layout
16156
16157 \end_inset
16158
16159
16160 \end_layout
16161
16162 \begin_layout Standard
16163 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16164  einer Box sein.
16165  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16166 \begin_inset space ~
16167 \end_inset
16168
16169
16170 \begin_inset CommandInset ref
16171 LatexCommand ref
16172 reference "abs:Box-Dialog"
16173
16174 \end_inset
16175
16176  beschrieben.
16177 \end_layout
16178
16179 \begin_layout Standard
16180 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16181 \begin_inset Foot
16182 status collapsed
16183
16184 \begin_layout Plain Layout
16185 Minipages werden in Abschnitt
16186 \begin_inset space ~
16187 \end_inset
16188
16189
16190 \begin_inset CommandInset ref
16191 LatexCommand ref
16192 reference "abs:Minipage"
16193
16194 \end_inset
16195
16196  beschrieben.
16197 \end_layout
16198
16199 \end_inset
16200
16201  mit 15
16202 \begin_inset space \thinspace{}
16203 \end_inset
16204
16205 col%-Breite:
16206 \end_layout
16207
16208 \begin_layout Itemize
16209 Test 
16210 \begin_inset Box Frameless
16211 position "t"
16212 hor_pos "c"
16213 has_inner_box 1
16214 inner_pos "c"
16215 use_parbox 0
16216 use_makebox 0
16217 width "15col%"
16218 special "none"
16219 height "1in"
16220 height_special "totalheight"
16221 thickness "0.4pt"
16222 separation "3pt"
16223 shadowsize "4pt"
16224 framecolor "black"
16225 backgroundcolor "none"
16226 status collapsed
16227
16228 \begin_layout Plain Layout
16229 \begin_inset Tabular
16230 <lyxtabular version="3" rows="3" columns="3">
16231 <features tabularvalignment="middle">
16232 <column alignment="center" valignment="top">
16233 <column alignment="center" valignment="top">
16234 <column alignment="center" valignment="top">
16235 <row>
16236 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16237 \begin_inset Text
16238
16239 \begin_layout Plain Layout
16240 Tabelle 1
16241 \end_layout
16242
16243 \end_inset
16244 </cell>
16245 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Plain Layout
16249
16250 \end_layout
16251
16252 \end_inset
16253 </cell>
16254 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16255 \begin_inset Text
16256
16257 \begin_layout Plain Layout
16258
16259 \end_layout
16260
16261 \end_inset
16262 </cell>
16263 </row>
16264 <row>
16265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16266 \begin_inset Text
16267
16268 \begin_layout Plain Layout
16269 b
16270 \end_layout
16271
16272 \end_inset
16273 </cell>
16274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16275 \begin_inset Text
16276
16277 \begin_layout Plain Layout
16278 e
16279 \end_layout
16280
16281 \end_inset
16282 </cell>
16283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Plain Layout
16287 h
16288 \end_layout
16289
16290 \end_inset
16291 </cell>
16292 </row>
16293 <row>
16294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Plain Layout
16298 c
16299 \end_layout
16300
16301 \end_inset
16302 </cell>
16303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16304 \begin_inset Text
16305
16306 \begin_layout Plain Layout
16307 f
16308 \end_layout
16309
16310 \end_inset
16311 </cell>
16312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16313 \begin_inset Text
16314
16315 \begin_layout Plain Layout
16316 i
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 </row>
16322 </lyxtabular>
16323
16324 \end_inset
16325
16326
16327 \end_layout
16328
16329 \end_inset
16330
16331  Test 
16332 \begin_inset ERT
16333 status collapsed
16334
16335 \begin_layout Plain Layout
16336
16337
16338 \backslash
16339 raisebox{0.85
16340 \backslash
16341 baselineskip}{
16342 \end_layout
16343
16344 \end_inset
16345
16346
16347 \begin_inset Box Frameless
16348 position "t"
16349 hor_pos "c"
16350 has_inner_box 1
16351 inner_pos "c"
16352 use_parbox 0
16353 use_makebox 0
16354 width "15col%"
16355 special "none"
16356 height "1in"
16357 height_special "totalheight"
16358 thickness "0.4pt"
16359 separation "3pt"
16360 shadowsize "4pt"
16361 framecolor "black"
16362 backgroundcolor "none"
16363 status collapsed
16364
16365 \begin_layout Plain Layout
16366 \begin_inset Tabular
16367 <lyxtabular version="3" rows="3" columns="3">
16368 <features tabularvalignment="middle">
16369 <column alignment="center" valignment="top">
16370 <column alignment="center" valignment="top">
16371 <column alignment="center" valignment="top">
16372 <row>
16373 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Plain Layout
16377 Tabelle 2
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Plain Layout
16386
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16392 \begin_inset Text
16393
16394 \begin_layout Plain Layout
16395
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 </row>
16401 <row>
16402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16403 \begin_inset Text
16404
16405 \begin_layout Plain Layout
16406 b
16407 \end_layout
16408
16409 \end_inset
16410 </cell>
16411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Plain Layout
16415 e
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424 h
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 </row>
16430 <row>
16431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16432 \begin_inset Text
16433
16434 \begin_layout Plain Layout
16435 c
16436 \end_layout
16437
16438 \end_inset
16439 </cell>
16440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444 f
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 i
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 </row>
16459 </lyxtabular>
16460
16461 \end_inset
16462
16463
16464 \end_layout
16465
16466 \end_inset
16467
16468
16469 \begin_inset ERT
16470 status collapsed
16471
16472 \begin_layout Plain Layout
16473
16474 }
16475 \end_layout
16476
16477 \end_inset
16478
16479
16480 \end_layout
16481
16482 \begin_layout Itemize
16483 Test 
16484 \begin_inset Box Frameless
16485 position "c"
16486 hor_pos "c"
16487 has_inner_box 1
16488 inner_pos "c"
16489 use_parbox 0
16490 use_makebox 0
16491 width "15col%"
16492 special "none"
16493 height "1in"
16494 height_special "totalheight"
16495 thickness "0.4pt"
16496 separation "3pt"
16497 shadowsize "4pt"
16498 framecolor "black"
16499 backgroundcolor "none"
16500 status collapsed
16501
16502 \begin_layout Plain Layout
16503 \begin_inset Tabular
16504 <lyxtabular version="3" rows="3" columns="3">
16505 <features tabularvalignment="middle">
16506 <column alignment="center" valignment="top">
16507 <column alignment="center" valignment="top">
16508 <column alignment="center" valignment="top">
16509 <row>
16510 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16511 \begin_inset Text
16512
16513 \begin_layout Plain Layout
16514 Tabelle 3
16515 \end_layout
16516
16517 \end_inset
16518 </cell>
16519 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16520 \begin_inset Text
16521
16522 \begin_layout Plain Layout
16523
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Plain Layout
16532
16533 \end_layout
16534
16535 \end_inset
16536 </cell>
16537 </row>
16538 <row>
16539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16540 \begin_inset Text
16541
16542 \begin_layout Plain Layout
16543 b
16544 \end_layout
16545
16546 \end_inset
16547 </cell>
16548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552 e
16553 \end_layout
16554
16555 \end_inset
16556 </cell>
16557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16558 \begin_inset Text
16559
16560 \begin_layout Plain Layout
16561 h
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 </row>
16567 <row>
16568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Plain Layout
16572 c
16573 \end_layout
16574
16575 \end_inset
16576 </cell>
16577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16578 \begin_inset Text
16579
16580 \begin_layout Plain Layout
16581 f
16582 \end_layout
16583
16584 \end_inset
16585 </cell>
16586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590 i
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 </row>
16596 </lyxtabular>
16597
16598 \end_inset
16599
16600
16601 \end_layout
16602
16603 \end_inset
16604
16605
16606 \end_layout
16607
16608 \begin_layout Itemize
16609 Test 
16610 \begin_inset Box Frameless
16611 position "b"
16612 hor_pos "c"
16613 has_inner_box 1
16614 inner_pos "c"
16615 use_parbox 0
16616 use_makebox 0
16617 width "15col%"
16618 special "none"
16619 height "1in"
16620 height_special "totalheight"
16621 thickness "0.4pt"
16622 separation "3pt"
16623 shadowsize "4pt"
16624 framecolor "black"
16625 backgroundcolor "none"
16626 status collapsed
16627
16628 \begin_layout Plain Layout
16629 \begin_inset Tabular
16630 <lyxtabular version="3" rows="3" columns="3">
16631 <features tabularvalignment="middle">
16632 <column alignment="center" valignment="top">
16633 <column alignment="center" valignment="top">
16634 <column alignment="center" valignment="top">
16635 <row>
16636 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16637 \begin_inset Text
16638
16639 \begin_layout Plain Layout
16640 Tabelle 4
16641 \end_layout
16642
16643 \end_inset
16644 </cell>
16645 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16646 \begin_inset Text
16647
16648 \begin_layout Plain Layout
16649
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658
16659 \end_layout
16660
16661 \end_inset
16662 </cell>
16663 </row>
16664 <row>
16665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669 b
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16675 \begin_inset Text
16676
16677 \begin_layout Plain Layout
16678 e
16679 \end_layout
16680
16681 \end_inset
16682 </cell>
16683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout Plain Layout
16687 h
16688 \end_layout
16689
16690 \end_inset
16691 </cell>
16692 </row>
16693 <row>
16694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16695 \begin_inset Text
16696
16697 \begin_layout Plain Layout
16698 c
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16704 \begin_inset Text
16705
16706 \begin_layout Plain Layout
16707 f
16708 \end_layout
16709
16710 \end_inset
16711 </cell>
16712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 i
16717 \end_layout
16718
16719 \end_inset
16720 </cell>
16721 </row>
16722 </lyxtabular>
16723
16724 \end_inset
16725
16726
16727 \end_layout
16728
16729 \end_inset
16730
16731 Test 
16732 \begin_inset ERT
16733 status collapsed
16734
16735 \begin_layout Plain Layout
16736
16737
16738 \backslash
16739 raisebox{-0.32
16740 \backslash
16741 baselineskip}{
16742 \end_layout
16743
16744 \end_inset
16745
16746
16747 \begin_inset Box Frameless
16748 position "b"
16749 hor_pos "c"
16750 has_inner_box 1
16751 inner_pos "c"
16752 use_parbox 0
16753 use_makebox 0
16754 width "15col%"
16755 special "none"
16756 height "1in"
16757 height_special "totalheight"
16758 thickness "0.4pt"
16759 separation "3pt"
16760 shadowsize "4pt"
16761 framecolor "black"
16762 backgroundcolor "none"
16763 status collapsed
16764
16765 \begin_layout Plain Layout
16766 \begin_inset Tabular
16767 <lyxtabular version="3" rows="3" columns="3">
16768 <features tabularvalignment="middle">
16769 <column alignment="center" valignment="top">
16770 <column alignment="center" valignment="top">
16771 <column alignment="center" valignment="top">
16772 <row>
16773 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16774 \begin_inset Text
16775
16776 \begin_layout Plain Layout
16777 Tabelle 5
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Plain Layout
16786
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16792 \begin_inset Text
16793
16794 \begin_layout Plain Layout
16795
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 </row>
16801 <row>
16802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16803 \begin_inset Text
16804
16805 \begin_layout Plain Layout
16806 b
16807 \end_layout
16808
16809 \end_inset
16810 </cell>
16811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16812 \begin_inset Text
16813
16814 \begin_layout Plain Layout
16815 e
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824 h
16825 \end_layout
16826
16827 \end_inset
16828 </cell>
16829 </row>
16830 <row>
16831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16832 \begin_inset Text
16833
16834 \begin_layout Plain Layout
16835 c
16836 \end_layout
16837
16838 \end_inset
16839 </cell>
16840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Plain Layout
16844 f
16845 \end_layout
16846
16847 \end_inset
16848 </cell>
16849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16850 \begin_inset Text
16851
16852 \begin_layout Plain Layout
16853 i
16854 \end_layout
16855
16856 \end_inset
16857 </cell>
16858 </row>
16859 </lyxtabular>
16860
16861 \end_inset
16862
16863
16864 \end_layout
16865
16866 \end_inset
16867
16868
16869 \begin_inset ERT
16870 status collapsed
16871
16872 \begin_layout Plain Layout
16873
16874 }
16875 \end_layout
16876
16877 \end_inset
16878
16879
16880 \end_layout
16881
16882 \begin_layout Standard
16883 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16884 \begin_inset space \space{}
16885 \end_inset
16886
16887 1 und letzten Zeile von Tabelle
16888 \begin_inset space \space{}
16889 \end_inset
16890
16891 4 bezüglich dem Wort 
16892 \begin_inset Quotes gld
16893 \end_inset
16894
16895 Test
16896 \begin_inset Quotes grd
16897 \end_inset
16898
16899  nicht richtig ausgerichtet.
16900  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16901 \begin_inset Quotes gld
16902 \end_inset
16903
16904 Raisebox
16905 \begin_inset Quotes grd
16906 \end_inset
16907
16908
16909 \begin_inset Foot
16910 status collapsed
16911
16912 \begin_layout Plain Layout
16913 Raiseboxen werden in Abschnitt
16914 \begin_inset space ~
16915 \end_inset
16916
16917
16918 \begin_inset CommandInset ref
16919 LatexCommand ref
16920 reference "uab:Vertikale-Ausrichtung"
16921
16922 \end_inset
16923
16924  beschrieben.
16925 \end_layout
16926
16927 \end_inset
16928
16929  setzen.
16930  In Tabelle
16931 \begin_inset space \space{}
16932 \end_inset
16933
16934 2 wurde der Text mit dem Befehl
16935 \end_layout
16936
16937 \begin_layout Standard
16938
16939 \series bold
16940
16941 \backslash
16942 raisebox{0.85
16943 \backslash
16944 baselineskip}{
16945 \end_layout
16946
16947 \begin_layout Standard
16948 vor der Box ausgerichtet.
16949  Hinter der Box wurde auch noch 
16950 \series bold
16951 }
16952 \series default
16953  als \SpecialChar TeX
16954 -Code eingefügt, weil der obige Befehl mit 
16955 \series bold
16956 {
16957 \series default
16958  aufhörte.
16959  Für Tabelle
16960 \begin_inset space \space{}
16961 \end_inset
16962
16963 5 wurde der Befehl
16964 \end_layout
16965
16966 \begin_layout Standard
16967
16968 \series bold
16969
16970 \backslash
16971 raisebox{-0.32
16972 \backslash
16973 baselineskip}{
16974 \end_layout
16975
16976 \begin_layout Standard
16977 benutzt.
16978 \end_layout
16979
16980 \begin_layout Standard
16981 \begin_inset Note Greyedout
16982 status open
16983
16984 \begin_layout Plain Layout
16985
16986 \series bold
16987 Bemerkung:
16988 \series default
16989  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
16990  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
16991  Der Faktor im 
16992 \series bold
16993
16994 \backslash
16995 raisebox
16996 \series default
16997 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
16998 \end_layout
16999
17000 \end_inset
17001
17002
17003 \end_layout
17004
17005 \begin_layout Section
17006 Farbige Tabellen
17007 \begin_inset CommandInset label
17008 LatexCommand label
17009 name "abs:Farbige-Tabellen"
17010
17011 \end_inset
17012
17013
17014 \begin_inset Index idx
17015 status collapsed
17016
17017 \begin_layout Plain Layout
17018 Tabellen ! farbige
17019 \end_layout
17020
17021 \end_inset
17022
17023
17024 \end_layout
17025
17026 \begin_layout Subsection
17027 Farbige Zellen
17028 \begin_inset Index idx
17029 status collapsed
17030
17031 \begin_layout Plain Layout
17032 farbige !  Tabellenzellen
17033 \end_layout
17034
17035 \end_inset
17036
17037
17038 \end_layout
17039
17040 \begin_layout Standard
17041 \begin_inset Float table
17042 placement h
17043 wide false
17044 sideways false
17045 status open
17046
17047 \begin_layout Plain Layout
17048 \begin_inset Caption Standard
17049
17050 \begin_layout Plain Layout
17051 \begin_inset CommandInset label
17052 LatexCommand label
17053 name "tab:Farbige-Tabelle-ohne"
17054
17055 \end_inset
17056
17057 Farbige Tabelle, ohne Paket 
17058 \series bold
17059 colortbl
17060 \series default
17061
17062 \begin_inset Argument 1
17063 status collapsed
17064
17065 \begin_layout Plain Layout
17066 Tabelle ohne 
17067 \family typewriter
17068 colortbl
17069 \end_layout
17070
17071 \end_inset
17072
17073
17074 \end_layout
17075
17076 \end_inset
17077
17078
17079 \end_layout
17080
17081 \begin_layout Plain Layout
17082 \align center
17083 \begin_inset Tabular
17084 <lyxtabular version="3" rows="3" columns="3">
17085 <features tabularvalignment="middle">
17086 <column alignment="center" valignment="top">
17087 <column alignment="center" valignment="top">
17088 <column alignment="center" valignment="top">
17089 <row>
17090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17091 \begin_inset Text
17092
17093 \begin_layout Plain Layout
17094
17095 \color green
17096 a
17097 \end_layout
17098
17099 \end_inset
17100 </cell>
17101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17102 \begin_inset Text
17103
17104 \begin_layout Plain Layout
17105
17106 \color red
17107 b
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17113 \begin_inset Text
17114
17115 \begin_layout Plain Layout
17116
17117 \color red
17118 c
17119 \end_layout
17120
17121 \end_inset
17122 </cell>
17123 </row>
17124 <row>
17125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129
17130 \color green
17131 d
17132 \end_layout
17133
17134 \end_inset
17135 </cell>
17136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17137 \begin_inset Text
17138
17139 \begin_layout Plain Layout
17140
17141 \color blue
17142 e
17143 \end_layout
17144
17145 \end_inset
17146 </cell>
17147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17148 \begin_inset Text
17149
17150 \begin_layout Plain Layout
17151
17152 \color blue
17153 f
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 </row>
17159 <row>
17160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17161 \begin_inset Text
17162
17163 \begin_layout Plain Layout
17164
17165 \color green
17166 g
17167 \end_layout
17168
17169 \end_inset
17170 </cell>
17171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17172 \begin_inset Text
17173
17174 \begin_layout Plain Layout
17175
17176 \color blue
17177 h
17178 \end_layout
17179
17180 \end_inset
17181 </cell>
17182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17183 \begin_inset Text
17184
17185 \begin_layout Plain Layout
17186
17187 \color blue
17188 i
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 </row>
17194 </lyxtabular>
17195
17196 \end_inset
17197
17198
17199 \end_layout
17200
17201 \end_inset
17202
17203
17204 \end_layout
17205
17206 \begin_layout Standard
17207 Wenn Sie nur farbigen Text
17208 \begin_inset Index idx
17209 status collapsed
17210
17211 \begin_layout Plain Layout
17212 Farbe ! für Text
17213 \end_layout
17214
17215 \end_inset
17216
17217  benötigen, markieren Sie diesen und ändern die Farbe mit dem 
17218 \family sans
17219 Textstil
17220 \family default
17221 -Dialog (Werkzeugleistenknopf 
17222 \begin_inset Info
17223 type  "icon"
17224 arg   "dialog-show character"
17225 \end_inset
17226
17227 ) wie es in Tabelle
17228 \begin_inset space ~
17229 \end_inset
17230
17231
17232 \begin_inset CommandInset ref
17233 LatexCommand ref
17234 reference "tab:Farbige-Tabelle-ohne"
17235
17236 \end_inset
17237
17238  gemacht wurde.
17239  In anderen Fällen müssen Sie das \SpecialChar LaTeX
17240 -Paket 
17241 \series bold
17242 colortbl
17243 \series default
17244  benutzen.
17245 \begin_inset Index idx
17246 status collapsed
17247
17248 \begin_layout Plain Layout
17249 \SpecialChar LaTeX
17250 -Pakete ! colortbl
17251 \end_layout
17252
17253 \end_inset
17254
17255
17256 \end_layout
17257
17258 \begin_layout Standard
17259 \begin_inset ERT
17260 status collapsed
17261
17262 \begin_layout Plain Layout
17263
17264
17265 \backslash
17266 ifcolortbl
17267 \end_layout
17268
17269 \end_inset
17270
17271
17272 \begin_inset Note Note
17273 status open
17274
17275 \begin_layout Plain Layout
17276 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
17277 -Paket 
17278 \series bold
17279 colortbl
17280 \series default
17281  installiert ist.
17282 \end_layout
17283
17284 \end_inset
17285
17286
17287 \end_layout
17288
17289 \begin_layout Standard
17290 Um farbige Tabellen zu erzeugen, muss 
17291 \series bold
17292 colortbl
17293 \series default
17294  im \SpecialChar LaTeX
17295 -Vorspann geladen werden:
17296 \end_layout
17297
17298 \begin_layout Standard
17299
17300 \series bold
17301
17302 \backslash
17303 usepackage{colortbl}
17304 \end_layout
17305
17306 \begin_layout Standard
17307 Die Farbe einer Spalte ändert man dann mit dem Befehl
17308 \end_layout
17309
17310 \begin_layout Standard
17311
17312 \series bold
17313
17314 \backslash
17315 columncolor{Farbname}
17316 \end_layout
17317
17318 \begin_layout Standard
17319 innerhalb des Befehls 
17320 \series bold
17321 >{}
17322 \series default
17323 .
17324  Mehr über den Befehl 
17325 \series bold
17326 >{}
17327 \series default
17328  finden Sie im Abschnitt
17329 \begin_inset space ~
17330 \end_inset
17331
17332
17333 \begin_inset CommandInset ref
17334 LatexCommand ref
17335 reference "uab:Mehrfachspalten-Berechnungen"
17336
17337 \end_inset
17338
17339 .
17340 \end_layout
17341
17342 \begin_layout Standard
17343 Folgende Farbnamen sind vordefiniert:
17344 \end_layout
17345
17346 \begin_layout Standard
17347
17348 \family sans
17349 red
17350 \family default
17351
17352 \family sans
17353 green
17354 \family default
17355
17356 \family sans
17357 yellow
17358 \family default
17359
17360 \family sans
17361 blue
17362 \family default
17363
17364 \family sans
17365 cyan
17366 \family default
17367
17368 \family sans
17369 magenta
17370 \family default
17371
17372 \family sans
17373 black
17374 \family default
17375  und 
17376 \family sans
17377 white
17378 \begin_inset Newline newline
17379 \end_inset
17380
17381 (
17382 \family default
17383 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17384 \end_layout
17385
17386 \begin_layout Standard
17387 \begin_inset VSpace medskip
17388 \end_inset
17389
17390
17391 \end_layout
17392
17393 \begin_layout Standard
17394 Wenn Sie die Option
17395 \end_layout
17396
17397 \begin_layout Standard
17398
17399 \series bold
17400 dvipsnames
17401 \end_layout
17402
17403 \begin_layout Standard
17404 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17405  können Sie zusätzlich weitere 61
17406 \begin_inset space ~
17407 \end_inset
17408
17409 Farben verwenden.
17410  Diese Farben sind in Anhang
17411 \begin_inset space ~
17412 \end_inset
17413
17414
17415 \begin_inset CommandInset ref
17416 LatexCommand ref
17417 reference "kap:Liste-der-dvips-Farbnamen"
17418
17419 \end_inset
17420
17421  aufgelistet.
17422  Eine dieser Farben, 
17423 \family sans
17424 Maroon
17425 \family default
17426 , wird als Beispiel in Tabelle
17427 \begin_inset space ~
17428 \end_inset
17429
17430
17431 \begin_inset CommandInset ref
17432 LatexCommand ref
17433 reference "tab:Eine-mit-colortbl"
17434
17435 \end_inset
17436
17437  verwendet.
17438 \end_layout
17439
17440 \begin_layout Standard
17441 \begin_inset VSpace medskip
17442 \end_inset
17443
17444
17445 \end_layout
17446
17447 \begin_layout Standard
17448 Sie können auch eigene Farben definieren:
17449 \end_layout
17450
17451 \begin_layout Standard
17452
17453 \series bold
17454
17455 \backslash
17456 definecolor{Farbname}{Farbmodell}{Farbwerte}
17457 \end_layout
17458
17459 \begin_layout Standard
17460 Das Farbmodell kann eins der folgenden sein:
17461 \end_layout
17462
17463 \begin_layout Labeling
17464 \labelwidthstring 00.00.0000
17465 cmyk: cyan, magenta, yellow, black
17466 \end_layout
17467
17468 \begin_layout Labeling
17469 \labelwidthstring 00.00.0000
17470 rgb: red, green blue
17471 \end_layout
17472
17473 \begin_layout Labeling
17474 \labelwidthstring 00.00.0000
17475 gray: gray
17476 \end_layout
17477
17478 \begin_layout Standard
17479 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17480  die die entsprechende Farbe für das Farbmodell beschreiben.
17481 \end_layout
17482
17483 \begin_layout Standard
17484 Im \SpecialChar LaTeX
17485 -Vorspann können Sie zum Beispiel die Farbe 
17486 \emph on
17487
17488 \begin_inset Quotes gld
17489 \end_inset
17490
17491 dunkelgruen
17492 \emph default
17493
17494 \begin_inset Quotes grd
17495 \end_inset
17496
17497  und 
17498 \begin_inset Quotes gld
17499 \end_inset
17500
17501
17502 \emph on
17503 hellgrau
17504 \emph default
17505
17506 \begin_inset Quotes grd
17507 \end_inset
17508
17509  folgendermaßen definieren:
17510 \end_layout
17511
17512 \begin_layout Standard
17513
17514 \series bold
17515
17516 \backslash
17517 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17518 \end_layout
17519
17520 \begin_layout Standard
17521
17522 \series bold
17523
17524 \backslash
17525 definecolor{hellgrau}{gray}{0.8}
17526 \end_layout
17527
17528 \begin_layout Standard
17529 \begin_inset VSpace medskip
17530 \end_inset
17531
17532
17533 \end_layout
17534
17535 \begin_layout Standard
17536 Linien werden mit dem Befehl
17537 \end_layout
17538
17539 \begin_layout Standard
17540
17541 \series bold
17542
17543 \backslash
17544 rowcolor{Farbname}
17545 \end_layout
17546
17547 \begin_layout Standard
17548 gefärbt, Zellen mit dem Befehl
17549 \end_layout
17550
17551 \begin_layout Standard
17552
17553 \series bold
17554
17555 \backslash
17556 cellcolor{Farbname}
17557 \end_layout
17558
17559 \begin_layout Standard
17560 Beide Befehle werden am Anfang einer Zelle als \SpecialChar TeX
17561 -Code eingegeben.
17562 \end_layout
17563
17564 \begin_layout Standard
17565 Um nur Text zu färben, verwenden Sie den 
17566 \family sans
17567 Textstil
17568 \family default
17569 -Dialog.
17570  Wenn die Zelle aber \SpecialChar TeX
17571 -Code zum Färben enthält, 
17572 \emph on
17573 markieren Sie nur den Text
17574 \emph default
17575 , sonst werden Sie \SpecialChar LaTeX
17576 -Fehler erzeugen.
17577 \end_layout
17578
17579 \begin_layout Standard
17580 \begin_inset Note Greyedout
17581 status open
17582
17583 \begin_layout Plain Layout
17584
17585 \series bold
17586 Achtung:
17587 \series default
17588  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17589 \end_layout
17590
17591 \end_inset
17592
17593
17594 \end_layout
17595
17596 \begin_layout Standard
17597 \begin_inset VSpace medskip
17598 \end_inset
17599
17600
17601 \end_layout
17602
17603 \begin_layout Standard
17604 Die Tabelle
17605 \begin_inset space ~
17606 \end_inset
17607
17608
17609 \begin_inset CommandInset ref
17610 LatexCommand ref
17611 reference "tab:Eine-mit-colortbl"
17612
17613 \end_inset
17614
17615  wurde folgendermaßen erstellt: die erste Spalte soll 
17616 \emph on
17617
17618 \begin_inset Quotes gld
17619 \end_inset
17620
17621 dunkelgruen
17622 \emph default
17623
17624 \begin_inset Quotes grd
17625 \end_inset
17626
17627  werden, also müssen Sie ins 
17628 \family sans
17629 LaTeX-Argument
17630 \family default
17631  der Zellen der ersten Spalte den Befehl
17632 \end_layout
17633
17634 \begin_layout Standard
17635
17636 \series bold
17637 >{
17638 \backslash
17639 columncolor{dunkelgruen}
17640 \backslash
17641 centering}c
17642 \end_layout
17643
17644 \begin_layout Standard
17645 schreiben.
17646  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der \SpecialChar TeX
17647 -Code-Befehl
17648 \end_layout
17649
17650 \begin_layout Standard
17651
17652 \series bold
17653
17654 \backslash
17655 rowcolor{cyan}
17656 \end_layout
17657
17658 \begin_layout Standard
17659 in die erste Zelle der ersten Zeile eingefügt.
17660  Diese Farbe ersetzt die Spaltenfarbe.
17661  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17662  Das wird mit folgendem Befehl erreicht:
17663 \end_layout
17664
17665 \begin_layout Standard
17666
17667 \series bold
17668
17669 \backslash
17670 cellcolor{Maroon}
17671 \end_layout
17672
17673 \begin_layout Standard
17674 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17675 \family sans
17676 Textstil
17677 \family default
17678 -Dialog.
17679 \end_layout
17680
17681 \begin_layout Standard
17682 \begin_inset Float table
17683 placement h
17684 wide false
17685 sideways false
17686 status open
17687
17688 \begin_layout Plain Layout
17689 \begin_inset Caption Standard
17690
17691 \begin_layout Plain Layout
17692 \begin_inset CommandInset label
17693 LatexCommand label
17694 name "tab:Eine-mit-colortbl"
17695
17696 \end_inset
17697
17698 Eine mit dem Paket 
17699 \series bold
17700 colortbl
17701 \series default
17702  gefärbte Tabelle
17703 \begin_inset Argument 1
17704 status collapsed
17705
17706 \begin_layout Plain Layout
17707 Tabelle mit 
17708 \family typewriter
17709 colortbl
17710 \end_layout
17711
17712 \end_inset
17713
17714
17715 \end_layout
17716
17717 \end_inset
17718
17719
17720 \end_layout
17721
17722 \begin_layout Plain Layout
17723 \align center
17724 \begin_inset Tabular
17725 <lyxtabular version="3" rows="3" columns="3">
17726 <features tabularvalignment="middle">
17727 <column alignment="center" valignment="top" special=">{\columncolor{dunkelgruen}\centering}c">
17728 <column alignment="center" valignment="top">
17729 <column alignment="center" valignment="top">
17730 <row>
17731 <cell alignment="center" valignment="top" usebox="none">
17732 \begin_inset Text
17733
17734 \begin_layout Plain Layout
17735 \begin_inset ERT
17736 status open
17737
17738 \begin_layout Plain Layout
17739
17740
17741 \backslash
17742 rowcolor{cyan}
17743 \end_layout
17744
17745 \end_inset
17746
17747
17748 \color magenta
17749 a
17750 \end_layout
17751
17752 \end_inset
17753 </cell>
17754 <cell alignment="center" valignment="top" usebox="none">
17755 \begin_inset Text
17756
17757 \begin_layout Plain Layout
17758
17759 \color red
17760 b
17761 \end_layout
17762
17763 \end_inset
17764 </cell>
17765 <cell alignment="center" valignment="top" usebox="none">
17766 \begin_inset Text
17767
17768 \begin_layout Plain Layout
17769
17770 \color red
17771 c
17772 \end_layout
17773
17774 \end_inset
17775 </cell>
17776 </row>
17777 <row>
17778 <cell alignment="center" valignment="top" usebox="none">
17779 \begin_inset Text
17780
17781 \begin_layout Plain Layout
17782
17783 \color yellow
17784 d
17785 \end_layout
17786
17787 \end_inset
17788 </cell>
17789 <cell alignment="center" valignment="top" usebox="none">
17790 \begin_inset Text
17791
17792 \begin_layout Plain Layout
17793
17794 \color blue
17795 e
17796 \end_layout
17797
17798 \end_inset
17799 </cell>
17800 <cell alignment="center" valignment="top" usebox="none">
17801 \begin_inset Text
17802
17803 \begin_layout Plain Layout
17804
17805 \color blue
17806 f
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 </row>
17812 <row>
17813 <cell alignment="center" valignment="top" usebox="none">
17814 \begin_inset Text
17815
17816 \begin_layout Plain Layout
17817
17818 \color yellow
17819 g
17820 \end_layout
17821
17822 \end_inset
17823 </cell>
17824 <cell alignment="center" valignment="top" usebox="none">
17825 \begin_inset Text
17826
17827 \begin_layout Plain Layout
17828
17829 \color blue
17830 h
17831 \end_layout
17832
17833 \end_inset
17834 </cell>
17835 <cell alignment="center" valignment="top" usebox="none">
17836 \begin_inset Text
17837
17838 \begin_layout Plain Layout
17839 \begin_inset ERT
17840 status collapsed
17841
17842 \begin_layout Plain Layout
17843
17844
17845 \backslash
17846 cellcolor{Maroon}
17847 \end_layout
17848
17849 \end_inset
17850
17851
17852 \color green
17853 i
17854 \end_layout
17855
17856 \end_inset
17857 </cell>
17858 </row>
17859 </lyxtabular>
17860
17861 \end_inset
17862
17863
17864 \end_layout
17865
17866 \end_inset
17867
17868
17869 \end_layout
17870
17871 \begin_layout Standard
17872 \begin_inset ERT
17873 status collapsed
17874
17875 \begin_layout Plain Layout
17876
17877
17878 \backslash
17879 else
17880 \end_layout
17881
17882 \end_inset
17883
17884
17885 \begin_inset Note Note
17886 status open
17887
17888 \begin_layout Plain Layout
17889 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
17890 -Paket 
17891 \series bold
17892 colortbl
17893 \series default
17894  nicht installiert ist:
17895 \end_layout
17896
17897 \end_inset
17898
17899
17900 \end_layout
17901
17902 \begin_layout Standard
17903 Sie müssen das \SpecialChar LaTeX
17904 -Paket 
17905 \series bold
17906 colortbl
17907 \series default
17908  installiert haben um den Inhalt dieses Abschnitts zu sehen.
17909 \end_layout
17910
17911 \begin_layout Standard
17912 \begin_inset ERT
17913 status collapsed
17914
17915 \begin_layout Plain Layout
17916
17917
17918 \backslash
17919 fi
17920 \end_layout
17921
17922 \end_inset
17923
17924
17925 \end_layout
17926
17927 \begin_layout Subsection
17928 Farbige Zeilen
17929 \begin_inset Index idx
17930 status collapsed
17931
17932 \begin_layout Plain Layout
17933 farbige ! Tabellenzeilen
17934 \end_layout
17935
17936 \end_inset
17937
17938
17939 \end_layout
17940
17941 \begin_layout Standard
17942 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
17943  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
17944  Man lädt das \SpecialChar LaTeX
17945 -Paket 
17946 \series bold
17947 xcolor
17948 \series default
17949
17950 \begin_inset Index idx
17951 status collapsed
17952
17953 \begin_layout Plain Layout
17954 \SpecialChar LaTeX
17955 -Pakete ! xcolor
17956 \begin_inset ERT
17957 status collapsed
17958
17959 \begin_layout Plain Layout
17960
17961
17962 \backslash
17963 vspace{4mm}
17964 \end_layout
17965
17966 \end_inset
17967
17968
17969 \end_layout
17970
17971 \end_inset
17972
17973  im \SpecialChar LaTeX
17974 -Vorspann mit dem Befehl
17975 \end_layout
17976
17977 \begin_layout Standard
17978
17979 \series bold
17980
17981 \backslash
17982 usepackage[table]{xcolor}
17983 \end_layout
17984
17985 \begin_layout Standard
17986
17987 \series bold
17988 xcolor
17989 \series default
17990  lädt automatisch auch das \SpecialChar LaTeX
17991 -Paket 
17992 \series bold
17993 colortbl
17994 \series default
17995
17996 \begin_inset Index idx
17997 status collapsed
17998
17999 \begin_layout Plain Layout
18000 \SpecialChar LaTeX
18001 -Pakete ! colortbl
18002 \end_layout
18003
18004 \end_inset
18005
18006 , so dass 
18007 \series bold
18008 colortbl
18009 \series default
18010  in Ihrer \SpecialChar LaTeX
18011 -Distribution installiert sein muss, ansonsten bekommt man \SpecialChar LaTeX
18012 -Fehler.
18013 \end_layout
18014
18015 \begin_layout Standard
18016 \begin_inset ERT
18017 status collapsed
18018
18019 \begin_layout Plain Layout
18020
18021
18022 \backslash
18023 ifcolortbl
18024 \end_layout
18025
18026 \end_inset
18027
18028
18029 \begin_inset Note Note
18030 status open
18031
18032 \begin_layout Plain Layout
18033 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
18034 -Paket 
18035 \series bold
18036 colortbl
18037 \series default
18038  installiert ist.
18039 \end_layout
18040
18041 \end_inset
18042
18043
18044 \end_layout
18045
18046 \begin_layout Standard
18047 Die Tabellenzeilen werden mit dem Befehl
18048 \end_layout
18049
18050 \begin_layout Standard
18051
18052 \series bold
18053
18054 \backslash
18055 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
18056 \end_layout
18057
18058 \begin_layout Standard
18059 eingefärbt, der entweder in den \SpecialChar LaTeX
18060 -Vorspann oder als \SpecialChar TeX
18061 -Code vor der ersten
18062  zu färbenden Tabelle eingefügt wird.
18063  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
18064  Zeilenfarbe gefärbt werden soll.
18065  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
18066  werden.
18067  So führt zum Beispiel der Befehl
18068 \end_layout
18069
18070 \begin_layout Standard
18071
18072 \series bold
18073
18074 \backslash
18075 rowcolors{1}{white}{lightgray}
18076 \end_layout
18077
18078 \begin_layout Standard
18079 zum Farbschema von Tabelle
18080 \begin_inset space ~
18081 \end_inset
18082
18083
18084 \begin_inset CommandInset ref
18085 LatexCommand ref
18086 reference "tab:Tabelle-rowcolors"
18087
18088 \end_inset
18089
18090 .
18091  Der Befehl
18092 \end_layout
18093
18094 \begin_layout Standard
18095
18096 \series bold
18097
18098 \backslash
18099 rowcolors[
18100 \backslash
18101 hline]{1}{lightgray}{cyan}
18102 \end_layout
18103
18104 \begin_layout Standard
18105 führt zum Farbschema von Tabelle
18106 \begin_inset space ~
18107 \end_inset
18108
18109
18110 \begin_inset CommandInset ref
18111 LatexCommand ref
18112 reference "tab:Tabelle-rowcolors-2"
18113
18114 \end_inset
18115
18116 .
18117  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
18118  wird keine Farbe verwendet, so dass der Befehl
18119 \end_layout
18120
18121 \begin_layout Standard
18122
18123 \series bold
18124
18125 \backslash
18126 rowcolors{1}{}{}
18127 \end_layout
18128
18129 \begin_layout Standard
18130 alle Farben löscht.
18131  
18132 \series bold
18133
18134 \backslash
18135 rowcolors
18136 \series default
18137  beeinflusst alle diesem Befehl folgenden Tabellen.
18138 \end_layout
18139
18140 \begin_layout Standard
18141 \begin_inset ERT
18142 status open
18143
18144 \begin_layout Plain Layout
18145
18146
18147 \backslash
18148 rowcolors{1}{white}{lightgray}
18149 \end_layout
18150
18151 \end_inset
18152
18153
18154 \end_layout
18155
18156 \begin_layout Standard
18157 \begin_inset Float table
18158 placement h
18159 wide false
18160 sideways false
18161 status open
18162
18163 \begin_layout Plain Layout
18164 \begin_inset Caption Standard
18165
18166 \begin_layout Plain Layout
18167 \begin_inset CommandInset label
18168 LatexCommand label
18169 name "tab:Tabelle-rowcolors"
18170
18171 \end_inset
18172
18173 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18174 \end_layout
18175
18176 \end_inset
18177
18178
18179 \end_layout
18180
18181 \begin_layout Plain Layout
18182 \align center
18183 \begin_inset Tabular
18184 <lyxtabular version="3" rows="4" columns="3">
18185 <features tabularvalignment="middle">
18186 <column alignment="center" valignment="top">
18187 <column alignment="center" valignment="top" width="0pt">
18188 <column alignment="center" valignment="top" width="0pt">
18189 <row>
18190 <cell alignment="center" valignment="top" usebox="none">
18191 \begin_inset Text
18192
18193 \begin_layout Plain Layout
18194 X
18195 \end_layout
18196
18197 \end_inset
18198 </cell>
18199 <cell alignment="center" valignment="top" usebox="none">
18200 \begin_inset Text
18201
18202 \begin_layout Plain Layout
18203 Y
18204 \end_layout
18205
18206 \end_inset
18207 </cell>
18208 <cell alignment="center" valignment="top" usebox="none">
18209 \begin_inset Text
18210
18211 \begin_layout Plain Layout
18212 Z
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 </row>
18218 <row>
18219 <cell alignment="center" valignment="top" usebox="none">
18220 \begin_inset Text
18221
18222 \begin_layout Plain Layout
18223 1
18224 \end_layout
18225
18226 \end_inset
18227 </cell>
18228 <cell alignment="center" valignment="top" usebox="none">
18229 \begin_inset Text
18230
18231 \begin_layout Plain Layout
18232 2
18233 \end_layout
18234
18235 \end_inset
18236 </cell>
18237 <cell alignment="center" valignment="top" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241 3
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 </row>
18247 <row>
18248 <cell alignment="center" valignment="top" usebox="none">
18249 \begin_inset Text
18250
18251 \begin_layout Plain Layout
18252 4
18253 \end_layout
18254
18255 \end_inset
18256 </cell>
18257 <cell alignment="center" valignment="top" usebox="none">
18258 \begin_inset Text
18259
18260 \begin_layout Plain Layout
18261 5
18262 \end_layout
18263
18264 \end_inset
18265 </cell>
18266 <cell alignment="center" valignment="top" usebox="none">
18267 \begin_inset Text
18268
18269 \begin_layout Plain Layout
18270 6
18271 \end_layout
18272
18273 \end_inset
18274 </cell>
18275 </row>
18276 <row>
18277 <cell alignment="center" valignment="top" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281 7
18282 \end_layout
18283
18284 \end_inset
18285 </cell>
18286 <cell alignment="center" valignment="top" usebox="none">
18287 \begin_inset Text
18288
18289 \begin_layout Plain Layout
18290 8
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 <cell alignment="center" valignment="top" usebox="none">
18296 \begin_inset Text
18297
18298 \begin_layout Plain Layout
18299 9
18300 \end_layout
18301
18302 \end_inset
18303 </cell>
18304 </row>
18305 </lyxtabular>
18306
18307 \end_inset
18308
18309
18310 \end_layout
18311
18312 \end_inset
18313
18314
18315 \end_layout
18316
18317 \begin_layout Standard
18318 \begin_inset ERT
18319 status open
18320
18321 \begin_layout Plain Layout
18322
18323
18324 \backslash
18325 rowcolors[
18326 \backslash
18327 hline]{1}{lightgray}{cyan}
18328 \end_layout
18329
18330 \end_inset
18331
18332
18333 \end_layout
18334
18335 \begin_layout Standard
18336 \begin_inset Float table
18337 placement h
18338 wide false
18339 sideways false
18340 status open
18341
18342 \begin_layout Plain Layout
18343 \begin_inset Caption Standard
18344
18345 \begin_layout Plain Layout
18346 \begin_inset CommandInset label
18347 LatexCommand label
18348 name "tab:Tabelle-rowcolors-2"
18349
18350 \end_inset
18351
18352 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18353  Linie zwischen jeder Zeile befindet.
18354 \end_layout
18355
18356 \end_inset
18357
18358
18359 \end_layout
18360
18361 \begin_layout Plain Layout
18362 \align center
18363 \begin_inset Tabular
18364 <lyxtabular version="3" rows="4" columns="3">
18365 <features tabularvalignment="middle">
18366 <column alignment="center" valignment="top">
18367 <column alignment="center" valignment="top">
18368 <column alignment="center" valignment="top" width="0pt">
18369 <row>
18370 <cell alignment="center" valignment="top" usebox="none">
18371 \begin_inset Text
18372
18373 \begin_layout Plain Layout
18374 X
18375 \end_layout
18376
18377 \end_inset
18378 </cell>
18379 <cell alignment="center" valignment="top" usebox="none">
18380 \begin_inset Text
18381
18382 \begin_layout Plain Layout
18383 Y
18384 \end_layout
18385
18386 \end_inset
18387 </cell>
18388 <cell alignment="center" valignment="top" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392 Z
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 </row>
18398 <row>
18399 <cell alignment="center" valignment="top" usebox="none">
18400 \begin_inset Text
18401
18402 \begin_layout Plain Layout
18403 1
18404 \end_layout
18405
18406 \end_inset
18407 </cell>
18408 <cell alignment="center" valignment="top" usebox="none">
18409 \begin_inset Text
18410
18411 \begin_layout Plain Layout
18412 2
18413 \end_layout
18414
18415 \end_inset
18416 </cell>
18417 <cell alignment="center" valignment="top" usebox="none">
18418 \begin_inset Text
18419
18420 \begin_layout Plain Layout
18421 3
18422 \end_layout
18423
18424 \end_inset
18425 </cell>
18426 </row>
18427 <row>
18428 <cell alignment="center" valignment="top" usebox="none">
18429 \begin_inset Text
18430
18431 \begin_layout Plain Layout
18432 4
18433 \end_layout
18434
18435 \end_inset
18436 </cell>
18437 <cell alignment="center" valignment="top" usebox="none">
18438 \begin_inset Text
18439
18440 \begin_layout Plain Layout
18441 5
18442 \end_layout
18443
18444 \end_inset
18445 </cell>
18446 <cell alignment="center" valignment="top" usebox="none">
18447 \begin_inset Text
18448
18449 \begin_layout Plain Layout
18450 6
18451 \end_layout
18452
18453 \end_inset
18454 </cell>
18455 </row>
18456 <row>
18457 <cell alignment="center" valignment="top" usebox="none">
18458 \begin_inset Text
18459
18460 \begin_layout Plain Layout
18461 7
18462 \end_layout
18463
18464 \end_inset
18465 </cell>
18466 <cell alignment="center" valignment="top" usebox="none">
18467 \begin_inset Text
18468
18469 \begin_layout Plain Layout
18470 8
18471 \end_layout
18472
18473 \end_inset
18474 </cell>
18475 <cell alignment="center" valignment="top" usebox="none">
18476 \begin_inset Text
18477
18478 \begin_layout Plain Layout
18479 9
18480 \end_layout
18481
18482 \end_inset
18483 </cell>
18484 </row>
18485 </lyxtabular>
18486
18487 \end_inset
18488
18489
18490 \end_layout
18491
18492 \end_inset
18493
18494
18495 \end_layout
18496
18497 \begin_layout Standard
18498 \begin_inset ERT
18499 status collapsed
18500
18501 \begin_layout Plain Layout
18502
18503
18504 \backslash
18505 rowcolors{1}{}{}
18506 \end_layout
18507
18508 \end_inset
18509
18510
18511 \begin_inset Note Note
18512 status collapsed
18513
18514 \begin_layout Plain Layout
18515 schaltet die Färbung aus
18516 \end_layout
18517
18518 \end_inset
18519
18520
18521 \end_layout
18522
18523 \begin_layout Standard
18524 \begin_inset ERT
18525 status collapsed
18526
18527 \begin_layout Plain Layout
18528
18529
18530 \backslash
18531 else
18532 \end_layout
18533
18534 \end_inset
18535
18536
18537 \begin_inset Note Note
18538 status open
18539
18540 \begin_layout Plain Layout
18541 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
18542 -Paket 
18543 \series bold
18544 colortbl
18545 \series default
18546  nicht installiert ist:
18547 \end_layout
18548
18549 \end_inset
18550
18551
18552 \end_layout
18553
18554 \begin_layout Standard
18555 Sie müssen das \SpecialChar LaTeX
18556 -Paket 
18557 \series bold
18558 colortbl
18559 \series default
18560  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18561 \end_layout
18562
18563 \begin_layout Standard
18564 \begin_inset ERT
18565 status collapsed
18566
18567 \begin_layout Plain Layout
18568
18569
18570 \backslash
18571 fi
18572 \end_layout
18573
18574 \end_inset
18575
18576
18577 \end_layout
18578
18579 \begin_layout Subsection
18580 Farbige Linien
18581 \begin_inset Index idx
18582 status collapsed
18583
18584 \begin_layout Plain Layout
18585 farbige !  Tabellenlinien
18586 \end_layout
18587
18588 \end_inset
18589
18590
18591 \end_layout
18592
18593 \begin_layout Standard
18594 Wie in Abschnitt
18595 \begin_inset space ~
18596 \end_inset
18597
18598
18599 \begin_inset CommandInset ref
18600 LatexCommand ref
18601 reference "uab:Liniendicke"
18602
18603 \end_inset
18604
18605  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
18606 \series bold
18607
18608 \backslash
18609 arrayrulewidth
18610 \series default
18611  definiert werden.
18612  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
18613 \begin_inset space \thinspace{}
18614 \end_inset
18615
18616 pt gesetzt.
18617 \begin_inset ERT
18618 status collapsed
18619
18620 \begin_layout Plain Layout
18621
18622
18623 \backslash
18624 setlength{
18625 \backslash
18626 arrayrulewidth}{1.5pt}
18627 \end_layout
18628
18629 \end_inset
18630
18631
18632 \end_layout
18633
18634 \begin_layout Standard
18635 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im \SpecialChar LaTeX
18636 -Vorspann
18637  folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
18638 \begin_inset space ~
18639 \end_inset
18640
18641
18642 \begin_inset CommandInset ref
18643 LatexCommand ref
18644 reference "uab:Angepasste-Zellen-/Spaltenformate"
18645
18646 \end_inset
18647
18648  definiert:
18649 \end_layout
18650
18651 \begin_layout Standard
18652
18653 \series bold
18654
18655 \backslash
18656 newcolumntype{W}{!{
18657 \backslash
18658 color{green}
18659 \backslash
18660 vline}}
18661 \end_layout
18662
18663 \begin_layout Standard
18664 In Tabelle
18665 \begin_inset space ~
18666 \end_inset
18667
18668
18669 \begin_inset CommandInset ref
18670 LatexCommand ref
18671 reference "tab:Tabelle-mit-farbigen-vert"
18672
18673 \end_inset
18674
18675  wurde das \SpecialChar LaTeX
18676 -Argument 
18677 \series bold
18678 WcW
18679 \series default
18680  für die letzte und 
18681 \series bold
18682 Wc
18683 \series default
18684  für die anderen Spalten benutzt.
18685 \end_layout
18686
18687 \begin_layout Standard
18688 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18689 \end_layout
18690
18691 \begin_layout Standard
18692 \begin_inset Float table
18693 placement h
18694 wide false
18695 sideways false
18696 status open
18697
18698 \begin_layout Plain Layout
18699 \begin_inset Caption Standard
18700
18701 \begin_layout Plain Layout
18702 \begin_inset CommandInset label
18703 LatexCommand label
18704 name "tab:Tabelle-mit-farbigen-vert"
18705
18706 \end_inset
18707
18708 Tabelle mit farbigen vertikalen Linien
18709 \end_layout
18710
18711 \end_inset
18712
18713
18714 \end_layout
18715
18716 \begin_layout Plain Layout
18717 \align center
18718 \begin_inset Tabular
18719 <lyxtabular version="3" rows="3" columns="3">
18720 <features tabularvalignment="middle">
18721 <column alignment="center" valignment="top" special="Wc">
18722 <column alignment="center" valignment="top" special="Wc">
18723 <column alignment="center" valignment="top" special="WcW">
18724 <row>
18725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18726 \begin_inset Text
18727
18728 \begin_layout Plain Layout
18729 sd
18730 \end_layout
18731
18732 \end_inset
18733 </cell>
18734 <cell alignment="center" valignment="top" topline="true" usebox="none">
18735 \begin_inset Text
18736
18737 \begin_layout Plain Layout
18738
18739 \end_layout
18740
18741 \end_inset
18742 </cell>
18743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18744 \begin_inset Text
18745
18746 \begin_layout Plain Layout
18747
18748 \end_layout
18749
18750 \end_inset
18751 </cell>
18752 </row>
18753 <row>
18754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18755 \begin_inset Text
18756
18757 \begin_layout Plain Layout
18758
18759 \end_layout
18760
18761 \end_inset
18762 </cell>
18763 <cell alignment="center" valignment="top" topline="true" usebox="none">
18764 \begin_inset Text
18765
18766 \begin_layout Plain Layout
18767 sd
18768 \end_layout
18769
18770 \end_inset
18771 </cell>
18772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18773 \begin_inset Text
18774
18775 \begin_layout Plain Layout
18776
18777 \end_layout
18778
18779 \end_inset
18780 </cell>
18781 </row>
18782 <row>
18783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18784 \begin_inset Text
18785
18786 \begin_layout Plain Layout
18787
18788 \end_layout
18789
18790 \end_inset
18791 </cell>
18792 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18793 \begin_inset Text
18794
18795 \begin_layout Plain Layout
18796
18797 \end_layout
18798
18799 \end_inset
18800 </cell>
18801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18802 \begin_inset Text
18803
18804 \begin_layout Plain Layout
18805 sd
18806 \end_layout
18807
18808 \end_inset
18809 </cell>
18810 </row>
18811 </lyxtabular>
18812
18813 \end_inset
18814
18815
18816 \end_layout
18817
18818 \end_inset
18819
18820
18821 \end_layout
18822
18823 \begin_layout Standard
18824 \begin_inset VSpace bigskip
18825 \end_inset
18826
18827 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18828 \begin_inset space ~
18829 \end_inset
18830
18831
18832 \begin_inset CommandInset ref
18833 LatexCommand ref
18834 reference "tab:Tabelle-mit-farbigen-horiz"
18835
18836 \end_inset
18837
18838 , müssen Sie folgenden Befehl als \SpecialChar TeX
18839 -Code vor der (Gleitobjekt-)Tabelle einfügen:
18840 \end_layout
18841
18842 \begin_layout Standard
18843
18844 \series bold
18845
18846 \backslash
18847 let
18848 \backslash
18849 myHlineC
18850 \backslash
18851 hline
18852 \begin_inset Newline newline
18853 \end_inset
18854
18855
18856 \backslash
18857 renewcommand{
18858 \backslash
18859 hline}
18860 \begin_inset Newline newline
18861 \end_inset
18862
18863
18864 \begin_inset Phantom HPhantom
18865 status open
18866
18867 \begin_layout Plain Layout
18868
18869 \series bold
18870 \begin_inset space ~
18871 \end_inset
18872
18873
18874 \end_layout
18875
18876 \end_inset
18877
18878 {
18879 \backslash
18880 arrayrulecolor{red}
18881 \backslash
18882 myHlineC
18883 \backslash
18884 arrayrulecolor{black}}
18885 \end_layout
18886
18887 \begin_layout Standard
18888 \begin_inset ERT
18889 status collapsed
18890
18891 \begin_layout Plain Layout
18892
18893
18894 \backslash
18895 let
18896 \backslash
18897 myHlineC
18898 \backslash
18899 hline
18900 \end_layout
18901
18902 \begin_layout Plain Layout
18903
18904
18905 \backslash
18906 renewcommand{
18907 \backslash
18908 hline}
18909 \end_layout
18910
18911 \begin_layout Plain Layout
18912
18913  {
18914 \backslash
18915 arrayrulecolor{red}
18916 \backslash
18917 myHlineC
18918 \backslash
18919 arrayrulecolor{black}}
18920 \end_layout
18921
18922 \end_inset
18923
18924
18925 \begin_inset Float table
18926 placement h
18927 wide false
18928 sideways false
18929 status open
18930
18931 \begin_layout Plain Layout
18932 \begin_inset Caption Standard
18933
18934 \begin_layout Plain Layout
18935 \begin_inset CommandInset label
18936 LatexCommand label
18937 name "tab:Tabelle-mit-farbigen-horiz"
18938
18939 \end_inset
18940
18941 Tabelle mit farbigen horizontalen Linien
18942 \end_layout
18943
18944 \end_inset
18945
18946
18947 \end_layout
18948
18949 \begin_layout Plain Layout
18950 \align center
18951 \begin_inset Tabular
18952 <lyxtabular version="3" rows="3" columns="3">
18953 <features tabularvalignment="middle">
18954 <column alignment="center" valignment="top">
18955 <column alignment="center" valignment="top">
18956 <column alignment="center" valignment="top">
18957 <row>
18958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18959 \begin_inset Text
18960
18961 \begin_layout Plain Layout
18962 sd
18963 \end_layout
18964
18965 \end_inset
18966 </cell>
18967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18968 \begin_inset Text
18969
18970 \begin_layout Plain Layout
18971
18972 \end_layout
18973
18974 \end_inset
18975 </cell>
18976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18977 \begin_inset Text
18978
18979 \begin_layout Plain Layout
18980
18981 \end_layout
18982
18983 \end_inset
18984 </cell>
18985 </row>
18986 <row>
18987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18988 \begin_inset Text
18989
18990 \begin_layout Plain Layout
18991
18992 \end_layout
18993
18994 \end_inset
18995 </cell>
18996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18997 \begin_inset Text
18998
18999 \begin_layout Plain Layout
19000 sd
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19006 \begin_inset Text
19007
19008 \begin_layout Plain Layout
19009
19010 \end_layout
19011
19012 \end_inset
19013 </cell>
19014 </row>
19015 <row>
19016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19017 \begin_inset Text
19018
19019 \begin_layout Plain Layout
19020
19021 \end_layout
19022
19023 \end_inset
19024 </cell>
19025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19026 \begin_inset Text
19027
19028 \begin_layout Plain Layout
19029
19030 \end_layout
19031
19032 \end_inset
19033 </cell>
19034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19035 \begin_inset Text
19036
19037 \begin_layout Plain Layout
19038 sd
19039 \end_layout
19040
19041 \end_inset
19042 </cell>
19043 </row>
19044 </lyxtabular>
19045
19046 \end_inset
19047
19048
19049 \end_layout
19050
19051 \end_inset
19052
19053
19054 \end_layout
19055
19056 \begin_layout Standard
19057 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
19058  als \SpecialChar TeX
19059 -Code hinter der Tabelle einfügen:
19060 \end_layout
19061
19062 \begin_layout Standard
19063
19064 \series bold
19065
19066 \backslash
19067 renewcommand{
19068 \backslash
19069 hline}{
19070 \backslash
19071 myHlineC}
19072 \end_layout
19073
19074 \begin_layout Standard
19075 Tabelle
19076 \begin_inset space ~
19077 \end_inset
19078
19079
19080 \begin_inset CommandInset ref
19081 LatexCommand ref
19082 reference "tab:Table-with-colored"
19083
19084 \end_inset
19085
19086  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
19087 \end_layout
19088
19089 \begin_layout Standard
19090 \begin_inset Float table
19091 placement h
19092 wide false
19093 sideways false
19094 status open
19095
19096 \begin_layout Plain Layout
19097 \begin_inset Caption Standard
19098
19099 \begin_layout Plain Layout
19100 \begin_inset CommandInset label
19101 LatexCommand label
19102 name "tab:Table-with-colored"
19103
19104 \end_inset
19105
19106 Tabelle mit farbigen Linien
19107 \end_layout
19108
19109 \end_inset
19110
19111
19112 \end_layout
19113
19114 \begin_layout Plain Layout
19115 \align center
19116 \begin_inset Tabular
19117 <lyxtabular version="3" rows="3" columns="3">
19118 <features tabularvalignment="middle">
19119 <column alignment="center" valignment="top" special="Wc">
19120 <column alignment="center" valignment="top" special="Wc">
19121 <column alignment="center" valignment="top" special="WcW">
19122 <row>
19123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19124 \begin_inset Text
19125
19126 \begin_layout Plain Layout
19127 sd
19128 \end_layout
19129
19130 \end_inset
19131 </cell>
19132 <cell alignment="center" valignment="top" topline="true" usebox="none">
19133 \begin_inset Text
19134
19135 \begin_layout Plain Layout
19136
19137 \end_layout
19138
19139 \end_inset
19140 </cell>
19141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145
19146 \end_layout
19147
19148 \end_inset
19149 </cell>
19150 </row>
19151 <row>
19152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19153 \begin_inset Text
19154
19155 \begin_layout Plain Layout
19156
19157 \end_layout
19158
19159 \end_inset
19160 </cell>
19161 <cell alignment="center" valignment="top" topline="true" usebox="none">
19162 \begin_inset Text
19163
19164 \begin_layout Plain Layout
19165 sd
19166 \end_layout
19167
19168 \end_inset
19169 </cell>
19170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 </row>
19180 <row topspace="default">
19181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185
19186 \end_layout
19187
19188 \end_inset
19189 </cell>
19190 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19191 \begin_inset Text
19192
19193 \begin_layout Plain Layout
19194
19195 \end_layout
19196
19197 \end_inset
19198 </cell>
19199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19200 \begin_inset Text
19201
19202 \begin_layout Plain Layout
19203 sd
19204 \end_layout
19205
19206 \end_inset
19207 </cell>
19208 </row>
19209 </lyxtabular>
19210
19211 \end_inset
19212
19213
19214 \end_layout
19215
19216 \end_inset
19217
19218
19219 \end_layout
19220
19221 \begin_layout Standard
19222 \begin_inset ERT
19223 status collapsed
19224
19225 \begin_layout Plain Layout
19226
19227
19228 \backslash
19229 renewcommand{
19230 \backslash
19231 hline}{
19232 \backslash
19233 myHlineC}
19234 \end_layout
19235
19236 \end_inset
19237
19238
19239 \end_layout
19240
19241 \begin_layout Standard
19242 \begin_inset ERT
19243 status collapsed
19244
19245 \begin_layout Plain Layout
19246
19247
19248 \backslash
19249 setlength{
19250 \backslash
19251 arrayrulewidth}{0.4pt}
19252 \end_layout
19253
19254 \end_inset
19255
19256
19257 \begin_inset Note Note
19258 status collapsed
19259
19260 \begin_layout Plain Layout
19261 setzt die Liniendicke wieder auf ihren Standardwert zurück
19262 \end_layout
19263
19264 \end_inset
19265
19266
19267 \end_layout
19268
19269 \begin_layout Section
19270 Rotierte Tabellenzellen
19271 \begin_inset CommandInset label
19272 LatexCommand label
19273 name "abs:Rotierte-Tabellenzellen"
19274
19275 \end_inset
19276
19277
19278 \begin_inset Index idx
19279 status collapsed
19280
19281 \begin_layout Plain Layout
19282 Tabellen ! rotierte Zellen
19283 \end_layout
19284
19285 \end_inset
19286
19287
19288 \begin_inset Index idx
19289 status collapsed
19290
19291 \begin_layout Plain Layout
19292 Rotiertes Material
19293 \end_layout
19294
19295 \end_inset
19296
19297
19298 \end_layout
19299
19300 \begin_layout Standard
19301 \begin_inset Note Greyedout
19302 status open
19303
19304 \begin_layout Plain Layout
19305
19306 \series bold
19307 Achtung:
19308 \series default
19309  Nicht alle DVI-Betrachter können Rotationen anzeigen.
19310 \end_layout
19311
19312 \end_inset
19313
19314
19315 \end_layout
19316
19317 \begin_layout Standard
19318 Tabelle
19319 \begin_inset space ~
19320 \end_inset
19321
19322
19323 \begin_inset CommandInset ref
19324 LatexCommand ref
19325 reference "tab:Tabelle-mit-rotierten"
19326
19327 \end_inset
19328
19329  ist ein Beispiel bei dem 3
19330 \begin_inset space ~
19331 \end_inset
19332
19333 Zellen um 45
19334 \begin_inset space \thinspace{}
19335 \end_inset
19336
19337 ° rotiert wurden.
19338 \end_layout
19339
19340 \begin_layout Standard
19341 \begin_inset Float table
19342 placement h
19343 wide false
19344 sideways false
19345 status open
19346
19347 \begin_layout Plain Layout
19348 \begin_inset Caption Standard
19349
19350 \begin_layout Plain Layout
19351 \begin_inset CommandInset label
19352 LatexCommand label
19353 name "tab:Tabelle-mit-rotierten"
19354
19355 \end_inset
19356
19357 Tabelle mit rotierten Zellen in der ersten Zeile.
19358 \end_layout
19359
19360 \end_inset
19361
19362
19363 \end_layout
19364
19365 \begin_layout Plain Layout
19366 \noindent
19367 \align center
19368 \begin_inset Tabular
19369 <lyxtabular version="3" rows="2" columns="3">
19370 <features tabularvalignment="middle">
19371 <column alignment="center" valignment="top" width="0pt">
19372 <column alignment="center" valignment="top" width="0pt">
19373 <column alignment="center" valignment="top" width="0pt">
19374 <row>
19375 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19376 \begin_inset Text
19377
19378 \begin_layout Plain Layout
19379 Tassen
19380 \end_layout
19381
19382 \end_inset
19383 </cell>
19384 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388 Teller
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397 Untertassen
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 </row>
19403 <row>
19404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Plain Layout
19408 45
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19414 \begin_inset Text
19415
19416 \begin_layout Plain Layout
19417 33
19418 \end_layout
19419
19420 \end_inset
19421 </cell>
19422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19423 \begin_inset Text
19424
19425 \begin_layout Plain Layout
19426 21
19427 \end_layout
19428
19429 \end_inset
19430 </cell>
19431 </row>
19432 </lyxtabular>
19433
19434 \end_inset
19435
19436
19437 \end_layout
19438
19439 \end_inset
19440
19441
19442 \end_layout
19443
19444 \begin_layout Standard
19445 \begin_inset Note Greyedout
19446 status open
19447
19448 \begin_layout Plain Layout
19449
19450 \series bold
19451 Achtung:
19452 \series default
19453  Zeilenumbrüche (Tastenkürzel 
19454 \family sans
19455 Strg+Enter
19456 \family default
19457 ) sind in rotierten Zellen nicht erlaubt.
19458 \end_layout
19459
19460 \end_inset
19461
19462
19463 \end_layout
19464
19465 \begin_layout Standard
19466 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen, müssen Sie
19467  den Zelleninhalt in eine Minipage oder Parbox tun.
19468 \begin_inset Foot
19469 status collapsed
19470
19471 \begin_layout Plain Layout
19472 Für mehr über diese Boxen siehe Abschnitt
19473 \begin_inset space ~
19474 \end_inset
19475
19476
19477 \begin_inset CommandInset ref
19478 LatexCommand ref
19479 reference "abs:Minipage"
19480
19481 \end_inset
19482
19483  und 
19484 \begin_inset CommandInset ref
19485 LatexCommand ref
19486 reference "abs:Parbox"
19487
19488 \end_inset
19489
19490 .
19491 \end_layout
19492
19493 \end_inset
19494
19495  Wenn Sie diese Zelle um 90
19496 \begin_inset space \thinspace{}
19497 \end_inset
19498
19499 ° rotieren, ist die Breite der Box die Höhe der Zelle.
19500  Tabelle
19501 \begin_inset space ~
19502 \end_inset
19503
19504
19505 \begin_inset CommandInset ref
19506 LatexCommand ref
19507 reference "tab:Tabelle-mit-rotierter-Umbruch"
19508
19509 \end_inset
19510
19511  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch, wobei die Boxbreite
19512  auch 3
19513 \begin_inset space \thinspace{}
19514 \end_inset
19515
19516 cm gesetzt wurde.
19517 \end_layout
19518
19519 \begin_layout Standard
19520 \begin_inset Float table
19521 wide false
19522 sideways false
19523 status open
19524
19525 \begin_layout Plain Layout
19526 \begin_inset Caption Standard
19527
19528 \begin_layout Plain Layout
19529 \begin_inset CommandInset label
19530 LatexCommand label
19531 name "tab:Tabelle-mit-rotierter-Umbruch"
19532
19533 \end_inset
19534
19535 Tabelle mit rotierter Zelle mit Zeilenumbruch.
19536 \end_layout
19537
19538 \end_inset
19539
19540
19541 \end_layout
19542
19543 \begin_layout Plain Layout
19544 \noindent
19545 \align center
19546 \begin_inset Tabular
19547 <lyxtabular version="3" rows="2" columns="3">
19548 <features tabularvalignment="middle">
19549 <column alignment="center" valignment="top">
19550 <column alignment="center" valignment="top" width="0pt">
19551 <column alignment="center" valignment="top">
19552 <row>
19553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19554 \begin_inset Text
19555
19556 \begin_layout Plain Layout
19557 a
19558 \end_layout
19559
19560 \end_inset
19561 </cell>
19562 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19563 \begin_inset Text
19564
19565 \begin_layout Plain Layout
19566 \begin_inset Box Frameless
19567 position "t"
19568 hor_pos "c"
19569 has_inner_box 1
19570 inner_pos "t"
19571 use_parbox 0
19572 use_makebox 0
19573 width "3cm"
19574 special "none"
19575 height "1in"
19576 height_special "totalheight"
19577 thickness "0.4pt"
19578 separation "3pt"
19579 shadowsize "4pt"
19580 framecolor "black"
19581 backgroundcolor "none"
19582 status open
19583
19584 \begin_layout Plain Layout
19585 rotierte Zelle
19586 \begin_inset Newline newline
19587 \end_inset
19588
19589 mit Zeilenumbruch
19590 \end_layout
19591
19592 \end_inset
19593
19594
19595 \end_layout
19596
19597 \end_inset
19598 </cell>
19599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19600 \begin_inset Text
19601
19602 \begin_layout Plain Layout
19603 e
19604 \end_layout
19605
19606 \end_inset
19607 </cell>
19608 </row>
19609 <row>
19610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614 b
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19620 \begin_inset Text
19621
19622 \begin_layout Plain Layout
19623 c
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19629 \begin_inset Text
19630
19631 \begin_layout Plain Layout
19632 d
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 </row>
19638 </lyxtabular>
19639
19640 \end_inset
19641
19642
19643 \end_layout
19644
19645 \end_inset
19646
19647
19648 \end_layout
19649
19650 \begin_layout Section
19651 Berechnung der Tabellenbreite
19652 \begin_inset CommandInset label
19653 LatexCommand label
19654 name "abs:Berechnung-der-Tabellenbreite"
19655
19656 \end_inset
19657
19658
19659 \end_layout
19660
19661 \begin_layout Standard
19662 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
19663  Tabelle nicht über den Seitenrand hinausragt.
19664  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
19665  aber wie viel Platz wird für jede Spalte benötigt?
19666 \end_layout
19667
19668 \begin_layout Standard
19669 Die Tabellenbreite 
19670 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19671 \end_inset
19672
19673  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
19674  
19675 \begin_inset Formula $W_{\mathrm{Spalte}}$
19676 \end_inset
19677
19678  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
19679  Spalteninhalt und dem Rand der Spalte (\SpecialChar LaTeX
19680 -Länge
19681 \series bold
19682  
19683 \backslash
19684 tabcolsep
19685 \series default
19686 , Voreinstellung 6
19687 \begin_inset space \thinspace{}
19688 \end_inset
19689
19690 pt) plus die Breite einer Tabellenlinie (\SpecialChar LaTeX
19691 -Länge 
19692 \series bold
19693
19694 \backslash
19695 arrayrulewidth
19696 \series default
19697 , Voreinstellung 0.4
19698 \begin_inset space \thinspace{}
19699 \end_inset
19700
19701 pt): Wenn alle 
19702 \begin_inset Formula $n$
19703 \end_inset
19704
19705
19706 \begin_inset space ~
19707 \end_inset
19708
19709 Spalten dieselbe Breite haben, ist die Tabellenbreite also
19710 \begin_inset Formula 
19711 \begin{equation}
19712 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19713 \end{equation}
19714
19715 \end_inset
19716
19717
19718 \end_layout
19719
19720 \begin_layout Standard
19721 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
19722  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (\SpecialChar LaTeX
19723 -Länge
19724  
19725 \series bold
19726
19727 \backslash
19728 columnwidth
19729 \series default
19730 ).
19731  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
19732 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19733 \end_inset
19734
19735  gleich 1
19736 \begin_inset space \thinspace{}
19737 \end_inset
19738
19739
19740 \backslash
19741 columnwidth sein soll, kann 
19742 \begin_inset Formula $W_{\mathrm{Spalte}}$
19743 \end_inset
19744
19745  leicht berechnet werden.
19746 \end_layout
19747
19748 \begin_layout Standard
19749 Um Berechnungen ausführen zu können, muss das \SpecialChar LaTeX
19750 -Paket 
19751 \series bold
19752 calc
19753 \series default
19754
19755 \begin_inset Index idx
19756 status collapsed
19757
19758 \begin_layout Plain Layout
19759 \SpecialChar LaTeX
19760 -Pakete ! calc
19761 \end_layout
19762
19763 \end_inset
19764
19765  im \SpecialChar LaTeX
19766 -Vorspann geladen werden.
19767  Um die Breite im Tabellendialog anzugeben, muss das Feld 
19768 \family sans
19769 \SpecialChar LaTeX
19770 -Argument
19771 \family default
19772  verwendet werden.
19773  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
19774 \begin_inset space ~
19775 \end_inset
19776
19777
19778 \begin_inset CommandInset ref
19779 LatexCommand ref
19780 reference "uab:Mehrfachspalten-Berechnungen"
19781
19782 \end_inset
19783
19784  erklärt ist.
19785  Für eine Tabelle mit 5
19786 \begin_inset space \thinspace{}
19787 \end_inset
19788
19789 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
19790  für jede Spalte den Befehl
19791 \end_layout
19792
19793 \begin_layout Standard
19794
19795 \series bold
19796 >{
19797 \backslash
19798 centering}p{(1
19799 \backslash
19800 columnwidth-62.4pt)/5}
19801 \end_layout
19802
19803 \begin_layout Standard
19804 an.
19805  Für eine Tabelle mit 5
19806 \begin_inset space \thinspace{}
19807 \end_inset
19808
19809 Spalten bei der 2 das 0,75
19810 \begin_inset space \thinspace{}
19811 \end_inset
19812
19813 fache der Breite der anderen 3
19814 \begin_inset space ~
19815 \end_inset
19816
19817 Spalten haben sollen, ist die Berechnung
19818 \begin_inset Formula 
19819 \begin{align}
19820 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{Spalte}}+2\cdot0,75\,W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19821  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19822  & =4,5\,W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
19823 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
19824 \end{align}
19825
19826 \end_inset
19827
19828
19829 \end_layout
19830
19831 \begin_layout Standard
19832 In der Tabelle wird daher der Befehl
19833 \end_layout
19834
19835 \begin_layout Standard
19836
19837 \series bold
19838 >{
19839 \backslash
19840 centering}p{(1
19841 \backslash
19842 columnwidth-62.4pt)/
19843 \backslash
19844 real{4.5}}
19845 \end_layout
19846
19847 \begin_layout Standard
19848 für die breiteren Spalten verwendet und
19849 \end_layout
19850
19851 \begin_layout Standard
19852
19853 \series bold
19854 >{
19855 \backslash
19856 centering}p{(1
19857 \backslash
19858 columnwidth-62.4pt)/
19859 \backslash
19860 real{4.5}*
19861 \backslash
19862 real{0.75}}
19863 \end_layout
19864
19865 \begin_layout Standard
19866 für die schmaleren:
19867 \end_layout
19868
19869 \begin_layout Standard
19870 \begin_inset Tabular
19871 <lyxtabular version="3" rows="2" columns="5">
19872 <features tabularvalignment="middle">
19873 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19874 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19875 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19876 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19877 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19878 <row>
19879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19880 \begin_inset Text
19881
19882 \begin_layout Plain Layout
19883 1
19884 \end_layout
19885
19886 \end_inset
19887 </cell>
19888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19889 \begin_inset Text
19890
19891 \begin_layout Plain Layout
19892 2
19893 \end_layout
19894
19895 \end_inset
19896 </cell>
19897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19898 \begin_inset Text
19899
19900 \begin_layout Plain Layout
19901 3
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19907 \begin_inset Text
19908
19909 \begin_layout Plain Layout
19910 4
19911 \end_layout
19912
19913 \end_inset
19914 </cell>
19915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19916 \begin_inset Text
19917
19918 \begin_layout Plain Layout
19919 5
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 </row>
19925 <row>
19926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19927 \begin_inset Text
19928
19929 \begin_layout Plain Layout
19930 111111 1111111 111111 111111111 11111 11111 1111
19931 \end_layout
19932
19933 \end_inset
19934 </cell>
19935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19936 \begin_inset Text
19937
19938 \begin_layout Plain Layout
19939
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19945 \begin_inset Text
19946
19947 \begin_layout Plain Layout
19948 2222 22222 222222 222222222 2222222 22 22222
19949 \end_layout
19950
19951 \end_inset
19952 </cell>
19953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19954 \begin_inset Text
19955
19956 \begin_layout Plain Layout
19957
19958 \end_layout
19959
19960 \end_inset
19961 </cell>
19962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19963 \begin_inset Text
19964
19965 \begin_layout Plain Layout
19966 333333 333333 333333 33333 3333333 333
19967 \end_layout
19968
19969 \end_inset
19970 </cell>
19971 </row>
19972 </lyxtabular>
19973
19974 \end_inset
19975
19976
19977 \end_layout
19978
19979 \begin_layout Section
19980 Tabellen-Anpassung
19981 \begin_inset Index idx
19982 status collapsed
19983
19984 \begin_layout Plain Layout
19985 Tabellen ! Anpassung
19986 \end_layout
19987
19988 \end_inset
19989
19990
19991 \end_layout
19992
19993 \begin_layout Subsection
19994 Zeilenabstand
19995 \begin_inset CommandInset label
19996 LatexCommand label
19997 name "uab:Zeilenabstand"
19998
19999 \end_inset
20000
20001
20002 \begin_inset Index idx
20003 status collapsed
20004
20005 \begin_layout Plain Layout
20006 Tabellen ! Zeilenabstand
20007 \end_layout
20008
20009 \end_inset
20010
20011
20012 \end_layout
20013
20014 \begin_layout Standard
20015 Auf der Karteikarte 
20016 \family sans
20017 Rahmen
20018 \family default
20019  des 
20020 \family sans
20021 Tabellen-Einstellungen
20022 \family default
20023 -Dialogs können Sie 
20024 \family sans
20025 zusätzliche
20026 \begin_inset space ~
20027 \end_inset
20028
20029 Abstände
20030 \family default
20031  einfügen.
20032  Dabei haben Sie drei Möglichkeiten:
20033 \end_layout
20034
20035 \begin_layout Description
20036 Oberhalb
20037 \begin_inset space ~
20038 \end_inset
20039
20040 der
20041 \begin_inset space ~
20042 \end_inset
20043
20044 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
20045  Bei einer formalen Tabelle
20046 \begin_inset Foot
20047 status collapsed
20048
20049 \begin_layout Plain Layout
20050 Formale Tabellen wurden in Abschnitt
20051 \begin_inset space ~
20052 \end_inset
20053
20054
20055 \begin_inset CommandInset ref
20056 LatexCommand ref
20057 reference "abs:Formale-Tabellen"
20058
20059 \end_inset
20060
20061  beschrieben.
20062 \end_layout
20063
20064 \end_inset
20065
20066  fügt \SpecialChar LyX
20067  standardmäßig 0.5
20068 \begin_inset space \thinspace{}
20069 \end_inset
20070
20071 em Leerraum ein.
20072  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20073 \begin_inset VSpace medskip
20074 \end_inset
20075
20076
20077 \begin_inset Newline newline
20078 \end_inset
20079
20080
20081 \begin_inset space \hspace*{}
20082 \length 0pt
20083 \end_inset
20084
20085
20086 \begin_inset space \hfill{}
20087 \end_inset
20088
20089
20090 \begin_inset Tabular
20091 <lyxtabular version="3" rows="3" columns="1">
20092 <features tabularvalignment="middle">
20093 <column alignment="center" valignment="top">
20094 <row>
20095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20096 \begin_inset Text
20097
20098 \begin_layout Plain Layout
20099 A
20100 \end_layout
20101
20102 \end_inset
20103 </cell>
20104 </row>
20105 <row topspace="3mm">
20106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20107 \begin_inset Text
20108
20109 \begin_layout Plain Layout
20110 3
20111 \begin_inset space \thinspace{}
20112 \end_inset
20113
20114 mm Leerraum oberhalb der Zeile
20115 \end_layout
20116
20117 \end_inset
20118 </cell>
20119 </row>
20120 <row>
20121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20122 \begin_inset Text
20123
20124 \begin_layout Plain Layout
20125 C
20126 \end_layout
20127
20128 \end_inset
20129 </cell>
20130 </row>
20131 </lyxtabular>
20132
20133 \end_inset
20134
20135
20136 \begin_inset space \hfill{}
20137 \end_inset
20138
20139
20140 \begin_inset space \hspace*{}
20141 \length 0pt
20142 \end_inset
20143
20144
20145 \begin_inset VSpace medskip
20146 \end_inset
20147
20148
20149 \begin_inset Newline newline
20150 \end_inset
20151
20152 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20153 n Linien verwenden.
20154 \end_layout
20155
20156 \begin_layout Description
20157 Unterhalb
20158 \begin_inset space ~
20159 \end_inset
20160
20161 der
20162 \begin_inset space ~
20163 \end_inset
20164
20165 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
20166  Bei einer formalen Tabelle fügt \SpecialChar LyX
20167  standardmäßig 0.5
20168 \begin_inset space \thinspace{}
20169 \end_inset
20170
20171 em Leerraum ein.
20172  Bei normalen Tabellen ist der Standardwert 2
20173 \begin_inset space \thinspace{}
20174 \end_inset
20175
20176 pt.
20177 \end_layout
20178
20179 \begin_layout Description
20180 Zwischen
20181 \begin_inset space ~
20182 \end_inset
20183
20184 den
20185 \begin_inset space ~
20186 \end_inset
20187
20188 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
20189  Bei einer formalen Tabelle fügt \SpecialChar LyX
20190  standardmäßig 0.5
20191 \begin_inset space \thinspace{}
20192 \end_inset
20193
20194 em Leerraum ein.
20195  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20196 \begin_inset VSpace medskip
20197 \end_inset
20198
20199
20200 \begin_inset Newline newline
20201 \end_inset
20202
20203
20204 \begin_inset space \hspace*{}
20205 \length 0pt
20206 \end_inset
20207
20208
20209 \begin_inset space \hfill{}
20210 \end_inset
20211
20212
20213 \begin_inset Tabular
20214 <lyxtabular version="3" rows="3" columns="1">
20215 <features tabularvalignment="middle">
20216 <column alignment="center" valignment="top">
20217 <row>
20218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20219 \begin_inset Text
20220
20221 \begin_layout Plain Layout
20222 A
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 </row>
20228 <row interlinespace="3mm">
20229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20230 \begin_inset Text
20231
20232 \begin_layout Plain Layout
20233 \begin_inset Formula $\downarrow$
20234 \end_inset
20235
20236  3
20237 \begin_inset space \thinspace{}
20238 \end_inset
20239
20240 mm Leerraum zwischen den Zeilen 
20241 \begin_inset Formula $\downarrow$
20242 \end_inset
20243
20244
20245 \end_layout
20246
20247 \end_inset
20248 </cell>
20249 </row>
20250 <row>
20251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20252 \begin_inset Text
20253
20254 \begin_layout Plain Layout
20255 \begin_inset Formula $\uparrow$
20256 \end_inset
20257
20258  3
20259 \begin_inset space \thinspace{}
20260 \end_inset
20261
20262 mm Leerraum zwischen den Zeilen 
20263 \begin_inset Formula $\uparrow$
20264 \end_inset
20265
20266
20267 \end_layout
20268
20269 \end_inset
20270 </cell>
20271 </row>
20272 </lyxtabular>
20273
20274 \end_inset
20275
20276
20277 \begin_inset space \hfill{}
20278 \end_inset
20279
20280
20281 \begin_inset space \hspace*{}
20282 \length 0pt
20283 \end_inset
20284
20285
20286 \begin_inset VSpace medskip
20287 \end_inset
20288
20289
20290 \begin_inset Newline newline
20291 \end_inset
20292
20293 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20294 n Linien verwenden.
20295 \end_layout
20296
20297 \begin_layout Standard
20298 \begin_inset VSpace bigskip
20299 \end_inset
20300
20301 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
20302  Befehlen im \SpecialChar LaTeX
20303 -Vorspann machen:
20304 \end_layout
20305
20306 \begin_layout Standard
20307
20308 \series bold
20309
20310 \backslash
20311 @ifundefined{extrarowheight}
20312 \begin_inset Newline newline
20313 \end_inset
20314
20315
20316 \begin_inset Phantom HPhantom
20317 status open
20318
20319 \begin_layout Plain Layout
20320
20321 \series bold
20322 \begin_inset space ~
20323 \end_inset
20324
20325
20326 \end_layout
20327
20328 \end_inset
20329
20330 {
20331 \backslash
20332 usepackage{array}}{}
20333 \begin_inset Newline newline
20334 \end_inset
20335
20336
20337 \backslash
20338 setlength{
20339 \backslash
20340 extrarowheight}{Höhe}
20341 \end_layout
20342
20343 \begin_layout Standard
20344 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
20345  ausgerichtet sind.
20346  (Das Paket 
20347 \series bold
20348 array
20349 \series default
20350  wird automatisch von \SpecialChar LyX
20351  geladen, wenn Sie selbst definierte Tabellenformate
20352  verwenden.
20353  Der Befehl 
20354 \series bold
20355
20356 \backslash
20357 @ifundefined
20358 \series default
20359  vermeidet, dass es in diesem Fall doppelt geladen wird.)
20360 \end_layout
20361
20362 \begin_layout Standard
20363 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
20364  zu nah an den Buchstaben.
20365  Das kann korrigiert werden, indem man den Befehl 
20366 \series bold
20367
20368 \backslash
20369 strut
20370 \series default
20371  als \SpecialChar TeX
20372 -Code am Anfang einer Tabellenzeile einfügt.
20373  Tabelle
20374 \begin_inset space ~
20375 \end_inset
20376
20377
20378 \begin_inset CommandInset ref
20379 LatexCommand ref
20380 reference "tab:Vertikale-Ausrichtung-von"
20381
20382 \end_inset
20383
20384  zeigt den Effekt.
20385 \end_layout
20386
20387 \begin_layout Standard
20388 \noindent
20389 \begin_inset Float table
20390 placement h
20391 wide false
20392 sideways false
20393 status open
20394
20395 \begin_layout Plain Layout
20396 \begin_inset Caption Standard
20397
20398 \begin_layout Plain Layout
20399 \begin_inset CommandInset label
20400 LatexCommand label
20401 name "tab:Vertikale-Ausrichtung-von"
20402
20403 \end_inset
20404
20405 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
20406 \end_layout
20407
20408 \end_inset
20409
20410
20411 \end_layout
20412
20413 \begin_layout Plain Layout
20414 \begin_inset space \hfill{}
20415 \end_inset
20416
20417
20418 \begin_inset Float table
20419 wide false
20420 sideways false
20421 status collapsed
20422
20423 \begin_layout Plain Layout
20424 \begin_inset Caption Standard
20425
20426 \begin_layout Plain Layout
20427 Normale Tabelle.
20428 \end_layout
20429
20430 \end_inset
20431
20432
20433 \end_layout
20434
20435 \begin_layout Plain Layout
20436 \noindent
20437 \align center
20438 \begin_inset Tabular
20439 <lyxtabular version="3" rows="6" columns="1">
20440 <features tabularvalignment="middle">
20441 <column alignment="left" valignment="top">
20442 <row>
20443 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20444 \begin_inset Text
20445
20446 \begin_layout Plain Layout
20447 Normal, g
20448 \end_layout
20449
20450 \end_inset
20451 </cell>
20452 </row>
20453 <row>
20454 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20455 \begin_inset Text
20456
20457 \begin_layout Plain Layout
20458
20459 \size large
20460 Groß, g
20461 \end_layout
20462
20463 \end_inset
20464 </cell>
20465 </row>
20466 <row>
20467 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20468 \begin_inset Text
20469
20470 \begin_layout Plain Layout
20471
20472 \size larger
20473 Größer, g
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 </row>
20479 <row>
20480 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484
20485 \size largest
20486 noch Größer, g
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 </row>
20492 <row>
20493 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20494 \begin_inset Text
20495
20496 \begin_layout Plain Layout
20497
20498 \size huge
20499 Riesig
20500 \end_layout
20501
20502 \end_inset
20503 </cell>
20504 </row>
20505 <row>
20506 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20507 \begin_inset Text
20508
20509 \begin_layout Plain Layout
20510
20511 \size giant
20512 Gigantisch
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 </row>
20518 </lyxtabular>
20519
20520 \end_inset
20521
20522
20523 \end_layout
20524
20525 \end_inset
20526
20527
20528 \begin_inset space \hfill{}
20529 \end_inset
20530
20531
20532 \begin_inset Float table
20533 wide false
20534 sideways false
20535 status collapsed
20536
20537 \begin_layout Plain Layout
20538 \begin_inset Caption Standard
20539
20540 \begin_layout Plain Layout
20541 Tabelle bei der der Befehl 
20542 \series bold
20543
20544 \backslash
20545 strut
20546 \series default
20547  verwendet wurde.
20548 \end_layout
20549
20550 \end_inset
20551
20552
20553 \end_layout
20554
20555 \begin_layout Plain Layout
20556 \noindent
20557 \align center
20558 \begin_inset Tabular
20559 <lyxtabular version="3" rows="6" columns="1">
20560 <features tabularvalignment="middle">
20561 <column alignment="left" valignment="top">
20562 <row>
20563 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20564 \begin_inset Text
20565
20566 \begin_layout Plain Layout
20567 Normal, g
20568 \end_layout
20569
20570 \end_inset
20571 </cell>
20572 </row>
20573 <row>
20574 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20575 \begin_inset Text
20576
20577 \begin_layout Plain Layout
20578
20579 \size large
20580 \begin_inset ERT
20581 status collapsed
20582
20583 \begin_layout Plain Layout
20584
20585
20586 \backslash
20587 strut 
20588 \end_layout
20589
20590 \end_inset
20591
20592 Groß, g
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 </row>
20598 <row>
20599 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20600 \begin_inset Text
20601
20602 \begin_layout Plain Layout
20603
20604 \size larger
20605 \begin_inset ERT
20606 status collapsed
20607
20608 \begin_layout Plain Layout
20609
20610
20611 \backslash
20612 strut 
20613 \end_layout
20614
20615 \end_inset
20616
20617 Größer, g
20618 \end_layout
20619
20620 \end_inset
20621 </cell>
20622 </row>
20623 <row>
20624 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628
20629 \size largest
20630 \begin_inset ERT
20631 status collapsed
20632
20633 \begin_layout Plain Layout
20634
20635
20636 \backslash
20637 strut 
20638 \end_layout
20639
20640 \end_inset
20641
20642 noch Größer, g
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 </row>
20648 <row>
20649 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20650 \begin_inset Text
20651
20652 \begin_layout Plain Layout
20653
20654 \size huge
20655 \begin_inset ERT
20656 status collapsed
20657
20658 \begin_layout Plain Layout
20659
20660
20661 \backslash
20662 strut 
20663 \end_layout
20664
20665 \end_inset
20666
20667 Riesig
20668 \end_layout
20669
20670 \end_inset
20671 </cell>
20672 </row>
20673 <row>
20674 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20675 \begin_inset Text
20676
20677 \begin_layout Plain Layout
20678
20679 \size giant
20680 \begin_inset ERT
20681 status collapsed
20682
20683 \begin_layout Plain Layout
20684
20685
20686 \backslash
20687 strut 
20688 \end_layout
20689
20690 \end_inset
20691
20692 Gigantisch
20693 \end_layout
20694
20695 \end_inset
20696 </cell>
20697 </row>
20698 </lyxtabular>
20699
20700 \end_inset
20701
20702
20703 \end_layout
20704
20705 \end_inset
20706
20707
20708 \begin_inset space \hfill{}
20709 \end_inset
20710
20711
20712 \end_layout
20713
20714 \end_inset
20715
20716
20717 \end_layout
20718
20719 \begin_layout Subsection
20720 Besondere Zellenausrichtung
20721 \begin_inset CommandInset label
20722 LatexCommand label
20723 name "uab:Besondere-Zellenausrichtung"
20724
20725 \end_inset
20726
20727
20728 \begin_inset Index idx
20729 status collapsed
20730
20731 \begin_layout Plain Layout
20732 Tabellen ! Zellenausrichtung
20733 \end_layout
20734
20735 \end_inset
20736
20737
20738 \end_layout
20739
20740 \begin_layout Standard
20741 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
20742  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
20743 \begin_inset space ~
20744 \end_inset
20745
20746
20747 \begin_inset CommandInset ref
20748 LatexCommand ref
20749 reference "tab:Tabellenzellen-sind-auf"
20750
20751 \end_inset
20752
20753 .
20754  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
20755  dann entweder den Werkzeugleistenknopf 
20756 \begin_inset Info
20757 type  "icon"
20758 arg   "inset-modify tabular align-decimal"
20759 \end_inset
20760
20761  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
20762 \family sans
20763 Am
20764 \begin_inset space ~
20765 \end_inset
20766
20767 Dezimaltrenner
20768 \family default
20769  setzt.
20770  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
20771  frei wählen.
20772 \end_layout
20773
20774 \begin_layout Standard
20775 \begin_inset Float table
20776 placement h
20777 wide false
20778 sideways false
20779 status open
20780
20781 \begin_layout Plain Layout
20782 \begin_inset Caption Standard
20783
20784 \begin_layout Plain Layout
20785 \begin_inset CommandInset label
20786 LatexCommand label
20787 name "tab:Tabellenzellen-sind-auf"
20788
20789 \end_inset
20790
20791 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
20792 \end_layout
20793
20794 \end_inset
20795
20796
20797 \end_layout
20798
20799 \begin_layout Plain Layout
20800 \align center
20801 \begin_inset Tabular
20802 <lyxtabular version="3" rows="4" columns="1">
20803 <features booktabs="true" tabularvalignment="middle">
20804 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20805 <row>
20806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20807 \begin_inset Text
20808
20809 \begin_layout Plain Layout
20810 Überschrift
20811 \end_layout
20812
20813 \end_inset
20814 </cell>
20815 </row>
20816 <row>
20817 <cell alignment="center" valignment="top" topline="true" usebox="none">
20818 \begin_inset Text
20819
20820 \begin_layout Plain Layout
20821 12,6
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 </row>
20827 <row>
20828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20829 \begin_inset Text
20830
20831 \begin_layout Plain Layout
20832 0,68
20833 \end_layout
20834
20835 \end_inset
20836 </cell>
20837 </row>
20838 <row>
20839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20840 \begin_inset Text
20841
20842 \begin_layout Plain Layout
20843 -123,0
20844 \end_layout
20845
20846 \end_inset
20847 </cell>
20848 </row>
20849 </lyxtabular>
20850
20851 \end_inset
20852
20853
20854 \end_layout
20855
20856 \end_inset
20857
20858
20859 \end_layout
20860
20861 \begin_layout Standard
20862 \begin_inset Float table
20863 placement h
20864 wide false
20865 sideways false
20866 status open
20867
20868 \begin_layout Plain Layout
20869 \begin_inset Caption Standard
20870
20871 \begin_layout Plain Layout
20872 \begin_inset CommandInset label
20873 LatexCommand label
20874 name "tab:Tabellenzellen-Operator"
20875
20876 \end_inset
20877
20878 Tabellenzellen sind auf den Operator ausgerichtet
20879 \end_layout
20880
20881 \end_inset
20882
20883
20884 \end_layout
20885
20886 \begin_layout Plain Layout
20887 \align center
20888 \begin_inset Tabular
20889 <lyxtabular version="3" rows="4" columns="2">
20890 <features booktabs="true" tabularvalignment="middle">
20891 <column alignment="right" valignment="top" width="0pt">
20892 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20893 <row>
20894 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20895 \begin_inset Text
20896
20897 \begin_layout Plain Layout
20898 Überschrift
20899 \end_layout
20900
20901 \end_inset
20902 </cell>
20903 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20904 \begin_inset Text
20905
20906 \begin_layout Plain Layout
20907
20908 \end_layout
20909
20910 \end_inset
20911 </cell>
20912 </row>
20913 <row>
20914 <cell alignment="center" valignment="top" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918 \begin_inset Formula $12\,+$
20919 \end_inset
20920
20921
20922 \end_layout
20923
20924 \end_inset
20925 </cell>
20926 <cell alignment="center" valignment="top" usebox="none">
20927 \begin_inset Text
20928
20929 \begin_layout Plain Layout
20930 \begin_inset Formula $\,6$
20931 \end_inset
20932
20933
20934 \end_layout
20935
20936 \end_inset
20937 </cell>
20938 </row>
20939 <row>
20940 <cell alignment="center" valignment="top" usebox="none">
20941 \begin_inset Text
20942
20943 \begin_layout Plain Layout
20944 \begin_inset Formula $0\,-$
20945 \end_inset
20946
20947
20948 \end_layout
20949
20950 \end_inset
20951 </cell>
20952 <cell alignment="center" valignment="top" usebox="none">
20953 \begin_inset Text
20954
20955 \begin_layout Plain Layout
20956 \begin_inset Formula $\,68$
20957 \end_inset
20958
20959
20960 \end_layout
20961
20962 \end_inset
20963 </cell>
20964 </row>
20965 <row>
20966 <cell alignment="center" valignment="top" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Plain Layout
20970 \begin_inset Formula $-123\,/$
20971 \end_inset
20972
20973
20974 \end_layout
20975
20976 \end_inset
20977 </cell>
20978 <cell alignment="center" valignment="top" usebox="none">
20979 \begin_inset Text
20980
20981 \begin_layout Plain Layout
20982 \begin_inset Formula $\,0$
20983 \end_inset
20984
20985
20986 \end_layout
20987
20988 \end_inset
20989 </cell>
20990 </row>
20991 </lyxtabular>
20992
20993 \end_inset
20994
20995
20996 \end_layout
20997
20998 \end_inset
20999
21000
21001 \end_layout
21002
21003 \begin_layout Standard
21004 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
21005  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
21006  Formeln erlaubt.
21007  In diesem Fall verwendet man die Methode von Tabelle
21008 \begin_inset space ~
21009 \end_inset
21010
21011
21012 \begin_inset CommandInset ref
21013 LatexCommand ref
21014 reference "tab:Tabellenzellen-Operator"
21015
21016 \end_inset
21017
21018 .
21019  Diese Tabelle wurde als 4×2 Tabelle erstellt.
21020  Die Überschrift ist eine zentrierte Mehrfachspalte.
21021  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
21022  und den Operator.
21023  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
21024  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
21025  um den üblichen Leerraum um einen Operator zu erhalten.
21026  Um den Raum zwischen den beiden Spalten zu löschen, wurde im \SpecialChar LaTeX
21027 -Argument
21028  für die zweite Spalte folgendes eingefügt:
21029 \end_layout
21030
21031 \begin_layout Standard
21032
21033 \series bold
21034 @{}l
21035 \end_layout
21036
21037 \begin_layout Standard
21038 Tabelle
21039 \begin_inset space ~
21040 \end_inset
21041
21042
21043 \begin_inset CommandInset ref
21044 LatexCommand ref
21045 reference "tab:Verschiedene-Ausrichtungen"
21046
21047 \end_inset
21048
21049  zeigt einige Ausrichtungen.
21050  Für die Ausrichtung der Relationen wurde ein kleiner 
21051 \family sans
21052 Leerraum
21053 \family default
21054  eingefügt; wie in der zweiten Spalte von Tabelle
21055 \begin_inset space ~
21056 \end_inset
21057
21058
21059 \begin_inset CommandInset ref
21060 LatexCommand ref
21061 reference "tab:Tabellenzellen-Operator"
21062
21063 \end_inset
21064
21065 .
21066 \end_layout
21067
21068 \begin_layout Standard
21069
21070 \color black
21071 \begin_inset Float table
21072 placement h
21073 wide false
21074 sideways false
21075 status open
21076
21077 \begin_layout Plain Layout
21078
21079 \color black
21080 \begin_inset Caption Standard
21081
21082 \begin_layout Plain Layout
21083
21084 \color black
21085 \begin_inset CommandInset label
21086 LatexCommand label
21087 name "tab:Verschiedene-Ausrichtungen"
21088
21089 \end_inset
21090
21091
21092 \color inherit
21093 Verschiedene Ausrichtungen
21094 \end_layout
21095
21096 \end_inset
21097
21098
21099 \end_layout
21100
21101 \begin_layout Plain Layout
21102 \align center
21103 \begin_inset Tabular
21104 <lyxtabular version="3" rows="4" columns="6">
21105 <features tabularvalignment="middle">
21106 <column alignment="right" valignment="top">
21107 <column alignment="left" valignment="top" special="@{}l">
21108 <column alignment="right" valignment="top">
21109 <column alignment="left" valignment="top" special="@{}l">
21110 <column alignment="right" valignment="top">
21111 <column alignment="left" valignment="top" special="@{}l">
21112 <row>
21113 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21114 \begin_inset Text
21115
21116 \begin_layout Plain Layout
21117 Einheiten
21118 \end_layout
21119
21120 \end_inset
21121 </cell>
21122 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21123 \begin_inset Text
21124
21125 \begin_layout Plain Layout
21126
21127 \end_layout
21128
21129 \end_inset
21130 </cell>
21131 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21132 \begin_inset Text
21133
21134 \begin_layout Plain Layout
21135 Exponenten
21136 \end_layout
21137
21138 \end_inset
21139 </cell>
21140 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21141 \begin_inset Text
21142
21143 \begin_layout Plain Layout
21144
21145 \end_layout
21146
21147 \end_inset
21148 </cell>
21149 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21150 \begin_inset Text
21151
21152 \begin_layout Plain Layout
21153 Relationen
21154 \end_layout
21155
21156 \end_inset
21157 </cell>
21158 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162
21163 \end_layout
21164
21165 \end_inset
21166 </cell>
21167 </row>
21168 <row>
21169 <cell alignment="center" valignment="top" usebox="none">
21170 \begin_inset Text
21171
21172 \begin_layout Plain Layout
21173 12×
21174 \end_layout
21175
21176 \end_inset
21177 </cell>
21178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21179 \begin_inset Text
21180
21181 \begin_layout Plain Layout
21182 24
21183 \begin_inset space \thinspace{}
21184 \end_inset
21185
21186 Flaschen
21187 \end_layout
21188
21189 \end_inset
21190 </cell>
21191 <cell alignment="center" valignment="top" usebox="none">
21192 \begin_inset Text
21193
21194 \begin_layout Plain Layout
21195 \begin_inset Formula $10\cdot$
21196 \end_inset
21197
21198
21199 \end_layout
21200
21201 \end_inset
21202 </cell>
21203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21204 \begin_inset Text
21205
21206 \begin_layout Plain Layout
21207 \begin_inset Formula $10^{\mbox{-}17}$
21208 \end_inset
21209
21210
21211 \end_layout
21212
21213 \end_inset
21214 </cell>
21215 <cell alignment="center" valignment="top" usebox="none">
21216 \begin_inset Text
21217
21218 \begin_layout Plain Layout
21219 \begin_inset Formula $\Gamma(t)\propto$
21220 \end_inset
21221
21222
21223 \end_layout
21224
21225 \end_inset
21226 </cell>
21227 <cell alignment="center" valignment="top" usebox="none">
21228 \begin_inset Text
21229
21230 \begin_layout Plain Layout
21231 \begin_inset Formula $\:\Upsilon(t)$
21232 \end_inset
21233
21234
21235 \end_layout
21236
21237 \end_inset
21238 </cell>
21239 </row>
21240 <row>
21241 <cell alignment="center" valignment="top" usebox="none">
21242 \begin_inset Text
21243
21244 \begin_layout Plain Layout
21245 1024×
21246 \end_layout
21247
21248 \end_inset
21249 </cell>
21250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21251 \begin_inset Text
21252
21253 \begin_layout Plain Layout
21254 768
21255 \begin_inset space \thinspace{}
21256 \end_inset
21257
21258 Pixel
21259 \end_layout
21260
21261 \end_inset
21262 </cell>
21263 <cell alignment="center" valignment="top" usebox="none">
21264 \begin_inset Text
21265
21266 \begin_layout Plain Layout
21267 \begin_inset Formula $5.78\cdot$
21268 \end_inset
21269
21270
21271 \end_layout
21272
21273 \end_inset
21274 </cell>
21275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21276 \begin_inset Text
21277
21278 \begin_layout Plain Layout
21279 \begin_inset Formula $10^{7}$
21280 \end_inset
21281
21282
21283 \end_layout
21284
21285 \end_inset
21286 </cell>
21287 <cell alignment="center" valignment="top" usebox="none">
21288 \begin_inset Text
21289
21290 \begin_layout Plain Layout
21291 \begin_inset Formula $A\ne$
21292 \end_inset
21293
21294
21295 \end_layout
21296
21297 \end_inset
21298 </cell>
21299 <cell alignment="center" valignment="top" usebox="none">
21300 \begin_inset Text
21301
21302 \begin_layout Plain Layout
21303 \begin_inset Formula $\:B_{\mathrm{red}}$
21304 \end_inset
21305
21306
21307 \end_layout
21308
21309 \end_inset
21310 </cell>
21311 </row>
21312 <row>
21313 <cell alignment="center" valignment="top" usebox="none">
21314 \begin_inset Text
21315
21316 \begin_layout Plain Layout
21317 32×
21318 \end_layout
21319
21320 \end_inset
21321 </cell>
21322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21323 \begin_inset Text
21324
21325 \begin_layout Plain Layout
21326 6
21327 \begin_inset space \thinspace{}
21328 \end_inset
21329
21330 cm
21331 \end_layout
21332
21333 \end_inset
21334 </cell>
21335 <cell alignment="center" valignment="top" usebox="none">
21336 \begin_inset Text
21337
21338 \begin_layout Plain Layout
21339 -
21340 \begin_inset Formula $33.5\cdot$
21341 \end_inset
21342
21343
21344 \end_layout
21345
21346 \end_inset
21347 </cell>
21348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21349 \begin_inset Text
21350
21351 \begin_layout Plain Layout
21352 \begin_inset Formula $10^{4}$
21353 \end_inset
21354
21355
21356 \end_layout
21357
21358 \end_inset
21359 </cell>
21360 <cell alignment="center" valignment="top" usebox="none">
21361 \begin_inset Text
21362
21363 \begin_layout Plain Layout
21364 \begin_inset Formula $\sin(\alpha)\ge$
21365 \end_inset
21366
21367
21368 \end_layout
21369
21370 \end_inset
21371 </cell>
21372 <cell alignment="center" valignment="top" usebox="none">
21373 \begin_inset Text
21374
21375 \begin_layout Plain Layout
21376 \begin_inset Formula $\:\sin(\beta)$
21377 \end_inset
21378
21379
21380 \end_layout
21381
21382 \end_inset
21383 </cell>
21384 </row>
21385 </lyxtabular>
21386
21387 \end_inset
21388
21389
21390 \end_layout
21391
21392 \end_inset
21393
21394
21395 \end_layout
21396
21397 \begin_layout Subsection
21398 Angepasste Zellen-/Spaltenformate
21399 \begin_inset CommandInset label
21400 LatexCommand label
21401 name "uab:Angepasste-Zellen-/Spaltenformate"
21402
21403 \end_inset
21404
21405
21406 \begin_inset Index idx
21407 status collapsed
21408
21409 \begin_layout Plain Layout
21410 Tabellen ! Spaltenformat
21411 \end_layout
21412
21413 \end_inset
21414
21415
21416 \end_layout
21417
21418 \begin_layout Standard
21419 Wenn man wie in Abschnitt
21420 \begin_inset space ~
21421 \end_inset
21422
21423
21424 \begin_inset CommandInset ref
21425 LatexCommand ref
21426 reference "abs:Berechnung-der-Tabellenbreite"
21427
21428 \end_inset
21429
21430  oder Abschnitt
21431 \begin_inset space ~
21432 \end_inset
21433
21434
21435 \begin_inset CommandInset ref
21436 LatexCommand ref
21437 reference "uab:Mehrfachspalten-Berechnungen"
21438
21439 \end_inset
21440
21441  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
21442  Tabellen sehr lästig.
21443  Um sich das Leben zu erleichtern, kann man im \SpecialChar LaTeX
21444 -Vorspann ein Zellen/Spalten-Form
21445 at definieren, das dann in allen Tabellen des Dokuments verwendet werden
21446  kann.
21447  Das Format wird mit dem Befehl
21448 \end_layout
21449
21450 \begin_layout Standard
21451
21452 \series bold
21453
21454 \backslash
21455 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
21456 \end_layout
21457
21458 \begin_layout Standard
21459 definiert.
21460  Der Formatname darf nur ein Buchstabe sein, aber nicht 
21461 \emph on
21462 b
21463 \emph default
21464
21465 \emph on
21466 c
21467 \emph default
21468
21469 \emph on
21470 l
21471 \emph default
21472
21473 \emph on
21474 m
21475 \emph default
21476
21477 \emph on
21478 p
21479 \emph default
21480  oder 
21481 \emph on
21482 r
21483 \emph default
21484 , weil diese vordefiniert sind.
21485  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
21486 \end_layout
21487
21488 \begin_layout Standard
21489 \begin_inset VSpace medskip
21490 \end_inset
21491
21492
21493 \end_layout
21494
21495 \begin_layout Standard
21496 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
21497  Breite könnte das Format so aussehen:
21498 \end_layout
21499
21500 \begin_layout Standard
21501
21502 \series bold
21503
21504 \backslash
21505 newcolumntype{M}[1]{>{
21506 \backslash
21507 centering
21508 \backslash
21509 hspace{0pt}}m{#1}}
21510 \end_layout
21511
21512 \begin_layout Standard
21513 wobei 
21514 \series bold
21515
21516 \backslash
21517 hspace{0pt}
21518 \series default
21519  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
21520  Abschnitt
21521 \begin_inset space ~
21522 \end_inset
21523
21524
21525 \begin_inset CommandInset ref
21526 LatexCommand ref
21527 reference "uab:Mehrfache-Zeilen-in"
21528
21529 \end_inset
21530
21531  beschrieben.
21532  Jetzt können Sie mit
21533 \end_layout
21534
21535 \begin_layout Standard
21536
21537 \series bold
21538 M{Breite}
21539 \end_layout
21540
21541 \begin_layout Standard
21542 im 
21543 \family sans
21544 \SpecialChar LaTeX
21545 -Argument
21546 \family default
21547  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
21548 \end_layout
21549
21550 \begin_layout Standard
21551 \begin_inset VSpace bigskip
21552 \end_inset
21553
21554
21555 \end_layout
21556
21557 \begin_layout Standard
21558 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
21559  Format definieren:
21560 \end_layout
21561
21562 \begin_layout Standard
21563
21564 \series bold
21565
21566 \backslash
21567 newcolumntype{S}[2]{>{
21568 \backslash
21569 centering
21570 \backslash
21571 hspace{0pt}}
21572 \begin_inset Newline newline
21573 \end_inset
21574
21575
21576 \begin_inset Phantom HPhantom
21577 status open
21578
21579 \begin_layout Plain Layout
21580
21581 \series bold
21582
21583 \backslash
21584 newcolumntype
21585 \end_layout
21586
21587 \end_inset
21588
21589 m{(#1+(2
21590 \backslash
21591 tabcolsep+
21592 \backslash
21593 arrayrulewidth)*(1-#2))/#2}}
21594 \end_layout
21595
21596 \begin_layout Standard
21597 Dieses Format benutzt Gleichung
21598 \begin_inset space ~
21599 \end_inset
21600
21601
21602 \begin_inset CommandInset ref
21603 LatexCommand ref
21604 reference "eq:Wgn"
21605
21606 \end_inset
21607
21608 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
21609  breit ist.
21610 \end_layout
21611
21612 \begin_layout Standard
21613 Jetzt können Sie im 
21614 \family sans
21615 \SpecialChar LaTeX
21616 -Argument
21617 \family default
21618  im 
21619 \family sans
21620 Tabellen-Einstellungen
21621 \family default
21622 -Dialog folgendes einfügen:
21623 \end_layout
21624
21625 \begin_layout Standard
21626
21627 \series bold
21628 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
21629 \end_layout
21630
21631 \begin_layout Standard
21632 \begin_inset VSpace bigskip
21633 \end_inset
21634
21635
21636 \end_layout
21637
21638 \begin_layout Standard
21639 Für farbige Spalten können Sie folgendes einfügen:
21640 \end_layout
21641
21642 \begin_layout Standard
21643
21644 \series bold
21645
21646 \backslash
21647 newcolumntype{K}[1]{>{
21648 \backslash
21649 columncolor{#1}
21650 \backslash
21651 hspace{0pt}}c}
21652 \end_layout
21653
21654 \begin_layout Standard
21655 Das 
21656 \begin_inset Quotes gld
21657 \end_inset
21658
21659 c
21660 \begin_inset Quotes grd
21661 \end_inset
21662
21663  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
21664  zentriert ist.
21665  Jetzt können Sie als 
21666 \family sans
21667 \SpecialChar LaTeX
21668 -Argument
21669 \family default
21670  folgendes einfügen:
21671 \end_layout
21672
21673 \begin_layout Standard
21674
21675 \series bold
21676 K{Farbname}
21677 \end_layout
21678
21679 \begin_layout Standard
21680 \begin_inset VSpace bigskip
21681 \end_inset
21682
21683
21684 \end_layout
21685
21686 \begin_layout Standard
21687 Für Tabelle
21688 \begin_inset space ~
21689 \end_inset
21690
21691
21692 \begin_inset CommandInset ref
21693 LatexCommand ref
21694 reference "tab:Tabelle-mit-benutzerdefinierte"
21695
21696 \end_inset
21697
21698  wurden folgende 
21699 \family sans
21700 \SpecialChar LaTeX
21701 -Argumente
21702 \family default
21703  benutzt:
21704 \end_layout
21705
21706 \begin_layout Standard
21707
21708 \series bold
21709 M{2.5cm}
21710 \end_layout
21711
21712 \begin_layout Standard
21713 für die erste Spalte und die Mehrfachspalte,
21714 \end_layout
21715
21716 \begin_layout Standard
21717
21718 \series bold
21719 K{red}
21720 \end_layout
21721
21722 \begin_layout Standard
21723 für die letzte Spalte und
21724 \end_layout
21725
21726 \begin_layout Standard
21727
21728 \series bold
21729 S{2.5cm}{2}
21730 \end_layout
21731
21732 \begin_layout Standard
21733 für die Spalten in der zweiten Mehrfachspalte.
21734 \end_layout
21735
21736 \begin_layout Standard
21737 \begin_inset Float table
21738 placement h
21739 wide false
21740 sideways false
21741 status open
21742
21743 \begin_layout Plain Layout
21744 \begin_inset Caption Standard
21745
21746 \begin_layout Plain Layout
21747 \begin_inset CommandInset label
21748 LatexCommand label
21749 name "tab:Tabelle-mit-benutzerdefinierte"
21750
21751 \end_inset
21752
21753 Tabelle mit benutzerdefinierten Formaten
21754 \end_layout
21755
21756 \end_inset
21757
21758
21759 \end_layout
21760
21761 \begin_layout Plain Layout
21762 \align center
21763 \begin_inset Tabular
21764 <lyxtabular version="3" rows="3" columns="4">
21765 <features tabularvalignment="middle">
21766 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21767 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21768 <column alignment="center" valignment="middle">
21769 <column alignment="center" valignment="middle" special="K{red}">
21770 <row>
21771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21772 \begin_inset Text
21773
21774 \begin_layout Plain Layout
21775 einsehrlangesWort
21776 \end_layout
21777
21778 \end_inset
21779 </cell>
21780 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784 Mehrfachspalte mit mehreren Zeilen
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793
21794 \end_layout
21795
21796 \end_inset
21797 </cell>
21798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21799 \begin_inset Text
21800
21801 \begin_layout Plain Layout
21802 c
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 </row>
21808 <row>
21809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21810 \begin_inset Text
21811
21812 \begin_layout Plain Layout
21813 d
21814 \end_layout
21815
21816 \end_inset
21817 </cell>
21818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21819 \begin_inset Text
21820
21821 \begin_layout Plain Layout
21822 e
21823 \end_layout
21824
21825 \end_inset
21826 </cell>
21827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21828 \begin_inset Text
21829
21830 \begin_layout Plain Layout
21831 f
21832 \end_layout
21833
21834 \end_inset
21835 </cell>
21836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21837 \begin_inset Text
21838
21839 \begin_layout Plain Layout
21840 g
21841 \end_layout
21842
21843 \end_inset
21844 </cell>
21845 </row>
21846 <row>
21847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21848 \begin_inset Text
21849
21850 \begin_layout Plain Layout
21851 h
21852 \end_layout
21853
21854 \end_inset
21855 </cell>
21856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860 i
21861 \end_layout
21862
21863 \end_inset
21864 </cell>
21865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869 j
21870 \end_layout
21871
21872 \end_inset
21873 </cell>
21874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21875 \begin_inset Text
21876
21877 \begin_layout Plain Layout
21878 k
21879 \end_layout
21880
21881 \end_inset
21882 </cell>
21883 </row>
21884 </lyxtabular>
21885
21886 \end_inset
21887
21888
21889 \end_layout
21890
21891 \end_inset
21892
21893
21894 \end_layout
21895
21896 \begin_layout Subsection
21897 Liniendicke
21898 \begin_inset CommandInset label
21899 LatexCommand label
21900 name "uab:Liniendicke"
21901
21902 \end_inset
21903
21904
21905 \begin_inset Index idx
21906 status collapsed
21907
21908 \begin_layout Plain Layout
21909 Tabellen  ! Linien ! -dicke
21910 \end_layout
21911
21912 \end_inset
21913
21914
21915 \end_layout
21916
21917 \begin_layout Standard
21918 Die Liniendicke für alle Linien einer Tabelle kann mit 
21919 \series bold
21920
21921 \backslash
21922 arrayrulewidth
21923 \series default
21924  eingestellt werden.
21925  Um eine Liniendicke von 1.5
21926 \begin_inset space \thinspace{}
21927 \end_inset
21928
21929 pt wie in Tabelle
21930 \begin_inset space ~
21931 \end_inset
21932
21933
21934 \begin_inset CommandInset ref
21935 LatexCommand ref
21936 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
21937
21938 \end_inset
21939
21940  zu bekommen, geben Sie den Befehl
21941 \end_layout
21942
21943 \begin_layout Standard
21944
21945 \series bold
21946
21947 \backslash
21948 setlength{
21949 \backslash
21950 arrayrulewidth}{1.5pt}
21951 \end_layout
21952
21953 \begin_layout Standard
21954 als \SpecialChar TeX
21955 -Code vor der (Gleitobjekt-)Tabelle ein.
21956  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
21957  Mit
21958 \end_layout
21959
21960 \begin_layout Standard
21961
21962 \series bold
21963
21964 \backslash
21965 setlength{
21966 \backslash
21967 arrayrulewidth}{0.4pt}
21968 \end_layout
21969
21970 \begin_layout Standard
21971 bekommen Sie wieder die Standarddicke.
21972 \end_layout
21973
21974 \begin_layout Standard
21975 \begin_inset ERT
21976 status collapsed
21977
21978 \begin_layout Plain Layout
21979
21980
21981 \backslash
21982 setlength{
21983 \backslash
21984 arrayrulewidth}{1.5pt}
21985 \end_layout
21986
21987 \end_inset
21988
21989
21990 \begin_inset Float table
21991 placement H
21992 wide false
21993 sideways false
21994 status open
21995
21996 \begin_layout Plain Layout
21997 \begin_inset Caption Standard
21998
21999 \begin_layout Plain Layout
22000 \begin_inset CommandInset label
22001 LatexCommand label
22002 name "tab:Tabelle-mit-1.5pt-Liniendicke"
22003
22004 \end_inset
22005
22006 Tabelle mit 1.5
22007 \begin_inset space \thinspace{}
22008 \end_inset
22009
22010 pt Liniendicke
22011 \end_layout
22012
22013 \end_inset
22014
22015
22016 \end_layout
22017
22018 \begin_layout Plain Layout
22019 \align center
22020 \begin_inset Tabular
22021 <lyxtabular version="3" rows="3" columns="3">
22022 <features tabularvalignment="middle">
22023 <column alignment="center" valignment="top">
22024 <column alignment="center" valignment="top">
22025 <column alignment="center" valignment="top">
22026 <row>
22027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22028 \begin_inset Text
22029
22030 \begin_layout Plain Layout
22031 sd
22032 \end_layout
22033
22034 \end_inset
22035 </cell>
22036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22037 \begin_inset Text
22038
22039 \begin_layout Plain Layout
22040
22041 \end_layout
22042
22043 \end_inset
22044 </cell>
22045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22046 \begin_inset Text
22047
22048 \begin_layout Plain Layout
22049
22050 \end_layout
22051
22052 \end_inset
22053 </cell>
22054 </row>
22055 <row>
22056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22057 \begin_inset Text
22058
22059 \begin_layout Plain Layout
22060
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22066 \begin_inset Text
22067
22068 \begin_layout Plain Layout
22069 sd
22070 \end_layout
22071
22072 \end_inset
22073 </cell>
22074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22075 \begin_inset Text
22076
22077 \begin_layout Plain Layout
22078
22079 \end_layout
22080
22081 \end_inset
22082 </cell>
22083 </row>
22084 <row>
22085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089
22090 \end_layout
22091
22092 \end_inset
22093 </cell>
22094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22095 \begin_inset Text
22096
22097 \begin_layout Plain Layout
22098
22099 \end_layout
22100
22101 \end_inset
22102 </cell>
22103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107 sd
22108 \end_layout
22109
22110 \end_inset
22111 </cell>
22112 </row>
22113 </lyxtabular>
22114
22115 \end_inset
22116
22117
22118 \end_layout
22119
22120 \end_inset
22121
22122
22123 \begin_inset ERT
22124 status collapsed
22125
22126 \begin_layout Plain Layout
22127
22128
22129 \backslash
22130 setlength{
22131 \backslash
22132 arrayrulewidth}{0.4pt}
22133 \end_layout
22134
22135 \end_inset
22136
22137
22138 \end_layout
22139
22140 \begin_layout Standard
22141 \begin_inset VSpace bigskip
22142 \end_inset
22143
22144 Um eine Liniendicke von 1.5
22145 \begin_inset space \thinspace{}
22146 \end_inset
22147
22148 pt nur für horizontale Linien zu bekommen wie in Tabelle
22149 \begin_inset space ~
22150 \end_inset
22151
22152
22153 \begin_inset CommandInset ref
22154 LatexCommand ref
22155 reference "tab:Tabelle-mit-1.5pt-horiz"
22156
22157 \end_inset
22158
22159 , müssen Sie folgende Befehle als \SpecialChar TeX
22160 -Code vor der (Gleitobjekt-)Tabelle einfügen:
22161 \end_layout
22162
22163 \begin_layout Standard
22164
22165 \series bold
22166
22167 \backslash
22168 let
22169 \backslash
22170 myHline
22171 \backslash
22172 hline
22173 \begin_inset Newline newline
22174 \end_inset
22175
22176
22177 \backslash
22178 renewcommand{
22179 \backslash
22180 hline}
22181 \begin_inset Newline newline
22182 \end_inset
22183
22184  {
22185 \backslash
22186 noalign{
22187 \backslash
22188 global
22189 \backslash
22190 arrayrulewidth 1.5pt}
22191 \begin_inset Newline newline
22192 \end_inset
22193
22194  
22195 \backslash
22196 myHline
22197 \backslash
22198 noalign{
22199 \backslash
22200 global
22201 \backslash
22202 arrayrulewidth 0.4pt}}
22203 \end_layout
22204
22205 \begin_layout Standard
22206 Die Standarddicke erhalten Sie mit folgendem Befehl als \SpecialChar TeX
22207 -Code hinter der
22208  (Gleit\SpecialChar softhyphen
22209 objekt-)Tabelle zurück:
22210 \end_layout
22211
22212 \begin_layout Standard
22213
22214 \series bold
22215
22216 \backslash
22217 renewcommand{
22218 \backslash
22219 hline}{
22220 \backslash
22221 myHline}
22222 \end_layout
22223
22224 \begin_layout Standard
22225 \begin_inset ERT
22226 status collapsed
22227
22228 \begin_layout Plain Layout
22229
22230
22231 \backslash
22232 let
22233 \backslash
22234 myHline
22235 \backslash
22236 hline
22237 \end_layout
22238
22239 \begin_layout Plain Layout
22240
22241
22242 \backslash
22243 renewcommand{
22244 \backslash
22245 hline}
22246 \end_layout
22247
22248 \begin_layout Plain Layout
22249
22250  {
22251 \backslash
22252 noalign{
22253 \backslash
22254 global
22255 \backslash
22256 arrayrulewidth 1.5pt}
22257 \end_layout
22258
22259 \begin_layout Plain Layout
22260
22261   
22262 \backslash
22263 myHline
22264 \backslash
22265 noalign{
22266 \backslash
22267 global
22268 \backslash
22269 arrayrulewidth 0.4pt}}
22270 \end_layout
22271
22272 \end_inset
22273
22274
22275 \begin_inset Float table
22276 placement h
22277 wide false
22278 sideways false
22279 status open
22280
22281 \begin_layout Plain Layout
22282 \begin_inset Caption Standard
22283
22284 \begin_layout Plain Layout
22285 \begin_inset CommandInset label
22286 LatexCommand label
22287 name "tab:Tabelle-mit-1.5pt-horiz"
22288
22289 \end_inset
22290
22291 Tabelle mit 1.5
22292 \begin_inset space \thinspace{}
22293 \end_inset
22294
22295 pt dicken horizontalen Linien
22296 \end_layout
22297
22298 \end_inset
22299
22300
22301 \end_layout
22302
22303 \begin_layout Plain Layout
22304 \align center
22305 \begin_inset Tabular
22306 <lyxtabular version="3" rows="3" columns="3">
22307 <features tabularvalignment="middle">
22308 <column alignment="center" valignment="top">
22309 <column alignment="center" valignment="top">
22310 <column alignment="center" valignment="top">
22311 <row>
22312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22313 \begin_inset Text
22314
22315 \begin_layout Plain Layout
22316 sd
22317 \end_layout
22318
22319 \end_inset
22320 </cell>
22321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22322 \begin_inset Text
22323
22324 \begin_layout Plain Layout
22325
22326 \end_layout
22327
22328 \end_inset
22329 </cell>
22330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22331 \begin_inset Text
22332
22333 \begin_layout Plain Layout
22334
22335 \end_layout
22336
22337 \end_inset
22338 </cell>
22339 </row>
22340 <row>
22341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22351 \begin_inset Text
22352
22353 \begin_layout Plain Layout
22354 sd
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 </row>
22369 <row>
22370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22371 \begin_inset Text
22372
22373 \begin_layout Plain Layout
22374
22375 \end_layout
22376
22377 \end_inset
22378 </cell>
22379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22380 \begin_inset Text
22381
22382 \begin_layout Plain Layout
22383
22384 \end_layout
22385
22386 \end_inset
22387 </cell>
22388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22389 \begin_inset Text
22390
22391 \begin_layout Plain Layout
22392 sd
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 </row>
22398 </lyxtabular>
22399
22400 \end_inset
22401
22402
22403 \end_layout
22404
22405 \end_inset
22406
22407
22408 \begin_inset ERT
22409 status collapsed
22410
22411 \begin_layout Plain Layout
22412
22413
22414 \backslash
22415 renewcommand{
22416 \backslash
22417 hline}{
22418 \backslash
22419 myHline}
22420 \end_layout
22421
22422 \end_inset
22423
22424
22425 \end_layout
22426
22427 \begin_layout Standard
22428 \begin_inset VSpace bigskip
22429 \end_inset
22430
22431 Um die Liniendicke von 1.5
22432 \begin_inset space \thinspace{}
22433 \end_inset
22434
22435 pt nur für vertikale Linien zu bekommen, müssen Sie im \SpecialChar LaTeX
22436 -Vorspann folgendes
22437  Spaltenformat entsprechend der Beschreibung in Abschnitt
22438 \begin_inset space ~
22439 \end_inset
22440
22441
22442 \begin_inset CommandInset ref
22443 LatexCommand ref
22444 reference "uab:Angepasste-Zellen-/Spaltenformate"
22445
22446 \end_inset
22447
22448  definieren:
22449 \end_layout
22450
22451 \begin_layout Standard
22452
22453 \series bold
22454
22455 \backslash
22456 newcolumntype{V}{!{
22457 \backslash
22458 vrule width 1.5pt}}
22459 \end_layout
22460
22461 \begin_layout Standard
22462 In Tabelle
22463 \begin_inset space ~
22464 \end_inset
22465
22466
22467 \begin_inset CommandInset ref
22468 LatexCommand ref
22469 reference "tab:Tabelle-mit-1.5pt-vert"
22470
22471 \end_inset
22472
22473  wurde das 
22474 \family sans
22475 LaTeX-Argument
22476 \family default
22477 \series bold
22478  VcV
22479 \series default
22480  für die letzte Spalte und
22481 \series bold
22482  Vc
22483 \series default
22484  für die anderen benutzt.
22485 \end_layout
22486
22487 \begin_layout Standard
22488 \begin_inset Float table
22489 placement H
22490 wide false
22491 sideways false
22492 status open
22493
22494 \begin_layout Plain Layout
22495 \begin_inset Caption Standard
22496
22497 \begin_layout Plain Layout
22498 \begin_inset CommandInset label
22499 LatexCommand label
22500 name "tab:Tabelle-mit-1.5pt-vert"
22501
22502 \end_inset
22503
22504 Tabelle mit 1.5
22505 \begin_inset space \thinspace{}
22506 \end_inset
22507
22508 pt dicken vertikalen Linien
22509 \end_layout
22510
22511 \end_inset
22512
22513
22514 \end_layout
22515
22516 \begin_layout Plain Layout
22517 \align center
22518 \begin_inset Tabular
22519 <lyxtabular version="3" rows="3" columns="3">
22520 <features tabularvalignment="middle">
22521 <column alignment="center" valignment="top" special="Vc">
22522 <column alignment="center" valignment="top" special="Vc">
22523 <column alignment="center" valignment="top" special="VcV">
22524 <row>
22525 <cell alignment="center" valignment="top" topline="true" usebox="none">
22526 \begin_inset Text
22527
22528 \begin_layout Plain Layout
22529 sd
22530 \end_layout
22531
22532 \end_inset
22533 </cell>
22534 <cell alignment="center" valignment="top" topline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 <cell alignment="center" valignment="top" topline="true" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 </row>
22553 <row>
22554 <cell alignment="center" valignment="top" topline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558
22559 \end_layout
22560
22561 \end_inset
22562 </cell>
22563 <cell alignment="center" valignment="top" topline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567 sd
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 <cell alignment="center" valignment="top" topline="true" usebox="none">
22573 \begin_inset Text
22574
22575 \begin_layout Plain Layout
22576
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 </row>
22582 <row>
22583 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22584 \begin_inset Text
22585
22586 \begin_layout Plain Layout
22587
22588 \end_layout
22589
22590 \end_inset
22591 </cell>
22592 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22593 \begin_inset Text
22594
22595 \begin_layout Plain Layout
22596
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605 sd
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 </row>
22611 </lyxtabular>
22612
22613 \end_inset
22614
22615
22616 \end_layout
22617
22618 \end_inset
22619
22620
22621 \end_layout
22622
22623 \begin_layout Subsection
22624 Gestrichelte Linien
22625 \begin_inset Index idx
22626 status collapsed
22627
22628 \begin_layout Plain Layout
22629 Tabellen  ! Linien ! gestrichelte 
22630 \end_layout
22631
22632 \end_inset
22633
22634
22635 \end_layout
22636
22637 \begin_layout Standard
22638 \begin_inset ERT
22639 status collapsed
22640
22641 \begin_layout Plain Layout
22642
22643
22644 \backslash
22645 ifarydshln
22646 \end_layout
22647
22648 \end_inset
22649
22650
22651 \begin_inset Note Note
22652 status open
22653
22654 \begin_layout Plain Layout
22655 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
22656 -Paket 
22657 \series bold
22658 arydshln
22659 \series default
22660  installiert ist.
22661 \end_layout
22662
22663 \end_inset
22664
22665
22666 \end_layout
22667
22668 \begin_layout Standard
22669 \begin_inset Float table
22670 placement h
22671 wide false
22672 sideways false
22673 status open
22674
22675 \begin_layout Plain Layout
22676 \begin_inset Caption Standard
22677
22678 \begin_layout Plain Layout
22679 \begin_inset CommandInset label
22680 LatexCommand label
22681 name "tab:Tabelle-mit-gestrichelten"
22682
22683 \end_inset
22684
22685 Tabelle mit gestrichelten Linien
22686 \end_layout
22687
22688 \end_inset
22689
22690
22691 \end_layout
22692
22693 \begin_layout Plain Layout
22694 \align center
22695 \begin_inset Tabular
22696 <lyxtabular version="3" rows="5" columns="5">
22697 <features tabularvalignment="middle">
22698 <column alignment="center" valignment="top">
22699 <column alignment="center" valignment="top">
22700 <column alignment="center" valignment="top" special=":c">
22701 <column alignment="center" valignment="top">
22702 <column alignment="center" valignment="top">
22703 <row>
22704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22705 \begin_inset Text
22706
22707 \begin_layout Plain Layout
22708 a
22709 \end_layout
22710
22711 \end_inset
22712 </cell>
22713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22714 \begin_inset Text
22715
22716 \begin_layout Plain Layout
22717 b
22718 \end_layout
22719
22720 \end_inset
22721 </cell>
22722 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22723 \begin_inset Text
22724
22725 \begin_layout Plain Layout
22726 c
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22732 \begin_inset Text
22733
22734 \begin_layout Plain Layout
22735 d
22736 \end_layout
22737
22738 \end_inset
22739 </cell>
22740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22741 \begin_inset Text
22742
22743 \begin_layout Plain Layout
22744 e
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 </row>
22750 <row>
22751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Plain Layout
22755 f
22756 \end_layout
22757
22758 \end_inset
22759 </cell>
22760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22761 \begin_inset Text
22762
22763 \begin_layout Plain Layout
22764 g
22765 \end_layout
22766
22767 \end_inset
22768 </cell>
22769 <cell alignment="center" valignment="top" topline="true" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773 h
22774 \end_layout
22775
22776 \end_inset
22777 </cell>
22778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22779 \begin_inset Text
22780
22781 \begin_layout Plain Layout
22782 i
22783 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791 j
22792 \end_layout
22793
22794 \end_inset
22795 </cell>
22796 </row>
22797 <row>
22798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802 \begin_inset ERT
22803 status collapsed
22804
22805 \begin_layout Plain Layout
22806
22807
22808 \backslash
22809 hdashline 
22810 \end_layout
22811
22812 \end_inset
22813
22814 k
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22820 \begin_inset Text
22821
22822 \begin_layout Plain Layout
22823 l
22824 \end_layout
22825
22826 \end_inset
22827 </cell>
22828 <cell alignment="center" valignment="top" usebox="none">
22829 \begin_inset Text
22830
22831 \begin_layout Plain Layout
22832 m
22833 \end_layout
22834
22835 \end_inset
22836 </cell>
22837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22838 \begin_inset Text
22839
22840 \begin_layout Plain Layout
22841 n
22842 \end_layout
22843
22844 \end_inset
22845 </cell>
22846 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22847 \begin_inset Text
22848
22849 \begin_layout Plain Layout
22850 o
22851 \end_layout
22852
22853 \end_inset
22854 </cell>
22855 </row>
22856 <row>
22857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22858 \begin_inset Text
22859
22860 \begin_layout Plain Layout
22861 \begin_inset ERT
22862 status collapsed
22863
22864 \begin_layout Plain Layout
22865
22866
22867 \backslash
22868 cdashline{4-5}
22869 \end_layout
22870
22871 \end_inset
22872
22873 p
22874 \end_layout
22875
22876 \end_inset
22877 </cell>
22878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22879 \begin_inset Text
22880
22881 \begin_layout Plain Layout
22882 q
22883 \end_layout
22884
22885 \end_inset
22886 </cell>
22887 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22888 \begin_inset Text
22889
22890 \begin_layout Plain Layout
22891 r
22892 \end_layout
22893
22894 \end_inset
22895 </cell>
22896 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22897 \begin_inset Text
22898
22899 \begin_layout Plain Layout
22900 s
22901 \end_layout
22902
22903 \end_inset
22904 </cell>
22905 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22906 \begin_inset Text
22907
22908 \begin_layout Plain Layout
22909
22910 \end_layout
22911
22912 \end_inset
22913 </cell>
22914 </row>
22915 <row>
22916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22917 \begin_inset Text
22918
22919 \begin_layout Plain Layout
22920 t
22921 \end_layout
22922
22923 \end_inset
22924 </cell>
22925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22926 \begin_inset Text
22927
22928 \begin_layout Plain Layout
22929 u
22930 \end_layout
22931
22932 \end_inset
22933 </cell>
22934 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22935 \begin_inset Text
22936
22937 \begin_layout Plain Layout
22938 v
22939 \end_layout
22940
22941 \end_inset
22942 </cell>
22943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22944 \begin_inset Text
22945
22946 \begin_layout Plain Layout
22947 w
22948 \end_layout
22949
22950 \end_inset
22951 </cell>
22952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22953 \begin_inset Text
22954
22955 \begin_layout Plain Layout
22956 x
22957 \end_layout
22958
22959 \end_inset
22960 </cell>
22961 </row>
22962 </lyxtabular>
22963
22964 \end_inset
22965
22966
22967 \end_layout
22968
22969 \end_inset
22970
22971
22972 \end_layout
22973
22974 \begin_layout Standard
22975 \SpecialChar LyX
22976  unterstützt von sich aus keine gestrichelten Linien, also müssen Sie \SpecialChar TeX
22977 -Code
22978  benutzen.
22979  Zunächst müssen Sie das \SpecialChar LaTeX
22980 -Paket 
22981 \series bold
22982 arydshln
22983 \series default
22984
22985 \begin_inset Index idx
22986 status collapsed
22987
22988 \begin_layout Plain Layout
22989 \SpecialChar LaTeX
22990 -Pakete ! arydshln
22991 \end_layout
22992
22993 \end_inset
22994
22995  im \SpecialChar LaTeX
22996 -Vorspann laden:
22997 \end_layout
22998
22999 \begin_layout Standard
23000
23001 \series bold
23002
23003 \backslash
23004 usepackage{arydshln}
23005 \end_layout
23006
23007 \begin_layout Standard
23008 Um senkrechte Linien zu stricheln, müssen Sie im 
23009 \family sans
23010 LaTeX-Argument
23011 \family default
23012  des 
23013 \family sans
23014 Tabellen-Einstellungen
23015 \family default
23016 -Dialogs 
23017 \begin_inset Quotes gld
23018 \end_inset
23019
23020 :
23021 \begin_inset Quotes grd
23022 \end_inset
23023
23024 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
23025 \end_layout
23026
23027 \begin_layout Standard
23028 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
23029 \end_layout
23030
23031 \begin_layout Standard
23032
23033 \series bold
23034
23035 \backslash
23036 hdashline
23037 \end_layout
23038
23039 \begin_layout Standard
23040 als \SpecialChar TeX
23041 -Code als erstes in die erste Zelle einer Zeile einfügen.
23042 \end_layout
23043
23044 \begin_layout Standard
23045 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
23046 \end_layout
23047
23048 \begin_layout Standard
23049
23050 \series bold
23051
23052 \backslash
23053 cdashline{Anfangsspalte-Endspalte}
23054 \end_layout
23055
23056 \begin_layout Standard
23057 als \SpecialChar TeX
23058 -Code als erstes in die erste Zelle einer Zeile eingefügt.
23059  Wenn Sie z.
23060 \begin_inset space \thinspace{}
23061 \end_inset
23062
23063 B.
23064  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
23065  gestrichelte Linie haben, fügen Sie den Befehl
23066 \end_layout
23067
23068 \begin_layout Standard
23069
23070 \series bold
23071
23072 \backslash
23073 cdashline{2-4}
23074 \end_layout
23075
23076 \begin_layout Standard
23077 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
23078 \end_layout
23079
23080 \begin_layout Standard
23081 \begin_inset VSpace bigskip
23082 \end_inset
23083
23084
23085 \end_layout
23086
23087 \begin_layout Standard
23088 In Tabelle
23089 \begin_inset space ~
23090 \end_inset
23091
23092
23093 \begin_inset CommandInset ref
23094 LatexCommand ref
23095 reference "tab:Tabelle-mit-gestrichelten"
23096
23097 \end_inset
23098
23099  wurde in der dritten Spalte der Befehl
23100 \series bold
23101  
23102 \series default
23103
23104 \begin_inset Quotes gld
23105 \end_inset
23106
23107
23108 \series bold
23109 :c
23110 \begin_inset Quotes grd
23111 \end_inset
23112
23113
23114 \series default
23115  benutzt.
23116  Der Befehl 
23117 \series bold
23118
23119 \backslash
23120 hdashline
23121 \series default
23122  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
23123 \begin_inset Newline newline
23124 \end_inset
23125
23126  
23127 \series bold
23128
23129 \backslash
23130 cdashline{4-5} 
23131 \series default
23132 wurde in die erste Zelle der vierten Zeile eingefügt.
23133 \end_layout
23134
23135 \begin_layout Standard
23136 \begin_inset VSpace bigskip
23137 \end_inset
23138
23139
23140 \end_layout
23141
23142 \begin_layout Standard
23143 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
23144 \begin_inset space ~
23145 \end_inset
23146
23147
23148 \begin_inset CommandInset ref
23149 LatexCommand ref
23150 reference "tab:Farbige-Tabelle-mit"
23151
23152 \end_inset
23153
23154  verdeutlicht.
23155 \end_layout
23156
23157 \begin_layout Standard
23158 \begin_inset ERT
23159 status collapsed
23160
23161 \begin_layout Plain Layout
23162
23163
23164 \backslash
23165 setlength{
23166 \backslash
23167 arrayrulewidth}{1pt}
23168 \end_layout
23169
23170 \end_inset
23171
23172
23173 \begin_inset Note Note
23174 status collapsed
23175
23176 \begin_layout Plain Layout
23177 dickere Linien zur besseren Visualisierung der Linienfarbe
23178 \end_layout
23179
23180 \end_inset
23181
23182
23183 \end_layout
23184
23185 \begin_layout Standard
23186 \begin_inset ERT
23187 status collapsed
23188
23189 \begin_layout Plain Layout
23190
23191
23192 \backslash
23193 dashgapcolor{green}
23194 \end_layout
23195
23196 \end_inset
23197
23198
23199 \begin_inset Note Note
23200 status collapsed
23201
23202 \begin_layout Plain Layout
23203 färbt Raum zwischen den Strichen grün
23204 \end_layout
23205
23206 \end_inset
23207
23208
23209 \end_layout
23210
23211 \begin_layout Standard
23212 \begin_inset ERT
23213 status collapsed
23214
23215 \begin_layout Plain Layout
23216
23217
23218 \backslash
23219 let
23220 \backslash
23221 myHdashline
23222 \backslash
23223 hdashline
23224 \end_layout
23225
23226 \begin_layout Plain Layout
23227
23228
23229 \backslash
23230 renewcommand{
23231 \backslash
23232 hdashline}
23233 \end_layout
23234
23235 \begin_layout Plain Layout
23236
23237  {
23238 \backslash
23239 arrayrulecolor{red}
23240 \backslash
23241 myHdashline
23242 \backslash
23243 arrayrulecolor{black}}
23244 \end_layout
23245
23246 \end_inset
23247
23248
23249 \begin_inset Note Note
23250 status collapsed
23251
23252 \begin_layout Plain Layout
23253 färbt horizontale, gestrichelte Linien rot
23254 \end_layout
23255
23256 \end_inset
23257
23258
23259 \end_layout
23260
23261 \begin_layout Standard
23262 \begin_inset ERT
23263 status collapsed
23264
23265 \begin_layout Plain Layout
23266
23267
23268 \backslash
23269 let
23270 \backslash
23271 myCdashline
23272 \backslash
23273 cdashline
23274 \end_layout
23275
23276 \begin_layout Plain Layout
23277
23278
23279 \backslash
23280 renewcommand{
23281 \backslash
23282 cdashline}[1]
23283 \end_layout
23284
23285 \begin_layout Plain Layout
23286
23287  {
23288 \backslash
23289 arrayrulecolor{yellow}
23290 \backslash
23291 myCdashline{#1}
23292 \backslash
23293 arrayrulecolor{black}}
23294 \end_layout
23295
23296 \end_inset
23297
23298
23299 \begin_inset Note Note
23300 status collapsed
23301
23302 \begin_layout Plain Layout
23303 färbt partielle horizontale, gestrichelte Linien gelb
23304 \end_layout
23305
23306 \end_inset
23307
23308
23309 \end_layout
23310
23311 \begin_layout Standard
23312 \begin_inset Float table
23313 placement h
23314 wide false
23315 sideways false
23316 status open
23317
23318 \begin_layout Plain Layout
23319 \begin_inset Caption Standard
23320
23321 \begin_layout Plain Layout
23322 \begin_inset CommandInset label
23323 LatexCommand label
23324 name "tab:Farbige-Tabelle-mit"
23325
23326 \end_inset
23327
23328 Farbige Tabelle mit gestrichelten Linien
23329 \end_layout
23330
23331 \end_inset
23332
23333
23334 \end_layout
23335
23336 \begin_layout Plain Layout
23337 \align center
23338 \begin_inset Tabular
23339 <lyxtabular version="3" rows="5" columns="5">
23340 <features tabularvalignment="middle">
23341 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
23342 <column alignment="center" valignment="top" width="0pt">
23343 <column alignment="center" valignment="top" width="0pt" special=":c">
23344 <column alignment="center" valignment="top">
23345 <column alignment="center" valignment="top">
23346 <row>
23347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23348 \begin_inset Text
23349
23350 \begin_layout Plain Layout
23351 a
23352 \end_layout
23353
23354 \end_inset
23355 </cell>
23356 <cell alignment="center" valignment="top" topline="true" usebox="none">
23357 \begin_inset Text
23358
23359 \begin_layout Plain Layout
23360 b
23361 \end_layout
23362
23363 \end_inset
23364 </cell>
23365 <cell alignment="center" valignment="top" topline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369 c
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378 d
23379 \end_layout
23380
23381 \end_inset
23382 </cell>
23383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23384 \begin_inset Text
23385
23386 \begin_layout Plain Layout
23387 e
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 </row>
23393 <row>
23394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398 f
23399 \end_layout
23400
23401 \end_inset
23402 </cell>
23403 <cell alignment="center" valignment="top" topline="true" usebox="none">
23404 \begin_inset Text
23405
23406 \begin_layout Plain Layout
23407 g
23408 \end_layout
23409
23410 \end_inset
23411 </cell>
23412 <cell alignment="center" valignment="top" topline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416 h
23417 \end_layout
23418
23419 \end_inset
23420 </cell>
23421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23422 \begin_inset Text
23423
23424 \begin_layout Plain Layout
23425 i
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434 j
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 </row>
23440 <row>
23441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23442 \begin_inset Text
23443
23444 \begin_layout Plain Layout
23445 \begin_inset ERT
23446 status collapsed
23447
23448 \begin_layout Plain Layout
23449
23450
23451 \backslash
23452 hdashline 
23453 \end_layout
23454
23455 \end_inset
23456
23457
23458 \begin_inset ERT
23459 status collapsed
23460
23461 \begin_layout Plain Layout
23462
23463
23464 \backslash
23465 rowcolor{Gray}
23466 \end_layout
23467
23468 \end_inset
23469
23470 k
23471 \end_layout
23472
23473 \end_inset
23474 </cell>
23475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23476 \begin_inset Text
23477
23478 \begin_layout Plain Layout
23479 l
23480 \end_layout
23481
23482 \end_inset
23483 </cell>
23484 <cell alignment="center" valignment="top" usebox="none">
23485 \begin_inset Text
23486
23487 \begin_layout Plain Layout
23488 m
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497 n
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506 o
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 </row>
23512 <row>
23513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517 \begin_inset ERT
23518 status collapsed
23519
23520 \begin_layout Plain Layout
23521
23522
23523 \backslash
23524 cdashline{4-5}
23525 \end_layout
23526
23527 \end_inset
23528
23529 p
23530 \end_layout
23531
23532 \end_inset
23533 </cell>
23534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23535 \begin_inset Text
23536
23537 \begin_layout Plain Layout
23538 q
23539 \end_layout
23540
23541 \end_inset
23542 </cell>
23543 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23544 \begin_inset Text
23545
23546 \begin_layout Plain Layout
23547 r
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23553 \begin_inset Text
23554
23555 \begin_layout Plain Layout
23556 s
23557 \end_layout
23558
23559 \end_inset
23560 </cell>
23561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 </row>
23571 <row>
23572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576 t
23577 \end_layout
23578
23579 \end_inset
23580 </cell>
23581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585 u
23586 \end_layout
23587
23588 \end_inset
23589 </cell>
23590 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594 v
23595 \end_layout
23596
23597 \end_inset
23598 </cell>
23599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603 w
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612 \begin_inset ERT
23613 status collapsed
23614
23615 \begin_layout Plain Layout
23616
23617
23618 \backslash
23619 cellcolor{Maroon}
23620 \end_layout
23621
23622 \end_inset
23623
23624
23625 \color green
23626 i
23627 \end_layout
23628
23629 \end_inset
23630 </cell>
23631 </row>
23632 </lyxtabular>
23633
23634 \end_inset
23635
23636
23637 \end_layout
23638
23639 \end_inset
23640
23641
23642 \end_layout
23643
23644 \begin_layout Standard
23645 \begin_inset ERT
23646 status collapsed
23647
23648 \begin_layout Plain Layout
23649
23650
23651 \backslash
23652 renewcommand{
23653 \backslash
23654 hdashline}{
23655 \backslash
23656 myHdashline}
23657 \end_layout
23658
23659 \end_inset
23660
23661
23662 \begin_inset Note Note
23663 status collapsed
23664
23665 \begin_layout Plain Layout
23666 zurücksetzen auf Standardwert
23667 \end_layout
23668
23669 \end_inset
23670
23671
23672 \end_layout
23673
23674 \begin_layout Standard
23675 \begin_inset ERT
23676 status collapsed
23677
23678 \begin_layout Plain Layout
23679
23680
23681 \backslash
23682 renewcommand{
23683 \backslash
23684 cdashline}{
23685 \backslash
23686 myCdashline}
23687 \end_layout
23688
23689 \end_inset
23690
23691
23692 \begin_inset Note Note
23693 status collapsed
23694
23695 \begin_layout Plain Layout
23696 zurücksetzen auf Standardwert
23697 \end_layout
23698
23699 \end_inset
23700
23701
23702 \end_layout
23703
23704 \begin_layout Standard
23705 \begin_inset ERT
23706 status collapsed
23707
23708 \begin_layout Plain Layout
23709
23710
23711 \backslash
23712 nodashgapcolor
23713 \end_layout
23714
23715 \end_inset
23716
23717
23718 \begin_inset Note Note
23719 status collapsed
23720
23721 \begin_layout Plain Layout
23722 zurücksetzen auf Standardwert
23723 \end_layout
23724
23725 \end_inset
23726
23727
23728 \end_layout
23729
23730 \begin_layout Standard
23731 \begin_inset ERT
23732 status collapsed
23733
23734 \begin_layout Plain Layout
23735
23736
23737 \backslash
23738 setlength{
23739 \backslash
23740 arrayrulewidth}{0.4pt}
23741 \end_layout
23742
23743 \end_inset
23744
23745
23746 \begin_inset Note Note
23747 status collapsed
23748
23749 \begin_layout Plain Layout
23750 zurücksetzen auf Standardwert
23751 \end_layout
23752
23753 \end_inset
23754
23755
23756 \end_layout
23757
23758 \begin_layout Standard
23759 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
23760 \begin_inset space ~
23761 \end_inset
23762
23763
23764 \begin_inset CommandInset ref
23765 LatexCommand ref
23766 reference "abs:Farbige-Tabellen"
23767
23768 \end_inset
23769
23770  beschrieben.
23771  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
23772  beschrieben, man muss in den Befehlen nur 
23773 \series bold
23774
23775 \backslash
23776 myHlineC
23777 \series default
23778  durch 
23779 \series bold
23780
23781 \backslash
23782 myHdashline
23783 \series default
23784  und 
23785 \backslash
23786
23787 \series bold
23788 hline
23789 \series default
23790  durch 
23791 \series bold
23792
23793 \backslash
23794 hdashline
23795 \series default
23796  ersetzen; man verwendet also den Befehl
23797 \end_layout
23798
23799 \begin_layout Standard
23800
23801 \series bold
23802
23803 \backslash
23804 let
23805 \backslash
23806 myHdashline
23807 \backslash
23808 hdashline
23809 \begin_inset Newline newline
23810 \end_inset
23811
23812
23813 \backslash
23814 renewcommand{
23815 \backslash
23816 hdashline}
23817 \begin_inset Newline newline
23818 \end_inset
23819
23820
23821 \begin_inset Phantom HPhantom
23822 status open
23823
23824 \begin_layout Plain Layout
23825
23826 \series bold
23827 \begin_inset space ~
23828 \end_inset
23829
23830
23831 \end_layout
23832
23833 \end_inset
23834
23835 {
23836 \backslash
23837 arrayrulecolor{red}
23838 \backslash
23839 myHdashline
23840 \backslash
23841 arrayrulecolor{black}}
23842 \end_layout
23843
23844 \begin_layout Standard
23845 Um 
23846 \series bold
23847
23848 \backslash
23849 cdashline
23850 \series default
23851  zu färben, lautet der Befehl
23852 \end_layout
23853
23854 \begin_layout Standard
23855
23856 \series bold
23857
23858 \backslash
23859 let
23860 \backslash
23861 myCdashline
23862 \backslash
23863 cdashline
23864 \begin_inset Newline newline
23865 \end_inset
23866
23867
23868 \backslash
23869 renewcommand{
23870 \backslash
23871 cdashline}[1]
23872 \begin_inset Newline newline
23873 \end_inset
23874
23875
23876 \begin_inset Phantom HPhantom
23877 status open
23878
23879 \begin_layout Plain Layout
23880
23881 \series bold
23882 \begin_inset space ~
23883 \end_inset
23884
23885
23886 \end_layout
23887
23888 \end_inset
23889
23890 {
23891 \backslash
23892 arrayrulecolor{red}
23893 \backslash
23894 myCdashline{#1}
23895 \backslash
23896 arrayrulecolor{black}}
23897 \end_layout
23898
23899 \begin_layout Standard
23900 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
23901  als \SpecialChar TeX
23902 -Code hinter der Tabelle einfügen:
23903 \end_layout
23904
23905 \begin_layout Standard
23906 Für 
23907 \series bold
23908
23909 \backslash
23910 hdashline
23911 \end_layout
23912
23913 \begin_layout Standard
23914
23915 \series bold
23916
23917 \backslash
23918 renewcommand{
23919 \backslash
23920 hdashline}{
23921 \backslash
23922 myHdashline}
23923 \end_layout
23924
23925 \begin_layout Standard
23926 und für 
23927 \series bold
23928
23929 \backslash
23930 cdashline
23931 \end_layout
23932
23933 \begin_layout Standard
23934
23935 \series bold
23936
23937 \backslash
23938 renewcommand{
23939 \backslash
23940 cdashline}{
23941 \backslash
23942 myCdashline}
23943 \end_layout
23944
23945 \begin_layout Standard
23946 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
23947  Befehl
23948 \end_layout
23949
23950 \begin_layout Standard
23951
23952 \series bold
23953
23954 \backslash
23955 dashgapcolor{Farbe}
23956 \end_layout
23957
23958 \begin_layout Standard
23959 als \SpecialChar TeX
23960 -Code vor der Tabelle verwenden.
23961  Farbe ist hierbei der Name einer definierten Farbe.
23962  Der Befehl
23963 \end_layout
23964
23965 \begin_layout Standard
23966
23967 \series bold
23968
23969 \backslash
23970 nodashgapcolor
23971 \end_layout
23972
23973 \begin_layout Standard
23974 hebt die Einstellung von 
23975 \series bold
23976
23977 \backslash
23978 dashgapcolor
23979 \series default
23980  auf.
23981 \end_layout
23982
23983 \begin_layout Standard
23984 \begin_inset Note Greyedout
23985 status open
23986
23987 \begin_layout Plain Layout
23988
23989 \series bold
23990 \color none
23991 Achtung
23992 \series default
23993 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
23994  
23995 \series bold
23996 arydshln
23997 \series default
23998  an erster Stelle in der Zelle befinden.
23999  Daher ist in in Zelle 
24000 \emph on
24001 k
24002 \emph default
24003  der Tabelle
24004 \begin_inset space ~
24005 \end_inset
24006
24007
24008 \begin_inset CommandInset ref
24009 LatexCommand ref
24010 reference "tab:Farbige-Tabelle-mit"
24011
24012 \end_inset
24013
24014  der Befehl 
24015 \series bold
24016
24017 \backslash
24018 hdashline
24019 \series default
24020  vor 
24021 \series bold
24022
24023 \backslash
24024 rowcolor
24025 \series default
24026 .
24027 \end_layout
24028
24029 \end_inset
24030
24031
24032 \end_layout
24033
24034 \begin_layout Standard
24035 \begin_inset Note Greyedout
24036 status open
24037
24038 \begin_layout Plain Layout
24039
24040 \series bold
24041 \color none
24042 Achtung:
24043 \series default
24044  Das \SpecialChar LaTeX
24045 -Paket 
24046 \series bold
24047 arydshln
24048 \series default
24049  muss im \SpecialChar LaTeX
24050 -Vorspann nach dem \SpecialChar LaTeX
24051 -Paket 
24052 \series bold
24053 colortbl
24054 \series default
24055
24056 \begin_inset Index idx
24057 status collapsed
24058
24059 \begin_layout Plain Layout
24060 \SpecialChar LaTeX
24061 -Pakete ! colortbl
24062 \end_layout
24063
24064 \end_inset
24065
24066  geladen werden.
24067 \end_layout
24068
24069 \end_inset
24070
24071
24072 \end_layout
24073
24074 \begin_layout Standard
24075 \begin_inset ERT
24076 status collapsed
24077
24078 \begin_layout Plain Layout
24079
24080
24081 \backslash
24082 else
24083 \end_layout
24084
24085 \end_inset
24086
24087
24088 \begin_inset Note Note
24089 status open
24090
24091 \begin_layout Plain Layout
24092 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
24093 -Paket 
24094 \series bold
24095 arydshln
24096 \series default
24097  nicht installiert ist:
24098 \end_layout
24099
24100 \end_inset
24101
24102
24103 \end_layout
24104
24105 \begin_layout Standard
24106 Sie müssen das \SpecialChar LaTeX
24107 -Paket 
24108 \series bold
24109 arydshln
24110 \series default
24111  installiert haben um den Inhalt dieses Abschnitts zu sehen.
24112 \end_layout
24113
24114 \begin_layout Standard
24115 \begin_inset ERT
24116 status collapsed
24117
24118 \begin_layout Plain Layout
24119
24120
24121 \backslash
24122 fi
24123 \end_layout
24124
24125 \end_inset
24126
24127
24128 \end_layout
24129
24130 \begin_layout Standard
24131 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
24132  von 
24133 \series bold
24134 arydshln
24135 \series default
24136
24137 \begin_inset CommandInset citation
24138 LatexCommand cite
24139 key "arydshln"
24140
24141 \end_inset
24142
24143 .
24144 \end_layout
24145
24146 \begin_layout Chapter
24147 Gleitobjekte
24148 \begin_inset CommandInset label
24149 LatexCommand label
24150 name "kap:Gleitobjekte"
24151
24152 \end_inset
24153
24154
24155 \begin_inset Index idx
24156 status collapsed
24157
24158 \begin_layout Plain Layout
24159 Gleitobjekte
24160 \end_layout
24161
24162 \end_inset
24163
24164
24165 \end_layout
24166
24167 \begin_layout Section
24168 Einleitung
24169 \begin_inset CommandInset label
24170 LatexCommand label
24171 name "abs:Gleitobjekte-Einleitung"
24172
24173 \end_inset
24174
24175
24176 \begin_inset Index idx
24177 status collapsed
24178
24179 \begin_layout Plain Layout
24180 Gleitobjekte ! Einleitung
24181 \end_layout
24182
24183 \end_inset
24184
24185
24186 \end_layout
24187
24188 \begin_layout Standard
24189 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
24190  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
24191  der beste Platz ist.
24192  
24193 \family sans
24194 Fußnoten
24195 \family default
24196  und 
24197 \family sans
24198 Randnotizen
24199 \family default
24200  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
24201  wenn auf ihrer Seite schon zu viele sind.
24202 \end_layout
24203
24204 \begin_layout Standard
24205 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
24206  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
24207  um weiße Flächen und Seiten ohne Text zu vermeiden.
24208  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar ligaturebreak
24209 löst,
24210  kann im Text auf ein Gleitobjekt verwiesen werden.
24211  Gleitobjekte sind deshalb nummeriert.
24212  Querverweise werden in Abschnitt
24213 \begin_inset space ~
24214 \end_inset
24215
24216
24217 \begin_inset CommandInset ref
24218 LatexCommand ref
24219 reference "abs:Auf-Gleitobjekte-verweisen"
24220
24221 \end_inset
24222
24223  beschrieben.
24224 \end_layout
24225
24226 \begin_layout Standard
24227 Ein Gleitobjekt wird mit 
24228 \family sans
24229 Einfügen\SpecialChar menuseparator
24230 Gleitobjekt\SpecialChar menuseparator
24231 Algorithmus/Abbildung/Ta\SpecialChar softhyphen
24232 belle/Um\SpecialChar softhyphen
24233 flos\SpecialChar softhyphen
24234 se\SpecialChar softhyphen
24235 nes
24236 \begin_inset space ~
24237 \end_inset
24238
24239 Gleitobjekt
24240 \family default
24241  eingefügt (Werkzeugleistenknopf 
24242 \begin_inset Info
24243 type  "icon"
24244 arg   "float-insert figure"
24245 \end_inset
24246
24247  oder 
24248 \begin_inset Info
24249 type  "icon"
24250 arg   "float-insert table"
24251 \end_inset
24252
24253 ).
24254  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
24255  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
24256  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
24257  #:).
24258  Statt # sehen Sie die von \SpecialChar LyX
24259  vergebene Nummer.
24260  In das schmale Feld nach der Marke können Sie den Titel schreiben.
24261  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
24262  eingefügt.
24263  In Abschnitt
24264 \begin_inset space ~
24265 \end_inset
24266
24267
24268 \begin_inset CommandInset ref
24269 LatexCommand ref
24270 reference "abs:Titel-Platzierung"
24271
24272 \end_inset
24273
24274  finden Sie mehr über die Platzierung des Titels.
24275  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
24276  auch wieder geöffnet.
24277  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
24278 \begin_inset Graphics
24279         filename clipart/Gleitobjekt.png
24280         scale 70
24281         scaleBeforeRotation
24282
24283 \end_inset
24284
24285  – ein graues Kästchen mit roter Beschriftung.
24286 \end_layout
24287
24288 \begin_layout Standard
24289 Um mögliche \SpecialChar LaTeX
24290 -Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
24291  Gleitobjekte in einem eigenen Absatz einzufügen.
24292 \end_layout
24293
24294 \begin_layout Standard
24295 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
24296  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf
24297  klicken.
24298 \end_layout
24299
24300 \begin_layout Section
24301 Gleitobjekt-Typen
24302 \begin_inset Index idx
24303 status collapsed
24304
24305 \begin_layout Plain Layout
24306 Gleitobjekte ! Typen
24307 \end_layout
24308
24309 \end_inset
24310
24311
24312 \end_layout
24313
24314 \begin_layout Standard
24315 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
24316 \begin_inset space ~
24317 \end_inset
24318
24319
24320 \begin_inset CommandInset ref
24321 LatexCommand ref
24322 reference "abs:Gleitende-Abbildungen"
24323
24324 \end_inset
24325
24326  und 
24327 \begin_inset CommandInset ref
24328 LatexCommand ref
24329 reference "abs:Gleitende-Tabellen"
24330
24331 \end_inset
24332
24333  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
24334  Letztere sind in Abschnitt
24335 \begin_inset space ~
24336 \end_inset
24337
24338
24339 \begin_inset CommandInset ref
24340 LatexCommand ref
24341 reference "abs:Umflossene-Gleitobjekte"
24342
24343 \end_inset
24344
24345  beschrieben.
24346 \end_layout
24347
24348 \begin_layout Subsection
24349 Algorithmen-Gleitobjekt
24350 \begin_inset Index idx
24351 status collapsed
24352
24353 \begin_layout Plain Layout
24354 Gleitobjekte ! Algorithmen
24355 \end_layout
24356
24357 \end_inset
24358
24359
24360 \end_layout
24361
24362 \begin_layout Standard
24363 \begin_inset Float algorithm
24364 placement h
24365 wide false
24366 sideways false
24367 status open
24368
24369 \begin_layout Plain Layout
24370 \begin_inset Caption Standard
24371
24372 \begin_layout Plain Layout
24373 \begin_inset CommandInset label
24374 LatexCommand label
24375 name "alg:Ein-Gleitobjekt-Algorithmus"
24376
24377 \end_inset
24378
24379 Ein Gleitobjekt-Algorithmus 
24380 \end_layout
24381
24382 \end_inset
24383
24384
24385 \end_layout
24386
24387 \begin_layout LyX-Code
24388 for I in 1..N loop
24389 \begin_inset Newline newline
24390 \end_inset
24391
24392  Sum:= Sum + A(I); /*Kommentar*/
24393 \begin_inset Newline newline
24394 \end_inset
24395
24396 end loop
24397 \begin_inset VSpace -4mm
24398 \end_inset
24399
24400
24401 \end_layout
24402
24403 \end_inset
24404
24405
24406 \end_layout
24407
24408 \begin_layout Standard
24409 Dieser Typ wird mit 
24410 \family sans
24411 Einfügen\SpecialChar menuseparator
24412 Gleitobjekt\SpecialChar menuseparator
24413 Algorithmus
24414 \family default
24415  eingefügt.
24416  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
24417  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
24418 \begin_inset space ~
24419 \end_inset
24420
24421
24422 \begin_inset CommandInset ref
24423 LatexCommand ref
24424 reference "kap:Programm-Code-Listen"
24425
24426 \end_inset
24427
24428 .
24429  Eine mögliche Absatz-Umgebung hier für ist 
24430 \family sans
24431 \SpecialChar LyX
24432 -Code
24433 \family default
24434 , beschrieben im 
24435 \emph on
24436 Benutzerhandbuch
24437 \emph default
24438 .
24439  In Algorithmus
24440 \begin_inset space ~
24441 \end_inset
24442
24443
24444 \begin_inset CommandInset ref
24445 LatexCommand ref
24446 reference "alg:Ein-Gleitobjekt-Algorithmus"
24447
24448 \end_inset
24449
24450  wurden am Ende -4
24451 \begin_inset space \thinspace{}
24452 \end_inset
24453
24454 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
24455  letzten Zeile gedruckt wird.
24456 \end_layout
24457
24458 \begin_layout Standard
24459 Die Marke 
24460 \emph on
24461 Algorithmus
24462 \emph default
24463  wird nicht automatisch in die druckbare Version übernommen, sondern das
24464  englische Wort 
24465 \emph on
24466 Algorithm
24467 \emph default
24468  verwendet.
24469  Soll
24470 \emph on
24471  Algorithmus
24472 \emph default
24473  dort stehen, müssen Sie folgendes in den \SpecialChar LaTeX
24474 -Vorspann schreiben: 
24475 \end_layout
24476
24477 \begin_layout Standard
24478
24479 \series bold
24480
24481 \backslash
24482 floatname{algorithm}{Algorithmus}
24483 \end_layout
24484
24485 \begin_layout Standard
24486 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
24487  Sprache wie die \SpecialChar LyX
24488  Menünamen haben, das Menü 
24489 \family sans
24490 Einfügen\SpecialChar menuseparator
24491 Liste
24492 \begin_inset space \thinspace{}
24493 \end_inset
24494
24495 /
24496 \begin_inset space \thinspace{}
24497 \end_inset
24498
24499 Inhaltsverzeichnis\SpecialChar menuseparator
24500 Algorithmenverzeichnis
24501 \family default
24502  verwendet werden.
24503  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als \SpecialChar TeX
24504 -Code
24505  eingefügt werden:
24506 \end_layout
24507
24508 \begin_layout Standard
24509
24510 \series bold
24511
24512 \backslash
24513 listof{algorithm}{Algorithmenverzeichnis}
24514 \end_layout
24515
24516 \begin_layout Standard
24517 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
24518  nach dem Schema 
24519 \begin_inset Quotes gld
24520 \end_inset
24521
24522 Kapitelnummer.Algorithmusnummer
24523 \begin_inset Quotes grd
24524 \end_inset
24525
24526  nummeriert.
24527  Um das zu erreichen, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
24528 -Vorspann einfügen:
24529 \end_layout
24530
24531 \begin_layout Standard
24532
24533 \series bold
24534
24535 \backslash
24536 numberwithin{algorithm}{chapter}
24537 \end_layout
24538
24539 \begin_layout Standard
24540 Um 
24541 \series bold
24542
24543 \backslash
24544 numberwithin
24545 \series default
24546  benutzen zu können, muss in den 
24547 \family sans
24548 Mathe
24549 \begin_inset space ~
24550 \end_inset
24551
24552 Optionen
24553 \family default
24554  der 
24555 \family sans
24556 Dokument-Einstellungen
24557 \family default
24558  
24559 \family sans
24560 AMS
24561 \begin_inset space ~
24562 \end_inset
24563
24564 Mathe
24565 \begin_inset space ~
24566 \end_inset
24567
24568 Paket
24569 \family default
24570
24571 \begin_inset space ~
24572 \end_inset
24573
24574
24575 \family sans
24576 verwenden
24577 \family default
24578  angekreuzt sein.
24579 \end_layout
24580
24581 \begin_layout Section
24582 Gleitobjekt-Nummerierung
24583 \begin_inset Index idx
24584 status collapsed
24585
24586 \begin_layout Plain Layout
24587 Gleitobjekte ! Nummerierung
24588 \end_layout
24589
24590 \end_inset
24591
24592
24593 \end_layout
24594
24595 \begin_layout Standard
24596 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
24597  nummeriert oder nach dem Schema 
24598 \begin_inset Quotes gld
24599 \end_inset
24600
24601 Kapitelnummer.Gleitobjektnummer
24602 \begin_inset Quotes grd
24603 \end_inset
24604
24605  oder 
24606 \begin_inset Quotes gld
24607 \end_inset
24608
24609 Abschnittsnummer.Gleitobjektnummer
24610 \begin_inset Quotes grd
24611 \end_inset
24612
24613 .
24614  Das hängt von der Dokumentklasse ab.
24615 \end_layout
24616
24617 \begin_layout Standard
24618 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
24619  in den \SpecialChar LaTeX
24620 -Vorspann einfügen:
24621 \end_layout
24622
24623 \begin_layout Standard
24624
24625 \series bold
24626
24627 \backslash
24628 renewcommand{
24629 \backslash
24630 thetable}{
24631 \backslash
24632 roman{table}}
24633 \end_layout
24634
24635 \begin_layout Standard
24636
24637 \series bold
24638
24639 \backslash
24640 thetable
24641 \series default
24642  ist der Befehl, der die Tabellennummer druckt.
24643  Für Abbildungen ist das 
24644 \series bold
24645
24646 \backslash
24647 thefigure
24648 \series default
24649 .
24650  Der Befehl 
24651 \series bold
24652
24653 \backslash
24654 roman
24655 \series default
24656  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
24657 \end_layout
24658
24659 \begin_layout Standard
24660 Um das Nummerierungsschema zum Beispiel auf 
24661 \begin_inset Quotes gld
24662 \end_inset
24663
24664 Unterabschnittsnummer.Num\SpecialChar softhyphen
24665 mer
24666 \begin_inset Quotes grd
24667 \end_inset
24668
24669  zu ändern, setzen Sie folgendes in den \SpecialChar LaTeX
24670 -Vorspann:
24671 \end_layout
24672
24673 \begin_layout Standard
24674
24675 \series bold
24676
24677 \backslash
24678 numberwithin{table}{subsection}
24679 \end_layout
24680
24681 \begin_layout Standard
24682 Um den Befehl 
24683 \series bold
24684
24685 \backslash
24686 numberwithin
24687 \series default
24688  benutzen zu können, müssen Sie in den 
24689 \family sans
24690 Mathe
24691 \begin_inset space ~
24692 \end_inset
24693
24694 Optionen
24695 \family default
24696  der 
24697 \family sans
24698 Dokument-Einstellungen
24699 \family default
24700  
24701 \family sans
24702 AMS
24703 \begin_inset space ~
24704 \end_inset
24705
24706 Mathe
24707 \begin_inset space ~
24708 \end_inset
24709
24710 Paket
24711 \family default
24712
24713 \begin_inset space ~
24714 \end_inset
24715
24716
24717 \family sans
24718 verwenden
24719 \family default
24720  ankreuzen.
24721 \end_layout
24722
24723 \begin_layout Standard
24724 Sehen Sie sich bitte auch Abschnitt
24725 \begin_inset space ~
24726 \end_inset
24727
24728
24729 \begin_inset CommandInset ref
24730 LatexCommand ref
24731 reference "uab:Fußnoten-Nummerierung"
24732
24733 \end_inset
24734
24735  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
24736 \end_layout
24737
24738 \begin_layout Section
24739 Auf Gleitobjekte verweisen
24740 \begin_inset CommandInset label
24741 LatexCommand label
24742 name "abs:Auf-Gleitobjekte-verweisen"
24743
24744 \end_inset
24745
24746
24747 \begin_inset Index idx
24748 status collapsed
24749
24750 \begin_layout Plain Layout
24751 Gleitobjekte ! Querverweise
24752 \end_layout
24753
24754 \end_inset
24755
24756
24757 \begin_inset Index idx
24758 status collapsed
24759
24760 \begin_layout Plain Layout
24761 Querverweise ! auf Gleitobjekte
24762 \end_layout
24763
24764 \end_inset
24765
24766
24767 \end_layout
24768
24769 \begin_layout Standard
24770 Zunächst müssen Sie mit 
24771 \family sans
24772 Einfügen\SpecialChar menuseparator
24773 Marke
24774 \family default
24775  oder einen Klick auf 
24776 \begin_inset Info
24777 type  "icon"
24778 arg   "label-insert"
24779 \end_inset
24780
24781  eine Marke im Titel einfügen.
24782  Im 
24783 \family sans
24784 Marke
24785 \family default
24786 -Dialog schreiben Sie einen Text in das Feld 
24787 \family sans
24788 Marke
24789 \family default
24790  oder übernehmen den vorgeschlagenen.
24791  Die Marke sieht in \SpecialChar LyX
24792  dann so aus:
24793 \end_layout
24794
24795 \begin_layout Standard
24796 \begin_inset Graphics
24797         filename clipart/Marke.png
24798         lyxscale 80
24799         scale 50
24800         scaleBeforeRotation
24801
24802 \end_inset
24803
24804
24805 \end_layout
24806
24807 \begin_layout Standard
24808 Die Marke wird als Anker und Name für den Querverweis benutzt.
24809  Mit 
24810 \family sans
24811 Einfügen\SpecialChar menuseparator
24812 Querverweis
24813 \family default
24814  oder einen Klick auf 
24815 \begin_inset Info
24816 type  "icon"
24817 arg   "dialog-show-new-inset ref"
24818 \end_inset
24819
24820  können Sie dann auf die Marke verweisen.
24821  Als Querverweis wird in \SpecialChar LyX
24822  ein graues Kästchen wie zum Beispiel dieses angezeigt:
24823 \end_layout
24824
24825 \begin_layout Standard
24826 \begin_inset Graphics
24827         filename clipart/Querverweis.png
24828         lyxscale 80
24829         scale 50
24830         scaleBeforeRotation
24831
24832 \end_inset
24833
24834
24835 \begin_inset Newline newline
24836 \end_inset
24837
24838  Mehr zu Querverweisen finden Sie im 
24839 \emph on
24840 Benutzerhandbuch
24841 \emph default
24842 .
24843 \end_layout
24844
24845 \begin_layout Standard
24846 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
24847  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
24848  durch einen Zeilenumbruch getrennt werden können.
24849 \end_layout
24850
24851 \begin_layout Standard
24852 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
24853  \SpecialChar LyX
24854  passt die Querverweise automatisch an.
24855 \end_layout
24856
24857 \begin_layout Standard
24858 Ein Klick auf den Schalter 
24859 \family sans
24860 Gehe
24861 \begin_inset space ~
24862 \end_inset
24863
24864 zur
24865 \begin_inset space ~
24866 \end_inset
24867
24868 Marke
24869 \family default
24870  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
24871  Der Text der Schaltfläche heißt jetzt 
24872 \family sans
24873 Gehe
24874 \begin_inset space ~
24875 \end_inset
24876
24877 zurück
24878 \family default
24879  und ein Klick darauf macht genau dies.
24880 \end_layout
24881
24882 \begin_layout Subsection
24883 Querverweis-Formate
24884 \begin_inset CommandInset label
24885 LatexCommand label
24886 name "uab:Querverweis-Formate"
24887
24888 \end_inset
24889
24890
24891 \begin_inset Index idx
24892 status collapsed
24893
24894 \begin_layout Plain Layout
24895 Querverweise ! Formate
24896 \end_layout
24897
24898 \end_inset
24899
24900
24901 \end_layout
24902
24903 \begin_layout Standard
24904 Es gibt sechs verschiedene Querverweisstile:
24905 \end_layout
24906
24907 \begin_layout Description
24908 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
24909  
24910 \begin_inset CommandInset ref
24911 LatexCommand ref
24912 reference "abb:Zwei-Teilabbildungen"
24913
24914 \end_inset
24915
24916
24917 \end_layout
24918
24919 \begin_layout Description
24920 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
24921  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
24922  verwendet wird, speziell wenn der Name 
24923 \begin_inset Quotes gld
24924 \end_inset
24925
24926 Gleichung
24927 \begin_inset Quotes grd
24928 \end_inset
24929
24930  weggelassen wird: 
24931 \begin_inset CommandInset ref
24932 LatexCommand eqref
24933 reference "eq:Wgn"
24934
24935 \end_inset
24936
24937
24938 \end_layout
24939
24940 \begin_layout Description
24941 <Seite>: druckt die Seitennummer: Seite
24942 \begin_inset space ~
24943 \end_inset
24944
24945
24946 \begin_inset CommandInset ref
24947 LatexCommand pageref
24948 reference "abb:Zwei-Teilabbildungen"
24949
24950 \end_inset
24951
24952
24953 \end_layout
24954
24955 \begin_layout Description
24956 auf
24957 \begin_inset space ~
24958 \end_inset
24959
24960 Seite
24961 \begin_inset space ~
24962 \end_inset
24963
24964 <Seite>: druckt den Text 
24965 \begin_inset Quotes gld
24966 \end_inset
24967
24968 auf Seite
24969 \begin_inset Quotes grd
24970 \end_inset
24971
24972  und die Seitennummer: 
24973 \begin_inset CommandInset ref
24974 LatexCommand vpageref
24975 reference "abb:Zwei-Teilabbildungen"
24976
24977 \end_inset
24978
24979
24980 \end_layout
24981
24982 \begin_layout Description
24983 <Querverweis>
24984 \begin_inset space ~
24985 \end_inset
24986
24987 auf
24988 \begin_inset space ~
24989 \end_inset
24990
24991 Seite
24992 \begin_inset space ~
24993 \end_inset
24994
24995 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
24996 \begin_inset Quotes gld
24997 \end_inset
24998
24999 auf Seite
25000 \begin_inset Quotes grd
25001 \end_inset
25002
25003 , und die Seitennummer: 
25004 \begin_inset CommandInset ref
25005 LatexCommand vref
25006 reference "abb:Zwei-Teilabbildungen"
25007
25008 \end_inset
25009
25010
25011 \end_layout
25012
25013 \begin_layout Description
25014 Formatierter
25015 \begin_inset space ~
25016 \end_inset
25017
25018 Querverweis: druckt ein selbst definiertes Querverweisformat
25019 \begin_inset Newline newline
25020 \end_inset
25021
25022
25023 \begin_inset Note Greyedout
25024 status open
25025
25026 \begin_layout Plain Layout
25027
25028 \series bold
25029 Bemerkung:
25030 \series default
25031  Dies ist nur möglich, wenn das \SpecialChar LaTeX
25032 -Paket 
25033 \series bold
25034 prettyref
25035 \series default
25036  oder 
25037 \series bold
25038 refstyle
25039 \series default
25040
25041 \begin_inset Index idx
25042 status collapsed
25043
25044 \begin_layout Plain Layout
25045 \SpecialChar LaTeX
25046 -Pakete ! prettyref
25047 \end_layout
25048
25049 \end_inset
25050
25051
25052 \begin_inset Index idx
25053 status collapsed
25054
25055 \begin_layout Plain Layout
25056 \SpecialChar LaTeX
25057 -Pakete ! refstyle
25058 \end_layout
25059
25060 \end_inset
25061
25062  installiert ist.
25063 \end_layout
25064
25065 \end_inset
25066
25067
25068 \begin_inset Newline newline
25069 \end_inset
25070
25071 Sie können duch setzen der Option 
25072 \family sans
25073 Verwende refstyle (nicht prettyref) für Querverweise
25074 \family default
25075  im Menü 
25076 \family sans
25077 Dokument\SpecialChar menuseparator
25078 Einstellungen\SpecialChar menuseparator
25079 Dokumentklasse
25080 \family default
25081  wählen, welches \SpecialChar LaTeX
25082 -Paket für diesen Verweistyp verwendet wird.
25083  Das Format wird definiert, indem man den Befehl 
25084 \series bold
25085
25086 \backslash
25087 newrefformat
25088 \series default
25089  (prettyref) oder 
25090 \series bold
25091
25092 \backslash
25093 newref
25094 \series default
25095  (refstyle) in den \SpecialChar LaTeX
25096 -Vorspann einfügt.
25097  Z.
25098 \begin_inset space \thinspace{}
25099 \end_inset
25100
25101 B.
25102  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
25103  
25104 \begin_inset Quotes eld
25105 \end_inset
25106
25107
25108 \family sans
25109 abb
25110 \family default
25111
25112 \begin_inset Quotes erd
25113 \end_inset
25114
25115 ) mit dem Befehle
25116 \begin_inset Newline newline
25117 \end_inset
25118
25119
25120 \series bold
25121
25122 \backslash
25123 newref{abb}{refcmd={Bild auf Seite 
25124 \backslash
25125 pageref{#1}}}
25126 \series default
25127
25128 \begin_inset Newline newline
25129 \end_inset
25130
25131 geändert werden.
25132  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
25133 en verwiesen, 
25134 \begin_inset CommandInset citation
25135 LatexCommand cite
25136 key "prettyref,refstyle"
25137
25138 \end_inset
25139
25140 .
25141 \end_layout
25142
25143 \begin_layout Description
25144 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
25145 \begin_inset CommandInset ref
25146 LatexCommand nameref
25147 reference "abb:Zwei-Teilabbildungen"
25148
25149 \end_inset
25150
25151
25152 \end_layout
25153
25154 \begin_layout Standard
25155
25156 \family sans
25157 <Seite>
25158 \family default
25159  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
25160  vorherigen, der selben oder der nächsten Seite befindet.
25161  Stattdessen wird z.
25162 \begin_inset space \thinspace{}
25163 \end_inset
25164
25165 B.
25166  der Text 
25167 \begin_inset Quotes gld
25168 \end_inset
25169
25170
25171 \family sans
25172 auf dieser Seite
25173 \family default
25174
25175 \begin_inset Quotes grd
25176 \end_inset
25177
25178  gedruckt.
25179  Der Stil 
25180 \family sans
25181 <Querverweis>
25182 \begin_inset space ~
25183 \end_inset
25184
25185 auf
25186 \begin_inset space ~
25187 \end_inset
25188
25189 Seite
25190 \begin_inset space ~
25191 \end_inset
25192
25193 <Seite>
25194 \family default
25195  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
25196  Seite ist.
25197 \end_layout
25198
25199 \begin_layout Standard
25200 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
25201  automatisch von \SpecialChar LaTeX
25202  berechnet.
25203  Die Stile können im Feld 
25204 \family sans
25205 Format
25206 \family default
25207  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
25208  einen Querverweis klicken.
25209 \end_layout
25210
25211 \begin_layout Standard
25212 \begin_inset Note Greyedout
25213 status open
25214
25215 \begin_layout Plain Layout
25216
25217 \series bold
25218 Bemerkung:
25219 \series default
25220  Es wird empfohlen, das \SpecialChar LaTeX
25221 -Paket 
25222 \series bold
25223 refstyle
25224 \series default
25225
25226 \begin_inset Index idx
25227 status collapsed
25228
25229 \begin_layout Plain Layout
25230 \SpecialChar LaTeX
25231 -Pakete ! refstyle
25232 \end_layout
25233
25234 \end_inset
25235
25236  zu verwenden, da 
25237 \series bold
25238 prettyref
25239 \series default
25240
25241 \begin_inset Index idx
25242 status collapsed
25243
25244 \begin_layout Plain Layout
25245 \SpecialChar LaTeX
25246 -Pakete ! prettyref
25247 \end_layout
25248
25249 \end_inset
25250
25251  nicht alle möglichen \SpecialChar LyX
25252 -Marken-Kürzel
25253 \begin_inset Foot
25254 status collapsed
25255
25256 \begin_layout Plain Layout
25257  
25258 \begin_inset Quotes gld
25259 \end_inset
25260
25261 abb:
25262 \begin_inset Quotes grd
25263 \end_inset
25264
25265  ist z.
25266 \begin_inset space \thinspace{}
25267 \end_inset
25268
25269 B.
25270  \SpecialChar LyX
25271 ' Kürzel für Marken in Bildbeschriftungen.
25272 \end_layout
25273
25274 \end_inset
25275
25276  kennt und auch nicht internationalisiert ist.
25277 \end_layout
25278
25279 \end_inset
25280
25281
25282 \end_layout
25283
25284 \begin_layout Subsection
25285 Automatische Querverweisnamen
25286 \begin_inset Index idx
25287 status collapsed
25288
25289 \begin_layout Plain Layout
25290 Querverweise ! Automatische Namen 
25291 \end_layout
25292
25293 \end_inset
25294
25295
25296 \end_layout
25297
25298 \begin_layout Standard
25299 Das \SpecialChar LaTeX
25300 -Paket 
25301 \series bold
25302 hyperref
25303 \series default
25304
25305 \begin_inset Index idx
25306 status collapsed
25307
25308 \begin_layout Plain Layout
25309 \SpecialChar LaTeX
25310 -Pakete ! hyperref
25311 \end_layout
25312
25313 \end_inset
25314
25315 , das in den
25316 \family sans
25317  PDF-Eigenschaften
25318 \family default
25319  im 
25320 \family sans
25321 Dokument-Einstellungen
25322 \family default
25323  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
25324  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
25325  wie 
25326 \emph on
25327 Abschnitt
25328 \emph default
25329 ).
25330  Sie müssen damit z.
25331 \begin_inset space \thinspace{}
25332 \end_inset
25333
25334 B.
25335  nicht mehr den Namen 
25336 \begin_inset Quotes gld
25337 \end_inset
25338
25339 Abbildung
25340 \begin_inset Quotes grd
25341 \end_inset
25342
25343  vor jeden Querverweis auf eine Abbildung schreiben.
25344  Um diese Funktion benutzen zu können, aktivieren Sie 
25345 \series bold
25346 hyperref
25347 \series default
25348  und fügen diese Zeile in den \SpecialChar LaTeX
25349 -Vorspann ein:
25350 \end_layout
25351
25352 \begin_layout Standard
25353
25354 \series bold
25355
25356 \backslash
25357 AtBeginDocument{
25358 \backslash
25359 renewcommand{
25360 \backslash
25361 ref}[1]{
25362 \backslash
25363 mbox{
25364 \backslash
25365 autoref{#1}}}}
25366 \end_layout
25367
25368 \begin_layout Standard
25369 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
25370 \begin_inset space \thinspace{}
25371 \end_inset
25372
25373 B.
25374  statt 
25375 \begin_inset Quotes gld
25376 \end_inset
25377
25378 Abschnitt
25379 \begin_inset Quotes grd
25380 \end_inset
25381
25382  den Namen 
25383 \begin_inset Quotes gld
25384 \end_inset
25385
25386 Kap.
25387 \begin_inset space \thinspace{}
25388 \end_inset
25389
25390
25391 \begin_inset Quotes grd
25392 \end_inset
25393
25394 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
25395 \end_layout
25396
25397 \begin_layout Standard
25398
25399 \series bold
25400
25401 \backslash
25402 addto
25403 \backslash
25404 extrasngerman{
25405 \backslash
25406 renewcommand{
25407 \backslash
25408 sectionautorefname}
25409 \begin_inset Newline newline
25410 \end_inset
25411
25412
25413 \begin_inset Phantom HPhantom
25414 status open
25415
25416 \begin_layout Plain Layout
25417
25418 \series bold
25419 \begin_inset space ~
25420 \end_inset
25421
25422
25423 \end_layout
25424
25425 \end_inset
25426
25427 {Kap.
25428 \backslash
25429 negthinspace}}
25430 \end_layout
25431
25432 \begin_layout Standard
25433 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
25434 \begin_inset Newline newline
25435 \end_inset
25436
25437
25438 \series bold
25439
25440 \backslash
25441 extrasngerman
25442 \series default
25443  durch 
25444 \series bold
25445
25446 \backslash
25447 extras***
25448 \series default
25449 , wobei *** der Name der verwendeten Sprache ist.
25450 \end_layout
25451
25452 \begin_layout Standard
25453 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
25454  z.
25455 \begin_inset space \thinspace{}
25456 \end_inset
25457
25458 B.
25459  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
25460 \end_layout
25461
25462 \begin_layout Standard
25463
25464 \series bold
25465
25466 \backslash
25467 addto
25468 \backslash
25469 extrasngerman{
25470 \backslash
25471 renewcommand*{
25472 \backslash
25473 equationautorefname}[1]{}}
25474 \end_layout
25475
25476 \begin_layout Standard
25477 Mehr über dieses Thema finden Sie in der 
25478 \series bold
25479 hyperref
25480 \series default
25481 -Dokumentation 
25482 \begin_inset CommandInset citation
25483 LatexCommand cite
25484 key "hyperref"
25485
25486 \end_inset
25487
25488 .
25489 \end_layout
25490
25491 \begin_layout Standard
25492 \begin_inset Note Greyedout
25493 status open
25494
25495 \begin_layout Plain Layout
25496
25497 \series bold
25498 Bemerkung:
25499 \series default
25500  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
25501  als Querverweisstil 
25502 \family sans
25503 Formatierter
25504 \begin_inset space ~
25505 \end_inset
25506
25507 Querverweis
25508 \family default
25509  benutzen, wie in Abschnitt
25510 \begin_inset space ~
25511 \end_inset
25512
25513
25514 \begin_inset CommandInset ref
25515 LatexCommand ref
25516 reference "uab:Querverweis-Formate"
25517
25518 \end_inset
25519
25520  beschrieben.
25521 \end_layout
25522
25523 \end_inset
25524
25525
25526 \end_layout
25527
25528 \begin_layout Standard
25529 Das 
25530 \emph on
25531 Mathe
25532 \emph default
25533  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
25534 \end_layout
25535
25536 \begin_layout Subsection
25537 Querverweis-Position
25538 \begin_inset CommandInset label
25539 LatexCommand label
25540 name "uab:Querverweis-Position"
25541
25542 \end_inset
25543
25544
25545 \begin_inset Index idx
25546 status collapsed
25547
25548 \begin_layout Plain Layout
25549 Querverweise !  Position
25550 \end_layout
25551
25552 \end_inset
25553
25554
25555 \end_layout
25556
25557 \begin_layout Standard
25558 Wenn Sie 
25559 \series bold
25560 hyperref
25561 \series default
25562
25563 \begin_inset Index idx
25564 status collapsed
25565
25566 \begin_layout Plain Layout
25567 \SpecialChar LaTeX
25568 -Pakete ! hyperref
25569 \end_layout
25570
25571 \end_inset
25572
25573  in den
25574 \family sans
25575  PDF-Eigenschaften
25576 \family default
25577  im 
25578 \family sans
25579 Dokument-Einstellungen
25580 \family default
25581  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
25582  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
25583  und Sie werden das Bild ohne Scrollen nicht sehen.
25584  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
25585  ist.
25586  Wenn Sie das  \SpecialChar LaTeX
25587 -Paket 
25588 \series bold
25589 hypcap
25590 \series default
25591
25592 \begin_inset Index idx
25593 status collapsed
25594
25595 \begin_layout Plain Layout
25596 \SpecialChar LaTeX
25597 -Pakete ! hypcap
25598 \end_layout
25599
25600 \end_inset
25601
25602 , das Teil des \SpecialChar LaTeX
25603 -Pakets 
25604 \series bold
25605 oberdiek
25606 \series default
25607
25608 \begin_inset Index idx
25609 status collapsed
25610
25611 \begin_layout Plain Layout
25612 \SpecialChar LaTeX
25613 -Pakete ! oberdiek
25614 \end_layout
25615
25616 \end_inset
25617
25618  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
25619  Aber natürlich müssen Sie auch hier das \SpecialChar LaTeX
25620 -Paket 
25621 \series bold
25622 hypcap
25623 \series default
25624  zunächst in den \SpecialChar LaTeX
25625 -Vorspann laden:
25626 \end_layout
25627
25628 \begin_layout Standard
25629
25630 \series bold
25631
25632 \backslash
25633 usepackage[figure]{hypcap}
25634 \end_layout
25635
25636 \begin_layout Standard
25637 Sie können 
25638 \series bold
25639 hypcap
25640 \series default
25641  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
25642  nicht empfohlen.
25643  Weitere Informationen finden Sie im
25644 \series bold
25645  hypcap
25646 \series default
25647 -Handbuch 
25648 \begin_inset CommandInset citation
25649 LatexCommand cite
25650 key "hypcap"
25651
25652 \end_inset
25653
25654 .
25655 \end_layout
25656
25657 \begin_layout Standard
25658 \begin_inset Note Greyedout
25659 status open
25660
25661 \begin_layout Plain Layout
25662
25663 \series bold
25664 Bemerkung:
25665 \series default
25666  
25667 \series bold
25668 hypcap
25669 \series medium
25670  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
25671 \end_layout
25672
25673 \end_inset
25674
25675
25676 \end_layout
25677
25678 \begin_layout Section
25679 Gleitobjekt-Platzierung
25680 \begin_inset CommandInset label
25681 LatexCommand label
25682 name "abs:Gleitobjekt-Platzierung"
25683
25684 \end_inset
25685
25686
25687 \begin_inset Index idx
25688 status collapsed
25689
25690 \begin_layout Plain Layout
25691 Gleitobjekte ! Platzierung
25692 \end_layout
25693
25694 \end_inset
25695
25696
25697 \end_layout
25698
25699 \begin_layout Standard
25700 Ein Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
25701 \family sans
25702 Einstellungen 
25703 \family default
25704 öffnet einen Dialog, in dem Sie die \SpecialChar LaTeX
25705 -Optionen für die Gleitobjekt-Platzierung
25706  ändern können.
25707 \begin_inset Newline newline
25708 \end_inset
25709
25710 Die Option 
25711 \family sans
25712 Spalten
25713 \begin_inset space ~
25714 \end_inset
25715
25716 überspannen
25717 \family default
25718  ist nur bei zweispaltigen Dokumenten sinnvoll.
25719  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
25720 \begin_inset Newline newline
25721 \end_inset
25722
25723 Die Option 
25724 \family sans
25725 Seitwärts
25726 \begin_inset space ~
25727 \end_inset
25728
25729 drehen
25730 \family default
25731  ist in Abschnitt 
25732 \begin_inset CommandInset ref
25733 LatexCommand ref
25734 reference "abs:Gedrehte-Gleitobjekte"
25735
25736 \end_inset
25737
25738  beschrieben.
25739 \end_layout
25740
25741 \begin_layout Standard
25742 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
25743  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
25744  Sie die Option 
25745 \family sans
25746 Standard-Platzierung
25747 \begin_inset space ~
25748 \end_inset
25749
25750 verwenden
25751 \family default
25752  nicht verwenden:
25753 \end_layout
25754
25755 \begin_layout Description
25756 Hier
25757 \begin_inset space ~
25758 \end_inset
25759
25760 wenn
25761 \begin_inset space ~
25762 \end_inset
25763
25764 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
25765 \end_layout
25766
25767 \begin_layout Description
25768 Anfang
25769 \begin_inset space ~
25770 \end_inset
25771
25772 der
25773 \begin_inset space ~
25774 \end_inset
25775
25776 Seite
25777 \family sans
25778  
25779 \family default
25780 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
25781  Gleitobjekte, die maximal 70
25782 \begin_inset space \thinspace{}
25783 \end_inset
25784
25785 % einer Seite benötigen, dürfen oben platziert werden.
25786  Dies kann durch die Variable 
25787 \series bold
25788
25789 \backslash
25790 topfraction
25791 \series default
25792  im \SpecialChar LaTeX
25793 -Vorspann überschrieben werden, zum Beispiel: 
25794 \begin_inset Separator parbreak
25795 \end_inset
25796
25797
25798 \end_layout
25799
25800 \begin_deeper
25801 \begin_layout Standard
25802
25803 \series bold
25804
25805 \backslash
25806 renewcommand{
25807 \backslash
25808 topfraction}{0.9}
25809 \family typewriter
25810 \series default
25811  
25812 \end_layout
25813
25814 \end_deeper
25815 \begin_layout Description
25816 Ende
25817 \begin_inset space ~
25818 \end_inset
25819
25820 der
25821 \begin_inset space ~
25822 \end_inset
25823
25824 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
25825  Gleitobjekte, die maximal 30
25826 \begin_inset space \thinspace{}
25827 \end_inset
25828
25829 % einer Seite benötigen, dürfen unten platziert werden.
25830  Dies kann durch die Variable 
25831 \series bold
25832
25833 \backslash
25834 bottomfraction
25835 \series default
25836  im \SpecialChar LaTeX
25837 -Vorspann überschrieben werden, zum Beispiel setzt 
25838 \begin_inset Separator parbreak
25839 \end_inset
25840
25841
25842 \end_layout
25843
25844 \begin_deeper
25845 \begin_layout Standard
25846
25847 \series bold
25848
25849 \backslash
25850 renewcommand{
25851 \backslash
25852 bottomfraction}{0.5}
25853 \end_layout
25854
25855 \begin_layout Standard
25856 die oftmals zu kleine untere Grenze auf 50
25857 \begin_inset space \thinspace{}
25858 \end_inset
25859
25860 %.
25861 \end_layout
25862
25863 \end_deeper
25864 \begin_layout Description
25865 Seite
25866 \begin_inset space ~
25867 \end_inset
25868
25869 mit
25870 \begin_inset space ~
25871 \end_inset
25872
25873 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
25874  Nur wenn mehr als 50
25875 \begin_inset space \thinspace{}
25876 \end_inset
25877
25878 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
25879  Gleitobjekte bereitgestellt.
25880  Dies kann durch die Variable 
25881 \series bold
25882
25883 \backslash
25884 floatpagefraction 
25885 \series default
25886 im \SpecialChar LaTeX
25887 -Vorspann überschrieben werden.
25888 \end_layout
25889
25890 \begin_layout Standard
25891 Die Reihenfolge der obigen Optionen wird 
25892 \emph on
25893 immer
25894 \emph default
25895  von \SpecialChar LaTeX
25896  verwendet.
25897  Das heißt wenn Sie die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
25898  zuerst versuchen
25899  
25900 \family sans
25901 Hier
25902 \begin_inset space \space{}
25903 \end_inset
25904
25905 wenn
25906 \begin_inset space \space{}
25907 \end_inset
25908
25909 möglich
25910 \family default
25911 , dann 
25912 \family sans
25913 Anfang
25914 \begin_inset space ~
25915 \end_inset
25916
25917 der
25918 \begin_inset space ~
25919 \end_inset
25920
25921 Seite
25922 \family default
25923  und dann die anderen Optionen anzuwenden.
25924  Wenn Sie nicht die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
25925  nur die von Ihnen
25926  gewählten Optionen versuchen anzuwenden, aber immer in derselben Reihenfolge.
25927  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
25928 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
25929 \end_layout
25930
25931 \begin_layout Standard
25932 Die Option 
25933 \family sans
25934 Hier,
25935 \begin_inset space ~
25936 \end_inset
25937
25938 auf
25939 \begin_inset space ~
25940 \end_inset
25941
25942 jeden
25943 \begin_inset space ~
25944 \end_inset
25945
25946 Fall
25947 \family default
25948  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
25949  fast druckreif ist.
25950  Denn mit der Option kann das Objekt nicht mehr 
25951 \emph on
25952 gleiten
25953 \emph default
25954 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
25955  oftmals zerstört.
25956 \end_layout
25957
25958 \begin_layout Standard
25959 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
25960  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
25961 \begin_inset VSpace bigskip
25962 \end_inset
25963
25964
25965 \end_layout
25966
25967 \begin_layout Standard
25968 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
25969 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
25970  das Gleitobjekt sei Teil des vorherigen Abschnitts.
25971  Das kann mit dem \SpecialChar LaTeX
25972 -Befehl
25973 \series bold
25974  
25975 \backslash
25976 suppressfloats
25977 \series default
25978  verhindert werden.
25979  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
25980  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
25981  gesetzt wird.
25982  Dazu müssen Sie im \SpecialChar LaTeX
25983 -Vorspann folgende Befehle einfügen:
25984 \end_layout
25985
25986 \begin_layout Standard
25987
25988 \series bold
25989
25990 \backslash
25991 let
25992 \backslash
25993 meinAbschnitt
25994 \backslash
25995 section
25996 \begin_inset Newline newline
25997 \end_inset
25998
25999
26000 \backslash
26001 renewcommand{
26002 \backslash
26003 section}{
26004 \backslash
26005 suppressfloats[t]
26006 \backslash
26007 meinAbschnitt}
26008 \end_layout
26009
26010 \begin_layout Standard
26011 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
26012  Unterabschnitten festlegen.
26013  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
26014  \SpecialChar LaTeX
26015  Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
26016 \end_layout
26017
26018 \begin_layout Standard
26019 Es gibt auch noch das \SpecialChar LaTeX
26020 -Paket 
26021 \series bold
26022 flafter
26023 \series default
26024
26025 \begin_inset Index idx
26026 status collapsed
26027
26028 \begin_layout Plain Layout
26029 \SpecialChar LaTeX
26030 -Pakete ! flafter
26031 \end_layout
26032
26033 \end_inset
26034
26035  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
26036  gedruckt wird.
26037 \end_layout
26038
26039 \begin_layout Standard
26040 \begin_inset VSpace bigskip
26041 \end_inset
26042
26043 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
26044  Dafür gibt es das \SpecialChar LaTeX
26045 -Paket 
26046 \series bold
26047 endfloat
26048 \series default
26049
26050 \begin_inset Index idx
26051 status collapsed
26052
26053 \begin_layout Plain Layout
26054 \SpecialChar LaTeX
26055 -Pakete ! endfloat
26056 \end_layout
26057
26058 \end_inset
26059
26060 .
26061  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
26062  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
26063  
26064 \family sans
26065
26066 \begin_inset Quotes gld
26067 \end_inset
26068
26069 [Abbildung
26070 \begin_inset space ~
26071 \end_inset
26072
26073 3.2 ist ungefähr hier.]
26074 \family default
26075
26076 \begin_inset Quotes grd
26077 \end_inset
26078
26079  finden.
26080  Das 
26081 \series bold
26082 endfloat
26083 \series default
26084 -Paket wird mit folgendem Befehl in den \SpecialChar LaTeX
26085 -Vorspann eingefügt:
26086 \end_layout
26087
26088 \begin_layout Standard
26089
26090 \series bold
26091
26092 \backslash
26093 usepackage[Optionen]{endfloat}
26094 \end_layout
26095
26096 \begin_layout Standard
26097 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
26098  Tabellen-Abschnitte, die Sie in der 
26099 \series bold
26100 endfloat
26101 \series default
26102 -Dokumentation 
26103 \begin_inset CommandInset citation
26104 LatexCommand cite
26105 key "endfloat"
26106
26107 \end_inset
26108
26109  nachlesen können.
26110 \begin_inset Newline newline
26111 \end_inset
26112
26113
26114 \begin_inset Note Greyedout
26115 status open
26116
26117 \begin_layout Plain Layout
26118
26119 \series bold
26120 Bemerkung
26121 \begin_inset space ~
26122 \end_inset
26123
26124 1: endfloat
26125 \series default
26126  übersetzt den Hinweistext nicht automatisch.
26127  Abschnitt
26128 \begin_inset space ~
26129 \end_inset
26130
26131 4 in 
26132 \begin_inset CommandInset citation
26133 LatexCommand cite
26134 key "endfloat"
26135
26136 \end_inset
26137
26138  beschreibt, wie es geht.
26139 \end_layout
26140
26141 \end_inset
26142
26143
26144 \end_layout
26145
26146 \begin_layout Standard
26147 \begin_inset Note Greyedout
26148 status open
26149
26150 \begin_layout Plain Layout
26151
26152 \series bold
26153 Bemerkung
26154 \begin_inset space ~
26155 \end_inset
26156
26157 2: 
26158 \series default
26159 Die aktuelle Version von 
26160 \series bold
26161 endfloat
26162 \series default
26163  hat einen Fehler, wenn die Überschrift ein 
26164 \begin_inset Quotes gld
26165 \end_inset
26166
26167 ß
26168 \begin_inset Quotes grd
26169 \end_inset
26170
26171  enthält.
26172  Sie müssen stattdessen den Befehl 
26173 \series bold
26174
26175 \backslash
26176 ss
26177 \series default
26178  als \SpecialChar TeX
26179 -Code benutzen.
26180 \end_layout
26181
26182 \end_inset
26183
26184
26185 \end_layout
26186
26187 \begin_layout Standard
26188 \begin_inset VSpace bigskip
26189 \end_inset
26190
26191 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in \SpecialChar LaTeX
26192 -Büchern
26193  wie 
26194 \begin_inset CommandInset citation
26195 LatexCommand cite
26196 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26197
26198 \end_inset
26199
26200 .
26201 \end_layout
26202
26203 \begin_layout Section
26204 Gedrehte Gleitobjekte
26205 \begin_inset CommandInset label
26206 LatexCommand label
26207 name "abs:Gedrehte-Gleitobjekte"
26208
26209 \end_inset
26210
26211
26212 \begin_inset Index idx
26213 status collapsed
26214
26215 \begin_layout Plain Layout
26216 Gleitobjekte ! drehen
26217 \end_layout
26218
26219 \end_inset
26220
26221
26222 \end_layout
26223
26224 \begin_layout Standard
26225 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
26226 t drehen.
26227  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
26228  und die Option 
26229 \family sans
26230 Seitwärts
26231 \begin_inset space ~
26232 \end_inset
26233
26234 drehen
26235 \family default
26236  wählen.
26237 \end_layout
26238
26239 \begin_layout Standard
26240 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
26241  sie ein mehrspaltiges Dokument haben) gedruckt.
26242  Sie können mehrere Spalten überspannen, wenn die Option 
26243 \family sans
26244 Spalten
26245 \begin_inset space ~
26246 \end_inset
26247
26248 überspannen
26249 \family default
26250  in den Gleitobjekt Einstellungen gewählt ist.
26251  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
26252  werden können.
26253  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
26254  Option 
26255 \series bold
26256 figuresleft
26257 \series default
26258  oder 
26259 \series bold
26260 figuresright
26261 \series default
26262  zu den Dokumentklassen-Optionen hinzu.
26263 \end_layout
26264
26265 \begin_layout Standard
26266 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
26267  Tabelle
26268 \begin_inset space ~
26269 \end_inset
26270
26271
26272 \begin_inset CommandInset ref
26273 LatexCommand ref
26274 reference "tab:Gedrehte-Tabelle"
26275
26276 \end_inset
26277
26278  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
26279 \end_layout
26280
26281 \begin_layout Standard
26282 \begin_inset Note Greyedout
26283 status open
26284
26285 \begin_layout Plain Layout
26286
26287 \series bold
26288 Bemerkung:
26289 \series default
26290  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
26291 \end_layout
26292
26293 \end_inset
26294
26295
26296 \end_layout
26297
26298 \begin_layout Standard
26299 \begin_inset Float table
26300 wide false
26301 sideways true
26302 status open
26303
26304 \begin_layout Plain Layout
26305 \begin_inset Caption Standard
26306
26307 \begin_layout Plain Layout
26308 \begin_inset CommandInset label
26309 LatexCommand label
26310 name "tab:Gedrehte-Tabelle"
26311
26312 \end_inset
26313
26314 Gedrehte Tabelle
26315 \end_layout
26316
26317 \end_inset
26318
26319
26320 \end_layout
26321
26322 \begin_layout Plain Layout
26323 \align center
26324 \begin_inset Tabular
26325 <lyxtabular version="3" rows="1" columns="5">
26326 <features tabularvalignment="middle">
26327 <column alignment="center" valignment="top">
26328 <column alignment="center" valignment="top">
26329 <column alignment="center" valignment="top">
26330 <column alignment="center" valignment="top">
26331 <column alignment="center" valignment="top">
26332 <row>
26333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26334 \begin_inset Text
26335
26336 \begin_layout Plain Layout
26337 Test
26338 \end_layout
26339
26340 \end_inset
26341 </cell>
26342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26343 \begin_inset Text
26344
26345 \begin_layout Plain Layout
26346 b
26347 \end_layout
26348
26349 \end_inset
26350 </cell>
26351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26352 \begin_inset Text
26353
26354 \begin_layout Plain Layout
26355 c
26356 \end_layout
26357
26358 \end_inset
26359 </cell>
26360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26361 \begin_inset Text
26362
26363 \begin_layout Plain Layout
26364 d
26365 \end_layout
26366
26367 \end_inset
26368 </cell>
26369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26370 \begin_inset Text
26371
26372 \begin_layout Plain Layout
26373 e
26374 \end_layout
26375
26376 \end_inset
26377 </cell>
26378 </row>
26379 </lyxtabular>
26380
26381 \end_inset
26382
26383
26384 \end_layout
26385
26386 \end_inset
26387
26388
26389 \end_layout
26390
26391 \begin_layout Section
26392 Untergleitobjekte
26393 \begin_inset Index idx
26394 status collapsed
26395
26396 \begin_layout Plain Layout
26397 Gleitobjekte ! Untergleitobjekte
26398 \end_layout
26399
26400 \end_inset
26401
26402
26403 \end_layout
26404
26405 \begin_layout Standard
26406 Untergleitobjekte werden z.
26407 \begin_inset space \thinspace{}
26408 \end_inset
26409
26410 B.
26411  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
26412  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
26413  eingefügt wird.
26414  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
26415  in Tabelle
26416 \begin_inset space ~
26417 \end_inset
26418
26419
26420 \begin_inset CommandInset ref
26421 LatexCommand ref
26422 reference "tab:Untertabellen-nebeneinander"
26423
26424 \end_inset
26425
26426  und 
26427 \begin_inset CommandInset ref
26428 LatexCommand ref
26429 reference "tab:Untertabellen-übereinander"
26430
26431 \end_inset
26432
26433 .
26434 \end_layout
26435
26436 \begin_layout Standard
26437 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
26438 \begin_inset space ~
26439 \end_inset
26440
26441
26442 \begin_inset CommandInset ref
26443 LatexCommand ref
26444 reference "tab:Untertabelle-a"
26445
26446 \end_inset
26447
26448  und 
26449 \begin_inset CommandInset ref
26450 LatexCommand ref
26451 reference "tab:Untertabelle-b"
26452
26453 \end_inset
26454
26455  sind Untertabellen von Tabelle
26456 \begin_inset space ~
26457 \end_inset
26458
26459
26460 \begin_inset CommandInset ref
26461 LatexCommand ref
26462 reference "tab:Untertabellen-nebeneinander"
26463
26464 \end_inset
26465
26466 .
26467 \end_layout
26468
26469 \begin_layout Standard
26470 \begin_inset Float table
26471 wide false
26472 sideways false
26473 status open
26474
26475 \begin_layout Plain Layout
26476 \begin_inset Caption Standard
26477
26478 \begin_layout Plain Layout
26479 \begin_inset CommandInset label
26480 LatexCommand label
26481 name "tab:Untertabellen-nebeneinander"
26482
26483 \end_inset
26484
26485 Zwei Untertabellen nebeneinander.
26486 \end_layout
26487
26488 \end_inset
26489
26490
26491 \end_layout
26492
26493 \begin_layout Plain Layout
26494 \align center
26495 \begin_inset space \hfill{}
26496 \end_inset
26497
26498
26499 \begin_inset Float table
26500 wide false
26501 sideways false
26502 status collapsed
26503
26504 \begin_layout Plain Layout
26505 \begin_inset Caption Standard
26506
26507 \begin_layout Plain Layout
26508 \begin_inset CommandInset label
26509 LatexCommand label
26510 name "tab:Untertabelle-a"
26511
26512 \end_inset
26513
26514 Dies ist Untertabelle a.
26515 \end_layout
26516
26517 \end_inset
26518
26519
26520 \end_layout
26521
26522 \begin_layout Plain Layout
26523 \align center
26524 \begin_inset Tabular
26525 <lyxtabular version="3" rows="1" columns="5">
26526 <features tabularvalignment="middle">
26527 <column alignment="center" valignment="top">
26528 <column alignment="center" valignment="top">
26529 <column alignment="center" valignment="top">
26530 <column alignment="center" valignment="top">
26531 <column alignment="center" valignment="top">
26532 <row>
26533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26534 \begin_inset Text
26535
26536 \begin_layout Plain Layout
26537 Test
26538 \end_layout
26539
26540 \end_inset
26541 </cell>
26542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26543 \begin_inset Text
26544
26545 \begin_layout Plain Layout
26546 b
26547 \end_layout
26548
26549 \end_inset
26550 </cell>
26551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26552 \begin_inset Text
26553
26554 \begin_layout Plain Layout
26555 c
26556 \end_layout
26557
26558 \end_inset
26559 </cell>
26560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26561 \begin_inset Text
26562
26563 \begin_layout Plain Layout
26564 d
26565 \end_layout
26566
26567 \end_inset
26568 </cell>
26569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26570 \begin_inset Text
26571
26572 \begin_layout Plain Layout
26573 e
26574 \end_layout
26575
26576 \end_inset
26577 </cell>
26578 </row>
26579 </lyxtabular>
26580
26581 \end_inset
26582
26583
26584 \end_layout
26585
26586 \end_inset
26587
26588
26589 \begin_inset space \hfill{}
26590 \end_inset
26591
26592
26593 \begin_inset Float table
26594 wide false
26595 sideways false
26596 status collapsed
26597
26598 \begin_layout Plain Layout
26599 \begin_inset Caption Standard
26600
26601 \begin_layout Plain Layout
26602 \begin_inset CommandInset label
26603 LatexCommand label
26604 name "tab:Untertabelle-b"
26605
26606 \end_inset
26607
26608 Dies ist Untertabelle b.
26609 \end_layout
26610
26611 \end_inset
26612
26613
26614 \end_layout
26615
26616 \begin_layout Plain Layout
26617 \align center
26618 \begin_inset Tabular
26619 <lyxtabular version="3" rows="1" columns="5">
26620 <features tabularvalignment="middle">
26621 <column alignment="center" valignment="top">
26622 <column alignment="center" valignment="top">
26623 <column alignment="center" valignment="top">
26624 <column alignment="center" valignment="top">
26625 <column alignment="center" valignment="top">
26626 <row>
26627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26628 \begin_inset Text
26629
26630 \begin_layout Plain Layout
26631 e
26632 \end_layout
26633
26634 \end_inset
26635 </cell>
26636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26637 \begin_inset Text
26638
26639 \begin_layout Plain Layout
26640 d
26641 \end_layout
26642
26643 \end_inset
26644 </cell>
26645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26646 \begin_inset Text
26647
26648 \begin_layout Plain Layout
26649 c
26650 \end_layout
26651
26652 \end_inset
26653 </cell>
26654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26655 \begin_inset Text
26656
26657 \begin_layout Plain Layout
26658 b
26659 \end_layout
26660
26661 \end_inset
26662 </cell>
26663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26664 \begin_inset Text
26665
26666 \begin_layout Plain Layout
26667 Test
26668 \end_layout
26669
26670 \end_inset
26671 </cell>
26672 </row>
26673 </lyxtabular>
26674
26675 \end_inset
26676
26677
26678 \end_layout
26679
26680 \end_inset
26681
26682
26683 \begin_inset space \hfill{}
26684 \end_inset
26685
26686
26687 \end_layout
26688
26689 \end_inset
26690
26691
26692 \end_layout
26693
26694 \begin_layout Standard
26695 \begin_inset Float table
26696 wide false
26697 sideways false
26698 status open
26699
26700 \begin_layout Plain Layout
26701 \begin_inset Caption Standard
26702
26703 \begin_layout Plain Layout
26704 \begin_inset CommandInset label
26705 LatexCommand label
26706 name "tab:Untertabellen-übereinander"
26707
26708 \end_inset
26709
26710 Zwei Untertabellen übereinander.
26711  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
26712 \end_layout
26713
26714 \end_inset
26715
26716
26717 \end_layout
26718
26719 \begin_layout Plain Layout
26720 \align center
26721 \begin_inset Float table
26722 wide false
26723 sideways false
26724 status collapsed
26725
26726 \begin_layout Plain Layout
26727 \begin_inset Caption Standard
26728
26729 \begin_layout Plain Layout
26730
26731 \end_layout
26732
26733 \end_inset
26734
26735
26736 \end_layout
26737
26738 \begin_layout Plain Layout
26739 \align center
26740 \begin_inset Tabular
26741 <lyxtabular version="3" rows="1" columns="4">
26742 <features tabularvalignment="middle">
26743 <column alignment="center" valignment="top">
26744 <column alignment="center" valignment="top">
26745 <column alignment="center" valignment="top">
26746 <column alignment="center" valignment="top">
26747 <row>
26748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26749 \begin_inset Text
26750
26751 \begin_layout Plain Layout
26752 Test
26753 \end_layout
26754
26755 \end_inset
26756 </cell>
26757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26758 \begin_inset Text
26759
26760 \begin_layout Plain Layout
26761 Test
26762 \end_layout
26763
26764 \end_inset
26765 </cell>
26766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26767 \begin_inset Text
26768
26769 \begin_layout Plain Layout
26770 Test
26771 \end_layout
26772
26773 \end_inset
26774 </cell>
26775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26776 \begin_inset Text
26777
26778 \begin_layout Plain Layout
26779 Test
26780 \end_layout
26781
26782 \end_inset
26783 </cell>
26784 </row>
26785 </lyxtabular>
26786
26787 \end_inset
26788
26789
26790 \end_layout
26791
26792 \end_inset
26793
26794
26795 \end_layout
26796
26797 \begin_layout Plain Layout
26798 \align center
26799 \begin_inset Float table
26800 wide false
26801 sideways false
26802 status collapsed
26803
26804 \begin_layout Plain Layout
26805 \begin_inset Caption Standard
26806
26807 \begin_layout Plain Layout
26808
26809 \end_layout
26810
26811 \end_inset
26812
26813
26814 \end_layout
26815
26816 \begin_layout Plain Layout
26817 \align center
26818 \begin_inset Tabular
26819 <lyxtabular version="3" rows="1" columns="5">
26820 <features tabularvalignment="middle">
26821 <column alignment="center" valignment="top">
26822 <column alignment="center" valignment="top">
26823 <column alignment="center" valignment="top">
26824 <column alignment="center" valignment="top">
26825 <column alignment="center" valignment="top">
26826 <row>
26827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26828 \begin_inset Text
26829
26830 \begin_layout Plain Layout
26831 a
26832 \end_layout
26833
26834 \end_inset
26835 </cell>
26836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26837 \begin_inset Text
26838
26839 \begin_layout Plain Layout
26840 b
26841 \end_layout
26842
26843 \end_inset
26844 </cell>
26845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26846 \begin_inset Text
26847
26848 \begin_layout Plain Layout
26849 c
26850 \end_layout
26851
26852 \end_inset
26853 </cell>
26854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26855 \begin_inset Text
26856
26857 \begin_layout Plain Layout
26858 d
26859 \end_layout
26860
26861 \end_inset
26862 </cell>
26863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26864 \begin_inset Text
26865
26866 \begin_layout Plain Layout
26867 e
26868 \end_layout
26869
26870 \end_inset
26871 </cell>
26872 </row>
26873 </lyxtabular>
26874
26875 \end_inset
26876
26877
26878 \end_layout
26879
26880 \end_inset
26881
26882
26883 \end_layout
26884
26885 \end_inset
26886
26887
26888 \end_layout
26889
26890 \begin_layout Section
26891 Gleitobjekte nebeneinander
26892 \begin_inset Index idx
26893 status collapsed
26894
26895 \begin_layout Plain Layout
26896 Gleitobjekte ! nebeneinander
26897 \end_layout
26898
26899 \end_inset
26900
26901
26902 \end_layout
26903
26904 \begin_layout Standard
26905 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
26906 \begin_inset space ~
26907 \end_inset
26908
26909
26910 \begin_inset CommandInset ref
26911 LatexCommand ref
26912 reference "abb:Gleitobjekt-links"
26913
26914 \end_inset
26915
26916  und 
26917 \begin_inset CommandInset ref
26918 LatexCommand ref
26919 reference "abb:Gleitobjekt-rechts"
26920
26921 \end_inset
26922
26923  wird nur 
26924 \emph on
26925 ein
26926 \emph default
26927  Gleitobjekt verwendet.
26928  In dieses werden zwei Minipage Boxen eingefügt.
26929 \begin_inset Foot
26930 status collapsed
26931
26932 \begin_layout Plain Layout
26933 Minipages sind in Abschnitt
26934 \begin_inset space ~
26935 \end_inset
26936
26937
26938 \begin_inset CommandInset ref
26939 LatexCommand ref
26940 reference "abs:Minipage"
26941
26942 \end_inset
26943
26944  erklärt.
26945 \end_layout
26946
26947 \end_inset
26948
26949  Die Breite wird für jede Minipage auf 45
26950 \begin_inset space \thinspace{}
26951 \end_inset
26952
26953 -50
26954 \begin_inset space \thinspace{}
26955 \end_inset
26956
26957 Spalten% und die Box Ausrichtung auf 
26958 \family sans
26959 Unten
26960 \family default
26961  gesetzt.
26962  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
26963  Gleitobjekt.
26964  Der einzige Unterschied ist, dass die Bildeinheit 
26965 \family sans
26966 Spaltenbreite
26967 \begin_inset space ~
26968 \end_inset
26969
26970 %
26971 \family default
26972  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
26973 \end_layout
26974
26975 \begin_layout Standard
26976 \begin_inset Float figure
26977 wide false
26978 sideways false
26979 status open
26980
26981 \begin_layout Plain Layout
26982 \begin_inset Box Frameless
26983 position "b"
26984 hor_pos "c"
26985 has_inner_box 1
26986 inner_pos "t"
26987 use_parbox 0
26988 use_makebox 0
26989 width "45col%"
26990 special "none"
26991 height "1in"
26992 height_special "totalheight"
26993 thickness "0.4pt"
26994 separation "3pt"
26995 shadowsize "4pt"
26996 framecolor "black"
26997 backgroundcolor "none"
26998 status open
26999
27000 \begin_layout Plain Layout
27001 \align center
27002 \begin_inset Graphics
27003         filename ../clipart/mobius.eps
27004         lyxscale 50
27005         width 100col%
27006         scaleBeforeRotation
27007
27008 \end_inset
27009
27010
27011 \end_layout
27012
27013 \begin_layout Plain Layout
27014 \begin_inset Caption Standard
27015
27016 \begin_layout Plain Layout
27017 \begin_inset CommandInset label
27018 LatexCommand label
27019 name "abb:Gleitobjekt-links"
27020
27021 \end_inset
27022
27023 Gleitobjekt auf der linken Seite.
27024 \end_layout
27025
27026 \end_inset
27027
27028
27029 \end_layout
27030
27031 \end_inset
27032
27033
27034 \begin_inset space \hfill{}
27035 \end_inset
27036
27037
27038 \begin_inset Box Frameless
27039 position "b"
27040 hor_pos "c"
27041 has_inner_box 1
27042 inner_pos "t"
27043 use_parbox 0
27044 use_makebox 0
27045 width "45col%"
27046 special "none"
27047 height "1in"
27048 height_special "totalheight"
27049 thickness "0.4pt"
27050 separation "3pt"
27051 shadowsize "4pt"
27052 framecolor "black"
27053 backgroundcolor "none"
27054 status open
27055
27056 \begin_layout Plain Layout
27057 \align center
27058 \begin_inset Graphics
27059         filename ../clipart/platypus.eps
27060         lyxscale 50
27061         width 100col%
27062         scaleBeforeRotation
27063
27064 \end_inset
27065
27066
27067 \end_layout
27068
27069 \begin_layout Plain Layout
27070 \begin_inset Caption Standard
27071
27072 \begin_layout Plain Layout
27073 \begin_inset CommandInset label
27074 LatexCommand label
27075 name "abb:Gleitobjekt-rechts"
27076
27077 \end_inset
27078
27079 Gleitobjekt auf der rechten Seite.
27080 \end_layout
27081
27082 \end_inset
27083
27084
27085 \end_layout
27086
27087 \end_inset
27088
27089
27090 \end_layout
27091
27092 \end_inset
27093
27094
27095 \end_layout
27096
27097 \begin_layout Standard
27098 Eine alternative und einfachere Methode ist, das Modul 
27099 \family sans
27100 Breitenvariable
27101 \begin_inset space ~
27102 \end_inset
27103
27104 Minipages
27105 \family default
27106  zu verwenden, siehe Abschnitt
27107 \begin_inset space ~
27108 \end_inset
27109
27110
27111 \begin_inset CommandInset ref
27112 LatexCommand ref
27113 reference "abs:Minipage"
27114
27115 \end_inset
27116
27117 .
27118  Breitenvariable Minipages berücksichtigen die Breite der Abbildungen und
27119  Tabellen automatisch, so dass keine explizite Breite angegeben werden muss.
27120  Die \SpecialChar LyX
27121 -Beispieldatei 
27122 \emph on
27123 varwidth-floats-side-by-side
27124 \emph default
27125  zeigt ein paar Beispiele.
27126 \end_layout
27127
27128 \begin_layout Section
27129 Beschriftungs-Formatierung
27130 \begin_inset CommandInset label
27131 LatexCommand label
27132 name "abs:Titel-Formatierung"
27133
27134 \end_inset
27135
27136
27137 \begin_inset Index idx
27138 status collapsed
27139
27140 \begin_layout Plain Layout
27141 Gleitobjekte ! Beschriftung ! Formatierung
27142 \end_layout
27143
27144 \end_inset
27145
27146
27147 \end_layout
27148
27149 \begin_layout Standard
27150
27151 \family sans
27152 Legende
27153 \family default
27154  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
27155  In \SpecialChar LyX
27156  sehen Titel so aus:  
27157 \family sans
27158
27159 \begin_inset Quotes gld
27160 \end_inset
27161
27162 Abbildung xyz:
27163 \family default
27164
27165 \begin_inset Quotes grd
27166 \end_inset
27167
27168 , gefolgt vom Beschriftungstext, wobei 
27169 \family sans
27170 xyz
27171 \family default
27172  die von \SpecialChar LyX
27173  vergebene Nummer ist.
27174  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
27175  gedruckt.
27176  Dieses Format ist für die meisten aber nicht alle Dokumente geeignet.
27177 \end_layout
27178
27179 \begin_layout Standard
27180 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das \SpecialChar LaTeX
27181 -Paket
27182  
27183 \series bold
27184 caption
27185 \series default
27186
27187 \begin_inset Index idx
27188 status collapsed
27189
27190 \begin_layout Plain Layout
27191 \SpecialChar LaTeX
27192 -Pakete ! caption
27193 \end_layout
27194
27195 \end_inset
27196
27197  in den \SpecialChar LaTeX
27198 -Vorspann laden:
27199 \end_layout
27200
27201 \begin_layout Standard
27202
27203 \series bold
27204
27205 \backslash
27206 usepackage[Format-Definition]{caption}
27207 \end_layout
27208
27209 \begin_layout Standard
27210 Soll zum Beispiel Name und Nummer serifenlos und fett gedruckt werden und
27211  die Beschriftung immer über der Tabelle stehen, müssen Sie folgenden Befehl
27212  verwenden:
27213 \end_layout
27214
27215 \begin_layout Standard
27216
27217 \series bold
27218
27219 \backslash
27220 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27221 \end_layout
27222
27223 \begin_layout Standard
27224 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
27225  definieren.
27226  Dazu laden Sie das 
27227 \series bold
27228 caption
27229 \series default
27230 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
27231  dem Befehl
27232 \end_layout
27233
27234 \begin_layout Standard
27235
27236 \series bold
27237
27238 \backslash
27239 captionsetup[Gleitobjekt-Typ]{Format-Definition}
27240 \end_layout
27241
27242 \begin_layout Standard
27243 Für Abbildung
27244 \begin_inset space ~
27245 \end_inset
27246
27247
27248 \begin_inset CommandInset ref
27249 LatexCommand ref
27250 reference "abb:Langer-Abb-Titel"
27251
27252 \end_inset
27253
27254  und Tabelle
27255 \begin_inset space ~
27256 \end_inset
27257
27258
27259 \begin_inset CommandInset ref
27260 LatexCommand ref
27261 reference "tab:Langer-Tab-Titel"
27262
27263 \end_inset
27264
27265  können die Beschriftungen mit folgenden Befehlen im \SpecialChar LaTeX
27266 -Vorspann definiert
27267  werden:
27268 \end_layout
27269
27270 \begin_layout Standard
27271
27272 \series bold
27273
27274 \backslash
27275 usepackage[tableposition=top]{caption}
27276 \begin_inset Newline newline
27277 \end_inset
27278
27279
27280 \backslash
27281 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27282 \begin_inset Newline newline
27283 \end_inset
27284
27285
27286 \begin_inset Phantom HPhantom
27287 status open
27288
27289 \begin_layout Plain Layout
27290
27291 \series bold
27292
27293 \backslash
27294 captionsetup[figure]{
27295 \end_layout
27296
27297 \end_inset
27298
27299 labelsep=period}
27300 \begin_inset Newline newline
27301 \end_inset
27302
27303
27304 \backslash
27305 captionsetup[table]{labelfont={bf,sf}}
27306 \end_layout
27307
27308 \begin_layout Standard
27309 \begin_inset Note Greyedout
27310 status open
27311
27312 \begin_layout Plain Layout
27313
27314 \series bold
27315 Bemerkung:
27316 \series default
27317  Die Option 
27318 \series bold
27319 tableposition=top
27320 \series default
27321  hat keine Auswirkung, wenn eine 
27322 \series bold
27323 KOMA-Script
27324 \series default
27325
27326 \begin_inset Index idx
27327 status collapsed
27328
27329 \begin_layout Plain Layout
27330 \SpecialChar LaTeX
27331 -Pakete ! KOMA-Script
27332 \end_layout
27333
27334 \end_inset
27335
27336 -Dokumentklasse verwendet wird.
27337  Hier muss die Option 
27338 \series bold
27339 captions=tableheading
27340 \series default
27341  benutzt werden.
27342 \end_layout
27343
27344 \end_inset
27345
27346
27347 \end_layout
27348
27349 \begin_layout Standard
27350 Weitere Informationen über das Paket
27351 \series bold
27352  caption
27353 \series default
27354  finden Sie in seiner Dokumentation 
27355 \begin_inset CommandInset citation
27356 LatexCommand cite
27357 key "caption"
27358
27359 \end_inset
27360
27361 .
27362 \end_layout
27363
27364 \begin_layout Standard
27365 Wenn Sie den Namen von 
27366 \begin_inset Quotes gld
27367 \end_inset
27368
27369 Abbildung
27370 \begin_inset Quotes grd
27371 \end_inset
27372
27373  auf 
27374 \begin_inset Quotes gld
27375 \end_inset
27376
27377 Bild
27378 \begin_inset Quotes grd
27379 \end_inset
27380
27381  ändern wollen, können Sie das mit folgendem Befehl im \SpecialChar LaTeX
27382 -Vorspann  machen:
27383 \end_layout
27384
27385 \begin_layout Standard
27386
27387 \series bold
27388
27389 \backslash
27390 renewcommand{
27391 \backslash
27392 fnum@figure}{Bild~
27393 \backslash
27394 thefigure}
27395 \end_layout
27396
27397 \begin_layout Standard
27398 wobei 
27399 \series bold
27400
27401 \backslash
27402 thefigure
27403 \series default
27404  die Bildnummer einsetzt und
27405 \series bold
27406  ~
27407 \series default
27408  ein geschütztes Leerzeichen ist.
27409 \end_layout
27410
27411 \begin_layout Standard
27412 \begin_inset VSpace bigskip
27413 \end_inset
27414
27415 Wenn Sie eine 
27416 \series bold
27417 KOMA-Script
27418 \series default
27419
27420 \begin_inset Index idx
27421 status collapsed
27422
27423 \begin_layout Plain Layout
27424 \SpecialChar LaTeX
27425 -Pakete ! KOMA-Script
27426 \end_layout
27427
27428 \end_inset
27429
27430 -Dokumentklasse (
27431 \family sans
27432 article (KOMA-Script)
27433 \family default
27434
27435 \family sans
27436 book (KOMA-Script)
27437 \family default
27438
27439 \family sans
27440 letter (KOMA-Script)
27441 \family default
27442  oder 
27443 \family sans
27444 report (KOMA-Script)
27445 \family default
27446 ) benutzen, können Sie anstatt des 
27447 \series bold
27448 caption
27449 \series default
27450 -Paketes den eingebauten Befehl 
27451 \series bold
27452
27453 \backslash
27454 setkomafont
27455 \series default
27456  von 
27457 \series bold
27458 KOMA-Script
27459 \series default
27460  benutzen.
27461  Der Befehl
27462 \end_layout
27463
27464 \begin_layout Standard
27465
27466 \series bold
27467
27468 \backslash
27469 setkomafont{captionlabel}{
27470 \backslash
27471 bfseries}
27472 \end_layout
27473
27474 \begin_layout Standard
27475 im \SpecialChar LaTeX
27476 -Vorspann druckt den Namen fett.
27477 \end_layout
27478
27479 \begin_layout Standard
27480 Weitere Informationen über 
27481 \series bold
27482
27483 \backslash
27484 setkomafont
27485 \series default
27486  finden Sie in der 
27487 \series bold
27488 KOMA-Script
27489 \series default
27490 -Do\SpecialChar softhyphen
27491 ku\SpecialChar softhyphen
27492 men\SpecialChar softhyphen
27493 ta\SpecialChar softhyphen
27494 tion 
27495 \begin_inset CommandInset citation
27496 LatexCommand cite
27497 key "KOMA-Script"
27498
27499 \end_inset
27500
27501 .
27502 \end_layout
27503
27504 \begin_layout Standard
27505 \begin_inset ERT
27506 status collapsed
27507
27508 \begin_layout Plain Layout
27509
27510
27511 \backslash
27512 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27513 }
27514 \end_layout
27515
27516 \end_inset
27517
27518
27519 \begin_inset Note Note
27520 status open
27521
27522 \begin_layout Plain Layout
27523 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
27524 \end_layout
27525
27526 \end_inset
27527
27528
27529 \end_layout
27530
27531 \begin_layout Standard
27532 \begin_inset Float figure
27533 placement !p
27534 wide false
27535 sideways false
27536 status open
27537
27538 \begin_layout Plain Layout
27539 \align center
27540 \begin_inset Graphics
27541         filename ../clipart/mobius.eps
27542         lyxscale 50
27543         scale 50
27544         scaleBeforeRotation
27545
27546 \end_inset
27547
27548
27549 \end_layout
27550
27551 \begin_layout Plain Layout
27552 \begin_inset Caption Standard
27553
27554 \begin_layout Plain Layout
27555 \begin_inset CommandInset label
27556 LatexCommand label
27557 name "abb:Langer-Abb-Titel"
27558
27559 \end_inset
27560
27561 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27562  ist, um das andere Beschriftungsformat zu zeigen.
27563  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
27564 \begin_inset Argument 1
27565 status collapsed
27566
27567 \begin_layout Plain Layout
27568 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27569  ist.
27570 \end_layout
27571
27572 \end_inset
27573
27574
27575 \end_layout
27576
27577 \end_inset
27578
27579
27580 \end_layout
27581
27582 \end_inset
27583
27584
27585 \end_layout
27586
27587 \begin_layout Standard
27588 \begin_inset ERT
27589 status collapsed
27590
27591 \begin_layout Plain Layout
27592
27593
27594 \backslash
27595 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27596 on}
27597 \end_layout
27598
27599 \end_inset
27600
27601
27602 \end_layout
27603
27604 \begin_layout Standard
27605 \begin_inset Float table
27606 placement !p
27607 wide false
27608 sideways false
27609 status open
27610
27611 \begin_layout Plain Layout
27612 \begin_inset Caption Standard
27613
27614 \begin_layout Plain Layout
27615 \begin_inset CommandInset label
27616 LatexCommand label
27617 name "tab:Langer-Tab-Titel"
27618
27619 \end_inset
27620
27621 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27622  ist, um das andere Beschriftungsformat zu zeigen.
27623  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
27624  benutzt.
27625 \begin_inset Argument 1
27626 status collapsed
27627
27628 \begin_layout Plain Layout
27629 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27630  ist.
27631 \end_layout
27632
27633 \end_inset
27634
27635
27636 \end_layout
27637
27638 \end_inset
27639
27640
27641 \end_layout
27642
27643 \begin_layout Plain Layout
27644 \align center
27645 \begin_inset Tabular
27646 <lyxtabular version="3" rows="1" columns="5">
27647 <features tabularvalignment="middle">
27648 <column alignment="center" valignment="top">
27649 <column alignment="center" valignment="top">
27650 <column alignment="center" valignment="top">
27651 <column alignment="center" valignment="top">
27652 <column alignment="center" valignment="top">
27653 <row>
27654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27655 \begin_inset Text
27656
27657 \begin_layout Plain Layout
27658 a
27659 \end_layout
27660
27661 \end_inset
27662 </cell>
27663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27664 \begin_inset Text
27665
27666 \begin_layout Plain Layout
27667 b
27668 \end_layout
27669
27670 \end_inset
27671 </cell>
27672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27673 \begin_inset Text
27674
27675 \begin_layout Plain Layout
27676 c
27677 \end_layout
27678
27679 \end_inset
27680 </cell>
27681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27682 \begin_inset Text
27683
27684 \begin_layout Plain Layout
27685 d
27686 \end_layout
27687
27688 \end_inset
27689 </cell>
27690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27691 \begin_inset Text
27692
27693 \begin_layout Plain Layout
27694 e
27695 \end_layout
27696
27697 \end_inset
27698 </cell>
27699 </row>
27700 </lyxtabular>
27701
27702 \end_inset
27703
27704
27705 \end_layout
27706
27707 \end_inset
27708
27709
27710 \end_layout
27711
27712 \begin_layout Section
27713 Beschriftungs-Platzierung
27714 \begin_inset CommandInset label
27715 LatexCommand label
27716 name "abs:Titel-Platzierung"
27717
27718 \end_inset
27719
27720
27721 \begin_inset Index idx
27722 status collapsed
27723
27724 \begin_layout Plain Layout
27725 Gleitobjekte ! Beschriftung ! Platzierung
27726 \end_layout
27727
27728 \end_inset
27729
27730
27731 \end_layout
27732
27733 \begin_layout Standard
27734 Normalerweise werden die Beschriftungen wie folgt platziert:
27735 \end_layout
27736
27737 \begin_layout Description
27738 Abbildung: darunter
27739 \end_layout
27740
27741 \begin_layout Description
27742 Tabelle: darüber
27743 \end_layout
27744
27745 \begin_layout Standard
27746 \SpecialChar LaTeX
27747 -Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
27748  Das heißt wenn Sie eine der Dokument-Klassen 
27749 \family sans
27750 article
27751 \family default
27752
27753 \family sans
27754 book
27755 \family default
27756
27757 \family sans
27758 letter
27759 \family default
27760  oder 
27761 \family sans
27762 report
27763 \family default
27764  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
27765  Um das zu erreichen, laden Sie das \SpecialChar LaTeX
27766 -Paket 
27767 \series bold
27768 caption
27769 \series default
27770
27771 \begin_inset Index idx
27772 status collapsed
27773
27774 \begin_layout Plain Layout
27775 \SpecialChar LaTeX
27776 -Pakete ! caption
27777 \end_layout
27778
27779 \end_inset
27780
27781  im \SpecialChar LaTeX
27782 -Vorspann mit der Option
27783 \begin_inset Foot
27784 status collapsed
27785
27786 \begin_layout Plain Layout
27787 In Abschnitt
27788 \begin_inset space ~
27789 \end_inset
27790
27791
27792 \begin_inset CommandInset ref
27793 LatexCommand ref
27794 reference "abs:Titel-Formatierung"
27795
27796 \end_inset
27797
27798  steht mehr über das Paket 
27799 \series bold
27800 caption
27801 \series default
27802 .
27803 \end_layout
27804
27805 \end_inset
27806
27807
27808 \end_layout
27809
27810 \begin_layout Standard
27811
27812 \series bold
27813 tableposition=top
27814 \end_layout
27815
27816 \begin_layout Standard
27817 Wenn Sie eine 
27818 \series bold
27819 KOMA-Script
27820 \series default
27821
27822 \begin_inset Index idx
27823 status collapsed
27824
27825 \begin_layout Plain Layout
27826 \SpecialChar LaTeX
27827 -Pakete ! KOMA-Script
27828 \end_layout
27829
27830 \end_inset
27831
27832 -Dokumentklasse (
27833 \family sans
27834 article (KOMA-Script)
27835 \family default
27836
27837 \family sans
27838 book (KOMA-Script)
27839 \family default
27840
27841 \family sans
27842 letter (KOMA-Script)
27843 \family default
27844  oder 
27845 \family sans
27846 report (KOMA-Script)
27847 \family default
27848 ) benutzen, können Sie alternativ zum 
27849 \series bold
27850 caption
27851 \series default
27852 -Paket die Dokumentklassen-Option
27853 \end_layout
27854
27855 \begin_layout Standard
27856
27857 \series bold
27858 captions=tableheading
27859 \end_layout
27860
27861 \begin_layout Standard
27862 benutzen.
27863 \begin_inset Foot
27864 status collapsed
27865
27866 \begin_layout Plain Layout
27867 Diese Option wird in diesem Dokument verwendet.
27868 \end_layout
27869
27870 \end_inset
27871
27872
27873 \end_layout
27874
27875 \begin_layout Standard
27876 In Dokumenten, die eine KOMA-Script Klasse verwenden, können Sie auch mit
27877  rechts auf eine Beschriftung klicken und im Kontextmenü markieren, ob diese
27878  Beschriftung über oder unter der Tabelle/Abbildung sein soll.
27879  Auf diese Weise kann die dokumentweite Beschriftungs-Platzierung für bestimmte
27880  Beschriftungen überschrieben werden.
27881  Tabelle
27882 \begin_inset space ~
27883 \end_inset
27884
27885
27886 \begin_inset CommandInset ref
27887 LatexCommand ref
27888 reference "tab:Eine-Beschriftung-unterhalb"
27889
27890 \end_inset
27891
27892  ist ein Beispiel, bei dem die Beschriftung als unterhalb der Tabelle markiert
27893  wurde, obwohl sie über der Tabelle steht.
27894  Zum Vergleich ist die Beschriftung von Tabelle
27895 \begin_inset space ~
27896 \end_inset
27897
27898
27899 \begin_inset CommandInset ref
27900 LatexCommand ref
27901 reference "tab:Eine-normale-Tabellen-Beschriftu"
27902
27903 \end_inset
27904
27905  nicht markiert.
27906 \end_layout
27907
27908 \begin_layout Standard
27909 \begin_inset Float table
27910 wide false
27911 sideways false
27912 status open
27913
27914 \begin_layout Plain Layout
27915 \begin_inset Caption Below
27916
27917 \begin_layout Plain Layout
27918 \begin_inset CommandInset label
27919 LatexCommand label
27920 name "tab:Eine-Beschriftung-unterhalb"
27921
27922 \end_inset
27923
27924 Eine Beschriftung, die als unterhalb der der Tabelle markiert wurde.
27925 \end_layout
27926
27927 \end_inset
27928
27929
27930 \end_layout
27931
27932 \begin_layout Plain Layout
27933 \align center
27934 \begin_inset Tabular
27935 <lyxtabular version="3" rows="3" columns="3">
27936 <features tabularvalignment="middle">
27937 <column alignment="center" valignment="top" width="0pt">
27938 <column alignment="center" valignment="top" width="0pt">
27939 <column alignment="center" valignment="top" width="0pt">
27940 <row>
27941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27942 \begin_inset Text
27943
27944 \begin_layout Plain Layout
27945 1
27946 \end_layout
27947
27948 \end_inset
27949 </cell>
27950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27951 \begin_inset Text
27952
27953 \begin_layout Plain Layout
27954 2
27955 \end_layout
27956
27957 \end_inset
27958 </cell>
27959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27960 \begin_inset Text
27961
27962 \begin_layout Plain Layout
27963 3
27964 \end_layout
27965
27966 \end_inset
27967 </cell>
27968 </row>
27969 <row>
27970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27971 \begin_inset Text
27972
27973 \begin_layout Plain Layout
27974 Joe
27975 \end_layout
27976
27977 \end_inset
27978 </cell>
27979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27980 \begin_inset Text
27981
27982 \begin_layout Plain Layout
27983 Mary
27984 \end_layout
27985
27986 \end_inset
27987 </cell>
27988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27989 \begin_inset Text
27990
27991 \begin_layout Plain Layout
27992 Ted
27993 \end_layout
27994
27995 \end_inset
27996 </cell>
27997 </row>
27998 <row>
27999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28000 \begin_inset Text
28001
28002 \begin_layout Plain Layout
28003 \begin_inset Formula $\int x^{2}dx$
28004 \end_inset
28005
28006
28007 \end_layout
28008
28009 \end_inset
28010 </cell>
28011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28012 \begin_inset Text
28013
28014 \begin_layout Plain Layout
28015 \begin_inset Formula $\left[\begin{array}{cc}
28016 a & b\\
28017 c & d
28018 \end{array}\right]$
28019 \end_inset
28020
28021
28022 \end_layout
28023
28024 \end_inset
28025 </cell>
28026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28027 \begin_inset Text
28028
28029 \begin_layout Plain Layout
28030 \begin_inset Formula $1+1=2$
28031 \end_inset
28032
28033
28034 \end_layout
28035
28036 \end_inset
28037 </cell>
28038 </row>
28039 </lyxtabular>
28040
28041 \end_inset
28042
28043
28044 \end_layout
28045
28046 \end_inset
28047
28048
28049 \end_layout
28050
28051 \begin_layout Standard
28052 \begin_inset Float table
28053 wide false
28054 sideways false
28055 status open
28056
28057 \begin_layout Plain Layout
28058 \begin_inset Caption Standard
28059
28060 \begin_layout Plain Layout
28061 \begin_inset CommandInset label
28062 LatexCommand label
28063 name "tab:Eine-normale-Tabellen-Beschriftu"
28064
28065 \end_inset
28066
28067 Eine normale Tabellen-Beschriftung.
28068 \end_layout
28069
28070 \end_inset
28071
28072
28073 \end_layout
28074
28075 \begin_layout Plain Layout
28076 \align center
28077 \begin_inset Tabular
28078 <lyxtabular version="3" rows="3" columns="3">
28079 <features tabularvalignment="middle">
28080 <column alignment="center" valignment="top" width="0pt">
28081 <column alignment="center" valignment="top" width="0pt">
28082 <column alignment="center" valignment="top" width="0pt">
28083 <row>
28084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28085 \begin_inset Text
28086
28087 \begin_layout Plain Layout
28088 1
28089 \end_layout
28090
28091 \end_inset
28092 </cell>
28093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28094 \begin_inset Text
28095
28096 \begin_layout Plain Layout
28097 2
28098 \end_layout
28099
28100 \end_inset
28101 </cell>
28102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28103 \begin_inset Text
28104
28105 \begin_layout Plain Layout
28106 3
28107 \end_layout
28108
28109 \end_inset
28110 </cell>
28111 </row>
28112 <row>
28113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28114 \begin_inset Text
28115
28116 \begin_layout Plain Layout
28117 Joe
28118 \end_layout
28119
28120 \end_inset
28121 </cell>
28122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28123 \begin_inset Text
28124
28125 \begin_layout Plain Layout
28126 Mary
28127 \end_layout
28128
28129 \end_inset
28130 </cell>
28131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28132 \begin_inset Text
28133
28134 \begin_layout Plain Layout
28135 Ted
28136 \end_layout
28137
28138 \end_inset
28139 </cell>
28140 </row>
28141 <row>
28142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28143 \begin_inset Text
28144
28145 \begin_layout Plain Layout
28146 \begin_inset Formula $\int x^{2}dx$
28147 \end_inset
28148
28149
28150 \end_layout
28151
28152 \end_inset
28153 </cell>
28154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28155 \begin_inset Text
28156
28157 \begin_layout Plain Layout
28158 \begin_inset Formula $\left[\begin{array}{cc}
28159 a & b\\
28160 c & d
28161 \end{array}\right]$
28162 \end_inset
28163
28164
28165 \end_layout
28166
28167 \end_inset
28168 </cell>
28169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28170 \begin_inset Text
28171
28172 \begin_layout Plain Layout
28173 \begin_inset Formula $1+1=2$
28174 \end_inset
28175
28176
28177 \end_layout
28178
28179 \end_inset
28180 </cell>
28181 </row>
28182 </lyxtabular>
28183
28184 \end_inset
28185
28186
28187 \end_layout
28188
28189 \end_inset
28190
28191
28192 \end_layout
28193
28194 \begin_layout Standard
28195 \begin_inset VSpace bigskip
28196 \end_inset
28197
28198 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
28199  Das bewirkt das \SpecialChar LaTeX
28200 -Paket 
28201 \series bold
28202 sidecap
28203 \series default
28204
28205 \begin_inset Index idx
28206 status collapsed
28207
28208 \begin_layout Plain Layout
28209 \SpecialChar LaTeX
28210 -Pakete ! sidecap
28211 \end_layout
28212
28213 \end_inset
28214
28215 , das so in den \SpecialChar LaTeX
28216 -Vorspann geladen wird:
28217 \end_layout
28218
28219 \begin_layout Standard
28220
28221 \series bold
28222
28223 \backslash
28224 usepackage[Option]{sidecap}
28225 \end_layout
28226
28227 \begin_layout Standard
28228 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
28229  Mit 
28230 \series bold
28231 innercaption
28232 \series default
28233  wird die Beschriftung innen gedruckt.
28234  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
28235  
28236 \series bold
28237 rightcaption
28238 \series default
28239  oder 
28240 \series bold
28241 leftcaption
28242 \series default
28243 .
28244 \end_layout
28245
28246 \begin_layout Standard
28247 \begin_inset ERT
28248 status collapsed
28249
28250 \begin_layout Plain Layout
28251
28252
28253 \backslash
28254 ifsidecap
28255 \end_layout
28256
28257 \end_inset
28258
28259
28260 \begin_inset Note Note
28261 status open
28262
28263 \begin_layout Plain Layout
28264 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
28265 -Paket 
28266 \series bold
28267 sidecap
28268 \series default
28269  installiert ist.
28270 \end_layout
28271
28272 \end_inset
28273
28274
28275 \end_layout
28276
28277 \begin_layout Standard
28278 Um die Beschriftung mit \SpecialChar LyX
28279  seitlich zu drucken, müssen Sie folgende Befehle
28280  in den \SpecialChar LaTeX
28281 -Vorspann schreiben:
28282 \end_layout
28283
28284 \begin_layout Standard
28285 \begin_inset Newpage newpage
28286 \end_inset
28287
28288
28289 \end_layout
28290
28291 \begin_layout Standard
28292 \noindent
28293 \begin_inset CommandInset line
28294 LatexCommand rule
28295 offset "0.5ex"
28296 width "100line%"
28297 height "1pt"
28298
28299 \end_inset
28300
28301
28302 \end_layout
28303
28304 \begin_layout Standard
28305
28306 \series bold
28307
28308 \backslash
28309 newcommand{
28310 \backslash
28311 TabBesBeg}[1][1.0]{%
28312 \begin_inset Newline newline
28313 \end_inset
28314
28315
28316 \begin_inset Phantom HPhantom
28317 status open
28318
28319 \begin_layout Plain Layout
28320 \begin_inset space ~
28321 \end_inset
28322
28323
28324 \end_layout
28325
28326 \end_inset
28327
28328
28329 \backslash
28330 let
28331 \backslash
28332 MyTable
28333 \backslash
28334 table
28335 \begin_inset Newline newline
28336 \end_inset
28337
28338
28339 \begin_inset Phantom HPhantom
28340 status open
28341
28342 \begin_layout Plain Layout
28343
28344 \series medium
28345 \begin_inset space ~
28346 \end_inset
28347
28348
28349 \end_layout
28350
28351 \end_inset
28352
28353
28354 \backslash
28355 let
28356 \backslash
28357 MyEndtable
28358 \backslash
28359 endtable
28360 \begin_inset Newline newline
28361 \end_inset
28362
28363
28364 \begin_inset Phantom HPhantom
28365 status open
28366
28367 \begin_layout Plain Layout
28368
28369 \series medium
28370 \begin_inset space ~
28371 \end_inset
28372
28373
28374 \end_layout
28375
28376 \end_inset
28377
28378
28379 \backslash
28380 renewenvironment{table}[1]{
28381 \backslash
28382 begin{SCtable}[#1]##1}{
28383 \backslash
28384 end{SCtable}}}
28385 \end_layout
28386
28387 \begin_layout Standard
28388
28389 \series bold
28390
28391 \backslash
28392 newcommand{
28393 \backslash
28394 TabBesEnd}{%
28395 \begin_inset Newline newline
28396 \end_inset
28397
28398
28399 \begin_inset Phantom HPhantom
28400 status open
28401
28402 \begin_layout Plain Layout
28403 \begin_inset space ~
28404 \end_inset
28405
28406
28407 \end_layout
28408
28409 \end_inset
28410
28411
28412 \backslash
28413 let
28414 \backslash
28415 table
28416 \backslash
28417 MyTable
28418 \begin_inset Newline newline
28419 \end_inset
28420
28421
28422 \begin_inset Phantom HPhantom
28423 status open
28424
28425 \begin_layout Plain Layout
28426 \begin_inset space ~
28427 \end_inset
28428
28429
28430 \end_layout
28431
28432 \end_inset
28433
28434
28435 \backslash
28436 let
28437 \backslash
28438 endtable
28439 \backslash
28440 MyEndtable
28441 \end_layout
28442
28443 \begin_layout Standard
28444
28445 \series bold
28446
28447 \backslash
28448 newcommand{
28449 \backslash
28450 FigBesBeg}[1][1.0]{%
28451 \begin_inset Newline newline
28452 \end_inset
28453
28454
28455 \begin_inset Phantom HPhantom
28456 status open
28457
28458 \begin_layout Plain Layout
28459 \begin_inset space ~
28460 \end_inset
28461
28462
28463 \end_layout
28464
28465 \end_inset
28466
28467
28468 \backslash
28469 let
28470 \backslash
28471 MyFigure
28472 \backslash
28473 figure
28474 \begin_inset Newline newline
28475 \end_inset
28476
28477
28478 \begin_inset Phantom HPhantom
28479 status open
28480
28481 \begin_layout Plain Layout
28482 \begin_inset space ~
28483 \end_inset
28484
28485
28486 \end_layout
28487
28488 \end_inset
28489
28490
28491 \backslash
28492 let
28493 \backslash
28494 MyEndfigure
28495 \backslash
28496 endfigure
28497 \begin_inset Newline newline
28498 \end_inset
28499
28500
28501 \begin_inset Phantom HPhantom
28502 status open
28503
28504 \begin_layout Plain Layout
28505 \begin_inset space ~
28506 \end_inset
28507
28508
28509 \end_layout
28510
28511 \end_inset
28512
28513
28514 \backslash
28515 renewenvironment{figure}[1]{
28516 \backslash
28517 begin{SCfigure}[#1]##1}{
28518 \backslash
28519 end{SCfigure}}}
28520 \end_layout
28521
28522 \begin_layout Standard
28523
28524 \series bold
28525
28526 \backslash
28527 newcommand{
28528 \backslash
28529 FigBesEnd}{%
28530 \begin_inset Newline newline
28531 \end_inset
28532
28533
28534 \begin_inset Phantom HPhantom
28535 status open
28536
28537 \begin_layout Plain Layout
28538 \begin_inset space ~
28539 \end_inset
28540
28541
28542 \end_layout
28543
28544 \end_inset
28545
28546
28547 \backslash
28548 let
28549 \backslash
28550 figure
28551 \backslash
28552 MyFigure
28553 \begin_inset Newline newline
28554 \end_inset
28555
28556
28557 \begin_inset Phantom HPhantom
28558 status open
28559
28560 \begin_layout Plain Layout
28561 \begin_inset space ~
28562 \end_inset
28563
28564
28565 \end_layout
28566
28567 \end_inset
28568
28569
28570 \backslash
28571 let
28572 \backslash
28573 endfigure
28574 \backslash
28575 MyEndfigure}
28576 \end_layout
28577
28578 \begin_layout Standard
28579 \noindent
28580 \begin_inset CommandInset line
28581 LatexCommand rule
28582 offset "0.5ex"
28583 width "100line%"
28584 height "1pt"
28585
28586 \end_inset
28587
28588
28589 \end_layout
28590
28591 \begin_layout Standard
28592 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
28593 ungen seitlich gedruckt werden.
28594  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
28595 \end_layout
28596
28597 \begin_layout Standard
28598
28599 \series bold
28600
28601 \backslash
28602 FigBesBeg
28603 \end_layout
28604
28605 \begin_layout Standard
28606 als \SpecialChar TeX
28607 -Code vor das Gleitobjekt und fügen Sie den Befehl
28608 \end_layout
28609
28610 \begin_layout Standard
28611
28612 \series bold
28613
28614 \backslash
28615 FigBesEnd
28616 \end_layout
28617
28618 \begin_layout Standard
28619 als \SpecialChar TeX
28620 -Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
28621  zurückkehren wollen.
28622 \end_layout
28623
28624 \begin_layout Standard
28625 Bei Gleitobjekt-Tabellen heißen die Befehle
28626 \end_layout
28627
28628 \begin_layout Standard
28629
28630 \series bold
28631
28632 \backslash
28633 TabBesBeg
28634 \series default
28635  und 
28636 \series bold
28637
28638 \backslash
28639 TabBesEnd
28640 \series default
28641 .
28642 \end_layout
28643
28644 \begin_layout Standard
28645 Abbildung
28646 \begin_inset space ~
28647 \end_inset
28648
28649
28650 \begin_inset CommandInset ref
28651 LatexCommand ref
28652 reference "abb:Beschriftung-neben"
28653
28654 \end_inset
28655
28656  und Tabelle
28657 \begin_inset space ~
28658 \end_inset
28659
28660
28661 \begin_inset CommandInset ref
28662 LatexCommand ref
28663 reference "tab:Beschriftung-neben"
28664
28665 \end_inset
28666
28667  sind Beispiele für seitliche Beschriftungen.
28668 \end_layout
28669
28670 \begin_layout Standard
28671 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
28672  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
28673  der Abbildung.
28674  Das kann man mit dem Befehl
28675 \end_layout
28676
28677 \begin_layout Standard
28678
28679 \series bold
28680
28681 \backslash
28682 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
28683 \end_layout
28684
28685 \begin_layout Standard
28686 im \SpecialChar LaTeX
28687 -Vorspann oder als \SpecialChar TeX
28688 -Code vor dem Gleitobjekt ändern.
28689  Der Gleitobjekt-Typ ist entweder 
28690 \family sans
28691 figure
28692 \family default
28693  oder 
28694 \family sans
28695 table
28696 \family default
28697 , die
28698 \family sans
28699  
28700 \family default
28701 Platzierung ist 
28702 \family typewriter
28703 t
28704 \family default
28705  für oben, 
28706 \family typewriter
28707 c
28708 \family default
28709  für zentriert oder 
28710 \family typewriter
28711 b
28712 \family default
28713  für unten.
28714  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
28715  lautet der Befehl
28716 \end_layout
28717
28718 \begin_layout Standard
28719
28720 \series bold
28721
28722 \backslash
28723 sidecaptionvpos{figure}{c}
28724 \end_layout
28725
28726 \begin_layout Standard
28727 Das wurde in Abbildung
28728 \begin_inset space ~
28729 \end_inset
28730
28731
28732 \begin_inset CommandInset ref
28733 LatexCommand ref
28734 reference "abb:cap-beside-fig-2"
28735
28736 \end_inset
28737
28738  benutzt.
28739 \end_layout
28740
28741 \begin_layout Standard
28742 \begin_inset VSpace medskip
28743 \end_inset
28744
28745
28746 \end_layout
28747
28748 \begin_layout Standard
28749 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
28750  Für schmale Bilder/Tabellen, wie in Tabelle
28751 \begin_inset space ~
28752 \end_inset
28753
28754
28755 \begin_inset CommandInset ref
28756 LatexCommand ref
28757 reference "tab:Beschriftung-neben"
28758
28759 \end_inset
28760
28761 , führt dies zu zu schmalen Beschriftungen.
28762  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
28763  Breite des Bildes/der Tabelle multipliziert wird.
28764  Das Ergebnis ist die Beschriftungsbreite.
28765  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
28766  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
28767  Der 
28768 \emph on
28769 Faktor
28770 \emph default
28771  kann entweder als optionales Argument für 
28772 \series bold
28773
28774 \backslash
28775 FigBesBeg
28776 \series default
28777  angegeben werden:
28778 \end_layout
28779
28780 \begin_layout Standard
28781
28782 \series bold
28783
28784 \backslash
28785 FigBesBeg[Faktor]
28786 \end_layout
28787
28788 \begin_layout Standard
28789 oder indem man in der Definition von 
28790 \series bold
28791
28792 \backslash
28793 FigBesBeg
28794 \series default
28795  die 
28796 \series bold
28797 1.0
28798 \series default
28799  mit einem anderen Wert ersetzt.
28800  Bei letzterem ist der angegebene Faktor der Standard wenn 
28801 \series bold
28802
28803 \backslash
28804 FigBesBeg
28805 \series default
28806  ohne Argument verwendet wird.
28807  Für Tabelle
28808 \begin_inset space ~
28809 \end_inset
28810
28811
28812 \begin_inset CommandInset ref
28813 LatexCommand ref
28814 reference "tab:Beschriftung-neben-breiter"
28815
28816 \end_inset
28817
28818  wurde der Faktor 5 verwendet.
28819 \end_layout
28820
28821 \begin_layout Standard
28822 \begin_inset Note Greyedout
28823 status open
28824
28825 \begin_layout Plain Layout
28826
28827 \series bold
28828 Achtung:
28829 \series default
28830  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
28831 erungsoption 
28832 \family sans
28833 Hier,
28834 \begin_inset space ~
28835 \end_inset
28836
28837 auf
28838 \begin_inset space ~
28839 \end_inset
28840
28841 jeden
28842 \begin_inset space ~
28843 \end_inset
28844
28845 Fall
28846 \family default
28847  nicht verwendet werden werden, da diese von 
28848 \series bold
28849 sidecap
28850 \series default
28851  nicht unterstützt wird.
28852 \end_layout
28853
28854 \end_inset
28855
28856
28857 \end_layout
28858
28859 \begin_layout Standard
28860 \begin_inset VSpace medskip
28861 \end_inset
28862
28863 Weitere Informationen über das Paket
28864 \series bold
28865  sidecap
28866 \series default
28867  finden Sie in seiner Dokumentation 
28868 \begin_inset CommandInset citation
28869 LatexCommand cite
28870 key "sidecap"
28871
28872 \end_inset
28873
28874 .
28875 \end_layout
28876
28877 \begin_layout Standard
28878 \begin_inset Note Greyedout
28879 status open
28880
28881 \begin_layout Plain Layout
28882
28883 \series bold
28884 Bemerkung:
28885 \series default
28886  Das \SpecialChar LaTeX
28887 -Paket 
28888 \series bold
28889 hypcap
28890 \series default
28891 ,
28892 \begin_inset Index idx
28893 status collapsed
28894
28895 \begin_layout Plain Layout
28896 \SpecialChar LaTeX
28897 -Pakete ! hypcap
28898 \end_layout
28899
28900 \end_inset
28901
28902  das in Abschnitt
28903 \begin_inset space ~
28904 \end_inset
28905
28906
28907 \begin_inset CommandInset ref
28908 LatexCommand ref
28909 reference "uab:Querverweis-Position"
28910
28911 \end_inset
28912
28913  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
28914  Beschriftungen.
28915 \end_layout
28916
28917 \end_inset
28918
28919
28920 \end_layout
28921
28922 \begin_layout Standard
28923 \begin_inset ERT
28924 status collapsed
28925
28926 \begin_layout Plain Layout
28927
28928
28929 \backslash
28930 FigBesBeg 
28931 \end_layout
28932
28933 \end_inset
28934
28935
28936 \end_layout
28937
28938 \begin_layout Standard
28939 \begin_inset Float figure
28940 wide false
28941 sideways false
28942 status open
28943
28944 \begin_layout Plain Layout
28945 \begin_inset Graphics
28946         filename ../clipart/escher-lsd.eps
28947         scale 75
28948         scaleBeforeRotation
28949
28950 \end_inset
28951
28952
28953 \end_layout
28954
28955 \begin_layout Plain Layout
28956 \begin_inset Caption Standard
28957
28958 \begin_layout Plain Layout
28959 \begin_inset CommandInset label
28960 LatexCommand label
28961 name "abb:Beschriftung-neben"
28962
28963 \end_inset
28964
28965 Dies ist eine Beschriftung neben einer Abbildung.
28966 \end_layout
28967
28968 \end_inset
28969
28970
28971 \end_layout
28972
28973 \end_inset
28974
28975
28976 \end_layout
28977
28978 \begin_layout Standard
28979 \begin_inset ERT
28980 status collapsed
28981
28982 \begin_layout Plain Layout
28983
28984
28985 \backslash
28986 FigBesEnd
28987 \end_layout
28988
28989 \end_inset
28990
28991
28992 \end_layout
28993
28994 \begin_layout Standard
28995 \begin_inset ERT
28996 status collapsed
28997
28998 \begin_layout Plain Layout
28999
29000
29001 \backslash
29002 TabBesBeg 
29003 \end_layout
29004
29005 \end_inset
29006
29007
29008 \end_layout
29009
29010 \begin_layout Standard
29011 \begin_inset Float table
29012 wide false
29013 sideways false
29014 status open
29015
29016 \begin_layout Plain Layout
29017 \begin_inset Caption Standard
29018
29019 \begin_layout Plain Layout
29020 \begin_inset CommandInset label
29021 LatexCommand label
29022 name "tab:Beschriftung-neben"
29023
29024 \end_inset
29025
29026 Dies ist eine Beschriftung neben einer Tabelle.
29027 \end_layout
29028
29029 \end_inset
29030
29031
29032 \end_layout
29033
29034 \begin_layout Plain Layout
29035 \begin_inset Tabular
29036 <lyxtabular version="3" rows="4" columns="5">
29037 <features tabularvalignment="middle">
29038 <column alignment="center" valignment="top">
29039 <column alignment="center" valignment="top">
29040 <column alignment="center" valignment="top">
29041 <column alignment="center" valignment="top">
29042 <column alignment="center" valignment="top">
29043 <row>
29044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29045 \begin_inset Text
29046
29047 \begin_layout Plain Layout
29048 a
29049 \end_layout
29050
29051 \end_inset
29052 </cell>
29053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29054 \begin_inset Text
29055
29056 \begin_layout Plain Layout
29057
29058 \end_layout
29059
29060 \end_inset
29061 </cell>
29062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29063 \begin_inset Text
29064
29065 \begin_layout Plain Layout
29066 b
29067 \end_layout
29068
29069 \end_inset
29070 </cell>
29071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29072 \begin_inset Text
29073
29074 \begin_layout Plain Layout
29075
29076 \end_layout
29077
29078 \end_inset
29079 </cell>
29080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29081 \begin_inset Text
29082
29083 \begin_layout Plain Layout
29084 c
29085 \end_layout
29086
29087 \end_inset
29088 </cell>
29089 </row>
29090 <row>
29091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29092 \begin_inset Text
29093
29094 \begin_layout Plain Layout
29095
29096 \end_layout
29097
29098 \end_inset
29099 </cell>
29100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29101 \begin_inset Text
29102
29103 \begin_layout Plain Layout
29104 d
29105 \end_layout
29106
29107 \end_inset
29108 </cell>
29109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29110 \begin_inset Text
29111
29112 \begin_layout Plain Layout
29113
29114 \end_layout
29115
29116 \end_inset
29117 </cell>
29118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29119 \begin_inset Text
29120
29121 \begin_layout Plain Layout
29122 e
29123 \end_layout
29124
29125 \end_inset
29126 </cell>
29127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29128 \begin_inset Text
29129
29130 \begin_layout Plain Layout
29131
29132 \end_layout
29133
29134 \end_inset
29135 </cell>
29136 </row>
29137 <row>
29138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29139 \begin_inset Text
29140
29141 \begin_layout Plain Layout
29142 f
29143 \end_layout
29144
29145 \end_inset
29146 </cell>
29147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29148 \begin_inset Text
29149
29150 \begin_layout Plain Layout
29151
29152 \end_layout
29153
29154 \end_inset
29155 </cell>
29156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29157 \begin_inset Text
29158
29159 \begin_layout Plain Layout
29160 g
29161 \end_layout
29162
29163 \end_inset
29164 </cell>
29165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29166 \begin_inset Text
29167
29168 \begin_layout Plain Layout
29169
29170 \end_layout
29171
29172 \end_inset
29173 </cell>
29174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29175 \begin_inset Text
29176
29177 \begin_layout Plain Layout
29178 h
29179 \end_layout
29180
29181 \end_inset
29182 </cell>
29183 </row>
29184 <row>
29185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29186 \begin_inset Text
29187
29188 \begin_layout Plain Layout
29189
29190 \end_layout
29191
29192 \end_inset
29193 </cell>
29194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29195 \begin_inset Text
29196
29197 \begin_layout Plain Layout
29198 i
29199 \end_layout
29200
29201 \end_inset
29202 </cell>
29203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29204 \begin_inset Text
29205
29206 \begin_layout Plain Layout
29207
29208 \end_layout
29209
29210 \end_inset
29211 </cell>
29212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29213 \begin_inset Text
29214
29215 \begin_layout Plain Layout
29216 j
29217 \end_layout
29218
29219 \end_inset
29220 </cell>
29221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29222 \begin_inset Text
29223
29224 \begin_layout Plain Layout
29225
29226 \end_layout
29227
29228 \end_inset
29229 </cell>
29230 </row>
29231 </lyxtabular>
29232
29233 \end_inset
29234
29235
29236 \end_layout
29237
29238 \end_inset
29239
29240
29241 \end_layout
29242
29243 \begin_layout Standard
29244 \begin_inset ERT
29245 status collapsed
29246
29247 \begin_layout Plain Layout
29248
29249
29250 \backslash
29251 TabBesEnd
29252 \end_layout
29253
29254 \end_inset
29255
29256
29257 \end_layout
29258
29259 \begin_layout Standard
29260 \begin_inset ERT
29261 status collapsed
29262
29263 \begin_layout Plain Layout
29264
29265
29266 \backslash
29267 FigBesBeg 
29268 \end_layout
29269
29270 \end_inset
29271
29272
29273 \end_layout
29274
29275 \begin_layout Standard
29276 \begin_inset ERT
29277 status collapsed
29278
29279 \begin_layout Plain Layout
29280
29281
29282 \backslash
29283 sidecaptionvpos{figure}{c}
29284 \end_layout
29285
29286 \end_inset
29287
29288
29289 \begin_inset Float figure
29290 wide false
29291 sideways false
29292 status open
29293
29294 \begin_layout Plain Layout
29295 \begin_inset Graphics
29296         filename ../clipart/escher-lsd.eps
29297         scale 75
29298         scaleBeforeRotation
29299
29300 \end_inset
29301
29302
29303 \end_layout
29304
29305 \begin_layout Plain Layout
29306 \begin_inset Caption Standard
29307
29308 \begin_layout Plain Layout
29309 \begin_inset CommandInset label
29310 LatexCommand label
29311 name "abb:cap-beside-fig-2"
29312
29313 \end_inset
29314
29315 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
29316 \end_layout
29317
29318 \end_inset
29319
29320
29321 \end_layout
29322
29323 \end_inset
29324
29325
29326 \end_layout
29327
29328 \begin_layout Standard
29329 \begin_inset ERT
29330 status collapsed
29331
29332 \begin_layout Plain Layout
29333
29334
29335 \backslash
29336 FigBesEnd
29337 \end_layout
29338
29339 \end_inset
29340
29341
29342 \end_layout
29343
29344 \begin_layout Standard
29345 \begin_inset ERT
29346 status collapsed
29347
29348 \begin_layout Plain Layout
29349
29350
29351 \backslash
29352 TabBesBeg[5]
29353 \end_layout
29354
29355 \end_inset
29356
29357
29358 \end_layout
29359
29360 \begin_layout Standard
29361 \begin_inset Float table
29362 wide false
29363 sideways false
29364 status open
29365
29366 \begin_layout Plain Layout
29367 \begin_inset Caption Standard
29368
29369 \begin_layout Plain Layout
29370 \begin_inset CommandInset label
29371 LatexCommand label
29372 name "tab:Beschriftung-neben-breiter"
29373
29374 \end_inset
29375
29376 Diese Beschriftung ist breiter als die in Tabelle
29377 \begin_inset space ~
29378 \end_inset
29379
29380
29381 \begin_inset CommandInset ref
29382 LatexCommand ref
29383 reference "tab:Beschriftung-neben"
29384
29385 \end_inset
29386
29387 .
29388 \end_layout
29389
29390 \end_inset
29391
29392
29393 \end_layout
29394
29395 \begin_layout Plain Layout
29396 \begin_inset Tabular
29397 <lyxtabular version="3" rows="4" columns="5">
29398 <features tabularvalignment="middle">
29399 <column alignment="center" valignment="top">
29400 <column alignment="center" valignment="top">
29401 <column alignment="center" valignment="top">
29402 <column alignment="center" valignment="top">
29403 <column alignment="center" valignment="top">
29404 <row>
29405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29406 \begin_inset Text
29407
29408 \begin_layout Plain Layout
29409 a
29410 \end_layout
29411
29412 \end_inset
29413 </cell>
29414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29415 \begin_inset Text
29416
29417 \begin_layout Plain Layout
29418
29419 \end_layout
29420
29421 \end_inset
29422 </cell>
29423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29424 \begin_inset Text
29425
29426 \begin_layout Plain Layout
29427 b
29428 \end_layout
29429
29430 \end_inset
29431 </cell>
29432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29433 \begin_inset Text
29434
29435 \begin_layout Plain Layout
29436
29437 \end_layout
29438
29439 \end_inset
29440 </cell>
29441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29442 \begin_inset Text
29443
29444 \begin_layout Plain Layout
29445 c
29446 \end_layout
29447
29448 \end_inset
29449 </cell>
29450 </row>
29451 <row>
29452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29453 \begin_inset Text
29454
29455 \begin_layout Plain Layout
29456
29457 \end_layout
29458
29459 \end_inset
29460 </cell>
29461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29462 \begin_inset Text
29463
29464 \begin_layout Plain Layout
29465 d
29466 \end_layout
29467
29468 \end_inset
29469 </cell>
29470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29471 \begin_inset Text
29472
29473 \begin_layout Plain Layout
29474
29475 \end_layout
29476
29477 \end_inset
29478 </cell>
29479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29480 \begin_inset Text
29481
29482 \begin_layout Plain Layout
29483 e
29484 \end_layout
29485
29486 \end_inset
29487 </cell>
29488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29489 \begin_inset Text
29490
29491 \begin_layout Plain Layout
29492
29493 \end_layout
29494
29495 \end_inset
29496 </cell>
29497 </row>
29498 <row>
29499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29500 \begin_inset Text
29501
29502 \begin_layout Plain Layout
29503 f
29504 \end_layout
29505
29506 \end_inset
29507 </cell>
29508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29509 \begin_inset Text
29510
29511 \begin_layout Plain Layout
29512
29513 \end_layout
29514
29515 \end_inset
29516 </cell>
29517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29518 \begin_inset Text
29519
29520 \begin_layout Plain Layout
29521 g
29522 \end_layout
29523
29524 \end_inset
29525 </cell>
29526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29527 \begin_inset Text
29528
29529 \begin_layout Plain Layout
29530
29531 \end_layout
29532
29533 \end_inset
29534 </cell>
29535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29536 \begin_inset Text
29537
29538 \begin_layout Plain Layout
29539 h
29540 \end_layout
29541
29542 \end_inset
29543 </cell>
29544 </row>
29545 <row>
29546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29547 \begin_inset Text
29548
29549 \begin_layout Plain Layout
29550
29551 \end_layout
29552
29553 \end_inset
29554 </cell>
29555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29556 \begin_inset Text
29557
29558 \begin_layout Plain Layout
29559 i
29560 \end_layout
29561
29562 \end_inset
29563 </cell>
29564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29565 \begin_inset Text
29566
29567 \begin_layout Plain Layout
29568
29569 \end_layout
29570
29571 \end_inset
29572 </cell>
29573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29574 \begin_inset Text
29575
29576 \begin_layout Plain Layout
29577 j
29578 \end_layout
29579
29580 \end_inset
29581 </cell>
29582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29583 \begin_inset Text
29584
29585 \begin_layout Plain Layout
29586
29587 \end_layout
29588
29589 \end_inset
29590 </cell>
29591 </row>
29592 </lyxtabular>
29593
29594 \end_inset
29595
29596
29597 \end_layout
29598
29599 \end_inset
29600
29601
29602 \end_layout
29603
29604 \begin_layout Standard
29605 \begin_inset ERT
29606 status collapsed
29607
29608 \begin_layout Plain Layout
29609
29610
29611 \backslash
29612 TabBesEnd
29613 \end_layout
29614
29615 \end_inset
29616
29617
29618 \end_layout
29619
29620 \begin_layout Standard
29621 \begin_inset ERT
29622 status collapsed
29623
29624 \begin_layout Plain Layout
29625
29626
29627 \backslash
29628 else
29629 \end_layout
29630
29631 \end_inset
29632
29633
29634 \begin_inset Note Note
29635 status open
29636
29637 \begin_layout Plain Layout
29638 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
29639 -Paket 
29640 \series bold
29641 sidecap
29642 \series default
29643  nicht installiert ist:
29644 \end_layout
29645
29646 \end_inset
29647
29648
29649 \end_layout
29650
29651 \begin_layout Standard
29652 Das \SpecialChar LaTeX
29653 -Paket 
29654 \series bold
29655 sidecap
29656 \series default
29657  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
29658 \end_layout
29659
29660 \begin_layout Standard
29661 \begin_inset ERT
29662 status collapsed
29663
29664 \begin_layout Plain Layout
29665
29666
29667 \backslash
29668 fi
29669 \end_layout
29670
29671 \end_inset
29672
29673
29674 \end_layout
29675
29676 \begin_layout Section
29677 Gleitobjekt-Verzeichnisse
29678 \begin_inset Index idx
29679 status collapsed
29680
29681 \begin_layout Plain Layout
29682 Gleitobjekte ! Verzeichnisse
29683 \end_layout
29684
29685 \end_inset
29686
29687
29688 \end_layout
29689
29690 \begin_layout Standard
29691 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
29692  Sie können mit den Untermenüs von 
29693 \family sans
29694 Einfügen\SpecialChar menuseparator
29695 Liste
29696 \begin_inset space ~
29697 \end_inset
29698
29699 /
29700 \begin_inset space ~
29701 \end_inset
29702
29703 Inhaltsverzeichnis
29704 \family default
29705  eingefügt werden.
29706 \end_layout
29707
29708 \begin_layout Standard
29709 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
29710  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
29711 \end_layout
29712
29713 \begin_layout Standard
29714 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
29715  und ein Tabellen-Verzeichnis.
29716 \end_layout
29717
29718 \begin_layout Chapter
29719 Notizen
29720 \end_layout
29721
29722 \begin_layout Section
29723 \SpecialChar LyX
29724 -Notizen
29725 \begin_inset Index idx
29726 status collapsed
29727
29728 \begin_layout Plain Layout
29729 Notizen ! \SpecialChar LyX
29730 -Notizen
29731 \end_layout
29732
29733 \end_inset
29734
29735
29736 \end_layout
29737
29738 \begin_layout Standard
29739 Notizen werden mit einem Klick auf 
29740 \begin_inset Info
29741 type  "icon"
29742 arg   "note-insert"
29743 \end_inset
29744
29745  oder 
29746 \family sans
29747 Einfügen\SpecialChar menuseparator
29748 Notiz
29749 \family default
29750  eingefügt.
29751  Es gibt drei Arten:
29752 \end_layout
29753
29754 \begin_layout Description
29755 \SpecialChar LyX
29756 -Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
29757  Eine 
29758 \family sans
29759 \SpecialChar LyX
29760 -Notiz
29761 \family default
29762  sieht so aus:
29763 \begin_inset Newline newline
29764 \end_inset
29765
29766
29767 \begin_inset Newline newline
29768 \end_inset
29769
29770
29771 \begin_inset Graphics
29772         filename clipart/LyXNotizQt4.png
29773         display false
29774         scale 60
29775         scaleBeforeRotation
29776
29777 \end_inset
29778
29779  
29780 \begin_inset Note Note
29781 status open
29782
29783 \begin_layout Plain Layout
29784 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
29785 \end_layout
29786
29787 \end_inset
29788
29789
29790 \end_layout
29791
29792 \begin_layout Description
29793 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
29794  \SpecialChar LaTeX
29795 -Kommentar, wenn Sie das Dokument nach \SpecialChar LaTeX
29796  exportieren (
29797 \family sans
29798 Datei\SpecialChar menuseparator
29799 Ex\SpecialChar softhyphen
29800 por\SpecialChar softhyphen
29801 tie\SpecialChar softhyphen
29802 ren\SpecialChar menuseparator
29803 LaTeX (pdflatex) / (normal)
29804 \family default
29805 .
29806  Ein Kommentar sieht so aus:
29807 \begin_inset Newline newline
29808 \end_inset
29809
29810
29811 \begin_inset Newline newline
29812 \end_inset
29813
29814
29815 \begin_inset Graphics
29816         filename clipart/KommentarQt4.png
29817         display false
29818         scale 60
29819         scaleBeforeRotation
29820
29821 \end_inset
29822
29823  
29824 \begin_inset Note Comment
29825 status open
29826
29827 \begin_layout Plain Layout
29828 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
29829 \end_layout
29830
29831 \end_inset
29832
29833
29834 \end_layout
29835
29836 \begin_layout Description
29837 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
29838 \begin_inset Newline newline
29839 \end_inset
29840
29841
29842 \begin_inset Newline newline
29843 \end_inset
29844
29845
29846 \begin_inset Graphics
29847         filename clipart/GrauschriftNotizQt4.png
29848         display false
29849         scale 60
29850         scaleBeforeRotation
29851
29852 \end_inset
29853
29854
29855 \begin_inset Newline newline
29856 \end_inset
29857
29858
29859 \begin_inset ERT
29860 status collapsed
29861
29862 \begin_layout Plain Layout
29863
29864
29865 \backslash
29866 renewenvironment{lyxgreyedout}
29867 \end_layout
29868
29869 \begin_layout Plain Layout
29870
29871 {
29872 \backslash
29873 textcolor[gray]{0.4}
29874 \backslash
29875 bgroup}{
29876 \backslash
29877 egroup}
29878 \end_layout
29879
29880 \end_inset
29881
29882
29883 \begin_inset Note Greyedout
29884 status open
29885
29886 \begin_layout Plain Layout
29887 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
29888 \begin_inset Foot
29889 status open
29890
29891 \begin_layout Plain Layout
29892 Dies ist eine Fußnote in einer Grauschrift-Notiz.
29893 \end_layout
29894
29895 \end_inset
29896
29897
29898 \end_layout
29899
29900 \end_inset
29901
29902
29903 \begin_inset ERT
29904 status collapsed
29905
29906 \begin_layout Plain Layout
29907
29908
29909 \backslash
29910 renewenvironment{lyxgreyedout}
29911 \end_layout
29912
29913 \begin_layout Plain Layout
29914
29915 {
29916 \backslash
29917 textcolor{blue}
29918 \backslash
29919 bgroup}{
29920 \backslash
29921 egroup}
29922 \end_layout
29923
29924 \end_inset
29925
29926
29927 \begin_inset Note Note
29928 status collapsed
29929
29930 \begin_layout Plain Layout
29931 Die Grauschrift-Notiz wurde auf die ursprüngliche \SpecialChar LyX
29932 -Definition zurückgesetzt,
29933  weil Grauschriften im \SpecialChar LaTeX
29934 -Vorspann dieses Dokuments blau definiert wurden.
29935  
29936 \end_layout
29937
29938 \end_inset
29939
29940
29941 \begin_inset Newline newline
29942 \end_inset
29943
29944
29945 \begin_inset Newline newline
29946 \end_inset
29947
29948 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
29949  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
29950 \end_layout
29951
29952 \begin_layout Standard
29953 \begin_inset VSpace bigskip
29954 \end_inset
29955
29956 Wenn Sie auf den Werkzeugleistenknopf 
29957 \family sans
29958
29959 \begin_inset Info
29960 type  "icon"
29961 arg   "note-insert"
29962 \end_inset
29963
29964
29965 \family default
29966  klicken, wird zunächst eine 
29967 \family sans
29968 \SpecialChar LyX
29969 -Notiz
29970 \family default
29971  eingefügt.
29972  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
29973  Notiz-Typen auswählen.
29974  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
29975  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
29976  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
29977  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
29978  am Ende der Notiz ist.
29979 \end_layout
29980
29981 \begin_layout Standard
29982 \begin_inset VSpace bigskip
29983 \end_inset
29984
29985 Die Textfarbe von Grauschrift-Boxen kann im Menü 
29986 \family sans
29987 Dokument\SpecialChar menuseparator
29988 Einstellungen\SpecialChar menuseparator
29989 Farben
29990 \family default
29991  geändert werden.
29992 \end_layout
29993
29994 \begin_layout Section
29995 Fußnoten
29996 \begin_inset CommandInset label
29997 LatexCommand label
29998 name "abs:Fußnoten"
29999
30000 \end_inset
30001
30002
30003 \begin_inset Index idx
30004 status collapsed
30005
30006 \begin_layout Plain Layout
30007 Notizen ! Fußnoten
30008 \end_layout
30009
30010 \end_inset
30011
30012
30013 \begin_inset Index idx
30014 status collapsed
30015
30016 \begin_layout Plain Layout
30017 Fußnoten
30018 \end_layout
30019
30020 \end_inset
30021
30022
30023 \end_layout
30024
30025 \begin_layout Standard
30026 Fußnoten werden über den Werkzeugleistenknopf 
30027 \begin_inset Info
30028 type  "icon"
30029 arg   "footnote-insert"
30030 \end_inset
30031
30032  oder das Menü 
30033 \family sans
30034 Einfügen\SpecialChar menuseparator
30035 Fußnote
30036 \family default
30037  eingefügt.
30038  Man sieht dann diese Fußnotenbox: 
30039 \begin_inset Graphics
30040         filename clipart/Fussnote.png
30041         scale 80
30042         scaleBeforeRotation
30043
30044 \end_inset
30045
30046  in die der Fußnotentext eingegeben wird.
30047  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
30048  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
30049  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
30050 \family sans
30051 Backspace
30052 \family default
30053  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
30054 \family sans
30055 Entf
30056 \family default
30057  wenn der Cursor am Ende der Fußnote ist.
30058 \end_layout
30059
30060 \begin_layout Standard
30061 Hier ist eine Beispielfußnote:
30062 \color black
30063
30064 \begin_inset Foot
30065 status open
30066
30067 \begin_layout Plain Layout
30068 \begin_inset CommandInset label
30069 LatexCommand label
30070 name "fuss:Fußnoten-Beispiel"
30071
30072 \end_inset
30073
30074 Dies ist eine Fußnote.
30075 \end_layout
30076
30077 \end_inset
30078
30079
30080 \color inherit
30081
30082 \begin_inset ERT
30083 status collapsed
30084
30085 \begin_layout Plain Layout
30086
30087
30088 \backslash
30089 newcounter{MyRepeatFoot}
30090 \end_layout
30091
30092 \begin_layout Plain Layout
30093
30094
30095 \backslash
30096 setcounter{MyRepeatFoot}{
30097 \backslash
30098 thefootnote}
30099 \end_layout
30100
30101 \end_inset
30102
30103
30104 \end_layout
30105
30106 \begin_layout Standard
30107 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
30108  wurde, eine hochgestellte Zahl.
30109  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
30110  hochgestellt dem Text vorangeht.
30111  Die Fußnotennummern werden von \SpecialChar LaTeX
30112  berechnet und sind fortlaufend.
30113  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
30114  werden.
30115 \end_layout
30116
30117 \begin_layout Standard
30118 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
30119  der Fußnote eine Marke eingefügt wurde.
30120  Dies ist ein Querverweis auf Fußnote
30121 \begin_inset space ~
30122 \end_inset
30123
30124
30125 \begin_inset CommandInset ref
30126 LatexCommand ref
30127 reference "fuss:Fußnoten-Beispiel"
30128
30129 \end_inset
30130
30131 .
30132 \end_layout
30133
30134 \begin_layout Standard
30135 \begin_inset VSpace defskip
30136 \end_inset
30137
30138 Fußnoten in Titel-Umgebungen werden üblicherweise mit Symbolen nummeriert
30139  und sie können nur einen Absatz enthalten.
30140  Siehe als Beispiel die Fußnote der Titelseite dieses Dokuments.
30141 \end_layout
30142
30143 \begin_layout Standard
30144 \begin_inset VSpace defskip
30145 \end_inset
30146
30147 Fußnoten in Tabellen werden von \SpecialChar LaTeX
30148  aus technischen Gründen nicht gedruckt.
30149  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
30150  wird der Befehl 
30151 \series bold
30152
30153 \backslash
30154 footnotemark{}
30155 \series default
30156  als \SpecialChar TeX
30157 -Code eingefügt.
30158  Der Text der Fußnote wird als Argument des \SpecialChar TeX
30159 -Code-Befehls 
30160 \series bold
30161
30162 \backslash
30163 footnotetext
30164 \series default
30165  nach der Tabelle eingegeben.
30166 \begin_inset Newline newline
30167 \end_inset
30168
30169 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
30170 \end_layout
30171
30172 \begin_layout Standard
30173
30174 \series bold
30175
30176 \backslash
30177 footnotetext{
30178 \series default
30179 Gedruckte Tabellenfußnote.
30180 \series bold
30181 }
30182 \end_layout
30183
30184 \begin_layout Standard
30185 \begin_inset Tabular
30186 <lyxtabular version="3" rows="2" columns="1">
30187 <features tabularvalignment="middle">
30188 <column alignment="center" valignment="top">
30189 <row>
30190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30191 \begin_inset Text
30192
30193 \begin_layout Plain Layout
30194 Dies ist ein Beispieltext.
30195 \begin_inset Foot
30196 status open
30197
30198 \begin_layout Plain Layout
30199 Diese Fußnote wird nicht gedruckt!
30200 \end_layout
30201
30202 \end_inset
30203
30204
30205 \end_layout
30206
30207 \end_inset
30208 </cell>
30209 </row>
30210 <row>
30211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30212 \begin_inset Text
30213
30214 \begin_layout Plain Layout
30215 Dies ist ein Beispieltext.
30216 \begin_inset ERT
30217 status collapsed
30218
30219 \begin_layout Plain Layout
30220
30221
30222 \backslash
30223 footnotemark{}
30224 \end_layout
30225
30226 \end_inset
30227
30228
30229 \end_layout
30230
30231 \end_inset
30232 </cell>
30233 </row>
30234 </lyxtabular>
30235
30236 \end_inset
30237
30238
30239 \begin_inset ERT
30240 status collapsed
30241
30242 \begin_layout Plain Layout
30243
30244
30245 \backslash
30246 footnotetext{
30247 \end_layout
30248
30249 \end_inset
30250
30251 Gedruckte Tabellenfußnote.
30252 \begin_inset ERT
30253 status collapsed
30254
30255 \begin_layout Plain Layout
30256
30257 }
30258 \end_layout
30259
30260 \end_inset
30261
30262
30263 \end_layout
30264
30265 \begin_layout Standard
30266 Fußnoten in langen Tabellen sind in Abschnitt
30267 \begin_inset space ~
30268 \end_inset
30269
30270
30271 \begin_inset CommandInset ref
30272 LatexCommand ref
30273 reference "uab:Fußnoten-in-langen"
30274
30275 \end_inset
30276
30277  beschrieben.
30278 \end_layout
30279
30280 \begin_layout Standard
30281 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
30282  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
30283  innerhalb einer Seite ist.
30284  (Mehr über Minipages ist in Abschnitt
30285 \begin_inset space ~
30286 \end_inset
30287
30288
30289 \begin_inset CommandInset ref
30290 LatexCommand ref
30291 reference "abs:Minipage"
30292
30293 \end_inset
30294
30295  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
30296  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
30297  Methode mit 
30298 \series bold
30299
30300 \backslash
30301 footnotemark{}
30302 \series default
30303  und 
30304 \series bold
30305
30306 \backslash
30307 footnotetext
30308 \series default
30309 .
30310 \end_layout
30311
30312 \begin_layout Standard
30313 \begin_inset Box Frameless
30314 position "t"
30315 hor_pos "c"
30316 has_inner_box 1
30317 inner_pos "t"
30318 use_parbox 0
30319 use_makebox 0
30320 width "100col%"
30321 special "none"
30322 height "1in"
30323 height_special "totalheight"
30324 thickness "0.4pt"
30325 separation "3pt"
30326 shadowsize "4pt"
30327 framecolor "black"
30328 backgroundcolor "none"
30329 status open
30330
30331 \begin_layout Plain Layout
30332 Dies ist ein Beispieltext.in einer Minipage.
30333 \begin_inset Foot
30334 status open
30335
30336 \begin_layout Plain Layout
30337 Fußnote in einer Minipage.
30338 \end_layout
30339
30340 \end_inset
30341
30342
30343 \end_layout
30344
30345 \begin_layout Plain Layout
30346 Dies ist ein Beispieltext.
30347  in einer Minipage.
30348 \begin_inset ERT
30349 status collapsed
30350
30351 \begin_layout Plain Layout
30352
30353
30354 \backslash
30355 footnotemark{}
30356 \end_layout
30357
30358 \end_inset
30359
30360
30361 \end_layout
30362
30363 \end_inset
30364
30365
30366 \end_layout
30367
30368 \begin_layout Standard
30369 \begin_inset ERT
30370 status collapsed
30371
30372 \begin_layout Plain Layout
30373
30374
30375 \backslash
30376 footnotetext{
30377 \end_layout
30378
30379 \end_inset
30380
30381 Fußnote außerhalb der Minipage.
30382 \begin_inset ERT
30383 status collapsed
30384
30385 \begin_layout Plain Layout
30386
30387 }
30388 \end_layout
30389
30390 \end_inset
30391
30392
30393 \end_layout
30394
30395 \begin_layout Standard
30396 \begin_inset VSpace defskip
30397 \end_inset
30398
30399
30400 \end_layout
30401
30402 \begin_layout Standard
30403 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
30404  Fußnotentext zu drucken, verwenden Sie den \SpecialChar TeX
30405 -Code-Befehl 
30406 \series bold
30407
30408 \backslash
30409 footnotemark[Nummer]
30410 \series default
30411 .
30412 \begin_inset Newline newline
30413 \end_inset
30414
30415 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
30416  sie speichern, nachdem Sie die Fußnote eingefügt haben.
30417  Hinter Fußnote
30418 \begin_inset space ~
30419 \end_inset
30420
30421
30422 \begin_inset CommandInset ref
30423 LatexCommand ref
30424 reference "fuss:Fußnoten-Beispiel"
30425
30426 \end_inset
30427
30428  wurde das mit folgenden \SpecialChar TeX
30429 -Code-Befehlen gemacht:
30430 \end_layout
30431
30432 \begin_layout Standard
30433
30434 \series bold
30435
30436 \backslash
30437 newcounter{MyRepeatFoot}
30438 \begin_inset Newline newline
30439 \end_inset
30440
30441
30442 \backslash
30443 setcounter{MyRepeatFoot}{
30444 \backslash
30445 thefootnote}
30446 \end_layout
30447
30448 \begin_layout Standard
30449 Die Fußnotenmarke wurde dann mit diesem \SpecialChar TeX
30450 -Code-Befehl definiert;
30451 \end_layout
30452
30453 \begin_layout Standard
30454
30455 \series bold
30456
30457 \backslash
30458 footnotemark[
30459 \backslash
30460 theMyRepeatFoot]
30461 \end_layout
30462
30463 \begin_layout Standard
30464 Hier ist eine wiederholte Fußnote:
30465 \begin_inset ERT
30466 status collapsed
30467
30468 \begin_layout Plain Layout
30469
30470
30471 \backslash
30472 footnotemark[
30473 \backslash
30474 theMyRepeatFoot]
30475 \end_layout
30476
30477 \end_inset
30478
30479
30480 \end_layout
30481
30482 \begin_layout Standard
30483 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
30484  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
30485 \end_layout
30486
30487 \begin_layout Standard
30488
30489 \series bold
30490
30491 \backslash
30492 footnotemark[
30493 \backslash
30494 thefootnote]
30495 \end_layout
30496
30497 \begin_layout Standard
30498 Hier ist eine weitere wiederholte Fußnote:
30499 \begin_inset ERT
30500 status collapsed
30501
30502 \begin_layout Plain Layout
30503
30504
30505 \backslash
30506 footnotemark[
30507 \backslash
30508 thefootnote]
30509 \end_layout
30510
30511 \end_inset
30512
30513
30514 \end_layout
30515
30516 \begin_layout Subsection
30517 Fußnoten-Nummerierung
30518 \begin_inset CommandInset label
30519 LatexCommand label
30520 name "uab:Fußnoten-Nummerierung"
30521
30522 \end_inset
30523
30524
30525 \begin_inset Index idx
30526 status collapsed
30527
30528 \begin_layout Plain Layout
30529 Fußnoten ! Nummerierung
30530 \end_layout
30531
30532 \end_inset
30533
30534
30535 \end_layout
30536
30537 \begin_layout Standard
30538 Um Fußnoten nach jedem Abschnitt
30539 \family roman
30540  auf 1 zurückzusetzen, 
30541 \family default
30542 müssen Sie folgenden Befehl in den \SpecialChar LaTeX
30543 -Vorspann schreiben:
30544 \end_layout
30545
30546 \begin_layout Standard
30547
30548 \series bold
30549
30550 \backslash
30551 @addtoreset{footnote}{section}
30552 \end_layout
30553
30554 \begin_layout Standard
30555 \begin_inset VSpace bigskip
30556 \end_inset
30557
30558 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
30559  Zahlen:
30560 \end_layout
30561
30562 \begin_layout Standard
30563
30564 \series bold
30565
30566 \backslash
30567 renewcommand{
30568 \backslash
30569 thefootnote}{
30570 \backslash
30571 roman{footnote}}
30572 \end_layout
30573
30574 \begin_layout Standard
30575 \begin_inset ERT
30576 status collapsed
30577
30578 \begin_layout Plain Layout
30579
30580
30581 \backslash
30582 renewcommand{
30583 \backslash
30584 thefootnote}{
30585 \backslash
30586 roman{footnote}}
30587 \end_layout
30588
30589 \end_inset
30590
30591  Hier ist ein Beispiel für solch eine Fußnote:
30592 \begin_inset Foot
30593 status open
30594
30595 \begin_layout Plain Layout
30596 Dies ist eine Fußnote mit kleinen römischen Zahlen
30597 \end_layout
30598
30599 \end_inset
30600
30601
30602 \end_layout
30603
30604 \begin_layout Standard
30605 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
30606  in obigem Befehl 
30607 \series bold
30608
30609 \backslash
30610 roman
30611 \series default
30612  durch 
30613 \series bold
30614
30615 \backslash
30616 Roman
30617 \series default
30618 .
30619  Um Fußnoten mit großen oder kleinen Buchstaben zu 
30620 \begin_inset Quotes gld
30621 \end_inset
30622
30623 nummerieren
30624 \begin_inset Quotes grd
30625 \end_inset
30626
30627 , verwenden Sie die Befehle 
30628 \series bold
30629
30630 \backslash
30631 Alph
30632 \series default
30633  oder 
30634 \series bold
30635
30636 \backslash
30637 alph
30638 \series default
30639 .
30640  Für die 
30641 \begin_inset Quotes gld
30642 \end_inset
30643
30644 Nummerierung
30645 \begin_inset Quotes grd
30646 \end_inset
30647
30648  mit Symbolen steht der Befehl 
30649 \series bold
30650
30651 \backslash
30652 fnsymbol
30653 \series default
30654  zur Verfügung.
30655 \end_layout
30656
30657 \begin_layout Standard
30658 \begin_inset Note Greyedout
30659 status open
30660
30661 \begin_layout Plain Layout
30662
30663 \series bold
30664 Bemerkung 1:
30665 \series default
30666  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
30667  
30668 \emph on
30669 ein
30670 \emph default
30671  Buchstabe verwendet wird.
30672 \end_layout
30673
30674 \end_inset
30675
30676
30677 \begin_inset Newline newline
30678 \end_inset
30679
30680
30681 \begin_inset Note Greyedout
30682 status open
30683
30684 \begin_layout Plain Layout
30685
30686 \series bold
30687 Bemerkung 2:
30688 \series default
30689  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
30690 \end_layout
30691
30692 \end_inset
30693
30694
30695 \end_layout
30696
30697 \begin_layout Standard
30698 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
30699 \series bold
30700
30701 \backslash
30702 arabic
30703 \series default
30704  anstelle von 
30705 \series bold
30706
30707 \backslash
30708 roman
30709 \series default
30710  in obigem Befehl.
30711 \begin_inset ERT
30712 status collapsed
30713
30714 \begin_layout Plain Layout
30715
30716
30717 \backslash
30718 renewcommand{
30719 \backslash
30720 thefootnote}{
30721 \backslash
30722 arabic{footnote}}
30723 \end_layout
30724
30725 \end_inset
30726
30727
30728 \end_layout
30729
30730 \begin_layout Standard
30731 \begin_inset VSpace bigskip
30732 \end_inset
30733
30734
30735 \end_layout
30736
30737 \begin_layout Standard
30738 Wenn Sie wollen, dass Fußnoten nach dem Schema 
30739 \begin_inset Quotes gld
30740 \end_inset
30741
30742 Kapitel.Fußnote
30743 \begin_inset Quotes grd
30744 \end_inset
30745
30746  nummeriert werden, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
30747 -Vorspann schreiben:
30748 \end_layout
30749
30750 \begin_layout Standard
30751
30752 \series bold
30753
30754 \backslash
30755 numberwithin{footnote}{chapter}
30756 \end_layout
30757
30758 \begin_layout Standard
30759 Um 
30760 \series bold
30761
30762 \backslash
30763 numberwithin
30764 \series default
30765  benutzen zu können, muss in den 
30766 \family sans
30767 Mathe
30768 \begin_inset space ~
30769 \end_inset
30770
30771 Optionen
30772 \family default
30773  der 
30774 \family sans
30775 Dokument-Einstellungen
30776 \family default
30777  
30778 \family sans
30779 AMS
30780 \begin_inset space ~
30781 \end_inset
30782
30783 Mathe
30784 \begin_inset space ~
30785 \end_inset
30786
30787 Paket
30788 \family default
30789
30790 \begin_inset space ~
30791 \end_inset
30792
30793
30794 \family sans
30795 verwenden
30796 \family default
30797  angekreuzt sein.
30798 \begin_inset ERT
30799 status collapsed
30800
30801 \begin_layout Plain Layout
30802
30803
30804 \backslash
30805 numberwithin{footnote}{chapter}
30806 \end_layout
30807
30808 \end_inset
30809
30810  Hier ist ein Beispiel für solch eine Fußnote.
30811 \series bold
30812
30813 \begin_inset Foot
30814 status open
30815
30816 \begin_layout Plain Layout
30817 Dies ist eine Fußnote nach dem Schema 
30818 \begin_inset Quotes gld
30819 \end_inset
30820
30821 Kapitel.Fußnote
30822 \begin_inset Quotes grd
30823 \end_inset
30824
30825 .
30826 \end_layout
30827
30828 \end_inset
30829
30830
30831 \series default
30832
30833 \begin_inset ERT
30834 status collapsed
30835
30836 \begin_layout Plain Layout
30837
30838
30839 \backslash
30840 renewcommand{
30841 \backslash
30842 thefootnote}{
30843 \backslash
30844 arabic{footnote}}
30845 \end_layout
30846
30847 \end_inset
30848
30849
30850 \end_layout
30851
30852 \begin_layout Standard
30853 \begin_inset Note Greyedout
30854 status open
30855
30856 \begin_layout Plain Layout
30857
30858 \series bold
30859 Bemerkung:
30860 \series default
30861  
30862 \series bold
30863
30864 \backslash
30865 numberwithin
30866 \series default
30867  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
30868  werden überschrieben.
30869 \end_layout
30870
30871 \end_inset
30872
30873
30874 \end_layout
30875
30876 \begin_layout Standard
30877 Um also z.
30878 \begin_inset space \thinspace{}
30879 \end_inset
30880
30881 B.
30882  das Schema 
30883 \begin_inset Quotes gld
30884 \end_inset
30885
30886 Kapitel.
30887 \backslash
30888 Roman{footnote}
30889 \begin_inset Quotes grd
30890 \end_inset
30891
30892  zu erhalten, muss dieser Befehl anstelle von 
30893 \series bold
30894
30895 \backslash
30896 numberwithin
30897 \series default
30898  verwendet werden:
30899 \end_layout
30900
30901 \begin_layout Standard
30902
30903 \series bold
30904
30905 \backslash
30906 renewcommand{
30907 \backslash
30908 thefootnote}{
30909 \backslash
30910 thechapter.
30911 \backslash
30912 Roman{footnote}}
30913 \end_layout
30914
30915 \begin_layout Subsection
30916 Fußnoten-Platzierung
30917 \begin_inset Index idx
30918 status collapsed
30919
30920 \begin_layout Plain Layout
30921 Fußnoten ! Platzierung
30922 \end_layout
30923
30924 \end_inset
30925
30926
30927 \end_layout
30928
30929 \begin_layout Standard
30930 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
30931  ohne Zwischenraum am Ende der Seite gedruckt.
30932  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
30933  \SpecialChar LaTeX
30934 -Vorspann 1.5
30935 \begin_inset space \thinspace{}
30936 \end_inset
30937
30938 mm Zwischenraum einfügen:
30939 \end_layout
30940
30941 \begin_layout Standard
30942
30943 \series bold
30944
30945 \backslash
30946 let
30947 \backslash
30948 myFoot
30949 \backslash
30950 footnote
30951 \begin_inset Newline newline
30952 \end_inset
30953
30954
30955 \backslash
30956 renewcommand{
30957 \backslash
30958 footnote}[1]{
30959 \backslash
30960 myFoot{#1
30961 \backslash
30962 vspace{1.5mm}}}
30963 \end_layout
30964
30965 \begin_layout Standard
30966 \begin_inset VSpace bigskip
30967 \end_inset
30968
30969 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
30970  Spalte gedruckt, Abbildung
30971 \begin_inset space ~
30972 \end_inset
30973
30974
30975 \begin_inset CommandInset ref
30976 LatexCommand ref
30977 reference "abb:Standard-Fußnoten-Platzierung-in"
30978
30979 \end_inset
30980
30981 .
30982  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
30983  in Abbildung
30984 \begin_inset space ~
30985 \end_inset
30986
30987
30988 \begin_inset CommandInset ref
30989 LatexCommand ref
30990 reference "abb:Fußnoten-Platzierung-in-einem"
30991
30992 \end_inset
30993
30994 , müssen Sie das \SpecialChar LaTeX
30995 -Paket 
30996 \series bold
30997 ftnright
30998 \series default
30999
31000 \begin_inset Index idx
31001 status collapsed
31002
31003 \begin_layout Plain Layout
31004 \SpecialChar LaTeX
31005 -Pakete ! ftnright
31006 \end_layout
31007
31008 \end_inset
31009
31010  mit folgendem Befehl im \SpecialChar LaTeX
31011 -Vorspann einfügen:
31012 \end_layout
31013
31014 \begin_layout Standard
31015
31016 \series bold
31017
31018 \backslash
31019 usepackage{ftnright}
31020 \end_layout
31021
31022 \begin_layout Standard
31023 \begin_inset Float figure
31024 placement !h
31025 wide false
31026 sideways false
31027 status open
31028
31029 \begin_layout Plain Layout
31030 \begin_inset ERT
31031 status collapsed
31032
31033 \begin_layout Plain Layout
31034
31035
31036 \backslash
31037 framebox{
31038 \end_layout
31039
31040 \end_inset
31041
31042
31043 \begin_inset Graphics
31044         filename ../clipart/without_fntright.pdf
31045         width 100col%
31046         scaleBeforeRotation
31047
31048 \end_inset
31049
31050
31051 \begin_inset ERT
31052 status collapsed
31053
31054 \begin_layout Plain Layout
31055
31056 }
31057 \end_layout
31058
31059 \end_inset
31060
31061
31062 \end_layout
31063
31064 \begin_layout Plain Layout
31065 \begin_inset Caption Standard
31066
31067 \begin_layout Plain Layout
31068 \begin_inset CommandInset label
31069 LatexCommand label
31070 name "abb:Standard-Fußnoten-Platzierung-in"
31071
31072 \end_inset
31073
31074 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
31075 \begin_inset Argument 1
31076 status open
31077
31078 \begin_layout Plain Layout
31079 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
31080 \end_layout
31081
31082 \end_inset
31083
31084
31085 \end_layout
31086
31087 \end_inset
31088
31089
31090 \end_layout
31091
31092 \end_inset
31093
31094
31095 \end_layout
31096
31097 \begin_layout Standard
31098 \begin_inset Float figure
31099 placement !h
31100 wide false
31101 sideways false
31102 status open
31103
31104 \begin_layout Plain Layout
31105 \begin_inset ERT
31106 status collapsed
31107
31108 \begin_layout Plain Layout
31109
31110
31111 \backslash
31112 framebox{
31113 \end_layout
31114
31115 \end_inset
31116
31117
31118 \begin_inset Graphics
31119         filename ../clipart/with_fntright.pdf
31120         width 100col%
31121         scaleBeforeRotation
31122
31123 \end_inset
31124
31125
31126 \begin_inset ERT
31127 status collapsed
31128
31129 \begin_layout Plain Layout
31130
31131 }
31132 \end_layout
31133
31134 \end_inset
31135
31136
31137 \end_layout
31138
31139 \begin_layout Plain Layout
31140 \begin_inset Caption Standard
31141
31142 \begin_layout Plain Layout
31143 \begin_inset CommandInset label
31144 LatexCommand label
31145 name "abb:Fußnoten-Platzierung-in-einem"
31146
31147 \end_inset
31148
31149 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem \SpecialChar LaTeX
31150 -Paket 
31151 \series bold
31152 ftnright
31153 \series default
31154 .
31155 \begin_inset Argument 1
31156 status collapsed
31157
31158 \begin_layout Plain Layout
31159 Fußnoten-Platzierung mit 
31160 \family typewriter
31161 ftnright
31162 \end_layout
31163
31164 \end_inset
31165
31166
31167 \end_layout
31168
31169 \end_inset
31170
31171
31172 \end_layout
31173
31174 \end_inset
31175
31176
31177 \end_layout
31178
31179 \begin_layout Standard
31180 \begin_inset VSpace bigskip
31181 \end_inset
31182
31183 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
31184  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
31185 \begin_inset space ~
31186 \end_inset
31187
31188
31189 \begin_inset CommandInset ref
31190 LatexCommand ref
31191 reference "abb:endnotes"
31192
31193 \end_inset
31194
31195  gedruckt.
31196  Man nennt sie dann 
31197 \begin_inset Quotes gld
31198 \end_inset
31199
31200 Endnoten
31201 \begin_inset Quotes grd
31202 \end_inset
31203
31204 .
31205 \begin_inset Index idx
31206 status collapsed
31207
31208 \begin_layout Plain Layout
31209 Endnoten
31210 \end_layout
31211
31212 \end_inset
31213
31214  Um das zu erreichen, laden Sie im Menü 
31215 \family sans
31216 Dokument\SpecialChar menuseparator
31217 Einstellungen\SpecialChar menuseparator
31218 Module 
31219 \family default
31220 das Modul 
31221 \family sans
31222 Fußnote
31223 \begin_inset space ~
31224 \end_inset
31225
31226 als
31227 \begin_inset space ~
31228 \end_inset
31229
31230 Endnote
31231 \family default
31232 .
31233  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
31234 \end_layout
31235
31236 \begin_layout Standard
31237
31238 \series bold
31239
31240 \backslash
31241 theendnotes
31242 \end_layout
31243
31244 \begin_layout Standard
31245 als \SpecialChar TeX
31246 -Code am Ende des Abschnitts oder Kapitels ein.
31247 \end_layout
31248
31249 \begin_layout Standard
31250 \begin_inset Float figure
31251 wide false
31252 sideways false
31253 status open
31254
31255 \begin_layout Plain Layout
31256 \align center
31257 \begin_inset ERT
31258 status collapsed
31259
31260 \begin_layout Plain Layout
31261
31262
31263 \backslash
31264 framebox{
31265 \end_layout
31266
31267 \end_inset
31268
31269
31270 \begin_inset Graphics
31271         filename ../clipart/endnotes.pdf
31272         scaleBeforeRotation
31273
31274 \end_inset
31275
31276
31277 \begin_inset ERT
31278 status collapsed
31279
31280 \begin_layout Plain Layout
31281
31282 }
31283 \end_layout
31284
31285 \end_inset
31286
31287
31288 \end_layout
31289
31290 \begin_layout Plain Layout
31291 \begin_inset Caption Standard
31292
31293 \begin_layout Plain Layout
31294 \begin_inset CommandInset label
31295 LatexCommand label
31296 name "abb:endnotes"
31297
31298 \end_inset
31299
31300
31301 \series bold
31302 endnotes
31303 \series default
31304  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
31305  gedruckt.
31306 \end_layout
31307
31308 \end_inset
31309
31310
31311 \end_layout
31312
31313 \end_inset
31314
31315
31316 \end_layout
31317
31318 \begin_layout Standard
31319 \begin_inset VSpace medskip
31320 \end_inset
31321
31322 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
31323 ache übersetzt.
31324  Der folgende Befehl im \SpecialChar LaTeX
31325 -Vorspann  übersetzt den englischen Namen 
31326 \begin_inset Quotes gld
31327 \end_inset
31328
31329 Notes
31330 \begin_inset Quotes grd
31331 \end_inset
31332
31333  in 
31334 \begin_inset Quotes gld
31335 \end_inset
31336
31337 Anmerkungen
31338 \begin_inset Quotes grd
31339 \end_inset
31340
31341 :
31342 \end_layout
31343
31344 \begin_layout Standard
31345
31346 \series bold
31347
31348 \backslash
31349 renewcommand{
31350 \backslash
31351 notesname}{Anmerkungen}
31352 \end_layout
31353
31354 \begin_layout Standard
31355 \begin_inset VSpace medskip
31356 \end_inset
31357
31358 Wenn Sie in den Befehlen von Abschnitt
31359 \begin_inset space ~
31360 \end_inset
31361
31362
31363 \begin_inset CommandInset ref
31364 LatexCommand ref
31365 reference "uab:Fußnoten-Nummerierung"
31366
31367 \end_inset
31368
31369  
31370 \series bold
31371
31372 \backslash
31373 thefootnote
31374 \series default
31375  durch 
31376 \series bold
31377
31378 \backslash
31379 theendnote
31380 \series default
31381  ersetzen, können Sie die Nummerierung von Endnoten ändern.
31382  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
31383 \series bold
31384
31385 \backslash
31386 @addtoreset
31387 \series default
31388  wie in Abschnitt
31389 \begin_inset space \space{}
31390 \end_inset
31391
31392
31393 \begin_inset CommandInset ref
31394 LatexCommand ref
31395 reference "uab:Fußnoten-Nummerierung"
31396
31397 \end_inset
31398
31399  beschrieben und ersetzen 
31400 \series bold
31401 footnote
31402 \series default
31403  durch 
31404 \series bold
31405 endnote
31406 \series default
31407 .
31408 \end_layout
31409
31410 \begin_layout Standard
31411 Für Endnoten gibt es den Befehl 
31412 \series bold
31413
31414 \backslash
31415 endnotemark[Nummer]
31416 \series default
31417  analog zum Befehl 
31418 \series bold
31419
31420 \backslash
31421 footnotemark
31422 \series default
31423  der in Abschnitt
31424 \begin_inset space ~
31425 \end_inset
31426
31427
31428 \begin_inset CommandInset ref
31429 LatexCommand ref
31430 reference "abs:Fußnoten"
31431
31432 \end_inset
31433
31434  beschrieben ist.
31435 \end_layout
31436
31437 \begin_layout Standard
31438 \begin_inset VSpace bigskip
31439 \end_inset
31440
31441 Mit dem \SpecialChar LaTeX
31442 -Paket 
31443 \series bold
31444 footmisc
31445 \series default
31446
31447 \begin_inset Index idx
31448 status collapsed
31449
31450 \begin_layout Plain Layout
31451 \SpecialChar LaTeX
31452 -Pakete ! footmisc
31453 \end_layout
31454
31455 \end_inset
31456
31457  (
31458 \begin_inset CommandInset citation
31459 LatexCommand cite
31460 key "footmisc"
31461
31462 \end_inset
31463
31464 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
31465 \end_layout
31466
31467 \begin_layout Standard
31468 In \SpecialChar LaTeX
31469 -Büchern, 
31470 \begin_inset CommandInset citation
31471 LatexCommand cite
31472 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
31473
31474 \end_inset
31475
31476 , finden Sie weiteres zu Fußnoten.
31477  Wenn Sie eine 
31478 \series bold
31479 KOMA-Script
31480 \series default
31481
31482 \begin_inset Index idx
31483 status collapsed
31484
31485 \begin_layout Plain Layout
31486 \SpecialChar LaTeX
31487 -Pakete ! KOMA-Script
31488 \end_layout
31489
31490 \end_inset
31491
31492  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
31493 zifische Befehle anpassen, siehe 
31494 \begin_inset CommandInset citation
31495 LatexCommand cite
31496 key "KOMA-Script"
31497
31498 \end_inset
31499
31500 .
31501 \end_layout
31502
31503 \begin_layout Section
31504 Randnotizen
31505 \begin_inset Index idx
31506 status collapsed
31507
31508 \begin_layout Plain Layout
31509 Randnotizen
31510 \end_layout
31511
31512 \end_inset
31513
31514
31515 \begin_inset Index idx
31516 status collapsed
31517
31518 \begin_layout Plain Layout
31519 Notizen ! Randnotizen
31520 \end_layout
31521
31522 \end_inset
31523
31524
31525 \end_layout
31526
31527 \begin_layout Standard
31528 Randnotizen sehen in \SpecialChar LyX
31529  wie Fußnoten aus und verhalten sich auch so.
31530  Sie fügen sie mit einem Klick auf den Schalter 
31531 \begin_inset Info
31532 type  "icon"
31533 arg   "marginalnote-insert"
31534 \end_inset
31535
31536  oder über 
31537 \family sans
31538 Einfügen\SpecialChar menuseparator
31539 Randnotiz
31540 \family default
31541  ein.
31542  Ein graues Kästchen mit der Aufschrift 
31543 \begin_inset Quotes gld
31544 \end_inset
31545
31546 Rand
31547 \begin_inset Quotes grd
31548 \end_inset
31549
31550  erscheint
31551 \family roman
31552 \series medium
31553 , und dort, wo der Cursor steht, können Sie Text eingeben.
31554 \end_layout
31555
31556 \begin_layout Standard
31557 Hier am Rand sehen Sie eine Randnotiz.
31558  
31559 \begin_inset Marginal
31560 status open
31561
31562 \begin_layout Plain Layout
31563 Dies ist eine Randnotiz.
31564 \end_layout
31565
31566 \end_inset
31567
31568
31569 \end_layout
31570
31571 \begin_layout Standard
31572 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
31573  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
31574  Seiten und rechts auf den ungeraden.
31575  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
31576  wird und umgekehrt.
31577  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
31578  wurde.
31579 \end_layout
31580
31581 \begin_layout Standard
31582 \begin_inset VSpace bigskip
31583 \end_inset
31584
31585 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
31586 \end_layout
31587
31588 \begin_layout Standard
31589
31590 \series bold
31591
31592 \backslash
31593 reversemarginpar
31594 \end_layout
31595
31596 \begin_layout Standard
31597 als \SpecialChar TeX
31598 -Code vor einer Randnotiz ein.
31599  Das gilt dann für alle folgenden Randnotizen.
31600  
31601 \begin_inset ERT
31602 status collapsed
31603
31604 \begin_layout Plain Layout
31605
31606
31607 \backslash
31608 reversemarginpar 
31609 \end_layout
31610
31611 \end_inset
31612
31613
31614 \begin_inset Marginal
31615 status open
31616
31617 \begin_layout Plain Layout
31618 Hier ist ein Beispiel im inneren Rand.
31619 \end_layout
31620
31621 \end_inset
31622
31623
31624 \begin_inset Newline newline
31625 \end_inset
31626
31627
31628 \begin_inset Note Greyedout
31629 status open
31630
31631 \begin_layout Plain Layout
31632  
31633 \series bold
31634 Achtung:
31635 \series default
31636  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
31637 \end_layout
31638
31639 \end_inset
31640
31641
31642 \end_layout
31643
31644 \begin_layout Standard
31645 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
31646 \end_layout
31647
31648 \begin_layout Standard
31649
31650 \series bold
31651
31652 \backslash
31653 normalmarginpar
31654 \end_layout
31655
31656 \begin_layout Standard
31657 als \SpecialChar TeX
31658 -Code ein.
31659 \begin_inset ERT
31660 status collapsed
31661
31662 \begin_layout Plain Layout
31663
31664
31665 \backslash
31666 normalmarginpar 
31667 \end_layout
31668
31669 \end_inset
31670
31671
31672 \end_layout
31673
31674 \begin_layout Standard
31675 \begin_inset Note Greyedout
31676 status open
31677
31678 \begin_layout Plain Layout
31679
31680 \series bold
31681 Achtung:
31682 \series default
31683  Der Befehl wird missachtet, wenn er im selben Absatz wie 
31684 \series bold
31685
31686 \backslash
31687 reversemarginpar
31688 \series default
31689  verwendet wird.
31690 \end_layout
31691
31692 \end_inset
31693
31694
31695 \end_layout
31696
31697 \begin_layout Standard
31698 \begin_inset VSpace bigskip
31699 \end_inset
31700
31701
31702 \begin_inset Marginal
31703 status open
31704
31705 \begin_layout Plain Layout
31706
31707 \family roman
31708 \series medium
31709 EinSehrLangesWort am Anfang, das umgebrochen wird.
31710 \end_layout
31711
31712 \end_inset
31713
31714  Ähnlich wie in Abschnitt
31715 \begin_inset space ~
31716 \end_inset
31717
31718
31719 \begin_inset CommandInset ref
31720 LatexCommand ref
31721 reference "uab:Mehrfache-Zeilen-in"
31722
31723 \end_inset
31724
31725  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
31726  Wort der Randnotiz sind.
31727  Um das zu vermeiden, fügen sie 0
31728 \begin_inset space \thinspace{}
31729 \end_inset
31730
31731 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
31732 \begin_inset Marginal
31733 status open
31734
31735 \begin_layout Plain Layout
31736 \begin_inset space \hspace{}
31737 \length 0pt
31738 \end_inset
31739
31740
31741 \family roman
31742 \series medium
31743 EinSehrLangesWort am Anfang, das umgebrochen wird.
31744 \end_layout
31745
31746 \end_inset
31747
31748
31749 \end_layout
31750
31751 \begin_layout Standard
31752 \begin_inset VSpace bigskip
31753 \end_inset
31754
31755
31756 \end_layout
31757
31758 \begin_layout Standard
31759 \begin_inset Note Greyedout
31760 status open
31761
31762 \begin_layout Plain Layout
31763
31764 \series bold
31765 Bemerkung:
31766 \series default
31767  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
31768  verwendet werden.
31769 \end_layout
31770
31771 \end_inset
31772
31773
31774 \end_layout
31775
31776 \begin_layout Standard
31777 \begin_inset VSpace bigskip
31778 \end_inset
31779
31780
31781 \end_layout
31782
31783 \begin_layout Standard
31784 \begin_inset ERT
31785 status collapsed
31786
31787 \begin_layout Plain Layout
31788
31789
31790 \backslash
31791 ifmarginnote
31792 \end_layout
31793
31794 \end_inset
31795
31796
31797 \begin_inset Note Note
31798 status open
31799
31800 \begin_layout Plain Layout
31801 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
31802 -Paket 
31803 \series bold
31804 marginnote
31805 \series default
31806  installiert ist.
31807 \end_layout
31808
31809 \end_inset
31810
31811
31812 \end_layout
31813
31814 \begin_layout Standard
31815 Diese Einschränkung kann umgangen werden, wenn das \SpecialChar LaTeX
31816 -Paket 
31817 \series bold
31818 marginnote
31819 \series default
31820
31821 \begin_inset Index idx
31822 status collapsed
31823
31824 \begin_layout Plain Layout
31825 \SpecialChar LaTeX
31826 -Pakete ! marginnote
31827 \end_layout
31828
31829 \end_inset
31830
31831  verwendet wird.
31832  Wenn Sie diese zwei Zeilen zum \SpecialChar LaTeX
31833 -Vorspann hinzufügen, wird der Befehl, der
31834  von \SpecialChar LyX
31835  für Randnotizen verwendet wird, umdefiniert, so dass der Befehl des
31836  Pakets 
31837 \series bold
31838 marginnote
31839 \series default
31840  für Randnotizen verwendet wird:
31841 \end_layout
31842
31843 \begin_layout Standard
31844
31845 \series bold
31846
31847 \backslash
31848 usepackage{marginnote}
31849 \begin_inset Newline newline
31850 \end_inset
31851
31852
31853 \backslash
31854 let
31855 \backslash
31856 marginpar
31857 \backslash
31858 marginnote
31859 \end_layout
31860
31861 \begin_layout Standard
31862 Dies wird auch in diesem Dokument verwendet, denn 
31863 \series bold
31864 marginnote
31865 \series default
31866  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
31867  für Randnotizen angeben.
31868  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
31869 n zu dicht beieinander sind.
31870  Der Versatz wird in \SpecialChar LyX
31871  als \SpecialChar TeX
31872 -Code direkt nach der Randnotiz mit dem Schema
31873 \end_layout
31874
31875 \begin_layout Standard
31876
31877 \series bold
31878 [Versatz]
31879 \end_layout
31880
31881 \begin_layout Standard
31882 angegeben.
31883  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
31884 \begin_inset space ~
31885 \end_inset
31886
31887
31888 \begin_inset CommandInset ref
31889 LatexCommand ref
31890 reference "tab:Maßeinheiten"
31891
31892 \end_inset
31893
31894  aufgelistet sind.
31895  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
31896  nach unten.
31897  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
31898 \begin_inset space \thinspace{}
31899 \end_inset
31900
31901 cm mit dem \SpecialChar TeX
31902 -Code-Befehl  
31903 \begin_inset Quotes gld
31904 \end_inset
31905
31906
31907 \series bold
31908 [-1.5cm]
31909 \series default
31910
31911 \begin_inset Quotes grd
31912 \end_inset
31913
31914  nach oben versetzt.
31915 \begin_inset Marginal
31916 status open
31917
31918 \begin_layout Plain Layout
31919 Diese Randnotiz ist 1.5
31920 \begin_inset space \thinspace{}
31921 \end_inset
31922
31923 cm von ihrer Originalposition nach oben versetzt.
31924 \end_layout
31925
31926 \end_inset
31927
31928
31929 \begin_inset ERT
31930 status collapsed
31931
31932 \begin_layout Plain Layout
31933
31934 [-1.5cm]
31935 \end_layout
31936
31937 \end_inset
31938
31939
31940 \end_layout
31941
31942 \begin_layout Standard
31943 \begin_inset VSpace medskip
31944 \end_inset
31945
31946 Mit 
31947 \series bold
31948 marginnote
31949 \series default
31950  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
31951  Zum Beispiel setzen die Befehle
31952 \end_layout
31953
31954 \begin_layout Standard
31955
31956 \series bold
31957
31958 \backslash
31959 renewcommand*{
31960 \backslash
31961 raggedleftmarginnote}{
31962 \backslash
31963 centering}
31964 \begin_inset Newline newline
31965 \end_inset
31966
31967
31968 \backslash
31969 renewcommand*{
31970 \backslash
31971 raggedrightmarginnote}{
31972 \backslash
31973 centering}
31974 \end_layout
31975
31976 \begin_layout Standard
31977 die Ausrichtung auf zentriert.
31978  
31979 \series bold
31980
31981 \backslash
31982 raggedleftmarginnote
31983 \series default
31984  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
31985  
31986 \begin_inset ERT
31987 status collapsed
31988
31989 \begin_layout Plain Layout
31990
31991
31992 \backslash
31993 renewcommand*{
31994 \backslash
31995 raggedleftmarginnote}{
31996 \backslash
31997 centering}
31998 \end_layout
31999
32000 \begin_layout Plain Layout
32001
32002
32003 \backslash
32004 renewcommand*{
32005 \backslash
32006 raggedrightmarginnote}{
32007 \backslash
32008 centering}
32009 \end_layout
32010
32011 \end_inset
32012
32013
32014 \begin_inset Marginal
32015 status open
32016
32017 \begin_layout Plain Layout
32018 Der Text dieser Randnotiz ist zentriert ausgerichtet.
32019 \end_layout
32020
32021 \end_inset
32022
32023  Die Voreinstellung ist
32024 \end_layout
32025
32026 \begin_layout Standard
32027
32028 \series bold
32029
32030 \backslash
32031 renewcommand*{
32032 \backslash
32033 raggedleftmarginnote}{
32034 \backslash
32035 raggedleft}
32036 \begin_inset Newline newline
32037 \end_inset
32038
32039
32040 \backslash
32041 renewcommand*{
32042 \backslash
32043 raggedrightmarginnote}{
32044 \backslash
32045 raggedright}
32046 \series default
32047
32048 \begin_inset ERT
32049 status collapsed
32050
32051 \begin_layout Plain Layout
32052
32053
32054 \backslash
32055 renewcommand*{
32056 \backslash
32057 raggedleftmarginnote}{
32058 \backslash
32059 raggedleft}
32060 \end_layout
32061
32062 \begin_layout Plain Layout
32063
32064
32065 \backslash
32066 renewcommand*{
32067 \backslash
32068 raggedrightmarginnote}{
32069 \backslash
32070 raggedright}
32071 \end_layout
32072
32073 \end_inset
32074
32075
32076 \end_layout
32077
32078 \begin_layout Standard
32079 \begin_inset VSpace medskip
32080 \end_inset
32081
32082 Für weitere Fähigkeiten des Pakets 
32083 \series bold
32084 marginnote
32085 \series default
32086  sei auf dessen Dokumentation verwiesen 
32087 \begin_inset CommandInset citation
32088 LatexCommand cite
32089 key "marginnote"
32090
32091 \end_inset
32092
32093 .
32094 \end_layout
32095
32096 \begin_layout Standard
32097 \begin_inset VSpace bigskip
32098 \end_inset
32099
32100 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
32101  geändert werden.
32102  Um z.
32103 \begin_inset space \thinspace{}
32104 \end_inset
32105
32106 B.
32107  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
32108  und fettgedruckten Text 
32109 \begin_inset Quotes eld
32110 \end_inset
32111
32112
32113 \family sans
32114 \series bold
32115 \bar under
32116 Achtung!
32117 \family default
32118 \series default
32119 \bar default
32120
32121 \begin_inset Quotes erd
32122 \end_inset
32123
32124  zu erstellen, fügen Sie dies zum \SpecialChar LaTeX
32125 -Vorspann hinzu:
32126 \end_layout
32127
32128 \begin_layout Standard
32129
32130 \series bold
32131
32132 \backslash
32133 let
32134 \backslash
32135 myMarginpar
32136 \backslash
32137 marginpar
32138 \begin_inset Newline newline
32139 \end_inset
32140
32141
32142 \backslash
32143 renewcommand{
32144 \backslash
32145 marginpar}[1]{
32146 \backslash
32147 myMarginpar{%
32148 \begin_inset Newline newline
32149 \end_inset
32150
32151
32152 \begin_inset Phantom HPhantom
32153 status open
32154
32155 \begin_layout Plain Layout
32156
32157 \series bold
32158 \begin_inset space ~
32159 \end_inset
32160
32161
32162 \end_layout
32163
32164 \end_inset
32165
32166
32167 \backslash
32168 hspace{0pt}
32169 \backslash
32170 textsf{
32171 \backslash
32172 textbf{
32173 \backslash
32174 underbar{Achtung!}}}%
32175 \begin_inset Newline newline
32176 \end_inset
32177
32178
32179 \begin_inset Phantom HPhantom
32180 status open
32181
32182 \begin_layout Plain Layout
32183
32184 \series bold
32185 \begin_inset space ~
32186 \end_inset
32187
32188
32189 \end_layout
32190
32191 \end_inset
32192
32193
32194 \backslash
32195 vspace{1.5mm}
32196 \backslash
32197
32198 \backslash
32199 #1}}
32200 \end_layout
32201
32202 \begin_layout Standard
32203 \begin_inset ERT
32204 status collapsed
32205
32206 \begin_layout Plain Layout
32207
32208
32209 \backslash
32210 let
32211 \backslash
32212 myMarginpar
32213 \backslash
32214 marginpar
32215 \end_layout
32216
32217 \begin_layout Plain Layout
32218
32219
32220 \backslash
32221 renewcommand{
32222 \backslash
32223 marginpar}[1]{
32224 \backslash
32225 myMarginpar{%
32226 \end_layout
32227
32228 \begin_layout Plain Layout
32229
32230    
32231 \backslash
32232 textsf{
32233 \backslash
32234 textbf{
32235 \backslash
32236 underbar{Achtung!}}}%
32237 \end_layout
32238
32239 \begin_layout Plain Layout
32240
32241    
32242 \backslash
32243 vspace{1.5mm}
32244 \backslash
32245
32246 \backslash
32247 #1}}
32248 \end_layout
32249
32250 \end_inset
32251
32252
32253 \begin_inset Marginal
32254 status open
32255
32256 \begin_layout Plain Layout
32257 Dies ist eine Randnotiz mit einer definierten Überschrift.
32258 \end_layout
32259
32260 \end_inset
32261
32262
32263 \begin_inset ERT
32264 status collapsed
32265
32266 \begin_layout Plain Layout
32267
32268 [-1.5cm]
32269 \end_layout
32270
32271 \end_inset
32272
32273
32274 \begin_inset ERT
32275 status collapsed
32276
32277 \begin_layout Plain Layout
32278
32279
32280 \backslash
32281 renewcommand{
32282 \backslash
32283 marginpar}[1]{
32284 \backslash
32285 myMarginpar{#1}}
32286 \end_layout
32287
32288 \end_inset
32289
32290
32291 \begin_inset Note Note
32292 status open
32293
32294 \begin_layout Plain Layout
32295 Das Format wurde nur für dieses Beispiel geändert.
32296 \end_layout
32297
32298 \end_inset
32299
32300
32301 \end_layout
32302
32303 \begin_layout Standard
32304 \begin_inset ERT
32305 status collapsed
32306
32307 \begin_layout Plain Layout
32308
32309
32310 \backslash
32311 else
32312 \end_layout
32313
32314 \end_inset
32315
32316
32317 \begin_inset Note Note
32318 status open
32319
32320 \begin_layout Plain Layout
32321 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
32322 -Paket 
32323 \series bold
32324 marginnote
32325 \series default
32326  nicht installiert ist:
32327 \end_layout
32328
32329 \end_inset
32330
32331
32332 \end_layout
32333
32334 \begin_layout Standard
32335 Das \SpecialChar LaTeX
32336 -Paket 
32337 \series bold
32338 marginnote
32339 \series default
32340  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
32341 \end_layout
32342
32343 \begin_layout Standard
32344 \begin_inset ERT
32345 status collapsed
32346
32347 \begin_layout Plain Layout
32348
32349
32350 \backslash
32351 fi
32352 \end_layout
32353
32354 \end_inset
32355
32356
32357 \end_layout
32358
32359 \begin_layout Chapter
32360 Boxen
32361 \end_layout
32362
32363 \begin_layout Section
32364 Einleitung
32365 \begin_inset Index idx
32366 status collapsed
32367
32368 \begin_layout Plain Layout
32369 Boxen ! Einleitung
32370 \end_layout
32371
32372 \end_inset
32373
32374
32375 \end_layout
32376
32377 \begin_layout Standard
32378 Boxen werden benutzt, um einen Textblock zu formatieren.
32379  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
32380  siehe Abschnitt
32381 \begin_inset space ~
32382 \end_inset
32383
32384
32385 \begin_inset CommandInset ref
32386 LatexCommand ref
32387 reference "abs:Minipage"
32388
32389 \end_inset
32390
32391 , um Text zu umrahmen, siehe Abschnitt
32392 \begin_inset space ~
32393 \end_inset
32394
32395
32396 \begin_inset CommandInset ref
32397 LatexCommand ref
32398 reference "uab:Verzierung"
32399
32400 \end_inset
32401
32402 , um Silbentrennung zu verhindern, siehe Abschnitt
32403 \begin_inset space ~
32404 \end_inset
32405
32406
32407 \begin_inset CommandInset ref
32408 LatexCommand ref
32409 reference "abs:Silbentrennung-unterbinden"
32410
32411 \end_inset
32412
32413 , um Text senkrecht auszurichten, siehe Abschnitt
32414 \begin_inset space ~
32415 \end_inset
32416
32417
32418 \begin_inset CommandInset ref
32419 LatexCommand ref
32420 reference "uab:Vertikale-Ausrichtung"
32421
32422 \end_inset
32423
32424  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
32425 \begin_inset space ~
32426 \end_inset
32427
32428
32429 \begin_inset CommandInset ref
32430 LatexCommand ref
32431 reference "abs:Farbige-Boxen"
32432
32433 \end_inset
32434
32435 .
32436 \end_layout
32437
32438 \begin_layout Standard
32439 Boxen werden mit 
32440 \family sans
32441 Einfügen\SpecialChar menuseparator
32442 Box
32443 \family default
32444  oder dem Schalter 
32445 \begin_inset Info
32446 type  "icon"
32447 arg   "box-insert Frameless"
32448 \end_inset
32449
32450  eingefügt.
32451  Ein graues Kästchen mit der Aufschrift 
32452 \begin_inset Quotes gld
32453 \end_inset
32454
32455 Box (Minipage)
32456 \begin_inset Quotes grd
32457 \end_inset
32458
32459  erscheint: 
32460 \begin_inset Graphics
32461         filename clipart/StandardBoxQt4.png
32462         scale 85
32463         scaleBeforeRotation
32464
32465 \end_inset
32466
32467  Mit einem Rechts\SpecialChar softhyphen
32468 klick auf das graue Kästchen und der Auswahl von 
32469 \family sans
32470 Einstellungen
32471 \family default
32472  kann der Typ spezifiziert werden.
32473  Das Dialogfenster bietet bei 
32474 \family sans
32475 Innere
32476 \begin_inset space ~
32477 \end_inset
32478
32479 Box
32480 \family default
32481  die Typen 
32482 \family sans
32483 Makebox
32484 \family default
32485
32486 \family sans
32487 Parbox
32488 \family default
32489  und 
32490 \family sans
32491 Minipage
32492 \family default
32493  an.
32494  
32495 \family sans
32496 Minipage
32497 \family default
32498  ist die Standard-Einstellung für neue Boxen und in Abschnitt
32499 \begin_inset space ~
32500 \end_inset
32501
32502
32503 \begin_inset CommandInset ref
32504 LatexCommand ref
32505 reference "abs:Minipage"
32506
32507 \end_inset
32508
32509  beschrieben, 
32510 \family sans
32511 Parbox
32512 \family default
32513  in Abschnitt
32514 \begin_inset space ~
32515 \end_inset
32516
32517
32518 \begin_inset CommandInset ref
32519 LatexCommand ref
32520 reference "abs:Parbox"
32521
32522 \end_inset
32523
32524  und 
32525 \family sans
32526 Makebox
32527 \family default
32528  in 
32529 \begin_inset CommandInset ref
32530 LatexCommand ref
32531 reference "abs:Silbentrennung-unterbinden"
32532
32533 \end_inset
32534
32535 .
32536 \end_layout
32537
32538 \begin_layout Standard
32539 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
32540  wie auf Gleitobjekte und Fußnoten.
32541 \end_layout
32542
32543 \begin_layout Standard
32544 \begin_inset Note Greyedout
32545 status open
32546
32547 \begin_layout Plain Layout
32548
32549 \series bold
32550 Bemerkung
32551 \begin_inset space ~
32552 \end_inset
32553
32554 1:
32555 \series default
32556  Boxen dürfen in 
32557 \family sans
32558 List-
32559 \family default
32560  oder 
32561 \family sans
32562 Beschreibung-
32563 \family default
32564 Umgebungen nicht verwendet werden.
32565 \end_layout
32566
32567 \end_inset
32568
32569
32570 \end_layout
32571
32572 \begin_layout Standard
32573 \begin_inset Note Greyedout
32574 status open
32575
32576 \begin_layout Plain Layout
32577
32578 \series bold
32579 Bemerkung
32580 \begin_inset space ~
32581 \end_inset
32582
32583 2:
32584 \series default
32585  Boxen ohne 
32586 \family sans
32587 Innere
32588 \begin_inset space ~
32589 \end_inset
32590
32591 Box
32592 \family default
32593  und ohne Rahmen werden in Abschnitt
32594 \begin_inset space ~
32595 \end_inset
32596
32597
32598 \begin_inset CommandInset ref
32599 LatexCommand ref
32600 reference "abs:Silbentrennung-unterbinden"
32601
32602 \end_inset
32603
32604  beschrieben.
32605 \end_layout
32606
32607 \end_inset
32608
32609
32610 \end_layout
32611
32612 \begin_layout Section
32613 Das Box-Einstellungen-Fenster
32614 \begin_inset CommandInset label
32615 LatexCommand label
32616 name "abs:Box-Dialog"
32617
32618 \end_inset
32619
32620
32621 \begin_inset Index idx
32622 status collapsed
32623
32624 \begin_layout Plain Layout
32625 Boxen ! Box-Dialog-Fenster
32626 \end_layout
32627
32628 \end_inset
32629
32630
32631 \end_layout
32632
32633 \begin_layout Subsection
32634 Box-Größe
32635 \begin_inset Index idx
32636 status collapsed
32637
32638 \begin_layout Plain Layout
32639 Boxen ! Größe
32640 \end_layout
32641
32642 \end_inset
32643
32644
32645 \end_layout
32646
32647 \begin_layout Standard
32648 Im 
32649 \family sans
32650 Box-Einstellungen
32651 \family default
32652 -Fenster können Sie die Größe der Box mit 
32653 \family sans
32654 Breite
32655 \family default
32656  und 
32657 \family sans
32658 Höhe 
32659 \family default
32660 festlegen.
32661  Die verfügbaren Einheiten werden in Tabelle
32662 \begin_inset space ~
32663 \end_inset
32664
32665
32666 \begin_inset CommandInset ref
32667 LatexCommand ref
32668 reference "tab:Maßeinheiten"
32669
32670 \end_inset
32671
32672  aufgelistet.
32673  Das Feld
32674 \family sans
32675  Höhe
32676 \family default
32677  bietet die folgenden zusätzlichen Größen:
32678 \end_layout
32679
32680 \begin_layout Description
32681 Tiefe Dies ist die reine Text-
32682 \begin_inset Quotes gld
32683 \end_inset
32684
32685 Höhe
32686 \begin_inset Quotes grd
32687 \end_inset
32688
32689 .
32690  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
32691 \begin_inset Newline newline
32692 \end_inset
32693
32694
32695 \begin_inset Newline newline
32696 \end_inset
32697
32698
32699 \begin_inset Newline newline
32700 \end_inset
32701
32702
32703 \begin_inset Box Boxed
32704 position "c"
32705 hor_pos "c"
32706 has_inner_box 1
32707 inner_pos "c"
32708 use_parbox 0
32709 use_makebox 0
32710 width "12col%"
32711 special "none"
32712 height "1in"
32713 height_special "depth"
32714 thickness "0.4pt"
32715 separation "3pt"
32716 shadowsize "4pt"
32717 framecolor "black"
32718 backgroundcolor "none"
32719 status collapsed
32720
32721 \begin_layout Plain Layout
32722 \align center
32723 Box-Höhe = 1
32724 \begin_inset space \thinspace{}
32725 \end_inset
32726
32727 Tiefe
32728 \end_layout
32729
32730 \end_inset
32731
32732
32733 \begin_inset Newline newline
32734 \end_inset
32735
32736
32737 \begin_inset Newline newline
32738 \end_inset
32739
32740
32741 \end_layout
32742
32743 \begin_layout Description
32744 Höhe Dies ist die Texthöhe innerhalb der Box.
32745  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
32746  Texthöhe setzen: 
32747 \begin_inset Box Boxed
32748 position "c"
32749 hor_pos "c"
32750 has_inner_box 1
32751 inner_pos "c"
32752 use_parbox 0
32753 use_makebox 0
32754 width "20col%"
32755 special "none"
32756 height "2in"
32757 height_special "height"
32758 thickness "0.4pt"
32759 separation "3pt"
32760 shadowsize "4pt"
32761 framecolor "black"
32762 backgroundcolor "none"
32763 status collapsed
32764
32765 \begin_layout Plain Layout
32766 \align center
32767 Boxhöhe = 2
32768 \begin_inset space \thinspace{}
32769 \end_inset
32770
32771 Höhe
32772 \end_layout
32773
32774 \end_inset
32775
32776
32777 \end_layout
32778
32779 \begin_layout Description
32780 Gesamthöhe Dies ist Höhe
32781 \begin_inset space \thinspace{}
32782 \end_inset
32783
32784 +
32785 \begin_inset space \thinspace{}
32786 \end_inset
32787
32788 Tiefe: 
32789 \begin_inset Box Boxed
32790 position "c"
32791 hor_pos "c"
32792 has_inner_box 1
32793 inner_pos "c"
32794 use_parbox 0
32795 use_makebox 0
32796 width "20col%"
32797 special "none"
32798 height "1in"
32799 height_special "totalheight"
32800 thickness "0.4pt"
32801 separation "3pt"
32802 shadowsize "4pt"
32803 framecolor "black"
32804 backgroundcolor "none"
32805 status collapsed
32806
32807 \begin_layout Plain Layout
32808 \align center
32809 Boxhöhe = 1
32810 \begin_inset space \thinspace{}
32811 \end_inset
32812
32813 Gesamthöhe
32814 \end_layout
32815
32816 \end_inset
32817
32818
32819 \end_layout
32820
32821 \begin_layout Description
32822 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
32823 \begin_inset Box Boxed
32824 position "c"
32825 hor_pos "c"
32826 has_inner_box 1
32827 inner_pos "c"
32828 use_parbox 0
32829 use_makebox 0
32830 width "12col%"
32831 special "none"
32832 height "1in"
32833 height_special "width"
32834 thickness "0.4pt"
32835 separation "3pt"
32836 shadowsize "4pt"
32837 framecolor "black"
32838 backgroundcolor "none"
32839 status collapsed
32840
32841 \begin_layout Plain Layout
32842 \align center
32843 Boxhöhe = 1
32844 \begin_inset space \thinspace{}
32845 \end_inset
32846
32847 Breite
32848 \end_layout
32849
32850 \end_inset
32851
32852
32853 \end_layout
32854
32855 \begin_layout Subsection
32856 Ausrichtung
32857 \begin_inset Index idx
32858 status collapsed
32859
32860 \begin_layout Plain Layout
32861 Boxen ! Ausrichtung
32862 \end_layout
32863
32864 \end_inset
32865
32866
32867 \end_layout
32868
32869 \begin_layout Standard
32870 Wenn Sie eine 
32871 \family sans
32872 Innere
32873 \begin_inset space ~
32874 \end_inset
32875
32876 Box
32877 \family default
32878  gewählt haben, kann die Box mit folgenden Werten für 
32879 \family sans
32880 Box
32881 \family default
32882  senkrecht ausgerichtet werden:
32883 \end_layout
32884
32885 \begin_layout Description
32886 Oben Dies ist ein Beispieltext.
32887  
32888 \begin_inset Box Boxed
32889 position "t"
32890 hor_pos "c"
32891 has_inner_box 1
32892 inner_pos "c"
32893 use_parbox 0
32894 use_makebox 0
32895 width "20col%"
32896 special "none"
32897 height "1in"
32898 height_special "totalheight"
32899 thickness "0.4pt"
32900 separation "3pt"
32901 shadowsize "4pt"
32902 framecolor "black"
32903 backgroundcolor "none"
32904 status collapsed
32905
32906 \begin_layout Plain Layout
32907 \align center
32908 Die Ober\SpecialChar softhyphen
32909 kante der Box ist in der Zeile.
32910 \end_layout
32911
32912 \end_inset
32913
32914  Dies ist ein Beispieltext.
32915 \end_layout
32916
32917 \begin_layout Description
32918 Mitte Dies ist ein Beispieltext.
32919  
32920 \begin_inset Box Boxed
32921 position "c"
32922 hor_pos "c"
32923 has_inner_box 1
32924 inner_pos "c"
32925 use_parbox 0
32926 use_makebox 0
32927 width "20col%"
32928 special "none"
32929 height "1in"
32930 height_special "totalheight"
32931 thickness "0.4pt"
32932 separation "3pt"
32933 shadowsize "4pt"
32934 framecolor "black"
32935 backgroundcolor "none"
32936 status collapsed
32937
32938 \begin_layout Plain Layout
32939 \align center
32940 Die Mitte der Box ist in der Zeile.
32941 \end_layout
32942
32943 \end_inset
32944
32945  Dies ist ein Beispieltext.
32946 \end_layout
32947
32948 \begin_layout Description
32949 Unten Dies ist ein Beispieltext.
32950  
32951 \begin_inset Box Boxed
32952 position "b"
32953 hor_pos "c"
32954 has_inner_box 1
32955 inner_pos "c"
32956 use_parbox 0
32957 use_makebox 0
32958 width "20col%"
32959 special "none"
32960 height "1in"
32961 height_special "totalheight"
32962 thickness "0.4pt"
32963 separation "3pt"
32964 shadowsize "4pt"
32965 framecolor "black"
32966 backgroundcolor "none"
32967 status collapsed
32968
32969 \begin_layout Plain Layout
32970 \align center
32971 Die Unter\SpecialChar softhyphen
32972 kante der Box ist in der Zeile.
32973 \end_layout
32974
32975 \end_inset
32976
32977  Dies ist ein Beispieltext.
32978 \end_layout
32979
32980 \begin_layout Standard
32981 \begin_inset Note Greyedout
32982 status open
32983
32984 \begin_layout Plain Layout
32985
32986 \series bold
32987 Bemerkung:
32988 \series default
32989  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
32990  Boxen in einer Zeile sind und eine Box z.
32991 \begin_inset space \thinspace{}
32992 \end_inset
32993
32994 B.
32995  schattiert ist, die andere aber nicht.
32996 \end_layout
32997
32998 \end_inset
32999
33000
33001 \end_layout
33002
33003 \begin_layout Standard
33004 Eine Box kann mit dem Dialog 
33005 \family sans
33006 Absatz-Einstellungen
33007 \family default
33008  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
33009 \end_layout
33010
33011 \begin_layout Standard
33012 \begin_inset VSpace bigskip
33013 \end_inset
33014
33015 Wenn Sie eine 
33016 \family sans
33017 Innere
33018 \begin_inset space ~
33019 \end_inset
33020
33021 Box
33022 \family default
33023  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
33024 \family sans
33025 Inhalt
33026 \family default
33027  senkrecht ausgerichtet werden:
33028 \end_layout
33029
33030 \begin_layout Description
33031 Oben Dies ist ein Beispieltext.
33032  
33033 \begin_inset Box Boxed
33034 position "c"
33035 hor_pos "c"
33036 has_inner_box 1
33037 inner_pos "t"
33038 use_parbox 0
33039 use_makebox 0
33040 width "20col%"
33041 special "none"
33042 height "1.5in"
33043 height_special "totalheight"
33044 thickness "0.4pt"
33045 separation "3pt"
33046 shadowsize "4pt"
33047 framecolor "black"
33048 backgroundcolor "none"
33049 status collapsed
33050
33051 \begin_layout Plain Layout
33052 \align center
33053 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
33054 \end_layout
33055
33056 \end_inset
33057
33058  Dies ist ein Beispieltext.
33059 \end_layout
33060
33061 \begin_layout Description
33062 Mitte Dies ist ein Beispieltext.
33063  
33064 \begin_inset Box Boxed
33065 position "c"
33066 hor_pos "c"
33067 has_inner_box 1
33068 inner_pos "c"
33069 use_parbox 0
33070 use_makebox 0
33071 width "20col%"
33072 special "none"
33073 height "1.5in"
33074 height_special "totalheight"
33075 thickness "0.4pt"
33076 separation "3pt"
33077 shadowsize "4pt"
33078 framecolor "black"
33079 backgroundcolor "none"
33080 status collapsed
33081
33082 \begin_layout Plain Layout
33083 \align center
33084 Der Boxinhalt ist zentriert ausgerichtet.
33085 \end_layout
33086
33087 \end_inset
33088
33089  Dies ist ein Beispieltext.
33090 \end_layout
33091
33092 \begin_layout Description
33093 Unten Dies ist ein Beispieltext.
33094  
33095 \begin_inset Box Boxed
33096 position "c"
33097 hor_pos "c"
33098 has_inner_box 1
33099 inner_pos "b"
33100 use_parbox 0
33101 use_makebox 0
33102 width "20col%"
33103 special "none"
33104 height "1.5in"
33105 height_special "totalheight"
33106 thickness "0.4pt"
33107 separation "3pt"
33108 shadowsize "4pt"
33109 framecolor "black"
33110 backgroundcolor "none"
33111 status collapsed
33112
33113 \begin_layout Plain Layout
33114 \align center
33115 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
33116 \end_layout
33117
33118 \end_inset
33119
33120  Dies ist ein Beispieltext.
33121 \end_layout
33122
33123 \begin_layout Description
33124 Dehnen Dies ist ein Beispieltext.
33125  
33126 \begin_inset Box Boxed
33127 position "c"
33128 hor_pos "c"
33129 has_inner_box 1
33130 inner_pos "s"
33131 use_parbox 0
33132 use_makebox 0
33133 width "20col%"
33134 special "none"
33135 height "1in"
33136 height_special "totalheight"
33137 thickness "0.4pt"
33138 separation "3pt"
33139 shadowsize "4pt"
33140 framecolor "black"
33141 backgroundcolor "none"
33142 status collapsed
33143
33144 \begin_layout Plain Layout
33145 \align center
33146 Der Boxinhalt
33147 \end_layout
33148
33149 \begin_layout Plain Layout
33150 \align center
33151 ist über die
33152 \end_layout
33153
33154 \begin_layout Plain Layout
33155 \align center
33156 Boxhöhe
33157 \end_layout
33158
33159 \begin_layout Plain Layout
33160 \align center
33161 gleichmäßig verteilt.
33162 \end_layout
33163
33164 \end_inset
33165
33166  Dies ist ein Beispieltext.
33167 \end_layout
33168
33169 \begin_layout Standard
33170 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
33171  besteht.
33172  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
33173 \end_layout
33174
33175 \begin_layout Standard
33176 Ein Boxinhalt kann mit dem Dialog 
33177 \family sans
33178 Absatz-Einstellungen
33179 \family default
33180  waagerecht ausgerichtet werden, wenn Sie eine
33181 \family sans
33182  Innere
33183 \begin_inset space ~
33184 \end_inset
33185
33186 Box
33187 \family default
33188  gewählt haben.
33189 \begin_inset Separator parbreak
33190 \end_inset
33191
33192
33193 \end_layout
33194
33195 \begin_layout Standard
33196 \align center
33197 \begin_inset Box Boxed
33198 position "c"
33199 hor_pos "c"
33200 has_inner_box 1
33201 inner_pos "s"
33202 use_parbox 0
33203 use_makebox 0
33204 width "30col%"
33205 special "none"
33206 height "1.25in"
33207 height_special "totalheight"
33208 thickness "0.4pt"
33209 separation "3pt"
33210 shadowsize "4pt"
33211 framecolor "black"
33212 backgroundcolor "none"
33213 status collapsed
33214
33215 \begin_layout Plain Layout
33216 \align left
33217 Hier ist jede Zeile
33218 \end_layout
33219
33220 \begin_layout Plain Layout
33221 \align center
33222 anders
33223 \end_layout
33224
33225 \begin_layout Plain Layout
33226 \align right
33227 ausgerichtet.
33228 \end_layout
33229
33230 \end_inset
33231
33232
33233 \end_layout
33234
33235 \begin_layout Standard
33236 Wenn Sie keine
33237 \family sans
33238  Innere
33239 \begin_inset space ~
33240 \end_inset
33241
33242 Box
33243 \family default
33244  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
33245 \family sans
33246 Box-Einstellungen-
33247 \family default
33248 Dialog ausrichten
33249 \begin_inset Separator parbreak
33250 \end_inset
33251
33252
33253 \end_layout
33254
33255 \begin_layout Standard
33256 \align center
33257 \begin_inset Box Boxed
33258 position "c"
33259 hor_pos "s"
33260 has_inner_box 0
33261 inner_pos "s"
33262 use_parbox 0
33263 use_makebox 0
33264 width "90col%"
33265 special "none"
33266 height "1.25in"
33267 height_special "totalheight"
33268 thickness "0.4pt"
33269 separation "3pt"
33270 shadowsize "4pt"
33271 framecolor "black"
33272 backgroundcolor "none"
33273 status collapsed
33274
33275 \begin_layout Plain Layout
33276 Dieser Boxinhalt wurde horizontal gedehnt.
33277 \end_layout
33278
33279 \end_inset
33280
33281
33282 \end_layout
33283
33284 \begin_layout Subsection
33285 Verzierung
33286 \begin_inset CommandInset label
33287 LatexCommand label
33288 name "uab:Verzierung"
33289
33290 \end_inset
33291
33292
33293 \begin_inset Index idx
33294 status collapsed
33295
33296 \begin_layout Plain Layout
33297 Boxen ! Verzierung
33298 \end_layout
33299
33300 \end_inset
33301
33302
33303 \end_layout
33304
33305 \begin_layout Standard
33306 Im 
33307 \family sans
33308 Box-Einstellungen-
33309 \family default
33310 Dialog können Sie mit der 
33311 \family sans
33312 Verzierung
33313 \family default
33314  den Typ der Box auswählen:
33315 \end_layout
33316
33317 \begin_layout Description
33318 Kein
33319 \begin_inset space ~
33320 \end_inset
33321
33322 Rahmen Nichts wird gezeichnet.
33323 \end_layout
33324
33325 \begin_layout Description
33326 Einfacher
33327 \begin_inset space ~
33328 \end_inset
33329
33330 rechteckiger
33331 \begin_inset space ~
33332 \end_inset
33333
33334 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
33335  Die Rahmendicke kann festgelegt werden.
33336  
33337 \begin_inset Box Boxed
33338 position "c"
33339 hor_pos "c"
33340 has_inner_box 1
33341 inner_pos "c"
33342 use_parbox 0
33343 use_makebox 0
33344 width "21col%"
33345 special "none"
33346 height "1in"
33347 height_special "totalheight"
33348 thickness "0.4pt"
33349 separation "3pt"
33350 shadowsize "4pt"
33351 framecolor "black"
33352 backgroundcolor "none"
33353 status collapsed
33354
33355 \begin_layout Plain Layout
33356
33357 \series medium
33358 Rechteckige
33359 \begin_inset space ~
33360 \end_inset
33361
33362 Box
33363 \end_layout
33364
33365 \end_inset
33366
33367
33368 \end_layout
33369
33370 \begin_layout Description
33371 erlaube
33372 \begin_inset space ~
33373 \end_inset
33374
33375 Seitenumbrüche 
33376 \end_layout
33377
33378 \begin_layout Description
33379 Ovaler
33380 \begin_inset space ~
33381 \end_inset
33382
33383 Rahmen,
33384 \begin_inset space ~
33385 \end_inset
33386
33387 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
33388  Die Rahmendicke ist 0.4
33389 \begin_inset space \thinspace{}
33390 \end_inset
33391
33392 pt.
33393  
33394 \begin_inset Box ovalbox
33395 position "c"
33396 hor_pos "c"
33397 has_inner_box 1
33398 inner_pos "c"
33399 use_parbox 0
33400 use_makebox 0
33401 width "20col%"
33402 special "none"
33403 height "1in"
33404 height_special "totalheight"
33405 thickness "0.4pt"
33406 separation "3pt"
33407 shadowsize "4pt"
33408 framecolor "black"
33409 backgroundcolor "none"
33410 status collapsed
33411
33412 \begin_layout Plain Layout
33413 Ovale
33414 \begin_inset space ~
33415 \end_inset
33416
33417 Box,
33418 \begin_inset space ~
33419 \end_inset
33420
33421 dünn
33422 \end_layout
33423
33424 \end_inset
33425
33426
33427 \end_layout
33428
33429 \begin_layout Description
33430 Ovaler
33431 \begin_inset space ~
33432 \end_inset
33433
33434 Rahmen,
33435 \begin_inset space ~
33436 \end_inset
33437
33438 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
33439  Die Rahmendicke ist 0.8
33440 \begin_inset space \thinspace{}
33441 \end_inset
33442
33443 pt.
33444  
33445 \begin_inset Box Ovalbox
33446 position "c"
33447 hor_pos "c"
33448 has_inner_box 1
33449 inner_pos "c"
33450 use_parbox 0
33451 use_makebox 0
33452 width "20col%"
33453 special "none"
33454 height "1in"
33455 height_special "totalheight"
33456 thickness "0.4pt"
33457 separation "3pt"
33458 shadowsize "4pt"
33459 framecolor "black"
33460 backgroundcolor "none"
33461 status collapsed
33462
33463 \begin_layout Plain Layout
33464 Ovale
33465 \begin_inset space ~
33466 \end_inset
33467
33468 Box,
33469 \begin_inset space ~
33470 \end_inset
33471
33472 dick
33473 \end_layout
33474
33475 \end_inset
33476
33477
33478 \end_layout
33479
33480 \begin_layout Description
33481 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
33482  Die Rahmendicke und die Schattenbreite kann festgelegt werden.
33483 \begin_inset Newline newline
33484 \end_inset
33485
33486
33487 \begin_inset Box Shadowbox
33488 position "c"
33489 hor_pos "c"
33490 has_inner_box 1
33491 inner_pos "c"
33492 use_parbox 0
33493 use_makebox 0
33494 width "20col%"
33495 special "none"
33496 height "1in"
33497 height_special "totalheight"
33498 thickness "0.4pt"
33499 separation "3pt"
33500 shadowsize "4pt"
33501 framecolor "black"
33502 backgroundcolor "none"
33503 status collapsed
33504
33505 \begin_layout Plain Layout
33506 Schattierte
33507 \begin_inset space ~
33508 \end_inset
33509
33510 Box
33511 \end_layout
33512
33513 \end_inset
33514
33515
33516 \end_layout
33517
33518 \begin_layout Description
33519 Schattierter
33520 \begin_inset space ~
33521 \end_inset
33522
33523 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
33524  Im Gegensatz zu farbigen Boxen
33525 \begin_inset Foot
33526 status collapsed
33527
33528 \begin_layout Plain Layout
33529 siehe Abschnitt
33530 \begin_inset space ~
33531 \end_inset
33532
33533
33534 \begin_inset CommandInset ref
33535 LatexCommand ref
33536 reference "abs:Farbige-Boxen"
33537
33538 \end_inset
33539
33540
33541 \end_layout
33542
33543 \end_inset
33544
33545  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
33546  die Box ist ein Absatz für sich.
33547  
33548 \begin_inset Box Shaded
33549 position "t"
33550 hor_pos "c"
33551 has_inner_box 0
33552 inner_pos "t"
33553 use_parbox 0
33554 use_makebox 0
33555 width "50col%"
33556 special "none"
33557 height "1in"
33558 height_special "totalheight"
33559 thickness "0.4pt"
33560 separation "3pt"
33561 shadowsize "4pt"
33562 framecolor "black"
33563 backgroundcolor "none"
33564 status collapsed
33565
33566 \begin_layout Plain Layout
33567 Schattierter Hintergrund Box
33568 \end_layout
33569
33570 \end_inset
33571
33572
33573 \end_layout
33574
33575 \begin_layout Description
33576 Doppelter
33577 \begin_inset space ~
33578 \end_inset
33579
33580 rechteckiger
33581 \begin_inset space ~
33582 \end_inset
33583
33584 Rahmen zeichnet einen doppelten Rahmen um die Box.
33585  Der innere Rahmen ist 0,75
33586 \begin_inset space \thinspace{}
33587 \end_inset
33588
33589 Rahmendicke breit, der äußere 1,5
33590 \begin_inset space \thinspace{}
33591 \end_inset
33592
33593 Rahmendicke.
33594  Der Zwischenraum beträgt 1,5
33595 \begin_inset space \thinspace{}
33596 \end_inset
33597
33598 Rahmendicke
33599 \begin_inset space \thinspace{}
33600 \end_inset
33601
33602 +
33603 \begin_inset space \thinspace{}
33604 \end_inset
33605
33606 0,5
33607 \begin_inset space \thinspace{}
33608 \end_inset
33609
33610 pt.
33611  
33612 \begin_inset Box Doublebox
33613 position "c"
33614 hor_pos "c"
33615 has_inner_box 1
33616 inner_pos "c"
33617 use_parbox 0
33618 use_makebox 0
33619 width "20col%"
33620 special "none"
33621 height "1in"
33622 height_special "totalheight"
33623 thickness "0.4pt"
33624 separation "3pt"
33625 shadowsize "4pt"
33626 framecolor "black"
33627 backgroundcolor "none"
33628 status collapsed
33629
33630 \begin_layout Plain Layout
33631 Doppelt
33632 \begin_inset space ~
33633 \end_inset
33634
33635 gerahmte
33636 \begin_inset space ~
33637 \end_inset
33638
33639 Box
33640 \end_layout
33641
33642 \end_inset
33643
33644
33645 \end_layout
33646
33647 \begin_layout Standard
33648 \begin_inset VSpace bigskip
33649 \end_inset
33650
33651 Die Aufschrift der Box in \SpecialChar LyX
33652  ändert sich mit der gewählten Verzierung.
33653  Um alle Verzierungen verwenden zu können, muss das \SpecialChar LaTeX
33654 -Paket 
33655 \series bold
33656 fancybox
33657 \series default
33658
33659 \begin_inset Index idx
33660 status collapsed
33661
33662 \begin_layout Plain Layout
33663 \SpecialChar LaTeX
33664 -Pakete ! fancybox
33665 \end_layout
33666
33667 \end_inset
33668
33669  installiert sein.
33670 \end_layout
33671
33672 \begin_layout Standard
33673 \begin_inset VSpace bigskip
33674 \end_inset
33675
33676 Wenn Sie die Verzierung 
33677 \family sans
33678 Einfacher rechteckiger Rahmen
33679 \family default
33680  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
33681  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
33682  immer über die gesamte Zeilenbreite geht und dass die Box ein Absatz für
33683  sich ist: 
33684 \begin_inset Box Framed
33685 position "t"
33686 hor_pos "c"
33687 has_inner_box 0
33688 inner_pos "t"
33689 use_parbox 0
33690 use_makebox 0
33691 width "100col%"
33692 special "none"
33693 height "1in"
33694 height_special "totalheight"
33695 thickness "0.4pt"
33696 separation "3pt"
33697 shadowsize "4pt"
33698 framecolor "black"
33699 backgroundcolor "none"
33700 status collapsed
33701
33702 \begin_layout Plain Layout
33703 Box erlaubt Seitenumbruch
33704 \end_layout
33705
33706 \end_inset
33707
33708
33709 \end_layout
33710
33711 \begin_layout Section
33712 Box-Anpassung
33713 \begin_inset Index idx
33714 status collapsed
33715
33716 \begin_layout Plain Layout
33717 Boxen ! Anpassung
33718 \end_layout
33719
33720 \end_inset
33721
33722
33723 \end_layout
33724
33725 \begin_layout Standard
33726 \noindent
33727 Der Durchmesser der abgerundeten Ecken kann mit 
33728 \series bold
33729
33730 \backslash
33731 cornersize
33732 \series default
33733  gesetzt werden.
33734  Der \SpecialChar TeX
33735 -Code-Befehl
33736 \end_layout
33737
33738 \begin_layout Standard
33739
33740 \series bold
33741
33742 \backslash
33743 cornersize*{1cm}
33744 \end_layout
33745
33746 \begin_layout Standard
33747 setzt den Durchmesser auf 1
33748 \begin_inset space \thinspace{}
33749 \end_inset
33750
33751 cm.
33752  Der \SpecialChar TeX
33753 -Code-Befehl
33754 \end_layout
33755
33756 \begin_layout Standard
33757
33758 \series bold
33759
33760 \backslash
33761 cornersize{num}
33762 \end_layout
33763
33764 \begin_layout Standard
33765 setzt den Durchmesser auf 
33766 \family sans
33767 num
33768 \begin_inset space \thinspace{}
33769 \end_inset
33770
33771 ×
33772 \begin_inset space \thinspace{}
33773 \end_inset
33774
33775 Minimum(Breite der Box, Höhe der Box)
33776 \family default
33777 .
33778  Der Standardwert ist 
33779 \series bold
33780
33781 \backslash
33782 cornersize{0.5}
33783 \series default
33784 .
33785 \end_layout
33786
33787 \begin_layout Standard
33788 \begin_inset ERT
33789 status collapsed
33790
33791 \begin_layout Plain Layout
33792
33793
33794 \backslash
33795 cornersize*{1.5cm}
33796 \end_layout
33797
33798 \end_inset
33799
33800
33801 \begin_inset Box Ovalbox
33802 position "c"
33803 hor_pos "c"
33804 has_inner_box 1
33805 inner_pos "c"
33806 use_parbox 0
33807 use_makebox 0
33808 width "30col%"
33809 special "none"
33810 height "1in"
33811 height_special "totalheight"
33812 thickness "0.4pt"
33813 separation "3pt"
33814 shadowsize "4pt"
33815 framecolor "black"
33816 backgroundcolor "none"
33817 status open
33818
33819 \begin_layout Plain Layout
33820 \align center
33821 Ovale Box, dicker Rand, mit 
33822 \series bold
33823
33824 \backslash
33825 cornersize
33826 \series default
33827
33828 \begin_inset space \thinspace{}
33829 \end_inset
33830
33831 =
33832 \begin_inset space \thinspace{}
33833 \end_inset
33834
33835 1.5
33836 \begin_inset space \thinspace{}
33837 \end_inset
33838
33839 cm
33840 \end_layout
33841
33842 \end_inset
33843
33844
33845 \begin_inset ERT
33846 status collapsed
33847
33848 \begin_layout Plain Layout
33849
33850
33851 \backslash
33852 cornersize{0.5}
33853 \end_layout
33854
33855 \end_inset
33856
33857
33858 \end_layout
33859
33860 \begin_layout Standard
33861 \begin_inset VSpace bigskip
33862 \end_inset
33863
33864 Die Standard-Hintergrundfarbe rot von Boxen mit 
33865 \family sans
33866 schattiertem Hintergrund
33867 \family default
33868  kann entweder lokal mit dem Befehl 
33869 \series bold
33870
33871 \backslash
33872 definecolor{shadecolor}
33873 \series default
33874  oder global über das Menü 
33875 \family sans
33876 Werkzeuge\SpecialChar menuseparator
33877 Einstellungen\SpecialChar menuseparator
33878 Farben\SpecialChar menuseparator
33879 Schattierte
33880 \begin_inset space ~
33881 \end_inset
33882
33883 Box
33884 \family default
33885  geändert werden.
33886  Das Schema des 
33887 \series bold
33888
33889 \backslash
33890 definecolor
33891 \series default
33892  Befehls ist  in Abschnitt
33893 \begin_inset space ~
33894 \end_inset
33895
33896
33897 \begin_inset CommandInset ref
33898 LatexCommand ref
33899 reference "abs:Farbige-Tabellen"
33900
33901 \end_inset
33902
33903  erklärt.
33904 \begin_inset Foot
33905 status collapsed
33906
33907 \begin_layout Plain Layout
33908 Beachten Sie, dass 
33909 \series bold
33910
33911 \backslash
33912 definecolor
33913 \series default
33914  das \SpecialChar LaTeX
33915 -Paket 
33916 \series bold
33917 color
33918 \series default
33919  im \SpecialChar LaTeX
33920 -Vorspann benötigt, siehe Abschnitt
33921 \begin_inset space ~
33922 \end_inset
33923
33924
33925 \begin_inset CommandInset ref
33926 LatexCommand ref
33927 reference "abs:Farbige-Boxen"
33928
33929 \end_inset
33930
33931 .
33932 \end_layout
33933
33934 \end_inset
33935
33936  Für das nächste Beispiel wurden folgender \SpecialChar TeX
33937 -Code verwendet:
33938 \end_layout
33939
33940 \begin_layout Standard
33941
33942 \series bold
33943
33944 \backslash
33945 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33946 \end_layout
33947
33948 \begin_layout Standard
33949 \begin_inset ERT
33950 status collapsed
33951
33952 \begin_layout Plain Layout
33953
33954
33955 \backslash
33956 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33957 \end_layout
33958
33959 \end_inset
33960
33961
33962 \begin_inset Box Shaded
33963 position "t"
33964 hor_pos "c"
33965 has_inner_box 0
33966 inner_pos "t"
33967 use_parbox 0
33968 use_makebox 0
33969 width "100col%"
33970 special "none"
33971 height "1in"
33972 height_special "totalheight"
33973 thickness "0.4pt"
33974 separation "3pt"
33975 shadowsize "4pt"
33976 framecolor "black"
33977 backgroundcolor "none"
33978 status open
33979
33980 \begin_layout Plain Layout
33981
33982 \color yellow
33983 Dies ist gelber Text in einer 
33984 \family sans
33985 schattierten Hintergrund
33986 \begin_inset space ~
33987 \end_inset
33988
33989
33990 \family default
33991 Box auf dunkelgrünem Hintergrund.
33992 \end_layout
33993
33994 \end_inset
33995
33996
33997 \begin_inset ERT
33998 status collapsed
33999
34000 \begin_layout Plain Layout
34001
34002
34003 \backslash
34004 definecolor{shadecolor}{rgb}{1,0,0}
34005 \end_layout
34006
34007 \end_inset
34008
34009
34010 \end_layout
34011
34012 \begin_layout Standard
34013 \begin_inset VSpace bigskip
34014 \end_inset
34015
34016 Geänderte Größen und Farben gelten für alle Boxen, die auf den Befehl folgen,
34017  der sie ändert.
34018 \end_layout
34019
34020 \begin_layout Section
34021 Minipage
34022 \begin_inset CommandInset label
34023 LatexCommand label
34024 name "abs:Minipage"
34025
34026 \end_inset
34027
34028
34029 \begin_inset Index idx
34030 status collapsed
34031
34032 \begin_layout Plain Layout
34033 Boxen ! Minipage
34034 \end_layout
34035
34036 \end_inset
34037
34038
34039 \end_layout
34040
34041 \begin_layout Standard
34042 Minipages werden von \SpecialChar LaTeX
34043  wie Seiten auf einer Seite behandelt und können deshalb
34044  unter anderem eigene Fußnoten haben.
34045 \end_layout
34046
34047 \begin_layout Standard
34048 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
34049 \end_layout
34050
34051 \begin_layout Standard
34052 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
34053  Ihre Breite ist 45 Spaltenbreite
34054 \begin_inset space ~
34055 \end_inset
34056
34057 %, und sie sind durch einen 
34058 \family sans
34059 HFill
34060 \family default
34061  getrennt (
34062 \family sans
34063 Einfügen\SpecialChar menuseparator
34064 Formatierung\SpecialChar menuseparator
34065 Horizontaler
34066 \begin_inset space \space{}
34067 \end_inset
34068
34069 Abstand\SpecialChar menuseparator
34070 Abstand\SpecialChar menuseparator
34071 Variabler
34072 \begin_inset space ~
34073 \end_inset
34074
34075 horiz.
34076 \begin_inset space ~
34077 \end_inset
34078
34079 Abstand
34080 \family default
34081 ).
34082 \begin_inset Newpage newpage
34083 \end_inset
34084
34085
34086 \end_layout
34087
34088 \begin_layout Standard
34089 \noindent
34090 \begin_inset Box Frameless
34091 position "t"
34092 hor_pos "c"
34093 has_inner_box 1
34094 inner_pos "c"
34095 use_parbox 0
34096 use_makebox 0
34097 width "45col%"
34098 special "none"
34099 height "1in"
34100 height_special "totalheight"
34101 thickness "0.4pt"
34102 separation "3pt"
34103 shadowsize "4pt"
34104 framecolor "black"
34105 backgroundcolor "none"
34106 status open
34107
34108 \begin_layout Plain Layout
34109 Dies ist ein deutscher Text.
34110  Dies ist ein deutscher Text.
34111  Dies ist ein deutscher Text.
34112  Dies ist ein deutscher Text.
34113  Dies ist ein deutscher Text.
34114  Dies ist ein deutscher Text.
34115  Dies ist ein deutscher Text.
34116  Dies ist ein deutscher Text.
34117  Dies ist ein deutscher Text.
34118  Dies ist ein deutscher Text.
34119  Dies ist ein deutscher Text.
34120  Dies ist ein deutscher Text.
34121  Dies ist ein deutscher Text
34122 \begin_inset Foot
34123 status open
34124
34125 \begin_layout Plain Layout
34126 Dies ist eine deutsche Fußnote.
34127 \end_layout
34128
34129 \end_inset
34130
34131 .
34132  Dies ist ein deutscher Text.
34133  Dies ist ein deutscher Text.
34134 \end_layout
34135
34136 \end_inset
34137
34138
34139 \begin_inset space \hfill{}
34140 \end_inset
34141
34142
34143 \begin_inset Box Frameless
34144 position "t"
34145 hor_pos "c"
34146 has_inner_box 1
34147 inner_pos "c"
34148 use_parbox 0
34149 use_makebox 0
34150 width "45col%"
34151 special "none"
34152 height "1in"
34153 height_special "totalheight"
34154 thickness "0.4pt"
34155 separation "3pt"
34156 shadowsize "4pt"
34157 framecolor "black"
34158 backgroundcolor "none"
34159 status open
34160
34161 \begin_layout Plain Layout
34162
34163 \lang english
34164 This is an English Text.
34165  This is an English Text.
34166  This is an English Text.
34167  This is an English Text.
34168  This is an English Text.
34169  This is an English Text.
34170  This is an English Text.
34171  This is an English Text.
34172  This is an English Text.
34173  This is an English Text.
34174  This is an English Text.
34175  This is an English Text.
34176  This is an English Text.
34177  This is an English Text.
34178  This is an English Text.
34179  This is an English Text.
34180 \begin_inset Foot
34181 status collapsed
34182
34183 \begin_layout Plain Layout
34184
34185 \lang english
34186 This is an English footnote.
34187 \end_layout
34188
34189 \end_inset
34190
34191  This is an English Text.
34192 \end_layout
34193
34194 \end_inset
34195
34196
34197 \end_layout
34198
34199 \begin_layout Standard
34200 \begin_inset VSpace bigskip
34201 \end_inset
34202
34203 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
34204  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
34205  Absätze nicht eingerückt werden, obwohl Sie das in 
34206 \family sans
34207 Dokument
34208 \family default
34209 \SpecialChar menuseparator
34210
34211 \family sans
34212 Einstellun\SpecialChar softhyphen
34213 gen\SpecialChar menuseparator
34214 Textformat
34215 \family default
34216  festgelegt haben.
34217  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
34218  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem \SpecialChar TeX
34219 -Code 
34220 \series bold
34221
34222 \backslash
34223 hspace*{1em}
34224 \series default
34225 .
34226 \end_layout
34227
34228 \begin_layout Standard
34229 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
34230  zu verpassen, siehe Abschnitt
34231 \begin_inset space ~
34232 \end_inset
34233
34234
34235 \begin_inset CommandInset ref
34236 LatexCommand ref
34237 reference "abs:Farbige-Boxen"
34238
34239 \end_inset
34240
34241 .
34242 \end_layout
34243
34244 \begin_layout Standard
34245 \begin_inset Note Greyedout
34246 status open
34247
34248 \begin_layout Plain Layout
34249
34250 \series bold
34251 Bemerkung:
34252 \series default
34253  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
34254  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
34255 \end_layout
34256
34257 \end_inset
34258
34259
34260 \end_layout
34261
34262 \begin_layout Standard
34263 \begin_inset VSpace bigskip
34264 \end_inset
34265
34266
34267 \end_layout
34268
34269 \begin_layout Standard
34270 \SpecialChar LyX
34271  unterstützt auch Minipages, deren Breite sich automatisch an die Größe
34272  des Inhalts anpasst, über das Modul 
34273 \family sans
34274 Breitenvariable
34275 \begin_inset space ~
34276 \end_inset
34277
34278 Minipages
34279 \family default
34280 .
34281  Die \SpecialChar LyX
34282 -Beispieldatei 
34283 \emph on
34284 varwidth-floats-side-by-side
34285 \emph default
34286  gibt Beispiele von breitenvariablen Minipages, um Gleitobjekte nebeneinander
34287  zu setzen.
34288 \end_layout
34289
34290 \begin_layout Section
34291 Parbox
34292 \begin_inset CommandInset label
34293 LatexCommand label
34294 name "abs:Parbox"
34295
34296 \end_inset
34297
34298
34299 \begin_inset Index idx
34300 status collapsed
34301
34302 \begin_layout Plain Layout
34303 Boxen ! Parbox
34304 \end_layout
34305
34306 \end_inset
34307
34308
34309 \end_layout
34310
34311 \begin_layout Standard
34312 Parbox ist eine Abkürzung für 
34313 \begin_inset Quotes gld
34314 \end_inset
34315
34316 paragraph box
34317 \begin_inset Quotes grd
34318 \end_inset
34319
34320 , was Absatzbox bedeutet.
34321  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
34322  in Parboxen nicht ausgegeben werden:
34323 \begin_inset Separator parbreak
34324 \end_inset
34325
34326
34327 \end_layout
34328
34329 \begin_layout Standard
34330 \align center
34331 \begin_inset Box Frameless
34332 position "t"
34333 hor_pos "c"
34334 has_inner_box 1
34335 inner_pos "t"
34336 use_parbox 1
34337 use_makebox 0
34338 width "33col%"
34339 special "none"
34340 height "1in"
34341 height_special "totalheight"
34342 thickness "0.4pt"
34343 separation "3pt"
34344 shadowsize "4pt"
34345 framecolor "black"
34346 backgroundcolor "none"
34347 status open
34348
34349 \begin_layout Plain Layout
34350 Dies ist Text in einer Parbox.
34351  Dies ist Text in einer Parbox.
34352 \end_layout
34353
34354 \begin_layout Plain Layout
34355 Diese Fußnote wird nicht gedruckt:
34356 \begin_inset Foot
34357 status collapsed
34358
34359 \begin_layout Plain Layout
34360 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
34361 \end_layout
34362
34363 \end_inset
34364
34365
34366 \end_layout
34367
34368 \end_inset
34369
34370
34371 \end_layout
34372
34373 \begin_layout Section
34374 Boxen für Worte und Buchstaben
34375 \begin_inset Index idx
34376 status collapsed
34377
34378 \begin_layout Plain Layout
34379 Boxen ! für Buchstaben
34380 \end_layout
34381
34382 \end_inset
34383
34384
34385 \end_layout
34386
34387 \begin_layout Subsection
34388 Silbentrennung unterbinden
34389 \begin_inset CommandInset label
34390 LatexCommand label
34391 name "abs:Silbentrennung-unterbinden"
34392
34393 \end_inset
34394
34395
34396 \begin_inset Index idx
34397 status collapsed
34398
34399 \begin_layout Plain Layout
34400 Boxen ! zur Vermeidung von Silbentrennung
34401 \end_layout
34402
34403 \end_inset
34404
34405
34406 \end_layout
34407
34408 \begin_layout Standard
34409 Sie können den Boxtyp 
34410 \family sans
34411 Makebox
34412 \family default
34413  benutzen, um Silbentrennungen zu unterbinden.
34414 \begin_inset Newline newline
34415 \end_inset
34416
34417 Hier ist ein Beispiel: 
34418 \end_layout
34419
34420 \begin_layout Standard
34421 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
34422 \begin_inset Quotes gld
34423 \end_inset
34424
34425 einsehrsehrsehrlangeswort
34426 \begin_inset Quotes grd
34427 \end_inset
34428
34429 .
34430 \end_layout
34431
34432 \begin_layout Standard
34433 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
34434  Innere
34435 \begin_inset space ~
34436 \end_inset
34437
34438 Box auf Makebox und verwenden keine explizite Breite.
34439 \end_layout
34440
34441 \begin_layout Standard
34442 Hier ist das Ergebnis:
34443 \end_layout
34444
34445 \begin_layout Standard
34446 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34447 \begin_inset Box Frameless
34448 position "t"
34449 hor_pos "c"
34450 has_inner_box 1
34451 inner_pos "t"
34452 use_parbox 0
34453 use_makebox 1
34454 width ""
34455 special "none"
34456 height "1in"
34457 height_special "totalheight"
34458 thickness "0.4pt"
34459 separation "3pt"
34460 shadowsize "4pt"
34461 framecolor "black"
34462 backgroundcolor "none"
34463 status open
34464
34465 \begin_layout Plain Layout
34466 \begin_inset Quotes gld
34467 \end_inset
34468
34469 einsehrsehrsehrlangeswort
34470 \begin_inset Quotes grd
34471 \end_inset
34472
34473
34474 \end_layout
34475
34476 \end_inset
34477
34478 .
34479 \end_layout
34480
34481 \begin_layout Standard
34482 Alternativ dazu kann man auch den Befehl 
34483 \begin_inset Quotes gld
34484 \end_inset
34485
34486
34487 \series bold
34488
34489 \backslash
34490 -
34491 \series default
34492
34493 \begin_inset Quotes grd
34494 \end_inset
34495
34496  als \SpecialChar TeX
34497 -Code direkt vor das Wort setzen:
34498 \end_layout
34499
34500 \begin_layout Standard
34501 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34502 \begin_inset Quotes gld
34503 \end_inset
34504
34505
34506 \begin_inset ERT
34507 status collapsed
34508
34509 \begin_layout Plain Layout
34510
34511
34512 \backslash
34513 -
34514 \end_layout
34515
34516 \end_inset
34517
34518 einsehrsehrsehrlangeswort
34519 \begin_inset Quotes grd
34520 \end_inset
34521
34522 .
34523 \end_layout
34524
34525 \begin_layout Standard
34526 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
34527  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
34528 \family sans
34529 Strg-Eingabe
34530 \family default
34531 ) einfügen: 
34532 \end_layout
34533
34534 \begin_layout Standard
34535 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
34536 \begin_inset Newline newline
34537 \end_inset
34538
34539
34540 \begin_inset Box Frameless
34541 position "t"
34542 hor_pos "c"
34543 has_inner_box 1
34544 inner_pos "t"
34545 use_parbox 0
34546 use_makebox 1
34547 width ""
34548 special "none"
34549 height "1in"
34550 height_special "totalheight"
34551 thickness "0.4pt"
34552 separation "3pt"
34553 shadowsize "4pt"
34554 framecolor "black"
34555 backgroundcolor "none"
34556 status open
34557
34558 \begin_layout Plain Layout
34559 \begin_inset Quotes gld
34560 \end_inset
34561
34562 einsehrsehrsehrlangeswort
34563 \begin_inset Quotes grd
34564 \end_inset
34565
34566
34567 \end_layout
34568
34569 \end_inset
34570
34571 .
34572 \end_layout
34573
34574 \begin_layout Subsection
34575 Vertikale Ausrichtung
34576 \begin_inset CommandInset label
34577 LatexCommand label
34578 name "uab:Vertikale-Ausrichtung"
34579
34580 \end_inset
34581
34582
34583 \begin_inset Index idx
34584 status collapsed
34585
34586 \begin_layout Plain Layout
34587 Boxen ! für Vertikale Ausrichtung
34588 \end_layout
34589
34590 \end_inset
34591
34592
34593 \begin_inset Index idx
34594 status collapsed
34595
34596 \begin_layout Plain Layout
34597 Boxen ! raisebox
34598 \end_layout
34599
34600 \end_inset
34601
34602
34603 \end_layout
34604
34605 \begin_layout Standard
34606 Mit dem \SpecialChar LaTeX
34607 -Befehl 
34608 \series bold
34609
34610 \backslash
34611 raisebox
34612 \series default
34613  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
34614 n Textes ausrichten.
34615  
34616 \series bold
34617
34618 \backslash
34619 raisebox
34620 \series default
34621  wird folgendermaßen benutzt:
34622 \end_layout
34623
34624 \begin_layout Standard
34625
34626 \series bold
34627
34628 \backslash
34629 raisebox{Verschiebung}[oben][unten]{Text}
34630 \end_layout
34631
34632 \begin_layout Standard
34633 Positive Werte für Verschiebung
34634 \series bold
34635  
34636 \series default
34637 verschieben die Box nach oben, negative nach unten.
34638  Die beiden optionalen Parameter 
34639 \family typewriter
34640 oben
34641 \family default
34642  und 
34643 \family typewriter
34644 unten
34645 \family default
34646  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
34647  hinausgeht, wenn sie nicht verschoben ist.
34648 \end_layout
34649
34650 \begin_layout Standard
34651 Um zum Beispiel das Wort 
34652 \begin_inset Quotes gld
34653 \end_inset
34654
34655 provokant
34656 \begin_inset Quotes grd
34657 \end_inset
34658
34659  mit seinem 
34660 \begin_inset Quotes gld
34661 \end_inset
34662
34663 niedrigsten
34664 \begin_inset Quotes grd
34665 \end_inset
34666
34667  Buchstaben 
34668 \begin_inset Quotes gld
34669 \end_inset
34670
34671 p
34672 \begin_inset Quotes grd
34673 \end_inset
34674
34675  an der Grundlinie auszurichten, müssen Sie den \SpecialChar TeX
34676 -Code-Befehl
34677 \end_layout
34678
34679 \begin_layout Standard
34680
34681 \series bold
34682
34683 \backslash
34684 raisebox{
34685 \backslash
34686 depth}{
34687 \end_layout
34688
34689 \begin_layout Standard
34690 vor dem Wort einfügen und 
34691 \begin_inset Quotes gld
34692 \end_inset
34693
34694
34695 \series bold
34696 }
34697 \series default
34698
34699 \begin_inset Quotes grd
34700 \end_inset
34701
34702  als \SpecialChar TeX
34703 -Code dahinter:
34704 \end_layout
34705
34706 \begin_layout Standard
34707 Dies ist eine Zeile, in der das Wort 
34708 \begin_inset ERT
34709 status collapsed
34710
34711 \begin_layout Plain Layout
34712
34713
34714 \backslash
34715 raisebox{
34716 \backslash
34717 depth}{
34718 \end_layout
34719
34720 \end_inset
34721
34722
34723 \begin_inset Quotes gld
34724 \end_inset
34725
34726 provokant
34727 \begin_inset Quotes grd
34728 \end_inset
34729
34730
34731 \begin_inset ERT
34732 status collapsed
34733
34734 \begin_layout Plain Layout
34735
34736 }
34737 \end_layout
34738
34739 \end_inset
34740
34741  nach oben verschoben wurde.
34742 \end_layout
34743
34744 \begin_layout Standard
34745 \begin_inset VSpace bigskip
34746 \end_inset
34747
34748 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
34749  gedehnt:
34750 \end_layout
34751
34752 \begin_layout Standard
34753 Dies ist eine Zeile, in der das Wort 
34754 \begin_inset ERT
34755 status collapsed
34756
34757 \begin_layout Plain Layout
34758
34759
34760 \backslash
34761 raisebox{-
34762 \backslash
34763 depth}{
34764 \end_layout
34765
34766 \end_inset
34767
34768
34769 \begin_inset Quotes gld
34770 \end_inset
34771
34772 provokant
34773 \begin_inset Quotes grd
34774 \end_inset
34775
34776
34777 \begin_inset ERT
34778 status collapsed
34779
34780 \begin_layout Plain Layout
34781
34782 }
34783 \end_layout
34784
34785 \end_inset
34786
34787  nach unten verschoben wurde.
34788 \end_layout
34789
34790 \begin_layout Standard
34791 Dies ist eine Zeile, in der das Wort 
34792 \begin_inset ERT
34793 status collapsed
34794
34795 \begin_layout Plain Layout
34796
34797
34798 \backslash
34799 raisebox{0.5cm}{
34800 \end_layout
34801
34802 \end_inset
34803
34804
34805 \begin_inset Quotes gld
34806 \end_inset
34807
34808 testen
34809 \begin_inset Quotes grd
34810 \end_inset
34811
34812
34813 \begin_inset ERT
34814 status collapsed
34815
34816 \begin_layout Plain Layout
34817
34818 }
34819 \end_layout
34820
34821 \end_inset
34822
34823  um 0.5
34824 \begin_inset space \thinspace{}
34825 \end_inset
34826
34827 cm nach oben verschoben wurde.
34828 \end_layout
34829
34830 \begin_layout Standard
34831 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
34832 \end_layout
34833
34834 \begin_layout Standard
34835
34836 \series bold
34837
34838 \backslash
34839 raisebox{-
34840 \backslash
34841 depth}[0pt]{
34842 \end_layout
34843
34844 \begin_layout Standard
34845 Dies ist eine Zeile, in der das Wort 
34846 \begin_inset ERT
34847 status collapsed
34848
34849 \begin_layout Plain Layout
34850
34851
34852 \backslash
34853 raisebox{-
34854 \backslash
34855 depth}[0pt]{
34856 \end_layout
34857
34858 \end_inset
34859
34860
34861 \begin_inset Quotes gld
34862 \end_inset
34863
34864 provokant
34865 \begin_inset Quotes grd
34866 \end_inset
34867
34868
34869 \begin_inset ERT
34870 status collapsed
34871
34872 \begin_layout Plain Layout
34873
34874 }
34875 \end_layout
34876
34877 \end_inset
34878
34879  nach unten verschoben wurde.
34880 \begin_inset Newline newline
34881 \end_inset
34882
34883
34884 \begin_inset Newline newline
34885 \end_inset
34886
34887 Dies ist eine Zeile, in der das Wort 
34888 \begin_inset ERT
34889 status collapsed
34890
34891 \begin_layout Plain Layout
34892
34893
34894 \backslash
34895 raisebox{0.5cm}[0pt]{
34896 \end_layout
34897
34898 \end_inset
34899
34900
34901 \begin_inset Quotes gld
34902 \end_inset
34903
34904 testen
34905 \begin_inset Quotes grd
34906 \end_inset
34907
34908
34909 \begin_inset ERT
34910 status collapsed
34911
34912 \begin_layout Plain Layout
34913
34914 }
34915 \end_layout
34916
34917 \end_inset
34918
34919  um 0.5
34920 \begin_inset space \thinspace{}
34921 \end_inset
34922
34923 cm nach oben verschoben wurde.
34924  Jetzt überschneiden sich die verschobenen Worte.
34925 \end_layout
34926
34927 \begin_layout Section
34928 Farbige Boxen
34929 \begin_inset CommandInset label
34930 LatexCommand label
34931 name "abs:Farbige-Boxen"
34932
34933 \end_inset
34934
34935
34936 \begin_inset Index idx
34937 status collapsed
34938
34939 \begin_layout Plain Layout
34940 Boxen ! farbige
34941 \end_layout
34942
34943 \end_inset
34944
34945
34946 \end_layout
34947
34948 \begin_layout Standard
34949 Um einen Text mit einer Hintergrundfarbe zu versehen, wählen Sie diese im
34950  Box-Dialog aus.
34951  Dies ist zum Beispiel eine Box mit orangenem Hintergrund
34952 \begin_inset Newline newline
34953 \end_inset
34954
34955
34956 \begin_inset Box Frameless
34957 position "t"
34958 hor_pos "c"
34959 has_inner_box 1
34960 inner_pos "t"
34961 use_parbox 0
34962 use_makebox 1
34963 width ""
34964 special "none"
34965 height "1in"
34966 height_special "totalheight"
34967 thickness "0.4pt"
34968 separation "3pt"
34969 shadowsize "4pt"
34970 framecolor "black"
34971 backgroundcolor "orange"
34972 status open
34973
34974 \begin_layout Plain Layout
34975 Box mit orangenem Hintergrund
34976 \end_layout
34977
34978 \end_inset
34979
34980
34981 \end_layout
34982
34983 \begin_layout Standard
34984 Wenn Sie die Dekoration
34985 \family sans
34986  Einfacher
34987 \begin_inset space ~
34988 \end_inset
34989
34990 rechteckiger
34991 \begin_inset space ~
34992 \end_inset
34993
34994 Rahmen 
34995 \family default
34996 verwenden, können Sie eine Rahmenfarbe festlegen.
34997  In diesem Fall muss auch eine Hintergrundfarbe angegeben werden (LyX setzt
34998  sie standardmäßig auf weiß).
34999  Hier ist ein Beispiel:
35000 \begin_inset Newline newline
35001 \end_inset
35002
35003
35004 \begin_inset Box Boxed
35005 position "t"
35006 hor_pos "c"
35007 has_inner_box 0
35008 inner_pos "t"
35009 use_parbox 0
35010 use_makebox 0
35011 width ""
35012 special "none"
35013 height "1in"
35014 height_special "totalheight"
35015 thickness "0.4pt"
35016 separation "3pt"
35017 shadowsize "4pt"
35018 framecolor "teal"
35019 backgroundcolor "yellow"
35020 status open
35021
35022 \begin_layout Plain Layout
35023 Box mit tealer Rahmenfarbe und gelber Hintergrundfarbe
35024 \end_layout
35025
35026 \end_inset
35027
35028
35029 \end_layout
35030
35031 \begin_layout Standard
35032 \begin_inset VSpace bigskip
35033 \end_inset
35034
35035 Natürlich ist auch farbiger Text in einer farbigen Box möglich:
35036 \begin_inset Newline newline
35037 \end_inset
35038
35039
35040 \begin_inset Box Boxed
35041 position "t"
35042 hor_pos "c"
35043 has_inner_box 0
35044 inner_pos "t"
35045 use_parbox 0
35046 use_makebox 0
35047 width ""
35048 special "none"
35049 height "1in"
35050 height_special "totalheight"
35051 thickness "0.4pt"
35052 separation "3pt"
35053 shadowsize "4pt"
35054 framecolor "cyan"
35055 backgroundcolor "magenta"
35056 status open
35057
35058 \begin_layout Plain Layout
35059
35060 \color yellow
35061 Dies ist farbiger Text in einer farbigen, gerahmten Box.
35062 \end_layout
35063
35064 \end_inset
35065
35066
35067 \end_layout
35068
35069 \begin_layout Standard
35070 \begin_inset VSpace bigskip
35071 \end_inset
35072
35073
35074 \end_layout
35075
35076 \begin_layout Standard
35077 Falls sie andere als die voreingestellten Farben benötigen, können Ihre
35078  eigenen Farben definieren, wie in Abschnitt
35079 \begin_inset space ~
35080 \end_inset
35081
35082
35083 \begin_inset CommandInset ref
35084 LatexCommand ref
35085 reference "abs:Farbige-Tabellen"
35086
35087 \end_inset
35088
35089  beschrieben.
35090  Um selbstdefinierte Farben zu verwenden, muss die Box mittels TeX-Code
35091  gesetzt werden:
35092 \end_layout
35093
35094 \begin_layout Standard
35095 Farbige Boxen ohne Rahmen werden mit dem Befehl 
35096 \series bold
35097
35098 \backslash
35099 colorbox
35100 \series default
35101  erzeugt.
35102  Er hat folgendes Schema:
35103 \end_layout
35104
35105 \begin_layout Standard
35106
35107 \series bold
35108
35109 \backslash
35110 colorbox{Farbe}{Boxinhalt}
35111 \end_layout
35112
35113 \begin_layout Standard
35114 Der Boxinhalt kann auch eine Box sein, und farbige Boxen können in anderen
35115  Boxen sein.
35116  Um zum Beispiel ein Wort auf einem dunkelgrünen Hintergrund zu drucken,
35117  fügen sie den \SpecialChar TeX
35118 -Code-Befehl
35119 \end_layout
35120
35121 \begin_layout Standard
35122
35123 \series bold
35124
35125 \backslash
35126 colorbox{dunkelgruen}{
35127 \end_layout
35128
35129 \begin_layout Standard
35130 vor dem Wort ein.
35131  Hinter dem Wort fügen Sie 
35132 \series bold
35133
35134 \begin_inset Quotes gld
35135 \end_inset
35136
35137 }
35138 \series default
35139
35140 \begin_inset Quotes grd
35141 \end_inset
35142
35143  als \SpecialChar TeX
35144 -Code ein.
35145  Hier ist das Ergebnis:
35146 \end_layout
35147
35148 \begin_layout Standard
35149 In dieser Zeile hat 
35150 \begin_inset ERT
35151 status collapsed
35152
35153 \begin_layout Plain Layout
35154
35155
35156 \backslash
35157 colorbox{dunkelgruen}{
35158 \end_layout
35159
35160 \end_inset
35161
35162 Achtung!
35163 \begin_inset ERT
35164 status collapsed
35165
35166 \begin_layout Plain Layout
35167
35168 }
35169 \end_layout
35170
35171 \end_inset
35172
35173  einen dunkelgrünen Hintergrund.
35174 \end_layout
35175
35176 \begin_layout Standard
35177 Farbige Boxen mit Rahmen werden mit dem Befehl
35178 \series bold
35179  
35180 \backslash
35181 fcolorbox
35182 \series default
35183  erzeugt.
35184  Er hat folgendes Schema:
35185 \end_layout
35186
35187 \begin_layout Standard
35188
35189 \series bold
35190
35191 \backslash
35192 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
35193 \end_layout
35194
35195 \begin_layout Section
35196 Rotierte und skalierte Boxen
35197 \end_layout
35198
35199 \begin_layout Standard
35200 Um die in diesem Abschnitt beschriebenen Boxen nutzen zu können, muss das
35201  Modul 
35202 \family sans
35203 Grafik-Boxen
35204 \family default
35205  in den Dokumenteinstellungen geladen sein.
35206 \end_layout
35207
35208 \begin_layout Standard
35209 \begin_inset Note Greyedout
35210 status open
35211
35212 \begin_layout Plain Layout
35213
35214 \series bold
35215 Achtung:
35216 \series default
35217  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
35218 \end_layout
35219
35220 \end_inset
35221
35222
35223 \end_layout
35224
35225 \begin_layout Standard
35226 \begin_inset Note Greyedout
35227 status open
35228
35229 \begin_layout Plain Layout
35230
35231 \series bold
35232 Achtung:
35233 \series default
35234  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
35235 \end_layout
35236
35237 \end_inset
35238
35239
35240 \end_layout
35241
35242 \begin_layout Subsection
35243 Rotierte Boxen
35244 \begin_inset Index idx
35245 status collapsed
35246
35247 \begin_layout Plain Layout
35248 Boxen ! rotierte
35249 \end_layout
35250
35251 \end_inset
35252
35253
35254 \begin_inset Index idx
35255 status collapsed
35256
35257 \begin_layout Plain Layout
35258 Rotiertes Material
35259 \end_layout
35260
35261 \end_inset
35262
35263
35264 \end_layout
35265
35266 \begin_layout Standard
35267 Um Material zu drehen, setzt man es in eine 
35268 \family sans
35269 Rotationsbox
35270 \family default
35271 .
35272  Solch eine Box wird über das Menü 
35273 \family sans
35274 Einfügen\SpecialChar menuseparator
35275 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
35276 Rotationsbox
35277 \family default
35278  eingefügt.
35279 \end_layout
35280
35281 \begin_layout Standard
35282 Der Drehpunkt kann über die Einfügung 
35283 \family sans
35284 Drehpunkt
35285 \family default
35286  (Menü 
35287 \family sans
35288 Einfügen\SpecialChar menuseparator
35289 Drehpunkt
35290 \family default
35291 ) in der Form 
35292 \series bold
35293 origin=Position
35294 \series default
35295  angegeben.
35296  Folgende Positionen sind möglich: 
35297 \emph on
35298 c
35299 \emph default
35300  (mittig), 
35301 \emph on
35302 l
35303 \emph default
35304  (links), 
35305 \emph on
35306 r
35307 \emph default
35308  (rechts), 
35309 \emph on
35310 b
35311 \emph default
35312  (unten), 
35313 \emph on
35314 t
35315 \emph default
35316  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
35317  Z.
35318 \begin_inset space \thinspace{}
35319 \end_inset
35320
35321 B.
35322  bedeutet 
35323 \emph on
35324 lt
35325 \emph default
35326 , dass sich der Drehpunkt links oben befindet.
35327  Wird kein Drehpunkt angegeben, wird die Position 
35328 \emph on
35329 l
35330 \emph default
35331  verwendet.
35332  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
35333  Gedreht wird gegen den Uhrzeigersinn.
35334 \end_layout
35335
35336 \begin_layout Standard
35337 Im folgenden Beispiel wurde
35338 \series bold
35339  origin=c
35340 \series default
35341  in the Einfügung 
35342 \family sans
35343 Drehpunkt
35344 \family default
35345  und 
35346 \series bold
35347 60
35348 \series default
35349  in die Einfügung 
35350 \family sans
35351 Winkel
35352 \family default
35353  eingegeben.
35354 \end_layout
35355
35356 \begin_layout Standard
35357 Dies ist eine Zeile 
35358 \begin_inset Flex Rotatebox
35359 status open
35360
35361 \begin_layout Plain Layout
35362 \begin_inset Argument 1
35363 status open
35364
35365 \begin_layout Plain Layout
35366 origin=c
35367 \end_layout
35368
35369 \end_inset
35370
35371
35372 \begin_inset Argument 2
35373 status open
35374
35375 \begin_layout Plain Layout
35376 60
35377 \end_layout
35378
35379 \end_inset
35380
35381 mit rotiertem
35382 \end_layout
35383
35384 \end_inset
35385
35386  Text.
35387 \end_layout
35388
35389 \begin_layout Standard
35390 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
35391 \end_layout
35392
35393 \begin_layout Standard
35394 Dies ist eine Zeile 
35395 \begin_inset Flex Rotatebox
35396 status open
35397
35398 \begin_layout Plain Layout
35399 \begin_inset Argument 1
35400 status open
35401
35402 \begin_layout Plain Layout
35403 origin=r
35404 \end_layout
35405
35406 \end_inset
35407
35408
35409 \begin_inset Argument 2
35410 status open
35411
35412 \begin_layout Plain Layout
35413 -60
35414 \end_layout
35415
35416 \end_inset
35417
35418
35419 \begin_inset Box Doublebox
35420 position "c"
35421 hor_pos "c"
35422 has_inner_box 0
35423 inner_pos "c"
35424 use_parbox 0
35425 use_makebox 0
35426 width "1in"
35427 special "width"
35428 height "1in"
35429 height_special "totalheight"
35430 thickness "0.4pt"
35431 separation "3pt"
35432 shadowsize "4pt"
35433 framecolor "black"
35434 backgroundcolor "none"
35435 status collapsed
35436
35437 \begin_layout Plain Layout
35438 mit rotiertem
35439 \end_layout
35440
35441 \end_inset
35442
35443
35444 \end_layout
35445
35446 \end_inset
35447
35448  umrandeten Text 
35449 \begin_inset Flex Rotatebox
35450 status open
35451
35452 \begin_layout Plain Layout
35453 \begin_inset Argument 1
35454 status open
35455
35456 \begin_layout Plain Layout
35457 origin=lb
35458 \end_layout
35459
35460 \end_inset
35461
35462
35463 \begin_inset Argument 2
35464 status open
35465
35466 \begin_layout Plain Layout
35467 60
35468 \end_layout
35469
35470 \end_inset
35471
35472
35473 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35474 \end_inset
35475
35476
35477 \end_layout
35478
35479 \end_inset
35480
35481  und einer Formel.
35482 \end_layout
35483
35484 \begin_layout Standard
35485 Oder ein Bild oder Tabelle:
35486 \end_layout
35487
35488 \begin_layout Standard
35489 Dies ist eine Zeile 
35490 \begin_inset Flex Rotatebox
35491 status open
35492
35493 \begin_layout Plain Layout
35494 \begin_inset Argument 1
35495 status open
35496
35497 \begin_layout Plain Layout
35498 origin=lb
35499 \end_layout
35500
35501 \end_inset
35502
35503
35504 \begin_inset Argument 2
35505 status open
35506
35507 \begin_layout Plain Layout
35508 90
35509 \end_layout
35510
35511 \end_inset
35512
35513
35514 \begin_inset Graphics
35515         filename ../clipart/platypus.eps
35516         lyxscale 50
35517         width 25col%
35518
35519 \end_inset
35520
35521
35522 \end_layout
35523
35524 \end_inset
35525
35526  mit einem rotierten Bild 
35527 \begin_inset Flex Rotatebox
35528 status open
35529
35530 \begin_layout Plain Layout
35531 \begin_inset Argument 2
35532 status open
35533
35534 \begin_layout Plain Layout
35535 -90
35536 \end_layout
35537
35538 \end_inset
35539
35540
35541 \begin_inset Tabular
35542 <lyxtabular version="3" rows="2" columns="2">
35543 <features tabularvalignment="middle">
35544 <column alignment="center" valignment="top">
35545 <column alignment="center" valignment="top">
35546 <row>
35547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35548 \begin_inset Text
35549
35550 \begin_layout Plain Layout
35551 q
35552 \end_layout
35553
35554 \end_inset
35555 </cell>
35556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35557 \begin_inset Text
35558
35559 \begin_layout Plain Layout
35560 w
35561 \end_layout
35562
35563 \end_inset
35564 </cell>
35565 </row>
35566 <row>
35567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35568 \begin_inset Text
35569
35570 \begin_layout Plain Layout
35571 e
35572 \end_layout
35573
35574 \end_inset
35575 </cell>
35576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35577 \begin_inset Text
35578
35579 \begin_layout Plain Layout
35580 r
35581 \end_layout
35582
35583 \end_inset
35584 </cell>
35585 </row>
35586 </lyxtabular>
35587
35588 \end_inset
35589
35590
35591 \end_layout
35592
35593 \end_inset
35594
35595  und Tabelle.
35596 \begin_inset Index idx
35597 status collapsed
35598
35599 \begin_layout Plain Layout
35600 Abbildungen ! rotierte
35601 \end_layout
35602
35603 \end_inset
35604
35605
35606 \begin_inset Index idx
35607 status collapsed
35608
35609 \begin_layout Plain Layout
35610 Tabellen ! rotierte
35611 \end_layout
35612
35613 \end_inset
35614
35615
35616 \end_layout
35617
35618 \begin_layout Standard
35619 \begin_inset Note Greyedout
35620 status open
35621
35622 \begin_layout Plain Layout
35623
35624 \series bold
35625 Achtung:
35626 \series default
35627  Wenn die Einfügung 
35628 \family sans
35629 Drehpunkt
35630 \family default
35631  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
35632 -Fehler
35633  wenn man das Dokument ansieht/exportiert.
35634 \end_layout
35635
35636 \end_inset
35637
35638
35639 \end_layout
35640
35641 \begin_layout Subsection
35642 Skalierte Boxen
35643 \begin_inset Index idx
35644 status collapsed
35645
35646 \begin_layout Plain Layout
35647 Boxen ! skalierte
35648 \end_layout
35649
35650 \end_inset
35651
35652
35653 \begin_inset Index idx
35654 status collapsed
35655
35656 \begin_layout Plain Layout
35657 Skaliertes Material
35658 \end_layout
35659
35660 \end_inset
35661
35662
35663 \end_layout
35664
35665 \begin_layout Standard
35666 Um Material zu skalieren, setzt man es in eine 
35667 \family sans
35668 Skalierende
35669 \begin_inset space ~
35670 \end_inset
35671
35672 Box
35673 \family default
35674 .
35675  Solch eine Box wird über das Menü 
35676 \family sans
35677 Einfügen\SpecialChar menuseparator
35678 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
35679 Skalierende
35680 \begin_inset space ~
35681 \end_inset
35682
35683 Box
35684 \family default
35685  eingefügt.
35686 \end_layout
35687
35688 \begin_layout Standard
35689 Die 
35690 \family sans
35691 Skalierende
35692 \begin_inset space ~
35693 \end_inset
35694
35695 Box
35696 \family default
35697  Einfügung hat die obligatorische Einfügung 
35698 \family sans
35699 H-Faktor
35700 \family default
35701  und die optionale Einfügung 
35702 \family sans
35703 V-Faktor
35704 \family default
35705  (wird eingefügt über das Menü 
35706 \family sans
35707 Einfügen\SpecialChar menuseparator
35708 V-Faktor)
35709 \family default
35710 .
35711  Fügen Sie hier den horizontalen bzw.
35712 \begin_inset space \space{}
35713 \end_inset
35714
35715 den vertikalen Skalierungsfaktor ein.
35716  Wenn die Einfügung 
35717 \family sans
35718 V-Faktor
35719 \family default
35720  nicht verwendet wird, wird der horizontale Skalierungsfaktor auch für den
35721  vertikalen verwendet.
35722 \end_layout
35723
35724 \begin_layout Standard
35725 Um z.
35726 \begin_inset space \thinspace{}
35727 \end_inset
35728
35729 B.
35730  doppelte Textgröße als die Dokument-Schriftgröße zu erhalten, gibt man
35731  
35732 \series bold
35733 2
35734 \series default
35735  in die Einfügung 
35736 \family sans
35737 H-Faktor
35738 \family default
35739  ein.
35740  Ein Beispiel: 
35741 \begin_inset Flex Scalebox
35742 status open
35743
35744 \begin_layout Plain Layout
35745 \begin_inset Argument 1
35746 status open
35747
35748 \begin_layout Plain Layout
35749 2
35750 \end_layout
35751
35752 \end_inset
35753
35754 Hallo
35755 \end_layout
35756
35757 \end_inset
35758
35759
35760 \end_layout
35761
35762 \begin_layout Standard
35763
35764 \series bold
35765 2
35766 \series default
35767  als 
35768 \family sans
35769 H-Faktor
35770 \family default
35771  und 
35772 \series bold
35773 1
35774 \series default
35775  als 
35776 \family sans
35777 V-Faktor
35778 \family default
35779  verzerrt das 
35780 \begin_inset Flex Scalebox
35781 status open
35782
35783 \begin_layout Plain Layout
35784 \begin_inset Argument 1
35785 status open
35786
35787 \begin_layout Plain Layout
35788 2
35789 \end_layout
35790
35791 \end_inset
35792
35793
35794 \begin_inset Argument 2
35795 status open
35796
35797 \begin_layout Plain Layout
35798 1
35799 \end_layout
35800
35801 \end_inset
35802
35803 Hallo
35804 \end_layout
35805
35806 \end_inset
35807
35808 .
35809 \end_layout
35810
35811 \begin_layout Standard
35812 Die Skalierungsfaktoren dürfen auch negativ sein.
35813  In diesem Fall wird der Boxinhalt gespiegelt.
35814  Daher kann 
35815 \series bold
35816 -1
35817 \series default
35818  als 
35819 \family sans
35820 H-Faktor
35821 \family default
35822  und 
35823 \series bold
35824 1
35825 \series default
35826  als 
35827 \family sans
35828 V-Faktor
35829 \family default
35830  verwendet werden um Spiegelschrift zu erstellen: 
35831 \begin_inset Flex Scalebox
35832 status open
35833
35834 \begin_layout Plain Layout
35835 \begin_inset Argument 1
35836 status open
35837
35838 \begin_layout Plain Layout
35839 -1
35840 \end_layout
35841
35842 \end_inset
35843
35844
35845 \begin_inset Argument 2
35846 status open
35847
35848 \begin_layout Plain Layout
35849 1
35850 \end_layout
35851
35852 \end_inset
35853
35854 Hallo
35855 \end_layout
35856
35857 \end_inset
35858
35859
35860 \end_layout
35861
35862 \begin_layout Standard
35863
35864 \series bold
35865 1
35866 \series default
35867  als 
35868 \family sans
35869 H-Faktor
35870 \family default
35871  und 
35872 \series bold
35873 -1
35874 \series default
35875  als 
35876 \family sans
35877 V-Faktor
35878 \family default
35879  reflektiert das 
35880 \begin_inset Flex Scalebox
35881 status open
35882
35883 \begin_layout Plain Layout
35884 \begin_inset Argument 1
35885 status open
35886
35887 \begin_layout Plain Layout
35888 1
35889 \end_layout
35890
35891 \end_inset
35892
35893
35894 \begin_inset Argument 2
35895 status open
35896
35897 \begin_layout Plain Layout
35898 -1
35899 \end_layout
35900
35901 \end_inset
35902
35903 Hallo
35904 \end_layout
35905
35906 \end_inset
35907
35908  an der Grundlinie.
35909 \end_layout
35910
35911 \begin_layout Standard
35912 Die 
35913 \family sans
35914 Spiegelbox
35915 \family default
35916  (Menü 
35917 \family sans
35918 Einfügen\SpecialChar menuseparator
35919 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
35920 Spiegelbox
35921 \family default
35922 ) ist äquivalent zu 
35923 \series bold
35924 -1
35925 \series default
35926  als 
35927 \family sans
35928 H-Faktor
35929 \family default
35930  und 
35931 \series bold
35932 1
35933 \series default
35934  als 
35935 \family sans
35936 V-Faktor 
35937 \family default
35938 für eine 
35939 \family sans
35940 Skalierende
35941 \begin_inset space ~
35942 \end_inset
35943
35944 Box
35945 \family default
35946 .
35947 \end_layout
35948
35949 \begin_layout Standard
35950 \begin_inset Note Greyedout
35951 status open
35952
35953 \begin_layout Plain Layout
35954
35955 \series bold
35956 Achtung:
35957 \series default
35958  Wenn die Einfügung 
35959 \family sans
35960 Drehpunkt
35961 \family default
35962  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
35963 -Fehler
35964  wenn man das Dokument ansieht/exportiert.
35965 \end_layout
35966
35967 \end_inset
35968
35969
35970 \end_layout
35971
35972 \begin_layout Standard
35973 \begin_inset VSpace bigskip
35974 \end_inset
35975
35976 Die 
35977 \family sans
35978 Neugrößenbox
35979 \family default
35980  (Menü 
35981 \family sans
35982 Einfügen\SpecialChar menuseparator
35983 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
35984 Neugrößenbox
35985 \family default
35986 ) verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
35987  skalieren.
35988  Die 
35989 \family sans
35990 Neugrößenbox
35991 \family default
35992  Einfügung hat die obligatorische Einfügung 
35993 \family sans
35994 Breite
35995 \family default
35996  und die optionale Einfügung 
35997 \family sans
35998 Höhe
35999 \family default
36000  (wird eingefügt über das Menü 
36001 \family sans
36002 Einfügen\SpecialChar menuseparator
36003 Höhe)
36004 \family default
36005 .
36006  Fügen Sie hier die Breite bzw.
36007 \begin_inset space \space{}
36008 \end_inset
36009
36010 Höhe als Wert mit Einheit ein.
36011  
36012 \begin_inset CommandInset ref
36013 LatexCommand ref
36014 reference "tab:Maßeinheiten"
36015
36016 \end_inset
36017
36018  listet die möglichen Maßeinheiten auf.
36019  Befindet sich ein Ausrufezeichen 
36020 \series bold
36021 !
36022 \series default
36023  in einer der beiden
36024 \lang english
36025  
36026 \lang ngerman
36027 Einfügungen, wird die Größe so gewählt, dass das Seitenverhältnis der Box
36028  beibehalten wird.
36029  Wenn die Einfügung 
36030 \family sans
36031 Höhe
36032 \family default
36033  nicht verwendet wird, wird intern ein Ausrufezeichen für die Höhe verwendet.
36034 \end_layout
36035
36036 \begin_layout Standard
36037
36038 \series bold
36039 2cm
36040 \series default
36041  als 
36042 \family sans
36043 Breite
36044 \family default
36045  und 
36046 \series bold
36047 1cm
36048 \series default
36049  als 
36050 \family sans
36051 Höhe
36052 \family default
36053  ergibt: 
36054 \begin_inset Flex Resizebox
36055 status open
36056
36057 \begin_layout Plain Layout
36058 \begin_inset Argument 1
36059 status open
36060
36061 \begin_layout Plain Layout
36062 2cm
36063 \end_layout
36064
36065 \end_inset
36066
36067
36068 \begin_inset Argument 2
36069 status open
36070
36071 \begin_layout Plain Layout
36072 1cm
36073 \end_layout
36074
36075 \end_inset
36076
36077 Hallo
36078 \end_layout
36079
36080 \end_inset
36081
36082
36083 \begin_inset Newline newline
36084 \end_inset
36085
36086
36087 \series bold
36088 2cm
36089 \series default
36090  als 
36091 \family sans
36092 Breite
36093 \family default
36094  und 
36095 \series bold
36096 !
36097 \series default
36098  als 
36099 \family sans
36100 Höhe
36101 \family default
36102  (oder keine 
36103 \family sans
36104 Höhe
36105 \family default
36106 ) ergibt: 
36107 \begin_inset Flex Resizebox
36108 status open
36109
36110 \begin_layout Plain Layout
36111 \begin_inset Argument 1
36112 status open
36113
36114 \begin_layout Plain Layout
36115 2cm
36116 \end_layout
36117
36118 \end_inset
36119
36120
36121 \begin_inset Argument 2
36122 status open
36123
36124 \begin_layout Plain Layout
36125 !
36126 \end_layout
36127
36128 \end_inset
36129
36130 Hallo
36131 \end_layout
36132
36133 \end_inset
36134
36135
36136 \end_layout
36137
36138 \begin_layout Standard
36139 \begin_inset Note Greyedout
36140 status open
36141
36142 \begin_layout Plain Layout
36143
36144 \series bold
36145 Achtung:
36146 \series default
36147  Wenn die Einfügung
36148 \family sans
36149  Breite 
36150 \family default
36151 leer ist oder eine ungültige Einheit enthält, erhält man \SpecialChar LaTeX
36152 -Fehler wenn man
36153  das Dokument ansieht/exportiert.
36154 \end_layout
36155
36156 \end_inset
36157
36158
36159 \end_layout
36160
36161 \begin_layout Standard
36162 \begin_inset VSpace bigskip
36163 \end_inset
36164
36165
36166 \end_layout
36167
36168 \begin_layout Standard
36169 Alle Boxen können beliebig miteinander kombiniert werden.
36170  Als Beispiel eine 
36171 \family sans
36172 Spiegelbox
36173 \family default
36174  in einer 
36175 \family sans
36176 Neugrößenbox
36177 \family default
36178 , die wiederum in einer 
36179 \family sans
36180 Rotationsbox
36181 \family default
36182  ist:
36183 \end_layout
36184
36185 \begin_layout Standard
36186 \noindent
36187 \align center
36188 \begin_inset Flex Rotatebox
36189 status open
36190
36191 \begin_layout Plain Layout
36192 \begin_inset Argument 1
36193 status open
36194
36195 \begin_layout Plain Layout
36196 origin=c
36197 \end_layout
36198
36199 \end_inset
36200
36201
36202 \begin_inset Argument 2
36203 status open
36204
36205 \begin_layout Plain Layout
36206 -45
36207 \end_layout
36208
36209 \end_inset
36210
36211
36212 \begin_inset Flex Resizebox
36213 status open
36214
36215 \begin_layout Plain Layout
36216 \begin_inset Argument 1
36217 status open
36218
36219 \begin_layout Plain Layout
36220 2cm
36221 \end_layout
36222
36223 \end_inset
36224
36225
36226 \begin_inset Flex Reflectbox
36227 status open
36228
36229 \begin_layout Plain Layout
36230 Hallo
36231 \end_layout
36232
36233 \end_inset
36234
36235
36236 \end_layout
36237
36238 \end_inset
36239
36240
36241 \end_layout
36242
36243 \end_inset
36244
36245
36246 \end_layout
36247
36248 \begin_layout Standard
36249 \noindent
36250 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
36251 \end_layout
36252
36253 \begin_layout Standard
36254 \noindent
36255 \align center
36256 \begin_inset Flex Resizebox
36257 status open
36258
36259 \begin_layout Plain Layout
36260 \begin_inset Argument 1
36261 status open
36262
36263 \begin_layout Plain Layout
36264 2cm
36265 \end_layout
36266
36267 \end_inset
36268
36269
36270 \begin_inset Flex Reflectbox
36271 status open
36272
36273 \begin_layout Plain Layout
36274 \begin_inset Graphics
36275         filename ../clipart/platypus.eps
36276         lyxscale 50
36277         width 25col%
36278
36279 \end_inset
36280
36281
36282 \end_layout
36283
36284 \end_inset
36285
36286
36287 \end_layout
36288
36289 \end_inset
36290
36291  
36292 \begin_inset Flex Resizebox
36293 status open
36294
36295 \begin_layout Plain Layout
36296 \begin_inset Argument 1
36297 status open
36298
36299 \begin_layout Plain Layout
36300 2cm
36301 \end_layout
36302
36303 \end_inset
36304
36305
36306 \begin_inset Flex Reflectbox
36307 status open
36308
36309 \begin_layout Plain Layout
36310 \begin_inset Tabular
36311 <lyxtabular version="3" rows="2" columns="2">
36312 <features tabularvalignment="middle">
36313 <column alignment="center" valignment="top">
36314 <column alignment="center" valignment="top">
36315 <row>
36316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36317 \begin_inset Text
36318
36319 \begin_layout Plain Layout
36320 q
36321 \end_layout
36322
36323 \end_inset
36324 </cell>
36325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36326 \begin_inset Text
36327
36328 \begin_layout Plain Layout
36329 w
36330 \end_layout
36331
36332 \end_inset
36333 </cell>
36334 </row>
36335 <row>
36336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36337 \begin_inset Text
36338
36339 \begin_layout Plain Layout
36340 e
36341 \end_layout
36342
36343 \end_inset
36344 </cell>
36345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36346 \begin_inset Text
36347
36348 \begin_layout Plain Layout
36349 r
36350 \end_layout
36351
36352 \end_inset
36353 </cell>
36354 </row>
36355 </lyxtabular>
36356
36357 \end_inset
36358
36359
36360 \end_layout
36361
36362 \end_inset
36363
36364
36365 \end_layout
36366
36367 \end_inset
36368
36369  
36370 \begin_inset Flex Resizebox
36371 status open
36372
36373 \begin_layout Plain Layout
36374 \begin_inset Argument 1
36375 status open
36376
36377 \begin_layout Plain Layout
36378 3cm
36379 \end_layout
36380
36381 \end_inset
36382
36383
36384 \begin_inset Flex Reflectbox
36385 status open
36386
36387 \begin_layout Plain Layout
36388 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36389 \end_inset
36390
36391
36392 \end_layout
36393
36394 \end_inset
36395
36396
36397 \end_layout
36398
36399 \end_inset
36400
36401
36402 \begin_inset Index idx
36403 status collapsed
36404
36405 \begin_layout Plain Layout
36406 Abbildungen ! skalierte
36407 \end_layout
36408
36409 \end_inset
36410
36411
36412 \begin_inset Index idx
36413 status collapsed
36414
36415 \begin_layout Plain Layout
36416 Tabellen ! skalierte
36417 \end_layout
36418
36419 \end_inset
36420
36421
36422 \end_layout
36423
36424 \begin_layout Standard
36425 Hat man den globalen Formelstil 
36426 \series bold
36427 fleqn
36428 \series default
36429
36430 \begin_inset Foot
36431 status collapsed
36432
36433 \begin_layout Plain Layout
36434 Wenn 
36435 \begin_inset Quotes gld
36436 \end_inset
36437
36438 fleqn
36439 \begin_inset Quotes grd
36440 \end_inset
36441
36442  zu den Dokumentklassen-Optionen hinzugefügt wurde.
36443 \end_layout
36444
36445 \end_inset
36446
36447  gewählt, kann man auch abgesetzte Formeln skalieren.
36448 \end_layout
36449
36450 \begin_layout Chapter
36451 Umflossene Objekte
36452 \begin_inset Index idx
36453 status collapsed
36454
36455 \begin_layout Plain Layout
36456 Umflossene Objekte
36457 \end_layout
36458
36459 \end_inset
36460
36461
36462 \end_layout
36463
36464 \begin_layout Section
36465 Umflossene Gleitobjekte
36466 \begin_inset CommandInset label
36467 LatexCommand label
36468 name "abs:Umflossene-Gleitobjekte"
36469
36470 \end_inset
36471
36472
36473 \begin_inset Index idx
36474 status collapsed
36475
36476 \begin_layout Plain Layout
36477 Gleitobjekte ! umflossene
36478 \end_layout
36479
36480 \end_inset
36481
36482
36483 \begin_inset Index idx
36484 status collapsed
36485
36486 \begin_layout Plain Layout
36487 Umflossene Objekte ! Gleitobjekte
36488 \end_layout
36489
36490 \end_inset
36491
36492
36493 \end_layout
36494
36495 \begin_layout Standard
36496 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
36497  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
36498  den die Abbildung bzw.
36499 \begin_inset space ~
36500 \end_inset
36501
36502 Tabelle übrig lässt.
36503  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
36504  Sie werden über das Menü
36505 \family sans
36506  Einfügen\SpecialChar menuseparator
36507 Gleitobjekt\SpecialChar menuseparator
36508 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
36509 objekt
36510 \family default
36511  eingefügt, wenn das \SpecialChar LaTeX
36512 -Paket 
36513 \series bold
36514 wrapfig
36515 \series default
36516
36517 \begin_inset Index idx
36518 status collapsed
36519
36520 \begin_layout Plain Layout
36521 \SpecialChar LaTeX
36522 -Pakete ! wrapfig
36523 \end_layout
36524
36525 \end_inset
36526
36527  installiert ist.
36528 \begin_inset Foot
36529 status collapsed
36530
36531 \begin_layout Plain Layout
36532 Wie man ein \SpecialChar LaTeX
36533 -Paket installiert, wird im Handbuch 
36534 \emph on
36535 \SpecialChar LaTeX
36536 -Konfiguration
36537 \emph default
36538  beschrieben.
36539 \end_layout
36540
36541 \end_inset
36542
36543  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
36544  Box des Gleitobjekts geändert werden.
36545  
36546 \begin_inset Wrap figure
36547 lines 0
36548 placement l
36549 overhang 1cm
36550 width "40col%"
36551 status open
36552
36553 \begin_layout Plain Layout
36554 \begin_inset Graphics
36555         filename ../clipart/mobius.eps
36556         width 40col%
36557         scaleBeforeRotation
36558         rotateOrigin center
36559
36560 \end_inset
36561
36562
36563 \end_layout
36564
36565 \begin_layout Plain Layout
36566 \begin_inset Caption Standard
36567
36568 \begin_layout Plain Layout
36569 \begin_inset CommandInset label
36570 LatexCommand label
36571 name "abb:Dies-ist-eine"
36572
36573 \end_inset
36574
36575 Dies ist eine umflossene Gleitobjekt-Abbildung
36576 \end_layout
36577
36578 \end_inset
36579
36580
36581 \end_layout
36582
36583 \end_inset
36584
36585  Obligatorische Einstellungen sind die 
36586 \family sans
36587 Breite
36588 \family default
36589  und 
36590 \family sans
36591 Platzierung
36592 \family default
36593  des Gleitobjekts.
36594  Optional sind der 
36595 \family sans
36596 Überhang 
36597 \family default
36598 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
36599 \begin_inset space \thinspace{}
36600 \end_inset
36601
36602 /
36603 \begin_inset space \thinspace{}
36604 \end_inset
36605
36606 der Seite ragt und die 
36607 \family sans
36608 benötigten Zeilen
36609 \family default
36610 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
36611  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
36612  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
36613  Des weiteren können Sie entscheiden, ob es \SpecialChar LaTeX
36614  erlaubt sein soll, das Gleitobjekt
36615  innerhalb des Absatzes oder zu umgebenden Absätzen gleiten zu lassen.
36616  Abbildung
36617 \begin_inset space ~
36618 \end_inset
36619
36620
36621 \begin_inset CommandInset ref
36622 LatexCommand ref
36623 reference "abb:Dies-ist-eine"
36624
36625 \end_inset
36626
36627  ist zum Beispiel ein umflossenes Bild, das 40
36628 \begin_inset space \thinspace{}
36629 \end_inset
36630
36631 % der Spaltenbreite einnimmt, 1
36632 \begin_inset space \thinspace{}
36633 \end_inset
36634
36635 cm in den Rand ragt und links gesetzt wurde.
36636 \end_layout
36637
36638 \begin_layout Standard
36639 \begin_inset Note Greyedout
36640 status open
36641
36642 \begin_layout Plain Layout
36643
36644 \series bold
36645 Bemerkung:
36646 \series default
36647  Umflossene Objekte sind fragil! Wenn die Abbildung z.
36648 \begin_inset space \thinspace{}
36649 \end_inset
36650
36651 B.
36652  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
36653  oder über anderen Text gedruckt wird.
36654 \end_layout
36655
36656 \end_inset
36657
36658
36659 \end_layout
36660
36661 \begin_layout Standard
36662 Allgemein gilt für umflossene Gleitobjekte:
36663 \end_layout
36664
36665 \begin_layout Itemize
36666 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
36667  fortgesetzt werden.
36668  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
36669  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
36670 \end_layout
36671
36672 \begin_layout Itemize
36673 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
36674  werden oder darin.
36675 \end_layout
36676
36677 \begin_layout Itemize
36678 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
36679  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
36680 \end_layout
36681
36682 \begin_layout Itemize
36683 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
36684 \end_layout
36685
36686 \begin_layout Itemize
36687 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
36688 \begin_inset space \thinspace{}
36689 \end_inset
36690
36691
36692 \begin_inset CommandInset ref
36693 LatexCommand ref
36694 reference "kap:Gleitobjekte"
36695
36696 \end_inset
36697
36698  beschrieben.
36699 \end_layout
36700
36701 \begin_layout Section
36702 Umflossene Fixe Objekte
36703 \begin_inset Index idx
36704 status collapsed
36705
36706 \begin_layout Plain Layout
36707 Umflossene Objekte ! Fixe Objekte
36708 \end_layout
36709
36710 \end_inset
36711
36712
36713 \end_layout
36714
36715 \begin_layout Standard
36716 Die in Abschnitt
36717 \begin_inset space ~
36718 \end_inset
36719
36720
36721 \begin_inset CommandInset ref
36722 LatexCommand ref
36723 reference "abs:Umflossene-Gleitobjekte"
36724
36725 \end_inset
36726
36727  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
36728 \begin_inset Separator parbreak
36729 \end_inset
36730
36731
36732 \end_layout
36733
36734 \begin_layout Standard
36735 \noindent
36736 \align center
36737 \begin_inset Tabular
36738 <lyxtabular version="3" rows="2" columns="2">
36739 <features tabularvalignment="middle">
36740 <column alignment="center" valignment="top">
36741 <column alignment="center" valignment="top">
36742 <row>
36743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36744 \begin_inset Text
36745
36746 \begin_layout Plain Layout
36747 \begin_inset Info
36748 type  "icon"
36749 arg   "dialog-show-new-inset graphics"
36750 \end_inset
36751
36752
36753 \end_layout
36754
36755 \end_inset
36756 </cell>
36757 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36758 \begin_inset Text
36759
36760 \begin_layout Plain Layout
36761 Text
36762 \end_layout
36763
36764 \end_inset
36765 </cell>
36766 </row>
36767 <row>
36768 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36769 \begin_inset Text
36770
36771 \begin_layout Plain Layout
36772 Text
36773 \end_layout
36774
36775 \end_inset
36776 </cell>
36777 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36778 \begin_inset Text
36779
36780 \begin_layout Plain Layout
36781 Text
36782 \end_layout
36783
36784 \end_inset
36785 </cell>
36786 </row>
36787 </lyxtabular>
36788
36789 \end_inset
36790
36791  oder 
36792 \begin_inset Tabular
36793 <lyxtabular version="3" rows="2" columns="2">
36794 <features tabularvalignment="middle">
36795 <column alignment="center" valignment="top">
36796 <column alignment="center" valignment="top">
36797 <row>
36798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36799 \begin_inset Text
36800
36801 \begin_layout Plain Layout
36802 Text
36803 \end_layout
36804
36805 \end_inset
36806 </cell>
36807 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36808 \begin_inset Text
36809
36810 \begin_layout Plain Layout
36811 \begin_inset Info
36812 type  "icon"
36813 arg   "dialog-show-new-inset graphics"
36814 \end_inset
36815
36816
36817 \end_layout
36818
36819 \end_inset
36820 </cell>
36821 </row>
36822 <row>
36823 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36824 \begin_inset Text
36825
36826 \begin_layout Plain Layout
36827 Text
36828 \end_layout
36829
36830 \end_inset
36831 </cell>
36832 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36833 \begin_inset Text
36834
36835 \begin_layout Plain Layout
36836 Text
36837 \end_layout
36838
36839 \end_inset
36840 </cell>
36841 </row>
36842 </lyxtabular>
36843
36844 \end_inset
36845
36846
36847 \end_layout
36848
36849 \begin_layout Standard
36850 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
36851  wurde, um z.
36852 \begin_inset space \thinspace{}
36853 \end_inset
36854
36855 B.
36856  solche Positionen zu erhalten:
36857 \begin_inset VSpace defskip
36858 \end_inset
36859
36860
36861 \end_layout
36862
36863 \begin_layout Standard
36864 \noindent
36865 \align center
36866 \begin_inset Tabular
36867 <lyxtabular version="3" rows="2" columns="2">
36868 <features tabularvalignment="middle">
36869 <column alignment="center" valignment="top">
36870 <column alignment="center" valignment="top">
36871 <row>
36872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36873 \begin_inset Text
36874
36875 \begin_layout Plain Layout
36876 Text
36877 \end_layout
36878
36879 \end_inset
36880 </cell>
36881 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36882 \begin_inset Text
36883
36884 \begin_layout Plain Layout
36885 Text
36886 \end_layout
36887
36888 \end_inset
36889 </cell>
36890 </row>
36891 <row>
36892 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36893 \begin_inset Text
36894
36895 \begin_layout Plain Layout
36896 \begin_inset Info
36897 type  "icon"
36898 arg   "dialog-show-new-inset graphics"
36899 \end_inset
36900
36901
36902 \end_layout
36903
36904 \end_inset
36905 </cell>
36906 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36907 \begin_inset Text
36908
36909 \begin_layout Plain Layout
36910 Text
36911 \end_layout
36912
36913 \end_inset
36914 </cell>
36915 </row>
36916 </lyxtabular>
36917
36918 \end_inset
36919
36920  
36921 \begin_inset Tabular
36922 <lyxtabular version="3" rows="2" columns="2">
36923 <features tabularvalignment="middle">
36924 <column alignment="center" valignment="top">
36925 <column alignment="center" valignment="top">
36926 <row>
36927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36928 \begin_inset Text
36929
36930 \begin_layout Plain Layout
36931 Text
36932 \end_layout
36933
36934 \end_inset
36935 </cell>
36936 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36937 \begin_inset Text
36938
36939 \begin_layout Plain Layout
36940 Text
36941 \end_layout
36942
36943 \end_inset
36944 </cell>
36945 </row>
36946 <row>
36947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36948 \begin_inset Text
36949
36950 \begin_layout Plain Layout
36951 Text
36952 \end_layout
36953
36954 \end_inset
36955 </cell>
36956 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36957 \begin_inset Text
36958
36959 \begin_layout Plain Layout
36960 \begin_inset Info
36961 type  "icon"
36962 arg   "dialog-show-new-inset graphics"
36963 \end_inset
36964
36965
36966 \end_layout
36967
36968 \end_inset
36969 </cell>
36970 </row>
36971 </lyxtabular>
36972
36973 \end_inset
36974
36975  
36976 \begin_inset Tabular
36977 <lyxtabular version="3" rows="2" columns="3">
36978 <features tabularvalignment="middle">
36979 <column alignment="center" valignment="top">
36980 <column alignment="center" valignment="top">
36981 <column alignment="center" valignment="top">
36982 <row>
36983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36984 \begin_inset Text
36985
36986 \begin_layout Plain Layout
36987 Text
36988 \end_layout
36989
36990 \end_inset
36991 </cell>
36992 <cell alignment="center" valignment="top" topline="true" usebox="none">
36993 \begin_inset Text
36994
36995 \begin_layout Plain Layout
36996 \begin_inset Info
36997 type  "icon"
36998 arg   "dialog-show-new-inset graphics"
36999 \end_inset
37000
37001
37002 \end_layout
37003
37004 \end_inset
37005 </cell>
37006 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37007 \begin_inset Text
37008
37009 \begin_layout Plain Layout
37010 Text
37011 \end_layout
37012
37013 \end_inset
37014 </cell>
37015 </row>
37016 <row>
37017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37018 \begin_inset Text
37019
37020 \begin_layout Plain Layout
37021 Text
37022 \end_layout
37023
37024 \end_inset
37025 </cell>
37026 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37027 \begin_inset Text
37028
37029 \begin_layout Plain Layout
37030 Text
37031 \end_layout
37032
37033 \end_inset
37034 </cell>
37035 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37036 \begin_inset Text
37037
37038 \begin_layout Plain Layout
37039 Text
37040 \end_layout
37041
37042 \end_inset
37043 </cell>
37044 </row>
37045 </lyxtabular>
37046
37047 \end_inset
37048
37049  
37050 \begin_inset Tabular
37051 <lyxtabular version="3" rows="2" columns="3">
37052 <features tabularvalignment="middle">
37053 <column alignment="center" valignment="top">
37054 <column alignment="center" valignment="top">
37055 <column alignment="center" valignment="top">
37056 <row>
37057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37058 \begin_inset Text
37059
37060 \begin_layout Plain Layout
37061 Text
37062 \end_layout
37063
37064 \end_inset
37065 </cell>
37066 <cell alignment="center" valignment="top" topline="true" usebox="none">
37067 \begin_inset Text
37068
37069 \begin_layout Plain Layout
37070 Text
37071 \end_layout
37072
37073 \end_inset
37074 </cell>
37075 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37076 \begin_inset Text
37077
37078 \begin_layout Plain Layout
37079 Text
37080 \end_layout
37081
37082 \end_inset
37083 </cell>
37084 </row>
37085 <row>
37086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37087 \begin_inset Text
37088
37089 \begin_layout Plain Layout
37090 Text
37091 \end_layout
37092
37093 \end_inset
37094 </cell>
37095 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37096 \begin_inset Text
37097
37098 \begin_layout Plain Layout
37099 \begin_inset Info
37100 type  "icon"
37101 arg   "dialog-show-new-inset graphics"
37102 \end_inset
37103
37104
37105 \end_layout
37106
37107 \end_inset
37108 </cell>
37109 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37110 \begin_inset Text
37111
37112 \begin_layout Plain Layout
37113 Text
37114 \end_layout
37115
37116 \end_inset
37117 </cell>
37118 </row>
37119 </lyxtabular>
37120
37121 \end_inset
37122
37123
37124 \end_layout
37125
37126 \begin_layout Standard
37127 \noindent
37128 \align center
37129 \begin_inset Tabular
37130 <lyxtabular version="3" rows="3" columns="2">
37131 <features tabularvalignment="middle">
37132 <column alignment="center" valignment="top">
37133 <column alignment="center" valignment="top">
37134 <row>
37135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37136 \begin_inset Text
37137
37138 \begin_layout Plain Layout
37139 Text
37140 \end_layout
37141
37142 \end_inset
37143 </cell>
37144 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37145 \begin_inset Text
37146
37147 \begin_layout Plain Layout
37148 Text
37149 \end_layout
37150
37151 \end_inset
37152 </cell>
37153 </row>
37154 <row>
37155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37156 \begin_inset Text
37157
37158 \begin_layout Plain Layout
37159 \begin_inset Info
37160 type  "icon"
37161 arg   "dialog-show-new-inset graphics"
37162 \end_inset
37163
37164
37165 \end_layout
37166
37167 \end_inset
37168 </cell>
37169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37170 \begin_inset Text
37171
37172 \begin_layout Plain Layout
37173 Text
37174 \end_layout
37175
37176 \end_inset
37177 </cell>
37178 </row>
37179 <row>
37180 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37181 \begin_inset Text
37182
37183 \begin_layout Plain Layout
37184 Text
37185 \end_layout
37186
37187 \end_inset
37188 </cell>
37189 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37190 \begin_inset Text
37191
37192 \begin_layout Plain Layout
37193 Text
37194 \end_layout
37195
37196 \end_inset
37197 </cell>
37198 </row>
37199 </lyxtabular>
37200
37201 \end_inset
37202
37203  
37204 \begin_inset Tabular
37205 <lyxtabular version="3" rows="3" columns="3">
37206 <features tabularvalignment="middle">
37207 <column alignment="center" valignment="top">
37208 <column alignment="center" valignment="top">
37209 <column alignment="center" valignment="top">
37210 <row>
37211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37212 \begin_inset Text
37213
37214 \begin_layout Plain Layout
37215 Text
37216 \end_layout
37217
37218 \end_inset
37219 </cell>
37220 <cell alignment="center" valignment="top" topline="true" usebox="none">
37221 \begin_inset Text
37222
37223 \begin_layout Plain Layout
37224 Text
37225 \end_layout
37226
37227 \end_inset
37228 </cell>
37229 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37230 \begin_inset Text
37231
37232 \begin_layout Plain Layout
37233 Text
37234 \end_layout
37235
37236 \end_inset
37237 </cell>
37238 </row>
37239 <row>
37240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37241 \begin_inset Text
37242
37243 \begin_layout Plain Layout
37244 Text
37245 \end_layout
37246
37247 \end_inset
37248 </cell>
37249 <cell alignment="center" valignment="top" usebox="none">
37250 \begin_inset Text
37251
37252 \begin_layout Plain Layout
37253 \begin_inset Info
37254 type  "icon"
37255 arg   "dialog-show-new-inset graphics"
37256 \end_inset
37257
37258
37259 \end_layout
37260
37261 \end_inset
37262 </cell>
37263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37264 \begin_inset Text
37265
37266 \begin_layout Plain Layout
37267 Text
37268 \end_layout
37269
37270 \end_inset
37271 </cell>
37272 </row>
37273 <row>
37274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37275 \begin_inset Text
37276
37277 \begin_layout Plain Layout
37278 Text
37279 \end_layout
37280
37281 \end_inset
37282 </cell>
37283 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37284 \begin_inset Text
37285
37286 \begin_layout Plain Layout
37287 Text
37288 \end_layout
37289
37290 \end_inset
37291 </cell>
37292 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37293 \begin_inset Text
37294
37295 \begin_layout Plain Layout
37296 Text
37297 \end_layout
37298
37299 \end_inset
37300 </cell>
37301 </row>
37302 </lyxtabular>
37303
37304 \end_inset
37305
37306  
37307 \begin_inset Tabular
37308 <lyxtabular version="3" rows="3" columns="2">
37309 <features tabularvalignment="middle">
37310 <column alignment="center" valignment="top">
37311 <column alignment="center" valignment="top">
37312 <row>
37313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37314 \begin_inset Text
37315
37316 \begin_layout Plain Layout
37317 Text
37318 \end_layout
37319
37320 \end_inset
37321 </cell>
37322 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37323 \begin_inset Text
37324
37325 \begin_layout Plain Layout
37326 Text
37327 \end_layout
37328
37329 \end_inset
37330 </cell>
37331 </row>
37332 <row>
37333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37334 \begin_inset Text
37335
37336 \begin_layout Plain Layout
37337 Text
37338 \end_layout
37339
37340 \end_inset
37341 </cell>
37342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37343 \begin_inset Text
37344
37345 \begin_layout Plain Layout
37346 \begin_inset Info
37347 type  "icon"
37348 arg   "dialog-show-new-inset graphics"
37349 \end_inset
37350
37351
37352 \end_layout
37353
37354 \end_inset
37355 </cell>
37356 </row>
37357 <row>
37358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37359 \begin_inset Text
37360
37361 \begin_layout Plain Layout
37362 Text
37363 \end_layout
37364
37365 \end_inset
37366 </cell>
37367 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37368 \begin_inset Text
37369
37370 \begin_layout Plain Layout
37371 Text
37372 \end_layout
37373
37374 \end_inset
37375 </cell>
37376 </row>
37377 </lyxtabular>
37378
37379 \end_inset
37380
37381
37382 \end_layout
37383
37384 \begin_layout Standard
37385 \noindent
37386 kann man das \SpecialChar LaTeX
37387 -Paket 
37388 \series bold
37389 picinpar
37390 \series default
37391
37392 \begin_inset Index idx
37393 status collapsed
37394
37395 \begin_layout Plain Layout
37396 \SpecialChar LaTeX
37397 -Pakete ! picinpar
37398 \end_layout
37399
37400 \end_inset
37401
37402  benutzen.
37403  Hier ist ein Beispiel:
37404 \end_layout
37405
37406 \begin_layout Standard
37407 \begin_inset ERT
37408 status collapsed
37409
37410 \begin_layout Plain Layout
37411
37412
37413 \backslash
37414 ifpicinpar
37415 \end_layout
37416
37417 \end_inset
37418
37419
37420 \begin_inset Note Note
37421 status open
37422
37423 \begin_layout Plain Layout
37424 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
37425 -Paket 
37426 \series bold
37427 picinpar
37428 \series default
37429  installiert ist.
37430 \end_layout
37431
37432 \end_inset
37433
37434
37435 \end_layout
37436
37437 \begin_layout Standard
37438 \begin_inset ERT
37439 status collapsed
37440
37441 \begin_layout Plain Layout
37442
37443
37444 \backslash
37445 begin{window}[2,c,{
37446 \end_layout
37447
37448 \end_inset
37449
37450
37451 \begin_inset Graphics
37452         filename ../clipart/mobius.eps
37453         lyxscale 60
37454         width 40col%
37455         scaleBeforeRotation
37456         rotateOrigin center
37457
37458 \end_inset
37459
37460
37461 \begin_inset ERT
37462 status collapsed
37463
37464 \begin_layout Plain Layout
37465
37466 },]
37467 \end_layout
37468
37469 \begin_layout Plain Layout
37470
37471 {}
37472 \end_layout
37473
37474 \end_inset
37475
37476
37477 \size small
37478 \lang english
37479 It was in the spring of the year 1894 that all London was interested, and
37480  the fashionable world dismayed, by the murder of the Honourable Ronald
37481  Adair under most unusual and inexplicable circumstances.
37482  The public has already learned those particulars of the crime which
37483 \size default
37484
37485 \begin_inset ERT
37486 status collapsed
37487
37488 \begin_layout Plain Layout
37489
37490
37491 \backslash
37492 footnotemark{}
37493 \end_layout
37494
37495 \end_inset
37496
37497
37498 \size small
37499  came out in the police investigation, but a good deal was suppressed upon
37500  that occasion, since the case for the prosecution was so overwhelmingly
37501  strong that it was not necessary to bring forward all the facts.
37502  Only now, at the end of nearly ten years, am I allowed to supply those
37503  missing links which make up the whole of that remarkable chain.
37504 \size default
37505 \lang ngerman
37506
37507 \begin_inset ERT
37508 status collapsed
37509
37510 \begin_layout Plain Layout
37511
37512
37513 \backslash
37514 end{window}
37515 \end_layout
37516
37517 \end_inset
37518
37519
37520 \end_layout
37521
37522 \begin_layout Standard
37523 \begin_inset ERT
37524 status collapsed
37525
37526 \begin_layout Plain Layout
37527
37528
37529 \backslash
37530 footnotetext{
37531 \end_layout
37532
37533 \end_inset
37534
37535 Fußnote des Absatzes mit fixem Objekt.
37536 \begin_inset ERT
37537 status collapsed
37538
37539 \begin_layout Plain Layout
37540
37541 }
37542 \end_layout
37543
37544 \end_inset
37545
37546
37547 \end_layout
37548
37549 \begin_layout Standard
37550 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
37551  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
37552  vertikale Position im Text bestimmen kann.
37553  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
37554  beschriftet werden.
37555 \end_layout
37556
37557 \begin_layout Standard
37558 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
37559  Befehl
37560 \end_layout
37561
37562 \begin_layout Standard
37563
37564 \series bold
37565
37566 \backslash
37567 begin{window}[2,c,{
37568 \end_layout
37569
37570 \begin_layout Standard
37571 als \SpecialChar TeX
37572 -Code einfügt.
37573  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
37574  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
37575  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
37576  Danach fügt man das Objekt ein.
37577  In diesem Beispiel wurde ein Bild der Breite von 40
37578 \begin_inset space \thinspace{}
37579 \end_inset
37580
37581 % der Textspaltenbreite eingefügt.
37582  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
37583  Nach dem Objekt fügt man den Befehl
37584 \end_layout
37585
37586 \begin_layout Standard
37587
37588 \series bold
37589 },Beschreibungstext]
37590 \begin_inset Newline newline
37591 \end_inset
37592
37593 {}
37594 \end_layout
37595
37596 \begin_layout Standard
37597 ein.
37598  Man beachte dass das 
37599 \begin_inset Quotes gld
37600 \end_inset
37601
37602
37603 \series bold
37604 {}
37605 \series default
37606
37607 \begin_inset Quotes grd
37608 \end_inset
37609
37610  in der zweiten Zeile steht.
37611  Der Beschreibungstext ist optional.
37612  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
37613  das Objekt befinden, also direkt nach dem 
37614 \series bold
37615 {}
37616 \series default
37617  beginnen.
37618  Am Ende des Absatzes fügt man folgenden Befehl ein:
37619 \end_layout
37620
37621 \begin_layout Standard
37622
37623 \series bold
37624
37625 \backslash
37626 end{window}
37627 \end_layout
37628
37629 \begin_layout Standard
37630 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
37631  man muss stattdessen den Befehl 
37632 \series bold
37633
37634 \backslash
37635 footnotemark
37636 \series default
37637  verwenden.
37638  Außerhalb des Absatzes den Befehl 
37639 \series bold
37640
37641 \backslash
37642 footnotetext
37643 \series default
37644 , wie es in Abschnitt
37645 \begin_inset space ~
37646 \end_inset
37647
37648
37649 \begin_inset CommandInset ref
37650 LatexCommand ref
37651 reference "abs:Fußnoten"
37652
37653 \end_inset
37654
37655  beschrieben ist.
37656 \end_layout
37657
37658 \begin_layout Standard
37659 \begin_inset ERT
37660 status collapsed
37661
37662 \begin_layout Plain Layout
37663
37664
37665 \backslash
37666 else
37667 \end_layout
37668
37669 \end_inset
37670
37671
37672 \begin_inset Note Note
37673 status open
37674
37675 \begin_layout Plain Layout
37676 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
37677 -Paket 
37678 \series bold
37679 picinpar
37680 \series default
37681  nicht installiert ist:
37682 \end_layout
37683
37684 \end_inset
37685
37686
37687 \end_layout
37688
37689 \begin_layout Standard
37690 Das \SpecialChar LaTeX
37691 -Paket 
37692 \series bold
37693 picinpar
37694 \series default
37695  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
37696 \end_layout
37697
37698 \begin_layout Standard
37699 \begin_inset ERT
37700 status collapsed
37701
37702 \begin_layout Plain Layout
37703
37704
37705 \backslash
37706 fi
37707 \end_layout
37708
37709 \end_inset
37710
37711
37712 \end_layout
37713
37714 \begin_layout Section
37715 Initiale
37716 \begin_inset Index idx
37717 status collapsed
37718
37719 \begin_layout Plain Layout
37720 Initiale
37721 \end_layout
37722
37723 \end_inset
37724
37725
37726 \begin_inset Index idx
37727 status collapsed
37728
37729 \begin_layout Plain Layout
37730 Umflossene Objekte ! Initiale
37731 \end_layout
37732
37733 \end_inset
37734
37735
37736 \end_layout
37737
37738 \begin_layout Standard
37739 Für Initialen muss das \SpecialChar LaTeX
37740 -Paket 
37741 \series bold
37742 lettrine
37743 \series default
37744
37745 \begin_inset Index idx
37746 status collapsed
37747
37748 \begin_layout Plain Layout
37749 \SpecialChar LaTeX
37750 -Pakete ! lettrine
37751 \end_layout
37752
37753 \end_inset
37754
37755  installiert sein und das Modul 
37756 \family sans
37757 Initialen
37758 \family default
37759  im Dokument verwendet werden (Menü 
37760 \family sans
37761 Dokument\SpecialChar menuseparator
37762 Einstellungen\SpecialChar menuseparator
37763 Module
37764 \family default
37765 ).
37766  Um eine Initiale einzufügen, verwendet man den Stil 
37767 \family sans
37768 Initiale
37769 \family default
37770 .
37771  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
37772  Die Argumente werden über das Menü 
37773 \family sans
37774 Einfügen
37775 \family default
37776  eingefügt.
37777  Das obligatorische Argument 
37778 \family sans
37779 Initiale
37780 \family default
37781  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
37782 \family sans
37783 Rest
37784 \begin_inset space ~
37785 \end_inset
37786
37787 der
37788 \begin_inset space ~
37789 \end_inset
37790
37791 Initiale
37792 \family default
37793  enthält den Rest des Wortes oder Textes der Initiale.
37794  Das Argument 
37795 \family sans
37796 Optionen
37797 \family default
37798  enthält Parameter um die Initiale zu modifizieren.
37799  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
37800  von 
37801 \series bold
37802 lettrine
37803 \series default
37804
37805 \begin_inset CommandInset citation
37806 LatexCommand cite
37807 key "lettrine"
37808
37809 \end_inset
37810
37811 .
37812  Der Stil selbst enthält den Text, der die Initiale umgibt.
37813  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
37814  Initiale ist, in 
37815 \shape smallcaps
37816 Kapitälchen
37817 \shape default
37818  gedruckt wird.
37819 \end_layout
37820
37821 \begin_layout Standard
37822 Hier sind einige Beispiele:
37823 \end_layout
37824
37825 \begin_layout Standard
37826 \begin_inset ERT
37827 status collapsed
37828
37829 \begin_layout Plain Layout
37830
37831
37832 \backslash
37833 iflettrine
37834 \end_layout
37835
37836 \end_inset
37837
37838
37839 \begin_inset Note Note
37840 status open
37841
37842 \begin_layout Plain Layout
37843 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
37844 -Paket 
37845 \series bold
37846 lettrine
37847 \series default
37848  installiert ist.
37849 \end_layout
37850
37851 \end_inset
37852
37853
37854 \end_layout
37855
37856 \begin_layout Enumerate
37857 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
37858
37859 \begin_inset Formula $\mathfrak{Fraktur}$
37860 \end_inset
37861
37862 :
37863 \begin_inset Separator parbreak
37864 \end_inset
37865
37866
37867 \end_layout
37868
37869 \begin_deeper
37870 \begin_layout Initial
37871 \begin_inset Argument 2
37872 status open
37873
37874 \begin_layout Plain Layout
37875 \begin_inset Formula $\mathfrak{I}$
37876 \end_inset
37877
37878
37879 \end_layout
37880
37881 \end_inset
37882
37883
37884 \begin_inset Argument 3
37885 status open
37886
37887 \begin_layout Plain Layout
37888 t
37889 \end_layout
37890
37891 \end_inset
37892
37893  
37894 \lang english
37895 was in the spring of the year 1894 that all London was interested, and the
37896  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37897  under most unusual and inexplicable circumstances.
37898  The public has already learned those particulars of the crime which came
37899  out in the police investigation, but a good deal was suppressed upon that
37900  occasion, since the case for the prosecution was so overwhelmingly strong
37901  that it was not necessary to bring forward all the facts.
37902 \end_layout
37903
37904 \end_deeper
37905 \begin_layout Enumerate
37906 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
37907  besteht und kein Text ist in 
37908 \shape smallcaps
37909 Kapitälchen
37910 \shape default
37911 :
37912 \begin_inset Separator parbreak
37913 \end_inset
37914
37915
37916 \end_layout
37917
37918 \begin_deeper
37919 \begin_layout Initial
37920 \begin_inset Argument 1
37921 status open
37922
37923 \begin_layout Plain Layout
37924 lines=1
37925 \end_layout
37926
37927 \end_inset
37928
37929
37930 \begin_inset Argument 2
37931 status open
37932
37933 \begin_layout Plain Layout
37934 It
37935 \end_layout
37936
37937 \end_inset
37938
37939  
37940 \lang english
37941 was in the spring of the year 1894 that all London was interested, and the
37942  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37943  under most unusual and inexplicable circumstances.
37944  The public has already learned those particulars of the crime which came
37945  out in the police investigation, but a good deal was suppressed upon that
37946  occasion, since the case for the prosecution was so overwhelmingly strong
37947  that it was not necessary to bring forward all the facts.
37948 \end_layout
37949
37950 \end_deeper
37951 \begin_layout Enumerate
37952 Magenta, hängende Initiale über 3
37953 \begin_inset space ~
37954 \end_inset
37955
37956 Zeilen in der Mathe-Schrift
37957 \begin_inset Newline newline
37958 \end_inset
37959
37960  
37961 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
37962 \end_inset
37963
37964 , der Text 
37965 \begin_inset Quotes gld
37966 \end_inset
37967
37968
37969 \lang english
37970 t was in the spring
37971 \lang ngerman
37972
37973 \begin_inset Quotes erd
37974 \end_inset
37975
37976  ist in 
37977 \shape smallcaps
37978 Kapitälchen
37979 \shape default
37980 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
37981 \begin_inset Newline newline
37982 \end_inset
37983
37984
37985 \series bold
37986
37987 \backslash
37988 renewcommand{
37989 \backslash
37990 LettrineFontHook}{
37991 \backslash
37992 color{Farbe}}
37993 \series default
37994
37995 \begin_inset Newline newline
37996 \end_inset
37997
37998 wobei 
37999 \emph on
38000 Farbe
38001 \emph default
38002  
38003 \begin_inset Quotes gld
38004 \end_inset
38005
38006 red
38007 \begin_inset Quotes erd
38008 \end_inset
38009
38010
38011 \begin_inset Quotes gld
38012 \end_inset
38013
38014 blue
38015 \begin_inset Quotes erd
38016 \end_inset
38017
38018
38019 \begin_inset Quotes gld
38020 \end_inset
38021
38022 green
38023 \begin_inset Quotes erd
38024 \end_inset
38025
38026
38027 \begin_inset Quotes gld
38028 \end_inset
38029
38030 yellow
38031 \begin_inset Quotes erd
38032 \end_inset
38033
38034
38035 \begin_inset Quotes gld
38036 \end_inset
38037
38038 cyan
38039 \begin_inset Quotes erd
38040 \end_inset
38041
38042
38043 \begin_inset Quotes gld
38044 \end_inset
38045
38046 magenta
38047 \begin_inset Quotes erd
38048 \end_inset
38049
38050
38051 \begin_inset Quotes gld
38052 \end_inset
38053
38054 black
38055 \begin_inset Quotes erd
38056 \end_inset
38057
38058  oder 
38059 \begin_inset Quotes gld
38060 \end_inset
38061
38062 white
38063 \begin_inset Quotes erd
38064 \end_inset
38065
38066  sein kann, und diesen Befehl zum \SpecialChar LaTeX
38067 -Vorspann hinzufügen:
38068 \begin_inset Newline newline
38069 \end_inset
38070
38071
38072 \series bold
38073
38074 \backslash
38075 @ifundefined{textcolor}
38076 \begin_inset Newline newline
38077 \end_inset
38078
38079
38080 \begin_inset space ~
38081 \end_inset
38082
38083 {
38084 \backslash
38085 usepackage{color}}{}
38086 \series default
38087
38088 \begin_inset Separator parbreak
38089 \end_inset
38090
38091
38092 \end_layout
38093
38094 \begin_deeper
38095 \begin_layout Standard
38096 \begin_inset ERT
38097 status collapsed
38098
38099 \begin_layout Plain Layout
38100
38101
38102 \backslash
38103 renewcommand{
38104 \backslash
38105 LettrineFontHook}{
38106 \backslash
38107 color{magenta}}
38108 \end_layout
38109
38110 \end_inset
38111
38112
38113 \begin_inset Note Note
38114 status open
38115
38116 \begin_layout Plain Layout
38117 macht die Initiale magenta
38118 \end_layout
38119
38120 \end_inset
38121
38122
38123 \end_layout
38124
38125 \begin_layout Initial
38126 \begin_inset Argument 1
38127 status open
38128
38129 \begin_layout Plain Layout
38130 lines=3, lhang=0.33, loversize=0.25
38131 \end_layout
38132
38133 \end_inset
38134
38135
38136 \begin_inset Argument 2
38137 status open
38138
38139 \begin_layout Plain Layout
38140 \begin_inset Formula $\mathcal{I}$
38141 \end_inset
38142
38143
38144 \end_layout
38145
38146 \end_inset
38147
38148
38149 \begin_inset Argument 3
38150 status open
38151
38152 \begin_layout Plain Layout
38153
38154 \lang english
38155 t was in the spring
38156 \end_layout
38157
38158 \end_inset
38159
38160  
38161 \lang english
38162 of the year 1894 that all London was interested, and the fashionable world
38163  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38164  and inexplicable circumstances.
38165  The public has already learned those particulars of the crime which came
38166  out in the police investigation, but a good deal was suppressed upon that
38167  occasion, since the case for the prosecution was so overwhelmingly strong
38168  that it was not necessary to bring forward all the facts.
38169 \end_layout
38170
38171 \end_deeper
38172 \begin_layout Standard
38173 \begin_inset ERT
38174 status collapsed
38175
38176 \begin_layout Plain Layout
38177
38178
38179 \backslash
38180 else
38181 \end_layout
38182
38183 \end_inset
38184
38185
38186 \begin_inset Note Note
38187 status open
38188
38189 \begin_layout Plain Layout
38190 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
38191 -Paket 
38192 \series bold
38193 lettrine
38194 \series default
38195  nicht installiert ist:
38196 \end_layout
38197
38198 \end_inset
38199
38200
38201 \end_layout
38202
38203 \begin_layout Standard
38204 Das \SpecialChar LaTeX
38205 -Paket 
38206 \series bold
38207 lettrine
38208 \series default
38209  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
38210 \end_layout
38211
38212 \begin_layout Standard
38213 \begin_inset ERT
38214 status collapsed
38215
38216 \begin_layout Plain Layout
38217
38218
38219 \backslash
38220 fi
38221 \end_layout
38222
38223 \end_inset
38224
38225
38226 \end_layout
38227
38228 \begin_layout Chapter
38229 Externe Dateien
38230 \begin_inset Index idx
38231 status collapsed
38232
38233 \begin_layout Plain Layout
38234 Dateien ! externe
38235 \end_layout
38236
38237 \end_inset
38238
38239
38240 \end_layout
38241
38242 \begin_layout Standard
38243 Mit 
38244 \family sans
38245 Einfügen\SpecialChar menuseparator
38246 Datei
38247 \family default
38248  können Sie fremdes Material in Ihr Dokument einsetzen.
38249  Das kann folgendes sein:
38250 \end_layout
38251
38252 \begin_layout Description
38253 \SpecialChar LyX
38254 -Dokument Der Inhalt eines anderen \SpecialChar LyX
38255 -Dokuments wird direkt in Ihr Dokument
38256  eingefügt.
38257 \end_layout
38258
38259 \begin_layout Description
38260 Einfacher
38261 \begin_inset space ~
38262 \end_inset
38263
38264 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
38265  eingefügt.
38266 \end_layout
38267
38268 \begin_layout Description
38269 Einfacher
38270 \begin_inset space ~
38271 \end_inset
38272
38273 Text,
38274 \begin_inset space ~
38275 \end_inset
38276
38277 Zeilen
38278 \begin_inset space ~
38279 \end_inset
38280
38281 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
38282  Leerzeilen trennen die Absätze.
38283 \end_layout
38284
38285 \begin_layout Description
38286 Externes
38287 \begin_inset space ~
38288 \end_inset
38289
38290 Material Dateien in verschiedenen Formaten.
38291 \end_layout
38292
38293 \begin_layout Description
38294 Unterdokument \SpecialChar LyX
38295 - oder \SpecialChar LaTeX
38296 -Dokumente.
38297 \end_layout
38298
38299 \begin_layout Section
38300 Externes Material
38301 \begin_inset Index idx
38302 status collapsed
38303
38304 \begin_layout Plain Layout
38305 Externes Material
38306 \end_layout
38307
38308 \end_inset
38309
38310
38311 \end_layout
38312
38313 \begin_layout Standard
38314 Mit 
38315 \family sans
38316 Einfügen\SpecialChar menuseparator
38317 Datei\SpecialChar menuseparator
38318  Externes Material
38319 \family default
38320  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
38321  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
38322  weil \SpecialChar LyX
38323  sich darum kümmert.
38324  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in \SpecialChar LyX
38325 -Dokumente
38326  eingefügt werden können.
38327  Wenn die Grafikvorschau in den \SpecialChar LyX
38328 -Einstellungen unter
38329 \family sans
38330  Aussehen
38331 \begin_inset space ~
38332 \end_inset
38333
38334 &
38335 \begin_inset space ~
38336 \end_inset
38337
38338 Handhabung\SpecialChar menuseparator
38339 Grafik
38340 \family default
38341 , werden die externen Materialtypen Dia und Xfig direkt in \SpecialChar LyX
38342  angezeigt.
38343 \end_layout
38344
38345 \begin_layout Standard
38346 Zur Zeit können Sie folgende Dateitypen (
38347 \family sans
38348 Vorlagen
38349 \family default
38350 ) benutzen:
38351 \end_layout
38352
38353 \begin_layout Description
38354 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
38355 \series bold
38356
38357 \begin_inset CommandInset href
38358 LatexCommand href
38359 name "XBoard"
38360 target "http://de.wikipedia.org/wiki/XBoard"
38361
38362 \end_inset
38363
38364
38365 \series default
38366  erzeugt wurden.
38367 \end_layout
38368
38369 \begin_layout Description
38370 Datum fügt ein Datum mit dem Format 
38371 \emph on
38372 Tag-Monat-Jahr
38373 \emph default
38374  ein.
38375  Hier ist ein Beispiel: 
38376 \begin_inset External
38377         template Date
38378         filename .
38379
38380 \end_inset
38381
38382
38383 \begin_inset space ~
38384 \end_inset
38385
38386
38387 \begin_inset Note Note
38388 status collapsed
38389
38390 \begin_layout Plain Layout
38391
38392 \lang english
38393 Remove the protected space when bug 4398 is fixed!
38394 \end_layout
38395
38396 \end_inset
38397
38398
38399 \begin_inset Newline newline
38400 \end_inset
38401
38402 Das Datum ist in \SpecialChar LyX
38403  nicht zu sehen, nur in der Druckausgabe.
38404  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
38405  Menü 
38406 \family sans
38407 Einfügen\SpecialChar menuseparator
38408 Datum
38409 \family default
38410  und mit dem \SpecialChar LaTeX
38411 -Befehl 
38412 \series bold
38413
38414 \backslash
38415 today
38416 \series default
38417 .
38418  Die verschiedenen Methoden werden in Tabelle
38419 \begin_inset space ~
38420 \end_inset
38421
38422
38423 \begin_inset CommandInset ref
38424 LatexCommand ref
38425 reference "tab:Vergleich-der-Datums-Eingaben"
38426
38427 \end_inset
38428
38429  verglichen.
38430 \end_layout
38431
38432 \begin_layout Description
38433 Dia unterstützt Diagramme, die mit dem Programm 
38434 \series bold
38435
38436 \begin_inset CommandInset href
38437 LatexCommand href
38438 name "Dia"
38439 target "http://de.wikipedia.org/wiki/Dia_(Software)"
38440
38441 \end_inset
38442
38443
38444 \series default
38445  erzeugt wurden.
38446 \end_layout
38447
38448 \begin_layout Description
38449 GnumericTabelle Mit dieser Vorlage können Sie Tabellen im Format von 
38450 \series bold
38451
38452 \begin_inset CommandInset href
38453 LatexCommand href
38454 name "Gnumeric"
38455 target "http://de.wikipedia.org/wiki/Gnumeric"
38456
38457 \end_inset
38458
38459
38460 \series default
38461
38462 \begin_inset CommandInset href
38463 LatexCommand href
38464 name "OpenDocument"
38465 target "http://de.wikipedia.org/wiki/OpenDocument"
38466
38467 \end_inset
38468
38469
38470 \begin_inset CommandInset href
38471 LatexCommand href
38472 name "Microsoft Office XML"
38473 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38474
38475 \end_inset
38476
38477  und 
38478 \begin_inset CommandInset href
38479 LatexCommand href
38480 name "Office Open XML"
38481 target "http://de.wikipedia.org/wiki/Office_Open_XML"
38482
38483 \end_inset
38484
38485  einfügen.
38486  Für dieses Feature muss \SpecialChar LyX
38487  während seiner Konfiguration das Programm 
38488 \family typewriter
38489 ssconvert
38490 \family default
38491  gefunden haben.
38492  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
38493  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
38494  Für Beispiele und mögliche Limitierungen siehe \SpecialChar LyX
38495 ' Beispieldatei 
38496 \emph on
38497 spreadsheet.lyx
38498 \emph default
38499 .
38500 \end_layout
38501
38502 \begin_layout Description
38503 LilyPond Mit dieser Vorlage können Sie Musik-Notationen einfügen, die mit
38504  dem Notensatzprogramm 
38505 \series bold
38506
38507 \begin_inset CommandInset href
38508 LatexCommand href
38509 name "LilyPond"
38510 target "http://de.wikipedia.org/wiki/LilyPond"
38511
38512 \end_inset
38513
38514
38515 \series default
38516  gesetzt werden.
38517  Für \SpecialChar LyX
38518 ' erweiterte Unterstützung für LilyPond siehe \SpecialChar LyX
38519 ' Beispieldatei 
38520 \emph on
38521 lilypond.lyx
38522 \emph default
38523 .
38524 \end_layout
38525
38526 \begin_layout Description
38527 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
38528  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
38529  
38530 \series bold
38531 pages
38532 \series default
38533  im Feld 
38534 \family sans
38535 Option
38536 \family default
38537  in der Karteikarte 
38538 \family sans
38539 \SpecialChar LaTeX
38540 - und \SpecialChar LyX
38541 -Optionen
38542 \family default
38543 .
38544  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
38545  (man gibt als Option 
38546 \series bold
38547 pages={3,5,6,8}
38548 \series default
38549  an), Seitenbereiche (
38550 \series bold
38551 pages={4-9}
38552 \series default
38553 ) oder eine Kombination davon enthält.
38554  Um leere Seiten einzufügen, verwendet man {}.
38555  Z.
38556 \begin_inset space \thinspace{}
38557 \end_inset
38558
38559 B.
38560  fügt 
38561 \series bold
38562 pages={3,{},8-11,15}
38563 \series default
38564  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
38565  Seitenbereiche werden mit der Syntax 
38566 \emph on
38567 Start
38568 \emph default
38569 -
38570 \emph on
38571 Stop
38572 \emph default
38573  angegeben.
38574  Dies wählt alle Seiten von 
38575 \emph on
38576 Start
38577 \emph default
38578  bis 
38579 \emph on
38580 Stop
38581 \emph default
38582  aus.
38583  Wird 
38584 \emph on
38585 Start
38586 \emph default
38587  weggelassen, wird stattdessen die erste Seite verwendet; wird 
38588 \emph on
38589 Stop
38590 \emph default
38591  weggelassen, wird stattdessen die letzte Seite verwendet.
38592  Die letzte Seite kann außerdem mit dem Schlagwort 
38593 \series bold
38594 last
38595 \series default
38596  ausgewählt werden.
38597  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
38598 \series bold
38599 pages=-
38600 \series default
38601  fügt also alle Seiten des Dokuments ein und 
38602 \series bold
38603 pages=last-1
38604 \series default
38605  fügt alle Seiten in umgekehrter Reihenfolge ein.
38606  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
38607  eingefügt.
38608 \begin_inset Newline newline
38609 \end_inset
38610
38611 Die Option 
38612 \series bold
38613 noautoscale
38614 \series default
38615  fügt die Seiten in ihrer Originalgröße ein.
38616  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
38617  dass sie die komplette Breite Ihres Dokuments einnehmen.
38618  In der Karteikarte 
38619 \family sans
38620 Größe und Drehung
38621 \family default
38622  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
38623  werden.
38624  Wird eine andere Breite als 100
38625 \begin_inset space \thinspace{}
38626 \end_inset
38627
38628 Größe% verwendet, wird die Option 
38629 \series bold
38630 noautoscale
38631 \series default
38632  überschrieben.
38633  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
38634  des \SpecialChar LaTeX
38635 -Pakets 
38636 \series bold
38637 pdfpages
38638 \series default
38639  
38640 \begin_inset CommandInset citation
38641 LatexCommand cite
38642 key "pdfpages"
38643
38644 \end_inset
38645
38646 .
38647 \begin_inset Index idx
38648 status collapsed
38649
38650 \begin_layout Plain Layout
38651 \SpecialChar LaTeX
38652 -Pakete ! pdfpages
38653 \end_layout
38654
38655 \end_inset
38656
38657
38658 \begin_inset Newline newline
38659 \end_inset
38660
38661 Um diese Vorlage in einer 
38662 \family sans
38663 Beamer
38664 \family default
38665 -Präsentation zu verwenden, muss zuerst eine 
38666 \family sans
38667 BeendeRahmen
38668 \family default
38669  Umgebung eingefügt werden.
38670  In den folgenden Absatz kommt eine \SpecialChar TeX
38671 -Code Box mit dem Befehl 
38672 \series bold
38673
38674 \backslash
38675 setbeamertemplate{background canvas}{}
38676 \series default
38677 .
38678  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
38679  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
38680  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
38681  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
38682  sicher, dass die Ausrichtung 
38683 \family sans
38684 Standard
38685 \family default
38686  für den Absatz verwendet wird, der die Vorlage enthält.
38687 \begin_inset Newline newline
38688 \end_inset
38689
38690 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
38691 \begin_inset External
38692         template PDFPages
38693         filename ../clipart/Abstract.pdf
38694         extra LaTeX "pages=-"
38695         rotateAngle -5
38696         rotateOrigin bottomleft
38697         width 50col%
38698
38699 \end_inset
38700
38701
38702 \end_layout
38703
38704 \begin_layout Description
38705 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
38706  Die Bilddateien können im Dialogfenster 
38707 \family sans
38708 Externes
38709 \begin_inset space ~
38710 \end_inset
38711
38712 Material
38713 \family default
38714  genauso behandelt werden wie die mit dem normalen 
38715 \family sans
38716 Grafik
38717 \family default
38718 -Dialog eingefügten, siehe Abschnitt
38719 \begin_inset space ~
38720 \end_inset
38721
38722
38723 \begin_inset CommandInset ref
38724 LatexCommand ref
38725 reference "abs:Grafik-Dialog"
38726
38727 \end_inset
38728
38729 .
38730  Der Unterschied zum normalen Einfügen eines Bildes ist, dass nur Rasterbilder
38731  erlaubt sind, das heißt PDF- und EPS-Bilder werden nicht unterstützt.
38732  Hier ist ein eingefügtes Rasterbild: 
38733 \begin_inset External
38734         template RasterImage
38735         filename ../clipart/ToolbarEnvBox.png
38736
38737 \end_inset
38738
38739
38740 \end_layout
38741
38742 \begin_layout Description
38743 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
38744 \series bold
38745
38746 \begin_inset CommandInset href
38747 LatexCommand href
38748 name "Xfig"
38749 target "http://de.wikipedia.org/wiki/Xfig"
38750
38751 \end_inset
38752
38753
38754 \series default
38755  erzeugt wurden.
38756 \end_layout
38757
38758 \begin_layout Standard
38759 \begin_inset Float table
38760 placement !h
38761 wide false
38762 sideways false
38763 status open
38764
38765 \begin_layout Plain Layout
38766 \begin_inset Caption Standard
38767
38768 \begin_layout Plain Layout
38769 \begin_inset CommandInset label
38770 LatexCommand label
38771 name "tab:Vergleich-der-Datums-Eingaben"
38772
38773 \end_inset
38774
38775 Vergleich der Datums-Eingaben
38776 \end_layout
38777
38778 \end_inset
38779
38780
38781 \end_layout
38782
38783 \begin_layout Plain Layout
38784 \align center
38785 \begin_inset Tabular
38786 <lyxtabular version="3" rows="4" columns="4">
38787 <features tabularvalignment="middle">
38788 <column alignment="center" valignment="top">
38789 <column alignment="center" valignment="top">
38790 <column alignment="center" valignment="top">
38791 <column alignment="center" valignment="top">
38792 <row>
38793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38794 \begin_inset Text
38795
38796 \begin_layout Plain Layout
38797 Dokumentformat
38798 \end_layout
38799
38800 \end_inset
38801 </cell>
38802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38803 \begin_inset Text
38804
38805 \begin_layout Plain Layout
38806
38807 \family sans
38808 Externes Material\SpecialChar menuseparator
38809 Datum
38810 \end_layout
38811
38812 \end_inset
38813 </cell>
38814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38815 \begin_inset Text
38816
38817 \begin_layout Plain Layout
38818
38819 \family sans
38820 Einfügen\SpecialChar menuseparator
38821 Datum
38822 \end_layout
38823
38824 \end_inset
38825 </cell>
38826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38827 \begin_inset Text
38828
38829 \begin_layout Plain Layout
38830 Befehl 
38831 \series bold
38832
38833 \backslash
38834 today
38835 \end_layout
38836
38837 \end_inset
38838 </cell>
38839 </row>
38840 <row>
38841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38842 \begin_inset Text
38843
38844 \begin_layout Plain Layout
38845 \SpecialChar LyX
38846
38847 \end_layout
38848
38849 \end_inset
38850 </cell>
38851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38852 \begin_inset Text
38853
38854 \begin_layout Plain Layout
38855 als Box
38856 \end_layout
38857
38858 \end_inset
38859 </cell>
38860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38861 \begin_inset Text
38862
38863 \begin_layout Plain Layout
38864 als Datum
38865 \end_layout
38866
38867 \end_inset
38868 </cell>
38869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38870 \begin_inset Text
38871
38872 \begin_layout Plain Layout
38873 als \SpecialChar TeX
38874 -Code
38875 \end_layout
38876
38877 \end_inset
38878 </cell>
38879 </row>
38880 <row>
38881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38882 \begin_inset Text
38883
38884 \begin_layout Plain Layout
38885 \SpecialChar LaTeX
38886
38887 \end_layout
38888
38889 \end_inset
38890 </cell>
38891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38892 \begin_inset Text
38893
38894 \begin_layout Plain Layout
38895 als Datum
38896 \end_layout
38897
38898 \end_inset
38899 </cell>
38900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38901 \begin_inset Text
38902
38903 \begin_layout Plain Layout
38904 als Datum
38905 \end_layout
38906
38907 \end_inset
38908 </cell>
38909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38910 \begin_inset Text
38911
38912 \begin_layout Plain Layout
38913 als Befehl
38914 \end_layout
38915
38916 \end_inset
38917 </cell>
38918 </row>
38919 <row>
38920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38921 \begin_inset Text
38922
38923 \begin_layout Plain Layout
38924 DVI, PDF, PS
38925 \end_layout
38926
38927 \end_inset
38928 </cell>
38929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38930 \begin_inset Text
38931
38932 \begin_layout Plain Layout
38933 als Datum
38934 \end_layout
38935
38936 \end_inset
38937 </cell>
38938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38939 \begin_inset Text
38940
38941 \begin_layout Plain Layout
38942 als Datum
38943 \end_layout
38944
38945 \end_inset
38946 </cell>
38947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38948 \begin_inset Text
38949
38950 \begin_layout Plain Layout
38951 als Datum
38952 \end_layout
38953
38954 \end_inset
38955 </cell>
38956 </row>
38957 </lyxtabular>
38958
38959 \end_inset
38960
38961
38962 \end_layout
38963
38964 \end_inset
38965
38966
38967 \end_layout
38968
38969 \begin_layout Standard
38970 Wenn Sie im Dialogfenster
38971 \family sans
38972  Externes
38973 \begin_inset space ~
38974 \end_inset
38975
38976 Material 
38977 \family default
38978 in der Karteikarte
38979 \family sans
38980  Datei
38981 \family default
38982  die Option 
38983 \family sans
38984 Entwurf
38985 \family default
38986  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
38987 \begin_inset Newline newline
38988 \end_inset
38989
38990 \SpecialChar LyX
38991  kann externes Material entweder als Box wie hier: 
38992 \begin_inset Graphics
38993         filename clipart/ExternesMaterialQt4.png
38994         scale 85
38995         scaleBeforeRotation
38996
38997 \end_inset
38998
38999  oder als Bild darstellen.
39000  Das hängt davon ab, ob Sie im Dialog
39001 \family sans
39002  
39003 \family default
39004 in der Karteikarte 
39005 \family sans
39006 \SpecialChar LaTeX
39007 - und \SpecialChar LyX
39008 -Optionen
39009 \family default
39010  die Option 
39011 \family sans
39012 In
39013 \begin_inset space ~
39014 \end_inset
39015
39016 \SpecialChar LyX
39017
39018 \begin_inset space ~
39019 \end_inset
39020
39021 anzeigen
39022 \family default
39023  gewählt haben oder nicht.
39024 \end_layout
39025
39026 \begin_layout Standard
39027 Im \SpecialChar LyX
39028 -Handbuch 
39029 \family sans
39030 \emph on
39031 Anpassung
39032 \family default
39033 \emph default
39034  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
39035 \end_layout
39036
39037 \begin_layout Section
39038 Unterdokumente
39039 \begin_inset CommandInset label
39040 LatexCommand label
39041 name "abs:Unterdokumente"
39042
39043 \end_inset
39044
39045
39046 \begin_inset Index idx
39047 status collapsed
39048
39049 \begin_layout Plain Layout
39050 Unterdokument
39051 \end_layout
39052
39053 \end_inset
39054
39055
39056 \end_layout
39057
39058 \begin_layout Standard
39059 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
39060  oder Abschnitten bestehen.
39061  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
39062  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
39063  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
39064  z.
39065 \begin_inset space \thinspace{}
39066 \end_inset
39067
39068 B.
39069  den \SpecialChar LaTeX
39070 -Vorspann, das Literaturverzeichnis und Querverweismarken.
39071 \end_layout
39072
39073 \begin_layout Standard
39074 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
39075  müssen, geben Sie im Unterdokument im Menü
39076 \family sans
39077  Dokument\SpecialChar menuseparator
39078 Einstellungen\SpecialChar menuseparator
39079 Dokumentklasse
39080 \family default
39081  das Hauptdokument an.
39082  Dieses wird dann von \SpecialChar LyX
39083  im Hintergrund benutzt, wenn Sie das Unterdokument
39084  bearbeiten.
39085 \end_layout
39086
39087 \begin_layout Standard
39088 Unterdokumente werden in \SpecialChar LyX
39089  als Box angezeigt: 
39090 \begin_inset Graphics
39091         filename clipart/UnterdokumentQt4.png
39092         scale 85
39093         scaleBeforeRotation
39094
39095 \end_inset
39096
39097  Sie werden über
39098 \family sans
39099  Einfügen\SpecialChar menuseparator
39100 Datei\SpecialChar menuseparator
39101 Unterdokument
39102 \family default
39103  eingebunden, was das Dialogfenster
39104 \family sans
39105  Unterdokument
39106 \family default
39107  öffnet.
39108  Für 
39109 \family sans
39110 die Art
39111 \begin_inset space ~
39112 \end_inset
39113
39114 der
39115 \begin_inset space ~
39116 \end_inset
39117
39118 Einbindung
39119 \family default
39120  gibt es dort vier Möglichkeiten:
39121 \end_layout
39122
39123 \begin_layout Description
39124 Include Sie können \SpecialChar LyX
39125 - und \SpecialChar LaTeX
39126 -Dokumente einbinden.
39127  Wenn Sie im Dialogfenster
39128 \family sans
39129  Unterdokument
39130 \family default
39131  auf 
39132 \family sans
39133 Bearbeiten
39134 \family default
39135  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
39136  und Sie können es editieren.
39137 \begin_inset Newline newline
39138 \end_inset
39139
39140
39141 \end_layout
39142
39143 \begin_layout Standard
39144 Hier wird ein Unterdokument
39145 \family sans
39146  
39147 \family default
39148 per 
39149 \family sans
39150 Include
39151 \family default
39152  eingebunden: 
39153 \begin_inset CommandInset include
39154 LatexCommand include
39155 filename "DummyDocument1.lyx"
39156
39157 \end_inset
39158
39159 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
39160  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
39161  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
39162 s.
39163  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
39164 \begin_inset space ~
39165 \end_inset
39166
39167
39168 \begin_inset CommandInset ref
39169 LatexCommand ref
39170 reference "uab:Externer-Unterabschnitt-1"
39171
39172 \end_inset
39173
39174 .
39175 \end_layout
39176
39177 \begin_layout Standard
39178 Der \SpecialChar LaTeX
39179 -Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
39180  wird benutzt.
39181  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
39182  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
39183  Unterdokumente, die per 
39184 \family sans
39185 Include
39186 \family default
39187  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
39188  und enden mit einem Seitenumbruch.
39189 \end_layout
39190
39191 \begin_layout Standard
39192 \begin_inset Note Greyedout
39193 status open
39194
39195 \begin_layout Plain Layout
39196
39197 \series bold
39198 Bemerkung:
39199 \series default
39200  Wenn Sie eine \SpecialChar LyX
39201 - oder \SpecialChar LaTeX
39202 -Datei eingebunden haben, werden Sie beim Export oder
39203  der Druckvorschau gewarnt, wenn das Unterdokument eine andere Dokumentklasse
39204  als das Hauptdokument benutzt, weil das zu unvorhersehbaren Ergebnissen
39205  führen wird.
39206 \end_layout
39207
39208 \end_inset
39209
39210
39211 \end_layout
39212
39213 \begin_layout Description
39214 Input Diese Methode ist 
39215 \family sans
39216 Include
39217 \family default
39218  sehr ähnlich mit folgenden Unterschieden:
39219 \begin_inset Separator parbreak
39220 \end_inset
39221
39222
39223 \end_layout
39224
39225 \begin_deeper
39226 \begin_layout Itemize
39227 Unterdokumente, die per 
39228 \family sans
39229 Input
39230 \family default
39231  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
39232  Seite und enden NICHT mit einem Seitenumbruch.
39233 \end_layout
39234
39235 \begin_layout Itemize
39236 Unterdokumente, die per 
39237 \family sans
39238 Input
39239 \family default
39240  eingebunden werden, können in \SpecialChar LyX
39241  angesehen werden, wenn im Dialogfenster
39242 \family sans
39243  Unterdokument Vorschau
39244 \begin_inset space ~
39245 \end_inset
39246
39247 anzeigen
39248 \family default
39249  angekreuzt wurde und in den \SpecialChar LyX
39250 -Einstellungen unter
39251 \family sans
39252  Aussehen
39253 \begin_inset space ~
39254 \end_inset
39255
39256 &
39257 \begin_inset space ~
39258 \end_inset
39259
39260 Handhabung\SpecialChar menuseparator
39261 Grafik\SpecialChar menuseparator
39262 Sofortige
39263 \begin_inset space ~
39264 \end_inset
39265
39266 Vorschau
39267 \family default
39268  auf 
39269 \family sans
39270 An
39271 \family default
39272  gesetzt wurde.
39273  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
39274  aus.
39275 \end_layout
39276
39277 \begin_layout Itemize
39278 Unterdokumente, die per 
39279 \family sans
39280 Input
39281 \family default
39282  eingebunden werden, können nicht über das Menü 
39283 \family sans
39284 Dokument\SpecialChar menuseparator
39285 Einstellungen\SpecialChar menuseparator
39286 Unterdokumente
39287 \family default
39288  unterdrückt werden.
39289 \end_layout
39290
39291 \end_deeper
39292 \begin_layout Standard
39293 Hier ist ein Unterdokument, das mit
39294 \family sans
39295  Input
39296 \family default
39297  eingebunden wurde: 
39298 \begin_inset CommandInset include
39299 LatexCommand input
39300 filename "DummyDocument2.lyx"
39301
39302 \end_inset
39303
39304 .
39305 \end_layout
39306
39307 \begin_layout Description
39308 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
39309   In der Druckvorschau wird für den Text der Stil 
39310 \family typewriter
39311 Schreibmaschine
39312 \family default
39313  verwendet.
39314  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
39315  Wenn Sie im Dialogfenster
39316 \family sans
39317  Unterdokument Leerzeichen
39318 \begin_inset space ~
39319 \end_inset
39320
39321 bei
39322 \begin_inset space ~
39323 \end_inset
39324
39325 der
39326 \begin_inset space ~
39327 \end_inset
39328
39329 Ausgabe
39330 \begin_inset space ~
39331 \end_inset
39332
39333 kennzeichnen 
39334 \family default
39335 ankreuzen, wird in der Druckvorschau das Zeichen 
39336 \begin_inset Quotes gld
39337 \end_inset
39338
39339
39340 \begin_inset ERT
39341 status collapsed
39342
39343 \begin_layout Plain Layout
39344
39345
39346 \backslash
39347 textvisiblespace 
39348 \end_layout
39349
39350 \end_inset
39351
39352
39353 \begin_inset Quotes grd
39354 \end_inset
39355
39356  für jedes Leerzeichen eingefügt.
39357 \begin_inset Newline newline
39358 \end_inset
39359
39360 Im Gegensatz zu 
39361 \family sans
39362 Einfügen\SpecialChar menuseparator
39363 Datei\SpecialChar menuseparator
39364 Einfacher
39365 \begin_inset space ~
39366 \end_inset
39367
39368 Text
39369 \family default
39370  wird bei 
39371 \family sans
39372 Unformatiert
39373 \family default
39374  der Dateiinhalt in \SpecialChar LyX
39375  nicht dargestellt.
39376 \end_layout
39377
39378 \begin_layout Standard
39379 Hier ist ein Unterdokument, das mit
39380 \family sans
39381  Unformatiert
39382 \family default
39383  eingebunden wurde: 
39384 \begin_inset CommandInset include
39385 LatexCommand verbatiminput
39386 filename "DummyTextDocument.txt"
39387
39388 \end_inset
39389
39390
39391 \begin_inset VSpace bigskip
39392 \end_inset
39393
39394 Hier ist ein Unterdokument, das mit
39395 \family sans
39396  Unformatiert
39397 \family default
39398  eingebunden wurde und
39399 \family sans
39400  Leerzeichen
39401 \begin_inset space ~
39402 \end_inset
39403
39404 bei
39405 \begin_inset space ~
39406 \end_inset
39407
39408 der
39409 \begin_inset space ~
39410 \end_inset
39411
39412 Ausgabe
39413 \begin_inset space ~
39414 \end_inset
39415
39416 kennzeichnen
39417 \family default
39418  angekreuzt hat: 
39419 \begin_inset CommandInset include
39420 LatexCommand verbatiminput*
39421 filename "DummyTextDocument.txt"
39422
39423 \end_inset
39424
39425
39426 \end_layout
39427
39428 \begin_layout Standard
39429 \begin_inset VSpace bigskip
39430 \end_inset
39431
39432
39433 \end_layout
39434
39435 \begin_layout Standard
39436 \begin_inset Note Greyedout
39437 status open
39438
39439 \begin_layout Plain Layout
39440
39441 \series bold
39442 Bemerkung:
39443 \series default
39444  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
39445  
39446 \family sans
39447 Unformatiert
39448 \family default
39449  eingebunden werden, am Zeilenende nicht umgebrochen.
39450 \end_layout
39451
39452 \end_inset
39453
39454
39455 \end_layout
39456
39457 \begin_layout Description
39458 Listing Dieser Typ wird in Kapitel
39459 \begin_inset space ~
39460 \end_inset
39461
39462
39463 \begin_inset CommandInset ref
39464 LatexCommand ref
39465 reference "kap:Programm-Code-Listen"
39466
39467 \end_inset
39468
39469  beschrieben.
39470 \end_layout
39471
39472 \begin_layout Standard
39473 \begin_inset Note Greyedout
39474 status open
39475
39476 \begin_layout Plain Layout
39477
39478 \series bold
39479 Bemerkung:
39480 \series default
39481  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
39482  das zu \SpecialChar LaTeX
39483 -Problemen führen.
39484 \end_layout
39485
39486 \end_inset
39487
39488
39489 \end_layout
39490
39491 \begin_layout Standard
39492 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
39493  wollen, z.
39494 \begin_inset space \thinspace{}
39495 \end_inset
39496
39497 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
39498  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
39499  Dies geschieht über das Menü 
39500 \family sans
39501 Dokument\SpecialChar menuseparator
39502 Einstellungen\SpecialChar menuseparator
39503 Unterdokumente
39504 \family default
39505 .
39506  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
39507  in die Spalte 
39508 \family sans
39509 In Ausgabe einbinden
39510 \family default
39511  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
39512  für Unterdokumente möglich ist, die per 
39513 \family sans
39514 Input
39515 \family default
39516  eingebunden wurden).
39517  Wenn die Option 
39518 \family sans
39519 Zähler und Querverweise wahren
39520 \family default
39521  aktiviert ist, sorgt \SpecialChar LyX
39522  dafür, dass alle Seitennummern, Querverweise usw.
39523 \begin_inset space ~
39524 \end_inset
39525
39526 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
39527  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
39528  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
39529  Dazu muss \SpecialChar LyX
39530  intern allerdings das gesamte Dokument prozessieren.
39531  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
39532  sind, wählen sie die Option nicht.
39533 \end_layout
39534
39535 \begin_layout Standard
39536 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
39537 \begin_inset Foot
39538 status collapsed
39539
39540 \begin_layout Plain Layout
39541 Zweige sind im Kapitel 
39542 \emph on
39543 Zweige
39544 \emph default
39545  des \SpecialChar LyX
39546
39547 \emph on
39548 -Benutzerhandbuchs
39549 \emph default
39550  erklärt.
39551 \end_layout
39552
39553 \end_inset
39554
39555  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
39556  Dateien in der Ausgabe erscheinen.
39557  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
39558  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
39559  werden.
39560 \end_layout
39561
39562 \begin_layout Chapter
39563 Programm-Code-Listen
39564 \begin_inset CommandInset label
39565 LatexCommand label
39566 name "kap:Programm-Code-Listen"
39567
39568 \end_inset
39569
39570
39571 \begin_inset Index idx
39572 status collapsed
39573
39574 \begin_layout Plain Layout
39575 Listen
39576 \end_layout
39577
39578 \end_inset
39579
39580
39581 \begin_inset Index idx
39582 status collapsed
39583
39584 \begin_layout Plain Layout
39585 Programm-Code
39586 \end_layout
39587
39588 \end_inset
39589
39590
39591 \end_layout
39592
39593 \begin_layout Standard
39594 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
39595 \family sans
39596 Einfügen\SpecialChar menuseparator
39597 Pro\SpecialChar softhyphen
39598 grammlisting
39599 \family default
39600  verwenden.
39601  Das \SpecialChar LaTeX
39602 -Paket 
39603 \series bold
39604 listings
39605 \series default
39606
39607 \begin_inset Index idx
39608 status collapsed
39609
39610 \begin_layout Plain Layout
39611 \SpecialChar LaTeX
39612 -Pakete ! listings
39613 \end_layout
39614
39615 \end_inset
39616
39617  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
39618 \end_layout
39619
39620 \begin_layout Standard
39621 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
39622 rmat der Programm-Code-Liste festlegen.
39623 \end_layout
39624
39625 \begin_layout Standard
39626 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
39627  Die Platzierungsoption 
39628 \family sans
39629 Eingebettetes
39630 \begin_inset space ~
39631 \end_inset
39632
39633 Listing
39634 \family default
39635  druckt das Listing in der Zeile wie hier: 
39636 \begin_inset listings
39637 lstparams "language={C++}"
39638 inline true
39639 status open
39640
39641 \begin_layout Plain Layout
39642
39643 int a=5;
39644 \end_layout
39645
39646 \end_inset
39647
39648
39649 \begin_inset Newline newline
39650 \end_inset
39651
39652 Die Option 
39653 \family sans
39654 Gleitobjekt
39655 \family default
39656  erzeugt ein Listing-Gleitobjekt, dessen 
39657 \family sans
39658 Platzierung 
39659 \family default
39660 Sie mit 
39661 \family sans
39662 h
39663 \family default
39664
39665 \family sans
39666 t
39667 \family default
39668
39669 \family sans
39670 b
39671 \family default
39672  und 
39673 \family sans
39674 p
39675 \family default
39676 , analog zu den in Abschnitt
39677 \begin_inset space ~
39678 \end_inset
39679
39680
39681 \begin_inset CommandInset ref
39682 LatexCommand ref
39683 reference "abs:Gleitobjekt-Platzierung"
39684
39685 \end_inset
39686
39687  beschriebenen Platzierungsoptionen festlegen können.
39688  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
39689  hintereinander angegeben, z.
39690 \begin_inset space \thinspace{}
39691 \end_inset
39692
39693 B.
39694  
39695 \begin_inset Quotes gld
39696 \end_inset
39697
39698
39699 \family sans
39700 htbp
39701 \family default
39702
39703 \begin_inset Quotes grd
39704 \end_inset
39705
39706 .
39707  Die Option 
39708 \begin_inset Quotes gld
39709 \end_inset
39710
39711 h
39712 \begin_inset Quotes grd
39713 \end_inset
39714
39715  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
39716  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
39717 \end_layout
39718
39719 \begin_layout Standard
39720 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
39721  zu verweisen: Listing
39722 \begin_inset space ~
39723 \end_inset
39724
39725
39726 \begin_inset CommandInset ref
39727 LatexCommand ref
39728 reference "lst:Gleitendes-Programm-Listing"
39729
39730 \end_inset
39731
39732 .
39733  Mit dem Menü 
39734 \family sans
39735 Einfügen\SpecialChar menuseparator
39736 Liste
39737 \begin_inset space ~
39738 \end_inset
39739
39740 /
39741 \begin_inset space ~
39742 \end_inset
39743
39744 Inhaltsverzeichnis\SpecialChar menuseparator
39745 Listings Verzeichnis
39746 \family default
39747  kann ein Verzeichnis aller Listings eingefügt werden.
39748  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
39749 \end_layout
39750
39751 \begin_layout Standard
39752 \begin_inset listings
39753 lstparams "language=Python"
39754 inline false
39755 status open
39756
39757 \begin_layout Plain Layout
39758
39759 \begin_inset Caption Standard
39760
39761 \begin_layout Plain Layout
39762 \begin_inset CommandInset label
39763 LatexCommand label
39764 name "lst:Gleitendes-Programm-Listing"
39765
39766 \end_inset
39767
39768 Gleitendes Programm-Listing
39769 \end_layout
39770
39771 \end_inset
39772
39773 # Gleitendes Programm-Listing
39774 \end_layout
39775
39776 \begin_layout Plain Layout
39777
39778 def func(param):
39779 \end_layout
39780
39781 \begin_layout Plain Layout
39782
39783     'Dies ist eine Python-Funktion'
39784 \end_layout
39785
39786 \begin_layout Plain Layout
39787
39788     pass
39789 \end_layout
39790
39791 \end_inset
39792
39793
39794 \end_layout
39795
39796 \begin_layout Standard
39797 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
39798  der Sprache erkannt und besonders gedruckt, wie 
39799 \emph on
39800 #
39801 \emph default
39802
39803 \emph on
39804 def
39805 \emph default
39806  und 
39807 \emph on
39808 pass
39809 \emph default
39810  in Listing
39811 \begin_inset space ~
39812 \end_inset
39813
39814
39815 \begin_inset CommandInset ref
39816 LatexCommand ref
39817 reference "lst:Gleitendes-Programm-Listing"
39818
39819 \end_inset
39820
39821 .
39822 \end_layout
39823
39824 \begin_layout Standard
39825 \begin_inset Note Greyedout
39826 status open
39827
39828 \begin_layout Plain Layout
39829
39830 \series bold
39831 Bemerkung:
39832 \series default
39833  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
39834 \family typewriter
39835 Schreib\SpecialChar softhyphen
39836 maschine
39837 \family default
39838  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
39839 h keine fett gedruckten Buchstaben.
39840  Wählen Sie in diesem Fall eine andere Schrift im Menü 
39841 \family sans
39842 Dokument\SpecialChar menuseparator
39843 Einstellungen\SpecialChar menuseparator
39844 Schriften
39845 \family default
39846 .
39847  (Die Schriften 
39848 \emph on
39849 LuxiMono, BeraMono
39850 \emph default
39851  und 
39852 \emph on
39853 Courier
39854 \emph default
39855  enthalten fett gedruckte Buchstaben.)
39856 \end_layout
39857
39858 \end_inset
39859
39860
39861 \end_layout
39862
39863 \begin_layout Standard
39864 Im Abschnitt 
39865 \family sans
39866 Zeilennummerierung
39867 \family default
39868  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
39869 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
39870  jede wievielte Zeile nummeriert werden soll und die 
39871 \family sans
39872 Schriftgröße
39873 \family default
39874  der Nummerierung.
39875 \end_layout
39876
39877 \begin_layout Standard
39878 Im Abschnitt 
39879 \family sans
39880 Bereich
39881 \family default
39882  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
39883  Im Abschnitt 
39884 \family sans
39885 Stil
39886 \family default
39887  legen Sie fest, wie die Liste ausgedruckt werden soll.
39888  Die Option 
39889 \family sans
39890 Erweiterte
39891 \begin_inset space ~
39892 \end_inset
39893
39894 Zeichentabelle
39895 \family default
39896  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
39897 \end_layout
39898
39899 \begin_layout Standard
39900 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
39901 \begin_inset Quotes gld
39902 \end_inset
39903
39904 3
39905 \begin_inset Quotes grd
39906 \end_inset
39907
39908 , Sprache 
39909 \begin_inset Quotes gld
39910 \end_inset
39911
39912 Python
39913 \begin_inset Quotes grd
39914 \end_inset
39915
39916 , Optionen 
39917 \begin_inset Quotes gld
39918 \end_inset
39919
39920 Erweiterte Zeichentabelle
39921 \begin_inset Quotes grd
39922 \end_inset
39923
39924  und 
39925 \begin_inset Quotes gld
39926 \end_inset
39927
39928 Leerzeichen als Symbol
39929 \begin_inset Quotes grd
39930 \end_inset
39931
39932  und Bereich Zeilen 3
39933 \begin_inset space \thinspace{}
39934 \end_inset
39935
39936 -
39937 \begin_inset space \thinspace{}
39938 \end_inset
39939
39940 8:
39941 \end_layout
39942
39943 \begin_layout Standard
39944 \begin_inset listings
39945 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
39946 inline false
39947 status open
39948
39949 \begin_layout Plain Layout
39950
39951 def func(param):
39952 \end_layout
39953
39954 \begin_layout Plain Layout
39955
39956     'Dies ist eine Python-Funktion'
39957 \end_layout
39958
39959 \begin_layout Plain Layout
39960
39961     pass
39962 \end_layout
39963
39964 \begin_layout Plain Layout
39965
39966 def func(param):
39967 \end_layout
39968
39969 \begin_layout Plain Layout
39970
39971 'Sonderzeichen: Tschüß'
39972 \end_layout
39973
39974 \begin_layout Plain Layout
39975
39976 pass
39977 \end_layout
39978
39979 \begin_layout Plain Layout
39980
39981 def func(param):
39982 \end_layout
39983
39984 \begin_layout Plain Layout
39985
39986 'Dies ist eine Python-Funktion'
39987 \end_layout
39988
39989 \begin_layout Plain Layout
39990
39991 pass
39992 \end_layout
39993
39994 \end_inset
39995
39996
39997 \end_layout
39998
39999 \begin_layout Standard
40000 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
40001 \family sans
40002 Tabulatorgröße
40003 \family default
40004  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
40005 \end_layout
40006
40007 \begin_layout Standard
40008 \noindent
40009 \begin_inset Note Greyedout
40010 status open
40011
40012 \begin_layout Plain Layout
40013
40014 \series bold
40015 Bemerkung:
40016 \series default
40017  Wegen eines Fehlers im 
40018 \series bold
40019 listings
40020 \series default
40021 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
40022  verschoben.
40023  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
40024  Listing nummeriert werden.
40025 \end_layout
40026
40027 \end_inset
40028
40029
40030 \end_layout
40031
40032 \begin_layout Standard
40033 \begin_inset VSpace bigskip
40034 \end_inset
40035
40036
40037 \end_layout
40038
40039 \begin_layout Standard
40040 \noindent
40041 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
40042  Das machen Sie mit
40043 \family sans
40044  Einfügen\SpecialChar menuseparator
40045 Datei\SpecialChar menuseparator
40046 Unterdokument
40047 \family default
40048  und der 
40049 \family sans
40050 Art
40051 \begin_inset space ~
40052 \end_inset
40053
40054 der
40055 \begin_inset space ~
40056 \end_inset
40057
40058 Einbindung
40059 \family default
40060  
40061 \family sans
40062 Listing
40063 \family default
40064 .
40065 \begin_inset Foot
40066 status collapsed
40067
40068 \begin_layout Plain Layout
40069 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
40070 \begin_inset space ~
40071 \end_inset
40072
40073
40074 \begin_inset CommandInset ref
40075 LatexCommand ref
40076 reference "abs:Unterdokumente"
40077
40078 \end_inset
40079
40080  beschrieben.
40081 \end_layout
40082
40083 \end_inset
40084
40085  Im Dialogfenster
40086 \family sans
40087  Unterdokument
40088 \family default
40089  können Sie die Listing-Parameter unter 
40090 \family sans
40091 Weitere
40092 \begin_inset space ~
40093 \end_inset
40094
40095 Parameter
40096 \family default
40097  eingeben.
40098  Wenn Sie dort ein Fragezeichen 
40099 \begin_inset Quotes gld
40100 \end_inset
40101
40102 ?
40103 \begin_inset Quotes grd
40104 \end_inset
40105
40106  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
40107 det.
40108 \end_layout
40109
40110 \begin_layout Standard
40111 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
40112  Text ins Feld 
40113 \family sans
40114 Marke
40115 \family default
40116 , auf die dann wie üblich verwiesen werden kann.
40117 \end_layout
40118
40119 \begin_layout Standard
40120 Listing
40121 \begin_inset space ~
40122 \end_inset
40123
40124
40125 \begin_inset CommandInset ref
40126 LatexCommand ref
40127 reference "lst:Datei-Listing"
40128
40129 \end_inset
40130
40131  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
40132 \begin_inset space \thinspace{}
40133 \end_inset
40134
40135 -
40136 \begin_inset space \thinspace{}
40137 \end_inset
40138
40139 15 gedruckt werden.
40140 \end_layout
40141
40142 \begin_layout Standard
40143 \begin_inset CommandInset include
40144 LatexCommand lstinputlisting
40145 filename "EmbeddedObjects.lyx"
40146 lstparams "breaklines=true,extendedchars=true,firstline=10,language={[LaTeX]TeX},lastline=15,literate={{À}{{\\\"a}}1 {ö}{{\\\"o}}1 {ÃŒ}{{\\\"u}}1},caption={Zeilen 10 - 15 dieser LyX-Datei},label={lst:Datei-Listing}"
40147
40148 \end_inset
40149
40150
40151 \end_layout
40152
40153 \begin_layout Standard
40154 \begin_inset VSpace bigskip
40155 \end_inset
40156
40157
40158 \end_layout
40159
40160 \begin_layout Standard
40161 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
40162 \end_layout
40163
40164 \begin_layout Enumerate
40165 Öffnen Sie die Listings-Einstellungen und fügen
40166 \begin_inset Newline newline
40167 \end_inset
40168
40169
40170 \family sans
40171 mathescape=true
40172 \family default
40173
40174 \begin_inset Newline newline
40175 \end_inset
40176
40177 in das Feld des Tabs 
40178 \family sans
40179 Erweitert
40180 \family default
40181  ein
40182 \end_layout
40183
40184 \begin_layout Enumerate
40185 Erstellen Sie eine Formel außerhalb des Listings
40186 \end_layout
40187
40188 \begin_layout Enumerate
40189 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
40190 blage (Tastenkürzel 
40191 \family sans
40192 Ctrl+C
40193 \family default
40194 )
40195 \end_layout
40196
40197 \begin_layout Enumerate
40198 Schreiben sie 
40199 \begin_inset Quotes gld
40200 \end_inset
40201
40202
40203 \family sans
40204 $$
40205 \family default
40206
40207 \begin_inset Quotes grd
40208 \end_inset
40209
40210  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
40211 hen (Tastenkürzel 
40212 \family sans
40213 Ctrl+V
40214 \family default
40215 )
40216 \end_layout
40217
40218 \begin_layout Standard
40219 \begin_inset listings
40220 lstparams "language=Python,mathescape=true"
40221 inline false
40222 status open
40223
40224 \begin_layout Plain Layout
40225
40226 \begin_inset Caption Standard
40227
40228 \begin_layout Plain Layout
40229 Programm-Listing mit einer Formel
40230 \end_layout
40231
40232 \end_inset
40233
40234 # Beispiel-Programm-Listing
40235 \end_layout
40236
40237 \begin_layout Plain Layout
40238
40239 def func(param):
40240 \end_layout
40241
40242 \begin_layout Plain Layout
40243
40244     # $
40245 \backslash
40246 prod_{n=1}^{
40247 \backslash
40248 infty}
40249 \backslash
40250 ,
40251 \backslash
40252 frac{1}{x^{2}}$
40253 \end_layout
40254
40255 \begin_layout Plain Layout
40256
40257     pass
40258 \end_layout
40259
40260 \end_inset
40261
40262
40263 \end_layout
40264
40265 \begin_layout Standard
40266 \begin_inset VSpace bigskip
40267 \end_inset
40268
40269
40270 \end_layout
40271
40272 \begin_layout Standard
40273 \noindent
40274 Dokumentweite Listing-Eigenschaften können im Dialog 
40275 \family sans
40276 Dokument\SpecialChar menuseparator
40277 Einstellungen\SpecialChar menuseparator
40278 Listing
40279 \family default
40280  festgelegt werden.
40281  Dort bekommt man durch Eingabe eines Fragezeichens 
40282 \begin_inset Quotes gld
40283 \end_inset
40284
40285 ?
40286 \begin_inset Quotes grd
40287 \end_inset
40288
40289  eine Liste aller möglichen Parameter.
40290 \end_layout
40291
40292 \begin_layout Standard
40293 Weitere Informationen über das 
40294 \series bold
40295 listings
40296 \series default
40297 -Paket finden Sie in 
40298 \begin_inset CommandInset citation
40299 LatexCommand cite
40300 key "listings"
40301
40302 \end_inset
40303
40304 .
40305 \end_layout
40306
40307 \begin_layout Chapter
40308 \start_of_appendix
40309 In \SpecialChar LyX
40310  verfügbare Maßeinheiten
40311 \begin_inset CommandInset label
40312 LatexCommand label
40313 name "kap:In-LyX-verfügbare"
40314
40315 \end_inset
40316
40317
40318 \begin_inset Index idx
40319 status collapsed
40320
40321 \begin_layout Plain Layout
40322 Einheiten
40323 \end_layout
40324
40325 \end_inset
40326
40327
40328 \end_layout
40329
40330 \begin_layout Standard
40331 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
40332  Tabelle
40333 \begin_inset space ~
40334 \end_inset
40335
40336
40337 \begin_inset CommandInset ref
40338 LatexCommand ref
40339 reference "tab:Maßeinheiten"
40340
40341 \end_inset
40342
40343  alle in \SpecialChar LyX
40344  verfügbaren Maßeinheiten.
40345 \end_layout
40346
40347 \begin_layout Standard
40348 \begin_inset Float table
40349 placement h
40350 wide false
40351 sideways false
40352 status open
40353
40354 \begin_layout Plain Layout
40355 \begin_inset Caption Standard
40356
40357 \begin_layout Plain Layout
40358 \begin_inset CommandInset label
40359 LatexCommand label
40360 name "tab:Maßeinheiten"
40361
40362 \end_inset
40363
40364 Maßeinheiten
40365 \end_layout
40366
40367 \end_inset
40368
40369
40370 \end_layout
40371
40372 \begin_layout Plain Layout
40373 \begin_inset VSpace medskip
40374 \end_inset
40375
40376
40377 \end_layout
40378
40379 \begin_layout Plain Layout
40380 \align center
40381 \begin_inset Tabular
40382 <lyxtabular version="3" rows="20" columns="3">
40383 <features tabularvalignment="middle">
40384 <column alignment="center" valignment="top">
40385 <column alignment="center" valignment="top">
40386 <column alignment="center" valignment="top">
40387 <row>
40388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40389 \begin_inset Text
40390
40391 \begin_layout Plain Layout
40392 Maßeinheit
40393 \end_layout
40394
40395 \end_inset
40396 </cell>
40397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40398 \begin_inset Text
40399
40400 \begin_layout Plain Layout
40401 Name/Beschreibung
40402 \end_layout
40403
40404 \end_inset
40405 </cell>
40406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40407 \begin_inset Text
40408
40409 \begin_layout Plain Layout
40410 \SpecialChar LaTeX
40411 -Befehl
40412 \end_layout
40413
40414 \end_inset
40415 </cell>
40416 </row>
40417 <row>
40418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40419 \begin_inset Text
40420
40421 \begin_layout Plain Layout
40422 mm
40423 \end_layout
40424
40425 \end_inset
40426 </cell>
40427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40428 \begin_inset Text
40429
40430 \begin_layout Plain Layout
40431 Millimeter
40432 \end_layout
40433
40434 \end_inset
40435 </cell>
40436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40437 \begin_inset Text
40438
40439 \begin_layout Plain Layout
40440 -
40441 \end_layout
40442
40443 \end_inset
40444 </cell>
40445 </row>
40446 <row>
40447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40448 \begin_inset Text
40449
40450 \begin_layout Plain Layout
40451 cm
40452 \end_layout
40453
40454 \end_inset
40455 </cell>
40456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40457 \begin_inset Text
40458
40459 \begin_layout Plain Layout
40460 Zentimeter
40461 \end_layout
40462
40463 \end_inset
40464 </cell>
40465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40466 \begin_inset Text
40467
40468 \begin_layout Plain Layout
40469 -
40470 \end_layout
40471
40472 \end_inset
40473 </cell>
40474 </row>
40475 <row>
40476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40477 \begin_inset Text
40478
40479 \begin_layout Plain Layout
40480 in
40481 \end_layout
40482
40483 \end_inset
40484 </cell>
40485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40486 \begin_inset Text
40487
40488 \begin_layout Plain Layout
40489 Zoll (1
40490 \begin_inset space \thinspace{}
40491 \end_inset
40492
40493 in = 2.54
40494 \begin_inset space \thinspace{}
40495 \end_inset
40496
40497 cm
40498 \end_layout
40499
40500 \end_inset
40501 </cell>
40502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40503 \begin_inset Text
40504
40505 \begin_layout Plain Layout
40506 -
40507 \end_layout
40508
40509 \end_inset
40510 </cell>
40511 </row>
40512 <row>
40513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40514 \begin_inset Text
40515
40516 \begin_layout Plain Layout
40517 pt
40518 \end_layout
40519
40520 \end_inset
40521 </cell>
40522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40523 \begin_inset Text
40524
40525 \begin_layout Plain Layout
40526 Punkt (72.27
40527 \begin_inset space \thinspace{}
40528 \end_inset
40529
40530 pt = 1
40531 \begin_inset space \thinspace{}
40532 \end_inset
40533
40534 in)
40535 \end_layout
40536
40537 \end_inset
40538 </cell>
40539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40540 \begin_inset Text
40541
40542 \begin_layout Plain Layout
40543 -
40544 \end_layout
40545
40546 \end_inset
40547 </cell>
40548 </row>
40549 <row>
40550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40551 \begin_inset Text
40552
40553 \begin_layout Plain Layout
40554 pc
40555 \end_layout
40556
40557 \end_inset
40558 </cell>
40559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40560 \begin_inset Text
40561
40562 \begin_layout Plain Layout
40563 Pica (1
40564 \begin_inset space \thinspace{}
40565 \end_inset
40566
40567 pc = 12
40568 \begin_inset space \thinspace{}
40569 \end_inset
40570
40571 pt)
40572 \end_layout
40573
40574 \end_inset
40575 </cell>
40576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40577 \begin_inset Text
40578
40579 \begin_layout Plain Layout
40580 -
40581 \end_layout
40582
40583 \end_inset
40584 </cell>
40585 </row>
40586 <row>
40587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40588 \begin_inset Text
40589
40590 \begin_layout Plain Layout
40591 sp
40592 \end_layout
40593
40594 \end_inset
40595 </cell>
40596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40597 \begin_inset Text
40598
40599 \begin_layout Plain Layout
40600 skalierter Punkt (65536
40601 \begin_inset space \thinspace{}
40602 \end_inset
40603
40604 sp = 1
40605 \begin_inset space \thinspace{}
40606 \end_inset
40607
40608 pt)
40609 \end_layout
40610
40611 \end_inset
40612 </cell>
40613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40614 \begin_inset Text
40615
40616 \begin_layout Plain Layout
40617 -
40618 \end_layout
40619
40620 \end_inset
40621 </cell>
40622 </row>
40623 <row>
40624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40625 \begin_inset Text
40626
40627 \begin_layout Plain Layout
40628 bp
40629 \end_layout
40630
40631 \end_inset
40632 </cell>
40633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40634 \begin_inset Text
40635
40636 \begin_layout Plain Layout
40637 großer Punkt (72
40638 \begin_inset space \thinspace{}
40639 \end_inset
40640
40641 bp = 1
40642 \begin_inset space \thinspace{}
40643 \end_inset
40644
40645 in)
40646 \end_layout
40647
40648 \end_inset
40649 </cell>
40650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40651 \begin_inset Text
40652
40653 \begin_layout Plain Layout
40654 -
40655 \end_layout
40656
40657 \end_inset
40658 </cell>
40659 </row>
40660 <row>
40661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40662 \begin_inset Text
40663
40664 \begin_layout Plain Layout
40665 dd
40666 \end_layout
40667
40668 \end_inset
40669 </cell>
40670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40671 \begin_inset Text
40672
40673 \begin_layout Plain Layout
40674 Didot (1
40675 \begin_inset space \thinspace{}
40676 \end_inset
40677
40678 dd 
40679 \begin_inset Formula $\approx$
40680 \end_inset
40681
40682  0,376
40683 \begin_inset space \thinspace{}
40684 \end_inset
40685
40686 mm)
40687 \end_layout
40688
40689 \end_inset
40690 </cell>
40691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40692 \begin_inset Text
40693
40694 \begin_layout Plain Layout
40695 -
40696 \end_layout
40697
40698 \end_inset
40699 </cell>
40700 </row>
40701 <row>
40702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40703 \begin_inset Text
40704
40705 \begin_layout Plain Layout
40706 cc
40707 \end_layout
40708
40709 \end_inset
40710 </cell>
40711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40712 \begin_inset Text
40713
40714 \begin_layout Plain Layout
40715 Cicero (1
40716 \begin_inset space \thinspace{}
40717 \end_inset
40718
40719 cc = 12
40720 \begin_inset space \thinspace{}
40721 \end_inset
40722
40723 dd)
40724 \end_layout
40725
40726 \end_inset
40727 </cell>
40728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40729 \begin_inset Text
40730
40731 \begin_layout Plain Layout
40732 -
40733 \end_layout
40734
40735 \end_inset
40736 </cell>
40737 </row>
40738 <row>
40739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40740 \begin_inset Text
40741
40742 \begin_layout Plain Layout
40743 Skalierung %
40744 \end_layout
40745
40746 \end_inset
40747 </cell>
40748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40749 \begin_inset Text
40750
40751 \begin_layout Plain Layout
40752 % der originalen Bildbreite
40753 \end_layout
40754
40755 \end_inset
40756 </cell>
40757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40758 \begin_inset Text
40759
40760 \begin_layout Plain Layout
40761
40762 \end_layout
40763
40764 \end_inset
40765 </cell>
40766 </row>
40767 <row>
40768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40769 \begin_inset Text
40770
40771 \begin_layout Plain Layout
40772 Textbreite %
40773 \end_layout
40774
40775 \end_inset
40776 </cell>
40777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40778 \begin_inset Text
40779
40780 \begin_layout Plain Layout
40781 % der Textbreite
40782 \end_layout
40783
40784 \end_inset
40785 </cell>
40786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40787 \begin_inset Text
40788
40789 \begin_layout Plain Layout
40790
40791 \backslash
40792 textwidth
40793 \end_layout
40794
40795 \end_inset
40796 </cell>
40797 </row>
40798 <row>
40799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40800 \begin_inset Text
40801
40802 \begin_layout Plain Layout
40803 Spaltenbreite %
40804 \end_layout
40805
40806 \end_inset
40807 </cell>
40808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40809 \begin_inset Text
40810
40811 \begin_layout Plain Layout
40812 % der Spaltenbreite
40813 \end_layout
40814
40815 \end_inset
40816 </cell>
40817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40818 \begin_inset Text
40819
40820 \begin_layout Plain Layout
40821
40822 \backslash
40823 columnwidth
40824 \end_layout
40825
40826 \end_inset
40827 </cell>
40828 </row>
40829 <row>
40830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40831 \begin_inset Text
40832
40833 \begin_layout Plain Layout
40834 Seitenbreite %
40835 \end_layout
40836
40837 \end_inset
40838 </cell>
40839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40840 \begin_inset Text
40841
40842 \begin_layout Plain Layout
40843 % der Seitenbreite
40844 \end_layout
40845
40846 \end_inset
40847 </cell>
40848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40849 \begin_inset Text
40850
40851 \begin_layout Plain Layout
40852
40853 \backslash
40854 paperwidth
40855 \end_layout
40856
40857 \end_inset
40858 </cell>
40859 </row>
40860 <row>
40861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40862 \begin_inset Text
40863
40864 \begin_layout Plain Layout
40865 Zeilenbreite %
40866 \end_layout
40867
40868 \end_inset
40869 </cell>
40870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40871 \begin_inset Text
40872
40873 \begin_layout Plain Layout
40874 % der Zeilenbreite
40875 \end_layout
40876
40877 \end_inset
40878 </cell>
40879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40880 \begin_inset Text
40881
40882 \begin_layout Plain Layout
40883
40884 \backslash
40885 linewidth
40886 \end_layout
40887
40888 \end_inset
40889 </cell>
40890 </row>
40891 <row>
40892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40893 \begin_inset Text
40894
40895 \begin_layout Plain Layout
40896 Texthöhe %
40897 \end_layout
40898
40899 \end_inset
40900 </cell>
40901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40902 \begin_inset Text
40903
40904 \begin_layout Plain Layout
40905 % der Texthöhe
40906 \end_layout
40907
40908 \end_inset
40909 </cell>
40910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40911 \begin_inset Text
40912
40913 \begin_layout Plain Layout
40914
40915 \backslash
40916 textheight
40917 \end_layout
40918
40919 \end_inset
40920 </cell>
40921 </row>
40922 <row>
40923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40924 \begin_inset Text
40925
40926 \begin_layout Plain Layout
40927 Seitenhöhe %
40928 \end_layout
40929
40930 \end_inset
40931 </cell>
40932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40933 \begin_inset Text
40934
40935 \begin_layout Plain Layout
40936 % der Seitenhöhe
40937 \end_layout
40938
40939 \end_inset
40940 </cell>
40941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40942 \begin_inset Text
40943
40944 \begin_layout Plain Layout
40945
40946 \backslash
40947 paperheight
40948 \end_layout
40949
40950 \end_inset
40951 </cell>
40952 </row>
40953 <row>
40954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40955 \begin_inset Text
40956
40957 \begin_layout Plain Layout
40958 ex
40959 \end_layout
40960
40961 \end_inset
40962 </cell>
40963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40964 \begin_inset Text
40965
40966 \begin_layout Plain Layout
40967 Die Höhe des Buchstabens 
40968 \emph on
40969 x
40970 \emph default
40971  im aktiven Zeichensatz
40972 \end_layout
40973
40974 \end_inset
40975 </cell>
40976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40977 \begin_inset Text
40978
40979 \begin_layout Plain Layout
40980 -
40981 \end_layout
40982
40983 \end_inset
40984 </cell>
40985 </row>
40986 <row>
40987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40988 \begin_inset Text
40989
40990 \begin_layout Plain Layout
40991 em
40992 \end_layout
40993
40994 \end_inset
40995 </cell>
40996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40997 \begin_inset Text
40998
40999 \begin_layout Plain Layout
41000 Die Breite des Buchstabens 
41001 \emph on
41002 M
41003 \emph default
41004  im aktiven Zeichensatz
41005 \end_layout
41006
41007 \end_inset
41008 </cell>
41009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41010 \begin_inset Text
41011
41012 \begin_layout Plain Layout
41013 -
41014 \end_layout
41015
41016 \end_inset
41017 </cell>
41018 </row>
41019 <row>
41020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41021 \begin_inset Text
41022
41023 \begin_layout Plain Layout
41024 mu
41025 \end_layout
41026
41027 \end_inset
41028 </cell>
41029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41030 \begin_inset Text
41031
41032 \begin_layout Plain Layout
41033 mathematische Maßeinheit
41034 \series bold
41035  
41036 \series default
41037 (1
41038 \begin_inset space \thinspace{}
41039 \end_inset
41040
41041 mu = 1/18
41042 \begin_inset space \thinspace{}
41043 \end_inset
41044
41045 em)
41046 \end_layout
41047
41048 \end_inset
41049 </cell>
41050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41051 \begin_inset Text
41052
41053 \begin_layout Plain Layout
41054 -
41055 \end_layout
41056
41057 \end_inset
41058 </cell>
41059 </row>
41060 </lyxtabular>
41061
41062 \end_inset
41063
41064
41065 \end_layout
41066
41067 \end_inset
41068
41069
41070 \end_layout
41071
41072 \begin_layout Chapter
41073 Ausgabedatei-Formate mit Grafiken
41074 \begin_inset CommandInset label
41075 LatexCommand label
41076 name "kap:Ausgabedatei-Formate"
41077
41078 \end_inset
41079
41080
41081 \end_layout
41082
41083 \begin_layout Section
41084 DVI
41085 \begin_inset Index idx
41086 status collapsed
41087
41088 \begin_layout Plain Layout
41089 Dateiformat! DVI
41090 \end_layout
41091
41092 \end_inset
41093
41094
41095 \begin_inset Index idx
41096 status collapsed
41097
41098 \begin_layout Plain Layout
41099 DVI
41100 \end_layout
41101
41102 \end_inset
41103
41104
41105 \end_layout
41106
41107 \begin_layout Standard
41108 Dieser Dateityp hat die Erweiterung 
41109 \begin_inset Quotes gld
41110 \end_inset
41111
41112
41113 \family typewriter
41114 .dvi
41115 \family default
41116
41117 \begin_inset Quotes grd
41118 \end_inset
41119
41120  und wird 
41121 \begin_inset Quotes gld
41122 \end_inset
41123
41124 device independent
41125 \begin_inset Quotes grd
41126 \end_inset
41127
41128  genannt, weil er vollkommen portierbar ist.
41129  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
41130  dvi-Betrachter installiert hat.
41131  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
41132 ate wie PostScript benutzt.
41133 \end_layout
41134
41135 \begin_layout Standard
41136 \begin_inset Note Greyedout
41137 status open
41138
41139 \begin_layout Plain Layout
41140
41141 \series bold
41142 Bemerkung:
41143 \series default
41144  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
41145 \end_layout
41146
41147 \end_inset
41148
41149
41150 \end_layout
41151
41152 \begin_layout Standard
41153 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
41154  auf einen anderen Computer kopieren.
41155  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
41156  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
41157  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
41158 \family typewriter
41159  
41160 \family default
41161 blättern.
41162
41163 \family typewriter
41164  
41165 \family default
41166 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
41167  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
41168  
41169 \end_layout
41170
41171 \begin_layout Standard
41172 Sie können Ihr Dokument als DVI über das Menü 
41173 \family sans
41174 Datei\SpecialChar menuseparator
41175 Exportieren\SpecialChar menuseparator
41176 DVI
41177 \family default
41178  exportieren.
41179  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
41180 \family sans
41181 Ansicht
41182 \family default
41183  anschauen.
41184 \end_layout
41185
41186 \begin_layout Section
41187 PostScript
41188 \begin_inset Index idx
41189 status collapsed
41190
41191 \begin_layout Plain Layout
41192 Dateiformat  ! PostScript
41193 \end_layout
41194
41195 \end_inset
41196
41197
41198 \begin_inset Index idx
41199 status collapsed
41200
41201 \begin_layout Plain Layout
41202 PostScript
41203 \end_layout
41204
41205 \end_inset
41206
41207
41208 \end_layout
41209
41210 \begin_layout Standard
41211 Dieser Dateityp hat die Erweiterung 
41212 \begin_inset Quotes gld
41213 \end_inset
41214
41215
41216 \family typewriter
41217 .ps
41218 \family default
41219
41220 \begin_inset Quotes grd
41221 \end_inset
41222
41223 .
41224  PostScript wurde von der Firma
41225 \family typewriter
41226  Adobe
41227 \family default
41228  als Druckersprache entwickelt.
41229  Die Datei enthält deshalb Druckbefehle.
41230  PostScript kann als 
41231 \begin_inset Quotes gld
41232 \end_inset
41233
41234 Programmiersprache
41235 \begin_inset Quotes grd
41236 \end_inset
41237
41238  angesehen werden.
41239  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen.
41240 \begin_inset Foot
41241 status collapsed
41242
41243 \begin_layout Plain Layout
41244 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
41245  von
41246 \series bold
41247  PSTricks
41248 \series default
41249  
41250 \begin_inset CommandInset citation
41251 LatexCommand cite
41252 key "pstricks"
41253
41254 \end_inset
41255
41256  oder 
41257 \begin_inset CommandInset citation
41258 LatexCommand cite
41259 key "latex-praxisbuch"
41260
41261 \end_inset
41262
41263  ansehen.
41264 \end_layout
41265
41266 \end_inset
41267
41268  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
41269 \end_layout
41270
41271 \begin_layout Standard
41272 PostScript kann nur Bilder im Format EPS
41273 \begin_inset Index idx
41274 status collapsed
41275
41276 \begin_layout Plain Layout
41277 EPS
41278 \end_layout
41279
41280 \end_inset
41281
41282  (Encapsulated PostScript, Datei-Er\SpecialChar softhyphen
41283 wei\SpecialChar softhyphen
41284 ter\SpecialChar softhyphen
41285 ung 
41286 \begin_inset Quotes gld
41287 \end_inset
41288
41289
41290 \family typewriter
41291 .eps
41292 \family default
41293
41294 \begin_inset Quotes grd
41295 \end_inset
41296
41297 ) enthalten.
41298  Weil \SpecialChar LyX
41299  die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
41300  intern nach EPS konvertieren.
41301  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
41302  verlangsamen.
41303  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
41304  konvertieren und direkt als EPS einfügen.
41305 \end_layout
41306
41307 \begin_layout Standard
41308 Sie können Ihr Dokument als PostScript über das Menü 
41309 \family sans
41310 Datei\SpecialChar menuseparator
41311 Exportieren\SpecialChar menuseparator
41312 Post\SpecialChar softhyphen
41313 Script
41314 \family default
41315  exportieren.
41316  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
41317 \family sans
41318 Ansicht
41319 \family default
41320  anschauen.
41321 \end_layout
41322
41323 \begin_layout Section
41324 PDF
41325 \begin_inset Index idx
41326 status collapsed
41327
41328 \begin_layout Plain Layout
41329 Dateiformat! PDF
41330 \end_layout
41331
41332 \end_inset
41333
41334
41335 \begin_inset Index idx
41336 status collapsed
41337
41338 \begin_layout Plain Layout
41339 PDF
41340 \end_layout
41341
41342 \end_inset
41343
41344
41345 \end_layout
41346
41347 \begin_layout Standard
41348 Dieser Dateityp hat die Erweiterung 
41349 \begin_inset Quotes gld
41350 \end_inset
41351
41352
41353 \family typewriter
41354 .pdf
41355 \family default
41356
41357 \begin_inset Quotes grd
41358 \end_inset
41359
41360 .
41361  Das
41362 \emph on
41363  
41364 \emph default
41365
41366 \begin_inset Quotes gld
41367 \end_inset
41368
41369 Portable Document Format
41370 \begin_inset Quotes grd
41371 \end_inset
41372
41373  (PDF) wurde auch von der Firma 
41374 \family typewriter
41375 Adobe
41376 \family default
41377  als Derivat von PostScript entwickelt.
41378  Es ist komprimierter und benutzt weniger Befehle als PostScript.
41379  Wie der Begriff 
41380 \begin_inset Quotes gld
41381 \end_inset
41382
41383 portable
41384 \begin_inset Quotes grd
41385 \end_inset
41386
41387  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
41388  werden, und der Ausdruck sieht immer gleich aus.
41389 \end_layout
41390
41391 \begin_layout Standard
41392 PDF kann Bilder im eigenen PDF-Format, im Format 
41393 \begin_inset Quotes gld
41394 \end_inset
41395
41396 Joint Photographic Experts Group
41397 \begin_inset Quotes grd
41398 \end_inset
41399
41400  (JPEG
41401 \begin_inset Index idx
41402 status collapsed
41403
41404 \begin_layout Plain Layout
41405 JPG, JPEG
41406 \end_layout
41407
41408 \end_inset
41409
41410 , Datei-Erweiterung 
41411 \begin_inset Quotes gld
41412 \end_inset
41413
41414
41415 \family typewriter
41416 .jpg
41417 \family default
41418
41419 \begin_inset Quotes grd
41420 \end_inset
41421
41422  oder 
41423 \begin_inset Quotes gld
41424 \end_inset
41425
41426
41427 \family typewriter
41428 .jpeg
41429 \family default
41430
41431 \begin_inset Quotes grd
41432 \end_inset
41433
41434 ) und im Format 
41435 \begin_inset Quotes gld
41436 \end_inset
41437
41438 Portable Network Graphics
41439 \begin_inset Quotes grd
41440 \end_inset
41441
41442  (PNG
41443 \begin_inset Index idx
41444 status collapsed
41445
41446 \begin_layout Plain Layout
41447 PNG
41448 \end_layout
41449
41450 \end_inset
41451
41452 , Datei-Erweiterung 
41453 \begin_inset Quotes gld
41454 \end_inset
41455
41456
41457 \family typewriter
41458 .png
41459 \family default
41460
41461 \begin_inset Quotes grd
41462 \end_inset
41463
41464 ) enthalten.
41465  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil \SpecialChar LyX
41466  es für Sie
41467  konvertieren wird.
41468  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
41469  wird, eines der drei erwähnten Bildformate zu benutzen.
41470 \end_layout
41471
41472 \begin_layout Standard
41473 PDF-Dateien können Sie über 
41474 \family sans
41475 Datei\SpecialChar menuseparator
41476 Exportieren
41477 \family default
41478  auf drei Arten erzeugen:
41479 \end_layout
41480
41481 \begin_layout Description
41482 PDF
41483 \begin_inset space ~
41484 \end_inset
41485
41486 (ps2pdf) benutzt das Programm
41487 \family typewriter
41488  ps2pdf
41489 \family default
41490 , das eine PDF-Datei aus einer Post\SpecialChar softhyphen
41491 Script®-Version Ihres Dokument erstellt.
41492  Die PostScript-Version wird mit dem Programm 
41493 \family typewriter
41494 dvips
41495 \family default
41496  aus einer DVI-Version erstellt.
41497  Es werden also drei Konvertierungen verwendet.
41498 \end_layout
41499
41500 \begin_layout Description
41501 PDF
41502 \begin_inset space ~
41503 \end_inset
41504
41505 (dvipdfm) benutzt das Programm 
41506 \family typewriter
41507 dvipdfm
41508 \family default
41509 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
41510  PDF konvertiert.
41511 \end_layout
41512
41513 \begin_layout Description
41514 PDF
41515 \begin_inset space ~
41516 \end_inset
41517
41518 (pdflatex) benutzt das Programm
41519 \family typewriter
41520  pdftex
41521 \family default
41522 , das Ihr Dokument direkt nach PDF konvertiert.
41523 \end_layout
41524
41525 \begin_layout Standard
41526
41527 \family sans
41528 PDF
41529 \begin_inset space ~
41530 \end_inset
41531
41532 (pdflatex)
41533 \family default
41534  wird empfohlen, weil
41535 \family typewriter
41536  pdftex
41537 \family default
41538  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
41539  ohne Probleme arbeitet.
41540  Das Programm 
41541 \family typewriter
41542 dvi\SpecialChar softhyphen
41543 pdfm
41544 \family default
41545  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
41546 \end_layout
41547
41548 \begin_layout Standard
41549 Sie können Ihr Dokument als PDF über das Menü 
41550 \family sans
41551 Datei\SpecialChar menuseparator
41552 Exportieren\SpecialChar menuseparator
41553 PDF
41554 \family default
41555  exportieren.
41556  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
41557 \family sans
41558 Ansicht
41559 \family default
41560  oder einen Werkzeugleistenknopf anschauen.
41561 \end_layout
41562
41563 \begin_layout Chapter
41564 Liste der dvips-Farbnamen
41565 \begin_inset CommandInset label
41566 LatexCommand label
41567 name "kap:Liste-der-dvips-Farbnamen"
41568
41569 \end_inset
41570
41571
41572 \end_layout
41573
41574 \begin_layout Standard
41575 \begin_inset Tabular
41576 <lyxtabular version="3" rows="17" columns="4">
41577 <features tabularvalignment="middle">
41578 <column alignment="left" valignment="top" width="0pt">
41579 <column alignment="left" valignment="top" width="0pt">
41580 <column alignment="left" valignment="top" width="0pt">
41581 <column alignment="left" valignment="top" width="0pt">
41582 <row>
41583 <cell alignment="left" valignment="top" usebox="none">
41584 \begin_inset Text
41585
41586 \begin_layout Plain Layout
41587 \begin_inset ERT
41588 status collapsed
41589
41590 \begin_layout Plain Layout
41591
41592
41593 \backslash
41594 fcolorbox{black}{
41595 \end_layout
41596
41597 \end_inset
41598
41599 white
41600 \begin_inset ERT
41601 status collapsed
41602
41603 \begin_layout Plain Layout
41604
41605 }{
41606 \end_layout
41607
41608 \end_inset
41609
41610 Farbe
41611 \begin_inset ERT
41612 status collapsed
41613
41614 \begin_layout Plain Layout
41615
41616 }
41617 \end_layout
41618
41619 \end_inset
41620
41621  Farbname
41622 \end_layout
41623
41624 \end_inset
41625 </cell>
41626 <cell alignment="left" valignment="top" usebox="none">
41627 \begin_inset Text
41628
41629 \begin_layout Plain Layout
41630 \begin_inset ERT
41631 status collapsed
41632
41633 \begin_layout Plain Layout
41634
41635
41636 \backslash
41637 fcolorbox{black}{
41638 \end_layout
41639
41640 \end_inset
41641
41642 white
41643 \begin_inset ERT
41644 status collapsed
41645
41646 \begin_layout Plain Layout
41647
41648 }{
41649 \end_layout
41650
41651 \end_inset
41652
41653 Farbe
41654 \begin_inset ERT
41655 status collapsed
41656
41657 \begin_layout Plain Layout
41658
41659 }
41660 \end_layout
41661
41662 \end_inset
41663
41664  Farbname
41665 \end_layout
41666
41667 \end_inset
41668 </cell>
41669 <cell alignment="left" valignment="top" usebox="none">
41670 \begin_inset Text
41671
41672 \begin_layout Plain Layout
41673 \begin_inset ERT
41674 status collapsed
41675
41676 \begin_layout Plain Layout
41677
41678
41679 \backslash
41680 fcolorbox{black}{
41681 \end_layout
41682
41683 \end_inset
41684
41685 white
41686 \begin_inset ERT
41687 status collapsed
41688
41689 \begin_layout Plain Layout
41690
41691 }{
41692 \end_layout
41693
41694 \end_inset
41695
41696 Farbe
41697 \begin_inset ERT
41698 status collapsed
41699
41700 \begin_layout Plain Layout
41701
41702 }
41703 \end_layout
41704
41705 \end_inset
41706
41707  Farbname
41708 \end_layout
41709
41710 \end_inset
41711 </cell>
41712 <cell alignment="left" valignment="top" usebox="none">
41713 \begin_inset Text
41714
41715 \begin_layout Plain Layout
41716 \begin_inset ERT
41717 status collapsed
41718
41719 \begin_layout Plain Layout
41720
41721
41722 \backslash
41723 fcolorbox{black}{
41724 \end_layout
41725
41726 \end_inset
41727
41728 white
41729 \begin_inset ERT
41730 status collapsed
41731
41732 \begin_layout Plain Layout
41733
41734 }{
41735 \end_layout
41736
41737 \end_inset
41738
41739 Farbe
41740 \begin_inset ERT
41741 status collapsed
41742
41743 \begin_layout Plain Layout
41744
41745 }
41746 \end_layout
41747
41748 \end_inset
41749
41750  Farbname
41751 \end_layout
41752
41753 \end_inset
41754 </cell>
41755 </row>
41756 <row>
41757 <cell alignment="center" valignment="top" usebox="none">
41758 \begin_inset Text
41759
41760 \begin_layout Plain Layout
41761 \begin_inset ERT
41762 status collapsed
41763
41764 \begin_layout Plain Layout
41765
41766
41767 \backslash
41768 fcolorbox{black}{
41769 \end_layout
41770
41771 \end_inset
41772
41773 Apricot
41774 \begin_inset ERT
41775 status collapsed
41776
41777 \begin_layout Plain Layout
41778
41779 }{
41780 \end_layout
41781
41782 \end_inset
41783
41784
41785 \begin_inset Phantom Phantom
41786 status open
41787
41788 \begin_layout Plain Layout
41789 W
41790 \end_layout
41791
41792 \end_inset
41793
41794
41795 \begin_inset ERT
41796 status collapsed
41797
41798 \begin_layout Plain Layout
41799
41800 }
41801 \end_layout
41802
41803 \end_inset
41804
41805  Apricot
41806 \end_layout
41807
41808 \end_inset
41809 </cell>
41810 <cell alignment="center" valignment="top" usebox="none">
41811 \begin_inset Text
41812
41813 \begin_layout Plain Layout
41814 \begin_inset ERT
41815 status collapsed
41816
41817 \begin_layout Plain Layout
41818
41819
41820 \backslash
41821 fcolorbox{black}{
41822 \end_layout
41823
41824 \end_inset
41825
41826 Aquamarine
41827 \begin_inset ERT
41828 status collapsed
41829
41830 \begin_layout Plain Layout
41831
41832 }{
41833 \end_layout
41834
41835 \end_inset
41836
41837
41838 \begin_inset Phantom Phantom
41839 status open
41840
41841 \begin_layout Plain Layout
41842 W
41843 \end_layout
41844
41845 \end_inset
41846
41847
41848 \begin_inset ERT
41849 status collapsed
41850
41851 \begin_layout Plain Layout
41852
41853 }
41854 \end_layout
41855
41856 \end_inset
41857
41858  Aquamarine
41859 \end_layout
41860
41861 \end_inset
41862 </cell>
41863 <cell alignment="center" valignment="top" usebox="none">
41864 \begin_inset Text
41865
41866 \begin_layout Plain Layout
41867 \begin_inset ERT
41868 status collapsed
41869
41870 \begin_layout Plain Layout
41871
41872
41873 \backslash
41874 fcolorbox{black}{
41875 \end_layout
41876
41877 \end_inset
41878
41879 Bittersweet
41880 \begin_inset ERT
41881 status collapsed
41882
41883 \begin_layout Plain Layout
41884
41885 }{
41886 \end_layout
41887
41888 \end_inset
41889
41890
41891 \begin_inset Phantom Phantom
41892 status open
41893
41894 \begin_layout Plain Layout
41895 W
41896 \end_layout
41897
41898 \end_inset
41899
41900
41901 \begin_inset ERT
41902 status collapsed
41903
41904 \begin_layout Plain Layout
41905
41906 }
41907 \end_layout
41908
41909 \end_inset
41910
41911  Bittersweet
41912 \end_layout
41913
41914 \end_inset
41915 </cell>
41916 <cell alignment="center" valignment="top" usebox="none">
41917 \begin_inset Text
41918
41919 \begin_layout Plain Layout
41920 \begin_inset ERT
41921 status collapsed
41922
41923 \begin_layout Plain Layout
41924
41925
41926 \backslash
41927 fcolorbox{black}{
41928 \end_layout
41929
41930 \end_inset
41931
41932 BlueGreen
41933 \begin_inset ERT
41934 status collapsed
41935
41936 \begin_layout Plain Layout
41937
41938 }{
41939 \end_layout
41940
41941 \end_inset
41942
41943
41944 \begin_inset Phantom Phantom
41945 status open
41946
41947 \begin_layout Plain Layout
41948 W
41949 \end_layout
41950
41951 \end_inset
41952
41953
41954 \begin_inset ERT
41955 status collapsed
41956
41957 \begin_layout Plain Layout
41958
41959 }
41960 \end_layout
41961
41962 \end_inset
41963
41964  BlueGreen
41965 \end_layout
41966
41967 \end_inset
41968 </cell>
41969 </row>
41970 <row>
41971 <cell alignment="left" valignment="top" usebox="none">
41972 \begin_inset Text
41973
41974 \begin_layout Plain Layout
41975 \begin_inset ERT
41976 status collapsed
41977
41978 \begin_layout Plain Layout
41979
41980
41981 \backslash
41982 fcolorbox{black}{
41983 \end_layout
41984
41985 \end_inset
41986
41987 BlueViolet
41988 \begin_inset ERT
41989 status collapsed
41990
41991 \begin_layout Plain Layout
41992
41993 }{
41994 \end_layout
41995
41996 \end_inset
41997
41998
41999 \begin_inset Phantom Phantom
42000 status open
42001
42002 \begin_layout Plain Layout
42003 W
42004 \end_layout
42005
42006 \end_inset
42007
42008
42009 \begin_inset ERT
42010 status collapsed
42011
42012 \begin_layout Plain Layout
42013
42014 }
42015 \end_layout
42016
42017 \end_inset
42018
42019  BlueViolet
42020 \end_layout
42021
42022 \end_inset
42023 </cell>
42024 <cell alignment="left" valignment="top" usebox="none">
42025 \begin_inset Text
42026
42027 \begin_layout Plain Layout
42028 \begin_inset ERT
42029 status collapsed
42030
42031 \begin_layout Plain Layout
42032
42033
42034 \backslash
42035 fcolorbox{black}{
42036 \end_layout
42037
42038 \end_inset
42039
42040 BrickRed
42041 \begin_inset ERT
42042 status collapsed
42043
42044 \begin_layout Plain Layout
42045
42046 }{
42047 \end_layout
42048
42049 \end_inset
42050
42051
42052 \begin_inset Phantom Phantom
42053 status open
42054
42055 \begin_layout Plain Layout
42056 W
42057 \end_layout
42058
42059 \end_inset
42060
42061
42062 \begin_inset ERT
42063 status collapsed
42064
42065 \begin_layout Plain Layout
42066
42067 }
42068 \end_layout
42069
42070 \end_inset
42071
42072  BrickRed
42073 \end_layout
42074
42075 \end_inset
42076 </cell>
42077 <cell alignment="left" valignment="top" usebox="none">
42078 \begin_inset Text
42079
42080 \begin_layout Plain Layout
42081 \begin_inset ERT
42082 status collapsed
42083
42084 \begin_layout Plain Layout
42085
42086
42087 \backslash
42088 fcolorbox{black}{
42089 \end_layout
42090
42091 \end_inset
42092
42093 Brown
42094 \begin_inset ERT
42095 status collapsed
42096
42097 \begin_layout Plain Layout
42098
42099 }{
42100 \end_layout
42101
42102 \end_inset
42103
42104
42105 \begin_inset Phantom Phantom
42106 status open
42107
42108 \begin_layout Plain Layout
42109 W
42110 \end_layout
42111
42112 \end_inset
42113
42114
42115 \begin_inset ERT
42116 status collapsed
42117
42118 \begin_layout Plain Layout
42119
42120 }
42121 \end_layout
42122
42123 \end_inset
42124
42125  Brown
42126 \end_layout
42127
42128 \end_inset
42129 </cell>
42130 <cell alignment="left" valignment="top" usebox="none">
42131 \begin_inset Text
42132
42133 \begin_layout Plain Layout
42134 \begin_inset ERT
42135 status collapsed
42136
42137 \begin_layout Plain Layout
42138
42139
42140 \backslash
42141 fcolorbox{black}{
42142 \end_layout
42143
42144 \end_inset
42145
42146 BurntOrange
42147 \begin_inset ERT
42148 status collapsed
42149
42150 \begin_layout Plain Layout
42151
42152 }{
42153 \end_layout
42154
42155 \end_inset
42156
42157
42158 \begin_inset Phantom Phantom
42159 status open
42160
42161 \begin_layout Plain Layout
42162 W
42163 \end_layout
42164
42165 \end_inset
42166
42167
42168 \begin_inset ERT
42169 status collapsed
42170
42171 \begin_layout Plain Layout
42172
42173 }
42174 \end_layout
42175
42176 \end_inset
42177
42178  BurntOrange
42179 \end_layout
42180
42181 \end_inset
42182 </cell>
42183 </row>
42184 <row>
42185 <cell alignment="left" valignment="top" usebox="none">
42186 \begin_inset Text
42187
42188 \begin_layout Plain Layout
42189 \begin_inset ERT
42190 status collapsed
42191
42192 \begin_layout Plain Layout
42193
42194
42195 \backslash
42196 fcolorbox{black}{
42197 \end_layout
42198
42199 \end_inset
42200
42201 CadetBlue
42202 \begin_inset ERT
42203 status collapsed
42204
42205 \begin_layout Plain Layout
42206
42207 }{
42208 \end_layout
42209
42210 \end_inset
42211
42212
42213 \begin_inset Phantom Phantom
42214 status open
42215
42216 \begin_layout Plain Layout
42217 W
42218 \end_layout
42219
42220 \end_inset
42221
42222
42223 \begin_inset ERT
42224 status collapsed
42225
42226 \begin_layout Plain Layout
42227
42228 }
42229 \end_layout
42230
42231 \end_inset
42232
42233  CadetBlue
42234 \end_layout
42235
42236 \end_inset
42237 </cell>
42238 <cell alignment="left" valignment="top" usebox="none">
42239 \begin_inset Text
42240
42241 \begin_layout Plain Layout
42242 \begin_inset ERT
42243 status collapsed
42244
42245 \begin_layout Plain Layout
42246
42247
42248 \backslash
42249 fcolorbox{black}{
42250 \end_layout
42251
42252 \end_inset
42253
42254 CarnationPink
42255 \begin_inset ERT
42256 status collapsed
42257
42258 \begin_layout Plain Layout
42259
42260 }{
42261 \end_layout
42262
42263 \end_inset
42264
42265
42266 \begin_inset Phantom Phantom
42267 status open
42268
42269 \begin_layout Plain Layout
42270 W
42271 \end_layout
42272
42273 \end_inset
42274
42275
42276 \begin_inset ERT
42277 status collapsed
42278
42279 \begin_layout Plain Layout
42280
42281 }
42282 \end_layout
42283
42284 \end_inset
42285
42286  CarnationPink
42287 \end_layout
42288
42289 \end_inset
42290 </cell>
42291 <cell alignment="left" valignment="top" usebox="none">
42292 \begin_inset Text
42293
42294 \begin_layout Plain Layout
42295 \begin_inset ERT
42296 status collapsed
42297
42298 \begin_layout Plain Layout
42299
42300
42301 \backslash
42302 fcolorbox{black}{
42303 \end_layout
42304
42305 \end_inset
42306
42307 Cerulean
42308 \begin_inset ERT
42309 status collapsed
42310
42311 \begin_layout Plain Layout
42312
42313 }{
42314 \end_layout
42315
42316 \end_inset
42317
42318
42319 \begin_inset Phantom Phantom
42320 status open
42321
42322 \begin_layout Plain Layout
42323 W
42324 \end_layout
42325
42326 \end_inset
42327
42328
42329 \begin_inset ERT
42330 status collapsed
42331
42332 \begin_layout Plain Layout
42333
42334 }
42335 \end_layout
42336
42337 \end_inset
42338
42339  Cerulean
42340 \end_layout
42341
42342 \end_inset
42343 </cell>
42344 <cell alignment="left" valignment="top" usebox="none">
42345 \begin_inset Text
42346
42347 \begin_layout Plain Layout
42348 \begin_inset ERT
42349 status collapsed
42350
42351 \begin_layout Plain Layout
42352
42353
42354 \backslash
42355 fcolorbox{black}{
42356 \end_layout
42357
42358 \end_inset
42359
42360 CornflowerBlue
42361 \begin_inset ERT
42362 status collapsed
42363
42364 \begin_layout Plain Layout
42365
42366 }{
42367 \end_layout
42368
42369 \end_inset
42370
42371
42372 \begin_inset Phantom Phantom
42373 status open
42374
42375 \begin_layout Plain Layout
42376 W
42377 \end_layout
42378
42379 \end_inset
42380
42381
42382 \begin_inset ERT
42383 status collapsed
42384
42385 \begin_layout Plain Layout
42386
42387 }
42388 \end_layout
42389
42390 \end_inset
42391
42392  CornflowerBlue
42393 \end_layout
42394
42395 \end_inset
42396 </cell>
42397 </row>
42398 <row>
42399 <cell alignment="left" valignment="top" usebox="none">
42400 \begin_inset Text
42401
42402 \begin_layout Plain Layout
42403 \begin_inset ERT
42404 status collapsed
42405
42406 \begin_layout Plain Layout
42407
42408
42409 \backslash
42410 fcolorbox{black}{
42411 \end_layout
42412
42413 \end_inset
42414
42415 Dandelion
42416 \begin_inset ERT
42417 status collapsed
42418
42419 \begin_layout Plain Layout
42420
42421 }{
42422 \end_layout
42423
42424 \end_inset
42425
42426
42427 \begin_inset Phantom Phantom
42428 status open
42429
42430 \begin_layout Plain Layout
42431 W
42432 \end_layout
42433
42434 \end_inset
42435
42436
42437 \begin_inset ERT
42438 status collapsed
42439
42440 \begin_layout Plain Layout
42441
42442 }
42443 \end_layout
42444
42445 \end_inset
42446
42447  Dandelion
42448 \end_layout
42449
42450 \end_inset
42451 </cell>
42452 <cell alignment="left" valignment="top" usebox="none">
42453 \begin_inset Text
42454
42455 \begin_layout Plain Layout
42456 \begin_inset ERT
42457 status collapsed
42458
42459 \begin_layout Plain Layout
42460
42461
42462 \backslash
42463 fcolorbox{black}{
42464 \end_layout
42465
42466 \end_inset
42467
42468 DarkOrchid
42469 \begin_inset ERT
42470 status collapsed
42471
42472 \begin_layout Plain Layout
42473
42474 }{
42475 \end_layout
42476
42477 \end_inset
42478
42479
42480 \begin_inset Phantom Phantom
42481 status open
42482
42483 \begin_layout Plain Layout
42484 W
42485 \end_layout
42486
42487 \end_inset
42488
42489
42490 \begin_inset ERT
42491 status collapsed
42492
42493 \begin_layout Plain Layout
42494
42495 }
42496 \end_layout
42497
42498 \end_inset
42499
42500  DarkOrchid
42501 \end_layout
42502
42503 \end_inset
42504 </cell>
42505 <cell alignment="left" valignment="top" usebox="none">
42506 \begin_inset Text
42507
42508 \begin_layout Plain Layout
42509 \begin_inset ERT
42510 status collapsed
42511
42512 \begin_layout Plain Layout
42513
42514
42515 \backslash
42516 fcolorbox{black}{
42517 \end_layout
42518
42519 \end_inset
42520
42521 Emerald
42522 \begin_inset ERT
42523 status collapsed
42524
42525 \begin_layout Plain Layout
42526
42527 }{
42528 \end_layout
42529
42530 \end_inset
42531
42532
42533 \begin_inset Phantom Phantom
42534 status open
42535
42536 \begin_layout Plain Layout
42537 W
42538 \end_layout
42539
42540 \end_inset
42541
42542
42543 \begin_inset ERT
42544 status collapsed
42545
42546 \begin_layout Plain Layout
42547
42548 }
42549 \end_layout
42550
42551 \end_inset
42552
42553  Emerald
42554 \end_layout
42555
42556 \end_inset
42557 </cell>
42558 <cell alignment="left" valignment="top" usebox="none">
42559 \begin_inset Text
42560
42561 \begin_layout Plain Layout
42562 \begin_inset ERT
42563 status collapsed
42564
42565 \begin_layout Plain Layout
42566
42567
42568 \backslash
42569 fcolorbox{black}{
42570 \end_layout
42571
42572 \end_inset
42573
42574 ForestGreen
42575 \begin_inset ERT
42576 status collapsed
42577
42578 \begin_layout Plain Layout
42579
42580 }{
42581 \end_layout
42582
42583 \end_inset
42584
42585
42586 \begin_inset Phantom Phantom
42587 status open
42588
42589 \begin_layout Plain Layout
42590 W
42591 \end_layout
42592
42593 \end_inset
42594
42595
42596 \begin_inset ERT
42597 status collapsed
42598
42599 \begin_layout Plain Layout
42600
42601 }
42602 \end_layout
42603
42604 \end_inset
42605
42606  ForestGreen
42607 \end_layout
42608
42609 \end_inset
42610 </cell>
42611 </row>
42612 <row>
42613 <cell alignment="left" valignment="top" usebox="none">
42614 \begin_inset Text
42615
42616 \begin_layout Plain Layout
42617 \begin_inset ERT
42618 status collapsed
42619
42620 \begin_layout Plain Layout
42621
42622
42623 \backslash
42624 fcolorbox{black}{
42625 \end_layout
42626
42627 \end_inset
42628
42629 Fuchsia
42630 \begin_inset ERT
42631 status collapsed
42632
42633 \begin_layout Plain Layout
42634
42635 }{
42636 \end_layout
42637
42638 \end_inset
42639
42640
42641 \begin_inset Phantom Phantom
42642 status open
42643
42644 \begin_layout Plain Layout
42645 W
42646 \end_layout
42647
42648 \end_inset
42649
42650
42651 \begin_inset ERT
42652 status collapsed
42653
42654 \begin_layout Plain Layout
42655
42656 }
42657 \end_layout
42658
42659 \end_inset
42660
42661  Fuchsia
42662 \end_layout
42663
42664 \end_inset
42665 </cell>
42666 <cell alignment="left" valignment="top" usebox="none">
42667 \begin_inset Text
42668
42669 \begin_layout Plain Layout
42670 \begin_inset ERT
42671 status collapsed
42672
42673 \begin_layout Plain Layout
42674
42675
42676 \backslash
42677 fcolorbox{black}{
42678 \end_layout
42679
42680 \end_inset
42681
42682 Goldenrod
42683 \begin_inset ERT
42684 status collapsed
42685
42686 \begin_layout Plain Layout
42687
42688 }{
42689 \end_layout
42690
42691 \end_inset
42692
42693
42694 \begin_inset Phantom Phantom
42695 status open
42696
42697 \begin_layout Plain Layout
42698 W
42699 \end_layout
42700
42701 \end_inset
42702
42703
42704 \begin_inset ERT
42705 status collapsed
42706
42707 \begin_layout Plain Layout
42708
42709 }
42710 \end_layout
42711
42712 \end_inset
42713
42714  Goldenrod
42715 \end_layout
42716
42717 \end_inset
42718 </cell>
42719 <cell alignment="left" valignment="top" usebox="none">
42720 \begin_inset Text
42721
42722 \begin_layout Plain Layout
42723 \begin_inset ERT
42724 status collapsed
42725
42726 \begin_layout Plain Layout
42727
42728
42729 \backslash
42730 fcolorbox{black}{
42731 \end_layout
42732
42733 \end_inset
42734
42735 Gray
42736 \begin_inset ERT
42737 status collapsed
42738
42739 \begin_layout Plain Layout
42740
42741 }{
42742 \end_layout
42743
42744 \end_inset
42745
42746
42747 \begin_inset Phantom Phantom
42748 status open
42749
42750 \begin_layout Plain Layout
42751 W
42752 \end_layout
42753
42754 \end_inset
42755
42756
42757 \begin_inset ERT
42758 status collapsed
42759
42760 \begin_layout Plain Layout
42761
42762 }
42763 \end_layout
42764
42765 \end_inset
42766
42767  Gray
42768 \end_layout
42769
42770 \end_inset
42771 </cell>
42772 <cell alignment="left" valignment="top" usebox="none">
42773 \begin_inset Text
42774
42775 \begin_layout Plain Layout
42776 \begin_inset ERT
42777 status collapsed
42778
42779 \begin_layout Plain Layout
42780
42781
42782 \backslash
42783 fcolorbox{black}{
42784 \end_layout
42785
42786 \end_inset
42787
42788 GreenYellow
42789 \begin_inset ERT
42790 status collapsed
42791
42792 \begin_layout Plain Layout
42793
42794 }{
42795 \end_layout
42796
42797 \end_inset
42798
42799
42800 \begin_inset Phantom Phantom
42801 status open
42802
42803 \begin_layout Plain Layout
42804 W
42805 \end_layout
42806
42807 \end_inset
42808
42809
42810 \begin_inset ERT
42811 status collapsed
42812
42813 \begin_layout Plain Layout
42814
42815 }
42816 \end_layout
42817
42818 \end_inset
42819
42820  GreenYellow
42821 \end_layout
42822
42823 \end_inset
42824 </cell>
42825 </row>
42826 <row>
42827 <cell alignment="center" valignment="top" usebox="none">
42828 \begin_inset Text
42829
42830 \begin_layout Plain Layout
42831 \begin_inset ERT
42832 status collapsed
42833
42834 \begin_layout Plain Layout
42835
42836
42837 \backslash
42838 fcolorbox{black}{
42839 \end_layout
42840
42841 \end_inset
42842
42843 JungleGreen
42844 \begin_inset ERT
42845 status collapsed
42846
42847 \begin_layout Plain Layout
42848
42849 }{
42850 \end_layout
42851
42852 \end_inset
42853
42854
42855 \begin_inset Phantom Phantom
42856 status open
42857
42858 \begin_layout Plain Layout
42859 W
42860 \end_layout
42861
42862 \end_inset
42863
42864
42865 \begin_inset ERT
42866 status collapsed
42867
42868 \begin_layout Plain Layout
42869
42870 }
42871 \end_layout
42872
42873 \end_inset
42874
42875  JungleGreen
42876 \end_layout
42877
42878 \end_inset
42879 </cell>
42880 <cell alignment="center" valignment="top" usebox="none">
42881 \begin_inset Text
42882
42883 \begin_layout Plain Layout
42884 \begin_inset ERT
42885 status collapsed
42886
42887 \begin_layout Plain Layout
42888
42889
42890 \backslash
42891 fcolorbox{black}{
42892 \end_layout
42893
42894 \end_inset
42895
42896 Lavender
42897 \begin_inset ERT
42898 status collapsed
42899
42900 \begin_layout Plain Layout
42901
42902 }{
42903 \end_layout
42904
42905 \end_inset
42906
42907
42908 \begin_inset Phantom Phantom
42909 status open
42910
42911 \begin_layout Plain Layout
42912 W
42913 \end_layout
42914
42915 \end_inset
42916
42917
42918 \begin_inset ERT
42919 status collapsed
42920
42921 \begin_layout Plain Layout
42922
42923 }
42924 \end_layout
42925
42926 \end_inset
42927
42928  Lavender
42929 \end_layout
42930
42931 \end_inset
42932 </cell>
42933 <cell alignment="center" valignment="top" usebox="none">
42934 \begin_inset Text
42935
42936 \begin_layout Plain Layout
42937 \begin_inset ERT
42938 status collapsed
42939
42940 \begin_layout Plain Layout
42941
42942
42943 \backslash
42944 fcolorbox{black}{
42945 \end_layout
42946
42947 \end_inset
42948
42949 LimeGreen
42950 \begin_inset ERT
42951 status collapsed
42952
42953 \begin_layout Plain Layout
42954
42955 }{
42956 \end_layout
42957
42958 \end_inset
42959
42960
42961 \begin_inset Phantom Phantom
42962 status open
42963
42964 \begin_layout Plain Layout
42965 W
42966 \end_layout
42967
42968 \end_inset
42969
42970
42971 \begin_inset ERT
42972 status collapsed
42973
42974 \begin_layout Plain Layout
42975
42976 }
42977 \end_layout
42978
42979 \end_inset
42980
42981  LimeGreen
42982 \end_layout
42983
42984 \end_inset
42985 </cell>
42986 <cell alignment="center" valignment="top" usebox="none">
42987 \begin_inset Text
42988
42989 \begin_layout Plain Layout
42990 \begin_inset ERT
42991 status collapsed
42992
42993 \begin_layout Plain Layout
42994
42995
42996 \backslash
42997 fcolorbox{black}{
42998 \end_layout
42999
43000 \end_inset
43001
43002 Mahogany
43003 \begin_inset ERT
43004 status collapsed
43005
43006 \begin_layout Plain Layout
43007
43008 }{
43009 \end_layout
43010
43011 \end_inset
43012
43013
43014 \begin_inset Phantom Phantom
43015 status open
43016
43017 \begin_layout Plain Layout
43018 W
43019 \end_layout
43020
43021 \end_inset
43022
43023
43024 \begin_inset ERT
43025 status collapsed
43026
43027 \begin_layout Plain Layout
43028
43029 }
43030 \end_layout
43031
43032 \end_inset
43033
43034  Mahogany
43035 \end_layout
43036
43037 \end_inset
43038 </cell>
43039 </row>
43040 <row>
43041 <cell alignment="left" valignment="top" usebox="none">
43042 \begin_inset Text
43043
43044 \begin_layout Plain Layout
43045 \begin_inset ERT
43046 status collapsed
43047
43048 \begin_layout Plain Layout
43049
43050
43051 \backslash
43052 fcolorbox{black}{
43053 \end_layout
43054
43055 \end_inset
43056
43057 Mahogany
43058 \begin_inset ERT
43059 status collapsed
43060
43061 \begin_layout Plain Layout
43062
43063 }{
43064 \end_layout
43065
43066 \end_inset
43067
43068
43069 \begin_inset Phantom Phantom
43070 status open
43071
43072 \begin_layout Plain Layout
43073 W
43074 \end_layout
43075
43076 \end_inset
43077
43078
43079 \begin_inset ERT
43080 status collapsed
43081
43082 \begin_layout Plain Layout
43083
43084 }
43085 \end_layout
43086
43087 \end_inset
43088
43089  Mahogany
43090 \end_layout
43091
43092 \end_inset
43093 </cell>
43094 <cell alignment="left" valignment="top" usebox="none">
43095 \begin_inset Text
43096
43097 \begin_layout Plain Layout
43098 \begin_inset ERT
43099 status collapsed
43100
43101 \begin_layout Plain Layout
43102
43103
43104 \backslash
43105 fcolorbox{black}{
43106 \end_layout
43107
43108 \end_inset
43109
43110 Maroon
43111 \begin_inset ERT
43112 status collapsed
43113
43114 \begin_layout Plain Layout
43115
43116 }{
43117 \end_layout
43118
43119 \end_inset
43120
43121
43122 \begin_inset Phantom Phantom
43123 status open
43124
43125 \begin_layout Plain Layout
43126 W
43127 \end_layout
43128
43129 \end_inset
43130
43131
43132 \begin_inset ERT
43133 status collapsed
43134
43135 \begin_layout Plain Layout
43136
43137 }
43138 \end_layout
43139
43140 \end_inset
43141
43142  Maroon
43143 \end_layout
43144
43145 \end_inset
43146 </cell>
43147 <cell alignment="left" valignment="top" usebox="none">
43148 \begin_inset Text
43149
43150 \begin_layout Plain Layout
43151 \begin_inset ERT
43152 status collapsed
43153
43154 \begin_layout Plain Layout
43155
43156
43157 \backslash
43158 fcolorbox{black}{
43159 \end_layout
43160
43161 \end_inset
43162
43163 Melon
43164 \begin_inset ERT
43165 status collapsed
43166
43167 \begin_layout Plain Layout
43168
43169 }{
43170 \end_layout
43171
43172 \end_inset
43173
43174
43175 \begin_inset Phantom Phantom
43176 status open
43177
43178 \begin_layout Plain Layout
43179 W
43180 \end_layout
43181
43182 \end_inset
43183
43184
43185 \begin_inset ERT
43186 status collapsed
43187
43188 \begin_layout Plain Layout
43189
43190 }
43191 \end_layout
43192
43193 \end_inset
43194
43195  Melon
43196 \end_layout
43197
43198 \end_inset
43199 </cell>
43200 <cell alignment="left" valignment="top" usebox="none">
43201 \begin_inset Text
43202
43203 \begin_layout Plain Layout
43204 \begin_inset ERT
43205 status collapsed
43206
43207 \begin_layout Plain Layout
43208
43209
43210 \backslash
43211 fcolorbox{black}{
43212 \end_layout
43213
43214 \end_inset
43215
43216 MidnightBlue
43217 \begin_inset ERT
43218 status collapsed
43219
43220 \begin_layout Plain Layout
43221
43222 }{
43223 \end_layout
43224
43225 \end_inset
43226
43227
43228 \begin_inset Phantom Phantom
43229 status open
43230
43231 \begin_layout Plain Layout
43232 W
43233 \end_layout
43234
43235 \end_inset
43236
43237
43238 \begin_inset ERT
43239 status collapsed
43240
43241 \begin_layout Plain Layout
43242
43243 }
43244 \end_layout
43245
43246 \end_inset
43247
43248  MidnightBlue
43249 \end_layout
43250
43251 \end_inset
43252 </cell>
43253 </row>
43254 <row>
43255 <cell alignment="left" valignment="top" usebox="none">
43256 \begin_inset Text
43257
43258 \begin_layout Plain Layout
43259 \begin_inset ERT
43260 status collapsed
43261
43262 \begin_layout Plain Layout
43263
43264
43265 \backslash
43266 fcolorbox{black}{
43267 \end_layout
43268
43269 \end_inset
43270
43271 Mulberry
43272 \begin_inset ERT
43273 status collapsed
43274
43275 \begin_layout Plain Layout
43276
43277 }{
43278 \end_layout
43279
43280 \end_inset
43281
43282
43283 \begin_inset Phantom Phantom
43284 status open
43285
43286 \begin_layout Plain Layout
43287 W
43288 \end_layout
43289
43290 \end_inset
43291
43292
43293 \begin_inset ERT
43294 status collapsed
43295
43296 \begin_layout Plain Layout
43297
43298 }
43299 \end_layout
43300
43301 \end_inset
43302
43303  Mulberry
43304 \end_layout
43305
43306 \end_inset
43307 </cell>
43308 <cell alignment="left" valignment="top" usebox="none">
43309 \begin_inset Text
43310
43311 \begin_layout Plain Layout
43312 \begin_inset ERT
43313 status collapsed
43314
43315 \begin_layout Plain Layout
43316
43317
43318 \backslash
43319 fcolorbox{black}{
43320 \end_layout
43321
43322 \end_inset
43323
43324 NavyBlue
43325 \begin_inset ERT
43326 status collapsed
43327
43328 \begin_layout Plain Layout
43329
43330 }{
43331 \end_layout
43332
43333 \end_inset
43334
43335
43336 \begin_inset Phantom Phantom
43337 status open
43338
43339 \begin_layout Plain Layout
43340 W
43341 \end_layout
43342
43343 \end_inset
43344
43345
43346 \begin_inset ERT
43347 status collapsed
43348
43349 \begin_layout Plain Layout
43350
43351 }
43352 \end_layout
43353
43354 \end_inset
43355
43356  NavyBlue
43357 \end_layout
43358
43359 \end_inset
43360 </cell>
43361 <cell alignment="left" valignment="top" usebox="none">
43362 \begin_inset Text
43363
43364 \begin_layout Plain Layout
43365 \begin_inset ERT
43366 status collapsed
43367
43368 \begin_layout Plain Layout
43369
43370
43371 \backslash
43372 fcolorbox{black}{
43373 \end_layout
43374
43375 \end_inset
43376
43377 OliveGreen
43378 \begin_inset ERT
43379 status collapsed
43380
43381 \begin_layout Plain Layout
43382
43383 }{
43384 \end_layout
43385
43386 \end_inset
43387
43388
43389 \begin_inset Phantom Phantom
43390 status open
43391
43392 \begin_layout Plain Layout
43393 W
43394 \end_layout
43395
43396 \end_inset
43397
43398
43399 \begin_inset ERT
43400 status collapsed
43401
43402 \begin_layout Plain Layout
43403
43404 }
43405 \end_layout
43406
43407 \end_inset
43408
43409  OliveGreen
43410 \end_layout
43411
43412 \end_inset
43413 </cell>
43414 <cell alignment="left" valignment="top" usebox="none">
43415 \begin_inset Text
43416
43417 \begin_layout Plain Layout
43418 \begin_inset ERT
43419 status collapsed
43420
43421 \begin_layout Plain Layout
43422
43423
43424 \backslash
43425 fcolorbox{black}{
43426 \end_layout
43427
43428 \end_inset
43429
43430 Orange
43431 \begin_inset ERT
43432 status collapsed
43433
43434 \begin_layout Plain Layout
43435
43436 }{
43437 \end_layout
43438
43439 \end_inset
43440
43441
43442 \begin_inset Phantom Phantom
43443 status open
43444
43445 \begin_layout Plain Layout
43446 W
43447 \end_layout
43448
43449 \end_inset
43450
43451
43452 \begin_inset ERT
43453 status collapsed
43454
43455 \begin_layout Plain Layout
43456
43457 }
43458 \end_layout
43459
43460 \end_inset
43461
43462  Orange
43463 \end_layout
43464
43465 \end_inset
43466 </cell>
43467 </row>
43468 <row>
43469 <cell alignment="left" valignment="top" usebox="none">
43470 \begin_inset Text
43471
43472 \begin_layout Plain Layout
43473 \begin_inset ERT
43474 status collapsed
43475
43476 \begin_layout Plain Layout
43477
43478
43479 \backslash
43480 fcolorbox{black}{
43481 \end_layout
43482
43483 \end_inset
43484
43485 OrangeRed
43486 \begin_inset ERT
43487 status collapsed
43488
43489 \begin_layout Plain Layout
43490
43491 }{
43492 \end_layout
43493
43494 \end_inset
43495
43496
43497 \begin_inset Phantom Phantom
43498 status open
43499
43500 \begin_layout Plain Layout
43501 W
43502 \end_layout
43503
43504 \end_inset
43505
43506
43507 \begin_inset ERT
43508 status collapsed
43509
43510 \begin_layout Plain Layout
43511
43512 }
43513 \end_layout
43514
43515 \end_inset
43516
43517  OrangeRed
43518 \end_layout
43519
43520 \end_inset
43521 </cell>
43522 <cell alignment="left" valignment="top" usebox="none">
43523 \begin_inset Text
43524
43525 \begin_layout Plain Layout
43526 \begin_inset ERT
43527 status collapsed
43528
43529 \begin_layout Plain Layout
43530
43531
43532 \backslash
43533 fcolorbox{black}{
43534 \end_layout
43535
43536 \end_inset
43537
43538 Orchid
43539 \begin_inset ERT
43540 status collapsed
43541
43542 \begin_layout Plain Layout
43543
43544 }{
43545 \end_layout
43546
43547 \end_inset
43548
43549
43550 \begin_inset Phantom Phantom
43551 status open
43552
43553 \begin_layout Plain Layout
43554 W
43555 \end_layout
43556
43557 \end_inset
43558
43559
43560 \begin_inset ERT
43561 status collapsed
43562
43563 \begin_layout Plain Layout
43564
43565 }
43566 \end_layout
43567
43568 \end_inset
43569
43570  Orchid
43571 \end_layout
43572
43573 \end_inset
43574 </cell>
43575 <cell alignment="left" valignment="top" usebox="none">
43576 \begin_inset Text
43577
43578 \begin_layout Plain Layout
43579 \begin_inset ERT
43580 status collapsed
43581
43582 \begin_layout Plain Layout
43583
43584
43585 \backslash
43586 fcolorbox{black}{
43587 \end_layout
43588
43589 \end_inset
43590
43591 Peach
43592 \begin_inset ERT
43593 status collapsed
43594
43595 \begin_layout Plain Layout
43596
43597 }{
43598 \end_layout
43599
43600 \end_inset
43601
43602
43603 \begin_inset Phantom Phantom
43604 status open
43605
43606 \begin_layout Plain Layout
43607 W
43608 \end_layout
43609
43610 \end_inset
43611
43612
43613 \begin_inset ERT
43614 status collapsed
43615
43616 \begin_layout Plain Layout
43617
43618 }
43619 \end_layout
43620
43621 \end_inset
43622
43623  Peach
43624 \end_layout
43625
43626 \end_inset
43627 </cell>
43628 <cell alignment="left" valignment="top" usebox="none">
43629 \begin_inset Text
43630
43631 \begin_layout Plain Layout
43632 \begin_inset ERT
43633 status collapsed
43634
43635 \begin_layout Plain Layout
43636
43637
43638 \backslash
43639 fcolorbox{black}{
43640 \end_layout
43641
43642 \end_inset
43643
43644 Periwinkle
43645 \begin_inset ERT
43646 status collapsed
43647
43648 \begin_layout Plain Layout
43649
43650 }{
43651 \end_layout
43652
43653 \end_inset
43654
43655
43656 \begin_inset Phantom Phantom
43657 status open
43658
43659 \begin_layout Plain Layout
43660 W
43661 \end_layout
43662
43663 \end_inset
43664
43665
43666 \begin_inset ERT
43667 status collapsed
43668
43669 \begin_layout Plain Layout
43670
43671 }
43672 \end_layout
43673
43674 \end_inset
43675
43676  Periwinkle
43677 \end_layout
43678
43679 \end_inset
43680 </cell>
43681 </row>
43682 <row>
43683 <cell alignment="left" valignment="top" usebox="none">
43684 \begin_inset Text
43685
43686 \begin_layout Plain Layout
43687 \begin_inset ERT
43688 status collapsed
43689
43690 \begin_layout Plain Layout
43691
43692
43693 \backslash
43694 fcolorbox{black}{
43695 \end_layout
43696
43697 \end_inset
43698
43699 PineGreen
43700 \begin_inset ERT
43701 status collapsed
43702
43703 \begin_layout Plain Layout
43704
43705 }{
43706 \end_layout
43707
43708 \end_inset
43709
43710
43711 \begin_inset Phantom Phantom
43712 status open
43713
43714 \begin_layout Plain Layout
43715 W
43716 \end_layout
43717
43718 \end_inset
43719
43720
43721 \begin_inset ERT
43722 status collapsed
43723
43724 \begin_layout Plain Layout
43725
43726 }
43727 \end_layout
43728
43729 \end_inset
43730
43731  PineGreen
43732 \end_layout
43733
43734 \end_inset
43735 </cell>
43736 <cell alignment="left" valignment="top" usebox="none">
43737 \begin_inset Text
43738
43739 \begin_layout Plain Layout
43740 \begin_inset ERT
43741 status collapsed
43742
43743 \begin_layout Plain Layout
43744
43745
43746 \backslash
43747 fcolorbox{black}{
43748 \end_layout
43749
43750 \end_inset
43751
43752 Plum
43753 \begin_inset ERT
43754 status collapsed
43755
43756 \begin_layout Plain Layout
43757
43758 }{
43759 \end_layout
43760
43761 \end_inset
43762
43763
43764 \begin_inset Phantom Phantom
43765 status open
43766
43767 \begin_layout Plain Layout
43768 W
43769 \end_layout
43770
43771 \end_inset
43772
43773
43774 \begin_inset ERT
43775 status collapsed
43776
43777 \begin_layout Plain Layout
43778
43779 }
43780 \end_layout
43781
43782 \end_inset
43783
43784  Plum
43785 \end_layout
43786
43787 \end_inset
43788 </cell>
43789 <cell alignment="left" valignment="top" usebox="none">
43790 \begin_inset Text
43791
43792 \begin_layout Plain Layout
43793 \begin_inset ERT
43794 status collapsed
43795
43796 \begin_layout Plain Layout
43797
43798
43799 \backslash
43800 fcolorbox{black}{
43801 \end_layout
43802
43803 \end_inset
43804
43805 ProcessBlue
43806 \begin_inset ERT
43807 status collapsed
43808
43809 \begin_layout Plain Layout
43810
43811 }{
43812 \end_layout
43813
43814 \end_inset
43815
43816
43817 \begin_inset Phantom Phantom
43818 status open
43819
43820 \begin_layout Plain Layout
43821 W
43822 \end_layout
43823
43824 \end_inset
43825
43826
43827 \begin_inset ERT
43828 status collapsed
43829
43830 \begin_layout Plain Layout
43831
43832 }
43833 \end_layout
43834
43835 \end_inset
43836
43837  ProcessBlue
43838 \end_layout
43839
43840 \end_inset
43841 </cell>
43842 <cell alignment="left" valignment="top" usebox="none">
43843 \begin_inset Text
43844
43845 \begin_layout Plain Layout
43846 \begin_inset ERT
43847 status collapsed
43848
43849 \begin_layout Plain Layout
43850
43851
43852 \backslash
43853 fcolorbox{black}{
43854 \end_layout
43855
43856 \end_inset
43857
43858 Purple
43859 \begin_inset ERT
43860 status collapsed
43861
43862 \begin_layout Plain Layout
43863
43864 }{
43865 \end_layout
43866
43867 \end_inset
43868
43869
43870 \begin_inset Phantom Phantom
43871 status open
43872
43873 \begin_layout Plain Layout
43874 W
43875 \end_layout
43876
43877 \end_inset
43878
43879
43880 \begin_inset ERT
43881 status collapsed
43882
43883 \begin_layout Plain Layout
43884
43885 }
43886 \end_layout
43887
43888 \end_inset
43889
43890  Purple
43891 \end_layout
43892
43893 \end_inset
43894 </cell>
43895 </row>
43896 <row>
43897 <cell alignment="left" valignment="top" usebox="none">
43898 \begin_inset Text
43899
43900 \begin_layout Plain Layout
43901 \begin_inset ERT
43902 status collapsed
43903
43904 \begin_layout Plain Layout
43905
43906
43907 \backslash
43908 fcolorbox{black}{
43909 \end_layout
43910
43911 \end_inset
43912
43913 RawSienna
43914 \begin_inset ERT
43915 status collapsed
43916
43917 \begin_layout Plain Layout
43918
43919 }{
43920 \end_layout
43921
43922 \end_inset
43923
43924
43925 \begin_inset Phantom Phantom
43926 status open
43927
43928 \begin_layout Plain Layout
43929 W
43930 \end_layout
43931
43932 \end_inset
43933
43934
43935 \begin_inset ERT
43936 status collapsed
43937
43938 \begin_layout Plain Layout
43939
43940 }
43941 \end_layout
43942
43943 \end_inset
43944
43945  RawSienna
43946 \end_layout
43947
43948 \end_inset
43949 </cell>
43950 <cell alignment="left" valignment="top" usebox="none">
43951 \begin_inset Text
43952
43953 \begin_layout Plain Layout
43954 \begin_inset ERT
43955 status collapsed
43956
43957 \begin_layout Plain Layout
43958
43959
43960 \backslash
43961 fcolorbox{black}{
43962 \end_layout
43963
43964 \end_inset
43965
43966 RedOrange
43967 \begin_inset ERT
43968 status collapsed
43969
43970 \begin_layout Plain Layout
43971
43972 }{
43973 \end_layout
43974
43975 \end_inset
43976
43977
43978 \begin_inset Phantom Phantom
43979 status open
43980
43981 \begin_layout Plain Layout
43982 W
43983 \end_layout
43984
43985 \end_inset
43986
43987
43988 \begin_inset ERT
43989 status collapsed
43990
43991 \begin_layout Plain Layout
43992
43993 }
43994 \end_layout
43995
43996 \end_inset
43997
43998  RedOrange
43999 \end_layout
44000
44001 \end_inset
44002 </cell>
44003 <cell alignment="left" valignment="top" usebox="none">
44004 \begin_inset Text
44005
44006 \begin_layout Plain Layout
44007 \begin_inset ERT
44008 status collapsed
44009
44010 \begin_layout Plain Layout
44011
44012
44013 \backslash
44014 fcolorbox{black}{
44015 \end_layout
44016
44017 \end_inset
44018
44019 RedViolet
44020 \begin_inset ERT
44021 status collapsed
44022
44023 \begin_layout Plain Layout
44024
44025 }{
44026 \end_layout
44027
44028 \end_inset
44029
44030
44031 \begin_inset Phantom Phantom
44032 status open
44033
44034 \begin_layout Plain Layout
44035 W
44036 \end_layout
44037
44038 \end_inset
44039
44040
44041 \begin_inset ERT
44042 status collapsed
44043
44044 \begin_layout Plain Layout
44045
44046 }
44047 \end_layout
44048
44049 \end_inset
44050
44051  RedViolet
44052 \end_layout
44053
44054 \end_inset
44055 </cell>
44056 <cell alignment="left" valignment="top" usebox="none">
44057 \begin_inset Text
44058
44059 \begin_layout Plain Layout
44060 \begin_inset ERT
44061 status collapsed
44062
44063 \begin_layout Plain Layout
44064
44065
44066 \backslash
44067 fcolorbox{black}{
44068 \end_layout
44069
44070 \end_inset
44071
44072 Rhodamine
44073 \begin_inset ERT
44074 status collapsed
44075
44076 \begin_layout Plain Layout
44077
44078 }{
44079 \end_layout
44080
44081 \end_inset
44082
44083
44084 \begin_inset Phantom Phantom
44085 status open
44086
44087 \begin_layout Plain Layout
44088 W
44089 \end_layout
44090
44091 \end_inset
44092
44093
44094 \begin_inset ERT
44095 status collapsed
44096
44097 \begin_layout Plain Layout
44098
44099 }
44100 \end_layout
44101
44102 \end_inset
44103
44104  Rhodamine
44105 \end_layout
44106
44107 \end_inset
44108 </cell>
44109 </row>
44110 <row>
44111 <cell alignment="left" valignment="top" usebox="none">
44112 \begin_inset Text
44113
44114 \begin_layout Plain Layout
44115 \begin_inset ERT
44116 status collapsed
44117
44118 \begin_layout Plain Layout
44119
44120
44121 \backslash
44122 fcolorbox{black}{
44123 \end_layout
44124
44125 \end_inset
44126
44127 RoyalBlue
44128 \begin_inset ERT
44129 status collapsed
44130
44131 \begin_layout Plain Layout
44132
44133 }{
44134 \end_layout
44135
44136 \end_inset
44137
44138
44139 \begin_inset Phantom Phantom
44140 status open
44141
44142 \begin_layout Plain Layout
44143 W
44144 \end_layout
44145
44146 \end_inset
44147
44148
44149 \begin_inset ERT
44150 status collapsed
44151
44152 \begin_layout Plain Layout
44153
44154 }
44155 \end_layout
44156
44157 \end_inset
44158
44159  RoyalBlue
44160 \end_layout
44161
44162 \end_inset
44163 </cell>
44164 <cell alignment="left" valignment="top" usebox="none">
44165 \begin_inset Text
44166
44167 \begin_layout Plain Layout
44168 \begin_inset ERT
44169 status collapsed
44170
44171 \begin_layout Plain Layout
44172
44173
44174 \backslash
44175 fcolorbox{black}{
44176 \end_layout
44177
44178 \end_inset
44179
44180 RoyalPurple
44181 \begin_inset ERT
44182 status collapsed
44183
44184 \begin_layout Plain Layout
44185
44186 }{
44187 \end_layout
44188
44189 \end_inset
44190
44191
44192 \begin_inset Phantom Phantom
44193 status open
44194
44195 \begin_layout Plain Layout
44196 W
44197 \end_layout
44198
44199 \end_inset
44200
44201
44202 \begin_inset ERT
44203 status collapsed
44204
44205 \begin_layout Plain Layout
44206
44207 }
44208 \end_layout
44209
44210 \end_inset
44211
44212  RoyalPurple
44213 \end_layout
44214
44215 \end_inset
44216 </cell>
44217 <cell alignment="left" valignment="top" usebox="none">
44218 \begin_inset Text
44219
44220 \begin_layout Plain Layout
44221 \begin_inset ERT
44222 status collapsed
44223
44224 \begin_layout Plain Layout
44225
44226
44227 \backslash
44228 fcolorbox{black}{
44229 \end_layout
44230
44231 \end_inset
44232
44233 RubineRed
44234 \begin_inset ERT
44235 status collapsed
44236
44237 \begin_layout Plain Layout
44238
44239 }{
44240 \end_layout
44241
44242 \end_inset
44243
44244
44245 \begin_inset Phantom Phantom
44246 status open
44247
44248 \begin_layout Plain Layout
44249 W
44250 \end_layout
44251
44252 \end_inset
44253
44254
44255 \begin_inset ERT
44256 status collapsed
44257
44258 \begin_layout Plain Layout
44259
44260 }
44261 \end_layout
44262
44263 \end_inset
44264
44265  RubineRed
44266 \end_layout
44267
44268 \end_inset
44269 </cell>
44270 <cell alignment="left" valignment="top" usebox="none">
44271 \begin_inset Text
44272
44273 \begin_layout Plain Layout
44274 \begin_inset ERT
44275 status collapsed
44276
44277 \begin_layout Plain Layout
44278
44279
44280 \backslash
44281 fcolorbox{black}{
44282 \end_layout
44283
44284 \end_inset
44285
44286 Salmon
44287 \begin_inset ERT
44288 status collapsed
44289
44290 \begin_layout Plain Layout
44291
44292 }{
44293 \end_layout
44294
44295 \end_inset
44296
44297
44298 \begin_inset Phantom Phantom
44299 status open
44300
44301 \begin_layout Plain Layout
44302 W
44303 \end_layout
44304
44305 \end_inset
44306
44307
44308 \begin_inset ERT
44309 status collapsed
44310
44311 \begin_layout Plain Layout
44312
44313 }
44314 \end_layout
44315
44316 \end_inset
44317
44318  Salmon
44319 \end_layout
44320
44321 \end_inset
44322 </cell>
44323 </row>
44324 <row>
44325 <cell alignment="left" valignment="top" usebox="none">
44326 \begin_inset Text
44327
44328 \begin_layout Plain Layout
44329 \begin_inset ERT
44330 status collapsed
44331
44332 \begin_layout Plain Layout
44333
44334
44335 \backslash
44336 fcolorbox{black}{
44337 \end_layout
44338
44339 \end_inset
44340
44341 SeaGreen
44342 \begin_inset ERT
44343 status collapsed
44344
44345 \begin_layout Plain Layout
44346
44347 }{
44348 \end_layout
44349
44350 \end_inset
44351
44352
44353 \begin_inset Phantom Phantom
44354 status open
44355
44356 \begin_layout Plain Layout
44357 W
44358 \end_layout
44359
44360 \end_inset
44361
44362
44363 \begin_inset ERT
44364 status collapsed
44365
44366 \begin_layout Plain Layout
44367
44368 }
44369 \end_layout
44370
44371 \end_inset
44372
44373  SeaGreen
44374 \end_layout
44375
44376 \end_inset
44377 </cell>
44378 <cell alignment="left" valignment="top" usebox="none">
44379 \begin_inset Text
44380
44381 \begin_layout Plain Layout
44382 \begin_inset ERT
44383 status collapsed
44384
44385 \begin_layout Plain Layout
44386
44387
44388 \backslash
44389 fcolorbox{black}{
44390 \end_layout
44391
44392 \end_inset
44393
44394 Sepia
44395 \begin_inset ERT
44396 status collapsed
44397
44398 \begin_layout Plain Layout
44399
44400 }{
44401 \end_layout
44402
44403 \end_inset
44404
44405
44406 \begin_inset Phantom Phantom
44407 status open
44408
44409 \begin_layout Plain Layout
44410 W
44411 \end_layout
44412
44413 \end_inset
44414
44415
44416 \begin_inset ERT
44417 status collapsed
44418
44419 \begin_layout Plain Layout
44420
44421 }
44422 \end_layout
44423
44424 \end_inset
44425
44426  Sepia
44427 \end_layout
44428
44429 \end_inset
44430 </cell>
44431 <cell alignment="left" valignment="top" usebox="none">
44432 \begin_inset Text
44433
44434 \begin_layout Plain Layout
44435 \begin_inset ERT
44436 status collapsed
44437
44438 \begin_layout Plain Layout
44439
44440
44441 \backslash
44442 fcolorbox{black}{
44443 \end_layout
44444
44445 \end_inset
44446
44447 SkyBlue
44448 \begin_inset ERT
44449 status collapsed
44450
44451 \begin_layout Plain Layout
44452
44453 }{
44454 \end_layout
44455
44456 \end_inset
44457
44458
44459 \begin_inset Phantom Phantom
44460 status open
44461
44462 \begin_layout Plain Layout
44463 W
44464 \end_layout
44465
44466 \end_inset
44467
44468
44469 \begin_inset ERT
44470 status collapsed
44471
44472 \begin_layout Plain Layout
44473
44474 }
44475 \end_layout
44476
44477 \end_inset
44478
44479  SkyBlue
44480 \end_layout
44481
44482 \end_inset
44483 </cell>
44484 <cell alignment="left" valignment="top" usebox="none">
44485 \begin_inset Text
44486
44487 \begin_layout Plain Layout
44488 \begin_inset ERT
44489 status collapsed
44490
44491 \begin_layout Plain Layout
44492
44493
44494 \backslash
44495 fcolorbox{black}{
44496 \end_layout
44497
44498 \end_inset
44499
44500 SpringGreen
44501 \begin_inset ERT
44502 status collapsed
44503
44504 \begin_layout Plain Layout
44505
44506 }{
44507 \end_layout
44508
44509 \end_inset
44510
44511
44512 \begin_inset Phantom Phantom
44513 status open
44514
44515 \begin_layout Plain Layout
44516 W
44517 \end_layout
44518
44519 \end_inset
44520
44521
44522 \begin_inset ERT
44523 status collapsed
44524
44525 \begin_layout Plain Layout
44526
44527 }
44528 \end_layout
44529
44530 \end_inset
44531
44532  SpringGreen
44533 \end_layout
44534
44535 \end_inset
44536 </cell>
44537 </row>
44538 <row>
44539 <cell alignment="left" valignment="top" usebox="none">
44540 \begin_inset Text
44541
44542 \begin_layout Plain Layout
44543 \begin_inset ERT
44544 status collapsed
44545
44546 \begin_layout Plain Layout
44547
44548
44549 \backslash
44550 fcolorbox{black}{
44551 \end_layout
44552
44553 \end_inset
44554
44555 Tan
44556 \begin_inset ERT
44557 status collapsed
44558
44559 \begin_layout Plain Layout
44560
44561 }{
44562 \end_layout
44563
44564 \end_inset
44565
44566
44567 \begin_inset Phantom Phantom
44568 status open
44569
44570 \begin_layout Plain Layout
44571 W
44572 \end_layout
44573
44574 \end_inset
44575
44576
44577 \begin_inset ERT
44578 status collapsed
44579
44580 \begin_layout Plain Layout
44581
44582 }
44583 \end_layout
44584
44585 \end_inset
44586
44587  Tan
44588 \end_layout
44589
44590 \end_inset
44591 </cell>
44592 <cell alignment="left" valignment="top" usebox="none">
44593 \begin_inset Text
44594
44595 \begin_layout Plain Layout
44596 \begin_inset ERT
44597 status collapsed
44598
44599 \begin_layout Plain Layout
44600
44601
44602 \backslash
44603 fcolorbox{black}{
44604 \end_layout
44605
44606 \end_inset
44607
44608 TealBlue
44609 \begin_inset ERT
44610 status collapsed
44611
44612 \begin_layout Plain Layout
44613
44614 }{
44615 \end_layout
44616
44617 \end_inset
44618
44619
44620 \begin_inset Phantom Phantom
44621 status open
44622
44623 \begin_layout Plain Layout
44624 W
44625 \end_layout
44626
44627 \end_inset
44628
44629
44630 \begin_inset ERT
44631 status collapsed
44632
44633 \begin_layout Plain Layout
44634
44635 }
44636 \end_layout
44637
44638 \end_inset
44639
44640  TealBlue
44641 \end_layout
44642
44643 \end_inset
44644 </cell>
44645 <cell alignment="left" valignment="top" usebox="none">
44646 \begin_inset Text
44647
44648 \begin_layout Plain Layout
44649 \begin_inset ERT
44650 status collapsed
44651
44652 \begin_layout Plain Layout
44653
44654
44655 \backslash
44656 fcolorbox{black}{
44657 \end_layout
44658
44659 \end_inset
44660
44661 Thistle
44662 \begin_inset ERT
44663 status collapsed
44664
44665 \begin_layout Plain Layout
44666
44667 }{
44668 \end_layout
44669
44670 \end_inset
44671
44672
44673 \begin_inset Phantom Phantom
44674 status open
44675
44676 \begin_layout Plain Layout
44677 W
44678 \end_layout
44679
44680 \end_inset
44681
44682
44683 \begin_inset ERT
44684 status collapsed
44685
44686 \begin_layout Plain Layout
44687
44688 }
44689 \end_layout
44690
44691 \end_inset
44692
44693  Thistle
44694 \end_layout
44695
44696 \end_inset
44697 </cell>
44698 <cell alignment="left" valignment="top" usebox="none">
44699 \begin_inset Text
44700
44701 \begin_layout Plain Layout
44702 \begin_inset ERT
44703 status collapsed
44704
44705 \begin_layout Plain Layout
44706
44707
44708 \backslash
44709 fcolorbox{black}{
44710 \end_layout
44711
44712 \end_inset
44713
44714 Turquoise
44715 \begin_inset ERT
44716 status collapsed
44717
44718 \begin_layout Plain Layout
44719
44720 }{
44721 \end_layout
44722
44723 \end_inset
44724
44725
44726 \begin_inset Phantom Phantom
44727 status open
44728
44729 \begin_layout Plain Layout
44730 W
44731 \end_layout
44732
44733 \end_inset
44734
44735
44736 \begin_inset ERT
44737 status collapsed
44738
44739 \begin_layout Plain Layout
44740
44741 }
44742 \end_layout
44743
44744 \end_inset
44745
44746  Turquoise
44747 \end_layout
44748
44749 \end_inset
44750 </cell>
44751 </row>
44752 <row>
44753 <cell alignment="left" valignment="top" usebox="none">
44754 \begin_inset Text
44755
44756 \begin_layout Plain Layout
44757 \begin_inset ERT
44758 status collapsed
44759
44760 \begin_layout Plain Layout
44761
44762
44763 \backslash
44764 fcolorbox{black}{
44765 \end_layout
44766
44767 \end_inset
44768
44769 Violet
44770 \begin_inset ERT
44771 status collapsed
44772
44773 \begin_layout Plain Layout
44774
44775 }{
44776 \end_layout
44777
44778 \end_inset
44779
44780
44781 \begin_inset Phantom Phantom
44782 status open
44783
44784 \begin_layout Plain Layout
44785 W
44786 \end_layout
44787
44788 \end_inset
44789
44790
44791 \begin_inset ERT
44792 status collapsed
44793
44794 \begin_layout Plain Layout
44795
44796 }
44797 \end_layout
44798
44799 \end_inset
44800
44801  Violet
44802 \end_layout
44803
44804 \end_inset
44805 </cell>
44806 <cell alignment="left" valignment="top" usebox="none">
44807 \begin_inset Text
44808
44809 \begin_layout Plain Layout
44810 \begin_inset ERT
44811 status collapsed
44812
44813 \begin_layout Plain Layout
44814
44815
44816 \backslash
44817 fcolorbox{black}{
44818 \end_layout
44819
44820 \end_inset
44821
44822 VioletRed
44823 \begin_inset ERT
44824 status collapsed
44825
44826 \begin_layout Plain Layout
44827
44828 }{
44829 \end_layout
44830
44831 \end_inset
44832
44833
44834 \begin_inset Phantom Phantom
44835 status open
44836
44837 \begin_layout Plain Layout
44838 W
44839 \end_layout
44840
44841 \end_inset
44842
44843
44844 \begin_inset ERT
44845 status collapsed
44846
44847 \begin_layout Plain Layout
44848
44849 }
44850 \end_layout
44851
44852 \end_inset
44853
44854  VioletRed
44855 \end_layout
44856
44857 \end_inset
44858 </cell>
44859 <cell alignment="left" valignment="top" usebox="none">
44860 \begin_inset Text
44861
44862 \begin_layout Plain Layout
44863 \begin_inset ERT
44864 status collapsed
44865
44866 \begin_layout Plain Layout
44867
44868
44869 \backslash
44870 fcolorbox{black}{
44871 \end_layout
44872
44873 \end_inset
44874
44875 WildStrawberry
44876 \begin_inset ERT
44877 status collapsed
44878
44879 \begin_layout Plain Layout
44880
44881 }{
44882 \end_layout
44883
44884 \end_inset
44885
44886
44887 \begin_inset Phantom Phantom
44888 status open
44889
44890 \begin_layout Plain Layout
44891 W
44892 \end_layout
44893
44894 \end_inset
44895
44896
44897 \begin_inset ERT
44898 status collapsed
44899
44900 \begin_layout Plain Layout
44901
44902 }
44903 \end_layout
44904
44905 \end_inset
44906
44907  WildStrawberry
44908 \end_layout
44909
44910 \end_inset
44911 </cell>
44912 <cell alignment="left" valignment="top" usebox="none">
44913 \begin_inset Text
44914
44915 \begin_layout Plain Layout
44916 \begin_inset ERT
44917 status collapsed
44918
44919 \begin_layout Plain Layout
44920
44921
44922 \backslash
44923 fcolorbox{black}{
44924 \end_layout
44925
44926 \end_inset
44927
44928 YellowGreen
44929 \begin_inset ERT
44930 status collapsed
44931
44932 \begin_layout Plain Layout
44933
44934 }{
44935 \end_layout
44936
44937 \end_inset
44938
44939
44940 \begin_inset Phantom Phantom
44941 status open
44942
44943 \begin_layout Plain Layout
44944 W
44945 \end_layout
44946
44947 \end_inset
44948
44949
44950 \begin_inset ERT
44951 status collapsed
44952
44953 \begin_layout Plain Layout
44954
44955 }
44956 \end_layout
44957
44958 \end_inset
44959
44960  YellowGreen
44961 \end_layout
44962
44963 \end_inset
44964 </cell>
44965 </row>
44966 <row>
44967 <cell alignment="left" valignment="top" usebox="none">
44968 \begin_inset Text
44969
44970 \begin_layout Plain Layout
44971 \begin_inset ERT
44972 status collapsed
44973
44974 \begin_layout Plain Layout
44975
44976
44977 \backslash
44978 fcolorbox{black}{
44979 \end_layout
44980
44981 \end_inset
44982
44983 YellowOrange
44984 \begin_inset ERT
44985 status collapsed
44986
44987 \begin_layout Plain Layout
44988
44989 }{
44990 \end_layout
44991
44992 \end_inset
44993
44994
44995 \begin_inset Phantom Phantom
44996 status open
44997
44998 \begin_layout Plain Layout
44999 W
45000 \end_layout
45001
45002 \end_inset
45003
45004
45005 \begin_inset ERT
45006 status collapsed
45007
45008 \begin_layout Plain Layout
45009
45010 }
45011 \end_layout
45012
45013 \end_inset
45014
45015  YellowOrange
45016 \end_layout
45017
45018 \end_inset
45019 </cell>
45020 <cell alignment="left" valignment="top" usebox="none">
45021 \begin_inset Text
45022
45023 \begin_layout Plain Layout
45024
45025 \end_layout
45026
45027 \end_inset
45028 </cell>
45029 <cell alignment="left" valignment="top" usebox="none">
45030 \begin_inset Text
45031
45032 \begin_layout Plain Layout
45033
45034 \end_layout
45035
45036 \end_inset
45037 </cell>
45038 <cell alignment="left" valignment="top" usebox="none">
45039 \begin_inset Text
45040
45041 \begin_layout Plain Layout
45042
45043 \end_layout
45044
45045 \end_inset
45046 </cell>
45047 </row>
45048 </lyxtabular>
45049
45050 \end_inset
45051
45052
45053 \end_layout
45054
45055 \begin_layout Chapter
45056 Erklärung der Gleichung
45057 \begin_inset space ~
45058 \end_inset
45059
45060 (
45061 \begin_inset CommandInset ref
45062 LatexCommand ref
45063 reference "eq:Wgn"
45064
45065 \end_inset
45066
45067 )
45068 \begin_inset CommandInset label
45069 LatexCommand label
45070 name "kap:Erläuterung-einer-Gleichung"
45071
45072 \end_inset
45073
45074
45075 \end_layout
45076
45077 \begin_layout Standard
45078 Die Gesamtbreite von
45079 \emph on
45080  n
45081 \emph default
45082  Tabellenzellen 
45083 \begin_inset Formula $W_{\mathrm{tot\,n}}$
45084 \end_inset
45085
45086  kann wie folgt berechnet werden:
45087 \begin_inset Formula 
45088 \begin{equation}
45089 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45090 \end{equation}
45091
45092 \end_inset
45093
45094
45095 \end_layout
45096
45097 \begin_layout Standard
45098 Dabei ist 
45099 \begin_inset Formula $W_{g\,n}$
45100 \end_inset
45101
45102  die Breite jeder Zelle.
45103
45104 \series bold
45105  
45106 \backslash
45107 tabcolsep
45108 \series default
45109  ist die \SpecialChar LaTeX
45110 -Länge zwischen dem Zellentext und der Zellgrenze mit dem Standardwert
45111  6
45112 \begin_inset space \thinspace{}
45113 \end_inset
45114
45115 pt.
45116  
45117 \series bold
45118
45119 \backslash
45120 arrayrulewidth
45121 \series default
45122  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
45123 \begin_inset space \thinspace{}
45124 \end_inset
45125
45126 pt.
45127 \end_layout
45128
45129 \begin_layout Standard
45130 Nach Gleichung
45131 \begin_inset space ~
45132 \end_inset
45133
45134
45135 \begin_inset CommandInset ref
45136 LatexCommand ref
45137 reference "eq:Wtot_n"
45138
45139 \end_inset
45140
45141  ist die Gesamtbreite einer Mehrfachspalte, 
45142 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
45143 \end_inset
45144
45145 ,
45146 \begin_inset Formula 
45147 \begin{equation}
45148 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45149 \end{equation}
45150
45151 \end_inset
45152
45153
45154 \end_layout
45155
45156 \begin_layout Standard
45157 Setzt man die Gleichungen
45158 \begin_inset space ~
45159 \end_inset
45160
45161
45162 \begin_inset CommandInset ref
45163 LatexCommand ref
45164 reference "eq:Wtot_n"
45165
45166 \end_inset
45167
45168  und 
45169 \begin_inset CommandInset ref
45170 LatexCommand ref
45171 reference "eq:Wtot_mult"
45172
45173 \end_inset
45174
45175  gleich, kann man die benötigte Breite 
45176 \begin_inset Formula $W_{g\,n}$
45177 \end_inset
45178
45179 , wenn 
45180 \emph on
45181 n
45182 \emph default
45183  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
45184 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
45185 \end_inset
45186
45187  hat, berechnen:
45188 \begin_inset Formula 
45189 \begin{equation}
45190 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45191 \end{equation}
45192
45193 \end_inset
45194
45195
45196 \end_layout
45197
45198 \begin_layout Bibliography
45199 \begin_inset CommandInset bibitem
45200 LatexCommand bibitem
45201 key "latexcompanion"
45202
45203 \end_inset
45204
45205 Frank Mittelbach and Michel Goossens: 
45206 \emph on
45207 The \SpecialChar LaTeX
45208  Companion Second Edition.
45209
45210 \emph default
45211  Addison-Wesley, 2004
45212 \end_layout
45213
45214 \begin_layout Bibliography
45215 \begin_inset CommandInset bibitem
45216 LatexCommand bibitem
45217 key "latexguide"
45218
45219 \end_inset
45220
45221 Helmut Kopka and Patrick W.
45222  Daly: 
45223 \emph on
45224 A Guide to \SpecialChar LaTeX
45225  Fourth Edition.
45226
45227 \emph default
45228  Addison-Wesley, 2003
45229 \end_layout
45230
45231 \begin_layout Bibliography
45232 \begin_inset CommandInset bibitem
45233 LatexCommand bibitem
45234 key "lamport"
45235
45236 \end_inset
45237
45238 Leslie Lamport: 
45239 \emph on
45240 \SpecialChar LaTeX
45241 : A Document Preparation System.
45242
45243 \emph default
45244  Addison-Wesley, second edition, 1994
45245 \end_layout
45246
45247 \begin_layout Bibliography
45248 \begin_inset CommandInset bibitem
45249 LatexCommand bibitem
45250 key "latex-praxisbuch"
45251
45252 \end_inset
45253
45254 Niedermair, Elke & Michael: 
45255 \emph on
45256 \SpecialChar LaTeX
45257 -Praxisbuch
45258 \emph default
45259 , Franzis-Verlag, 2004
45260 \end_layout
45261
45262 \begin_layout Bibliography
45263 \begin_inset CommandInset bibitem
45264 LatexCommand bibitem
45265 key "arydshln"
45266
45267 \end_inset
45268
45269 Dokumentation des \SpecialChar LaTeX
45270 -Pakets 
45271 \series bold
45272
45273 \begin_inset CommandInset href
45274 LatexCommand href
45275 name "arydshln"
45276 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45277
45278 \end_inset
45279
45280
45281 \series default
45282
45283 \begin_inset Index idx
45284 status collapsed
45285
45286 \begin_layout Plain Layout
45287 \SpecialChar LaTeX
45288 -Pakete ! arydshln
45289 \end_layout
45290
45291 \end_inset
45292
45293
45294 \end_layout
45295
45296 \begin_layout Bibliography
45297 \begin_inset CommandInset bibitem
45298 LatexCommand bibitem
45299 key "booktabs"
45300
45301 \end_inset
45302
45303 Dokumentation des \SpecialChar LaTeX
45304 -Pakets 
45305 \series bold
45306
45307 \begin_inset CommandInset href
45308 LatexCommand href
45309 name "booktabs"
45310 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45311
45312 \end_inset
45313
45314
45315 \series default
45316
45317 \begin_inset Index idx
45318 status collapsed
45319
45320 \begin_layout Plain Layout
45321 \SpecialChar LaTeX
45322 -Pakete ! booktabs
45323 \end_layout
45324
45325 \end_inset
45326
45327
45328 \end_layout
45329
45330 \begin_layout Bibliography
45331 \begin_inset CommandInset bibitem
45332 LatexCommand bibitem
45333 key "caption"
45334
45335 \end_inset
45336
45337 Dokumentation des \SpecialChar LaTeX
45338 -Pakets 
45339 \series bold
45340
45341 \begin_inset CommandInset href
45342 LatexCommand href
45343 name "caption"
45344 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
45345
45346 \end_inset
45347
45348
45349 \series default
45350
45351 \begin_inset Index idx
45352 status collapsed
45353
45354 \begin_layout Plain Layout
45355 \SpecialChar LaTeX
45356 -Pakete ! caption
45357 \end_layout
45358
45359 \end_inset
45360
45361
45362 \end_layout
45363
45364 \begin_layout Bibliography
45365 \begin_inset CommandInset bibitem
45366 LatexCommand bibitem
45367 key "diagbox"
45368
45369 \end_inset
45370
45371 Dokumentation des \SpecialChar LaTeX
45372 -Pakets 
45373 \series bold
45374
45375 \begin_inset CommandInset href
45376 LatexCommand href
45377 name "diagbox"
45378 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45379
45380 \end_inset
45381
45382
45383 \series default
45384
45385 \begin_inset Index idx
45386 status collapsed
45387
45388 \begin_layout Plain Layout
45389 \SpecialChar LaTeX
45390 -Pakete ! diagbox
45391 \end_layout
45392
45393 \end_inset
45394
45395
45396 \end_layout
45397
45398 \begin_layout Bibliography
45399 \begin_inset CommandInset bibitem
45400 LatexCommand bibitem
45401 key "endfloat"
45402
45403 \end_inset
45404
45405 Dokumentation des \SpecialChar LaTeX
45406 -Pakets 
45407 \series bold
45408
45409 \begin_inset CommandInset href
45410 LatexCommand href
45411 name "endfloat"
45412 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45413
45414 \end_inset
45415
45416
45417 \series default
45418
45419 \begin_inset Index idx
45420 status collapsed
45421
45422 \begin_layout Plain Layout
45423 \SpecialChar LaTeX
45424 -Pakete ! endfloat
45425 \end_layout
45426
45427 \end_inset
45428
45429
45430 \end_layout
45431
45432 \begin_layout Bibliography
45433 \begin_inset CommandInset bibitem
45434 LatexCommand bibitem
45435 key "footmisc"
45436
45437 \end_inset
45438
45439 Dokumentation des \SpecialChar LaTeX
45440 -Pakets 
45441 \series bold
45442
45443 \begin_inset CommandInset href
45444 LatexCommand href
45445 name "footmisc"
45446 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45447
45448 \end_inset
45449
45450
45451 \series default
45452
45453 \begin_inset Index idx
45454 status collapsed
45455
45456 \begin_layout Plain Layout
45457 \SpecialChar LaTeX
45458 -Pakete ! footmisc
45459 \end_layout
45460
45461 \end_inset
45462
45463
45464 \end_layout
45465
45466 \begin_layout Bibliography
45467 \begin_inset CommandInset bibitem
45468 LatexCommand bibitem
45469 key "hypcap"
45470
45471 \end_inset
45472
45473 Dokumentation des \SpecialChar LaTeX
45474 -Pakets 
45475 \series bold
45476
45477 \begin_inset CommandInset href
45478 LatexCommand href
45479 name "hypcap"
45480 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45481
45482 \end_inset
45483
45484
45485 \series default
45486
45487 \begin_inset Index idx
45488 status collapsed
45489
45490 \begin_layout Plain Layout
45491 \SpecialChar LaTeX
45492 -Pakete ! hypcap
45493 \end_layout
45494
45495 \end_inset
45496
45497
45498 \end_layout
45499
45500 \begin_layout Bibliography
45501 \begin_inset CommandInset bibitem
45502 LatexCommand bibitem
45503 key "hyperref"
45504
45505 \end_inset
45506
45507 Dokumentation des \SpecialChar LaTeX
45508 -Pakets 
45509 \series bold
45510
45511 \begin_inset CommandInset href
45512 LatexCommand href
45513 name "hyperref"
45514 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45515
45516 \end_inset
45517
45518
45519 \series default
45520
45521 \begin_inset Index idx
45522 status collapsed
45523
45524 \begin_layout Plain Layout
45525 \SpecialChar LaTeX
45526 -Pakete ! hyperref
45527 \end_layout
45528
45529 \end_inset
45530
45531
45532 \end_layout
45533
45534 \begin_layout Bibliography
45535 \begin_inset CommandInset bibitem
45536 LatexCommand bibitem
45537 key "KOMA-Script"
45538
45539 \end_inset
45540
45541 Dokumentation des \SpecialChar LaTeX
45542 -Pakets 
45543 \series bold
45544
45545 \begin_inset CommandInset href
45546 LatexCommand href
45547 name "KOMA-Script"
45548 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45549
45550 \end_inset
45551
45552
45553 \series default
45554
45555 \begin_inset Index idx
45556 status collapsed
45557
45558 \begin_layout Plain Layout
45559 \SpecialChar LaTeX
45560 -Pakete ! KOMA-Script
45561 \end_layout
45562
45563 \end_inset
45564
45565
45566 \end_layout
45567
45568 \begin_layout Bibliography
45569 \begin_inset CommandInset bibitem
45570 LatexCommand bibitem
45571 key "lettrine"
45572
45573 \end_inset
45574
45575 Dokumentation des \SpecialChar LaTeX
45576 -Pakets 
45577 \series bold
45578
45579 \begin_inset CommandInset href
45580 LatexCommand href
45581 name "lettrine"
45582 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45583
45584 \end_inset
45585
45586
45587 \series default
45588  und ein 
45589 \begin_inset CommandInset href
45590 LatexCommand href
45591 name "Beispiel"
45592 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
45593
45594 \end_inset
45595
45596
45597 \begin_inset Index idx
45598 status collapsed
45599
45600 \begin_layout Plain Layout
45601 \SpecialChar LaTeX
45602 -Pakete ! lettrine
45603 \end_layout
45604
45605 \end_inset
45606
45607
45608 \end_layout
45609
45610 \begin_layout Bibliography
45611 \begin_inset CommandInset bibitem
45612 LatexCommand bibitem
45613 key "listings"
45614
45615 \end_inset
45616
45617 Dokumentation des \SpecialChar LaTeX
45618 -Pakets 
45619 \series bold
45620
45621 \begin_inset CommandInset href
45622 LatexCommand href
45623 name "listings"
45624 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45625
45626 \end_inset
45627
45628
45629 \series default
45630
45631 \begin_inset Index idx
45632 status collapsed
45633
45634 \begin_layout Plain Layout
45635 \SpecialChar LaTeX
45636 -Pakete ! listings
45637 \end_layout
45638
45639 \end_inset
45640
45641
45642 \end_layout
45643
45644 \begin_layout Bibliography
45645 \begin_inset CommandInset bibitem
45646 LatexCommand bibitem
45647 key "marginnote"
45648
45649 \end_inset
45650
45651 Dokumentation des \SpecialChar LaTeX
45652 -Pakets 
45653 \series bold
45654
45655 \begin_inset CommandInset href
45656 LatexCommand href
45657 name "marginnote"
45658 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45659
45660 \end_inset
45661
45662
45663 \series default
45664
45665 \begin_inset Index idx
45666 status collapsed
45667
45668 \begin_layout Plain Layout
45669 \SpecialChar LaTeX
45670 -Pakete ! marginnote
45671 \end_layout
45672
45673 \end_inset
45674
45675
45676 \end_layout
45677
45678 \begin_layout Bibliography
45679 \begin_inset CommandInset bibitem
45680 LatexCommand bibitem
45681 key "pdfpages"
45682
45683 \end_inset
45684
45685 Dokumentation des \SpecialChar LaTeX
45686 -Pakets 
45687 \series bold
45688
45689 \begin_inset CommandInset href
45690 LatexCommand href
45691 name "pdfpages"
45692 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45693
45694 \end_inset
45695
45696
45697 \series default
45698
45699 \begin_inset Index idx
45700 status collapsed
45701
45702 \begin_layout Plain Layout
45703 \SpecialChar LaTeX
45704 -Pakete ! pdfpages
45705 \end_layout
45706
45707 \end_inset
45708
45709
45710 \end_layout
45711
45712 \begin_layout Bibliography
45713 \begin_inset CommandInset bibitem
45714 LatexCommand bibitem
45715 key "prettyref"
45716
45717 \end_inset
45718
45719 Dokumentation des \SpecialChar LaTeX
45720 -Pakets 
45721 \series bold
45722
45723 \begin_inset CommandInset href
45724 LatexCommand href
45725 name "prettyref"
45726 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45727
45728 \end_inset
45729
45730
45731 \series default
45732
45733 \begin_inset Index idx
45734 status collapsed
45735
45736 \begin_layout Plain Layout
45737 \SpecialChar LaTeX
45738 -Pakete ! prettyref
45739 \end_layout
45740
45741 \end_inset
45742
45743
45744 \end_layout
45745
45746 \begin_layout Bibliography
45747 \begin_inset CommandInset bibitem
45748 LatexCommand bibitem
45749 key "pstricks"
45750
45751 \end_inset
45752
45753 Webseite des \SpecialChar LaTeX
45754 -Pakets 
45755 \series bold
45756
45757 \begin_inset CommandInset href
45758 LatexCommand href
45759 name "PSTricks"
45760 target "http://tug.org/PSTricks/"
45761
45762 \end_inset
45763
45764
45765 \series default
45766
45767 \begin_inset Index idx
45768 status collapsed
45769
45770 \begin_layout Plain Layout
45771 \SpecialChar LaTeX
45772 -Pakete ! pstricks
45773 \end_layout
45774
45775 \end_inset
45776
45777
45778 \end_layout
45779
45780 \begin_layout Bibliography
45781 \begin_inset CommandInset bibitem
45782 LatexCommand bibitem
45783 key "refstyle"
45784
45785 \end_inset
45786
45787 Dokumentation des \SpecialChar LaTeX
45788 -Pakets 
45789 \series bold
45790
45791 \begin_inset CommandInset href
45792 LatexCommand href
45793 name "refstyle"
45794 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
45795
45796 \end_inset
45797
45798
45799 \series default
45800
45801 \begin_inset Index idx
45802 status collapsed
45803
45804 \begin_layout Plain Layout
45805 \SpecialChar LaTeX
45806 -Pakete ! refstyle
45807 \end_layout
45808
45809 \end_inset
45810
45811
45812 \end_layout
45813
45814 \begin_layout Bibliography
45815 \begin_inset CommandInset bibitem
45816 LatexCommand bibitem
45817 key "sidecap"
45818
45819 \end_inset
45820
45821 Dokumentation des \SpecialChar LaTeX
45822 -Pakets 
45823 \series bold
45824
45825 \begin_inset CommandInset href
45826 LatexCommand href
45827 name "sidecap"
45828 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45829
45830 \end_inset
45831
45832
45833 \series default
45834
45835 \begin_inset Index idx
45836 status collapsed
45837
45838 \begin_layout Plain Layout
45839 \SpecialChar LaTeX
45840 -Pakete ! sidecap
45841 \end_layout
45842
45843 \end_inset
45844
45845
45846 \end_layout
45847
45848 \begin_layout Bibliography
45849 \begin_inset CommandInset bibitem
45850 LatexCommand bibitem
45851 key "NeuInLyX20"
45852
45853 \end_inset
45854
45855
45856 \begin_inset CommandInset href
45857 LatexCommand href
45858 name "Wiki-Seite"
45859 target "http://wiki.lyx.org/LyX/NewInLyX20"
45860
45861 \end_inset
45862
45863  über neue Funktionen in 
45864 \family sans
45865 \SpecialChar LyX
45866  2.0
45867 \family default
45868 .
45869 \end_layout
45870
45871 \begin_layout Standard
45872 \begin_inset CommandInset index_print
45873 LatexCommand printindex
45874 type "idx"
45875
45876 \end_inset
45877
45878
45879 \end_layout
45880
45881 \end_body
45882 \end_document