]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
UserGuide.lyx: typographic corrections
[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/LyXNotiz.png
29773         display false
29774         scale 80
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
29804 \begin_inset space ~
29805 \end_inset
29806
29807 (pdflatex) / (normal)
29808 \family default
29809 .
29810  Ein Kommentar sieht so aus:
29811 \begin_inset Newline newline
29812 \end_inset
29813
29814
29815 \begin_inset Newline newline
29816 \end_inset
29817
29818
29819 \begin_inset Graphics
29820         filename clipart/Kommentar.png
29821         display false
29822         scale 80
29823         scaleBeforeRotation
29824
29825 \end_inset
29826
29827  
29828 \begin_inset Note Comment
29829 status open
29830
29831 \begin_layout Plain Layout
29832 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
29833 \end_layout
29834
29835 \end_inset
29836
29837
29838 \end_layout
29839
29840 \begin_layout Description
29841 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
29842 \begin_inset Newline newline
29843 \end_inset
29844
29845
29846 \begin_inset Newline newline
29847 \end_inset
29848
29849
29850 \begin_inset Graphics
29851         filename clipart/GrauschriftNotiz.png
29852         display false
29853         scale 80
29854         scaleBeforeRotation
29855
29856 \end_inset
29857
29858
29859 \begin_inset Newline newline
29860 \end_inset
29861
29862
29863 \begin_inset ERT
29864 status collapsed
29865
29866 \begin_layout Plain Layout
29867
29868
29869 \backslash
29870 renewenvironment{lyxgreyedout}
29871 \end_layout
29872
29873 \begin_layout Plain Layout
29874
29875 {
29876 \backslash
29877 textcolor[gray]{0.4}
29878 \backslash
29879 bgroup}{
29880 \backslash
29881 egroup}
29882 \end_layout
29883
29884 \end_inset
29885
29886
29887 \begin_inset Note Greyedout
29888 status open
29889
29890 \begin_layout Plain Layout
29891 Dies ist Text in einem Kommentar-Kästchen, der nur als Kommentar in der
29892  \SpecialChar LaTeX
29893 -Datei erscheint.
29894 \end_layout
29895
29896 \end_inset
29897
29898
29899 \begin_inset ERT
29900 status collapsed
29901
29902 \begin_layout Plain Layout
29903
29904
29905 \backslash
29906 renewenvironment{lyxgreyedout}
29907 \end_layout
29908
29909 \begin_layout Plain Layout
29910
29911 {
29912 \backslash
29913 textcolor{blue}
29914 \backslash
29915 bgroup}{
29916 \backslash
29917 egroup}
29918 \end_layout
29919
29920 \end_inset
29921
29922
29923 \begin_inset Note Note
29924 status collapsed
29925
29926 \begin_layout Plain Layout
29927 Die Grauschrift-Notiz wurde auf die ursprüngliche \SpecialChar LyX
29928 -Definition zurückgesetzt,
29929  weil Grauschriften im \SpecialChar LaTeX
29930 -Vorspann dieses Dokuments blau definiert wurden.
29931  
29932 \end_layout
29933
29934 \end_inset
29935
29936
29937 \begin_inset Newline newline
29938 \end_inset
29939
29940
29941 \begin_inset Newline newline
29942 \end_inset
29943
29944 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
29945  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
29946 \end_layout
29947
29948 \begin_layout Standard
29949 \begin_inset VSpace bigskip
29950 \end_inset
29951
29952 Wenn Sie auf den Werkzeugleistenknopf 
29953 \family sans
29954
29955 \begin_inset Info
29956 type  "icon"
29957 arg   "note-insert"
29958 \end_inset
29959
29960
29961 \family default
29962  klicken, wird zunächst eine 
29963 \family sans
29964 \SpecialChar LyX
29965 -Notiz
29966 \family default
29967  eingefügt.
29968  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
29969  Notiz-Typen auswählen.
29970  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
29971  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
29972  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
29973  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
29974  am Ende der Notiz ist.
29975 \end_layout
29976
29977 \begin_layout Standard
29978 \begin_inset VSpace bigskip
29979 \end_inset
29980
29981 Die Textfarbe von Grauschrift-Boxen kann im Menü 
29982 \family sans
29983 Dokument\SpecialChar menuseparator
29984 Einstellungen\SpecialChar menuseparator
29985 Farben
29986 \family default
29987  geändert werden.
29988 \end_layout
29989
29990 \begin_layout Section
29991 Fußnoten
29992 \begin_inset CommandInset label
29993 LatexCommand label
29994 name "abs:Fußnoten"
29995
29996 \end_inset
29997
29998
29999 \begin_inset Index idx
30000 status collapsed
30001
30002 \begin_layout Plain Layout
30003 Notizen ! Fußnoten
30004 \end_layout
30005
30006 \end_inset
30007
30008
30009 \begin_inset Index idx
30010 status collapsed
30011
30012 \begin_layout Plain Layout
30013 Fußnoten
30014 \end_layout
30015
30016 \end_inset
30017
30018
30019 \end_layout
30020
30021 \begin_layout Standard
30022 Fußnoten werden über den Werkzeugleistenknopf 
30023 \begin_inset Info
30024 type  "icon"
30025 arg   "footnote-insert"
30026 \end_inset
30027
30028  oder das Menü 
30029 \family sans
30030 Einfügen\SpecialChar menuseparator
30031 Fußnote
30032 \family default
30033  eingefügt.
30034  Man sieht dann diese Fußnotenbox: 
30035 \begin_inset Graphics
30036         filename clipart/Fussnote.png
30037         scale 80
30038         scaleBeforeRotation
30039
30040 \end_inset
30041
30042  in die der Fußnotentext eingegeben wird.
30043  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
30044  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
30045  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
30046 \family sans
30047 Backspace
30048 \family default
30049  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
30050 \family sans
30051 Entf
30052 \family default
30053  wenn der Cursor am Ende der Fußnote ist.
30054 \end_layout
30055
30056 \begin_layout Standard
30057 Hier ist eine Beispielfußnote:
30058 \color black
30059
30060 \begin_inset Foot
30061 status open
30062
30063 \begin_layout Plain Layout
30064 \begin_inset CommandInset label
30065 LatexCommand label
30066 name "fuss:Fußnoten-Beispiel"
30067
30068 \end_inset
30069
30070 Dies ist eine Fußnote.
30071 \end_layout
30072
30073 \end_inset
30074
30075
30076 \color inherit
30077
30078 \begin_inset ERT
30079 status collapsed
30080
30081 \begin_layout Plain Layout
30082
30083
30084 \backslash
30085 newcounter{MyRepeatFoot}
30086 \end_layout
30087
30088 \begin_layout Plain Layout
30089
30090
30091 \backslash
30092 setcounter{MyRepeatFoot}{
30093 \backslash
30094 thefootnote}
30095 \end_layout
30096
30097 \end_inset
30098
30099
30100 \end_layout
30101
30102 \begin_layout Standard
30103 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
30104  wurde, eine hochgestellte Zahl.
30105  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
30106  hochgestellt dem Text vorangeht.
30107  Die Fußnotennummern werden von \SpecialChar LaTeX
30108  berechnet und sind fortlaufend.
30109  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
30110  werden.
30111 \end_layout
30112
30113 \begin_layout Standard
30114 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
30115  der Fußnote eine Marke eingefügt wurde.
30116  Dies ist ein Querverweis auf Fußnote
30117 \begin_inset space ~
30118 \end_inset
30119
30120
30121 \begin_inset CommandInset ref
30122 LatexCommand ref
30123 reference "fuss:Fußnoten-Beispiel"
30124
30125 \end_inset
30126
30127 .
30128 \end_layout
30129
30130 \begin_layout Standard
30131 \begin_inset VSpace defskip
30132 \end_inset
30133
30134 Fußnoten in Titel-Umgebungen werden üblicherweise mit Symbolen nummeriert
30135  und sie können nur einen Absatz enthalten.
30136  Siehe als Beispiel die Fußnote der Titelseite dieses Dokuments.
30137 \end_layout
30138
30139 \begin_layout Standard
30140 \begin_inset VSpace defskip
30141 \end_inset
30142
30143 Fußnoten in Tabellen werden von \SpecialChar LaTeX
30144  aus technischen Gründen nicht gedruckt.
30145  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
30146  wird der Befehl 
30147 \series bold
30148
30149 \backslash
30150 footnotemark{}
30151 \series default
30152  als \SpecialChar TeX
30153 -Code eingefügt.
30154  Der Text der Fußnote wird als Argument des \SpecialChar TeX
30155 -Code-Befehls 
30156 \series bold
30157
30158 \backslash
30159 footnotetext
30160 \series default
30161  nach der Tabelle eingegeben.
30162 \begin_inset Newline newline
30163 \end_inset
30164
30165 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
30166 \end_layout
30167
30168 \begin_layout Standard
30169
30170 \series bold
30171
30172 \backslash
30173 footnotetext{
30174 \series default
30175 Gedruckte Tabellenfußnote.
30176 \series bold
30177 }
30178 \end_layout
30179
30180 \begin_layout Standard
30181 \begin_inset Tabular
30182 <lyxtabular version="3" rows="2" columns="1">
30183 <features tabularvalignment="middle">
30184 <column alignment="center" valignment="top">
30185 <row>
30186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30187 \begin_inset Text
30188
30189 \begin_layout Plain Layout
30190 Dies ist ein Beispieltext.
30191 \begin_inset Foot
30192 status open
30193
30194 \begin_layout Plain Layout
30195 Diese Fußnote wird nicht gedruckt!
30196 \end_layout
30197
30198 \end_inset
30199
30200
30201 \end_layout
30202
30203 \end_inset
30204 </cell>
30205 </row>
30206 <row>
30207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30208 \begin_inset Text
30209
30210 \begin_layout Plain Layout
30211 Dies ist ein Beispieltext.
30212 \begin_inset ERT
30213 status collapsed
30214
30215 \begin_layout Plain Layout
30216
30217
30218 \backslash
30219 footnotemark{}
30220 \end_layout
30221
30222 \end_inset
30223
30224
30225 \end_layout
30226
30227 \end_inset
30228 </cell>
30229 </row>
30230 </lyxtabular>
30231
30232 \end_inset
30233
30234
30235 \begin_inset ERT
30236 status collapsed
30237
30238 \begin_layout Plain Layout
30239
30240
30241 \backslash
30242 footnotetext{
30243 \end_layout
30244
30245 \end_inset
30246
30247 Gedruckte Tabellenfußnote.
30248 \begin_inset ERT
30249 status collapsed
30250
30251 \begin_layout Plain Layout
30252
30253 }
30254 \end_layout
30255
30256 \end_inset
30257
30258
30259 \end_layout
30260
30261 \begin_layout Standard
30262 Fußnoten in langen Tabellen sind in Abschnitt
30263 \begin_inset space ~
30264 \end_inset
30265
30266
30267 \begin_inset CommandInset ref
30268 LatexCommand ref
30269 reference "uab:Fußnoten-in-langen"
30270
30271 \end_inset
30272
30273  beschrieben.
30274 \end_layout
30275
30276 \begin_layout Standard
30277 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
30278  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
30279  innerhalb einer Seite ist.
30280  (Mehr über Minipages ist in Abschnitt
30281 \begin_inset space ~
30282 \end_inset
30283
30284
30285 \begin_inset CommandInset ref
30286 LatexCommand ref
30287 reference "abs:Minipage"
30288
30289 \end_inset
30290
30291  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
30292  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
30293  Methode mit 
30294 \series bold
30295
30296 \backslash
30297 footnotemark{}
30298 \series default
30299  und 
30300 \series bold
30301
30302 \backslash
30303 footnotetext
30304 \series default
30305 .
30306 \end_layout
30307
30308 \begin_layout Standard
30309 \begin_inset Box Frameless
30310 position "t"
30311 hor_pos "c"
30312 has_inner_box 1
30313 inner_pos "t"
30314 use_parbox 0
30315 use_makebox 0
30316 width "100col%"
30317 special "none"
30318 height "1in"
30319 height_special "totalheight"
30320 thickness "0.4pt"
30321 separation "3pt"
30322 shadowsize "4pt"
30323 framecolor "black"
30324 backgroundcolor "none"
30325 status open
30326
30327 \begin_layout Plain Layout
30328 Dies ist ein Beispieltext.in einer Minipage.
30329 \begin_inset Foot
30330 status open
30331
30332 \begin_layout Plain Layout
30333 Fußnote in einer Minipage.
30334 \end_layout
30335
30336 \end_inset
30337
30338
30339 \end_layout
30340
30341 \begin_layout Plain Layout
30342 Dies ist ein Beispieltext.
30343  in einer Minipage.
30344 \begin_inset ERT
30345 status collapsed
30346
30347 \begin_layout Plain Layout
30348
30349
30350 \backslash
30351 footnotemark{}
30352 \end_layout
30353
30354 \end_inset
30355
30356
30357 \end_layout
30358
30359 \end_inset
30360
30361
30362 \end_layout
30363
30364 \begin_layout Standard
30365 \begin_inset ERT
30366 status collapsed
30367
30368 \begin_layout Plain Layout
30369
30370
30371 \backslash
30372 footnotetext{
30373 \end_layout
30374
30375 \end_inset
30376
30377 Fußnote außerhalb der Minipage.
30378 \begin_inset ERT
30379 status collapsed
30380
30381 \begin_layout Plain Layout
30382
30383 }
30384 \end_layout
30385
30386 \end_inset
30387
30388
30389 \end_layout
30390
30391 \begin_layout Standard
30392 \begin_inset VSpace defskip
30393 \end_inset
30394
30395
30396 \end_layout
30397
30398 \begin_layout Standard
30399 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
30400  Fußnotentext zu drucken, verwenden Sie den \SpecialChar TeX
30401 -Code-Befehl 
30402 \series bold
30403
30404 \backslash
30405 footnotemark[Nummer]
30406 \series default
30407 .
30408 \begin_inset Newline newline
30409 \end_inset
30410
30411 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
30412  sie speichern, nachdem Sie die Fußnote eingefügt haben.
30413  Hinter Fußnote
30414 \begin_inset space ~
30415 \end_inset
30416
30417
30418 \begin_inset CommandInset ref
30419 LatexCommand ref
30420 reference "fuss:Fußnoten-Beispiel"
30421
30422 \end_inset
30423
30424  wurde das mit folgenden \SpecialChar TeX
30425 -Code-Befehlen gemacht:
30426 \end_layout
30427
30428 \begin_layout Standard
30429
30430 \series bold
30431
30432 \backslash
30433 newcounter{MyRepeatFoot}
30434 \begin_inset Newline newline
30435 \end_inset
30436
30437
30438 \backslash
30439 setcounter{MyRepeatFoot}{
30440 \backslash
30441 thefootnote}
30442 \end_layout
30443
30444 \begin_layout Standard
30445 Die Fußnotenmarke wurde dann mit diesem \SpecialChar TeX
30446 -Code-Befehl definiert;
30447 \end_layout
30448
30449 \begin_layout Standard
30450
30451 \series bold
30452
30453 \backslash
30454 footnotemark[
30455 \backslash
30456 theMyRepeatFoot]
30457 \end_layout
30458
30459 \begin_layout Standard
30460 Hier ist eine wiederholte Fußnote:
30461 \begin_inset ERT
30462 status collapsed
30463
30464 \begin_layout Plain Layout
30465
30466
30467 \backslash
30468 footnotemark[
30469 \backslash
30470 theMyRepeatFoot]
30471 \end_layout
30472
30473 \end_inset
30474
30475
30476 \end_layout
30477
30478 \begin_layout Standard
30479 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
30480  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
30481 \end_layout
30482
30483 \begin_layout Standard
30484
30485 \series bold
30486
30487 \backslash
30488 footnotemark[
30489 \backslash
30490 thefootnote]
30491 \end_layout
30492
30493 \begin_layout Standard
30494 Hier ist eine weitere wiederholte Fußnote:
30495 \begin_inset ERT
30496 status collapsed
30497
30498 \begin_layout Plain Layout
30499
30500
30501 \backslash
30502 footnotemark[
30503 \backslash
30504 thefootnote]
30505 \end_layout
30506
30507 \end_inset
30508
30509
30510 \end_layout
30511
30512 \begin_layout Subsection
30513 Fußnoten-Nummerierung
30514 \begin_inset CommandInset label
30515 LatexCommand label
30516 name "uab:Fußnoten-Nummerierung"
30517
30518 \end_inset
30519
30520
30521 \begin_inset Index idx
30522 status collapsed
30523
30524 \begin_layout Plain Layout
30525 Fußnoten ! Nummerierung
30526 \end_layout
30527
30528 \end_inset
30529
30530
30531 \end_layout
30532
30533 \begin_layout Standard
30534 Um Fußnoten nach jedem Abschnitt
30535 \family roman
30536  auf 1 zurückzusetzen, 
30537 \family default
30538 müssen Sie folgenden Befehl in den \SpecialChar LaTeX
30539 -Vorspann schreiben:
30540 \end_layout
30541
30542 \begin_layout Standard
30543
30544 \series bold
30545
30546 \backslash
30547 @addtoreset{footnote}{section}
30548 \end_layout
30549
30550 \begin_layout Standard
30551 \begin_inset VSpace bigskip
30552 \end_inset
30553
30554 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
30555  Zahlen:
30556 \end_layout
30557
30558 \begin_layout Standard
30559
30560 \series bold
30561
30562 \backslash
30563 renewcommand{
30564 \backslash
30565 thefootnote}{
30566 \backslash
30567 roman{footnote}}
30568 \end_layout
30569
30570 \begin_layout Standard
30571 \begin_inset ERT
30572 status collapsed
30573
30574 \begin_layout Plain Layout
30575
30576
30577 \backslash
30578 renewcommand{
30579 \backslash
30580 thefootnote}{
30581 \backslash
30582 roman{footnote}}
30583 \end_layout
30584
30585 \end_inset
30586
30587  Hier ist ein Beispiel für solch eine Fußnote:
30588 \begin_inset Foot
30589 status open
30590
30591 \begin_layout Plain Layout
30592 Dies ist eine Fußnote mit kleinen römischen Zahlen
30593 \end_layout
30594
30595 \end_inset
30596
30597
30598 \end_layout
30599
30600 \begin_layout Standard
30601 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
30602  in obigem Befehl 
30603 \series bold
30604
30605 \backslash
30606 roman
30607 \series default
30608  durch 
30609 \series bold
30610
30611 \backslash
30612 Roman
30613 \series default
30614 .
30615  Um Fußnoten mit großen oder kleinen Buchstaben zu 
30616 \begin_inset Quotes gld
30617 \end_inset
30618
30619 nummerieren
30620 \begin_inset Quotes grd
30621 \end_inset
30622
30623 , verwenden Sie die Befehle 
30624 \series bold
30625
30626 \backslash
30627 Alph
30628 \series default
30629  oder 
30630 \series bold
30631
30632 \backslash
30633 alph
30634 \series default
30635 .
30636  Für die 
30637 \begin_inset Quotes gld
30638 \end_inset
30639
30640 Nummerierung
30641 \begin_inset Quotes grd
30642 \end_inset
30643
30644  mit Symbolen steht der Befehl 
30645 \series bold
30646
30647 \backslash
30648 fnsymbol
30649 \series default
30650  zur Verfügung.
30651 \end_layout
30652
30653 \begin_layout Standard
30654 \begin_inset Note Greyedout
30655 status open
30656
30657 \begin_layout Plain Layout
30658
30659 \series bold
30660 Bemerkung 1:
30661 \series default
30662  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
30663  
30664 \emph on
30665 ein
30666 \emph default
30667  Buchstabe verwendet wird.
30668 \end_layout
30669
30670 \end_inset
30671
30672
30673 \begin_inset Newline newline
30674 \end_inset
30675
30676
30677 \begin_inset Note Greyedout
30678 status open
30679
30680 \begin_layout Plain Layout
30681
30682 \series bold
30683 Bemerkung 2:
30684 \series default
30685  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
30686 \end_layout
30687
30688 \end_inset
30689
30690
30691 \end_layout
30692
30693 \begin_layout Standard
30694 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
30695 \series bold
30696
30697 \backslash
30698 arabic
30699 \series default
30700  anstelle von 
30701 \series bold
30702
30703 \backslash
30704 roman
30705 \series default
30706  in obigem Befehl.
30707 \begin_inset ERT
30708 status collapsed
30709
30710 \begin_layout Plain Layout
30711
30712
30713 \backslash
30714 renewcommand{
30715 \backslash
30716 thefootnote}{
30717 \backslash
30718 arabic{footnote}}
30719 \end_layout
30720
30721 \end_inset
30722
30723
30724 \end_layout
30725
30726 \begin_layout Standard
30727 \begin_inset VSpace bigskip
30728 \end_inset
30729
30730
30731 \end_layout
30732
30733 \begin_layout Standard
30734 Wenn Sie wollen, dass Fußnoten nach dem Schema 
30735 \begin_inset Quotes gld
30736 \end_inset
30737
30738 Kapitel.Fußnote
30739 \begin_inset Quotes grd
30740 \end_inset
30741
30742  nummeriert werden, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
30743 -Vorspann schreiben:
30744 \end_layout
30745
30746 \begin_layout Standard
30747
30748 \series bold
30749
30750 \backslash
30751 numberwithin{footnote}{chapter}
30752 \end_layout
30753
30754 \begin_layout Standard
30755 Um 
30756 \series bold
30757
30758 \backslash
30759 numberwithin
30760 \series default
30761  benutzen zu können, muss in den 
30762 \family sans
30763 Mathe
30764 \begin_inset space ~
30765 \end_inset
30766
30767 Optionen
30768 \family default
30769  der 
30770 \family sans
30771 Dokument-Einstellungen
30772 \family default
30773  
30774 \family sans
30775 AMS
30776 \begin_inset space ~
30777 \end_inset
30778
30779 Mathe
30780 \begin_inset space ~
30781 \end_inset
30782
30783 Paket
30784 \family default
30785
30786 \begin_inset space ~
30787 \end_inset
30788
30789
30790 \family sans
30791 verwenden
30792 \family default
30793  angekreuzt sein.
30794 \begin_inset ERT
30795 status collapsed
30796
30797 \begin_layout Plain Layout
30798
30799
30800 \backslash
30801 numberwithin{footnote}{chapter}
30802 \end_layout
30803
30804 \end_inset
30805
30806  Hier ist ein Beispiel für solch eine Fußnote.
30807 \series bold
30808
30809 \begin_inset Foot
30810 status open
30811
30812 \begin_layout Plain Layout
30813 Dies ist eine Fußnote nach dem Schema 
30814 \begin_inset Quotes gld
30815 \end_inset
30816
30817 Kapitel.Fußnote
30818 \begin_inset Quotes grd
30819 \end_inset
30820
30821 .
30822 \end_layout
30823
30824 \end_inset
30825
30826
30827 \series default
30828
30829 \begin_inset ERT
30830 status collapsed
30831
30832 \begin_layout Plain Layout
30833
30834
30835 \backslash
30836 renewcommand{
30837 \backslash
30838 thefootnote}{
30839 \backslash
30840 arabic{footnote}}
30841 \end_layout
30842
30843 \end_inset
30844
30845
30846 \end_layout
30847
30848 \begin_layout Standard
30849 \begin_inset Note Greyedout
30850 status open
30851
30852 \begin_layout Plain Layout
30853
30854 \series bold
30855 Bemerkung:
30856 \series default
30857  
30858 \series bold
30859
30860 \backslash
30861 numberwithin
30862 \series default
30863  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
30864  werden überschrieben.
30865 \end_layout
30866
30867 \end_inset
30868
30869
30870 \end_layout
30871
30872 \begin_layout Standard
30873 Um also z.
30874 \begin_inset space \thinspace{}
30875 \end_inset
30876
30877 B.
30878  das Schema 
30879 \begin_inset Quotes gld
30880 \end_inset
30881
30882 Kapitel.
30883 \backslash
30884 Roman{footnote}
30885 \begin_inset Quotes grd
30886 \end_inset
30887
30888  zu erhalten, muss dieser Befehl anstelle von 
30889 \series bold
30890
30891 \backslash
30892 numberwithin
30893 \series default
30894  verwendet werden:
30895 \end_layout
30896
30897 \begin_layout Standard
30898
30899 \series bold
30900
30901 \backslash
30902 renewcommand{
30903 \backslash
30904 thefootnote}{
30905 \backslash
30906 thechapter.
30907 \backslash
30908 Roman{footnote}}
30909 \end_layout
30910
30911 \begin_layout Subsection
30912 Fußnoten-Platzierung
30913 \begin_inset Index idx
30914 status collapsed
30915
30916 \begin_layout Plain Layout
30917 Fußnoten ! Platzierung
30918 \end_layout
30919
30920 \end_inset
30921
30922
30923 \end_layout
30924
30925 \begin_layout Standard
30926 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
30927  ohne Zwischenraum am Ende der Seite gedruckt.
30928  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
30929  \SpecialChar LaTeX
30930 -Vorspann 1.5
30931 \begin_inset space \thinspace{}
30932 \end_inset
30933
30934 mm Zwischenraum einfügen:
30935 \end_layout
30936
30937 \begin_layout Standard
30938
30939 \series bold
30940
30941 \backslash
30942 let
30943 \backslash
30944 myFoot
30945 \backslash
30946 footnote
30947 \begin_inset Newline newline
30948 \end_inset
30949
30950
30951 \backslash
30952 renewcommand{
30953 \backslash
30954 footnote}[1]{
30955 \backslash
30956 myFoot{#1
30957 \backslash
30958 vspace{1.5mm}}}
30959 \end_layout
30960
30961 \begin_layout Standard
30962 \begin_inset VSpace bigskip
30963 \end_inset
30964
30965 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
30966  Spalte gedruckt, Abbildung
30967 \begin_inset space ~
30968 \end_inset
30969
30970
30971 \begin_inset CommandInset ref
30972 LatexCommand ref
30973 reference "abb:Standard-Fußnoten-Platzierung-in"
30974
30975 \end_inset
30976
30977 .
30978  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
30979  in Abbildung
30980 \begin_inset space ~
30981 \end_inset
30982
30983
30984 \begin_inset CommandInset ref
30985 LatexCommand ref
30986 reference "abb:Fußnoten-Platzierung-in-einem"
30987
30988 \end_inset
30989
30990 , müssen Sie das \SpecialChar LaTeX
30991 -Paket 
30992 \series bold
30993 ftnright
30994 \series default
30995
30996 \begin_inset Index idx
30997 status collapsed
30998
30999 \begin_layout Plain Layout
31000 \SpecialChar LaTeX
31001 -Pakete ! ftnright
31002 \end_layout
31003
31004 \end_inset
31005
31006  mit folgendem Befehl im \SpecialChar LaTeX
31007 -Vorspann einfügen:
31008 \end_layout
31009
31010 \begin_layout Standard
31011
31012 \series bold
31013
31014 \backslash
31015 usepackage{ftnright}
31016 \end_layout
31017
31018 \begin_layout Standard
31019 \begin_inset Float figure
31020 placement !h
31021 wide false
31022 sideways false
31023 status open
31024
31025 \begin_layout Plain Layout
31026 \begin_inset ERT
31027 status collapsed
31028
31029 \begin_layout Plain Layout
31030
31031
31032 \backslash
31033 framebox{
31034 \end_layout
31035
31036 \end_inset
31037
31038
31039 \begin_inset Graphics
31040         filename ../clipart/without_fntright.pdf
31041         width 100col%
31042         scaleBeforeRotation
31043
31044 \end_inset
31045
31046
31047 \begin_inset ERT
31048 status collapsed
31049
31050 \begin_layout Plain Layout
31051
31052 }
31053 \end_layout
31054
31055 \end_inset
31056
31057
31058 \end_layout
31059
31060 \begin_layout Plain Layout
31061 \begin_inset Caption Standard
31062
31063 \begin_layout Plain Layout
31064 \begin_inset CommandInset label
31065 LatexCommand label
31066 name "abb:Standard-Fußnoten-Platzierung-in"
31067
31068 \end_inset
31069
31070 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
31071 \begin_inset Argument 1
31072 status open
31073
31074 \begin_layout Plain Layout
31075 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
31076 \end_layout
31077
31078 \end_inset
31079
31080
31081 \end_layout
31082
31083 \end_inset
31084
31085
31086 \end_layout
31087
31088 \end_inset
31089
31090
31091 \end_layout
31092
31093 \begin_layout Standard
31094 \begin_inset Float figure
31095 placement !h
31096 wide false
31097 sideways false
31098 status open
31099
31100 \begin_layout Plain Layout
31101 \begin_inset ERT
31102 status collapsed
31103
31104 \begin_layout Plain Layout
31105
31106
31107 \backslash
31108 framebox{
31109 \end_layout
31110
31111 \end_inset
31112
31113
31114 \begin_inset Graphics
31115         filename ../clipart/with_fntright.pdf
31116         width 100col%
31117         scaleBeforeRotation
31118
31119 \end_inset
31120
31121
31122 \begin_inset ERT
31123 status collapsed
31124
31125 \begin_layout Plain Layout
31126
31127 }
31128 \end_layout
31129
31130 \end_inset
31131
31132
31133 \end_layout
31134
31135 \begin_layout Plain Layout
31136 \begin_inset Caption Standard
31137
31138 \begin_layout Plain Layout
31139 \begin_inset CommandInset label
31140 LatexCommand label
31141 name "abb:Fußnoten-Platzierung-in-einem"
31142
31143 \end_inset
31144
31145 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem \SpecialChar LaTeX
31146 -Paket 
31147 \series bold
31148 ftnright
31149 \series default
31150 .
31151 \begin_inset Argument 1
31152 status collapsed
31153
31154 \begin_layout Plain Layout
31155 Fußnoten-Platzierung mit 
31156 \family typewriter
31157 ftnright
31158 \end_layout
31159
31160 \end_inset
31161
31162
31163 \end_layout
31164
31165 \end_inset
31166
31167
31168 \end_layout
31169
31170 \end_inset
31171
31172
31173 \end_layout
31174
31175 \begin_layout Standard
31176 \begin_inset VSpace bigskip
31177 \end_inset
31178
31179 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
31180  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
31181 \begin_inset space ~
31182 \end_inset
31183
31184
31185 \begin_inset CommandInset ref
31186 LatexCommand ref
31187 reference "abb:endnotes"
31188
31189 \end_inset
31190
31191  gedruckt.
31192  Man nennt sie dann 
31193 \begin_inset Quotes gld
31194 \end_inset
31195
31196 Endnoten
31197 \begin_inset Quotes grd
31198 \end_inset
31199
31200 .
31201 \begin_inset Index idx
31202 status collapsed
31203
31204 \begin_layout Plain Layout
31205 Endnoten
31206 \end_layout
31207
31208 \end_inset
31209
31210  Um das zu erreichen, laden Sie im Menü 
31211 \family sans
31212 Dokument\SpecialChar menuseparator
31213 Einstellungen\SpecialChar menuseparator
31214 Module 
31215 \family default
31216 das Modul 
31217 \family sans
31218 Fußnote
31219 \begin_inset space ~
31220 \end_inset
31221
31222 als
31223 \begin_inset space ~
31224 \end_inset
31225
31226 Endnote
31227 \family default
31228 .
31229  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
31230 \end_layout
31231
31232 \begin_layout Standard
31233
31234 \series bold
31235
31236 \backslash
31237 theendnotes
31238 \end_layout
31239
31240 \begin_layout Standard
31241 als \SpecialChar TeX
31242 -Code am Ende des Abschnitts oder Kapitels ein.
31243 \end_layout
31244
31245 \begin_layout Standard
31246 \begin_inset Float figure
31247 wide false
31248 sideways false
31249 status open
31250
31251 \begin_layout Plain Layout
31252 \align center
31253 \begin_inset ERT
31254 status collapsed
31255
31256 \begin_layout Plain Layout
31257
31258
31259 \backslash
31260 framebox{
31261 \end_layout
31262
31263 \end_inset
31264
31265
31266 \begin_inset Graphics
31267         filename ../clipart/endnotes.pdf
31268         scaleBeforeRotation
31269
31270 \end_inset
31271
31272
31273 \begin_inset ERT
31274 status collapsed
31275
31276 \begin_layout Plain Layout
31277
31278 }
31279 \end_layout
31280
31281 \end_inset
31282
31283
31284 \end_layout
31285
31286 \begin_layout Plain Layout
31287 \begin_inset Caption Standard
31288
31289 \begin_layout Plain Layout
31290 \begin_inset CommandInset label
31291 LatexCommand label
31292 name "abb:endnotes"
31293
31294 \end_inset
31295
31296
31297 \series bold
31298 endnotes
31299 \series default
31300  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
31301  gedruckt.
31302 \end_layout
31303
31304 \end_inset
31305
31306
31307 \end_layout
31308
31309 \end_inset
31310
31311
31312 \end_layout
31313
31314 \begin_layout Standard
31315 \begin_inset VSpace medskip
31316 \end_inset
31317
31318 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
31319 ache übersetzt.
31320  Der folgende Befehl im \SpecialChar LaTeX
31321 -Vorspann  übersetzt den englischen Namen 
31322 \begin_inset Quotes gld
31323 \end_inset
31324
31325 Notes
31326 \begin_inset Quotes grd
31327 \end_inset
31328
31329  in 
31330 \begin_inset Quotes gld
31331 \end_inset
31332
31333 Anmerkungen
31334 \begin_inset Quotes grd
31335 \end_inset
31336
31337 :
31338 \end_layout
31339
31340 \begin_layout Standard
31341
31342 \series bold
31343
31344 \backslash
31345 renewcommand{
31346 \backslash
31347 notesname}{Anmerkungen}
31348 \end_layout
31349
31350 \begin_layout Standard
31351 \begin_inset VSpace medskip
31352 \end_inset
31353
31354 Wenn Sie in den Befehlen von Abschnitt
31355 \begin_inset space ~
31356 \end_inset
31357
31358
31359 \begin_inset CommandInset ref
31360 LatexCommand ref
31361 reference "uab:Fußnoten-Nummerierung"
31362
31363 \end_inset
31364
31365  
31366 \series bold
31367
31368 \backslash
31369 thefootnote
31370 \series default
31371  durch 
31372 \series bold
31373
31374 \backslash
31375 theendnote
31376 \series default
31377  ersetzen, können Sie die Nummerierung von Endnoten ändern.
31378  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
31379 \series bold
31380
31381 \backslash
31382 @addtoreset
31383 \series default
31384  wie in Abschnitt
31385 \begin_inset space \space{}
31386 \end_inset
31387
31388
31389 \begin_inset CommandInset ref
31390 LatexCommand ref
31391 reference "uab:Fußnoten-Nummerierung"
31392
31393 \end_inset
31394
31395  beschrieben und ersetzen 
31396 \series bold
31397 footnote
31398 \series default
31399  durch 
31400 \series bold
31401 endnote
31402 \series default
31403 .
31404 \end_layout
31405
31406 \begin_layout Standard
31407 Für Endnoten gibt es den Befehl 
31408 \series bold
31409
31410 \backslash
31411 endnotemark[Nummer]
31412 \series default
31413  analog zum Befehl 
31414 \series bold
31415
31416 \backslash
31417 footnotemark
31418 \series default
31419  der in Abschnitt
31420 \begin_inset space ~
31421 \end_inset
31422
31423
31424 \begin_inset CommandInset ref
31425 LatexCommand ref
31426 reference "abs:Fußnoten"
31427
31428 \end_inset
31429
31430  beschrieben ist.
31431 \end_layout
31432
31433 \begin_layout Standard
31434 \begin_inset VSpace bigskip
31435 \end_inset
31436
31437 Mit dem \SpecialChar LaTeX
31438 -Paket 
31439 \series bold
31440 footmisc
31441 \series default
31442
31443 \begin_inset Index idx
31444 status collapsed
31445
31446 \begin_layout Plain Layout
31447 \SpecialChar LaTeX
31448 -Pakete ! footmisc
31449 \end_layout
31450
31451 \end_inset
31452
31453  (
31454 \begin_inset CommandInset citation
31455 LatexCommand cite
31456 key "footmisc"
31457
31458 \end_inset
31459
31460 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
31461 \end_layout
31462
31463 \begin_layout Standard
31464 In \SpecialChar LaTeX
31465 -Büchern, 
31466 \begin_inset CommandInset citation
31467 LatexCommand cite
31468 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
31469
31470 \end_inset
31471
31472 , finden Sie weiteres zu Fußnoten.
31473  Wenn Sie eine 
31474 \series bold
31475 KOMA-Script
31476 \series default
31477
31478 \begin_inset Index idx
31479 status collapsed
31480
31481 \begin_layout Plain Layout
31482 \SpecialChar LaTeX
31483 -Pakete ! KOMA-Script
31484 \end_layout
31485
31486 \end_inset
31487
31488  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
31489 zifische Befehle anpassen, siehe 
31490 \begin_inset CommandInset citation
31491 LatexCommand cite
31492 key "KOMA-Script"
31493
31494 \end_inset
31495
31496 .
31497 \end_layout
31498
31499 \begin_layout Section
31500 Randnotizen
31501 \begin_inset Index idx
31502 status collapsed
31503
31504 \begin_layout Plain Layout
31505 Randnotizen
31506 \end_layout
31507
31508 \end_inset
31509
31510
31511 \begin_inset Index idx
31512 status collapsed
31513
31514 \begin_layout Plain Layout
31515 Notizen ! Randnotizen
31516 \end_layout
31517
31518 \end_inset
31519
31520
31521 \end_layout
31522
31523 \begin_layout Standard
31524 Randnotizen sehen in \SpecialChar LyX
31525  wie Fußnoten aus und verhalten sich auch so.
31526  Sie fügen sie mit einem Klick auf den Schalter 
31527 \begin_inset Info
31528 type  "icon"
31529 arg   "marginalnote-insert"
31530 \end_inset
31531
31532  oder über 
31533 \family sans
31534 Einfügen\SpecialChar menuseparator
31535 Randnotiz
31536 \family default
31537  ein.
31538  Ein graues Kästchen mit der Aufschrift 
31539 \begin_inset Quotes gld
31540 \end_inset
31541
31542 Rand
31543 \begin_inset Quotes grd
31544 \end_inset
31545
31546  erscheint
31547 \family roman
31548 \series medium
31549 , und dort, wo der Cursor steht, können Sie Text eingeben.
31550 \end_layout
31551
31552 \begin_layout Standard
31553 Hier am Rand sehen Sie eine Randnotiz.
31554  
31555 \begin_inset Marginal
31556 status open
31557
31558 \begin_layout Plain Layout
31559 Dies ist eine Randnotiz.
31560 \end_layout
31561
31562 \end_inset
31563
31564
31565 \end_layout
31566
31567 \begin_layout Standard
31568 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
31569  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
31570  Seiten und rechts auf den ungeraden.
31571  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
31572  wird und umgekehrt.
31573  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
31574  wurde.
31575 \end_layout
31576
31577 \begin_layout Standard
31578 \begin_inset VSpace bigskip
31579 \end_inset
31580
31581 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
31582 \end_layout
31583
31584 \begin_layout Standard
31585
31586 \series bold
31587
31588 \backslash
31589 reversemarginpar
31590 \end_layout
31591
31592 \begin_layout Standard
31593 als \SpecialChar TeX
31594 -Code vor einer Randnotiz ein.
31595  Das gilt dann für alle folgenden Randnotizen.
31596  
31597 \begin_inset ERT
31598 status collapsed
31599
31600 \begin_layout Plain Layout
31601
31602
31603 \backslash
31604 reversemarginpar 
31605 \end_layout
31606
31607 \end_inset
31608
31609
31610 \begin_inset Marginal
31611 status open
31612
31613 \begin_layout Plain Layout
31614 Hier ist ein Beispiel im inneren Rand.
31615 \end_layout
31616
31617 \end_inset
31618
31619
31620 \begin_inset Newline newline
31621 \end_inset
31622
31623
31624 \begin_inset Note Greyedout
31625 status open
31626
31627 \begin_layout Plain Layout
31628  
31629 \series bold
31630 Achtung:
31631 \series default
31632  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
31633 \end_layout
31634
31635 \end_inset
31636
31637
31638 \end_layout
31639
31640 \begin_layout Standard
31641 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
31642 \end_layout
31643
31644 \begin_layout Standard
31645
31646 \series bold
31647
31648 \backslash
31649 normalmarginpar
31650 \end_layout
31651
31652 \begin_layout Standard
31653 als \SpecialChar TeX
31654 -Code ein.
31655 \begin_inset ERT
31656 status collapsed
31657
31658 \begin_layout Plain Layout
31659
31660
31661 \backslash
31662 normalmarginpar 
31663 \end_layout
31664
31665 \end_inset
31666
31667
31668 \end_layout
31669
31670 \begin_layout Standard
31671 \begin_inset Note Greyedout
31672 status open
31673
31674 \begin_layout Plain Layout
31675
31676 \series bold
31677 Achtung:
31678 \series default
31679  Der Befehl wird missachtet, wenn er im selben Absatz wie 
31680 \series bold
31681
31682 \backslash
31683 reversemarginpar
31684 \series default
31685  verwendet wird.
31686 \end_layout
31687
31688 \end_inset
31689
31690
31691 \end_layout
31692
31693 \begin_layout Standard
31694 \begin_inset VSpace bigskip
31695 \end_inset
31696
31697
31698 \begin_inset Marginal
31699 status open
31700
31701 \begin_layout Plain Layout
31702
31703 \family roman
31704 \series medium
31705 EinSehrLangesWort am Anfang, das umgebrochen wird.
31706 \end_layout
31707
31708 \end_inset
31709
31710  Ähnlich wie in Abschnitt
31711 \begin_inset space ~
31712 \end_inset
31713
31714
31715 \begin_inset CommandInset ref
31716 LatexCommand ref
31717 reference "uab:Mehrfache-Zeilen-in"
31718
31719 \end_inset
31720
31721  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
31722  Wort der Randnotiz sind.
31723  Um das zu vermeiden, fügen sie 0
31724 \begin_inset space \thinspace{}
31725 \end_inset
31726
31727 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
31728 \begin_inset Marginal
31729 status open
31730
31731 \begin_layout Plain Layout
31732 \begin_inset space \hspace{}
31733 \length 0pt
31734 \end_inset
31735
31736
31737 \family roman
31738 \series medium
31739 EinSehrLangesWort am Anfang, das umgebrochen wird.
31740 \end_layout
31741
31742 \end_inset
31743
31744
31745 \end_layout
31746
31747 \begin_layout Standard
31748 \begin_inset VSpace bigskip
31749 \end_inset
31750
31751
31752 \end_layout
31753
31754 \begin_layout Standard
31755 \begin_inset Note Greyedout
31756 status open
31757
31758 \begin_layout Plain Layout
31759
31760 \series bold
31761 Bemerkung:
31762 \series default
31763  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
31764  verwendet werden.
31765 \end_layout
31766
31767 \end_inset
31768
31769
31770 \end_layout
31771
31772 \begin_layout Standard
31773 \begin_inset VSpace bigskip
31774 \end_inset
31775
31776
31777 \end_layout
31778
31779 \begin_layout Standard
31780 \begin_inset ERT
31781 status collapsed
31782
31783 \begin_layout Plain Layout
31784
31785
31786 \backslash
31787 ifmarginnote
31788 \end_layout
31789
31790 \end_inset
31791
31792
31793 \begin_inset Note Note
31794 status open
31795
31796 \begin_layout Plain Layout
31797 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
31798 -Paket 
31799 \series bold
31800 marginnote
31801 \series default
31802  installiert ist.
31803 \end_layout
31804
31805 \end_inset
31806
31807
31808 \end_layout
31809
31810 \begin_layout Standard
31811 Diese Einschränkung kann umgangen werden, wenn das \SpecialChar LaTeX
31812 -Paket 
31813 \series bold
31814 marginnote
31815 \series default
31816
31817 \begin_inset Index idx
31818 status collapsed
31819
31820 \begin_layout Plain Layout
31821 \SpecialChar LaTeX
31822 -Pakete ! marginnote
31823 \end_layout
31824
31825 \end_inset
31826
31827  verwendet wird.
31828  Wenn Sie diese zwei Zeilen zum \SpecialChar LaTeX
31829 -Vorspann hinzufügen, wird der Befehl, der
31830  von \SpecialChar LyX
31831  für Randnotizen verwendet wird, umdefiniert, so dass der Befehl des
31832  Pakets 
31833 \series bold
31834 marginnote
31835 \series default
31836  für Randnotizen verwendet wird:
31837 \end_layout
31838
31839 \begin_layout Standard
31840
31841 \series bold
31842
31843 \backslash
31844 usepackage{marginnote}
31845 \begin_inset Newline newline
31846 \end_inset
31847
31848
31849 \backslash
31850 let
31851 \backslash
31852 marginpar
31853 \backslash
31854 marginnote
31855 \end_layout
31856
31857 \begin_layout Standard
31858 Dies wird auch in diesem Dokument verwendet, denn 
31859 \series bold
31860 marginnote
31861 \series default
31862  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
31863  für Randnotizen angeben.
31864  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
31865 n zu dicht beieinander sind.
31866  Der Versatz wird in \SpecialChar LyX
31867  als \SpecialChar TeX
31868 -Code direkt nach der Randnotiz mit dem Schema
31869 \end_layout
31870
31871 \begin_layout Standard
31872
31873 \series bold
31874 [Versatz]
31875 \end_layout
31876
31877 \begin_layout Standard
31878 angegeben.
31879  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
31880 \begin_inset space ~
31881 \end_inset
31882
31883
31884 \begin_inset CommandInset ref
31885 LatexCommand ref
31886 reference "tab:Maßeinheiten"
31887
31888 \end_inset
31889
31890  aufgelistet sind.
31891  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
31892  nach unten.
31893  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
31894 \begin_inset space \thinspace{}
31895 \end_inset
31896
31897 cm mit dem \SpecialChar TeX
31898 -Code-Befehl  
31899 \begin_inset Quotes gld
31900 \end_inset
31901
31902
31903 \series bold
31904 [-1.5cm]
31905 \series default
31906
31907 \begin_inset Quotes grd
31908 \end_inset
31909
31910  nach oben versetzt.
31911 \begin_inset Marginal
31912 status open
31913
31914 \begin_layout Plain Layout
31915 Diese Randnotiz ist 1.5
31916 \begin_inset space \thinspace{}
31917 \end_inset
31918
31919 cm von ihrer Originalposition nach oben versetzt.
31920 \end_layout
31921
31922 \end_inset
31923
31924
31925 \begin_inset ERT
31926 status collapsed
31927
31928 \begin_layout Plain Layout
31929
31930 [-1.5cm]
31931 \end_layout
31932
31933 \end_inset
31934
31935
31936 \end_layout
31937
31938 \begin_layout Standard
31939 \begin_inset VSpace medskip
31940 \end_inset
31941
31942 Mit 
31943 \series bold
31944 marginnote
31945 \series default
31946  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
31947  Zum Beispiel setzen die Befehle
31948 \end_layout
31949
31950 \begin_layout Standard
31951
31952 \series bold
31953
31954 \backslash
31955 renewcommand*{
31956 \backslash
31957 raggedleftmarginnote}{
31958 \backslash
31959 centering}
31960 \begin_inset Newline newline
31961 \end_inset
31962
31963
31964 \backslash
31965 renewcommand*{
31966 \backslash
31967 raggedrightmarginnote}{
31968 \backslash
31969 centering}
31970 \end_layout
31971
31972 \begin_layout Standard
31973 die Ausrichtung auf zentriert.
31974  
31975 \series bold
31976
31977 \backslash
31978 raggedleftmarginnote
31979 \series default
31980  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
31981  
31982 \begin_inset ERT
31983 status collapsed
31984
31985 \begin_layout Plain Layout
31986
31987
31988 \backslash
31989 renewcommand*{
31990 \backslash
31991 raggedleftmarginnote}{
31992 \backslash
31993 centering}
31994 \end_layout
31995
31996 \begin_layout Plain Layout
31997
31998
31999 \backslash
32000 renewcommand*{
32001 \backslash
32002 raggedrightmarginnote}{
32003 \backslash
32004 centering}
32005 \end_layout
32006
32007 \end_inset
32008
32009
32010 \begin_inset Marginal
32011 status open
32012
32013 \begin_layout Plain Layout
32014 Der Text dieser Randnotiz ist zentriert ausgerichtet.
32015 \end_layout
32016
32017 \end_inset
32018
32019  Die Voreinstellung ist
32020 \end_layout
32021
32022 \begin_layout Standard
32023
32024 \series bold
32025
32026 \backslash
32027 renewcommand*{
32028 \backslash
32029 raggedleftmarginnote}{
32030 \backslash
32031 raggedleft}
32032 \begin_inset Newline newline
32033 \end_inset
32034
32035
32036 \backslash
32037 renewcommand*{
32038 \backslash
32039 raggedrightmarginnote}{
32040 \backslash
32041 raggedright}
32042 \series default
32043
32044 \begin_inset ERT
32045 status collapsed
32046
32047 \begin_layout Plain Layout
32048
32049
32050 \backslash
32051 renewcommand*{
32052 \backslash
32053 raggedleftmarginnote}{
32054 \backslash
32055 raggedleft}
32056 \end_layout
32057
32058 \begin_layout Plain Layout
32059
32060
32061 \backslash
32062 renewcommand*{
32063 \backslash
32064 raggedrightmarginnote}{
32065 \backslash
32066 raggedright}
32067 \end_layout
32068
32069 \end_inset
32070
32071
32072 \end_layout
32073
32074 \begin_layout Standard
32075 \begin_inset VSpace medskip
32076 \end_inset
32077
32078 Für weitere Fähigkeiten des Pakets 
32079 \series bold
32080 marginnote
32081 \series default
32082  sei auf dessen Dokumentation verwiesen 
32083 \begin_inset CommandInset citation
32084 LatexCommand cite
32085 key "marginnote"
32086
32087 \end_inset
32088
32089 .
32090 \end_layout
32091
32092 \begin_layout Standard
32093 \begin_inset VSpace bigskip
32094 \end_inset
32095
32096 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
32097  geändert werden.
32098  Um z.
32099 \begin_inset space \thinspace{}
32100 \end_inset
32101
32102 B.
32103  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
32104  und fettgedruckten Text 
32105 \begin_inset Quotes eld
32106 \end_inset
32107
32108
32109 \family sans
32110 \series bold
32111 \bar under
32112 Achtung!
32113 \family default
32114 \series default
32115 \bar default
32116
32117 \begin_inset Quotes erd
32118 \end_inset
32119
32120  zu erstellen, fügen Sie dies zum \SpecialChar LaTeX
32121 -Vorspann hinzu:
32122 \end_layout
32123
32124 \begin_layout Standard
32125
32126 \series bold
32127
32128 \backslash
32129 let
32130 \backslash
32131 myMarginpar
32132 \backslash
32133 marginpar
32134 \begin_inset Newline newline
32135 \end_inset
32136
32137
32138 \backslash
32139 renewcommand{
32140 \backslash
32141 marginpar}[1]{
32142 \backslash
32143 myMarginpar{%
32144 \begin_inset Newline newline
32145 \end_inset
32146
32147
32148 \begin_inset Phantom HPhantom
32149 status open
32150
32151 \begin_layout Plain Layout
32152
32153 \series bold
32154 \begin_inset space ~
32155 \end_inset
32156
32157
32158 \end_layout
32159
32160 \end_inset
32161
32162
32163 \backslash
32164 hspace{0pt}
32165 \backslash
32166 textsf{
32167 \backslash
32168 textbf{
32169 \backslash
32170 underbar{Achtung!}}}%
32171 \begin_inset Newline newline
32172 \end_inset
32173
32174
32175 \begin_inset Phantom HPhantom
32176 status open
32177
32178 \begin_layout Plain Layout
32179
32180 \series bold
32181 \begin_inset space ~
32182 \end_inset
32183
32184
32185 \end_layout
32186
32187 \end_inset
32188
32189
32190 \backslash
32191 vspace{1.5mm}
32192 \backslash
32193
32194 \backslash
32195 #1}}
32196 \end_layout
32197
32198 \begin_layout Standard
32199 \begin_inset ERT
32200 status collapsed
32201
32202 \begin_layout Plain Layout
32203
32204
32205 \backslash
32206 let
32207 \backslash
32208 myMarginpar
32209 \backslash
32210 marginpar
32211 \end_layout
32212
32213 \begin_layout Plain Layout
32214
32215
32216 \backslash
32217 renewcommand{
32218 \backslash
32219 marginpar}[1]{
32220 \backslash
32221 myMarginpar{%
32222 \end_layout
32223
32224 \begin_layout Plain Layout
32225
32226    
32227 \backslash
32228 textsf{
32229 \backslash
32230 textbf{
32231 \backslash
32232 underbar{Achtung!}}}%
32233 \end_layout
32234
32235 \begin_layout Plain Layout
32236
32237    
32238 \backslash
32239 vspace{1.5mm}
32240 \backslash
32241
32242 \backslash
32243 #1}}
32244 \end_layout
32245
32246 \end_inset
32247
32248
32249 \begin_inset Marginal
32250 status open
32251
32252 \begin_layout Plain Layout
32253 Dies ist eine Randnotiz mit einer definierten Überschrift.
32254 \end_layout
32255
32256 \end_inset
32257
32258
32259 \begin_inset ERT
32260 status collapsed
32261
32262 \begin_layout Plain Layout
32263
32264 [-1.5cm]
32265 \end_layout
32266
32267 \end_inset
32268
32269
32270 \begin_inset ERT
32271 status collapsed
32272
32273 \begin_layout Plain Layout
32274
32275
32276 \backslash
32277 renewcommand{
32278 \backslash
32279 marginpar}[1]{
32280 \backslash
32281 myMarginpar{#1}}
32282 \end_layout
32283
32284 \end_inset
32285
32286
32287 \begin_inset Note Note
32288 status open
32289
32290 \begin_layout Plain Layout
32291 Das Format wurde nur für dieses Beispiel geändert.
32292 \end_layout
32293
32294 \end_inset
32295
32296
32297 \end_layout
32298
32299 \begin_layout Standard
32300 \begin_inset ERT
32301 status collapsed
32302
32303 \begin_layout Plain Layout
32304
32305
32306 \backslash
32307 else
32308 \end_layout
32309
32310 \end_inset
32311
32312
32313 \begin_inset Note Note
32314 status open
32315
32316 \begin_layout Plain Layout
32317 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
32318 -Paket 
32319 \series bold
32320 marginnote
32321 \series default
32322  nicht installiert ist:
32323 \end_layout
32324
32325 \end_inset
32326
32327
32328 \end_layout
32329
32330 \begin_layout Standard
32331 Das \SpecialChar LaTeX
32332 -Paket 
32333 \series bold
32334 marginnote
32335 \series default
32336  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
32337 \end_layout
32338
32339 \begin_layout Standard
32340 \begin_inset ERT
32341 status collapsed
32342
32343 \begin_layout Plain Layout
32344
32345
32346 \backslash
32347 fi
32348 \end_layout
32349
32350 \end_inset
32351
32352
32353 \end_layout
32354
32355 \begin_layout Chapter
32356 Boxen
32357 \end_layout
32358
32359 \begin_layout Section
32360 Einleitung
32361 \begin_inset Index idx
32362 status collapsed
32363
32364 \begin_layout Plain Layout
32365 Boxen ! Einleitung
32366 \end_layout
32367
32368 \end_inset
32369
32370
32371 \end_layout
32372
32373 \begin_layout Standard
32374 Boxen werden benutzt, um einen Textblock zu formatieren.
32375  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
32376  siehe Abschnitt
32377 \begin_inset space ~
32378 \end_inset
32379
32380
32381 \begin_inset CommandInset ref
32382 LatexCommand ref
32383 reference "abs:Minipage"
32384
32385 \end_inset
32386
32387 , um Text zu umrahmen, siehe Abschnitt
32388 \begin_inset space ~
32389 \end_inset
32390
32391
32392 \begin_inset CommandInset ref
32393 LatexCommand ref
32394 reference "uab:Verzierung"
32395
32396 \end_inset
32397
32398 , um Silbentrennung zu verhindern, siehe Abschnitt
32399 \begin_inset space ~
32400 \end_inset
32401
32402
32403 \begin_inset CommandInset ref
32404 LatexCommand ref
32405 reference "abs:Silbentrennung-unterbinden"
32406
32407 \end_inset
32408
32409 , um Text senkrecht auszurichten, siehe Abschnitt
32410 \begin_inset space ~
32411 \end_inset
32412
32413
32414 \begin_inset CommandInset ref
32415 LatexCommand ref
32416 reference "uab:Vertikale-Ausrichtung"
32417
32418 \end_inset
32419
32420  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
32421 \begin_inset space ~
32422 \end_inset
32423
32424
32425 \begin_inset CommandInset ref
32426 LatexCommand ref
32427 reference "abs:Farbige-Boxen"
32428
32429 \end_inset
32430
32431 .
32432 \end_layout
32433
32434 \begin_layout Standard
32435 Boxen werden mit 
32436 \family sans
32437 Einfügen\SpecialChar menuseparator
32438 Box
32439 \family default
32440  oder dem Schalter 
32441 \begin_inset Info
32442 type  "icon"
32443 arg   "box-insert Frameless"
32444 \end_inset
32445
32446  eingefügt.
32447  Ein graues Kästchen mit der Aufschrift 
32448 \begin_inset Quotes gld
32449 \end_inset
32450
32451 Box (Minipage)
32452 \begin_inset Quotes grd
32453 \end_inset
32454
32455  erscheint: 
32456 \begin_inset Graphics
32457         filename clipart/StandardBox.png
32458         scale 85
32459         scaleBeforeRotation
32460
32461 \end_inset
32462
32463  Mit einem Rechts\SpecialChar softhyphen
32464 klick auf das graue Kästchen und der Auswahl von 
32465 \family sans
32466 Einstellungen
32467 \family default
32468  kann der Typ spezifiziert werden.
32469  Das Dialogfenster bietet bei 
32470 \family sans
32471 Innere
32472 \begin_inset space ~
32473 \end_inset
32474
32475 Box
32476 \family default
32477  die Typen 
32478 \family sans
32479 Makebox
32480 \family default
32481
32482 \family sans
32483 Parbox
32484 \family default
32485  und 
32486 \family sans
32487 Minipage
32488 \family default
32489  an.
32490  
32491 \family sans
32492 Minipage
32493 \family default
32494  ist die Standard-Einstellung für neue Boxen und in Abschnitt
32495 \begin_inset space ~
32496 \end_inset
32497
32498
32499 \begin_inset CommandInset ref
32500 LatexCommand ref
32501 reference "abs:Minipage"
32502
32503 \end_inset
32504
32505  beschrieben, 
32506 \family sans
32507 Parbox
32508 \family default
32509  in Abschnitt
32510 \begin_inset space ~
32511 \end_inset
32512
32513
32514 \begin_inset CommandInset ref
32515 LatexCommand ref
32516 reference "abs:Parbox"
32517
32518 \end_inset
32519
32520  und 
32521 \family sans
32522 Makebox
32523 \family default
32524  in 
32525 \begin_inset CommandInset ref
32526 LatexCommand ref
32527 reference "abs:Silbentrennung-unterbinden"
32528
32529 \end_inset
32530
32531 .
32532 \end_layout
32533
32534 \begin_layout Standard
32535 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
32536  wie auf Gleitobjekte und Fußnoten.
32537 \end_layout
32538
32539 \begin_layout Standard
32540 \begin_inset Note Greyedout
32541 status open
32542
32543 \begin_layout Plain Layout
32544
32545 \series bold
32546 Bemerkung
32547 \begin_inset space ~
32548 \end_inset
32549
32550 1:
32551 \series default
32552  Boxen dürfen in 
32553 \family sans
32554 List-
32555 \family default
32556  oder 
32557 \family sans
32558 Beschreibung-
32559 \family default
32560 Umgebungen nicht verwendet werden.
32561 \end_layout
32562
32563 \end_inset
32564
32565
32566 \end_layout
32567
32568 \begin_layout Standard
32569 \begin_inset Note Greyedout
32570 status open
32571
32572 \begin_layout Plain Layout
32573
32574 \series bold
32575 Bemerkung
32576 \begin_inset space ~
32577 \end_inset
32578
32579 2:
32580 \series default
32581  Boxen ohne 
32582 \family sans
32583 Innere
32584 \begin_inset space ~
32585 \end_inset
32586
32587 Box
32588 \family default
32589  und ohne Rahmen werden in Abschnitt
32590 \begin_inset space ~
32591 \end_inset
32592
32593
32594 \begin_inset CommandInset ref
32595 LatexCommand ref
32596 reference "abs:Silbentrennung-unterbinden"
32597
32598 \end_inset
32599
32600  beschrieben.
32601 \end_layout
32602
32603 \end_inset
32604
32605
32606 \end_layout
32607
32608 \begin_layout Section
32609 Das Box-Einstellungen-Fenster
32610 \begin_inset CommandInset label
32611 LatexCommand label
32612 name "abs:Box-Dialog"
32613
32614 \end_inset
32615
32616
32617 \begin_inset Index idx
32618 status collapsed
32619
32620 \begin_layout Plain Layout
32621 Boxen ! Box-Dialog-Fenster
32622 \end_layout
32623
32624 \end_inset
32625
32626
32627 \end_layout
32628
32629 \begin_layout Subsection
32630 Box-Größe
32631 \begin_inset Index idx
32632 status collapsed
32633
32634 \begin_layout Plain Layout
32635 Boxen ! Größe
32636 \end_layout
32637
32638 \end_inset
32639
32640
32641 \end_layout
32642
32643 \begin_layout Standard
32644 Im 
32645 \family sans
32646 Box-Einstellungen
32647 \family default
32648 -Fenster können Sie die Größe der Box mit 
32649 \family sans
32650 Breite
32651 \family default
32652  und 
32653 \family sans
32654 Höhe 
32655 \family default
32656 festlegen.
32657  Die verfügbaren Einheiten werden in Tabelle
32658 \begin_inset space ~
32659 \end_inset
32660
32661
32662 \begin_inset CommandInset ref
32663 LatexCommand ref
32664 reference "tab:Maßeinheiten"
32665
32666 \end_inset
32667
32668  aufgelistet.
32669  Das Feld
32670 \family sans
32671  Höhe
32672 \family default
32673  bietet die folgenden zusätzlichen Größen:
32674 \end_layout
32675
32676 \begin_layout Description
32677 Tiefe Dies ist die reine Text-
32678 \begin_inset Quotes gld
32679 \end_inset
32680
32681 Höhe
32682 \begin_inset Quotes grd
32683 \end_inset
32684
32685 .
32686  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
32687 \begin_inset Newline newline
32688 \end_inset
32689
32690
32691 \begin_inset Newline newline
32692 \end_inset
32693
32694
32695 \begin_inset Newline newline
32696 \end_inset
32697
32698
32699 \begin_inset Box Boxed
32700 position "c"
32701 hor_pos "c"
32702 has_inner_box 1
32703 inner_pos "c"
32704 use_parbox 0
32705 use_makebox 0
32706 width "12col%"
32707 special "none"
32708 height "1in"
32709 height_special "depth"
32710 thickness "0.4pt"
32711 separation "3pt"
32712 shadowsize "4pt"
32713 framecolor "black"
32714 backgroundcolor "none"
32715 status collapsed
32716
32717 \begin_layout Plain Layout
32718 \align center
32719 Box-Höhe = 1
32720 \begin_inset space \thinspace{}
32721 \end_inset
32722
32723 Tiefe
32724 \end_layout
32725
32726 \end_inset
32727
32728
32729 \begin_inset Newline newline
32730 \end_inset
32731
32732
32733 \begin_inset Newline newline
32734 \end_inset
32735
32736
32737 \end_layout
32738
32739 \begin_layout Description
32740 Höhe Dies ist die Texthöhe innerhalb der Box.
32741  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
32742  Texthöhe setzen: 
32743 \begin_inset Box Boxed
32744 position "c"
32745 hor_pos "c"
32746 has_inner_box 1
32747 inner_pos "c"
32748 use_parbox 0
32749 use_makebox 0
32750 width "20col%"
32751 special "none"
32752 height "2in"
32753 height_special "height"
32754 thickness "0.4pt"
32755 separation "3pt"
32756 shadowsize "4pt"
32757 framecolor "black"
32758 backgroundcolor "none"
32759 status collapsed
32760
32761 \begin_layout Plain Layout
32762 \align center
32763 Boxhöhe = 2
32764 \begin_inset space \thinspace{}
32765 \end_inset
32766
32767 Höhe
32768 \end_layout
32769
32770 \end_inset
32771
32772
32773 \end_layout
32774
32775 \begin_layout Description
32776 Gesamthöhe Dies ist Höhe
32777 \begin_inset space \thinspace{}
32778 \end_inset
32779
32780 +
32781 \begin_inset space \thinspace{}
32782 \end_inset
32783
32784 Tiefe: 
32785 \begin_inset Box Boxed
32786 position "c"
32787 hor_pos "c"
32788 has_inner_box 1
32789 inner_pos "c"
32790 use_parbox 0
32791 use_makebox 0
32792 width "20col%"
32793 special "none"
32794 height "1in"
32795 height_special "totalheight"
32796 thickness "0.4pt"
32797 separation "3pt"
32798 shadowsize "4pt"
32799 framecolor "black"
32800 backgroundcolor "none"
32801 status collapsed
32802
32803 \begin_layout Plain Layout
32804 \align center
32805 Boxhöhe = 1
32806 \begin_inset space \thinspace{}
32807 \end_inset
32808
32809 Gesamthöhe
32810 \end_layout
32811
32812 \end_inset
32813
32814
32815 \end_layout
32816
32817 \begin_layout Description
32818 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
32819 \begin_inset Box Boxed
32820 position "c"
32821 hor_pos "c"
32822 has_inner_box 1
32823 inner_pos "c"
32824 use_parbox 0
32825 use_makebox 0
32826 width "12col%"
32827 special "none"
32828 height "1in"
32829 height_special "width"
32830 thickness "0.4pt"
32831 separation "3pt"
32832 shadowsize "4pt"
32833 framecolor "black"
32834 backgroundcolor "none"
32835 status collapsed
32836
32837 \begin_layout Plain Layout
32838 \align center
32839 Boxhöhe = 1
32840 \begin_inset space \thinspace{}
32841 \end_inset
32842
32843 Breite
32844 \end_layout
32845
32846 \end_inset
32847
32848
32849 \end_layout
32850
32851 \begin_layout Subsection
32852 Ausrichtung
32853 \begin_inset Index idx
32854 status collapsed
32855
32856 \begin_layout Plain Layout
32857 Boxen ! Ausrichtung
32858 \end_layout
32859
32860 \end_inset
32861
32862
32863 \end_layout
32864
32865 \begin_layout Standard
32866 Wenn Sie eine 
32867 \family sans
32868 Innere
32869 \begin_inset space ~
32870 \end_inset
32871
32872 Box
32873 \family default
32874  gewählt haben, kann die Box mit folgenden Werten für 
32875 \family sans
32876 Box
32877 \family default
32878  senkrecht ausgerichtet werden:
32879 \end_layout
32880
32881 \begin_layout Description
32882 Oben Dies ist ein Beispieltext.
32883  
32884 \begin_inset Box Boxed
32885 position "t"
32886 hor_pos "c"
32887 has_inner_box 1
32888 inner_pos "c"
32889 use_parbox 0
32890 use_makebox 0
32891 width "20col%"
32892 special "none"
32893 height "1in"
32894 height_special "totalheight"
32895 thickness "0.4pt"
32896 separation "3pt"
32897 shadowsize "4pt"
32898 framecolor "black"
32899 backgroundcolor "none"
32900 status collapsed
32901
32902 \begin_layout Plain Layout
32903 \align center
32904 Die Ober\SpecialChar softhyphen
32905 kante der Box ist in der Zeile.
32906 \end_layout
32907
32908 \end_inset
32909
32910  Dies ist ein Beispieltext.
32911 \end_layout
32912
32913 \begin_layout Description
32914 Mitte Dies ist ein Beispieltext.
32915  
32916 \begin_inset Box Boxed
32917 position "c"
32918 hor_pos "c"
32919 has_inner_box 1
32920 inner_pos "c"
32921 use_parbox 0
32922 use_makebox 0
32923 width "20col%"
32924 special "none"
32925 height "1in"
32926 height_special "totalheight"
32927 thickness "0.4pt"
32928 separation "3pt"
32929 shadowsize "4pt"
32930 framecolor "black"
32931 backgroundcolor "none"
32932 status collapsed
32933
32934 \begin_layout Plain Layout
32935 \align center
32936 Die Mitte der Box ist in der Zeile.
32937 \end_layout
32938
32939 \end_inset
32940
32941  Dies ist ein Beispieltext.
32942 \end_layout
32943
32944 \begin_layout Description
32945 Unten Dies ist ein Beispieltext.
32946  
32947 \begin_inset Box Boxed
32948 position "b"
32949 hor_pos "c"
32950 has_inner_box 1
32951 inner_pos "c"
32952 use_parbox 0
32953 use_makebox 0
32954 width "20col%"
32955 special "none"
32956 height "1in"
32957 height_special "totalheight"
32958 thickness "0.4pt"
32959 separation "3pt"
32960 shadowsize "4pt"
32961 framecolor "black"
32962 backgroundcolor "none"
32963 status collapsed
32964
32965 \begin_layout Plain Layout
32966 \align center
32967 Die Unter\SpecialChar softhyphen
32968 kante der Box ist in der Zeile.
32969 \end_layout
32970
32971 \end_inset
32972
32973  Dies ist ein Beispieltext.
32974 \end_layout
32975
32976 \begin_layout Standard
32977 \begin_inset Note Greyedout
32978 status open
32979
32980 \begin_layout Plain Layout
32981
32982 \series bold
32983 Bemerkung:
32984 \series default
32985  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
32986  Boxen in einer Zeile sind und eine Box z.
32987 \begin_inset space \thinspace{}
32988 \end_inset
32989
32990 B.
32991  schattiert ist, die andere aber nicht.
32992 \end_layout
32993
32994 \end_inset
32995
32996
32997 \end_layout
32998
32999 \begin_layout Standard
33000 Eine Box kann mit dem Dialog 
33001 \family sans
33002 Absatz-Einstellungen
33003 \family default
33004  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
33005 \end_layout
33006
33007 \begin_layout Standard
33008 \begin_inset VSpace bigskip
33009 \end_inset
33010
33011 Wenn Sie eine 
33012 \family sans
33013 Innere
33014 \begin_inset space ~
33015 \end_inset
33016
33017 Box
33018 \family default
33019  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
33020 \family sans
33021 Inhalt
33022 \family default
33023  senkrecht ausgerichtet werden:
33024 \end_layout
33025
33026 \begin_layout Description
33027 Oben Dies ist ein Beispieltext.
33028  
33029 \begin_inset Box Boxed
33030 position "c"
33031 hor_pos "c"
33032 has_inner_box 1
33033 inner_pos "t"
33034 use_parbox 0
33035 use_makebox 0
33036 width "20col%"
33037 special "none"
33038 height "1.5in"
33039 height_special "totalheight"
33040 thickness "0.4pt"
33041 separation "3pt"
33042 shadowsize "4pt"
33043 framecolor "black"
33044 backgroundcolor "none"
33045 status collapsed
33046
33047 \begin_layout Plain Layout
33048 \align center
33049 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
33050 \end_layout
33051
33052 \end_inset
33053
33054  Dies ist ein Beispieltext.
33055 \end_layout
33056
33057 \begin_layout Description
33058 Mitte Dies ist ein Beispieltext.
33059  
33060 \begin_inset Box Boxed
33061 position "c"
33062 hor_pos "c"
33063 has_inner_box 1
33064 inner_pos "c"
33065 use_parbox 0
33066 use_makebox 0
33067 width "20col%"
33068 special "none"
33069 height "1.5in"
33070 height_special "totalheight"
33071 thickness "0.4pt"
33072 separation "3pt"
33073 shadowsize "4pt"
33074 framecolor "black"
33075 backgroundcolor "none"
33076 status collapsed
33077
33078 \begin_layout Plain Layout
33079 \align center
33080 Der Boxinhalt ist zentriert ausgerichtet.
33081 \end_layout
33082
33083 \end_inset
33084
33085  Dies ist ein Beispieltext.
33086 \end_layout
33087
33088 \begin_layout Description
33089 Unten Dies ist ein Beispieltext.
33090  
33091 \begin_inset Box Boxed
33092 position "c"
33093 hor_pos "c"
33094 has_inner_box 1
33095 inner_pos "b"
33096 use_parbox 0
33097 use_makebox 0
33098 width "20col%"
33099 special "none"
33100 height "1.5in"
33101 height_special "totalheight"
33102 thickness "0.4pt"
33103 separation "3pt"
33104 shadowsize "4pt"
33105 framecolor "black"
33106 backgroundcolor "none"
33107 status collapsed
33108
33109 \begin_layout Plain Layout
33110 \align center
33111 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
33112 \end_layout
33113
33114 \end_inset
33115
33116  Dies ist ein Beispieltext.
33117 \end_layout
33118
33119 \begin_layout Description
33120 Dehnen Dies ist ein Beispieltext.
33121  
33122 \begin_inset Box Boxed
33123 position "c"
33124 hor_pos "c"
33125 has_inner_box 1
33126 inner_pos "s"
33127 use_parbox 0
33128 use_makebox 0
33129 width "20col%"
33130 special "none"
33131 height "1in"
33132 height_special "totalheight"
33133 thickness "0.4pt"
33134 separation "3pt"
33135 shadowsize "4pt"
33136 framecolor "black"
33137 backgroundcolor "none"
33138 status collapsed
33139
33140 \begin_layout Plain Layout
33141 \align center
33142 Der Boxinhalt
33143 \end_layout
33144
33145 \begin_layout Plain Layout
33146 \align center
33147 ist über die
33148 \end_layout
33149
33150 \begin_layout Plain Layout
33151 \align center
33152 Boxhöhe
33153 \end_layout
33154
33155 \begin_layout Plain Layout
33156 \align center
33157 gleichmäßig verteilt.
33158 \end_layout
33159
33160 \end_inset
33161
33162  Dies ist ein Beispieltext.
33163 \end_layout
33164
33165 \begin_layout Standard
33166 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
33167  besteht.
33168  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
33169 \end_layout
33170
33171 \begin_layout Standard
33172 Ein Boxinhalt kann mit dem Dialog 
33173 \family sans
33174 Absatz-Einstellungen
33175 \family default
33176  waagerecht ausgerichtet werden, wenn Sie eine
33177 \family sans
33178  Innere
33179 \begin_inset space ~
33180 \end_inset
33181
33182 Box
33183 \family default
33184  gewählt haben.
33185 \begin_inset Separator parbreak
33186 \end_inset
33187
33188
33189 \end_layout
33190
33191 \begin_layout Standard
33192 \align center
33193 \begin_inset Box Boxed
33194 position "c"
33195 hor_pos "c"
33196 has_inner_box 1
33197 inner_pos "s"
33198 use_parbox 0
33199 use_makebox 0
33200 width "30col%"
33201 special "none"
33202 height "1.25in"
33203 height_special "totalheight"
33204 thickness "0.4pt"
33205 separation "3pt"
33206 shadowsize "4pt"
33207 framecolor "black"
33208 backgroundcolor "none"
33209 status collapsed
33210
33211 \begin_layout Plain Layout
33212 \align left
33213 Hier ist jede Zeile
33214 \end_layout
33215
33216 \begin_layout Plain Layout
33217 \align center
33218 anders
33219 \end_layout
33220
33221 \begin_layout Plain Layout
33222 \align right
33223 ausgerichtet.
33224 \end_layout
33225
33226 \end_inset
33227
33228
33229 \end_layout
33230
33231 \begin_layout Standard
33232 Wenn Sie keine
33233 \family sans
33234  Innere
33235 \begin_inset space ~
33236 \end_inset
33237
33238 Box
33239 \family default
33240  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
33241 \family sans
33242 Box-Einstellungen-
33243 \family default
33244 Dialog ausrichten
33245 \begin_inset Separator parbreak
33246 \end_inset
33247
33248
33249 \end_layout
33250
33251 \begin_layout Standard
33252 \align center
33253 \begin_inset Box Boxed
33254 position "c"
33255 hor_pos "s"
33256 has_inner_box 0
33257 inner_pos "s"
33258 use_parbox 0
33259 use_makebox 0
33260 width "90col%"
33261 special "none"
33262 height "1.25in"
33263 height_special "totalheight"
33264 thickness "0.4pt"
33265 separation "3pt"
33266 shadowsize "4pt"
33267 framecolor "black"
33268 backgroundcolor "none"
33269 status collapsed
33270
33271 \begin_layout Plain Layout
33272 Dieser Boxinhalt wurde horizontal gedehnt.
33273 \end_layout
33274
33275 \end_inset
33276
33277
33278 \end_layout
33279
33280 \begin_layout Subsection
33281 Verzierung
33282 \begin_inset CommandInset label
33283 LatexCommand label
33284 name "uab:Verzierung"
33285
33286 \end_inset
33287
33288
33289 \begin_inset Index idx
33290 status collapsed
33291
33292 \begin_layout Plain Layout
33293 Boxen ! Verzierung
33294 \end_layout
33295
33296 \end_inset
33297
33298
33299 \end_layout
33300
33301 \begin_layout Standard
33302 Im 
33303 \family sans
33304 Box-Einstellungen-
33305 \family default
33306 Dialog können Sie mit der 
33307 \family sans
33308 Verzierung
33309 \family default
33310  den Typ der Box auswählen:
33311 \end_layout
33312
33313 \begin_layout Description
33314 Kein
33315 \begin_inset space ~
33316 \end_inset
33317
33318 Rahmen Nichts wird gezeichnet.
33319 \end_layout
33320
33321 \begin_layout Description
33322 Einfacher
33323 \begin_inset space ~
33324 \end_inset
33325
33326 rechteckiger
33327 \begin_inset space ~
33328 \end_inset
33329
33330 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
33331  Die Rahmendicke kann festgelegt werden.
33332  
33333 \begin_inset Box Boxed
33334 position "c"
33335 hor_pos "c"
33336 has_inner_box 1
33337 inner_pos "c"
33338 use_parbox 0
33339 use_makebox 0
33340 width "21col%"
33341 special "none"
33342 height "1in"
33343 height_special "totalheight"
33344 thickness "0.4pt"
33345 separation "3pt"
33346 shadowsize "4pt"
33347 framecolor "black"
33348 backgroundcolor "none"
33349 status collapsed
33350
33351 \begin_layout Plain Layout
33352
33353 \series medium
33354 Rechteckige
33355 \begin_inset space ~
33356 \end_inset
33357
33358 Box
33359 \end_layout
33360
33361 \end_inset
33362
33363
33364 \end_layout
33365
33366 \begin_layout Description
33367 erlaube
33368 \begin_inset space ~
33369 \end_inset
33370
33371 Seitenumbrüche 
33372 \end_layout
33373
33374 \begin_layout Description
33375 Ovaler
33376 \begin_inset space ~
33377 \end_inset
33378
33379 Rahmen,
33380 \begin_inset space ~
33381 \end_inset
33382
33383 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
33384  Die Rahmendicke ist 0.4
33385 \begin_inset space \thinspace{}
33386 \end_inset
33387
33388 pt.
33389  
33390 \begin_inset Box ovalbox
33391 position "c"
33392 hor_pos "c"
33393 has_inner_box 1
33394 inner_pos "c"
33395 use_parbox 0
33396 use_makebox 0
33397 width "20col%"
33398 special "none"
33399 height "1in"
33400 height_special "totalheight"
33401 thickness "0.4pt"
33402 separation "3pt"
33403 shadowsize "4pt"
33404 framecolor "black"
33405 backgroundcolor "none"
33406 status collapsed
33407
33408 \begin_layout Plain Layout
33409 Ovale
33410 \begin_inset space ~
33411 \end_inset
33412
33413 Box,
33414 \begin_inset space ~
33415 \end_inset
33416
33417 dünn
33418 \end_layout
33419
33420 \end_inset
33421
33422
33423 \end_layout
33424
33425 \begin_layout Description
33426 Ovaler
33427 \begin_inset space ~
33428 \end_inset
33429
33430 Rahmen,
33431 \begin_inset space ~
33432 \end_inset
33433
33434 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
33435  Die Rahmendicke ist 0.8
33436 \begin_inset space \thinspace{}
33437 \end_inset
33438
33439 pt.
33440  
33441 \begin_inset Box Ovalbox
33442 position "c"
33443 hor_pos "c"
33444 has_inner_box 1
33445 inner_pos "c"
33446 use_parbox 0
33447 use_makebox 0
33448 width "20col%"
33449 special "none"
33450 height "1in"
33451 height_special "totalheight"
33452 thickness "0.4pt"
33453 separation "3pt"
33454 shadowsize "4pt"
33455 framecolor "black"
33456 backgroundcolor "none"
33457 status collapsed
33458
33459 \begin_layout Plain Layout
33460 Ovale
33461 \begin_inset space ~
33462 \end_inset
33463
33464 Box,
33465 \begin_inset space ~
33466 \end_inset
33467
33468 dick
33469 \end_layout
33470
33471 \end_inset
33472
33473
33474 \end_layout
33475
33476 \begin_layout Description
33477 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
33478  Die Rahmendicke und die Schattenbreite kann festgelegt werden.
33479 \begin_inset Newline newline
33480 \end_inset
33481
33482
33483 \begin_inset Box Shadowbox
33484 position "c"
33485 hor_pos "c"
33486 has_inner_box 1
33487 inner_pos "c"
33488 use_parbox 0
33489 use_makebox 0
33490 width "20col%"
33491 special "none"
33492 height "1in"
33493 height_special "totalheight"
33494 thickness "0.4pt"
33495 separation "3pt"
33496 shadowsize "4pt"
33497 framecolor "black"
33498 backgroundcolor "none"
33499 status collapsed
33500
33501 \begin_layout Plain Layout
33502 Schattierte
33503 \begin_inset space ~
33504 \end_inset
33505
33506 Box
33507 \end_layout
33508
33509 \end_inset
33510
33511
33512 \end_layout
33513
33514 \begin_layout Description
33515 Schattierter
33516 \begin_inset space ~
33517 \end_inset
33518
33519 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
33520  Im Gegensatz zu farbigen Boxen
33521 \begin_inset Foot
33522 status collapsed
33523
33524 \begin_layout Plain Layout
33525 siehe Abschnitt
33526 \begin_inset space ~
33527 \end_inset
33528
33529
33530 \begin_inset CommandInset ref
33531 LatexCommand ref
33532 reference "abs:Farbige-Boxen"
33533
33534 \end_inset
33535
33536
33537 \end_layout
33538
33539 \end_inset
33540
33541  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
33542  die Box ist ein Absatz für sich.
33543  
33544 \begin_inset Box Shaded
33545 position "t"
33546 hor_pos "c"
33547 has_inner_box 0
33548 inner_pos "t"
33549 use_parbox 0
33550 use_makebox 0
33551 width "50col%"
33552 special "none"
33553 height "1in"
33554 height_special "totalheight"
33555 thickness "0.4pt"
33556 separation "3pt"
33557 shadowsize "4pt"
33558 framecolor "black"
33559 backgroundcolor "none"
33560 status collapsed
33561
33562 \begin_layout Plain Layout
33563 Schattierter Hintergrund Box
33564 \end_layout
33565
33566 \end_inset
33567
33568
33569 \end_layout
33570
33571 \begin_layout Description
33572 Doppelter
33573 \begin_inset space ~
33574 \end_inset
33575
33576 rechteckiger
33577 \begin_inset space ~
33578 \end_inset
33579
33580 Rahmen zeichnet einen doppelten Rahmen um die Box.
33581  Der innere Rahmen ist 0,75
33582 \begin_inset space \thinspace{}
33583 \end_inset
33584
33585 Rahmendicke breit, der äußere 1,5
33586 \begin_inset space \thinspace{}
33587 \end_inset
33588
33589 Rahmendicke.
33590  Der Zwischenraum beträgt 1,5
33591 \begin_inset space \thinspace{}
33592 \end_inset
33593
33594 Rahmendicke
33595 \begin_inset space \thinspace{}
33596 \end_inset
33597
33598 +
33599 \begin_inset space \thinspace{}
33600 \end_inset
33601
33602 0,5
33603 \begin_inset space \thinspace{}
33604 \end_inset
33605
33606 pt.
33607  
33608 \begin_inset Box Doublebox
33609 position "c"
33610 hor_pos "c"
33611 has_inner_box 1
33612 inner_pos "c"
33613 use_parbox 0
33614 use_makebox 0
33615 width "20col%"
33616 special "none"
33617 height "1in"
33618 height_special "totalheight"
33619 thickness "0.4pt"
33620 separation "3pt"
33621 shadowsize "4pt"
33622 framecolor "black"
33623 backgroundcolor "none"
33624 status collapsed
33625
33626 \begin_layout Plain Layout
33627 Doppelt
33628 \begin_inset space ~
33629 \end_inset
33630
33631 gerahmte
33632 \begin_inset space ~
33633 \end_inset
33634
33635 Box
33636 \end_layout
33637
33638 \end_inset
33639
33640
33641 \end_layout
33642
33643 \begin_layout Standard
33644 \begin_inset VSpace bigskip
33645 \end_inset
33646
33647 Die Aufschrift der Box in \SpecialChar LyX
33648  ändert sich mit der gewählten Verzierung.
33649  Um alle Verzierungen verwenden zu können, muss das \SpecialChar LaTeX
33650 -Paket 
33651 \series bold
33652 fancybox
33653 \series default
33654
33655 \begin_inset Index idx
33656 status collapsed
33657
33658 \begin_layout Plain Layout
33659 \SpecialChar LaTeX
33660 -Pakete ! fancybox
33661 \end_layout
33662
33663 \end_inset
33664
33665  installiert sein.
33666 \end_layout
33667
33668 \begin_layout Standard
33669 \begin_inset VSpace bigskip
33670 \end_inset
33671
33672 Wenn Sie die Verzierung 
33673 \family sans
33674 Einfacher rechteckiger Rahmen
33675 \family default
33676  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
33677  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
33678  immer über die gesamte Zeilenbreite geht und dass die Box ein Absatz für
33679  sich ist: 
33680 \begin_inset Box Framed
33681 position "t"
33682 hor_pos "c"
33683 has_inner_box 0
33684 inner_pos "t"
33685 use_parbox 0
33686 use_makebox 0
33687 width "100col%"
33688 special "none"
33689 height "1in"
33690 height_special "totalheight"
33691 thickness "0.4pt"
33692 separation "3pt"
33693 shadowsize "4pt"
33694 framecolor "black"
33695 backgroundcolor "none"
33696 status collapsed
33697
33698 \begin_layout Plain Layout
33699 Box erlaubt Seitenumbruch
33700 \end_layout
33701
33702 \end_inset
33703
33704
33705 \end_layout
33706
33707 \begin_layout Section
33708 Box-Anpassung
33709 \begin_inset Index idx
33710 status collapsed
33711
33712 \begin_layout Plain Layout
33713 Boxen ! Anpassung
33714 \end_layout
33715
33716 \end_inset
33717
33718
33719 \end_layout
33720
33721 \begin_layout Standard
33722 \noindent
33723 Der Durchmesser der abgerundeten Ecken kann mit 
33724 \series bold
33725
33726 \backslash
33727 cornersize
33728 \series default
33729  gesetzt werden.
33730  Der \SpecialChar TeX
33731 -Code-Befehl
33732 \end_layout
33733
33734 \begin_layout Standard
33735
33736 \series bold
33737
33738 \backslash
33739 cornersize*{1cm}
33740 \end_layout
33741
33742 \begin_layout Standard
33743 setzt den Durchmesser auf 1
33744 \begin_inset space \thinspace{}
33745 \end_inset
33746
33747 cm.
33748  Der \SpecialChar TeX
33749 -Code-Befehl
33750 \end_layout
33751
33752 \begin_layout Standard
33753
33754 \series bold
33755
33756 \backslash
33757 cornersize{num}
33758 \end_layout
33759
33760 \begin_layout Standard
33761 setzt den Durchmesser auf 
33762 \family sans
33763 num
33764 \begin_inset space \thinspace{}
33765 \end_inset
33766
33767 ×
33768 \begin_inset space \thinspace{}
33769 \end_inset
33770
33771 Minimum(Breite der Box, Höhe der Box)
33772 \family default
33773 .
33774  Der Standardwert ist 
33775 \series bold
33776
33777 \backslash
33778 cornersize{0.5}
33779 \series default
33780 .
33781 \end_layout
33782
33783 \begin_layout Standard
33784 \begin_inset ERT
33785 status collapsed
33786
33787 \begin_layout Plain Layout
33788
33789
33790 \backslash
33791 cornersize*{1.5cm}
33792 \end_layout
33793
33794 \end_inset
33795
33796
33797 \begin_inset Box Ovalbox
33798 position "c"
33799 hor_pos "c"
33800 has_inner_box 1
33801 inner_pos "c"
33802 use_parbox 0
33803 use_makebox 0
33804 width "30col%"
33805 special "none"
33806 height "1in"
33807 height_special "totalheight"
33808 thickness "0.4pt"
33809 separation "3pt"
33810 shadowsize "4pt"
33811 framecolor "black"
33812 backgroundcolor "none"
33813 status open
33814
33815 \begin_layout Plain Layout
33816 \align center
33817 Ovale Box, dicker Rand, mit 
33818 \series bold
33819
33820 \backslash
33821 cornersize
33822 \series default
33823
33824 \begin_inset space \thinspace{}
33825 \end_inset
33826
33827 =
33828 \begin_inset space \thinspace{}
33829 \end_inset
33830
33831 1.5
33832 \begin_inset space \thinspace{}
33833 \end_inset
33834
33835 cm
33836 \end_layout
33837
33838 \end_inset
33839
33840
33841 \begin_inset ERT
33842 status collapsed
33843
33844 \begin_layout Plain Layout
33845
33846
33847 \backslash
33848 cornersize{0.5}
33849 \end_layout
33850
33851 \end_inset
33852
33853
33854 \end_layout
33855
33856 \begin_layout Standard
33857 \begin_inset VSpace bigskip
33858 \end_inset
33859
33860 Die Standard-Hintergrundfarbe rot von Boxen mit 
33861 \family sans
33862 schattiertem Hintergrund
33863 \family default
33864  kann entweder lokal mit dem Befehl 
33865 \series bold
33866
33867 \backslash
33868 definecolor{shadecolor}
33869 \series default
33870  oder global über das Menü 
33871 \family sans
33872 Werkzeuge\SpecialChar menuseparator
33873 Einstellungen\SpecialChar menuseparator
33874 Farben\SpecialChar menuseparator
33875 Schattierte
33876 \begin_inset space ~
33877 \end_inset
33878
33879 Box
33880 \family default
33881  geändert werden.
33882  Das Schema des 
33883 \series bold
33884
33885 \backslash
33886 definecolor
33887 \series default
33888  Befehls ist  in Abschnitt
33889 \begin_inset space ~
33890 \end_inset
33891
33892
33893 \begin_inset CommandInset ref
33894 LatexCommand ref
33895 reference "abs:Farbige-Tabellen"
33896
33897 \end_inset
33898
33899  erklärt.
33900 \begin_inset Foot
33901 status collapsed
33902
33903 \begin_layout Plain Layout
33904 Beachten Sie, dass 
33905 \series bold
33906
33907 \backslash
33908 definecolor
33909 \series default
33910  das \SpecialChar LaTeX
33911 -Paket 
33912 \series bold
33913 color
33914 \series default
33915  im \SpecialChar LaTeX
33916 -Vorspann benötigt, siehe Abschnitt
33917 \begin_inset space ~
33918 \end_inset
33919
33920
33921 \begin_inset CommandInset ref
33922 LatexCommand ref
33923 reference "abs:Farbige-Boxen"
33924
33925 \end_inset
33926
33927 .
33928 \end_layout
33929
33930 \end_inset
33931
33932  Für das nächste Beispiel wurden folgender \SpecialChar TeX
33933 -Code verwendet:
33934 \end_layout
33935
33936 \begin_layout Standard
33937
33938 \series bold
33939
33940 \backslash
33941 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33942 \end_layout
33943
33944 \begin_layout Standard
33945 \begin_inset ERT
33946 status collapsed
33947
33948 \begin_layout Plain Layout
33949
33950
33951 \backslash
33952 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33953 \end_layout
33954
33955 \end_inset
33956
33957
33958 \begin_inset Box Shaded
33959 position "t"
33960 hor_pos "c"
33961 has_inner_box 0
33962 inner_pos "t"
33963 use_parbox 0
33964 use_makebox 0
33965 width "100col%"
33966 special "none"
33967 height "1in"
33968 height_special "totalheight"
33969 thickness "0.4pt"
33970 separation "3pt"
33971 shadowsize "4pt"
33972 framecolor "black"
33973 backgroundcolor "none"
33974 status open
33975
33976 \begin_layout Plain Layout
33977
33978 \color yellow
33979 Dies ist gelber Text in einer 
33980 \family sans
33981 schattierten Hintergrund
33982 \begin_inset space ~
33983 \end_inset
33984
33985
33986 \family default
33987 Box auf dunkelgrünem Hintergrund.
33988 \end_layout
33989
33990 \end_inset
33991
33992
33993 \begin_inset ERT
33994 status collapsed
33995
33996 \begin_layout Plain Layout
33997
33998
33999 \backslash
34000 definecolor{shadecolor}{rgb}{1,0,0}
34001 \end_layout
34002
34003 \end_inset
34004
34005
34006 \end_layout
34007
34008 \begin_layout Standard
34009 \begin_inset VSpace bigskip
34010 \end_inset
34011
34012 Geänderte Größen und Farben gelten für alle Boxen, die auf den Befehl folgen,
34013  der sie ändert.
34014 \end_layout
34015
34016 \begin_layout Section
34017 Minipage
34018 \begin_inset CommandInset label
34019 LatexCommand label
34020 name "abs:Minipage"
34021
34022 \end_inset
34023
34024
34025 \begin_inset Index idx
34026 status collapsed
34027
34028 \begin_layout Plain Layout
34029 Boxen ! Minipage
34030 \end_layout
34031
34032 \end_inset
34033
34034
34035 \end_layout
34036
34037 \begin_layout Standard
34038 Minipages werden von \SpecialChar LaTeX
34039  wie Seiten auf einer Seite behandelt und können deshalb
34040  unter anderem eigene Fußnoten haben.
34041 \end_layout
34042
34043 \begin_layout Standard
34044 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
34045 \end_layout
34046
34047 \begin_layout Standard
34048 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
34049  Ihre Breite ist 45 Spaltenbreite
34050 \begin_inset space ~
34051 \end_inset
34052
34053 %, und sie sind durch einen 
34054 \family sans
34055 HFill
34056 \family default
34057  getrennt (
34058 \family sans
34059 Einfügen\SpecialChar menuseparator
34060 Formatierung\SpecialChar menuseparator
34061 Horizontaler
34062 \begin_inset space \space{}
34063 \end_inset
34064
34065 Abstand\SpecialChar menuseparator
34066 Abstand\SpecialChar menuseparator
34067 Variabler
34068 \begin_inset space ~
34069 \end_inset
34070
34071 horiz.
34072 \begin_inset space ~
34073 \end_inset
34074
34075 Abstand
34076 \family default
34077 ).
34078 \begin_inset Newpage newpage
34079 \end_inset
34080
34081
34082 \end_layout
34083
34084 \begin_layout Standard
34085 \noindent
34086 \begin_inset Box Frameless
34087 position "t"
34088 hor_pos "c"
34089 has_inner_box 1
34090 inner_pos "c"
34091 use_parbox 0
34092 use_makebox 0
34093 width "45col%"
34094 special "none"
34095 height "1in"
34096 height_special "totalheight"
34097 thickness "0.4pt"
34098 separation "3pt"
34099 shadowsize "4pt"
34100 framecolor "black"
34101 backgroundcolor "none"
34102 status open
34103
34104 \begin_layout Plain Layout
34105 Dies ist ein deutscher Text.
34106  Dies ist ein deutscher Text.
34107  Dies ist ein deutscher Text.
34108  Dies ist ein deutscher Text.
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 \begin_inset Foot
34119 status open
34120
34121 \begin_layout Plain Layout
34122 Dies ist eine deutsche Fußnote.
34123 \end_layout
34124
34125 \end_inset
34126
34127 .
34128  Dies ist ein deutscher Text.
34129  Dies ist ein deutscher Text.
34130 \end_layout
34131
34132 \end_inset
34133
34134
34135 \begin_inset space \hfill{}
34136 \end_inset
34137
34138
34139 \begin_inset Box Frameless
34140 position "t"
34141 hor_pos "c"
34142 has_inner_box 1
34143 inner_pos "c"
34144 use_parbox 0
34145 use_makebox 0
34146 width "45col%"
34147 special "none"
34148 height "1in"
34149 height_special "totalheight"
34150 thickness "0.4pt"
34151 separation "3pt"
34152 shadowsize "4pt"
34153 framecolor "black"
34154 backgroundcolor "none"
34155 status open
34156
34157 \begin_layout Plain Layout
34158
34159 \lang english
34160 This is an English Text.
34161  This is an English Text.
34162  This is an English Text.
34163  This is an English Text.
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 \begin_inset Foot
34177 status collapsed
34178
34179 \begin_layout Plain Layout
34180
34181 \lang english
34182 This is an English footnote.
34183 \end_layout
34184
34185 \end_inset
34186
34187  This is an English Text.
34188 \end_layout
34189
34190 \end_inset
34191
34192
34193 \end_layout
34194
34195 \begin_layout Standard
34196 \begin_inset VSpace bigskip
34197 \end_inset
34198
34199 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
34200  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
34201  Absätze nicht eingerückt werden, obwohl Sie das in 
34202 \family sans
34203 Dokument
34204 \family default
34205 \SpecialChar menuseparator
34206
34207 \family sans
34208 Einstellun\SpecialChar softhyphen
34209 gen\SpecialChar menuseparator
34210 Textformat
34211 \family default
34212  festgelegt haben.
34213  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
34214  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem \SpecialChar TeX
34215 -Code 
34216 \series bold
34217
34218 \backslash
34219 hspace*{1em}
34220 \series default
34221 .
34222 \end_layout
34223
34224 \begin_layout Standard
34225 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
34226  zu verpassen, siehe Abschnitt
34227 \begin_inset space ~
34228 \end_inset
34229
34230
34231 \begin_inset CommandInset ref
34232 LatexCommand ref
34233 reference "abs:Farbige-Boxen"
34234
34235 \end_inset
34236
34237 .
34238 \end_layout
34239
34240 \begin_layout Standard
34241 \begin_inset Note Greyedout
34242 status open
34243
34244 \begin_layout Plain Layout
34245
34246 \series bold
34247 Bemerkung:
34248 \series default
34249  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
34250  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
34251 \end_layout
34252
34253 \end_inset
34254
34255
34256 \end_layout
34257
34258 \begin_layout Standard
34259 \begin_inset VSpace bigskip
34260 \end_inset
34261
34262
34263 \end_layout
34264
34265 \begin_layout Standard
34266 \SpecialChar LyX
34267  unterstützt auch Minipages, deren Breite sich automatisch an die Größe
34268  des Inhalts anpasst, über das Modul 
34269 \family sans
34270 Breitenvariable
34271 \begin_inset space ~
34272 \end_inset
34273
34274 Minipages
34275 \family default
34276 .
34277  Die \SpecialChar LyX
34278 -Beispieldatei 
34279 \emph on
34280 varwidth-floats-side-by-side
34281 \emph default
34282  gibt Beispiele von breitenvariablen Minipages, um Gleitobjekte nebeneinander
34283  zu setzen.
34284 \end_layout
34285
34286 \begin_layout Section
34287 Parbox
34288 \begin_inset CommandInset label
34289 LatexCommand label
34290 name "abs:Parbox"
34291
34292 \end_inset
34293
34294
34295 \begin_inset Index idx
34296 status collapsed
34297
34298 \begin_layout Plain Layout
34299 Boxen ! Parbox
34300 \end_layout
34301
34302 \end_inset
34303
34304
34305 \end_layout
34306
34307 \begin_layout Standard
34308 Parbox ist eine Abkürzung für 
34309 \begin_inset Quotes gld
34310 \end_inset
34311
34312 paragraph box
34313 \begin_inset Quotes grd
34314 \end_inset
34315
34316 , was Absatzbox bedeutet.
34317  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
34318  in Parboxen nicht ausgegeben werden:
34319 \begin_inset Separator parbreak
34320 \end_inset
34321
34322
34323 \end_layout
34324
34325 \begin_layout Standard
34326 \align center
34327 \begin_inset Box Frameless
34328 position "t"
34329 hor_pos "c"
34330 has_inner_box 1
34331 inner_pos "t"
34332 use_parbox 1
34333 use_makebox 0
34334 width "33col%"
34335 special "none"
34336 height "1in"
34337 height_special "totalheight"
34338 thickness "0.4pt"
34339 separation "3pt"
34340 shadowsize "4pt"
34341 framecolor "black"
34342 backgroundcolor "none"
34343 status open
34344
34345 \begin_layout Plain Layout
34346 Dies ist Text in einer Parbox.
34347  Dies ist Text in einer Parbox.
34348 \end_layout
34349
34350 \begin_layout Plain Layout
34351 Diese Fußnote wird nicht gedruckt:
34352 \begin_inset Foot
34353 status collapsed
34354
34355 \begin_layout Plain Layout
34356 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
34357 \end_layout
34358
34359 \end_inset
34360
34361
34362 \end_layout
34363
34364 \end_inset
34365
34366
34367 \end_layout
34368
34369 \begin_layout Section
34370 Boxen für Worte und Buchstaben
34371 \begin_inset Index idx
34372 status collapsed
34373
34374 \begin_layout Plain Layout
34375 Boxen ! für Buchstaben
34376 \end_layout
34377
34378 \end_inset
34379
34380
34381 \end_layout
34382
34383 \begin_layout Subsection
34384 Silbentrennung unterbinden
34385 \begin_inset CommandInset label
34386 LatexCommand label
34387 name "abs:Silbentrennung-unterbinden"
34388
34389 \end_inset
34390
34391
34392 \begin_inset Index idx
34393 status collapsed
34394
34395 \begin_layout Plain Layout
34396 Boxen ! zur Vermeidung von Silbentrennung
34397 \end_layout
34398
34399 \end_inset
34400
34401
34402 \end_layout
34403
34404 \begin_layout Standard
34405 Sie können den Boxtyp 
34406 \family sans
34407 Makebox
34408 \family default
34409  benutzen, um Silbentrennungen zu unterbinden.
34410 \begin_inset Newline newline
34411 \end_inset
34412
34413 Hier ist ein Beispiel: 
34414 \end_layout
34415
34416 \begin_layout Standard
34417 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
34418 \begin_inset Quotes gld
34419 \end_inset
34420
34421 einsehrsehrsehrlangeswort
34422 \begin_inset Quotes grd
34423 \end_inset
34424
34425 .
34426 \end_layout
34427
34428 \begin_layout Standard
34429 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
34430  Innere
34431 \begin_inset space ~
34432 \end_inset
34433
34434 Box auf Makebox und verwenden keine explizite Breite.
34435 \end_layout
34436
34437 \begin_layout Standard
34438 Hier ist das Ergebnis:
34439 \end_layout
34440
34441 \begin_layout Standard
34442 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34443 \begin_inset Box Frameless
34444 position "t"
34445 hor_pos "c"
34446 has_inner_box 1
34447 inner_pos "t"
34448 use_parbox 0
34449 use_makebox 1
34450 width ""
34451 special "none"
34452 height "1in"
34453 height_special "totalheight"
34454 thickness "0.4pt"
34455 separation "3pt"
34456 shadowsize "4pt"
34457 framecolor "black"
34458 backgroundcolor "none"
34459 status open
34460
34461 \begin_layout Plain Layout
34462 \begin_inset Quotes gld
34463 \end_inset
34464
34465 einsehrsehrsehrlangeswort
34466 \begin_inset Quotes grd
34467 \end_inset
34468
34469
34470 \end_layout
34471
34472 \end_inset
34473
34474 .
34475 \end_layout
34476
34477 \begin_layout Standard
34478 Alternativ dazu kann man auch den Befehl 
34479 \begin_inset Quotes gld
34480 \end_inset
34481
34482
34483 \series bold
34484
34485 \backslash
34486 -
34487 \series default
34488
34489 \begin_inset Quotes grd
34490 \end_inset
34491
34492  als \SpecialChar TeX
34493 -Code direkt vor das Wort setzen:
34494 \end_layout
34495
34496 \begin_layout Standard
34497 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34498 \begin_inset Quotes gld
34499 \end_inset
34500
34501
34502 \begin_inset ERT
34503 status collapsed
34504
34505 \begin_layout Plain Layout
34506
34507
34508 \backslash
34509 -
34510 \end_layout
34511
34512 \end_inset
34513
34514 einsehrsehrsehrlangeswort
34515 \begin_inset Quotes grd
34516 \end_inset
34517
34518 .
34519 \end_layout
34520
34521 \begin_layout Standard
34522 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
34523  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
34524 \family sans
34525 Strg-Eingabe
34526 \family default
34527 ) einfügen: 
34528 \end_layout
34529
34530 \begin_layout Standard
34531 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
34532 \begin_inset Newline newline
34533 \end_inset
34534
34535
34536 \begin_inset Box Frameless
34537 position "t"
34538 hor_pos "c"
34539 has_inner_box 1
34540 inner_pos "t"
34541 use_parbox 0
34542 use_makebox 1
34543 width ""
34544 special "none"
34545 height "1in"
34546 height_special "totalheight"
34547 thickness "0.4pt"
34548 separation "3pt"
34549 shadowsize "4pt"
34550 framecolor "black"
34551 backgroundcolor "none"
34552 status open
34553
34554 \begin_layout Plain Layout
34555 \begin_inset Quotes gld
34556 \end_inset
34557
34558 einsehrsehrsehrlangeswort
34559 \begin_inset Quotes grd
34560 \end_inset
34561
34562
34563 \end_layout
34564
34565 \end_inset
34566
34567 .
34568 \end_layout
34569
34570 \begin_layout Subsection
34571 Vertikale Ausrichtung
34572 \begin_inset CommandInset label
34573 LatexCommand label
34574 name "uab:Vertikale-Ausrichtung"
34575
34576 \end_inset
34577
34578
34579 \begin_inset Index idx
34580 status collapsed
34581
34582 \begin_layout Plain Layout
34583 Boxen ! für Vertikale Ausrichtung
34584 \end_layout
34585
34586 \end_inset
34587
34588
34589 \begin_inset Index idx
34590 status collapsed
34591
34592 \begin_layout Plain Layout
34593 Boxen ! raisebox
34594 \end_layout
34595
34596 \end_inset
34597
34598
34599 \end_layout
34600
34601 \begin_layout Standard
34602 Mit dem \SpecialChar LaTeX
34603 -Befehl 
34604 \series bold
34605
34606 \backslash
34607 raisebox
34608 \series default
34609  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
34610 n Textes ausrichten.
34611  
34612 \series bold
34613
34614 \backslash
34615 raisebox
34616 \series default
34617  wird folgendermaßen benutzt:
34618 \end_layout
34619
34620 \begin_layout Standard
34621
34622 \series bold
34623
34624 \backslash
34625 raisebox{Verschiebung}[oben][unten]{Text}
34626 \end_layout
34627
34628 \begin_layout Standard
34629 Positive Werte für Verschiebung
34630 \series bold
34631  
34632 \series default
34633 verschieben die Box nach oben, negative nach unten.
34634  Die beiden optionalen Parameter 
34635 \family typewriter
34636 oben
34637 \family default
34638  und 
34639 \family typewriter
34640 unten
34641 \family default
34642  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
34643  hinausgeht, wenn sie nicht verschoben ist.
34644 \end_layout
34645
34646 \begin_layout Standard
34647 Um zum Beispiel das Wort 
34648 \begin_inset Quotes gld
34649 \end_inset
34650
34651 provokant
34652 \begin_inset Quotes grd
34653 \end_inset
34654
34655  mit seinem 
34656 \begin_inset Quotes gld
34657 \end_inset
34658
34659 niedrigsten
34660 \begin_inset Quotes grd
34661 \end_inset
34662
34663  Buchstaben 
34664 \begin_inset Quotes gld
34665 \end_inset
34666
34667 p
34668 \begin_inset Quotes grd
34669 \end_inset
34670
34671  an der Grundlinie auszurichten, müssen Sie den \SpecialChar TeX
34672 -Code-Befehl
34673 \end_layout
34674
34675 \begin_layout Standard
34676
34677 \series bold
34678
34679 \backslash
34680 raisebox{
34681 \backslash
34682 depth}{
34683 \end_layout
34684
34685 \begin_layout Standard
34686 vor dem Wort einfügen und 
34687 \begin_inset Quotes gld
34688 \end_inset
34689
34690
34691 \series bold
34692 }
34693 \series default
34694
34695 \begin_inset Quotes grd
34696 \end_inset
34697
34698  als \SpecialChar TeX
34699 -Code dahinter:
34700 \end_layout
34701
34702 \begin_layout Standard
34703 Dies ist eine Zeile, in der das Wort 
34704 \begin_inset ERT
34705 status collapsed
34706
34707 \begin_layout Plain Layout
34708
34709
34710 \backslash
34711 raisebox{
34712 \backslash
34713 depth}{
34714 \end_layout
34715
34716 \end_inset
34717
34718
34719 \begin_inset Quotes gld
34720 \end_inset
34721
34722 provokant
34723 \begin_inset Quotes grd
34724 \end_inset
34725
34726
34727 \begin_inset ERT
34728 status collapsed
34729
34730 \begin_layout Plain Layout
34731
34732 }
34733 \end_layout
34734
34735 \end_inset
34736
34737  nach oben verschoben wurde.
34738 \end_layout
34739
34740 \begin_layout Standard
34741 \begin_inset VSpace bigskip
34742 \end_inset
34743
34744 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
34745  gedehnt:
34746 \end_layout
34747
34748 \begin_layout Standard
34749 Dies ist eine Zeile, in der das Wort 
34750 \begin_inset ERT
34751 status collapsed
34752
34753 \begin_layout Plain Layout
34754
34755
34756 \backslash
34757 raisebox{-
34758 \backslash
34759 depth}{
34760 \end_layout
34761
34762 \end_inset
34763
34764
34765 \begin_inset Quotes gld
34766 \end_inset
34767
34768 provokant
34769 \begin_inset Quotes grd
34770 \end_inset
34771
34772
34773 \begin_inset ERT
34774 status collapsed
34775
34776 \begin_layout Plain Layout
34777
34778 }
34779 \end_layout
34780
34781 \end_inset
34782
34783  nach unten verschoben wurde.
34784 \end_layout
34785
34786 \begin_layout Standard
34787 Dies ist eine Zeile, in der das Wort 
34788 \begin_inset ERT
34789 status collapsed
34790
34791 \begin_layout Plain Layout
34792
34793
34794 \backslash
34795 raisebox{0.5cm}{
34796 \end_layout
34797
34798 \end_inset
34799
34800
34801 \begin_inset Quotes gld
34802 \end_inset
34803
34804 testen
34805 \begin_inset Quotes grd
34806 \end_inset
34807
34808
34809 \begin_inset ERT
34810 status collapsed
34811
34812 \begin_layout Plain Layout
34813
34814 }
34815 \end_layout
34816
34817 \end_inset
34818
34819  um 0.5
34820 \begin_inset space \thinspace{}
34821 \end_inset
34822
34823 cm nach oben verschoben wurde.
34824 \end_layout
34825
34826 \begin_layout Standard
34827 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
34828 \end_layout
34829
34830 \begin_layout Standard
34831
34832 \series bold
34833
34834 \backslash
34835 raisebox{-
34836 \backslash
34837 depth}[0pt]{
34838 \end_layout
34839
34840 \begin_layout Standard
34841 Dies ist eine Zeile, in der das Wort 
34842 \begin_inset ERT
34843 status collapsed
34844
34845 \begin_layout Plain Layout
34846
34847
34848 \backslash
34849 raisebox{-
34850 \backslash
34851 depth}[0pt]{
34852 \end_layout
34853
34854 \end_inset
34855
34856
34857 \begin_inset Quotes gld
34858 \end_inset
34859
34860 provokant
34861 \begin_inset Quotes grd
34862 \end_inset
34863
34864
34865 \begin_inset ERT
34866 status collapsed
34867
34868 \begin_layout Plain Layout
34869
34870 }
34871 \end_layout
34872
34873 \end_inset
34874
34875  nach unten verschoben wurde.
34876 \begin_inset Newline newline
34877 \end_inset
34878
34879
34880 \begin_inset Newline newline
34881 \end_inset
34882
34883 Dies ist eine Zeile, in der das Wort 
34884 \begin_inset ERT
34885 status collapsed
34886
34887 \begin_layout Plain Layout
34888
34889
34890 \backslash
34891 raisebox{0.5cm}[0pt]{
34892 \end_layout
34893
34894 \end_inset
34895
34896
34897 \begin_inset Quotes gld
34898 \end_inset
34899
34900 testen
34901 \begin_inset Quotes grd
34902 \end_inset
34903
34904
34905 \begin_inset ERT
34906 status collapsed
34907
34908 \begin_layout Plain Layout
34909
34910 }
34911 \end_layout
34912
34913 \end_inset
34914
34915  um 0.5
34916 \begin_inset space \thinspace{}
34917 \end_inset
34918
34919 cm nach oben verschoben wurde.
34920  Jetzt überschneiden sich die verschobenen Worte.
34921 \end_layout
34922
34923 \begin_layout Section
34924 Farbige Boxen
34925 \begin_inset CommandInset label
34926 LatexCommand label
34927 name "abs:Farbige-Boxen"
34928
34929 \end_inset
34930
34931
34932 \begin_inset Index idx
34933 status collapsed
34934
34935 \begin_layout Plain Layout
34936 Boxen ! farbige
34937 \end_layout
34938
34939 \end_inset
34940
34941
34942 \end_layout
34943
34944 \begin_layout Standard
34945 Um einen Text mit einer Hintergrundfarbe zu versehen, wählen Sie diese im
34946  Box-Dialog aus.
34947  Dies ist zum Beispiel eine Box mit orangenem Hintergrund
34948 \begin_inset Newline newline
34949 \end_inset
34950
34951
34952 \begin_inset Box Frameless
34953 position "t"
34954 hor_pos "c"
34955 has_inner_box 1
34956 inner_pos "t"
34957 use_parbox 0
34958 use_makebox 1
34959 width ""
34960 special "none"
34961 height "1in"
34962 height_special "totalheight"
34963 thickness "0.4pt"
34964 separation "3pt"
34965 shadowsize "4pt"
34966 framecolor "black"
34967 backgroundcolor "orange"
34968 status open
34969
34970 \begin_layout Plain Layout
34971 Box mit orangenem Hintergrund
34972 \end_layout
34973
34974 \end_inset
34975
34976
34977 \end_layout
34978
34979 \begin_layout Standard
34980 Wenn Sie die Dekoration
34981 \family sans
34982  Einfacher
34983 \begin_inset space ~
34984 \end_inset
34985
34986 rechteckiger
34987 \begin_inset space ~
34988 \end_inset
34989
34990 Rahmen 
34991 \family default
34992 verwenden, können Sie eine Rahmenfarbe festlegen.
34993  In diesem Fall muss auch eine Hintergrundfarbe angegeben werden (LyX setzt
34994  sie standardmäßig auf weiß).
34995  Hier ist ein Beispiel:
34996 \begin_inset Newline newline
34997 \end_inset
34998
34999
35000 \begin_inset Box Boxed
35001 position "t"
35002 hor_pos "c"
35003 has_inner_box 0
35004 inner_pos "t"
35005 use_parbox 0
35006 use_makebox 0
35007 width ""
35008 special "none"
35009 height "1in"
35010 height_special "totalheight"
35011 thickness "0.4pt"
35012 separation "3pt"
35013 shadowsize "4pt"
35014 framecolor "teal"
35015 backgroundcolor "yellow"
35016 status open
35017
35018 \begin_layout Plain Layout
35019 Box mit tealer Rahmenfarbe und gelber Hintergrundfarbe
35020 \end_layout
35021
35022 \end_inset
35023
35024
35025 \end_layout
35026
35027 \begin_layout Standard
35028 \begin_inset VSpace bigskip
35029 \end_inset
35030
35031 Natürlich ist auch farbiger Text in einer farbigen Box möglich:
35032 \begin_inset Newline newline
35033 \end_inset
35034
35035
35036 \begin_inset Box Boxed
35037 position "t"
35038 hor_pos "c"
35039 has_inner_box 0
35040 inner_pos "t"
35041 use_parbox 0
35042 use_makebox 0
35043 width ""
35044 special "none"
35045 height "1in"
35046 height_special "totalheight"
35047 thickness "0.4pt"
35048 separation "3pt"
35049 shadowsize "4pt"
35050 framecolor "cyan"
35051 backgroundcolor "magenta"
35052 status open
35053
35054 \begin_layout Plain Layout
35055
35056 \color yellow
35057 Dies ist farbiger Text in einer farbigen, gerahmten Box.
35058 \end_layout
35059
35060 \end_inset
35061
35062
35063 \end_layout
35064
35065 \begin_layout Standard
35066 \begin_inset VSpace bigskip
35067 \end_inset
35068
35069
35070 \end_layout
35071
35072 \begin_layout Standard
35073 Falls sie andere als die voreingestellten Farben benötigen, können Ihre
35074  eigenen Farben definieren, wie in Abschnitt
35075 \begin_inset space ~
35076 \end_inset
35077
35078
35079 \begin_inset CommandInset ref
35080 LatexCommand ref
35081 reference "abs:Farbige-Tabellen"
35082
35083 \end_inset
35084
35085  beschrieben.
35086  Um selbstdefinierte Farben zu verwenden, muss die Box mittels TeX-Code
35087  gesetzt werden:
35088 \end_layout
35089
35090 \begin_layout Standard
35091 Farbige Boxen ohne Rahmen werden mit dem Befehl 
35092 \series bold
35093
35094 \backslash
35095 colorbox
35096 \series default
35097  erzeugt.
35098  Er hat folgendes Schema:
35099 \end_layout
35100
35101 \begin_layout Standard
35102
35103 \series bold
35104
35105 \backslash
35106 colorbox{Farbe}{Boxinhalt}
35107 \end_layout
35108
35109 \begin_layout Standard
35110 Der Boxinhalt kann auch eine Box sein, und farbige Boxen können in anderen
35111  Boxen sein.
35112  Um zum Beispiel ein Wort auf einem dunkelgrünen Hintergrund zu drucken,
35113  fügen sie den \SpecialChar TeX
35114 -Code-Befehl
35115 \end_layout
35116
35117 \begin_layout Standard
35118
35119 \series bold
35120
35121 \backslash
35122 colorbox{dunkelgruen}{
35123 \end_layout
35124
35125 \begin_layout Standard
35126 vor dem Wort ein.
35127  Hinter dem Wort fügen Sie 
35128 \series bold
35129
35130 \begin_inset Quotes gld
35131 \end_inset
35132
35133 }
35134 \series default
35135
35136 \begin_inset Quotes grd
35137 \end_inset
35138
35139  als \SpecialChar TeX
35140 -Code ein.
35141  Hier ist das Ergebnis:
35142 \end_layout
35143
35144 \begin_layout Standard
35145 In dieser Zeile hat 
35146 \begin_inset ERT
35147 status collapsed
35148
35149 \begin_layout Plain Layout
35150
35151
35152 \backslash
35153 colorbox{dunkelgruen}{
35154 \end_layout
35155
35156 \end_inset
35157
35158 Achtung!
35159 \begin_inset ERT
35160 status collapsed
35161
35162 \begin_layout Plain Layout
35163
35164 }
35165 \end_layout
35166
35167 \end_inset
35168
35169  einen dunkelgrünen Hintergrund.
35170 \end_layout
35171
35172 \begin_layout Standard
35173 Farbige Boxen mit Rahmen werden mit dem Befehl
35174 \series bold
35175  
35176 \backslash
35177 fcolorbox
35178 \series default
35179  erzeugt.
35180  Er hat folgendes Schema:
35181 \end_layout
35182
35183 \begin_layout Standard
35184
35185 \series bold
35186
35187 \backslash
35188 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
35189 \end_layout
35190
35191 \begin_layout Section
35192 Rotierte und skalierte Boxen
35193 \end_layout
35194
35195 \begin_layout Standard
35196 Um die in diesem Abschnitt beschriebenen Boxen nutzen zu können, muss das
35197  Modul 
35198 \family sans
35199 Grafik-Boxen
35200 \family default
35201  in den Dokumenteinstellungen geladen sein.
35202 \end_layout
35203
35204 \begin_layout Standard
35205 \begin_inset Note Greyedout
35206 status open
35207
35208 \begin_layout Plain Layout
35209
35210 \series bold
35211 Achtung:
35212 \series default
35213  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
35214 \end_layout
35215
35216 \end_inset
35217
35218
35219 \end_layout
35220
35221 \begin_layout Standard
35222 \begin_inset Note Greyedout
35223 status open
35224
35225 \begin_layout Plain Layout
35226
35227 \series bold
35228 Achtung:
35229 \series default
35230  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
35231 \end_layout
35232
35233 \end_inset
35234
35235
35236 \end_layout
35237
35238 \begin_layout Subsection
35239 Rotierte Boxen
35240 \begin_inset Index idx
35241 status collapsed
35242
35243 \begin_layout Plain Layout
35244 Boxen ! rotierte
35245 \end_layout
35246
35247 \end_inset
35248
35249
35250 \begin_inset Index idx
35251 status collapsed
35252
35253 \begin_layout Plain Layout
35254 Rotiertes Material
35255 \end_layout
35256
35257 \end_inset
35258
35259
35260 \end_layout
35261
35262 \begin_layout Standard
35263 Um Material zu drehen, setzt man es in eine 
35264 \family sans
35265 Rotationsbox
35266 \family default
35267 .
35268  Solch eine Box wird über das Menü 
35269 \family sans
35270 Einfügen\SpecialChar menuseparator
35271 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
35272 Rotationsbox
35273 \family default
35274  eingefügt.
35275 \end_layout
35276
35277 \begin_layout Standard
35278 Der Drehpunkt kann über die Einfügung 
35279 \family sans
35280 Drehpunkt
35281 \family default
35282  (Menü 
35283 \family sans
35284 Einfügen\SpecialChar menuseparator
35285 Drehpunkt
35286 \family default
35287 ) in der Form 
35288 \series bold
35289 origin=Position
35290 \series default
35291  angegeben.
35292  Folgende Positionen sind möglich: 
35293 \emph on
35294 c
35295 \emph default
35296  (mittig), 
35297 \emph on
35298 l
35299 \emph default
35300  (links), 
35301 \emph on
35302 r
35303 \emph default
35304  (rechts), 
35305 \emph on
35306 b
35307 \emph default
35308  (unten), 
35309 \emph on
35310 t
35311 \emph default
35312  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
35313  Z.
35314 \begin_inset space \thinspace{}
35315 \end_inset
35316
35317 B.
35318  bedeutet 
35319 \emph on
35320 lt
35321 \emph default
35322 , dass sich der Drehpunkt links oben befindet.
35323  Wird kein Drehpunkt angegeben, wird die Position 
35324 \emph on
35325 l
35326 \emph default
35327  verwendet.
35328  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
35329  Gedreht wird gegen den Uhrzeigersinn.
35330 \end_layout
35331
35332 \begin_layout Standard
35333 Im folgenden Beispiel wurde
35334 \series bold
35335  origin=c
35336 \series default
35337  in the Einfügung 
35338 \family sans
35339 Drehpunkt
35340 \family default
35341  und 
35342 \series bold
35343 60
35344 \series default
35345  in die Einfügung 
35346 \family sans
35347 Winkel
35348 \family default
35349  eingegeben.
35350 \end_layout
35351
35352 \begin_layout Standard
35353 Dies ist eine Zeile 
35354 \begin_inset Flex Rotatebox
35355 status open
35356
35357 \begin_layout Plain Layout
35358 \begin_inset Argument 1
35359 status open
35360
35361 \begin_layout Plain Layout
35362 origin=c
35363 \end_layout
35364
35365 \end_inset
35366
35367
35368 \begin_inset Argument 2
35369 status open
35370
35371 \begin_layout Plain Layout
35372 60
35373 \end_layout
35374
35375 \end_inset
35376
35377 mit rotiertem
35378 \end_layout
35379
35380 \end_inset
35381
35382  Text.
35383 \end_layout
35384
35385 \begin_layout Standard
35386 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
35387 \end_layout
35388
35389 \begin_layout Standard
35390 Dies ist eine Zeile 
35391 \begin_inset Flex Rotatebox
35392 status open
35393
35394 \begin_layout Plain Layout
35395 \begin_inset Argument 1
35396 status open
35397
35398 \begin_layout Plain Layout
35399 origin=r
35400 \end_layout
35401
35402 \end_inset
35403
35404
35405 \begin_inset Argument 2
35406 status open
35407
35408 \begin_layout Plain Layout
35409 -60
35410 \end_layout
35411
35412 \end_inset
35413
35414
35415 \begin_inset Box Doublebox
35416 position "c"
35417 hor_pos "c"
35418 has_inner_box 0
35419 inner_pos "c"
35420 use_parbox 0
35421 use_makebox 0
35422 width "1in"
35423 special "width"
35424 height "1in"
35425 height_special "totalheight"
35426 thickness "0.4pt"
35427 separation "3pt"
35428 shadowsize "4pt"
35429 framecolor "black"
35430 backgroundcolor "none"
35431 status collapsed
35432
35433 \begin_layout Plain Layout
35434 mit rotiertem
35435 \end_layout
35436
35437 \end_inset
35438
35439
35440 \end_layout
35441
35442 \end_inset
35443
35444  umrandeten Text 
35445 \begin_inset Flex Rotatebox
35446 status open
35447
35448 \begin_layout Plain Layout
35449 \begin_inset Argument 1
35450 status open
35451
35452 \begin_layout Plain Layout
35453 origin=lb
35454 \end_layout
35455
35456 \end_inset
35457
35458
35459 \begin_inset Argument 2
35460 status open
35461
35462 \begin_layout Plain Layout
35463 60
35464 \end_layout
35465
35466 \end_inset
35467
35468
35469 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35470 \end_inset
35471
35472
35473 \end_layout
35474
35475 \end_inset
35476
35477  und einer Formel.
35478 \end_layout
35479
35480 \begin_layout Standard
35481 Oder ein Bild oder Tabelle:
35482 \end_layout
35483
35484 \begin_layout Standard
35485 Dies ist eine Zeile 
35486 \begin_inset Flex Rotatebox
35487 status open
35488
35489 \begin_layout Plain Layout
35490 \begin_inset Argument 1
35491 status open
35492
35493 \begin_layout Plain Layout
35494 origin=lb
35495 \end_layout
35496
35497 \end_inset
35498
35499
35500 \begin_inset Argument 2
35501 status open
35502
35503 \begin_layout Plain Layout
35504 90
35505 \end_layout
35506
35507 \end_inset
35508
35509
35510 \begin_inset Graphics
35511         filename ../clipart/platypus.eps
35512         lyxscale 50
35513         width 25col%
35514
35515 \end_inset
35516
35517
35518 \end_layout
35519
35520 \end_inset
35521
35522  mit einem rotierten Bild 
35523 \begin_inset Flex Rotatebox
35524 status open
35525
35526 \begin_layout Plain Layout
35527 \begin_inset Argument 2
35528 status open
35529
35530 \begin_layout Plain Layout
35531 -90
35532 \end_layout
35533
35534 \end_inset
35535
35536
35537 \begin_inset Tabular
35538 <lyxtabular version="3" rows="2" columns="2">
35539 <features tabularvalignment="middle">
35540 <column alignment="center" valignment="top">
35541 <column alignment="center" valignment="top">
35542 <row>
35543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35544 \begin_inset Text
35545
35546 \begin_layout Plain Layout
35547 q
35548 \end_layout
35549
35550 \end_inset
35551 </cell>
35552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35553 \begin_inset Text
35554
35555 \begin_layout Plain Layout
35556 w
35557 \end_layout
35558
35559 \end_inset
35560 </cell>
35561 </row>
35562 <row>
35563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35564 \begin_inset Text
35565
35566 \begin_layout Plain Layout
35567 e
35568 \end_layout
35569
35570 \end_inset
35571 </cell>
35572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35573 \begin_inset Text
35574
35575 \begin_layout Plain Layout
35576 r
35577 \end_layout
35578
35579 \end_inset
35580 </cell>
35581 </row>
35582 </lyxtabular>
35583
35584 \end_inset
35585
35586
35587 \end_layout
35588
35589 \end_inset
35590
35591  und Tabelle.
35592 \begin_inset Index idx
35593 status collapsed
35594
35595 \begin_layout Plain Layout
35596 Abbildungen ! rotierte
35597 \end_layout
35598
35599 \end_inset
35600
35601
35602 \begin_inset Index idx
35603 status collapsed
35604
35605 \begin_layout Plain Layout
35606 Tabellen ! rotierte
35607 \end_layout
35608
35609 \end_inset
35610
35611
35612 \end_layout
35613
35614 \begin_layout Standard
35615 \begin_inset Note Greyedout
35616 status open
35617
35618 \begin_layout Plain Layout
35619
35620 \series bold
35621 Achtung:
35622 \series default
35623  Wenn die Einfügung 
35624 \family sans
35625 Drehpunkt
35626 \family default
35627  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
35628 -Fehler
35629  wenn man das Dokument ansieht/exportiert.
35630 \end_layout
35631
35632 \end_inset
35633
35634
35635 \end_layout
35636
35637 \begin_layout Subsection
35638 Skalierte Boxen
35639 \begin_inset Index idx
35640 status collapsed
35641
35642 \begin_layout Plain Layout
35643 Boxen ! skalierte
35644 \end_layout
35645
35646 \end_inset
35647
35648
35649 \begin_inset Index idx
35650 status collapsed
35651
35652 \begin_layout Plain Layout
35653 Skaliertes Material
35654 \end_layout
35655
35656 \end_inset
35657
35658
35659 \end_layout
35660
35661 \begin_layout Standard
35662 Um Material zu skalieren, setzt man es in eine 
35663 \family sans
35664 Skalierende
35665 \begin_inset space ~
35666 \end_inset
35667
35668 Box
35669 \family default
35670 .
35671  Solch eine Box wird über das Menü 
35672 \family sans
35673 Einfügen\SpecialChar menuseparator
35674 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
35675 Skalierende
35676 \begin_inset space ~
35677 \end_inset
35678
35679 Box
35680 \family default
35681  eingefügt.
35682 \end_layout
35683
35684 \begin_layout Standard
35685 Die 
35686 \family sans
35687 Skalierende
35688 \begin_inset space ~
35689 \end_inset
35690
35691 Box
35692 \family default
35693  Einfügung hat die obligatorische Einfügung 
35694 \family sans
35695 H-Faktor
35696 \family default
35697  und die optionale Einfügung 
35698 \family sans
35699 V-Faktor
35700 \family default
35701  (wird eingefügt über das Menü 
35702 \family sans
35703 Einfügen\SpecialChar menuseparator
35704 V-Faktor)
35705 \family default
35706 .
35707  Fügen Sie hier den horizontalen bzw.
35708 \begin_inset space \space{}
35709 \end_inset
35710
35711 den vertikalen Skalierungsfaktor ein.
35712  Wenn die Einfügung 
35713 \family sans
35714 V-Faktor
35715 \family default
35716  nicht verwendet wird, wird der horizontale Skalierungsfaktor auch für den
35717  vertikalen verwendet.
35718 \end_layout
35719
35720 \begin_layout Standard
35721 Um z.
35722 \begin_inset space \thinspace{}
35723 \end_inset
35724
35725 B.
35726  doppelte Textgröße als die Dokument-Schriftgröße zu erhalten, gibt man
35727  
35728 \series bold
35729 2
35730 \series default
35731  in die Einfügung 
35732 \family sans
35733 H-Faktor
35734 \family default
35735  ein.
35736  Ein Beispiel: 
35737 \begin_inset Flex Scalebox
35738 status open
35739
35740 \begin_layout Plain Layout
35741 \begin_inset Argument 1
35742 status open
35743
35744 \begin_layout Plain Layout
35745 2
35746 \end_layout
35747
35748 \end_inset
35749
35750 Hallo
35751 \end_layout
35752
35753 \end_inset
35754
35755
35756 \end_layout
35757
35758 \begin_layout Standard
35759
35760 \series bold
35761 2
35762 \series default
35763  als 
35764 \family sans
35765 H-Faktor
35766 \family default
35767  und 
35768 \series bold
35769 1
35770 \series default
35771  als 
35772 \family sans
35773 V-Faktor
35774 \family default
35775  verzerrt das 
35776 \begin_inset Flex Scalebox
35777 status open
35778
35779 \begin_layout Plain Layout
35780 \begin_inset Argument 1
35781 status open
35782
35783 \begin_layout Plain Layout
35784 2
35785 \end_layout
35786
35787 \end_inset
35788
35789
35790 \begin_inset Argument 2
35791 status open
35792
35793 \begin_layout Plain Layout
35794 1
35795 \end_layout
35796
35797 \end_inset
35798
35799 Hallo
35800 \end_layout
35801
35802 \end_inset
35803
35804 .
35805 \end_layout
35806
35807 \begin_layout Standard
35808 Die Skalierungsfaktoren dürfen auch negativ sein.
35809  In diesem Fall wird der Boxinhalt gespiegelt.
35810  Daher kann 
35811 \series bold
35812 -1
35813 \series default
35814  als 
35815 \family sans
35816 H-Faktor
35817 \family default
35818  und 
35819 \series bold
35820 1
35821 \series default
35822  als 
35823 \family sans
35824 V-Faktor
35825 \family default
35826  verwendet werden um Spiegelschrift zu erstellen: 
35827 \begin_inset Flex Scalebox
35828 status open
35829
35830 \begin_layout Plain Layout
35831 \begin_inset Argument 1
35832 status open
35833
35834 \begin_layout Plain Layout
35835 -1
35836 \end_layout
35837
35838 \end_inset
35839
35840
35841 \begin_inset Argument 2
35842 status open
35843
35844 \begin_layout Plain Layout
35845 1
35846 \end_layout
35847
35848 \end_inset
35849
35850 Hallo
35851 \end_layout
35852
35853 \end_inset
35854
35855
35856 \end_layout
35857
35858 \begin_layout Standard
35859
35860 \series bold
35861 1
35862 \series default
35863  als 
35864 \family sans
35865 H-Faktor
35866 \family default
35867  und 
35868 \series bold
35869 -1
35870 \series default
35871  als 
35872 \family sans
35873 V-Faktor
35874 \family default
35875  reflektiert das 
35876 \begin_inset Flex Scalebox
35877 status open
35878
35879 \begin_layout Plain Layout
35880 \begin_inset Argument 1
35881 status open
35882
35883 \begin_layout Plain Layout
35884 1
35885 \end_layout
35886
35887 \end_inset
35888
35889
35890 \begin_inset Argument 2
35891 status open
35892
35893 \begin_layout Plain Layout
35894 -1
35895 \end_layout
35896
35897 \end_inset
35898
35899 Hallo
35900 \end_layout
35901
35902 \end_inset
35903
35904  an der Grundlinie.
35905 \end_layout
35906
35907 \begin_layout Standard
35908 Die 
35909 \family sans
35910 Spiegelbox
35911 \family default
35912  (Menü 
35913 \family sans
35914 Einfügen\SpecialChar menuseparator
35915 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
35916 Spiegelbox
35917 \family default
35918 ) ist äquivalent zu 
35919 \series bold
35920 -1
35921 \series default
35922  als 
35923 \family sans
35924 H-Faktor
35925 \family default
35926  und 
35927 \series bold
35928 1
35929 \series default
35930  als 
35931 \family sans
35932 V-Faktor 
35933 \family default
35934 für eine 
35935 \family sans
35936 Skalierende
35937 \begin_inset space ~
35938 \end_inset
35939
35940 Box
35941 \family default
35942 .
35943 \end_layout
35944
35945 \begin_layout Standard
35946 \begin_inset Note Greyedout
35947 status open
35948
35949 \begin_layout Plain Layout
35950
35951 \series bold
35952 Achtung:
35953 \series default
35954  Wenn die Einfügung 
35955 \family sans
35956 Drehpunkt
35957 \family default
35958  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
35959 -Fehler
35960  wenn man das Dokument ansieht/exportiert.
35961 \end_layout
35962
35963 \end_inset
35964
35965
35966 \end_layout
35967
35968 \begin_layout Standard
35969 \begin_inset VSpace bigskip
35970 \end_inset
35971
35972 Die 
35973 \family sans
35974 Neugrößenbox
35975 \family default
35976  (Menü 
35977 \family sans
35978 Einfügen\SpecialChar menuseparator
35979 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
35980 Neugrößenbox
35981 \family default
35982 ) verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
35983  skalieren.
35984  Die 
35985 \family sans
35986 Neugrößenbox
35987 \family default
35988  Einfügung hat die obligatorische Einfügung 
35989 \family sans
35990 Breite
35991 \family default
35992  und die optionale Einfügung 
35993 \family sans
35994 Höhe
35995 \family default
35996  (wird eingefügt über das Menü 
35997 \family sans
35998 Einfügen\SpecialChar menuseparator
35999 Höhe)
36000 \family default
36001 .
36002  Fügen Sie hier die Breite bzw.
36003 \begin_inset space \space{}
36004 \end_inset
36005
36006 Höhe als Wert mit Einheit ein.
36007  
36008 \begin_inset CommandInset ref
36009 LatexCommand ref
36010 reference "tab:Maßeinheiten"
36011
36012 \end_inset
36013
36014  listet die möglichen Maßeinheiten auf.
36015  Befindet sich ein Ausrufezeichen 
36016 \series bold
36017 !
36018 \series default
36019  in einer der beiden
36020 \lang english
36021  
36022 \lang ngerman
36023 Einfügungen, wird die Größe so gewählt, dass das Seitenverhältnis der Box
36024  beibehalten wird.
36025  Wenn die Einfügung 
36026 \family sans
36027 Höhe
36028 \family default
36029  nicht verwendet wird, wird intern ein Ausrufezeichen für die Höhe verwendet.
36030 \end_layout
36031
36032 \begin_layout Standard
36033
36034 \series bold
36035 2cm
36036 \series default
36037  als 
36038 \family sans
36039 Breite
36040 \family default
36041  und 
36042 \series bold
36043 1cm
36044 \series default
36045  als 
36046 \family sans
36047 Höhe
36048 \family default
36049  ergibt: 
36050 \begin_inset Flex Resizebox
36051 status open
36052
36053 \begin_layout Plain Layout
36054 \begin_inset Argument 1
36055 status open
36056
36057 \begin_layout Plain Layout
36058 2cm
36059 \end_layout
36060
36061 \end_inset
36062
36063
36064 \begin_inset Argument 2
36065 status open
36066
36067 \begin_layout Plain Layout
36068 1cm
36069 \end_layout
36070
36071 \end_inset
36072
36073 Hallo
36074 \end_layout
36075
36076 \end_inset
36077
36078
36079 \begin_inset Newline newline
36080 \end_inset
36081
36082
36083 \series bold
36084 2cm
36085 \series default
36086  als 
36087 \family sans
36088 Breite
36089 \family default
36090  und 
36091 \series bold
36092 !
36093 \series default
36094  als 
36095 \family sans
36096 Höhe
36097 \family default
36098  (oder keine 
36099 \family sans
36100 Höhe
36101 \family default
36102 ) ergibt: 
36103 \begin_inset Flex Resizebox
36104 status open
36105
36106 \begin_layout Plain Layout
36107 \begin_inset Argument 1
36108 status open
36109
36110 \begin_layout Plain Layout
36111 2cm
36112 \end_layout
36113
36114 \end_inset
36115
36116
36117 \begin_inset Argument 2
36118 status open
36119
36120 \begin_layout Plain Layout
36121 !
36122 \end_layout
36123
36124 \end_inset
36125
36126 Hallo
36127 \end_layout
36128
36129 \end_inset
36130
36131
36132 \end_layout
36133
36134 \begin_layout Standard
36135 \begin_inset Note Greyedout
36136 status open
36137
36138 \begin_layout Plain Layout
36139
36140 \series bold
36141 Achtung:
36142 \series default
36143  Wenn die Einfügung
36144 \family sans
36145  Breite 
36146 \family default
36147 leer ist oder eine ungültige Einheit enthält, erhält man \SpecialChar LaTeX
36148 -Fehler wenn man
36149  das Dokument ansieht/exportiert.
36150 \end_layout
36151
36152 \end_inset
36153
36154
36155 \end_layout
36156
36157 \begin_layout Standard
36158 \begin_inset VSpace bigskip
36159 \end_inset
36160
36161
36162 \end_layout
36163
36164 \begin_layout Standard
36165 Alle Boxen können beliebig miteinander kombiniert werden.
36166  Als Beispiel eine 
36167 \family sans
36168 Spiegelbox
36169 \family default
36170  in einer 
36171 \family sans
36172 Neugrößenbox
36173 \family default
36174 , die wiederum in einer 
36175 \family sans
36176 Rotationsbox
36177 \family default
36178  ist:
36179 \end_layout
36180
36181 \begin_layout Standard
36182 \noindent
36183 \align center
36184 \begin_inset Flex Rotatebox
36185 status open
36186
36187 \begin_layout Plain Layout
36188 \begin_inset Argument 1
36189 status open
36190
36191 \begin_layout Plain Layout
36192 origin=c
36193 \end_layout
36194
36195 \end_inset
36196
36197
36198 \begin_inset Argument 2
36199 status open
36200
36201 \begin_layout Plain Layout
36202 -45
36203 \end_layout
36204
36205 \end_inset
36206
36207
36208 \begin_inset Flex Resizebox
36209 status open
36210
36211 \begin_layout Plain Layout
36212 \begin_inset Argument 1
36213 status open
36214
36215 \begin_layout Plain Layout
36216 2cm
36217 \end_layout
36218
36219 \end_inset
36220
36221
36222 \begin_inset Flex Reflectbox
36223 status open
36224
36225 \begin_layout Plain Layout
36226 Hallo
36227 \end_layout
36228
36229 \end_inset
36230
36231
36232 \end_layout
36233
36234 \end_inset
36235
36236
36237 \end_layout
36238
36239 \end_inset
36240
36241
36242 \end_layout
36243
36244 \begin_layout Standard
36245 \noindent
36246 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
36247 \end_layout
36248
36249 \begin_layout Standard
36250 \noindent
36251 \align center
36252 \begin_inset Flex Resizebox
36253 status open
36254
36255 \begin_layout Plain Layout
36256 \begin_inset Argument 1
36257 status open
36258
36259 \begin_layout Plain Layout
36260 2cm
36261 \end_layout
36262
36263 \end_inset
36264
36265
36266 \begin_inset Flex Reflectbox
36267 status open
36268
36269 \begin_layout Plain Layout
36270 \begin_inset Graphics
36271         filename ../clipart/platypus.eps
36272         lyxscale 50
36273         width 25col%
36274
36275 \end_inset
36276
36277
36278 \end_layout
36279
36280 \end_inset
36281
36282
36283 \end_layout
36284
36285 \end_inset
36286
36287  
36288 \begin_inset Flex Resizebox
36289 status open
36290
36291 \begin_layout Plain Layout
36292 \begin_inset Argument 1
36293 status open
36294
36295 \begin_layout Plain Layout
36296 2cm
36297 \end_layout
36298
36299 \end_inset
36300
36301
36302 \begin_inset Flex Reflectbox
36303 status open
36304
36305 \begin_layout Plain Layout
36306 \begin_inset Tabular
36307 <lyxtabular version="3" rows="2" columns="2">
36308 <features tabularvalignment="middle">
36309 <column alignment="center" valignment="top">
36310 <column alignment="center" valignment="top">
36311 <row>
36312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36313 \begin_inset Text
36314
36315 \begin_layout Plain Layout
36316 q
36317 \end_layout
36318
36319 \end_inset
36320 </cell>
36321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36322 \begin_inset Text
36323
36324 \begin_layout Plain Layout
36325 w
36326 \end_layout
36327
36328 \end_inset
36329 </cell>
36330 </row>
36331 <row>
36332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36333 \begin_inset Text
36334
36335 \begin_layout Plain Layout
36336 e
36337 \end_layout
36338
36339 \end_inset
36340 </cell>
36341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36342 \begin_inset Text
36343
36344 \begin_layout Plain Layout
36345 r
36346 \end_layout
36347
36348 \end_inset
36349 </cell>
36350 </row>
36351 </lyxtabular>
36352
36353 \end_inset
36354
36355
36356 \end_layout
36357
36358 \end_inset
36359
36360
36361 \end_layout
36362
36363 \end_inset
36364
36365  
36366 \begin_inset Flex Resizebox
36367 status open
36368
36369 \begin_layout Plain Layout
36370 \begin_inset Argument 1
36371 status open
36372
36373 \begin_layout Plain Layout
36374 3cm
36375 \end_layout
36376
36377 \end_inset
36378
36379
36380 \begin_inset Flex Reflectbox
36381 status open
36382
36383 \begin_layout Plain Layout
36384 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36385 \end_inset
36386
36387
36388 \end_layout
36389
36390 \end_inset
36391
36392
36393 \end_layout
36394
36395 \end_inset
36396
36397
36398 \begin_inset Index idx
36399 status collapsed
36400
36401 \begin_layout Plain Layout
36402 Abbildungen ! skalierte
36403 \end_layout
36404
36405 \end_inset
36406
36407
36408 \begin_inset Index idx
36409 status collapsed
36410
36411 \begin_layout Plain Layout
36412 Tabellen ! skalierte
36413 \end_layout
36414
36415 \end_inset
36416
36417
36418 \end_layout
36419
36420 \begin_layout Standard
36421 Hat man den globalen Formelstil 
36422 \series bold
36423 fleqn
36424 \series default
36425
36426 \begin_inset Foot
36427 status collapsed
36428
36429 \begin_layout Plain Layout
36430 Wenn 
36431 \begin_inset Quotes gld
36432 \end_inset
36433
36434 fleqn
36435 \begin_inset Quotes grd
36436 \end_inset
36437
36438  zu den Dokumentklassen-Optionen hinzugefügt wurde.
36439 \end_layout
36440
36441 \end_inset
36442
36443  gewählt, kann man auch abgesetzte Formeln skalieren.
36444 \end_layout
36445
36446 \begin_layout Chapter
36447 Umflossene Objekte
36448 \begin_inset Index idx
36449 status collapsed
36450
36451 \begin_layout Plain Layout
36452 Umflossene Objekte
36453 \end_layout
36454
36455 \end_inset
36456
36457
36458 \end_layout
36459
36460 \begin_layout Section
36461 Umflossene Gleitobjekte
36462 \begin_inset CommandInset label
36463 LatexCommand label
36464 name "abs:Umflossene-Gleitobjekte"
36465
36466 \end_inset
36467
36468
36469 \begin_inset Index idx
36470 status collapsed
36471
36472 \begin_layout Plain Layout
36473 Gleitobjekte ! umflossene
36474 \end_layout
36475
36476 \end_inset
36477
36478
36479 \begin_inset Index idx
36480 status collapsed
36481
36482 \begin_layout Plain Layout
36483 Umflossene Objekte ! Gleitobjekte
36484 \end_layout
36485
36486 \end_inset
36487
36488
36489 \end_layout
36490
36491 \begin_layout Standard
36492 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
36493  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
36494  den die Abbildung bzw.
36495 \begin_inset space ~
36496 \end_inset
36497
36498 Tabelle übrig lässt.
36499  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
36500  Sie werden über das Menü
36501 \family sans
36502  Einfügen\SpecialChar menuseparator
36503 Gleitobjekt\SpecialChar menuseparator
36504 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
36505 objekt
36506 \family default
36507  eingefügt, wenn das \SpecialChar LaTeX
36508 -Paket 
36509 \series bold
36510 wrapfig
36511 \series default
36512
36513 \begin_inset Index idx
36514 status collapsed
36515
36516 \begin_layout Plain Layout
36517 \SpecialChar LaTeX
36518 -Pakete ! wrapfig
36519 \end_layout
36520
36521 \end_inset
36522
36523  installiert ist.
36524 \begin_inset Foot
36525 status collapsed
36526
36527 \begin_layout Plain Layout
36528 Wie man ein \SpecialChar LaTeX
36529 -Paket installiert, wird im Handbuch 
36530 \emph on
36531 \SpecialChar LaTeX
36532 -Konfiguration
36533 \emph default
36534  beschrieben.
36535 \end_layout
36536
36537 \end_inset
36538
36539  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
36540  Box des Gleitobjekts geändert werden.
36541  
36542 \begin_inset Wrap figure
36543 lines 0
36544 placement l
36545 overhang 1cm
36546 width "40col%"
36547 status open
36548
36549 \begin_layout Plain Layout
36550 \begin_inset Graphics
36551         filename ../clipart/mobius.eps
36552         width 40col%
36553         scaleBeforeRotation
36554         rotateOrigin center
36555
36556 \end_inset
36557
36558
36559 \end_layout
36560
36561 \begin_layout Plain Layout
36562 \begin_inset Caption Standard
36563
36564 \begin_layout Plain Layout
36565 \begin_inset CommandInset label
36566 LatexCommand label
36567 name "abb:Dies-ist-eine"
36568
36569 \end_inset
36570
36571 Dies ist eine umflossene Gleitobjekt-Abbildung
36572 \end_layout
36573
36574 \end_inset
36575
36576
36577 \end_layout
36578
36579 \end_inset
36580
36581  Obligatorische Einstellungen sind die 
36582 \family sans
36583 Breite
36584 \family default
36585  und 
36586 \family sans
36587 Platzierung
36588 \family default
36589  des Gleitobjekts.
36590  Optional sind der 
36591 \family sans
36592 Überhang 
36593 \family default
36594 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
36595 \begin_inset space \thinspace{}
36596 \end_inset
36597
36598 /
36599 \begin_inset space \thinspace{}
36600 \end_inset
36601
36602 der Seite ragt und die 
36603 \family sans
36604 benötigten Zeilen
36605 \family default
36606 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
36607  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
36608  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
36609  Des weiteren können Sie entscheiden, ob es \SpecialChar LaTeX
36610  erlaubt sein soll, das Gleitobjekt
36611  innerhalb des Absatzes oder zu umgebenden Absätzen gleiten zu lassen.
36612  Abbildung
36613 \begin_inset space ~
36614 \end_inset
36615
36616
36617 \begin_inset CommandInset ref
36618 LatexCommand ref
36619 reference "abb:Dies-ist-eine"
36620
36621 \end_inset
36622
36623  ist zum Beispiel ein umflossenes Bild, das 40
36624 \begin_inset space \thinspace{}
36625 \end_inset
36626
36627 % der Spaltenbreite einnimmt, 1
36628 \begin_inset space \thinspace{}
36629 \end_inset
36630
36631 cm in den Rand ragt und links gesetzt wurde.
36632 \end_layout
36633
36634 \begin_layout Standard
36635 \begin_inset Note Greyedout
36636 status open
36637
36638 \begin_layout Plain Layout
36639
36640 \series bold
36641 Bemerkung:
36642 \series default
36643  Umflossene Objekte sind fragil! Wenn die Abbildung z.
36644 \begin_inset space \thinspace{}
36645 \end_inset
36646
36647 B.
36648  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
36649  oder über anderen Text gedruckt wird.
36650 \end_layout
36651
36652 \end_inset
36653
36654
36655 \end_layout
36656
36657 \begin_layout Standard
36658 Allgemein gilt für umflossene Gleitobjekte:
36659 \end_layout
36660
36661 \begin_layout Itemize
36662 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
36663  fortgesetzt werden.
36664  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
36665  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
36666 \end_layout
36667
36668 \begin_layout Itemize
36669 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
36670  werden oder darin.
36671 \end_layout
36672
36673 \begin_layout Itemize
36674 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
36675  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
36676 \end_layout
36677
36678 \begin_layout Itemize
36679 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
36680 \end_layout
36681
36682 \begin_layout Itemize
36683 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
36684 \begin_inset space \thinspace{}
36685 \end_inset
36686
36687
36688 \begin_inset CommandInset ref
36689 LatexCommand ref
36690 reference "kap:Gleitobjekte"
36691
36692 \end_inset
36693
36694  beschrieben.
36695 \end_layout
36696
36697 \begin_layout Section
36698 Umflossene Fixe Objekte
36699 \begin_inset Index idx
36700 status collapsed
36701
36702 \begin_layout Plain Layout
36703 Umflossene Objekte ! Fixe Objekte
36704 \end_layout
36705
36706 \end_inset
36707
36708
36709 \end_layout
36710
36711 \begin_layout Standard
36712 Die in Abschnitt
36713 \begin_inset space ~
36714 \end_inset
36715
36716
36717 \begin_inset CommandInset ref
36718 LatexCommand ref
36719 reference "abs:Umflossene-Gleitobjekte"
36720
36721 \end_inset
36722
36723  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
36724 \begin_inset Separator parbreak
36725 \end_inset
36726
36727
36728 \end_layout
36729
36730 \begin_layout Standard
36731 \noindent
36732 \align center
36733 \begin_inset Tabular
36734 <lyxtabular version="3" rows="2" columns="2">
36735 <features tabularvalignment="middle">
36736 <column alignment="center" valignment="top">
36737 <column alignment="center" valignment="top">
36738 <row>
36739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36740 \begin_inset Text
36741
36742 \begin_layout Plain Layout
36743 \begin_inset Info
36744 type  "icon"
36745 arg   "dialog-show-new-inset graphics"
36746 \end_inset
36747
36748
36749 \end_layout
36750
36751 \end_inset
36752 </cell>
36753 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36754 \begin_inset Text
36755
36756 \begin_layout Plain Layout
36757 Text
36758 \end_layout
36759
36760 \end_inset
36761 </cell>
36762 </row>
36763 <row>
36764 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36765 \begin_inset Text
36766
36767 \begin_layout Plain Layout
36768 Text
36769 \end_layout
36770
36771 \end_inset
36772 </cell>
36773 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36774 \begin_inset Text
36775
36776 \begin_layout Plain Layout
36777 Text
36778 \end_layout
36779
36780 \end_inset
36781 </cell>
36782 </row>
36783 </lyxtabular>
36784
36785 \end_inset
36786
36787  oder 
36788 \begin_inset Tabular
36789 <lyxtabular version="3" rows="2" columns="2">
36790 <features tabularvalignment="middle">
36791 <column alignment="center" valignment="top">
36792 <column alignment="center" valignment="top">
36793 <row>
36794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36795 \begin_inset Text
36796
36797 \begin_layout Plain Layout
36798 Text
36799 \end_layout
36800
36801 \end_inset
36802 </cell>
36803 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36804 \begin_inset Text
36805
36806 \begin_layout Plain Layout
36807 \begin_inset Info
36808 type  "icon"
36809 arg   "dialog-show-new-inset graphics"
36810 \end_inset
36811
36812
36813 \end_layout
36814
36815 \end_inset
36816 </cell>
36817 </row>
36818 <row>
36819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36820 \begin_inset Text
36821
36822 \begin_layout Plain Layout
36823 Text
36824 \end_layout
36825
36826 \end_inset
36827 </cell>
36828 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36829 \begin_inset Text
36830
36831 \begin_layout Plain Layout
36832 Text
36833 \end_layout
36834
36835 \end_inset
36836 </cell>
36837 </row>
36838 </lyxtabular>
36839
36840 \end_inset
36841
36842
36843 \end_layout
36844
36845 \begin_layout Standard
36846 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
36847  wurde, um z.
36848 \begin_inset space \thinspace{}
36849 \end_inset
36850
36851 B.
36852  solche Positionen zu erhalten:
36853 \begin_inset VSpace defskip
36854 \end_inset
36855
36856
36857 \end_layout
36858
36859 \begin_layout Standard
36860 \noindent
36861 \align center
36862 \begin_inset Tabular
36863 <lyxtabular version="3" rows="2" columns="2">
36864 <features tabularvalignment="middle">
36865 <column alignment="center" valignment="top">
36866 <column alignment="center" valignment="top">
36867 <row>
36868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36869 \begin_inset Text
36870
36871 \begin_layout Plain Layout
36872 Text
36873 \end_layout
36874
36875 \end_inset
36876 </cell>
36877 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36878 \begin_inset Text
36879
36880 \begin_layout Plain Layout
36881 Text
36882 \end_layout
36883
36884 \end_inset
36885 </cell>
36886 </row>
36887 <row>
36888 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36889 \begin_inset Text
36890
36891 \begin_layout Plain Layout
36892 \begin_inset Info
36893 type  "icon"
36894 arg   "dialog-show-new-inset graphics"
36895 \end_inset
36896
36897
36898 \end_layout
36899
36900 \end_inset
36901 </cell>
36902 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36903 \begin_inset Text
36904
36905 \begin_layout Plain Layout
36906 Text
36907 \end_layout
36908
36909 \end_inset
36910 </cell>
36911 </row>
36912 </lyxtabular>
36913
36914 \end_inset
36915
36916  
36917 \begin_inset Tabular
36918 <lyxtabular version="3" rows="2" columns="2">
36919 <features tabularvalignment="middle">
36920 <column alignment="center" valignment="top">
36921 <column alignment="center" valignment="top">
36922 <row>
36923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36924 \begin_inset Text
36925
36926 \begin_layout Plain Layout
36927 Text
36928 \end_layout
36929
36930 \end_inset
36931 </cell>
36932 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36933 \begin_inset Text
36934
36935 \begin_layout Plain Layout
36936 Text
36937 \end_layout
36938
36939 \end_inset
36940 </cell>
36941 </row>
36942 <row>
36943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36944 \begin_inset Text
36945
36946 \begin_layout Plain Layout
36947 Text
36948 \end_layout
36949
36950 \end_inset
36951 </cell>
36952 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36953 \begin_inset Text
36954
36955 \begin_layout Plain Layout
36956 \begin_inset Info
36957 type  "icon"
36958 arg   "dialog-show-new-inset graphics"
36959 \end_inset
36960
36961
36962 \end_layout
36963
36964 \end_inset
36965 </cell>
36966 </row>
36967 </lyxtabular>
36968
36969 \end_inset
36970
36971  
36972 \begin_inset Tabular
36973 <lyxtabular version="3" rows="2" columns="3">
36974 <features tabularvalignment="middle">
36975 <column alignment="center" valignment="top">
36976 <column alignment="center" valignment="top">
36977 <column alignment="center" valignment="top">
36978 <row>
36979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36980 \begin_inset Text
36981
36982 \begin_layout Plain Layout
36983 Text
36984 \end_layout
36985
36986 \end_inset
36987 </cell>
36988 <cell alignment="center" valignment="top" topline="true" usebox="none">
36989 \begin_inset Text
36990
36991 \begin_layout Plain Layout
36992 \begin_inset Info
36993 type  "icon"
36994 arg   "dialog-show-new-inset graphics"
36995 \end_inset
36996
36997
36998 \end_layout
36999
37000 \end_inset
37001 </cell>
37002 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37003 \begin_inset Text
37004
37005 \begin_layout Plain Layout
37006 Text
37007 \end_layout
37008
37009 \end_inset
37010 </cell>
37011 </row>
37012 <row>
37013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37014 \begin_inset Text
37015
37016 \begin_layout Plain Layout
37017 Text
37018 \end_layout
37019
37020 \end_inset
37021 </cell>
37022 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37023 \begin_inset Text
37024
37025 \begin_layout Plain Layout
37026 Text
37027 \end_layout
37028
37029 \end_inset
37030 </cell>
37031 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37032 \begin_inset Text
37033
37034 \begin_layout Plain Layout
37035 Text
37036 \end_layout
37037
37038 \end_inset
37039 </cell>
37040 </row>
37041 </lyxtabular>
37042
37043 \end_inset
37044
37045  
37046 \begin_inset Tabular
37047 <lyxtabular version="3" rows="2" columns="3">
37048 <features tabularvalignment="middle">
37049 <column alignment="center" valignment="top">
37050 <column alignment="center" valignment="top">
37051 <column alignment="center" valignment="top">
37052 <row>
37053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37054 \begin_inset Text
37055
37056 \begin_layout Plain Layout
37057 Text
37058 \end_layout
37059
37060 \end_inset
37061 </cell>
37062 <cell alignment="center" valignment="top" topline="true" usebox="none">
37063 \begin_inset Text
37064
37065 \begin_layout Plain Layout
37066 Text
37067 \end_layout
37068
37069 \end_inset
37070 </cell>
37071 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37072 \begin_inset Text
37073
37074 \begin_layout Plain Layout
37075 Text
37076 \end_layout
37077
37078 \end_inset
37079 </cell>
37080 </row>
37081 <row>
37082 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37083 \begin_inset Text
37084
37085 \begin_layout Plain Layout
37086 Text
37087 \end_layout
37088
37089 \end_inset
37090 </cell>
37091 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37092 \begin_inset Text
37093
37094 \begin_layout Plain Layout
37095 \begin_inset Info
37096 type  "icon"
37097 arg   "dialog-show-new-inset graphics"
37098 \end_inset
37099
37100
37101 \end_layout
37102
37103 \end_inset
37104 </cell>
37105 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37106 \begin_inset Text
37107
37108 \begin_layout Plain Layout
37109 Text
37110 \end_layout
37111
37112 \end_inset
37113 </cell>
37114 </row>
37115 </lyxtabular>
37116
37117 \end_inset
37118
37119
37120 \end_layout
37121
37122 \begin_layout Standard
37123 \noindent
37124 \align center
37125 \begin_inset Tabular
37126 <lyxtabular version="3" rows="3" columns="2">
37127 <features tabularvalignment="middle">
37128 <column alignment="center" valignment="top">
37129 <column alignment="center" valignment="top">
37130 <row>
37131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37132 \begin_inset Text
37133
37134 \begin_layout Plain Layout
37135 Text
37136 \end_layout
37137
37138 \end_inset
37139 </cell>
37140 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37141 \begin_inset Text
37142
37143 \begin_layout Plain Layout
37144 Text
37145 \end_layout
37146
37147 \end_inset
37148 </cell>
37149 </row>
37150 <row>
37151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37152 \begin_inset Text
37153
37154 \begin_layout Plain Layout
37155 \begin_inset Info
37156 type  "icon"
37157 arg   "dialog-show-new-inset graphics"
37158 \end_inset
37159
37160
37161 \end_layout
37162
37163 \end_inset
37164 </cell>
37165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37166 \begin_inset Text
37167
37168 \begin_layout Plain Layout
37169 Text
37170 \end_layout
37171
37172 \end_inset
37173 </cell>
37174 </row>
37175 <row>
37176 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37177 \begin_inset Text
37178
37179 \begin_layout Plain Layout
37180 Text
37181 \end_layout
37182
37183 \end_inset
37184 </cell>
37185 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37186 \begin_inset Text
37187
37188 \begin_layout Plain Layout
37189 Text
37190 \end_layout
37191
37192 \end_inset
37193 </cell>
37194 </row>
37195 </lyxtabular>
37196
37197 \end_inset
37198
37199  
37200 \begin_inset Tabular
37201 <lyxtabular version="3" rows="3" columns="3">
37202 <features tabularvalignment="middle">
37203 <column alignment="center" valignment="top">
37204 <column alignment="center" valignment="top">
37205 <column alignment="center" valignment="top">
37206 <row>
37207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37208 \begin_inset Text
37209
37210 \begin_layout Plain Layout
37211 Text
37212 \end_layout
37213
37214 \end_inset
37215 </cell>
37216 <cell alignment="center" valignment="top" topline="true" usebox="none">
37217 \begin_inset Text
37218
37219 \begin_layout Plain Layout
37220 Text
37221 \end_layout
37222
37223 \end_inset
37224 </cell>
37225 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37226 \begin_inset Text
37227
37228 \begin_layout Plain Layout
37229 Text
37230 \end_layout
37231
37232 \end_inset
37233 </cell>
37234 </row>
37235 <row>
37236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37237 \begin_inset Text
37238
37239 \begin_layout Plain Layout
37240 Text
37241 \end_layout
37242
37243 \end_inset
37244 </cell>
37245 <cell alignment="center" valignment="top" usebox="none">
37246 \begin_inset Text
37247
37248 \begin_layout Plain Layout
37249 \begin_inset Info
37250 type  "icon"
37251 arg   "dialog-show-new-inset graphics"
37252 \end_inset
37253
37254
37255 \end_layout
37256
37257 \end_inset
37258 </cell>
37259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37260 \begin_inset Text
37261
37262 \begin_layout Plain Layout
37263 Text
37264 \end_layout
37265
37266 \end_inset
37267 </cell>
37268 </row>
37269 <row>
37270 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37271 \begin_inset Text
37272
37273 \begin_layout Plain Layout
37274 Text
37275 \end_layout
37276
37277 \end_inset
37278 </cell>
37279 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37280 \begin_inset Text
37281
37282 \begin_layout Plain Layout
37283 Text
37284 \end_layout
37285
37286 \end_inset
37287 </cell>
37288 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37289 \begin_inset Text
37290
37291 \begin_layout Plain Layout
37292 Text
37293 \end_layout
37294
37295 \end_inset
37296 </cell>
37297 </row>
37298 </lyxtabular>
37299
37300 \end_inset
37301
37302  
37303 \begin_inset Tabular
37304 <lyxtabular version="3" rows="3" columns="2">
37305 <features tabularvalignment="middle">
37306 <column alignment="center" valignment="top">
37307 <column alignment="center" valignment="top">
37308 <row>
37309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37310 \begin_inset Text
37311
37312 \begin_layout Plain Layout
37313 Text
37314 \end_layout
37315
37316 \end_inset
37317 </cell>
37318 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37319 \begin_inset Text
37320
37321 \begin_layout Plain Layout
37322 Text
37323 \end_layout
37324
37325 \end_inset
37326 </cell>
37327 </row>
37328 <row>
37329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37330 \begin_inset Text
37331
37332 \begin_layout Plain Layout
37333 Text
37334 \end_layout
37335
37336 \end_inset
37337 </cell>
37338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37339 \begin_inset Text
37340
37341 \begin_layout Plain Layout
37342 \begin_inset Info
37343 type  "icon"
37344 arg   "dialog-show-new-inset graphics"
37345 \end_inset
37346
37347
37348 \end_layout
37349
37350 \end_inset
37351 </cell>
37352 </row>
37353 <row>
37354 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37355 \begin_inset Text
37356
37357 \begin_layout Plain Layout
37358 Text
37359 \end_layout
37360
37361 \end_inset
37362 </cell>
37363 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37364 \begin_inset Text
37365
37366 \begin_layout Plain Layout
37367 Text
37368 \end_layout
37369
37370 \end_inset
37371 </cell>
37372 </row>
37373 </lyxtabular>
37374
37375 \end_inset
37376
37377
37378 \end_layout
37379
37380 \begin_layout Standard
37381 \noindent
37382 kann man das \SpecialChar LaTeX
37383 -Paket 
37384 \series bold
37385 picinpar
37386 \series default
37387
37388 \begin_inset Index idx
37389 status collapsed
37390
37391 \begin_layout Plain Layout
37392 \SpecialChar LaTeX
37393 -Pakete ! picinpar
37394 \end_layout
37395
37396 \end_inset
37397
37398  benutzen.
37399  Hier ist ein Beispiel:
37400 \end_layout
37401
37402 \begin_layout Standard
37403 \begin_inset ERT
37404 status collapsed
37405
37406 \begin_layout Plain Layout
37407
37408
37409 \backslash
37410 ifpicinpar
37411 \end_layout
37412
37413 \end_inset
37414
37415
37416 \begin_inset Note Note
37417 status open
37418
37419 \begin_layout Plain Layout
37420 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
37421 -Paket 
37422 \series bold
37423 picinpar
37424 \series default
37425  installiert ist.
37426 \end_layout
37427
37428 \end_inset
37429
37430
37431 \end_layout
37432
37433 \begin_layout Standard
37434 \begin_inset ERT
37435 status collapsed
37436
37437 \begin_layout Plain Layout
37438
37439
37440 \backslash
37441 begin{window}[2,c,{
37442 \end_layout
37443
37444 \end_inset
37445
37446
37447 \begin_inset Graphics
37448         filename ../clipart/mobius.eps
37449         lyxscale 60
37450         width 40col%
37451         scaleBeforeRotation
37452         rotateOrigin center
37453
37454 \end_inset
37455
37456
37457 \begin_inset ERT
37458 status collapsed
37459
37460 \begin_layout Plain Layout
37461
37462 },]
37463 \end_layout
37464
37465 \begin_layout Plain Layout
37466
37467 {}
37468 \end_layout
37469
37470 \end_inset
37471
37472
37473 \size small
37474 \lang english
37475 It was in the spring of the year 1894 that all London was interested, and
37476  the fashionable world dismayed, by the murder of the Honourable Ronald
37477  Adair under most unusual and inexplicable circumstances.
37478  The public has already learned those particulars of the crime which
37479 \size default
37480
37481 \begin_inset ERT
37482 status collapsed
37483
37484 \begin_layout Plain Layout
37485
37486
37487 \backslash
37488 footnotemark{}
37489 \end_layout
37490
37491 \end_inset
37492
37493
37494 \size small
37495  came out in the police investigation, but a good deal was suppressed upon
37496  that occasion, since the case for the prosecution was so overwhelmingly
37497  strong that it was not necessary to bring forward all the facts.
37498  Only now, at the end of nearly ten years, am I allowed to supply those
37499  missing links which make up the whole of that remarkable chain.
37500 \size default
37501 \lang ngerman
37502
37503 \begin_inset ERT
37504 status collapsed
37505
37506 \begin_layout Plain Layout
37507
37508
37509 \backslash
37510 end{window}
37511 \end_layout
37512
37513 \end_inset
37514
37515
37516 \end_layout
37517
37518 \begin_layout Standard
37519 \begin_inset ERT
37520 status collapsed
37521
37522 \begin_layout Plain Layout
37523
37524
37525 \backslash
37526 footnotetext{
37527 \end_layout
37528
37529 \end_inset
37530
37531 Fußnote des Absatzes mit fixem Objekt.
37532 \begin_inset ERT
37533 status collapsed
37534
37535 \begin_layout Plain Layout
37536
37537 }
37538 \end_layout
37539
37540 \end_inset
37541
37542
37543 \end_layout
37544
37545 \begin_layout Standard
37546 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
37547  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
37548  vertikale Position im Text bestimmen kann.
37549  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
37550  beschriftet werden.
37551 \end_layout
37552
37553 \begin_layout Standard
37554 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
37555  Befehl
37556 \end_layout
37557
37558 \begin_layout Standard
37559
37560 \series bold
37561
37562 \backslash
37563 begin{window}[2,c,{
37564 \end_layout
37565
37566 \begin_layout Standard
37567 als \SpecialChar TeX
37568 -Code einfügt.
37569  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
37570  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
37571  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
37572  Danach fügt man das Objekt ein.
37573  In diesem Beispiel wurde ein Bild der Breite von 40
37574 \begin_inset space \thinspace{}
37575 \end_inset
37576
37577 % der Textspaltenbreite eingefügt.
37578  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
37579  Nach dem Objekt fügt man den Befehl
37580 \end_layout
37581
37582 \begin_layout Standard
37583
37584 \series bold
37585 },Beschreibungstext]
37586 \begin_inset Newline newline
37587 \end_inset
37588
37589 {}
37590 \end_layout
37591
37592 \begin_layout Standard
37593 ein.
37594  Man beachte dass das 
37595 \begin_inset Quotes gld
37596 \end_inset
37597
37598
37599 \series bold
37600 {}
37601 \series default
37602
37603 \begin_inset Quotes grd
37604 \end_inset
37605
37606  in der zweiten Zeile steht.
37607  Der Beschreibungstext ist optional.
37608  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
37609  das Objekt befinden, also direkt nach dem 
37610 \series bold
37611 {}
37612 \series default
37613  beginnen.
37614  Am Ende des Absatzes fügt man folgenden Befehl ein:
37615 \end_layout
37616
37617 \begin_layout Standard
37618
37619 \series bold
37620
37621 \backslash
37622 end{window}
37623 \end_layout
37624
37625 \begin_layout Standard
37626 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
37627  man muss stattdessen den Befehl 
37628 \series bold
37629
37630 \backslash
37631 footnotemark
37632 \series default
37633  verwenden.
37634  Außerhalb des Absatzes den Befehl 
37635 \series bold
37636
37637 \backslash
37638 footnotetext
37639 \series default
37640 , wie es in Abschnitt
37641 \begin_inset space ~
37642 \end_inset
37643
37644
37645 \begin_inset CommandInset ref
37646 LatexCommand ref
37647 reference "abs:Fußnoten"
37648
37649 \end_inset
37650
37651  beschrieben ist.
37652 \end_layout
37653
37654 \begin_layout Standard
37655 \begin_inset ERT
37656 status collapsed
37657
37658 \begin_layout Plain Layout
37659
37660
37661 \backslash
37662 else
37663 \end_layout
37664
37665 \end_inset
37666
37667
37668 \begin_inset Note Note
37669 status open
37670
37671 \begin_layout Plain Layout
37672 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
37673 -Paket 
37674 \series bold
37675 picinpar
37676 \series default
37677  nicht installiert ist:
37678 \end_layout
37679
37680 \end_inset
37681
37682
37683 \end_layout
37684
37685 \begin_layout Standard
37686 Das \SpecialChar LaTeX
37687 -Paket 
37688 \series bold
37689 picinpar
37690 \series default
37691  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
37692 \end_layout
37693
37694 \begin_layout Standard
37695 \begin_inset ERT
37696 status collapsed
37697
37698 \begin_layout Plain Layout
37699
37700
37701 \backslash
37702 fi
37703 \end_layout
37704
37705 \end_inset
37706
37707
37708 \end_layout
37709
37710 \begin_layout Section
37711 Initiale
37712 \begin_inset Index idx
37713 status collapsed
37714
37715 \begin_layout Plain Layout
37716 Initiale
37717 \end_layout
37718
37719 \end_inset
37720
37721
37722 \begin_inset Index idx
37723 status collapsed
37724
37725 \begin_layout Plain Layout
37726 Umflossene Objekte ! Initiale
37727 \end_layout
37728
37729 \end_inset
37730
37731
37732 \end_layout
37733
37734 \begin_layout Standard
37735 Für Initialen muss das \SpecialChar LaTeX
37736 -Paket 
37737 \series bold
37738 lettrine
37739 \series default
37740
37741 \begin_inset Index idx
37742 status collapsed
37743
37744 \begin_layout Plain Layout
37745 \SpecialChar LaTeX
37746 -Pakete ! lettrine
37747 \end_layout
37748
37749 \end_inset
37750
37751  installiert sein und das Modul 
37752 \family sans
37753 Initialen
37754 \family default
37755  im Dokument verwendet werden (Menü 
37756 \family sans
37757 Dokument\SpecialChar menuseparator
37758 Einstellungen\SpecialChar menuseparator
37759 Module
37760 \family default
37761 ).
37762  Um eine Initiale einzufügen, verwendet man den Stil 
37763 \family sans
37764 Initiale
37765 \family default
37766 .
37767  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
37768  Die Argumente werden über das Menü 
37769 \family sans
37770 Einfügen
37771 \family default
37772  eingefügt.
37773  Das obligatorische Argument 
37774 \family sans
37775 Initiale
37776 \family default
37777  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
37778 \family sans
37779 Rest
37780 \begin_inset space ~
37781 \end_inset
37782
37783 der
37784 \begin_inset space ~
37785 \end_inset
37786
37787 Initiale
37788 \family default
37789  enthält den Rest des Wortes oder Textes der Initiale.
37790  Das Argument 
37791 \family sans
37792 Optionen
37793 \family default
37794  enthält Parameter um die Initiale zu modifizieren.
37795  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
37796  von 
37797 \series bold
37798 lettrine
37799 \series default
37800
37801 \begin_inset CommandInset citation
37802 LatexCommand cite
37803 key "lettrine"
37804
37805 \end_inset
37806
37807 .
37808  Der Stil selbst enthält den Text, der die Initiale umgibt.
37809  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
37810  Initiale ist, in 
37811 \shape smallcaps
37812 Kapitälchen
37813 \shape default
37814  gedruckt wird.
37815 \end_layout
37816
37817 \begin_layout Standard
37818 Hier sind einige Beispiele:
37819 \end_layout
37820
37821 \begin_layout Standard
37822 \begin_inset ERT
37823 status collapsed
37824
37825 \begin_layout Plain Layout
37826
37827
37828 \backslash
37829 iflettrine
37830 \end_layout
37831
37832 \end_inset
37833
37834
37835 \begin_inset Note Note
37836 status open
37837
37838 \begin_layout Plain Layout
37839 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
37840 -Paket 
37841 \series bold
37842 lettrine
37843 \series default
37844  installiert ist.
37845 \end_layout
37846
37847 \end_inset
37848
37849
37850 \end_layout
37851
37852 \begin_layout Enumerate
37853 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
37854
37855 \begin_inset Formula $\mathfrak{Fraktur}$
37856 \end_inset
37857
37858 :
37859 \begin_inset Separator parbreak
37860 \end_inset
37861
37862
37863 \end_layout
37864
37865 \begin_deeper
37866 \begin_layout Initial
37867 \begin_inset Argument 2
37868 status open
37869
37870 \begin_layout Plain Layout
37871 \begin_inset Formula $\mathfrak{I}$
37872 \end_inset
37873
37874
37875 \end_layout
37876
37877 \end_inset
37878
37879
37880 \begin_inset Argument 3
37881 status open
37882
37883 \begin_layout Plain Layout
37884 t
37885 \end_layout
37886
37887 \end_inset
37888
37889  
37890 \lang english
37891 was in the spring of the year 1894 that all London was interested, and the
37892  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37893  under most unusual and inexplicable circumstances.
37894  The public has already learned those particulars of the crime which came
37895  out in the police investigation, but a good deal was suppressed upon that
37896  occasion, since the case for the prosecution was so overwhelmingly strong
37897  that it was not necessary to bring forward all the facts.
37898 \end_layout
37899
37900 \end_deeper
37901 \begin_layout Enumerate
37902 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
37903  besteht und kein Text ist in 
37904 \shape smallcaps
37905 Kapitälchen
37906 \shape default
37907 :
37908 \begin_inset Separator parbreak
37909 \end_inset
37910
37911
37912 \end_layout
37913
37914 \begin_deeper
37915 \begin_layout Initial
37916 \begin_inset Argument 1
37917 status open
37918
37919 \begin_layout Plain Layout
37920 lines=1
37921 \end_layout
37922
37923 \end_inset
37924
37925
37926 \begin_inset Argument 2
37927 status open
37928
37929 \begin_layout Plain Layout
37930 It
37931 \end_layout
37932
37933 \end_inset
37934
37935  
37936 \lang english
37937 was in the spring of the year 1894 that all London was interested, and the
37938  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37939  under most unusual and inexplicable circumstances.
37940  The public has already learned those particulars of the crime which came
37941  out in the police investigation, but a good deal was suppressed upon that
37942  occasion, since the case for the prosecution was so overwhelmingly strong
37943  that it was not necessary to bring forward all the facts.
37944 \end_layout
37945
37946 \end_deeper
37947 \begin_layout Enumerate
37948 Magenta, hängende Initiale über 3
37949 \begin_inset space ~
37950 \end_inset
37951
37952 Zeilen in der Mathe-Schrift
37953 \begin_inset Newline newline
37954 \end_inset
37955
37956  
37957 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
37958 \end_inset
37959
37960 , der Text 
37961 \begin_inset Quotes gld
37962 \end_inset
37963
37964
37965 \lang english
37966 t was in the spring
37967 \lang ngerman
37968
37969 \begin_inset Quotes erd
37970 \end_inset
37971
37972  ist in 
37973 \shape smallcaps
37974 Kapitälchen
37975 \shape default
37976 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
37977 \begin_inset Newline newline
37978 \end_inset
37979
37980
37981 \series bold
37982
37983 \backslash
37984 renewcommand{
37985 \backslash
37986 LettrineFontHook}{
37987 \backslash
37988 color{Farbe}}
37989 \series default
37990
37991 \begin_inset Newline newline
37992 \end_inset
37993
37994 wobei 
37995 \emph on
37996 Farbe
37997 \emph default
37998  
37999 \begin_inset Quotes gld
38000 \end_inset
38001
38002 red
38003 \begin_inset Quotes erd
38004 \end_inset
38005
38006
38007 \begin_inset Quotes gld
38008 \end_inset
38009
38010 blue
38011 \begin_inset Quotes erd
38012 \end_inset
38013
38014
38015 \begin_inset Quotes gld
38016 \end_inset
38017
38018 green
38019 \begin_inset Quotes erd
38020 \end_inset
38021
38022
38023 \begin_inset Quotes gld
38024 \end_inset
38025
38026 yellow
38027 \begin_inset Quotes erd
38028 \end_inset
38029
38030
38031 \begin_inset Quotes gld
38032 \end_inset
38033
38034 cyan
38035 \begin_inset Quotes erd
38036 \end_inset
38037
38038
38039 \begin_inset Quotes gld
38040 \end_inset
38041
38042 magenta
38043 \begin_inset Quotes erd
38044 \end_inset
38045
38046
38047 \begin_inset Quotes gld
38048 \end_inset
38049
38050 black
38051 \begin_inset Quotes erd
38052 \end_inset
38053
38054  oder 
38055 \begin_inset Quotes gld
38056 \end_inset
38057
38058 white
38059 \begin_inset Quotes erd
38060 \end_inset
38061
38062  sein kann, und diesen Befehl zum \SpecialChar LaTeX
38063 -Vorspann hinzufügen:
38064 \begin_inset Newline newline
38065 \end_inset
38066
38067
38068 \series bold
38069
38070 \backslash
38071 @ifundefined{textcolor}
38072 \begin_inset Newline newline
38073 \end_inset
38074
38075
38076 \begin_inset space ~
38077 \end_inset
38078
38079 {
38080 \backslash
38081 usepackage{color}}{}
38082 \series default
38083
38084 \begin_inset Separator parbreak
38085 \end_inset
38086
38087
38088 \end_layout
38089
38090 \begin_deeper
38091 \begin_layout Standard
38092 \begin_inset ERT
38093 status collapsed
38094
38095 \begin_layout Plain Layout
38096
38097
38098 \backslash
38099 renewcommand{
38100 \backslash
38101 LettrineFontHook}{
38102 \backslash
38103 color{magenta}}
38104 \end_layout
38105
38106 \end_inset
38107
38108
38109 \begin_inset Note Note
38110 status open
38111
38112 \begin_layout Plain Layout
38113 macht die Initiale magenta
38114 \end_layout
38115
38116 \end_inset
38117
38118
38119 \end_layout
38120
38121 \begin_layout Initial
38122 \begin_inset Argument 1
38123 status open
38124
38125 \begin_layout Plain Layout
38126 lines=3, lhang=0.33, loversize=0.25
38127 \end_layout
38128
38129 \end_inset
38130
38131
38132 \begin_inset Argument 2
38133 status open
38134
38135 \begin_layout Plain Layout
38136 \begin_inset Formula $\mathcal{I}$
38137 \end_inset
38138
38139
38140 \end_layout
38141
38142 \end_inset
38143
38144
38145 \begin_inset Argument 3
38146 status open
38147
38148 \begin_layout Plain Layout
38149
38150 \lang english
38151 t was in the spring
38152 \end_layout
38153
38154 \end_inset
38155
38156  
38157 \lang english
38158 of the year 1894 that all London was interested, and the fashionable world
38159  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38160  and inexplicable circumstances.
38161  The public has already learned those particulars of the crime which came
38162  out in the police investigation, but a good deal was suppressed upon that
38163  occasion, since the case for the prosecution was so overwhelmingly strong
38164  that it was not necessary to bring forward all the facts.
38165 \end_layout
38166
38167 \end_deeper
38168 \begin_layout Standard
38169 \begin_inset ERT
38170 status collapsed
38171
38172 \begin_layout Plain Layout
38173
38174
38175 \backslash
38176 else
38177 \end_layout
38178
38179 \end_inset
38180
38181
38182 \begin_inset Note Note
38183 status open
38184
38185 \begin_layout Plain Layout
38186 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
38187 -Paket 
38188 \series bold
38189 lettrine
38190 \series default
38191  nicht installiert ist:
38192 \end_layout
38193
38194 \end_inset
38195
38196
38197 \end_layout
38198
38199 \begin_layout Standard
38200 Das \SpecialChar LaTeX
38201 -Paket 
38202 \series bold
38203 lettrine
38204 \series default
38205  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
38206 \end_layout
38207
38208 \begin_layout Standard
38209 \begin_inset ERT
38210 status collapsed
38211
38212 \begin_layout Plain Layout
38213
38214
38215 \backslash
38216 fi
38217 \end_layout
38218
38219 \end_inset
38220
38221
38222 \end_layout
38223
38224 \begin_layout Chapter
38225 Externe Dateien
38226 \begin_inset Index idx
38227 status collapsed
38228
38229 \begin_layout Plain Layout
38230 Dateien ! externe
38231 \end_layout
38232
38233 \end_inset
38234
38235
38236 \end_layout
38237
38238 \begin_layout Standard
38239 Mit 
38240 \family sans
38241 Einfügen\SpecialChar menuseparator
38242 Datei
38243 \family default
38244  können Sie fremdes Material in Ihr Dokument einsetzen.
38245  Das kann folgendes sein:
38246 \end_layout
38247
38248 \begin_layout Description
38249 \SpecialChar LyX
38250 -Dokument Der Inhalt eines anderen \SpecialChar LyX
38251 -Dokuments wird direkt in Ihr Dokument
38252  eingefügt.
38253 \end_layout
38254
38255 \begin_layout Description
38256 Einfacher
38257 \begin_inset space ~
38258 \end_inset
38259
38260 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
38261  eingefügt.
38262 \end_layout
38263
38264 \begin_layout Description
38265 Einfacher
38266 \begin_inset space ~
38267 \end_inset
38268
38269 Text,
38270 \begin_inset space ~
38271 \end_inset
38272
38273 Zeilen
38274 \begin_inset space ~
38275 \end_inset
38276
38277 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
38278  Leerzeilen trennen die Absätze.
38279 \end_layout
38280
38281 \begin_layout Description
38282 Externes
38283 \begin_inset space ~
38284 \end_inset
38285
38286 Material Dateien in verschiedenen Formaten.
38287 \end_layout
38288
38289 \begin_layout Description
38290 Unterdokument \SpecialChar LyX
38291 - oder \SpecialChar LaTeX
38292 -Dokumente.
38293 \end_layout
38294
38295 \begin_layout Section
38296 Externes Material
38297 \begin_inset Index idx
38298 status collapsed
38299
38300 \begin_layout Plain Layout
38301 Externes Material
38302 \end_layout
38303
38304 \end_inset
38305
38306
38307 \end_layout
38308
38309 \begin_layout Standard
38310 Mit 
38311 \family sans
38312 Einfügen\SpecialChar menuseparator
38313 Datei\SpecialChar menuseparator
38314  Externes Material
38315 \family default
38316  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
38317  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
38318  weil \SpecialChar LyX
38319  sich darum kümmert.
38320  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in \SpecialChar LyX
38321 -Dokumente
38322  eingefügt werden können.
38323  Wenn die Grafikvorschau in den \SpecialChar LyX
38324 -Einstellungen unter
38325 \family sans
38326  Aussehen
38327 \begin_inset space ~
38328 \end_inset
38329
38330 &
38331 \begin_inset space ~
38332 \end_inset
38333
38334 Handhabung\SpecialChar menuseparator
38335 Grafik
38336 \family default
38337 , werden die externen Materialtypen Dia und Xfig direkt in \SpecialChar LyX
38338  angezeigt.
38339 \end_layout
38340
38341 \begin_layout Standard
38342 Zur Zeit können Sie folgende Dateitypen (
38343 \family sans
38344 Vorlagen
38345 \family default
38346 ) benutzen:
38347 \end_layout
38348
38349 \begin_layout Description
38350 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
38351 \series bold
38352
38353 \begin_inset CommandInset href
38354 LatexCommand href
38355 name "XBoard"
38356 target "http://de.wikipedia.org/wiki/XBoard"
38357
38358 \end_inset
38359
38360
38361 \series default
38362  erzeugt wurden.
38363 \end_layout
38364
38365 \begin_layout Description
38366 Datum fügt ein Datum mit dem Format 
38367 \emph on
38368 Tag-Monat-Jahr
38369 \emph default
38370  ein.
38371  Hier ist ein Beispiel: 
38372 \begin_inset External
38373         template Date
38374         filename .
38375
38376 \end_inset
38377
38378
38379 \begin_inset space ~
38380 \end_inset
38381
38382
38383 \begin_inset Note Note
38384 status collapsed
38385
38386 \begin_layout Plain Layout
38387
38388 \lang english
38389 Remove the protected space when bug 4398 is fixed!
38390 \end_layout
38391
38392 \end_inset
38393
38394
38395 \begin_inset Newline newline
38396 \end_inset
38397
38398 Das Datum ist in \SpecialChar LyX
38399  nicht zu sehen, nur in der Druckausgabe.
38400  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
38401  Menü 
38402 \family sans
38403 Einfügen\SpecialChar menuseparator
38404 Datum
38405 \family default
38406  und mit dem \SpecialChar LaTeX
38407 -Befehl 
38408 \series bold
38409
38410 \backslash
38411 today
38412 \series default
38413 .
38414  Die verschiedenen Methoden werden in Tabelle
38415 \begin_inset space ~
38416 \end_inset
38417
38418
38419 \begin_inset CommandInset ref
38420 LatexCommand ref
38421 reference "tab:Vergleich-der-Datums-Eingaben"
38422
38423 \end_inset
38424
38425  verglichen.
38426 \end_layout
38427
38428 \begin_layout Description
38429 Dia unterstützt Diagramme, die mit dem Programm 
38430 \series bold
38431
38432 \begin_inset CommandInset href
38433 LatexCommand href
38434 name "Dia"
38435 target "http://de.wikipedia.org/wiki/Dia_(Software)"
38436
38437 \end_inset
38438
38439
38440 \series default
38441  erzeugt wurden.
38442 \end_layout
38443
38444 \begin_layout Description
38445 GnumericTabelle Mit dieser Vorlage können Sie Tabellen im Format von 
38446 \series bold
38447
38448 \begin_inset CommandInset href
38449 LatexCommand href
38450 name "Gnumeric"
38451 target "http://de.wikipedia.org/wiki/Gnumeric"
38452
38453 \end_inset
38454
38455
38456 \series default
38457
38458 \begin_inset CommandInset href
38459 LatexCommand href
38460 name "OpenDocument"
38461 target "http://de.wikipedia.org/wiki/OpenDocument"
38462
38463 \end_inset
38464
38465
38466 \begin_inset CommandInset href
38467 LatexCommand href
38468 name "Microsoft Office XML"
38469 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38470
38471 \end_inset
38472
38473  und 
38474 \begin_inset CommandInset href
38475 LatexCommand href
38476 name "Office Open XML"
38477 target "http://de.wikipedia.org/wiki/Office_Open_XML"
38478
38479 \end_inset
38480
38481  einfügen.
38482  Für dieses Feature muss \SpecialChar LyX
38483  während seiner Konfiguration das Programm 
38484 \family typewriter
38485 ssconvert
38486 \family default
38487  gefunden haben.
38488  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
38489  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
38490  Für Beispiele und mögliche Limitierungen siehe \SpecialChar LyX
38491 ' Beispieldatei 
38492 \emph on
38493 spreadsheet.lyx
38494 \emph default
38495 .
38496 \end_layout
38497
38498 \begin_layout Description
38499 LilyPond Mit dieser Vorlage können Sie Musik-Notationen einfügen, die mit
38500  dem Notensatzprogramm 
38501 \series bold
38502
38503 \begin_inset CommandInset href
38504 LatexCommand href
38505 name "LilyPond"
38506 target "http://de.wikipedia.org/wiki/LilyPond"
38507
38508 \end_inset
38509
38510
38511 \series default
38512  gesetzt werden.
38513  Für \SpecialChar LyX
38514 ' erweiterte Unterstützung für LilyPond siehe \SpecialChar LyX
38515 ' Beispieldatei 
38516 \emph on
38517 lilypond.lyx
38518 \emph default
38519 .
38520 \end_layout
38521
38522 \begin_layout Description
38523 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
38524  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
38525  
38526 \series bold
38527 pages
38528 \series default
38529  im Feld 
38530 \family sans
38531 Option
38532 \family default
38533  in der Karteikarte 
38534 \family sans
38535 \SpecialChar LaTeX
38536 - und \SpecialChar LyX
38537 -Optionen
38538 \family default
38539 .
38540  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
38541  (man gibt als Option 
38542 \series bold
38543 pages={3,5,6,8}
38544 \series default
38545  an), Seitenbereiche (
38546 \series bold
38547 pages={4-9}
38548 \series default
38549 ) oder eine Kombination davon enthält.
38550  Um leere Seiten einzufügen, verwendet man {}.
38551  Z.
38552 \begin_inset space \thinspace{}
38553 \end_inset
38554
38555 B.
38556  fügt 
38557 \series bold
38558 pages={3,{},8-11,15}
38559 \series default
38560  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
38561  Seitenbereiche werden mit der Syntax 
38562 \emph on
38563 Start
38564 \emph default
38565 -
38566 \emph on
38567 Stop
38568 \emph default
38569  angegeben.
38570  Dies wählt alle Seiten von 
38571 \emph on
38572 Start
38573 \emph default
38574  bis 
38575 \emph on
38576 Stop
38577 \emph default
38578  aus.
38579  Wird 
38580 \emph on
38581 Start
38582 \emph default
38583  weggelassen, wird stattdessen die erste Seite verwendet; wird 
38584 \emph on
38585 Stop
38586 \emph default
38587  weggelassen, wird stattdessen die letzte Seite verwendet.
38588  Die letzte Seite kann außerdem mit dem Schlagwort 
38589 \series bold
38590 last
38591 \series default
38592  ausgewählt werden.
38593  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
38594 \series bold
38595 pages=-
38596 \series default
38597  fügt also alle Seiten des Dokuments ein und 
38598 \series bold
38599 pages=last-1
38600 \series default
38601  fügt alle Seiten in umgekehrter Reihenfolge ein.
38602  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
38603  eingefügt.
38604 \begin_inset Newline newline
38605 \end_inset
38606
38607 Die Option 
38608 \series bold
38609 noautoscale
38610 \series default
38611  fügt die Seiten in ihrer Originalgröße ein.
38612  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
38613  dass sie die komplette Breite Ihres Dokuments einnehmen.
38614  In der Karteikarte 
38615 \family sans
38616 Größe und Drehung
38617 \family default
38618  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
38619  werden.
38620  Wird eine andere Breite als 100
38621 \begin_inset space \thinspace{}
38622 \end_inset
38623
38624 Größe% verwendet, wird die Option 
38625 \series bold
38626 noautoscale
38627 \series default
38628  überschrieben.
38629  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
38630  des \SpecialChar LaTeX
38631 -Pakets 
38632 \series bold
38633 pdfpages
38634 \series default
38635  
38636 \begin_inset CommandInset citation
38637 LatexCommand cite
38638 key "pdfpages"
38639
38640 \end_inset
38641
38642 .
38643 \begin_inset Index idx
38644 status collapsed
38645
38646 \begin_layout Plain Layout
38647 \SpecialChar LaTeX
38648 -Pakete ! pdfpages
38649 \end_layout
38650
38651 \end_inset
38652
38653
38654 \begin_inset Newline newline
38655 \end_inset
38656
38657 Um diese Vorlage in einer 
38658 \family sans
38659 Beamer
38660 \family default
38661 -Präsentation zu verwenden, muss zuerst eine 
38662 \family sans
38663 BeendeRahmen
38664 \family default
38665  Umgebung eingefügt werden.
38666  In den folgenden Absatz kommt eine \SpecialChar TeX
38667 -Code Box mit dem Befehl 
38668 \series bold
38669
38670 \backslash
38671 setbeamertemplate{background canvas}{}
38672 \series default
38673 .
38674  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
38675  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
38676  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
38677  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
38678  sicher, dass die Ausrichtung 
38679 \family sans
38680 Standard
38681 \family default
38682  für den Absatz verwendet wird, der die Vorlage enthält.
38683 \begin_inset Newline newline
38684 \end_inset
38685
38686 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
38687 \begin_inset External
38688         template PDFPages
38689         filename ../clipart/Abstract.pdf
38690         extra LaTeX "pages=-"
38691         rotateAngle -5
38692         rotateOrigin bottomleft
38693         width 50col%
38694
38695 \end_inset
38696
38697
38698 \end_layout
38699
38700 \begin_layout Description
38701 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
38702  Die Bilddateien können im Dialogfenster 
38703 \family sans
38704 Externes
38705 \begin_inset space ~
38706 \end_inset
38707
38708 Material
38709 \family default
38710  genauso behandelt werden wie die mit dem normalen 
38711 \family sans
38712 Grafik
38713 \family default
38714 -Dialog eingefügten, siehe Abschnitt
38715 \begin_inset space ~
38716 \end_inset
38717
38718
38719 \begin_inset CommandInset ref
38720 LatexCommand ref
38721 reference "abs:Grafik-Dialog"
38722
38723 \end_inset
38724
38725 .
38726  Der Unterschied zum normalen Einfügen eines Bildes ist, dass nur Rasterbilder
38727  erlaubt sind, das heißt PDF- und EPS-Bilder werden nicht unterstützt.
38728  Hier ist ein eingefügtes Rasterbild: 
38729 \begin_inset External
38730         template RasterImage
38731         filename ../clipart/ToolbarEnvBox.png
38732
38733 \end_inset
38734
38735
38736 \end_layout
38737
38738 \begin_layout Description
38739 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
38740 \series bold
38741
38742 \begin_inset CommandInset href
38743 LatexCommand href
38744 name "Xfig"
38745 target "http://de.wikipedia.org/wiki/Xfig"
38746
38747 \end_inset
38748
38749
38750 \series default
38751  erzeugt wurden.
38752 \end_layout
38753
38754 \begin_layout Standard
38755 \begin_inset Float table
38756 placement !h
38757 wide false
38758 sideways false
38759 status open
38760
38761 \begin_layout Plain Layout
38762 \begin_inset Caption Standard
38763
38764 \begin_layout Plain Layout
38765 \begin_inset CommandInset label
38766 LatexCommand label
38767 name "tab:Vergleich-der-Datums-Eingaben"
38768
38769 \end_inset
38770
38771 Vergleich der Datums-Eingaben
38772 \end_layout
38773
38774 \end_inset
38775
38776
38777 \end_layout
38778
38779 \begin_layout Plain Layout
38780 \align center
38781 \begin_inset Tabular
38782 <lyxtabular version="3" rows="4" columns="4">
38783 <features tabularvalignment="middle">
38784 <column alignment="center" valignment="top">
38785 <column alignment="center" valignment="top">
38786 <column alignment="center" valignment="top">
38787 <column alignment="center" valignment="top">
38788 <row>
38789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38790 \begin_inset Text
38791
38792 \begin_layout Plain Layout
38793 Dokumentformat
38794 \end_layout
38795
38796 \end_inset
38797 </cell>
38798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38799 \begin_inset Text
38800
38801 \begin_layout Plain Layout
38802
38803 \family sans
38804 Externes Material\SpecialChar menuseparator
38805 Datum
38806 \end_layout
38807
38808 \end_inset
38809 </cell>
38810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38811 \begin_inset Text
38812
38813 \begin_layout Plain Layout
38814
38815 \family sans
38816 Einfügen\SpecialChar menuseparator
38817 Datum
38818 \end_layout
38819
38820 \end_inset
38821 </cell>
38822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38823 \begin_inset Text
38824
38825 \begin_layout Plain Layout
38826 Befehl 
38827 \series bold
38828
38829 \backslash
38830 today
38831 \end_layout
38832
38833 \end_inset
38834 </cell>
38835 </row>
38836 <row>
38837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38838 \begin_inset Text
38839
38840 \begin_layout Plain Layout
38841 \SpecialChar LyX
38842
38843 \end_layout
38844
38845 \end_inset
38846 </cell>
38847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38848 \begin_inset Text
38849
38850 \begin_layout Plain Layout
38851 als Box
38852 \end_layout
38853
38854 \end_inset
38855 </cell>
38856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38857 \begin_inset Text
38858
38859 \begin_layout Plain Layout
38860 als Datum
38861 \end_layout
38862
38863 \end_inset
38864 </cell>
38865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38866 \begin_inset Text
38867
38868 \begin_layout Plain Layout
38869 als \SpecialChar TeX
38870 -Code
38871 \end_layout
38872
38873 \end_inset
38874 </cell>
38875 </row>
38876 <row>
38877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38878 \begin_inset Text
38879
38880 \begin_layout Plain Layout
38881 \SpecialChar LaTeX
38882
38883 \end_layout
38884
38885 \end_inset
38886 </cell>
38887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38888 \begin_inset Text
38889
38890 \begin_layout Plain Layout
38891 als Datum
38892 \end_layout
38893
38894 \end_inset
38895 </cell>
38896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38897 \begin_inset Text
38898
38899 \begin_layout Plain Layout
38900 als Datum
38901 \end_layout
38902
38903 \end_inset
38904 </cell>
38905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38906 \begin_inset Text
38907
38908 \begin_layout Plain Layout
38909 als Befehl
38910 \end_layout
38911
38912 \end_inset
38913 </cell>
38914 </row>
38915 <row>
38916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38917 \begin_inset Text
38918
38919 \begin_layout Plain Layout
38920 DVI, PDF, PS
38921 \end_layout
38922
38923 \end_inset
38924 </cell>
38925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38926 \begin_inset Text
38927
38928 \begin_layout Plain Layout
38929 als Datum
38930 \end_layout
38931
38932 \end_inset
38933 </cell>
38934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38935 \begin_inset Text
38936
38937 \begin_layout Plain Layout
38938 als Datum
38939 \end_layout
38940
38941 \end_inset
38942 </cell>
38943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38944 \begin_inset Text
38945
38946 \begin_layout Plain Layout
38947 als Datum
38948 \end_layout
38949
38950 \end_inset
38951 </cell>
38952 </row>
38953 </lyxtabular>
38954
38955 \end_inset
38956
38957
38958 \end_layout
38959
38960 \end_inset
38961
38962
38963 \end_layout
38964
38965 \begin_layout Standard
38966 Wenn Sie im Dialogfenster
38967 \family sans
38968  Externes
38969 \begin_inset space ~
38970 \end_inset
38971
38972 Material 
38973 \family default
38974 in der Karteikarte
38975 \family sans
38976  Datei
38977 \family default
38978  die Option 
38979 \family sans
38980 Entwurf
38981 \family default
38982  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
38983 \begin_inset Newline newline
38984 \end_inset
38985
38986 \SpecialChar LyX
38987  kann externes Material entweder als Box wie hier: 
38988 \begin_inset Graphics
38989         filename clipart/ExternesMaterial.png
38990         scale 75
38991         scaleBeforeRotation
38992
38993 \end_inset
38994
38995  oder als Bild darstellen.
38996  Das hängt davon ab, ob Sie im Dialog
38997 \family sans
38998  
38999 \family default
39000 in der Karteikarte 
39001 \family sans
39002 \SpecialChar LaTeX
39003 - und \SpecialChar LyX
39004 -Optionen
39005 \family default
39006  die Option 
39007 \family sans
39008 In
39009 \begin_inset space ~
39010 \end_inset
39011
39012 \SpecialChar LyX
39013
39014 \begin_inset space ~
39015 \end_inset
39016
39017 anzeigen
39018 \family default
39019  gewählt haben oder nicht.
39020 \end_layout
39021
39022 \begin_layout Standard
39023 Im \SpecialChar LyX
39024 -Handbuch 
39025 \family sans
39026 \emph on
39027 Anpassung
39028 \family default
39029 \emph default
39030  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
39031 \end_layout
39032
39033 \begin_layout Section
39034 Unterdokumente
39035 \begin_inset CommandInset label
39036 LatexCommand label
39037 name "abs:Unterdokumente"
39038
39039 \end_inset
39040
39041
39042 \begin_inset Index idx
39043 status collapsed
39044
39045 \begin_layout Plain Layout
39046 Unterdokument
39047 \end_layout
39048
39049 \end_inset
39050
39051
39052 \end_layout
39053
39054 \begin_layout Standard
39055 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
39056  oder Abschnitten bestehen.
39057  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
39058  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
39059  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
39060  z.
39061 \begin_inset space \thinspace{}
39062 \end_inset
39063
39064 B.
39065  den \SpecialChar LaTeX
39066 -Vorspann, das Literaturverzeichnis und Querverweismarken.
39067 \end_layout
39068
39069 \begin_layout Standard
39070 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
39071  müssen, geben Sie im Unterdokument im Menü
39072 \family sans
39073  Dokument\SpecialChar menuseparator
39074 Einstellungen\SpecialChar menuseparator
39075 Dokumentklasse
39076 \family default
39077  das Hauptdokument an.
39078  Dieses wird dann von \SpecialChar LyX
39079  im Hintergrund benutzt, wenn Sie das Unterdokument
39080  bearbeiten.
39081 \end_layout
39082
39083 \begin_layout Standard
39084 Unterdokumente werden in \SpecialChar LyX
39085  als Box angezeigt: 
39086 \begin_inset Graphics
39087         filename clipart/Unterdokument.png
39088         scale 75
39089         scaleBeforeRotation
39090
39091 \end_inset
39092
39093  Sie werden über
39094 \family sans
39095  Einfügen\SpecialChar menuseparator
39096 Datei\SpecialChar menuseparator
39097 Unterdokument
39098 \family default
39099  eingebunden, was das Dialogfenster
39100 \family sans
39101  Unterdokument
39102 \family default
39103  öffnet.
39104  Für 
39105 \family sans
39106 die Art
39107 \begin_inset space ~
39108 \end_inset
39109
39110 der
39111 \begin_inset space ~
39112 \end_inset
39113
39114 Einbindung
39115 \family default
39116  gibt es dort vier Möglichkeiten:
39117 \end_layout
39118
39119 \begin_layout Description
39120 Include Sie können \SpecialChar LyX
39121 - und \SpecialChar LaTeX
39122 -Dokumente einbinden.
39123  Wenn Sie im Dialogfenster
39124 \family sans
39125  Unterdokument
39126 \family default
39127  auf 
39128 \family sans
39129 Bearbeiten
39130 \family default
39131  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
39132  und Sie können es editieren.
39133 \begin_inset Newline newline
39134 \end_inset
39135
39136
39137 \end_layout
39138
39139 \begin_layout Standard
39140 Hier wird ein Unterdokument
39141 \family sans
39142  
39143 \family default
39144 per 
39145 \family sans
39146 Include
39147 \family default
39148  eingebunden: 
39149 \begin_inset CommandInset include
39150 LatexCommand include
39151 filename "DummyDocument1.lyx"
39152
39153 \end_inset
39154
39155 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
39156  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
39157  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
39158 s.
39159  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
39160 \begin_inset space ~
39161 \end_inset
39162
39163
39164 \begin_inset CommandInset ref
39165 LatexCommand ref
39166 reference "uab:Externer-Unterabschnitt-1"
39167
39168 \end_inset
39169
39170 .
39171 \end_layout
39172
39173 \begin_layout Standard
39174 Der \SpecialChar LaTeX
39175 -Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
39176  wird benutzt.
39177  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
39178  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
39179  Unterdokumente, die per 
39180 \family sans
39181 Include
39182 \family default
39183  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
39184  und enden mit einem Seitenumbruch.
39185 \end_layout
39186
39187 \begin_layout Standard
39188 \begin_inset Note Greyedout
39189 status open
39190
39191 \begin_layout Plain Layout
39192
39193 \series bold
39194 Bemerkung:
39195 \series default
39196  Wenn Sie eine \SpecialChar LyX
39197 - oder \SpecialChar LaTeX
39198 -Datei eingebunden haben, werden Sie beim Export oder
39199  der Druckvorschau gewarnt, wenn das Unterdokument eine andere Dokumentklasse
39200  als das Hauptdokument benutzt, weil das zu unvorhersehbaren Ergebnissen
39201  führen wird.
39202 \end_layout
39203
39204 \end_inset
39205
39206
39207 \end_layout
39208
39209 \begin_layout Description
39210 Input Diese Methode ist 
39211 \family sans
39212 Include
39213 \family default
39214  sehr ähnlich mit folgenden Unterschieden:
39215 \begin_inset Separator parbreak
39216 \end_inset
39217
39218
39219 \end_layout
39220
39221 \begin_deeper
39222 \begin_layout Itemize
39223 Unterdokumente, die per 
39224 \family sans
39225 Input
39226 \family default
39227  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
39228  Seite und enden NICHT mit einem Seitenumbruch.
39229 \end_layout
39230
39231 \begin_layout Itemize
39232 Unterdokumente, die per 
39233 \family sans
39234 Input
39235 \family default
39236  eingebunden werden, können in \SpecialChar LyX
39237  angesehen werden, wenn im Dialogfenster
39238 \family sans
39239  Unterdokument Vorschau
39240 \begin_inset space ~
39241 \end_inset
39242
39243 anzeigen
39244 \family default
39245  angekreuzt wurde und in den \SpecialChar LyX
39246 -Einstellungen unter
39247 \family sans
39248  Aussehen
39249 \begin_inset space ~
39250 \end_inset
39251
39252 &
39253 \begin_inset space ~
39254 \end_inset
39255
39256 Handhabung\SpecialChar menuseparator
39257 Grafik\SpecialChar menuseparator
39258 Sofortige
39259 \begin_inset space ~
39260 \end_inset
39261
39262 Vorschau
39263 \family default
39264  auf 
39265 \family sans
39266 An
39267 \family default
39268  gesetzt wurde.
39269  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
39270  aus.
39271 \end_layout
39272
39273 \begin_layout Itemize
39274 Unterdokumente, die per 
39275 \family sans
39276 Input
39277 \family default
39278  eingebunden werden, können nicht über das Menü 
39279 \family sans
39280 Dokument\SpecialChar menuseparator
39281 Einstellungen\SpecialChar menuseparator
39282 Unterdokumente
39283 \family default
39284  unterdrückt werden.
39285 \end_layout
39286
39287 \end_deeper
39288 \begin_layout Standard
39289 Hier ist ein Unterdokument, das mit
39290 \family sans
39291  Input
39292 \family default
39293  eingebunden wurde: 
39294 \begin_inset CommandInset include
39295 LatexCommand input
39296 filename "DummyDocument2.lyx"
39297
39298 \end_inset
39299
39300 .
39301 \end_layout
39302
39303 \begin_layout Description
39304 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
39305   In der Druckvorschau wird für den Text der Stil 
39306 \family typewriter
39307 Schreibmaschine
39308 \family default
39309  verwendet.
39310  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
39311  Wenn Sie im Dialogfenster
39312 \family sans
39313  Unterdokument Leerzeichen
39314 \begin_inset space ~
39315 \end_inset
39316
39317 bei
39318 \begin_inset space ~
39319 \end_inset
39320
39321 der
39322 \begin_inset space ~
39323 \end_inset
39324
39325 Ausgabe
39326 \begin_inset space ~
39327 \end_inset
39328
39329 kennzeichnen 
39330 \family default
39331 ankreuzen, wird in der Druckvorschau das Zeichen 
39332 \begin_inset Quotes gld
39333 \end_inset
39334
39335
39336 \begin_inset ERT
39337 status collapsed
39338
39339 \begin_layout Plain Layout
39340
39341
39342 \backslash
39343 textvisiblespace 
39344 \end_layout
39345
39346 \end_inset
39347
39348
39349 \begin_inset Quotes grd
39350 \end_inset
39351
39352  für jedes Leerzeichen eingefügt.
39353 \begin_inset Newline newline
39354 \end_inset
39355
39356 Im Gegensatz zu 
39357 \family sans
39358 Einfügen\SpecialChar menuseparator
39359 Datei\SpecialChar menuseparator
39360 Einfacher
39361 \begin_inset space ~
39362 \end_inset
39363
39364 Text
39365 \family default
39366  wird bei 
39367 \family sans
39368 Unformatiert
39369 \family default
39370  der Dateiinhalt in \SpecialChar LyX
39371  nicht dargestellt.
39372 \end_layout
39373
39374 \begin_layout Standard
39375 Hier ist ein Unterdokument, das mit
39376 \family sans
39377  Unformatiert
39378 \family default
39379  eingebunden wurde: 
39380 \begin_inset CommandInset include
39381 LatexCommand verbatiminput
39382 filename "DummyTextDocument.txt"
39383
39384 \end_inset
39385
39386
39387 \begin_inset VSpace bigskip
39388 \end_inset
39389
39390 Hier ist ein Unterdokument, das mit
39391 \family sans
39392  Unformatiert
39393 \family default
39394  eingebunden wurde und
39395 \family sans
39396  Leerzeichen
39397 \begin_inset space ~
39398 \end_inset
39399
39400 bei
39401 \begin_inset space ~
39402 \end_inset
39403
39404 der
39405 \begin_inset space ~
39406 \end_inset
39407
39408 Ausgabe
39409 \begin_inset space ~
39410 \end_inset
39411
39412 kennzeichnen
39413 \family default
39414  angekreuzt hat: 
39415 \begin_inset CommandInset include
39416 LatexCommand verbatiminput*
39417 filename "DummyTextDocument.txt"
39418
39419 \end_inset
39420
39421
39422 \end_layout
39423
39424 \begin_layout Standard
39425 \begin_inset VSpace bigskip
39426 \end_inset
39427
39428
39429 \end_layout
39430
39431 \begin_layout Standard
39432 \begin_inset Note Greyedout
39433 status open
39434
39435 \begin_layout Plain Layout
39436
39437 \series bold
39438 Bemerkung:
39439 \series default
39440  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
39441  
39442 \family sans
39443 Unformatiert
39444 \family default
39445  eingebunden werden, am Zeilenende nicht umgebrochen.
39446 \end_layout
39447
39448 \end_inset
39449
39450
39451 \end_layout
39452
39453 \begin_layout Description
39454 Listing Dieser Typ wird in Kapitel
39455 \begin_inset space ~
39456 \end_inset
39457
39458
39459 \begin_inset CommandInset ref
39460 LatexCommand ref
39461 reference "kap:Programm-Code-Listen"
39462
39463 \end_inset
39464
39465  beschrieben.
39466 \end_layout
39467
39468 \begin_layout Standard
39469 \begin_inset Note Greyedout
39470 status open
39471
39472 \begin_layout Plain Layout
39473
39474 \series bold
39475 Bemerkung:
39476 \series default
39477  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
39478  das zu \SpecialChar LaTeX
39479 -Problemen führen.
39480 \end_layout
39481
39482 \end_inset
39483
39484
39485 \end_layout
39486
39487 \begin_layout Standard
39488 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
39489  wollen, z.
39490 \begin_inset space \thinspace{}
39491 \end_inset
39492
39493 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
39494  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
39495  Dies geschieht über das Menü 
39496 \family sans
39497 Dokument\SpecialChar menuseparator
39498 Einstellungen\SpecialChar menuseparator
39499 Unterdokumente
39500 \family default
39501 .
39502  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
39503  in die Spalte 
39504 \family sans
39505 In Ausgabe einbinden
39506 \family default
39507  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
39508  für Unterdokumente möglich ist, die per 
39509 \family sans
39510 Input
39511 \family default
39512  eingebunden wurden).
39513  Wenn die Option 
39514 \family sans
39515 Zähler und Querverweise wahren
39516 \family default
39517  aktiviert ist, sorgt \SpecialChar LyX
39518  dafür, dass alle Seitennummern, Querverweise usw.
39519 \begin_inset space ~
39520 \end_inset
39521
39522 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
39523  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
39524  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
39525  Dazu muss \SpecialChar LyX
39526  intern allerdings das gesamte Dokument prozessieren.
39527  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
39528  sind, wählen sie die Option nicht.
39529 \end_layout
39530
39531 \begin_layout Standard
39532 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
39533 \begin_inset Foot
39534 status collapsed
39535
39536 \begin_layout Plain Layout
39537 Zweige sind im Kapitel 
39538 \emph on
39539 Zweige
39540 \emph default
39541  des \SpecialChar LyX
39542
39543 \emph on
39544 -Benutzerhandbuchs
39545 \emph default
39546  erklärt.
39547 \end_layout
39548
39549 \end_inset
39550
39551  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
39552  Dateien in der Ausgabe erscheinen.
39553  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
39554  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
39555  werden.
39556 \end_layout
39557
39558 \begin_layout Chapter
39559 Programm-Code-Listen
39560 \begin_inset CommandInset label
39561 LatexCommand label
39562 name "kap:Programm-Code-Listen"
39563
39564 \end_inset
39565
39566
39567 \begin_inset Index idx
39568 status collapsed
39569
39570 \begin_layout Plain Layout
39571 Listen
39572 \end_layout
39573
39574 \end_inset
39575
39576
39577 \begin_inset Index idx
39578 status collapsed
39579
39580 \begin_layout Plain Layout
39581 Programm-Code
39582 \end_layout
39583
39584 \end_inset
39585
39586
39587 \end_layout
39588
39589 \begin_layout Standard
39590 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
39591 \family sans
39592 Einfügen\SpecialChar menuseparator
39593 Pro\SpecialChar softhyphen
39594 grammlisting
39595 \family default
39596  verwenden.
39597  Das \SpecialChar LaTeX
39598 -Paket 
39599 \series bold
39600 listings
39601 \series default
39602
39603 \begin_inset Index idx
39604 status collapsed
39605
39606 \begin_layout Plain Layout
39607 \SpecialChar LaTeX
39608 -Pakete ! listings
39609 \end_layout
39610
39611 \end_inset
39612
39613  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
39614 \end_layout
39615
39616 \begin_layout Standard
39617 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
39618 rmat der Programm-Code-Liste festlegen.
39619 \end_layout
39620
39621 \begin_layout Standard
39622 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
39623  Die Platzierungsoption 
39624 \family sans
39625 Eingebettetes
39626 \begin_inset space ~
39627 \end_inset
39628
39629 Listing
39630 \family default
39631  druckt das Listing in der Zeile wie hier: 
39632 \begin_inset listings
39633 lstparams "language={C++}"
39634 inline true
39635 status open
39636
39637 \begin_layout Plain Layout
39638
39639 int a=5;
39640 \end_layout
39641
39642 \end_inset
39643
39644
39645 \begin_inset Newline newline
39646 \end_inset
39647
39648 Die Option 
39649 \family sans
39650 Gleitobjekt
39651 \family default
39652  erzeugt ein Listing-Gleitobjekt, dessen 
39653 \family sans
39654 Platzierung 
39655 \family default
39656 Sie mit 
39657 \family sans
39658 h
39659 \family default
39660
39661 \family sans
39662 t
39663 \family default
39664
39665 \family sans
39666 b
39667 \family default
39668  und 
39669 \family sans
39670 p
39671 \family default
39672 , analog zu den in Abschnitt
39673 \begin_inset space ~
39674 \end_inset
39675
39676
39677 \begin_inset CommandInset ref
39678 LatexCommand ref
39679 reference "abs:Gleitobjekt-Platzierung"
39680
39681 \end_inset
39682
39683  beschriebenen Platzierungsoptionen festlegen können.
39684  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
39685  hintereinander angegeben, z.
39686 \begin_inset space \thinspace{}
39687 \end_inset
39688
39689 B.
39690  
39691 \begin_inset Quotes gld
39692 \end_inset
39693
39694
39695 \family sans
39696 htbp
39697 \family default
39698
39699 \begin_inset Quotes grd
39700 \end_inset
39701
39702 .
39703  Die Option 
39704 \begin_inset Quotes gld
39705 \end_inset
39706
39707 h
39708 \begin_inset Quotes grd
39709 \end_inset
39710
39711  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
39712  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
39713 \end_layout
39714
39715 \begin_layout Standard
39716 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
39717  zu verweisen: Listing
39718 \begin_inset space ~
39719 \end_inset
39720
39721
39722 \begin_inset CommandInset ref
39723 LatexCommand ref
39724 reference "lst:Gleitendes-Programm-Listing"
39725
39726 \end_inset
39727
39728 .
39729  Mit dem Menü 
39730 \family sans
39731 Einfügen\SpecialChar menuseparator
39732 Liste
39733 \begin_inset space ~
39734 \end_inset
39735
39736 /
39737 \begin_inset space ~
39738 \end_inset
39739
39740 Inhaltsverzeichnis\SpecialChar menuseparator
39741 Listings Verzeichnis
39742 \family default
39743  kann ein Verzeichnis aller Listings eingefügt werden.
39744  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
39745 \end_layout
39746
39747 \begin_layout Standard
39748 \begin_inset listings
39749 lstparams "language=Python"
39750 inline false
39751 status open
39752
39753 \begin_layout Plain Layout
39754
39755 \begin_inset Caption Standard
39756
39757 \begin_layout Plain Layout
39758 \begin_inset CommandInset label
39759 LatexCommand label
39760 name "lst:Gleitendes-Programm-Listing"
39761
39762 \end_inset
39763
39764 Gleitendes Programm-Listing
39765 \end_layout
39766
39767 \end_inset
39768
39769 # Gleitendes Programm-Listing
39770 \end_layout
39771
39772 \begin_layout Plain Layout
39773
39774 def func(param):
39775 \end_layout
39776
39777 \begin_layout Plain Layout
39778
39779     'Dies ist eine Python-Funktion'
39780 \end_layout
39781
39782 \begin_layout Plain Layout
39783
39784     pass
39785 \end_layout
39786
39787 \end_inset
39788
39789
39790 \end_layout
39791
39792 \begin_layout Standard
39793 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
39794  der Sprache erkannt und besonders gedruckt, wie 
39795 \emph on
39796 #
39797 \emph default
39798
39799 \emph on
39800 def
39801 \emph default
39802  und 
39803 \emph on
39804 pass
39805 \emph default
39806  in Listing
39807 \begin_inset space ~
39808 \end_inset
39809
39810
39811 \begin_inset CommandInset ref
39812 LatexCommand ref
39813 reference "lst:Gleitendes-Programm-Listing"
39814
39815 \end_inset
39816
39817 .
39818 \end_layout
39819
39820 \begin_layout Standard
39821 \begin_inset Note Greyedout
39822 status open
39823
39824 \begin_layout Plain Layout
39825
39826 \series bold
39827 Bemerkung:
39828 \series default
39829  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
39830 \family typewriter
39831 Schreib\SpecialChar softhyphen
39832 maschine
39833 \family default
39834  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
39835 h keine fett gedruckten Buchstaben.
39836  Wählen Sie in diesem Fall eine andere Schrift im Menü 
39837 \family sans
39838 Dokument\SpecialChar menuseparator
39839 Einstellungen\SpecialChar menuseparator
39840 Schriften
39841 \family default
39842 .
39843  (Die Schriften 
39844 \emph on
39845 LuxiMono, BeraMono
39846 \emph default
39847  und 
39848 \emph on
39849 Courier
39850 \emph default
39851  enthalten fett gedruckte Buchstaben.)
39852 \end_layout
39853
39854 \end_inset
39855
39856
39857 \end_layout
39858
39859 \begin_layout Standard
39860 Im Abschnitt 
39861 \family sans
39862 Zeilennummerierung
39863 \family default
39864  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
39865 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
39866  jede wievielte Zeile nummeriert werden soll und die 
39867 \family sans
39868 Schriftgröße
39869 \family default
39870  der Nummerierung.
39871 \end_layout
39872
39873 \begin_layout Standard
39874 Im Abschnitt 
39875 \family sans
39876 Bereich
39877 \family default
39878  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
39879  Im Abschnitt 
39880 \family sans
39881 Stil
39882 \family default
39883  legen Sie fest, wie die Liste ausgedruckt werden soll.
39884  Die Option 
39885 \family sans
39886 Erweiterte
39887 \begin_inset space ~
39888 \end_inset
39889
39890 Zeichentabelle
39891 \family default
39892  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
39893 \end_layout
39894
39895 \begin_layout Standard
39896 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
39897 \begin_inset Quotes gld
39898 \end_inset
39899
39900 3
39901 \begin_inset Quotes grd
39902 \end_inset
39903
39904 , Sprache 
39905 \begin_inset Quotes gld
39906 \end_inset
39907
39908 Python
39909 \begin_inset Quotes grd
39910 \end_inset
39911
39912 , Optionen 
39913 \begin_inset Quotes gld
39914 \end_inset
39915
39916 Erweiterte Zeichentabelle
39917 \begin_inset Quotes grd
39918 \end_inset
39919
39920  und 
39921 \begin_inset Quotes gld
39922 \end_inset
39923
39924 Leerzeichen als Symbol
39925 \begin_inset Quotes grd
39926 \end_inset
39927
39928  und Bereich Zeilen 3
39929 \begin_inset space \thinspace{}
39930 \end_inset
39931
39932 -
39933 \begin_inset space \thinspace{}
39934 \end_inset
39935
39936 8:
39937 \end_layout
39938
39939 \begin_layout Standard
39940 \begin_inset listings
39941 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
39942 inline false
39943 status open
39944
39945 \begin_layout Plain Layout
39946
39947 def func(param):
39948 \end_layout
39949
39950 \begin_layout Plain Layout
39951
39952     'Dies ist eine Python-Funktion'
39953 \end_layout
39954
39955 \begin_layout Plain Layout
39956
39957     pass
39958 \end_layout
39959
39960 \begin_layout Plain Layout
39961
39962 def func(param):
39963 \end_layout
39964
39965 \begin_layout Plain Layout
39966
39967 'Sonderzeichen: Tschüß'
39968 \end_layout
39969
39970 \begin_layout Plain Layout
39971
39972 pass
39973 \end_layout
39974
39975 \begin_layout Plain Layout
39976
39977 def func(param):
39978 \end_layout
39979
39980 \begin_layout Plain Layout
39981
39982 'Dies ist eine Python-Funktion'
39983 \end_layout
39984
39985 \begin_layout Plain Layout
39986
39987 pass
39988 \end_layout
39989
39990 \end_inset
39991
39992
39993 \end_layout
39994
39995 \begin_layout Standard
39996 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
39997 \family sans
39998 Tabulatorgröße
39999 \family default
40000  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
40001 \end_layout
40002
40003 \begin_layout Standard
40004 \noindent
40005 \begin_inset Note Greyedout
40006 status open
40007
40008 \begin_layout Plain Layout
40009
40010 \series bold
40011 Bemerkung:
40012 \series default
40013  Wegen eines Fehlers im 
40014 \series bold
40015 listings
40016 \series default
40017 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
40018  verschoben.
40019  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
40020  Listing nummeriert werden.
40021 \end_layout
40022
40023 \end_inset
40024
40025
40026 \end_layout
40027
40028 \begin_layout Standard
40029 \begin_inset VSpace bigskip
40030 \end_inset
40031
40032
40033 \end_layout
40034
40035 \begin_layout Standard
40036 \noindent
40037 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
40038  Das machen Sie mit
40039 \family sans
40040  Einfügen\SpecialChar menuseparator
40041 Datei\SpecialChar menuseparator
40042 Unterdokument
40043 \family default
40044  und der 
40045 \family sans
40046 Art
40047 \begin_inset space ~
40048 \end_inset
40049
40050 der
40051 \begin_inset space ~
40052 \end_inset
40053
40054 Einbindung
40055 \family default
40056  
40057 \family sans
40058 Listing
40059 \family default
40060 .
40061 \begin_inset Foot
40062 status collapsed
40063
40064 \begin_layout Plain Layout
40065 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
40066 \begin_inset space ~
40067 \end_inset
40068
40069
40070 \begin_inset CommandInset ref
40071 LatexCommand ref
40072 reference "abs:Unterdokumente"
40073
40074 \end_inset
40075
40076  beschrieben.
40077 \end_layout
40078
40079 \end_inset
40080
40081  Im Dialogfenster
40082 \family sans
40083  Unterdokument
40084 \family default
40085  können Sie die Listing-Parameter unter 
40086 \family sans
40087 Weitere
40088 \begin_inset space ~
40089 \end_inset
40090
40091 Parameter
40092 \family default
40093  eingeben.
40094  Wenn Sie dort ein Fragezeichen 
40095 \begin_inset Quotes gld
40096 \end_inset
40097
40098 ?
40099 \begin_inset Quotes grd
40100 \end_inset
40101
40102  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
40103 det.
40104 \end_layout
40105
40106 \begin_layout Standard
40107 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
40108  Text ins Feld 
40109 \family sans
40110 Marke
40111 \family default
40112 , auf die dann wie üblich verwiesen werden kann.
40113 \end_layout
40114
40115 \begin_layout Standard
40116 Listing
40117 \begin_inset space ~
40118 \end_inset
40119
40120
40121 \begin_inset CommandInset ref
40122 LatexCommand ref
40123 reference "lst:Datei-Listing"
40124
40125 \end_inset
40126
40127  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
40128 \begin_inset space \thinspace{}
40129 \end_inset
40130
40131 -
40132 \begin_inset space \thinspace{}
40133 \end_inset
40134
40135 15 gedruckt werden.
40136 \end_layout
40137
40138 \begin_layout Standard
40139 \begin_inset CommandInset include
40140 LatexCommand lstinputlisting
40141 filename "EmbeddedObjects.lyx"
40142 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}"
40143
40144 \end_inset
40145
40146
40147 \end_layout
40148
40149 \begin_layout Standard
40150 \begin_inset VSpace bigskip
40151 \end_inset
40152
40153
40154 \end_layout
40155
40156 \begin_layout Standard
40157 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
40158 \end_layout
40159
40160 \begin_layout Enumerate
40161 Öffnen Sie die Listings-Einstellungen und fügen
40162 \begin_inset Newline newline
40163 \end_inset
40164
40165
40166 \family sans
40167 mathescape=true
40168 \family default
40169
40170 \begin_inset Newline newline
40171 \end_inset
40172
40173 in das Feld des Tabs 
40174 \family sans
40175 Erweitert
40176 \family default
40177  ein
40178 \end_layout
40179
40180 \begin_layout Enumerate
40181 Erstellen Sie eine Formel außerhalb des Listings
40182 \end_layout
40183
40184 \begin_layout Enumerate
40185 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
40186 blage (Tastenkürzel 
40187 \family sans
40188 Ctrl+C
40189 \family default
40190 )
40191 \end_layout
40192
40193 \begin_layout Enumerate
40194 Schreiben sie 
40195 \begin_inset Quotes gld
40196 \end_inset
40197
40198
40199 \family sans
40200 $$
40201 \family default
40202
40203 \begin_inset Quotes grd
40204 \end_inset
40205
40206  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
40207 hen (Tastenkürzel 
40208 \family sans
40209 Ctrl+V
40210 \family default
40211 )
40212 \end_layout
40213
40214 \begin_layout Standard
40215 \begin_inset listings
40216 lstparams "language=Python,mathescape=true"
40217 inline false
40218 status open
40219
40220 \begin_layout Plain Layout
40221
40222 \begin_inset Caption Standard
40223
40224 \begin_layout Plain Layout
40225 Programm-Listing mit einer Formel
40226 \end_layout
40227
40228 \end_inset
40229
40230 # Beispiel-Programm-Listing
40231 \end_layout
40232
40233 \begin_layout Plain Layout
40234
40235 def func(param):
40236 \end_layout
40237
40238 \begin_layout Plain Layout
40239
40240     # $
40241 \backslash
40242 prod_{n=1}^{
40243 \backslash
40244 infty}
40245 \backslash
40246 ,
40247 \backslash
40248 frac{1}{x^{2}}$
40249 \end_layout
40250
40251 \begin_layout Plain Layout
40252
40253     pass
40254 \end_layout
40255
40256 \end_inset
40257
40258
40259 \end_layout
40260
40261 \begin_layout Standard
40262 \begin_inset VSpace bigskip
40263 \end_inset
40264
40265
40266 \end_layout
40267
40268 \begin_layout Standard
40269 \noindent
40270 Dokumentweite Listing-Eigenschaften können im Dialog 
40271 \family sans
40272 Dokument\SpecialChar menuseparator
40273 Einstellungen\SpecialChar menuseparator
40274 Listing
40275 \family default
40276  festgelegt werden.
40277  Dort bekommt man durch Eingabe eines Fragezeichens 
40278 \begin_inset Quotes gld
40279 \end_inset
40280
40281 ?
40282 \begin_inset Quotes grd
40283 \end_inset
40284
40285  eine Liste aller möglichen Parameter.
40286 \end_layout
40287
40288 \begin_layout Standard
40289 Weitere Informationen über das 
40290 \series bold
40291 listings
40292 \series default
40293 -Paket finden Sie in 
40294 \begin_inset CommandInset citation
40295 LatexCommand cite
40296 key "listings"
40297
40298 \end_inset
40299
40300 .
40301 \end_layout
40302
40303 \begin_layout Chapter
40304 \start_of_appendix
40305 In \SpecialChar LyX
40306  verfügbare Maßeinheiten
40307 \begin_inset CommandInset label
40308 LatexCommand label
40309 name "kap:In-LyX-verfügbare"
40310
40311 \end_inset
40312
40313
40314 \begin_inset Index idx
40315 status collapsed
40316
40317 \begin_layout Plain Layout
40318 Einheiten
40319 \end_layout
40320
40321 \end_inset
40322
40323
40324 \end_layout
40325
40326 \begin_layout Standard
40327 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
40328  Tabelle
40329 \begin_inset space ~
40330 \end_inset
40331
40332
40333 \begin_inset CommandInset ref
40334 LatexCommand ref
40335 reference "tab:Maßeinheiten"
40336
40337 \end_inset
40338
40339  alle in \SpecialChar LyX
40340  verfügbaren Maßeinheiten.
40341 \end_layout
40342
40343 \begin_layout Standard
40344 \begin_inset Float table
40345 placement h
40346 wide false
40347 sideways false
40348 status open
40349
40350 \begin_layout Plain Layout
40351 \begin_inset Caption Standard
40352
40353 \begin_layout Plain Layout
40354 \begin_inset CommandInset label
40355 LatexCommand label
40356 name "tab:Maßeinheiten"
40357
40358 \end_inset
40359
40360 Maßeinheiten
40361 \end_layout
40362
40363 \end_inset
40364
40365
40366 \end_layout
40367
40368 \begin_layout Plain Layout
40369 \begin_inset VSpace medskip
40370 \end_inset
40371
40372
40373 \end_layout
40374
40375 \begin_layout Plain Layout
40376 \align center
40377 \begin_inset Tabular
40378 <lyxtabular version="3" rows="20" columns="3">
40379 <features tabularvalignment="middle">
40380 <column alignment="center" valignment="top">
40381 <column alignment="center" valignment="top">
40382 <column alignment="center" valignment="top">
40383 <row>
40384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40385 \begin_inset Text
40386
40387 \begin_layout Plain Layout
40388 Maßeinheit
40389 \end_layout
40390
40391 \end_inset
40392 </cell>
40393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40394 \begin_inset Text
40395
40396 \begin_layout Plain Layout
40397 Name/Beschreibung
40398 \end_layout
40399
40400 \end_inset
40401 </cell>
40402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40403 \begin_inset Text
40404
40405 \begin_layout Plain Layout
40406 \SpecialChar LaTeX
40407 -Befehl
40408 \end_layout
40409
40410 \end_inset
40411 </cell>
40412 </row>
40413 <row>
40414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40415 \begin_inset Text
40416
40417 \begin_layout Plain Layout
40418 mm
40419 \end_layout
40420
40421 \end_inset
40422 </cell>
40423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40424 \begin_inset Text
40425
40426 \begin_layout Plain Layout
40427 Millimeter
40428 \end_layout
40429
40430 \end_inset
40431 </cell>
40432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40433 \begin_inset Text
40434
40435 \begin_layout Plain Layout
40436 -
40437 \end_layout
40438
40439 \end_inset
40440 </cell>
40441 </row>
40442 <row>
40443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40444 \begin_inset Text
40445
40446 \begin_layout Plain Layout
40447 cm
40448 \end_layout
40449
40450 \end_inset
40451 </cell>
40452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40453 \begin_inset Text
40454
40455 \begin_layout Plain Layout
40456 Zentimeter
40457 \end_layout
40458
40459 \end_inset
40460 </cell>
40461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40462 \begin_inset Text
40463
40464 \begin_layout Plain Layout
40465 -
40466 \end_layout
40467
40468 \end_inset
40469 </cell>
40470 </row>
40471 <row>
40472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40473 \begin_inset Text
40474
40475 \begin_layout Plain Layout
40476 in
40477 \end_layout
40478
40479 \end_inset
40480 </cell>
40481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40482 \begin_inset Text
40483
40484 \begin_layout Plain Layout
40485 Zoll (1
40486 \begin_inset space \thinspace{}
40487 \end_inset
40488
40489 in = 2.54
40490 \begin_inset space \thinspace{}
40491 \end_inset
40492
40493 cm
40494 \end_layout
40495
40496 \end_inset
40497 </cell>
40498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40499 \begin_inset Text
40500
40501 \begin_layout Plain Layout
40502 -
40503 \end_layout
40504
40505 \end_inset
40506 </cell>
40507 </row>
40508 <row>
40509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40510 \begin_inset Text
40511
40512 \begin_layout Plain Layout
40513 pt
40514 \end_layout
40515
40516 \end_inset
40517 </cell>
40518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40519 \begin_inset Text
40520
40521 \begin_layout Plain Layout
40522 Punkt (72.27
40523 \begin_inset space \thinspace{}
40524 \end_inset
40525
40526 pt = 1
40527 \begin_inset space \thinspace{}
40528 \end_inset
40529
40530 in)
40531 \end_layout
40532
40533 \end_inset
40534 </cell>
40535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40536 \begin_inset Text
40537
40538 \begin_layout Plain Layout
40539 -
40540 \end_layout
40541
40542 \end_inset
40543 </cell>
40544 </row>
40545 <row>
40546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40547 \begin_inset Text
40548
40549 \begin_layout Plain Layout
40550 pc
40551 \end_layout
40552
40553 \end_inset
40554 </cell>
40555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40556 \begin_inset Text
40557
40558 \begin_layout Plain Layout
40559 Pica (1
40560 \begin_inset space \thinspace{}
40561 \end_inset
40562
40563 pc = 12
40564 \begin_inset space \thinspace{}
40565 \end_inset
40566
40567 pt)
40568 \end_layout
40569
40570 \end_inset
40571 </cell>
40572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40573 \begin_inset Text
40574
40575 \begin_layout Plain Layout
40576 -
40577 \end_layout
40578
40579 \end_inset
40580 </cell>
40581 </row>
40582 <row>
40583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40584 \begin_inset Text
40585
40586 \begin_layout Plain Layout
40587 sp
40588 \end_layout
40589
40590 \end_inset
40591 </cell>
40592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40593 \begin_inset Text
40594
40595 \begin_layout Plain Layout
40596 skalierter Punkt (65536
40597 \begin_inset space \thinspace{}
40598 \end_inset
40599
40600 sp = 1
40601 \begin_inset space \thinspace{}
40602 \end_inset
40603
40604 pt)
40605 \end_layout
40606
40607 \end_inset
40608 </cell>
40609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40610 \begin_inset Text
40611
40612 \begin_layout Plain Layout
40613 -
40614 \end_layout
40615
40616 \end_inset
40617 </cell>
40618 </row>
40619 <row>
40620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40621 \begin_inset Text
40622
40623 \begin_layout Plain Layout
40624 bp
40625 \end_layout
40626
40627 \end_inset
40628 </cell>
40629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40630 \begin_inset Text
40631
40632 \begin_layout Plain Layout
40633 großer Punkt (72
40634 \begin_inset space \thinspace{}
40635 \end_inset
40636
40637 bp = 1
40638 \begin_inset space \thinspace{}
40639 \end_inset
40640
40641 in)
40642 \end_layout
40643
40644 \end_inset
40645 </cell>
40646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40647 \begin_inset Text
40648
40649 \begin_layout Plain Layout
40650 -
40651 \end_layout
40652
40653 \end_inset
40654 </cell>
40655 </row>
40656 <row>
40657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40658 \begin_inset Text
40659
40660 \begin_layout Plain Layout
40661 dd
40662 \end_layout
40663
40664 \end_inset
40665 </cell>
40666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40667 \begin_inset Text
40668
40669 \begin_layout Plain Layout
40670 Didot (1
40671 \begin_inset space \thinspace{}
40672 \end_inset
40673
40674 dd 
40675 \begin_inset Formula $\approx$
40676 \end_inset
40677
40678  0,376
40679 \begin_inset space \thinspace{}
40680 \end_inset
40681
40682 mm)
40683 \end_layout
40684
40685 \end_inset
40686 </cell>
40687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40688 \begin_inset Text
40689
40690 \begin_layout Plain Layout
40691 -
40692 \end_layout
40693
40694 \end_inset
40695 </cell>
40696 </row>
40697 <row>
40698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40699 \begin_inset Text
40700
40701 \begin_layout Plain Layout
40702 cc
40703 \end_layout
40704
40705 \end_inset
40706 </cell>
40707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40708 \begin_inset Text
40709
40710 \begin_layout Plain Layout
40711 Cicero (1
40712 \begin_inset space \thinspace{}
40713 \end_inset
40714
40715 cc = 12
40716 \begin_inset space \thinspace{}
40717 \end_inset
40718
40719 dd)
40720 \end_layout
40721
40722 \end_inset
40723 </cell>
40724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40725 \begin_inset Text
40726
40727 \begin_layout Plain Layout
40728 -
40729 \end_layout
40730
40731 \end_inset
40732 </cell>
40733 </row>
40734 <row>
40735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40736 \begin_inset Text
40737
40738 \begin_layout Plain Layout
40739 Skalierung %
40740 \end_layout
40741
40742 \end_inset
40743 </cell>
40744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40745 \begin_inset Text
40746
40747 \begin_layout Plain Layout
40748 % der originalen Bildbreite
40749 \end_layout
40750
40751 \end_inset
40752 </cell>
40753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40754 \begin_inset Text
40755
40756 \begin_layout Plain Layout
40757
40758 \end_layout
40759
40760 \end_inset
40761 </cell>
40762 </row>
40763 <row>
40764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40765 \begin_inset Text
40766
40767 \begin_layout Plain Layout
40768 Textbreite %
40769 \end_layout
40770
40771 \end_inset
40772 </cell>
40773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40774 \begin_inset Text
40775
40776 \begin_layout Plain Layout
40777 % der Textbreite
40778 \end_layout
40779
40780 \end_inset
40781 </cell>
40782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40783 \begin_inset Text
40784
40785 \begin_layout Plain Layout
40786
40787 \backslash
40788 textwidth
40789 \end_layout
40790
40791 \end_inset
40792 </cell>
40793 </row>
40794 <row>
40795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40796 \begin_inset Text
40797
40798 \begin_layout Plain Layout
40799 Spaltenbreite %
40800 \end_layout
40801
40802 \end_inset
40803 </cell>
40804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40805 \begin_inset Text
40806
40807 \begin_layout Plain Layout
40808 % der Spaltenbreite
40809 \end_layout
40810
40811 \end_inset
40812 </cell>
40813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40814 \begin_inset Text
40815
40816 \begin_layout Plain Layout
40817
40818 \backslash
40819 columnwidth
40820 \end_layout
40821
40822 \end_inset
40823 </cell>
40824 </row>
40825 <row>
40826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40827 \begin_inset Text
40828
40829 \begin_layout Plain Layout
40830 Seitenbreite %
40831 \end_layout
40832
40833 \end_inset
40834 </cell>
40835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40836 \begin_inset Text
40837
40838 \begin_layout Plain Layout
40839 % der Seitenbreite
40840 \end_layout
40841
40842 \end_inset
40843 </cell>
40844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40845 \begin_inset Text
40846
40847 \begin_layout Plain Layout
40848
40849 \backslash
40850 paperwidth
40851 \end_layout
40852
40853 \end_inset
40854 </cell>
40855 </row>
40856 <row>
40857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40858 \begin_inset Text
40859
40860 \begin_layout Plain Layout
40861 Zeilenbreite %
40862 \end_layout
40863
40864 \end_inset
40865 </cell>
40866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40867 \begin_inset Text
40868
40869 \begin_layout Plain Layout
40870 % der Zeilenbreite
40871 \end_layout
40872
40873 \end_inset
40874 </cell>
40875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40876 \begin_inset Text
40877
40878 \begin_layout Plain Layout
40879
40880 \backslash
40881 linewidth
40882 \end_layout
40883
40884 \end_inset
40885 </cell>
40886 </row>
40887 <row>
40888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40889 \begin_inset Text
40890
40891 \begin_layout Plain Layout
40892 Texthöhe %
40893 \end_layout
40894
40895 \end_inset
40896 </cell>
40897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40898 \begin_inset Text
40899
40900 \begin_layout Plain Layout
40901 % der Texthöhe
40902 \end_layout
40903
40904 \end_inset
40905 </cell>
40906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40907 \begin_inset Text
40908
40909 \begin_layout Plain Layout
40910
40911 \backslash
40912 textheight
40913 \end_layout
40914
40915 \end_inset
40916 </cell>
40917 </row>
40918 <row>
40919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40920 \begin_inset Text
40921
40922 \begin_layout Plain Layout
40923 Seitenhöhe %
40924 \end_layout
40925
40926 \end_inset
40927 </cell>
40928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40929 \begin_inset Text
40930
40931 \begin_layout Plain Layout
40932 % der Seitenhöhe
40933 \end_layout
40934
40935 \end_inset
40936 </cell>
40937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40938 \begin_inset Text
40939
40940 \begin_layout Plain Layout
40941
40942 \backslash
40943 paperheight
40944 \end_layout
40945
40946 \end_inset
40947 </cell>
40948 </row>
40949 <row>
40950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40951 \begin_inset Text
40952
40953 \begin_layout Plain Layout
40954 ex
40955 \end_layout
40956
40957 \end_inset
40958 </cell>
40959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40960 \begin_inset Text
40961
40962 \begin_layout Plain Layout
40963 Die Höhe des Buchstabens 
40964 \emph on
40965 x
40966 \emph default
40967  im aktiven Zeichensatz
40968 \end_layout
40969
40970 \end_inset
40971 </cell>
40972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40973 \begin_inset Text
40974
40975 \begin_layout Plain Layout
40976 -
40977 \end_layout
40978
40979 \end_inset
40980 </cell>
40981 </row>
40982 <row>
40983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40984 \begin_inset Text
40985
40986 \begin_layout Plain Layout
40987 em
40988 \end_layout
40989
40990 \end_inset
40991 </cell>
40992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40993 \begin_inset Text
40994
40995 \begin_layout Plain Layout
40996 Die Breite des Buchstabens 
40997 \emph on
40998 M
40999 \emph default
41000  im aktiven Zeichensatz
41001 \end_layout
41002
41003 \end_inset
41004 </cell>
41005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41006 \begin_inset Text
41007
41008 \begin_layout Plain Layout
41009 -
41010 \end_layout
41011
41012 \end_inset
41013 </cell>
41014 </row>
41015 <row>
41016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41017 \begin_inset Text
41018
41019 \begin_layout Plain Layout
41020 mu
41021 \end_layout
41022
41023 \end_inset
41024 </cell>
41025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41026 \begin_inset Text
41027
41028 \begin_layout Plain Layout
41029 mathematische Maßeinheit
41030 \series bold
41031  
41032 \series default
41033 (1
41034 \begin_inset space \thinspace{}
41035 \end_inset
41036
41037 mu = 1/18
41038 \begin_inset space \thinspace{}
41039 \end_inset
41040
41041 em)
41042 \end_layout
41043
41044 \end_inset
41045 </cell>
41046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41047 \begin_inset Text
41048
41049 \begin_layout Plain Layout
41050 -
41051 \end_layout
41052
41053 \end_inset
41054 </cell>
41055 </row>
41056 </lyxtabular>
41057
41058 \end_inset
41059
41060
41061 \end_layout
41062
41063 \end_inset
41064
41065
41066 \end_layout
41067
41068 \begin_layout Chapter
41069 Ausgabedatei-Formate mit Grafiken
41070 \begin_inset CommandInset label
41071 LatexCommand label
41072 name "kap:Ausgabedatei-Formate"
41073
41074 \end_inset
41075
41076
41077 \end_layout
41078
41079 \begin_layout Section
41080 DVI
41081 \begin_inset Index idx
41082 status collapsed
41083
41084 \begin_layout Plain Layout
41085 Dateiformat! DVI
41086 \end_layout
41087
41088 \end_inset
41089
41090
41091 \begin_inset Index idx
41092 status collapsed
41093
41094 \begin_layout Plain Layout
41095 DVI
41096 \end_layout
41097
41098 \end_inset
41099
41100
41101 \end_layout
41102
41103 \begin_layout Standard
41104 Dieser Dateityp hat die Erweiterung 
41105 \begin_inset Quotes gld
41106 \end_inset
41107
41108
41109 \family typewriter
41110 .dvi
41111 \family default
41112
41113 \begin_inset Quotes grd
41114 \end_inset
41115
41116  und wird 
41117 \begin_inset Quotes gld
41118 \end_inset
41119
41120 device independent
41121 \begin_inset Quotes grd
41122 \end_inset
41123
41124  genannt, weil er vollkommen portierbar ist.
41125  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
41126  dvi-Betrachter installiert hat.
41127  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
41128 ate wie PostScript benutzt.
41129 \end_layout
41130
41131 \begin_layout Standard
41132 \begin_inset Note Greyedout
41133 status open
41134
41135 \begin_layout Plain Layout
41136
41137 \series bold
41138 Bemerkung:
41139 \series default
41140  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
41141 \end_layout
41142
41143 \end_inset
41144
41145
41146 \end_layout
41147
41148 \begin_layout Standard
41149 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
41150  auf einen anderen Computer kopieren.
41151  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
41152  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
41153  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
41154 \family typewriter
41155  
41156 \family default
41157 blättern.
41158
41159 \family typewriter
41160  
41161 \family default
41162 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
41163  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
41164  
41165 \end_layout
41166
41167 \begin_layout Standard
41168 Sie können Ihr Dokument als DVI über das Menü 
41169 \family sans
41170 Datei\SpecialChar menuseparator
41171 Exportieren\SpecialChar menuseparator
41172 DVI
41173 \family default
41174  exportieren.
41175  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
41176 \family sans
41177 Ansicht
41178 \family default
41179  anschauen.
41180 \end_layout
41181
41182 \begin_layout Section
41183 PostScript
41184 \begin_inset Index idx
41185 status collapsed
41186
41187 \begin_layout Plain Layout
41188 Dateiformat  ! PostScript
41189 \end_layout
41190
41191 \end_inset
41192
41193
41194 \begin_inset Index idx
41195 status collapsed
41196
41197 \begin_layout Plain Layout
41198 PostScript
41199 \end_layout
41200
41201 \end_inset
41202
41203
41204 \end_layout
41205
41206 \begin_layout Standard
41207 Dieser Dateityp hat die Erweiterung 
41208 \begin_inset Quotes gld
41209 \end_inset
41210
41211
41212 \family typewriter
41213 .ps
41214 \family default
41215
41216 \begin_inset Quotes grd
41217 \end_inset
41218
41219 .
41220  PostScript wurde von der Firma
41221 \family typewriter
41222  Adobe
41223 \family default
41224  als Druckersprache entwickelt.
41225  Die Datei enthält deshalb Druckbefehle.
41226  PostScript kann als 
41227 \begin_inset Quotes gld
41228 \end_inset
41229
41230 Programmiersprache
41231 \begin_inset Quotes grd
41232 \end_inset
41233
41234  angesehen werden.
41235  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen.
41236 \begin_inset Foot
41237 status collapsed
41238
41239 \begin_layout Plain Layout
41240 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
41241  von
41242 \series bold
41243  PSTricks
41244 \series default
41245  
41246 \begin_inset CommandInset citation
41247 LatexCommand cite
41248 key "pstricks"
41249
41250 \end_inset
41251
41252  oder 
41253 \begin_inset CommandInset citation
41254 LatexCommand cite
41255 key "latex-praxisbuch"
41256
41257 \end_inset
41258
41259  ansehen.
41260 \end_layout
41261
41262 \end_inset
41263
41264  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
41265 \end_layout
41266
41267 \begin_layout Standard
41268 PostScript kann nur Bilder im Format EPS
41269 \begin_inset Index idx
41270 status collapsed
41271
41272 \begin_layout Plain Layout
41273 EPS
41274 \end_layout
41275
41276 \end_inset
41277
41278  (Encapsulated PostScript, Datei-Er\SpecialChar softhyphen
41279 wei\SpecialChar softhyphen
41280 ter\SpecialChar softhyphen
41281 ung 
41282 \begin_inset Quotes gld
41283 \end_inset
41284
41285
41286 \family typewriter
41287 .eps
41288 \family default
41289
41290 \begin_inset Quotes grd
41291 \end_inset
41292
41293 ) enthalten.
41294  Weil \SpecialChar LyX
41295  die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
41296  intern nach EPS konvertieren.
41297  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
41298  verlangsamen.
41299  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
41300  konvertieren und direkt als EPS einfügen.
41301 \end_layout
41302
41303 \begin_layout Standard
41304 Sie können Ihr Dokument als PostScript über das Menü 
41305 \family sans
41306 Datei\SpecialChar menuseparator
41307 Exportieren\SpecialChar menuseparator
41308 Post\SpecialChar softhyphen
41309 Script
41310 \family default
41311  exportieren.
41312  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
41313 \family sans
41314 Ansicht
41315 \family default
41316  anschauen.
41317 \end_layout
41318
41319 \begin_layout Section
41320 PDF
41321 \begin_inset Index idx
41322 status collapsed
41323
41324 \begin_layout Plain Layout
41325 Dateiformat! PDF
41326 \end_layout
41327
41328 \end_inset
41329
41330
41331 \begin_inset Index idx
41332 status collapsed
41333
41334 \begin_layout Plain Layout
41335 PDF
41336 \end_layout
41337
41338 \end_inset
41339
41340
41341 \end_layout
41342
41343 \begin_layout Standard
41344 Dieser Dateityp hat die Erweiterung 
41345 \begin_inset Quotes gld
41346 \end_inset
41347
41348
41349 \family typewriter
41350 .pdf
41351 \family default
41352
41353 \begin_inset Quotes grd
41354 \end_inset
41355
41356 .
41357  Das
41358 \emph on
41359  
41360 \emph default
41361
41362 \begin_inset Quotes gld
41363 \end_inset
41364
41365 Portable Document Format
41366 \begin_inset Quotes grd
41367 \end_inset
41368
41369  (PDF) wurde auch von der Firma 
41370 \family typewriter
41371 Adobe
41372 \family default
41373  als Derivat von PostScript entwickelt.
41374  Es ist komprimierter und benutzt weniger Befehle als PostScript.
41375  Wie der Begriff 
41376 \begin_inset Quotes gld
41377 \end_inset
41378
41379 portable
41380 \begin_inset Quotes grd
41381 \end_inset
41382
41383  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
41384  werden, und der Ausdruck sieht immer gleich aus.
41385 \end_layout
41386
41387 \begin_layout Standard
41388 PDF kann Bilder im eigenen PDF-Format, im Format 
41389 \begin_inset Quotes gld
41390 \end_inset
41391
41392 Joint Photographic Experts Group
41393 \begin_inset Quotes grd
41394 \end_inset
41395
41396  (JPEG
41397 \begin_inset Index idx
41398 status collapsed
41399
41400 \begin_layout Plain Layout
41401 JPG, JPEG
41402 \end_layout
41403
41404 \end_inset
41405
41406 , Datei-Erweiterung 
41407 \begin_inset Quotes gld
41408 \end_inset
41409
41410
41411 \family typewriter
41412 .jpg
41413 \family default
41414
41415 \begin_inset Quotes grd
41416 \end_inset
41417
41418  oder 
41419 \begin_inset Quotes gld
41420 \end_inset
41421
41422
41423 \family typewriter
41424 .jpeg
41425 \family default
41426
41427 \begin_inset Quotes grd
41428 \end_inset
41429
41430 ) und im Format 
41431 \begin_inset Quotes gld
41432 \end_inset
41433
41434 Portable Network Graphics
41435 \begin_inset Quotes grd
41436 \end_inset
41437
41438  (PNG
41439 \begin_inset Index idx
41440 status collapsed
41441
41442 \begin_layout Plain Layout
41443 PNG
41444 \end_layout
41445
41446 \end_inset
41447
41448 , Datei-Erweiterung 
41449 \begin_inset Quotes gld
41450 \end_inset
41451
41452
41453 \family typewriter
41454 .png
41455 \family default
41456
41457 \begin_inset Quotes grd
41458 \end_inset
41459
41460 ) enthalten.
41461  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil \SpecialChar LyX
41462  es für Sie
41463  konvertieren wird.
41464  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
41465  wird, eines der drei erwähnten Bildformate zu benutzen.
41466 \end_layout
41467
41468 \begin_layout Standard
41469 PDF-Dateien können Sie über 
41470 \family sans
41471 Datei\SpecialChar menuseparator
41472 Exportieren
41473 \family default
41474  auf drei Arten erzeugen:
41475 \end_layout
41476
41477 \begin_layout Description
41478 PDF
41479 \begin_inset space ~
41480 \end_inset
41481
41482 (ps2pdf) benutzt das Programm
41483 \family typewriter
41484  ps2pdf
41485 \family default
41486 , das eine PDF-Datei aus einer Post\SpecialChar softhyphen
41487 Script®-Version Ihres Dokument erstellt.
41488  Die PostScript-Version wird mit dem Programm 
41489 \family typewriter
41490 dvips
41491 \family default
41492  aus einer DVI-Version erstellt.
41493  Es werden also drei Konvertierungen verwendet.
41494 \end_layout
41495
41496 \begin_layout Description
41497 PDF
41498 \begin_inset space ~
41499 \end_inset
41500
41501 (dvipdfm) benutzt das Programm 
41502 \family typewriter
41503 dvipdfm
41504 \family default
41505 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
41506  PDF konvertiert.
41507 \end_layout
41508
41509 \begin_layout Description
41510 PDF
41511 \begin_inset space ~
41512 \end_inset
41513
41514 (pdflatex) benutzt das Programm
41515 \family typewriter
41516  pdftex
41517 \family default
41518 , das Ihr Dokument direkt nach PDF konvertiert.
41519 \end_layout
41520
41521 \begin_layout Standard
41522
41523 \family sans
41524 PDF
41525 \begin_inset space ~
41526 \end_inset
41527
41528 (pdflatex)
41529 \family default
41530  wird empfohlen, weil
41531 \family typewriter
41532  pdftex
41533 \family default
41534  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
41535  ohne Probleme arbeitet.
41536  Das Programm 
41537 \family typewriter
41538 dvi\SpecialChar softhyphen
41539 pdfm
41540 \family default
41541  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
41542 \end_layout
41543
41544 \begin_layout Standard
41545 Sie können Ihr Dokument als PDF über das Menü 
41546 \family sans
41547 Datei\SpecialChar menuseparator
41548 Exportieren\SpecialChar menuseparator
41549 PDF
41550 \family default
41551  exportieren.
41552  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
41553 \family sans
41554 Ansicht
41555 \family default
41556  oder einen Werkzeugleistenknopf anschauen.
41557 \end_layout
41558
41559 \begin_layout Chapter
41560 Liste der dvips-Farbnamen
41561 \begin_inset CommandInset label
41562 LatexCommand label
41563 name "kap:Liste-der-dvips-Farbnamen"
41564
41565 \end_inset
41566
41567
41568 \end_layout
41569
41570 \begin_layout Standard
41571 \begin_inset Tabular
41572 <lyxtabular version="3" rows="17" columns="4">
41573 <features tabularvalignment="middle">
41574 <column alignment="left" valignment="top" width="0pt">
41575 <column alignment="left" valignment="top" width="0pt">
41576 <column alignment="left" valignment="top" width="0pt">
41577 <column alignment="left" valignment="top" width="0pt">
41578 <row>
41579 <cell alignment="left" valignment="top" usebox="none">
41580 \begin_inset Text
41581
41582 \begin_layout Plain Layout
41583 \begin_inset ERT
41584 status collapsed
41585
41586 \begin_layout Plain Layout
41587
41588
41589 \backslash
41590 fcolorbox{black}{
41591 \end_layout
41592
41593 \end_inset
41594
41595 white
41596 \begin_inset ERT
41597 status collapsed
41598
41599 \begin_layout Plain Layout
41600
41601 }{
41602 \end_layout
41603
41604 \end_inset
41605
41606 Farbe
41607 \begin_inset ERT
41608 status collapsed
41609
41610 \begin_layout Plain Layout
41611
41612 }
41613 \end_layout
41614
41615 \end_inset
41616
41617  Farbname
41618 \end_layout
41619
41620 \end_inset
41621 </cell>
41622 <cell alignment="left" valignment="top" usebox="none">
41623 \begin_inset Text
41624
41625 \begin_layout Plain Layout
41626 \begin_inset ERT
41627 status collapsed
41628
41629 \begin_layout Plain Layout
41630
41631
41632 \backslash
41633 fcolorbox{black}{
41634 \end_layout
41635
41636 \end_inset
41637
41638 white
41639 \begin_inset ERT
41640 status collapsed
41641
41642 \begin_layout Plain Layout
41643
41644 }{
41645 \end_layout
41646
41647 \end_inset
41648
41649 Farbe
41650 \begin_inset ERT
41651 status collapsed
41652
41653 \begin_layout Plain Layout
41654
41655 }
41656 \end_layout
41657
41658 \end_inset
41659
41660  Farbname
41661 \end_layout
41662
41663 \end_inset
41664 </cell>
41665 <cell alignment="left" valignment="top" usebox="none">
41666 \begin_inset Text
41667
41668 \begin_layout Plain Layout
41669 \begin_inset ERT
41670 status collapsed
41671
41672 \begin_layout Plain Layout
41673
41674
41675 \backslash
41676 fcolorbox{black}{
41677 \end_layout
41678
41679 \end_inset
41680
41681 white
41682 \begin_inset ERT
41683 status collapsed
41684
41685 \begin_layout Plain Layout
41686
41687 }{
41688 \end_layout
41689
41690 \end_inset
41691
41692 Farbe
41693 \begin_inset ERT
41694 status collapsed
41695
41696 \begin_layout Plain Layout
41697
41698 }
41699 \end_layout
41700
41701 \end_inset
41702
41703  Farbname
41704 \end_layout
41705
41706 \end_inset
41707 </cell>
41708 <cell alignment="left" valignment="top" usebox="none">
41709 \begin_inset Text
41710
41711 \begin_layout Plain Layout
41712 \begin_inset ERT
41713 status collapsed
41714
41715 \begin_layout Plain Layout
41716
41717
41718 \backslash
41719 fcolorbox{black}{
41720 \end_layout
41721
41722 \end_inset
41723
41724 white
41725 \begin_inset ERT
41726 status collapsed
41727
41728 \begin_layout Plain Layout
41729
41730 }{
41731 \end_layout
41732
41733 \end_inset
41734
41735 Farbe
41736 \begin_inset ERT
41737 status collapsed
41738
41739 \begin_layout Plain Layout
41740
41741 }
41742 \end_layout
41743
41744 \end_inset
41745
41746  Farbname
41747 \end_layout
41748
41749 \end_inset
41750 </cell>
41751 </row>
41752 <row>
41753 <cell alignment="center" valignment="top" usebox="none">
41754 \begin_inset Text
41755
41756 \begin_layout Plain Layout
41757 \begin_inset ERT
41758 status collapsed
41759
41760 \begin_layout Plain Layout
41761
41762
41763 \backslash
41764 fcolorbox{black}{
41765 \end_layout
41766
41767 \end_inset
41768
41769 Apricot
41770 \begin_inset ERT
41771 status collapsed
41772
41773 \begin_layout Plain Layout
41774
41775 }{
41776 \end_layout
41777
41778 \end_inset
41779
41780
41781 \begin_inset Phantom Phantom
41782 status open
41783
41784 \begin_layout Plain Layout
41785 W
41786 \end_layout
41787
41788 \end_inset
41789
41790
41791 \begin_inset ERT
41792 status collapsed
41793
41794 \begin_layout Plain Layout
41795
41796 }
41797 \end_layout
41798
41799 \end_inset
41800
41801  Apricot
41802 \end_layout
41803
41804 \end_inset
41805 </cell>
41806 <cell alignment="center" valignment="top" usebox="none">
41807 \begin_inset Text
41808
41809 \begin_layout Plain Layout
41810 \begin_inset ERT
41811 status collapsed
41812
41813 \begin_layout Plain Layout
41814
41815
41816 \backslash
41817 fcolorbox{black}{
41818 \end_layout
41819
41820 \end_inset
41821
41822 Aquamarine
41823 \begin_inset ERT
41824 status collapsed
41825
41826 \begin_layout Plain Layout
41827
41828 }{
41829 \end_layout
41830
41831 \end_inset
41832
41833
41834 \begin_inset Phantom Phantom
41835 status open
41836
41837 \begin_layout Plain Layout
41838 W
41839 \end_layout
41840
41841 \end_inset
41842
41843
41844 \begin_inset ERT
41845 status collapsed
41846
41847 \begin_layout Plain Layout
41848
41849 }
41850 \end_layout
41851
41852 \end_inset
41853
41854  Aquamarine
41855 \end_layout
41856
41857 \end_inset
41858 </cell>
41859 <cell alignment="center" valignment="top" usebox="none">
41860 \begin_inset Text
41861
41862 \begin_layout Plain Layout
41863 \begin_inset ERT
41864 status collapsed
41865
41866 \begin_layout Plain Layout
41867
41868
41869 \backslash
41870 fcolorbox{black}{
41871 \end_layout
41872
41873 \end_inset
41874
41875 Bittersweet
41876 \begin_inset ERT
41877 status collapsed
41878
41879 \begin_layout Plain Layout
41880
41881 }{
41882 \end_layout
41883
41884 \end_inset
41885
41886
41887 \begin_inset Phantom Phantom
41888 status open
41889
41890 \begin_layout Plain Layout
41891 W
41892 \end_layout
41893
41894 \end_inset
41895
41896
41897 \begin_inset ERT
41898 status collapsed
41899
41900 \begin_layout Plain Layout
41901
41902 }
41903 \end_layout
41904
41905 \end_inset
41906
41907  Bittersweet
41908 \end_layout
41909
41910 \end_inset
41911 </cell>
41912 <cell alignment="center" valignment="top" usebox="none">
41913 \begin_inset Text
41914
41915 \begin_layout Plain Layout
41916 \begin_inset ERT
41917 status collapsed
41918
41919 \begin_layout Plain Layout
41920
41921
41922 \backslash
41923 fcolorbox{black}{
41924 \end_layout
41925
41926 \end_inset
41927
41928 BlueGreen
41929 \begin_inset ERT
41930 status collapsed
41931
41932 \begin_layout Plain Layout
41933
41934 }{
41935 \end_layout
41936
41937 \end_inset
41938
41939
41940 \begin_inset Phantom Phantom
41941 status open
41942
41943 \begin_layout Plain Layout
41944 W
41945 \end_layout
41946
41947 \end_inset
41948
41949
41950 \begin_inset ERT
41951 status collapsed
41952
41953 \begin_layout Plain Layout
41954
41955 }
41956 \end_layout
41957
41958 \end_inset
41959
41960  BlueGreen
41961 \end_layout
41962
41963 \end_inset
41964 </cell>
41965 </row>
41966 <row>
41967 <cell alignment="left" valignment="top" usebox="none">
41968 \begin_inset Text
41969
41970 \begin_layout Plain Layout
41971 \begin_inset ERT
41972 status collapsed
41973
41974 \begin_layout Plain Layout
41975
41976
41977 \backslash
41978 fcolorbox{black}{
41979 \end_layout
41980
41981 \end_inset
41982
41983 BlueViolet
41984 \begin_inset ERT
41985 status collapsed
41986
41987 \begin_layout Plain Layout
41988
41989 }{
41990 \end_layout
41991
41992 \end_inset
41993
41994
41995 \begin_inset Phantom Phantom
41996 status open
41997
41998 \begin_layout Plain Layout
41999 W
42000 \end_layout
42001
42002 \end_inset
42003
42004
42005 \begin_inset ERT
42006 status collapsed
42007
42008 \begin_layout Plain Layout
42009
42010 }
42011 \end_layout
42012
42013 \end_inset
42014
42015  BlueViolet
42016 \end_layout
42017
42018 \end_inset
42019 </cell>
42020 <cell alignment="left" valignment="top" usebox="none">
42021 \begin_inset Text
42022
42023 \begin_layout Plain Layout
42024 \begin_inset ERT
42025 status collapsed
42026
42027 \begin_layout Plain Layout
42028
42029
42030 \backslash
42031 fcolorbox{black}{
42032 \end_layout
42033
42034 \end_inset
42035
42036 BrickRed
42037 \begin_inset ERT
42038 status collapsed
42039
42040 \begin_layout Plain Layout
42041
42042 }{
42043 \end_layout
42044
42045 \end_inset
42046
42047
42048 \begin_inset Phantom Phantom
42049 status open
42050
42051 \begin_layout Plain Layout
42052 W
42053 \end_layout
42054
42055 \end_inset
42056
42057
42058 \begin_inset ERT
42059 status collapsed
42060
42061 \begin_layout Plain Layout
42062
42063 }
42064 \end_layout
42065
42066 \end_inset
42067
42068  BrickRed
42069 \end_layout
42070
42071 \end_inset
42072 </cell>
42073 <cell alignment="left" valignment="top" usebox="none">
42074 \begin_inset Text
42075
42076 \begin_layout Plain Layout
42077 \begin_inset ERT
42078 status collapsed
42079
42080 \begin_layout Plain Layout
42081
42082
42083 \backslash
42084 fcolorbox{black}{
42085 \end_layout
42086
42087 \end_inset
42088
42089 Brown
42090 \begin_inset ERT
42091 status collapsed
42092
42093 \begin_layout Plain Layout
42094
42095 }{
42096 \end_layout
42097
42098 \end_inset
42099
42100
42101 \begin_inset Phantom Phantom
42102 status open
42103
42104 \begin_layout Plain Layout
42105 W
42106 \end_layout
42107
42108 \end_inset
42109
42110
42111 \begin_inset ERT
42112 status collapsed
42113
42114 \begin_layout Plain Layout
42115
42116 }
42117 \end_layout
42118
42119 \end_inset
42120
42121  Brown
42122 \end_layout
42123
42124 \end_inset
42125 </cell>
42126 <cell alignment="left" valignment="top" usebox="none">
42127 \begin_inset Text
42128
42129 \begin_layout Plain Layout
42130 \begin_inset ERT
42131 status collapsed
42132
42133 \begin_layout Plain Layout
42134
42135
42136 \backslash
42137 fcolorbox{black}{
42138 \end_layout
42139
42140 \end_inset
42141
42142 BurntOrange
42143 \begin_inset ERT
42144 status collapsed
42145
42146 \begin_layout Plain Layout
42147
42148 }{
42149 \end_layout
42150
42151 \end_inset
42152
42153
42154 \begin_inset Phantom Phantom
42155 status open
42156
42157 \begin_layout Plain Layout
42158 W
42159 \end_layout
42160
42161 \end_inset
42162
42163
42164 \begin_inset ERT
42165 status collapsed
42166
42167 \begin_layout Plain Layout
42168
42169 }
42170 \end_layout
42171
42172 \end_inset
42173
42174  BurntOrange
42175 \end_layout
42176
42177 \end_inset
42178 </cell>
42179 </row>
42180 <row>
42181 <cell alignment="left" valignment="top" usebox="none">
42182 \begin_inset Text
42183
42184 \begin_layout Plain Layout
42185 \begin_inset ERT
42186 status collapsed
42187
42188 \begin_layout Plain Layout
42189
42190
42191 \backslash
42192 fcolorbox{black}{
42193 \end_layout
42194
42195 \end_inset
42196
42197 CadetBlue
42198 \begin_inset ERT
42199 status collapsed
42200
42201 \begin_layout Plain Layout
42202
42203 }{
42204 \end_layout
42205
42206 \end_inset
42207
42208
42209 \begin_inset Phantom Phantom
42210 status open
42211
42212 \begin_layout Plain Layout
42213 W
42214 \end_layout
42215
42216 \end_inset
42217
42218
42219 \begin_inset ERT
42220 status collapsed
42221
42222 \begin_layout Plain Layout
42223
42224 }
42225 \end_layout
42226
42227 \end_inset
42228
42229  CadetBlue
42230 \end_layout
42231
42232 \end_inset
42233 </cell>
42234 <cell alignment="left" valignment="top" usebox="none">
42235 \begin_inset Text
42236
42237 \begin_layout Plain Layout
42238 \begin_inset ERT
42239 status collapsed
42240
42241 \begin_layout Plain Layout
42242
42243
42244 \backslash
42245 fcolorbox{black}{
42246 \end_layout
42247
42248 \end_inset
42249
42250 CarnationPink
42251 \begin_inset ERT
42252 status collapsed
42253
42254 \begin_layout Plain Layout
42255
42256 }{
42257 \end_layout
42258
42259 \end_inset
42260
42261
42262 \begin_inset Phantom Phantom
42263 status open
42264
42265 \begin_layout Plain Layout
42266 W
42267 \end_layout
42268
42269 \end_inset
42270
42271
42272 \begin_inset ERT
42273 status collapsed
42274
42275 \begin_layout Plain Layout
42276
42277 }
42278 \end_layout
42279
42280 \end_inset
42281
42282  CarnationPink
42283 \end_layout
42284
42285 \end_inset
42286 </cell>
42287 <cell alignment="left" valignment="top" usebox="none">
42288 \begin_inset Text
42289
42290 \begin_layout Plain Layout
42291 \begin_inset ERT
42292 status collapsed
42293
42294 \begin_layout Plain Layout
42295
42296
42297 \backslash
42298 fcolorbox{black}{
42299 \end_layout
42300
42301 \end_inset
42302
42303 Cerulean
42304 \begin_inset ERT
42305 status collapsed
42306
42307 \begin_layout Plain Layout
42308
42309 }{
42310 \end_layout
42311
42312 \end_inset
42313
42314
42315 \begin_inset Phantom Phantom
42316 status open
42317
42318 \begin_layout Plain Layout
42319 W
42320 \end_layout
42321
42322 \end_inset
42323
42324
42325 \begin_inset ERT
42326 status collapsed
42327
42328 \begin_layout Plain Layout
42329
42330 }
42331 \end_layout
42332
42333 \end_inset
42334
42335  Cerulean
42336 \end_layout
42337
42338 \end_inset
42339 </cell>
42340 <cell alignment="left" valignment="top" usebox="none">
42341 \begin_inset Text
42342
42343 \begin_layout Plain Layout
42344 \begin_inset ERT
42345 status collapsed
42346
42347 \begin_layout Plain Layout
42348
42349
42350 \backslash
42351 fcolorbox{black}{
42352 \end_layout
42353
42354 \end_inset
42355
42356 CornflowerBlue
42357 \begin_inset ERT
42358 status collapsed
42359
42360 \begin_layout Plain Layout
42361
42362 }{
42363 \end_layout
42364
42365 \end_inset
42366
42367
42368 \begin_inset Phantom Phantom
42369 status open
42370
42371 \begin_layout Plain Layout
42372 W
42373 \end_layout
42374
42375 \end_inset
42376
42377
42378 \begin_inset ERT
42379 status collapsed
42380
42381 \begin_layout Plain Layout
42382
42383 }
42384 \end_layout
42385
42386 \end_inset
42387
42388  CornflowerBlue
42389 \end_layout
42390
42391 \end_inset
42392 </cell>
42393 </row>
42394 <row>
42395 <cell alignment="left" valignment="top" usebox="none">
42396 \begin_inset Text
42397
42398 \begin_layout Plain Layout
42399 \begin_inset ERT
42400 status collapsed
42401
42402 \begin_layout Plain Layout
42403
42404
42405 \backslash
42406 fcolorbox{black}{
42407 \end_layout
42408
42409 \end_inset
42410
42411 Dandelion
42412 \begin_inset ERT
42413 status collapsed
42414
42415 \begin_layout Plain Layout
42416
42417 }{
42418 \end_layout
42419
42420 \end_inset
42421
42422
42423 \begin_inset Phantom Phantom
42424 status open
42425
42426 \begin_layout Plain Layout
42427 W
42428 \end_layout
42429
42430 \end_inset
42431
42432
42433 \begin_inset ERT
42434 status collapsed
42435
42436 \begin_layout Plain Layout
42437
42438 }
42439 \end_layout
42440
42441 \end_inset
42442
42443  Dandelion
42444 \end_layout
42445
42446 \end_inset
42447 </cell>
42448 <cell alignment="left" valignment="top" usebox="none">
42449 \begin_inset Text
42450
42451 \begin_layout Plain Layout
42452 \begin_inset ERT
42453 status collapsed
42454
42455 \begin_layout Plain Layout
42456
42457
42458 \backslash
42459 fcolorbox{black}{
42460 \end_layout
42461
42462 \end_inset
42463
42464 DarkOrchid
42465 \begin_inset ERT
42466 status collapsed
42467
42468 \begin_layout Plain Layout
42469
42470 }{
42471 \end_layout
42472
42473 \end_inset
42474
42475
42476 \begin_inset Phantom Phantom
42477 status open
42478
42479 \begin_layout Plain Layout
42480 W
42481 \end_layout
42482
42483 \end_inset
42484
42485
42486 \begin_inset ERT
42487 status collapsed
42488
42489 \begin_layout Plain Layout
42490
42491 }
42492 \end_layout
42493
42494 \end_inset
42495
42496  DarkOrchid
42497 \end_layout
42498
42499 \end_inset
42500 </cell>
42501 <cell alignment="left" valignment="top" usebox="none">
42502 \begin_inset Text
42503
42504 \begin_layout Plain Layout
42505 \begin_inset ERT
42506 status collapsed
42507
42508 \begin_layout Plain Layout
42509
42510
42511 \backslash
42512 fcolorbox{black}{
42513 \end_layout
42514
42515 \end_inset
42516
42517 Emerald
42518 \begin_inset ERT
42519 status collapsed
42520
42521 \begin_layout Plain Layout
42522
42523 }{
42524 \end_layout
42525
42526 \end_inset
42527
42528
42529 \begin_inset Phantom Phantom
42530 status open
42531
42532 \begin_layout Plain Layout
42533 W
42534 \end_layout
42535
42536 \end_inset
42537
42538
42539 \begin_inset ERT
42540 status collapsed
42541
42542 \begin_layout Plain Layout
42543
42544 }
42545 \end_layout
42546
42547 \end_inset
42548
42549  Emerald
42550 \end_layout
42551
42552 \end_inset
42553 </cell>
42554 <cell alignment="left" valignment="top" usebox="none">
42555 \begin_inset Text
42556
42557 \begin_layout Plain Layout
42558 \begin_inset ERT
42559 status collapsed
42560
42561 \begin_layout Plain Layout
42562
42563
42564 \backslash
42565 fcolorbox{black}{
42566 \end_layout
42567
42568 \end_inset
42569
42570 ForestGreen
42571 \begin_inset ERT
42572 status collapsed
42573
42574 \begin_layout Plain Layout
42575
42576 }{
42577 \end_layout
42578
42579 \end_inset
42580
42581
42582 \begin_inset Phantom Phantom
42583 status open
42584
42585 \begin_layout Plain Layout
42586 W
42587 \end_layout
42588
42589 \end_inset
42590
42591
42592 \begin_inset ERT
42593 status collapsed
42594
42595 \begin_layout Plain Layout
42596
42597 }
42598 \end_layout
42599
42600 \end_inset
42601
42602  ForestGreen
42603 \end_layout
42604
42605 \end_inset
42606 </cell>
42607 </row>
42608 <row>
42609 <cell alignment="left" valignment="top" usebox="none">
42610 \begin_inset Text
42611
42612 \begin_layout Plain Layout
42613 \begin_inset ERT
42614 status collapsed
42615
42616 \begin_layout Plain Layout
42617
42618
42619 \backslash
42620 fcolorbox{black}{
42621 \end_layout
42622
42623 \end_inset
42624
42625 Fuchsia
42626 \begin_inset ERT
42627 status collapsed
42628
42629 \begin_layout Plain Layout
42630
42631 }{
42632 \end_layout
42633
42634 \end_inset
42635
42636
42637 \begin_inset Phantom Phantom
42638 status open
42639
42640 \begin_layout Plain Layout
42641 W
42642 \end_layout
42643
42644 \end_inset
42645
42646
42647 \begin_inset ERT
42648 status collapsed
42649
42650 \begin_layout Plain Layout
42651
42652 }
42653 \end_layout
42654
42655 \end_inset
42656
42657  Fuchsia
42658 \end_layout
42659
42660 \end_inset
42661 </cell>
42662 <cell alignment="left" valignment="top" usebox="none">
42663 \begin_inset Text
42664
42665 \begin_layout Plain Layout
42666 \begin_inset ERT
42667 status collapsed
42668
42669 \begin_layout Plain Layout
42670
42671
42672 \backslash
42673 fcolorbox{black}{
42674 \end_layout
42675
42676 \end_inset
42677
42678 Goldenrod
42679 \begin_inset ERT
42680 status collapsed
42681
42682 \begin_layout Plain Layout
42683
42684 }{
42685 \end_layout
42686
42687 \end_inset
42688
42689
42690 \begin_inset Phantom Phantom
42691 status open
42692
42693 \begin_layout Plain Layout
42694 W
42695 \end_layout
42696
42697 \end_inset
42698
42699
42700 \begin_inset ERT
42701 status collapsed
42702
42703 \begin_layout Plain Layout
42704
42705 }
42706 \end_layout
42707
42708 \end_inset
42709
42710  Goldenrod
42711 \end_layout
42712
42713 \end_inset
42714 </cell>
42715 <cell alignment="left" valignment="top" usebox="none">
42716 \begin_inset Text
42717
42718 \begin_layout Plain Layout
42719 \begin_inset ERT
42720 status collapsed
42721
42722 \begin_layout Plain Layout
42723
42724
42725 \backslash
42726 fcolorbox{black}{
42727 \end_layout
42728
42729 \end_inset
42730
42731 Gray
42732 \begin_inset ERT
42733 status collapsed
42734
42735 \begin_layout Plain Layout
42736
42737 }{
42738 \end_layout
42739
42740 \end_inset
42741
42742
42743 \begin_inset Phantom Phantom
42744 status open
42745
42746 \begin_layout Plain Layout
42747 W
42748 \end_layout
42749
42750 \end_inset
42751
42752
42753 \begin_inset ERT
42754 status collapsed
42755
42756 \begin_layout Plain Layout
42757
42758 }
42759 \end_layout
42760
42761 \end_inset
42762
42763  Gray
42764 \end_layout
42765
42766 \end_inset
42767 </cell>
42768 <cell alignment="left" valignment="top" usebox="none">
42769 \begin_inset Text
42770
42771 \begin_layout Plain Layout
42772 \begin_inset ERT
42773 status collapsed
42774
42775 \begin_layout Plain Layout
42776
42777
42778 \backslash
42779 fcolorbox{black}{
42780 \end_layout
42781
42782 \end_inset
42783
42784 GreenYellow
42785 \begin_inset ERT
42786 status collapsed
42787
42788 \begin_layout Plain Layout
42789
42790 }{
42791 \end_layout
42792
42793 \end_inset
42794
42795
42796 \begin_inset Phantom Phantom
42797 status open
42798
42799 \begin_layout Plain Layout
42800 W
42801 \end_layout
42802
42803 \end_inset
42804
42805
42806 \begin_inset ERT
42807 status collapsed
42808
42809 \begin_layout Plain Layout
42810
42811 }
42812 \end_layout
42813
42814 \end_inset
42815
42816  GreenYellow
42817 \end_layout
42818
42819 \end_inset
42820 </cell>
42821 </row>
42822 <row>
42823 <cell alignment="center" valignment="top" usebox="none">
42824 \begin_inset Text
42825
42826 \begin_layout Plain Layout
42827 \begin_inset ERT
42828 status collapsed
42829
42830 \begin_layout Plain Layout
42831
42832
42833 \backslash
42834 fcolorbox{black}{
42835 \end_layout
42836
42837 \end_inset
42838
42839 JungleGreen
42840 \begin_inset ERT
42841 status collapsed
42842
42843 \begin_layout Plain Layout
42844
42845 }{
42846 \end_layout
42847
42848 \end_inset
42849
42850
42851 \begin_inset Phantom Phantom
42852 status open
42853
42854 \begin_layout Plain Layout
42855 W
42856 \end_layout
42857
42858 \end_inset
42859
42860
42861 \begin_inset ERT
42862 status collapsed
42863
42864 \begin_layout Plain Layout
42865
42866 }
42867 \end_layout
42868
42869 \end_inset
42870
42871  JungleGreen
42872 \end_layout
42873
42874 \end_inset
42875 </cell>
42876 <cell alignment="center" valignment="top" usebox="none">
42877 \begin_inset Text
42878
42879 \begin_layout Plain Layout
42880 \begin_inset ERT
42881 status collapsed
42882
42883 \begin_layout Plain Layout
42884
42885
42886 \backslash
42887 fcolorbox{black}{
42888 \end_layout
42889
42890 \end_inset
42891
42892 Lavender
42893 \begin_inset ERT
42894 status collapsed
42895
42896 \begin_layout Plain Layout
42897
42898 }{
42899 \end_layout
42900
42901 \end_inset
42902
42903
42904 \begin_inset Phantom Phantom
42905 status open
42906
42907 \begin_layout Plain Layout
42908 W
42909 \end_layout
42910
42911 \end_inset
42912
42913
42914 \begin_inset ERT
42915 status collapsed
42916
42917 \begin_layout Plain Layout
42918
42919 }
42920 \end_layout
42921
42922 \end_inset
42923
42924  Lavender
42925 \end_layout
42926
42927 \end_inset
42928 </cell>
42929 <cell alignment="center" valignment="top" usebox="none">
42930 \begin_inset Text
42931
42932 \begin_layout Plain Layout
42933 \begin_inset ERT
42934 status collapsed
42935
42936 \begin_layout Plain Layout
42937
42938
42939 \backslash
42940 fcolorbox{black}{
42941 \end_layout
42942
42943 \end_inset
42944
42945 LimeGreen
42946 \begin_inset ERT
42947 status collapsed
42948
42949 \begin_layout Plain Layout
42950
42951 }{
42952 \end_layout
42953
42954 \end_inset
42955
42956
42957 \begin_inset Phantom Phantom
42958 status open
42959
42960 \begin_layout Plain Layout
42961 W
42962 \end_layout
42963
42964 \end_inset
42965
42966
42967 \begin_inset ERT
42968 status collapsed
42969
42970 \begin_layout Plain Layout
42971
42972 }
42973 \end_layout
42974
42975 \end_inset
42976
42977  LimeGreen
42978 \end_layout
42979
42980 \end_inset
42981 </cell>
42982 <cell alignment="center" valignment="top" usebox="none">
42983 \begin_inset Text
42984
42985 \begin_layout Plain Layout
42986 \begin_inset ERT
42987 status collapsed
42988
42989 \begin_layout Plain Layout
42990
42991
42992 \backslash
42993 fcolorbox{black}{
42994 \end_layout
42995
42996 \end_inset
42997
42998 Mahogany
42999 \begin_inset ERT
43000 status collapsed
43001
43002 \begin_layout Plain Layout
43003
43004 }{
43005 \end_layout
43006
43007 \end_inset
43008
43009
43010 \begin_inset Phantom Phantom
43011 status open
43012
43013 \begin_layout Plain Layout
43014 W
43015 \end_layout
43016
43017 \end_inset
43018
43019
43020 \begin_inset ERT
43021 status collapsed
43022
43023 \begin_layout Plain Layout
43024
43025 }
43026 \end_layout
43027
43028 \end_inset
43029
43030  Mahogany
43031 \end_layout
43032
43033 \end_inset
43034 </cell>
43035 </row>
43036 <row>
43037 <cell alignment="left" valignment="top" usebox="none">
43038 \begin_inset Text
43039
43040 \begin_layout Plain Layout
43041 \begin_inset ERT
43042 status collapsed
43043
43044 \begin_layout Plain Layout
43045
43046
43047 \backslash
43048 fcolorbox{black}{
43049 \end_layout
43050
43051 \end_inset
43052
43053 Mahogany
43054 \begin_inset ERT
43055 status collapsed
43056
43057 \begin_layout Plain Layout
43058
43059 }{
43060 \end_layout
43061
43062 \end_inset
43063
43064
43065 \begin_inset Phantom Phantom
43066 status open
43067
43068 \begin_layout Plain Layout
43069 W
43070 \end_layout
43071
43072 \end_inset
43073
43074
43075 \begin_inset ERT
43076 status collapsed
43077
43078 \begin_layout Plain Layout
43079
43080 }
43081 \end_layout
43082
43083 \end_inset
43084
43085  Mahogany
43086 \end_layout
43087
43088 \end_inset
43089 </cell>
43090 <cell alignment="left" valignment="top" usebox="none">
43091 \begin_inset Text
43092
43093 \begin_layout Plain Layout
43094 \begin_inset ERT
43095 status collapsed
43096
43097 \begin_layout Plain Layout
43098
43099
43100 \backslash
43101 fcolorbox{black}{
43102 \end_layout
43103
43104 \end_inset
43105
43106 Maroon
43107 \begin_inset ERT
43108 status collapsed
43109
43110 \begin_layout Plain Layout
43111
43112 }{
43113 \end_layout
43114
43115 \end_inset
43116
43117
43118 \begin_inset Phantom Phantom
43119 status open
43120
43121 \begin_layout Plain Layout
43122 W
43123 \end_layout
43124
43125 \end_inset
43126
43127
43128 \begin_inset ERT
43129 status collapsed
43130
43131 \begin_layout Plain Layout
43132
43133 }
43134 \end_layout
43135
43136 \end_inset
43137
43138  Maroon
43139 \end_layout
43140
43141 \end_inset
43142 </cell>
43143 <cell alignment="left" valignment="top" usebox="none">
43144 \begin_inset Text
43145
43146 \begin_layout Plain Layout
43147 \begin_inset ERT
43148 status collapsed
43149
43150 \begin_layout Plain Layout
43151
43152
43153 \backslash
43154 fcolorbox{black}{
43155 \end_layout
43156
43157 \end_inset
43158
43159 Melon
43160 \begin_inset ERT
43161 status collapsed
43162
43163 \begin_layout Plain Layout
43164
43165 }{
43166 \end_layout
43167
43168 \end_inset
43169
43170
43171 \begin_inset Phantom Phantom
43172 status open
43173
43174 \begin_layout Plain Layout
43175 W
43176 \end_layout
43177
43178 \end_inset
43179
43180
43181 \begin_inset ERT
43182 status collapsed
43183
43184 \begin_layout Plain Layout
43185
43186 }
43187 \end_layout
43188
43189 \end_inset
43190
43191  Melon
43192 \end_layout
43193
43194 \end_inset
43195 </cell>
43196 <cell alignment="left" valignment="top" usebox="none">
43197 \begin_inset Text
43198
43199 \begin_layout Plain Layout
43200 \begin_inset ERT
43201 status collapsed
43202
43203 \begin_layout Plain Layout
43204
43205
43206 \backslash
43207 fcolorbox{black}{
43208 \end_layout
43209
43210 \end_inset
43211
43212 MidnightBlue
43213 \begin_inset ERT
43214 status collapsed
43215
43216 \begin_layout Plain Layout
43217
43218 }{
43219 \end_layout
43220
43221 \end_inset
43222
43223
43224 \begin_inset Phantom Phantom
43225 status open
43226
43227 \begin_layout Plain Layout
43228 W
43229 \end_layout
43230
43231 \end_inset
43232
43233
43234 \begin_inset ERT
43235 status collapsed
43236
43237 \begin_layout Plain Layout
43238
43239 }
43240 \end_layout
43241
43242 \end_inset
43243
43244  MidnightBlue
43245 \end_layout
43246
43247 \end_inset
43248 </cell>
43249 </row>
43250 <row>
43251 <cell alignment="left" valignment="top" usebox="none">
43252 \begin_inset Text
43253
43254 \begin_layout Plain Layout
43255 \begin_inset ERT
43256 status collapsed
43257
43258 \begin_layout Plain Layout
43259
43260
43261 \backslash
43262 fcolorbox{black}{
43263 \end_layout
43264
43265 \end_inset
43266
43267 Mulberry
43268 \begin_inset ERT
43269 status collapsed
43270
43271 \begin_layout Plain Layout
43272
43273 }{
43274 \end_layout
43275
43276 \end_inset
43277
43278
43279 \begin_inset Phantom Phantom
43280 status open
43281
43282 \begin_layout Plain Layout
43283 W
43284 \end_layout
43285
43286 \end_inset
43287
43288
43289 \begin_inset ERT
43290 status collapsed
43291
43292 \begin_layout Plain Layout
43293
43294 }
43295 \end_layout
43296
43297 \end_inset
43298
43299  Mulberry
43300 \end_layout
43301
43302 \end_inset
43303 </cell>
43304 <cell alignment="left" valignment="top" usebox="none">
43305 \begin_inset Text
43306
43307 \begin_layout Plain Layout
43308 \begin_inset ERT
43309 status collapsed
43310
43311 \begin_layout Plain Layout
43312
43313
43314 \backslash
43315 fcolorbox{black}{
43316 \end_layout
43317
43318 \end_inset
43319
43320 NavyBlue
43321 \begin_inset ERT
43322 status collapsed
43323
43324 \begin_layout Plain Layout
43325
43326 }{
43327 \end_layout
43328
43329 \end_inset
43330
43331
43332 \begin_inset Phantom Phantom
43333 status open
43334
43335 \begin_layout Plain Layout
43336 W
43337 \end_layout
43338
43339 \end_inset
43340
43341
43342 \begin_inset ERT
43343 status collapsed
43344
43345 \begin_layout Plain Layout
43346
43347 }
43348 \end_layout
43349
43350 \end_inset
43351
43352  NavyBlue
43353 \end_layout
43354
43355 \end_inset
43356 </cell>
43357 <cell alignment="left" valignment="top" usebox="none">
43358 \begin_inset Text
43359
43360 \begin_layout Plain Layout
43361 \begin_inset ERT
43362 status collapsed
43363
43364 \begin_layout Plain Layout
43365
43366
43367 \backslash
43368 fcolorbox{black}{
43369 \end_layout
43370
43371 \end_inset
43372
43373 OliveGreen
43374 \begin_inset ERT
43375 status collapsed
43376
43377 \begin_layout Plain Layout
43378
43379 }{
43380 \end_layout
43381
43382 \end_inset
43383
43384
43385 \begin_inset Phantom Phantom
43386 status open
43387
43388 \begin_layout Plain Layout
43389 W
43390 \end_layout
43391
43392 \end_inset
43393
43394
43395 \begin_inset ERT
43396 status collapsed
43397
43398 \begin_layout Plain Layout
43399
43400 }
43401 \end_layout
43402
43403 \end_inset
43404
43405  OliveGreen
43406 \end_layout
43407
43408 \end_inset
43409 </cell>
43410 <cell alignment="left" valignment="top" usebox="none">
43411 \begin_inset Text
43412
43413 \begin_layout Plain Layout
43414 \begin_inset ERT
43415 status collapsed
43416
43417 \begin_layout Plain Layout
43418
43419
43420 \backslash
43421 fcolorbox{black}{
43422 \end_layout
43423
43424 \end_inset
43425
43426 Orange
43427 \begin_inset ERT
43428 status collapsed
43429
43430 \begin_layout Plain Layout
43431
43432 }{
43433 \end_layout
43434
43435 \end_inset
43436
43437
43438 \begin_inset Phantom Phantom
43439 status open
43440
43441 \begin_layout Plain Layout
43442 W
43443 \end_layout
43444
43445 \end_inset
43446
43447
43448 \begin_inset ERT
43449 status collapsed
43450
43451 \begin_layout Plain Layout
43452
43453 }
43454 \end_layout
43455
43456 \end_inset
43457
43458  Orange
43459 \end_layout
43460
43461 \end_inset
43462 </cell>
43463 </row>
43464 <row>
43465 <cell alignment="left" valignment="top" usebox="none">
43466 \begin_inset Text
43467
43468 \begin_layout Plain Layout
43469 \begin_inset ERT
43470 status collapsed
43471
43472 \begin_layout Plain Layout
43473
43474
43475 \backslash
43476 fcolorbox{black}{
43477 \end_layout
43478
43479 \end_inset
43480
43481 OrangeRed
43482 \begin_inset ERT
43483 status collapsed
43484
43485 \begin_layout Plain Layout
43486
43487 }{
43488 \end_layout
43489
43490 \end_inset
43491
43492
43493 \begin_inset Phantom Phantom
43494 status open
43495
43496 \begin_layout Plain Layout
43497 W
43498 \end_layout
43499
43500 \end_inset
43501
43502
43503 \begin_inset ERT
43504 status collapsed
43505
43506 \begin_layout Plain Layout
43507
43508 }
43509 \end_layout
43510
43511 \end_inset
43512
43513  OrangeRed
43514 \end_layout
43515
43516 \end_inset
43517 </cell>
43518 <cell alignment="left" valignment="top" usebox="none">
43519 \begin_inset Text
43520
43521 \begin_layout Plain Layout
43522 \begin_inset ERT
43523 status collapsed
43524
43525 \begin_layout Plain Layout
43526
43527
43528 \backslash
43529 fcolorbox{black}{
43530 \end_layout
43531
43532 \end_inset
43533
43534 Orchid
43535 \begin_inset ERT
43536 status collapsed
43537
43538 \begin_layout Plain Layout
43539
43540 }{
43541 \end_layout
43542
43543 \end_inset
43544
43545
43546 \begin_inset Phantom Phantom
43547 status open
43548
43549 \begin_layout Plain Layout
43550 W
43551 \end_layout
43552
43553 \end_inset
43554
43555
43556 \begin_inset ERT
43557 status collapsed
43558
43559 \begin_layout Plain Layout
43560
43561 }
43562 \end_layout
43563
43564 \end_inset
43565
43566  Orchid
43567 \end_layout
43568
43569 \end_inset
43570 </cell>
43571 <cell alignment="left" valignment="top" usebox="none">
43572 \begin_inset Text
43573
43574 \begin_layout Plain Layout
43575 \begin_inset ERT
43576 status collapsed
43577
43578 \begin_layout Plain Layout
43579
43580
43581 \backslash
43582 fcolorbox{black}{
43583 \end_layout
43584
43585 \end_inset
43586
43587 Peach
43588 \begin_inset ERT
43589 status collapsed
43590
43591 \begin_layout Plain Layout
43592
43593 }{
43594 \end_layout
43595
43596 \end_inset
43597
43598
43599 \begin_inset Phantom Phantom
43600 status open
43601
43602 \begin_layout Plain Layout
43603 W
43604 \end_layout
43605
43606 \end_inset
43607
43608
43609 \begin_inset ERT
43610 status collapsed
43611
43612 \begin_layout Plain Layout
43613
43614 }
43615 \end_layout
43616
43617 \end_inset
43618
43619  Peach
43620 \end_layout
43621
43622 \end_inset
43623 </cell>
43624 <cell alignment="left" valignment="top" usebox="none">
43625 \begin_inset Text
43626
43627 \begin_layout Plain Layout
43628 \begin_inset ERT
43629 status collapsed
43630
43631 \begin_layout Plain Layout
43632
43633
43634 \backslash
43635 fcolorbox{black}{
43636 \end_layout
43637
43638 \end_inset
43639
43640 Periwinkle
43641 \begin_inset ERT
43642 status collapsed
43643
43644 \begin_layout Plain Layout
43645
43646 }{
43647 \end_layout
43648
43649 \end_inset
43650
43651
43652 \begin_inset Phantom Phantom
43653 status open
43654
43655 \begin_layout Plain Layout
43656 W
43657 \end_layout
43658
43659 \end_inset
43660
43661
43662 \begin_inset ERT
43663 status collapsed
43664
43665 \begin_layout Plain Layout
43666
43667 }
43668 \end_layout
43669
43670 \end_inset
43671
43672  Periwinkle
43673 \end_layout
43674
43675 \end_inset
43676 </cell>
43677 </row>
43678 <row>
43679 <cell alignment="left" valignment="top" usebox="none">
43680 \begin_inset Text
43681
43682 \begin_layout Plain Layout
43683 \begin_inset ERT
43684 status collapsed
43685
43686 \begin_layout Plain Layout
43687
43688
43689 \backslash
43690 fcolorbox{black}{
43691 \end_layout
43692
43693 \end_inset
43694
43695 PineGreen
43696 \begin_inset ERT
43697 status collapsed
43698
43699 \begin_layout Plain Layout
43700
43701 }{
43702 \end_layout
43703
43704 \end_inset
43705
43706
43707 \begin_inset Phantom Phantom
43708 status open
43709
43710 \begin_layout Plain Layout
43711 W
43712 \end_layout
43713
43714 \end_inset
43715
43716
43717 \begin_inset ERT
43718 status collapsed
43719
43720 \begin_layout Plain Layout
43721
43722 }
43723 \end_layout
43724
43725 \end_inset
43726
43727  PineGreen
43728 \end_layout
43729
43730 \end_inset
43731 </cell>
43732 <cell alignment="left" valignment="top" usebox="none">
43733 \begin_inset Text
43734
43735 \begin_layout Plain Layout
43736 \begin_inset ERT
43737 status collapsed
43738
43739 \begin_layout Plain Layout
43740
43741
43742 \backslash
43743 fcolorbox{black}{
43744 \end_layout
43745
43746 \end_inset
43747
43748 Plum
43749 \begin_inset ERT
43750 status collapsed
43751
43752 \begin_layout Plain Layout
43753
43754 }{
43755 \end_layout
43756
43757 \end_inset
43758
43759
43760 \begin_inset Phantom Phantom
43761 status open
43762
43763 \begin_layout Plain Layout
43764 W
43765 \end_layout
43766
43767 \end_inset
43768
43769
43770 \begin_inset ERT
43771 status collapsed
43772
43773 \begin_layout Plain Layout
43774
43775 }
43776 \end_layout
43777
43778 \end_inset
43779
43780  Plum
43781 \end_layout
43782
43783 \end_inset
43784 </cell>
43785 <cell alignment="left" valignment="top" usebox="none">
43786 \begin_inset Text
43787
43788 \begin_layout Plain Layout
43789 \begin_inset ERT
43790 status collapsed
43791
43792 \begin_layout Plain Layout
43793
43794
43795 \backslash
43796 fcolorbox{black}{
43797 \end_layout
43798
43799 \end_inset
43800
43801 ProcessBlue
43802 \begin_inset ERT
43803 status collapsed
43804
43805 \begin_layout Plain Layout
43806
43807 }{
43808 \end_layout
43809
43810 \end_inset
43811
43812
43813 \begin_inset Phantom Phantom
43814 status open
43815
43816 \begin_layout Plain Layout
43817 W
43818 \end_layout
43819
43820 \end_inset
43821
43822
43823 \begin_inset ERT
43824 status collapsed
43825
43826 \begin_layout Plain Layout
43827
43828 }
43829 \end_layout
43830
43831 \end_inset
43832
43833  ProcessBlue
43834 \end_layout
43835
43836 \end_inset
43837 </cell>
43838 <cell alignment="left" valignment="top" usebox="none">
43839 \begin_inset Text
43840
43841 \begin_layout Plain Layout
43842 \begin_inset ERT
43843 status collapsed
43844
43845 \begin_layout Plain Layout
43846
43847
43848 \backslash
43849 fcolorbox{black}{
43850 \end_layout
43851
43852 \end_inset
43853
43854 Purple
43855 \begin_inset ERT
43856 status collapsed
43857
43858 \begin_layout Plain Layout
43859
43860 }{
43861 \end_layout
43862
43863 \end_inset
43864
43865
43866 \begin_inset Phantom Phantom
43867 status open
43868
43869 \begin_layout Plain Layout
43870 W
43871 \end_layout
43872
43873 \end_inset
43874
43875
43876 \begin_inset ERT
43877 status collapsed
43878
43879 \begin_layout Plain Layout
43880
43881 }
43882 \end_layout
43883
43884 \end_inset
43885
43886  Purple
43887 \end_layout
43888
43889 \end_inset
43890 </cell>
43891 </row>
43892 <row>
43893 <cell alignment="left" valignment="top" usebox="none">
43894 \begin_inset Text
43895
43896 \begin_layout Plain Layout
43897 \begin_inset ERT
43898 status collapsed
43899
43900 \begin_layout Plain Layout
43901
43902
43903 \backslash
43904 fcolorbox{black}{
43905 \end_layout
43906
43907 \end_inset
43908
43909 RawSienna
43910 \begin_inset ERT
43911 status collapsed
43912
43913 \begin_layout Plain Layout
43914
43915 }{
43916 \end_layout
43917
43918 \end_inset
43919
43920
43921 \begin_inset Phantom Phantom
43922 status open
43923
43924 \begin_layout Plain Layout
43925 W
43926 \end_layout
43927
43928 \end_inset
43929
43930
43931 \begin_inset ERT
43932 status collapsed
43933
43934 \begin_layout Plain Layout
43935
43936 }
43937 \end_layout
43938
43939 \end_inset
43940
43941  RawSienna
43942 \end_layout
43943
43944 \end_inset
43945 </cell>
43946 <cell alignment="left" valignment="top" usebox="none">
43947 \begin_inset Text
43948
43949 \begin_layout Plain Layout
43950 \begin_inset ERT
43951 status collapsed
43952
43953 \begin_layout Plain Layout
43954
43955
43956 \backslash
43957 fcolorbox{black}{
43958 \end_layout
43959
43960 \end_inset
43961
43962 RedOrange
43963 \begin_inset ERT
43964 status collapsed
43965
43966 \begin_layout Plain Layout
43967
43968 }{
43969 \end_layout
43970
43971 \end_inset
43972
43973
43974 \begin_inset Phantom Phantom
43975 status open
43976
43977 \begin_layout Plain Layout
43978 W
43979 \end_layout
43980
43981 \end_inset
43982
43983
43984 \begin_inset ERT
43985 status collapsed
43986
43987 \begin_layout Plain Layout
43988
43989 }
43990 \end_layout
43991
43992 \end_inset
43993
43994  RedOrange
43995 \end_layout
43996
43997 \end_inset
43998 </cell>
43999 <cell alignment="left" valignment="top" usebox="none">
44000 \begin_inset Text
44001
44002 \begin_layout Plain Layout
44003 \begin_inset ERT
44004 status collapsed
44005
44006 \begin_layout Plain Layout
44007
44008
44009 \backslash
44010 fcolorbox{black}{
44011 \end_layout
44012
44013 \end_inset
44014
44015 RedViolet
44016 \begin_inset ERT
44017 status collapsed
44018
44019 \begin_layout Plain Layout
44020
44021 }{
44022 \end_layout
44023
44024 \end_inset
44025
44026
44027 \begin_inset Phantom Phantom
44028 status open
44029
44030 \begin_layout Plain Layout
44031 W
44032 \end_layout
44033
44034 \end_inset
44035
44036
44037 \begin_inset ERT
44038 status collapsed
44039
44040 \begin_layout Plain Layout
44041
44042 }
44043 \end_layout
44044
44045 \end_inset
44046
44047  RedViolet
44048 \end_layout
44049
44050 \end_inset
44051 </cell>
44052 <cell alignment="left" valignment="top" usebox="none">
44053 \begin_inset Text
44054
44055 \begin_layout Plain Layout
44056 \begin_inset ERT
44057 status collapsed
44058
44059 \begin_layout Plain Layout
44060
44061
44062 \backslash
44063 fcolorbox{black}{
44064 \end_layout
44065
44066 \end_inset
44067
44068 Rhodamine
44069 \begin_inset ERT
44070 status collapsed
44071
44072 \begin_layout Plain Layout
44073
44074 }{
44075 \end_layout
44076
44077 \end_inset
44078
44079
44080 \begin_inset Phantom Phantom
44081 status open
44082
44083 \begin_layout Plain Layout
44084 W
44085 \end_layout
44086
44087 \end_inset
44088
44089
44090 \begin_inset ERT
44091 status collapsed
44092
44093 \begin_layout Plain Layout
44094
44095 }
44096 \end_layout
44097
44098 \end_inset
44099
44100  Rhodamine
44101 \end_layout
44102
44103 \end_inset
44104 </cell>
44105 </row>
44106 <row>
44107 <cell alignment="left" valignment="top" usebox="none">
44108 \begin_inset Text
44109
44110 \begin_layout Plain Layout
44111 \begin_inset ERT
44112 status collapsed
44113
44114 \begin_layout Plain Layout
44115
44116
44117 \backslash
44118 fcolorbox{black}{
44119 \end_layout
44120
44121 \end_inset
44122
44123 RoyalBlue
44124 \begin_inset ERT
44125 status collapsed
44126
44127 \begin_layout Plain Layout
44128
44129 }{
44130 \end_layout
44131
44132 \end_inset
44133
44134
44135 \begin_inset Phantom Phantom
44136 status open
44137
44138 \begin_layout Plain Layout
44139 W
44140 \end_layout
44141
44142 \end_inset
44143
44144
44145 \begin_inset ERT
44146 status collapsed
44147
44148 \begin_layout Plain Layout
44149
44150 }
44151 \end_layout
44152
44153 \end_inset
44154
44155  RoyalBlue
44156 \end_layout
44157
44158 \end_inset
44159 </cell>
44160 <cell alignment="left" valignment="top" usebox="none">
44161 \begin_inset Text
44162
44163 \begin_layout Plain Layout
44164 \begin_inset ERT
44165 status collapsed
44166
44167 \begin_layout Plain Layout
44168
44169
44170 \backslash
44171 fcolorbox{black}{
44172 \end_layout
44173
44174 \end_inset
44175
44176 RoyalPurple
44177 \begin_inset ERT
44178 status collapsed
44179
44180 \begin_layout Plain Layout
44181
44182 }{
44183 \end_layout
44184
44185 \end_inset
44186
44187
44188 \begin_inset Phantom Phantom
44189 status open
44190
44191 \begin_layout Plain Layout
44192 W
44193 \end_layout
44194
44195 \end_inset
44196
44197
44198 \begin_inset ERT
44199 status collapsed
44200
44201 \begin_layout Plain Layout
44202
44203 }
44204 \end_layout
44205
44206 \end_inset
44207
44208  RoyalPurple
44209 \end_layout
44210
44211 \end_inset
44212 </cell>
44213 <cell alignment="left" valignment="top" usebox="none">
44214 \begin_inset Text
44215
44216 \begin_layout Plain Layout
44217 \begin_inset ERT
44218 status collapsed
44219
44220 \begin_layout Plain Layout
44221
44222
44223 \backslash
44224 fcolorbox{black}{
44225 \end_layout
44226
44227 \end_inset
44228
44229 RubineRed
44230 \begin_inset ERT
44231 status collapsed
44232
44233 \begin_layout Plain Layout
44234
44235 }{
44236 \end_layout
44237
44238 \end_inset
44239
44240
44241 \begin_inset Phantom Phantom
44242 status open
44243
44244 \begin_layout Plain Layout
44245 W
44246 \end_layout
44247
44248 \end_inset
44249
44250
44251 \begin_inset ERT
44252 status collapsed
44253
44254 \begin_layout Plain Layout
44255
44256 }
44257 \end_layout
44258
44259 \end_inset
44260
44261  RubineRed
44262 \end_layout
44263
44264 \end_inset
44265 </cell>
44266 <cell alignment="left" valignment="top" usebox="none">
44267 \begin_inset Text
44268
44269 \begin_layout Plain Layout
44270 \begin_inset ERT
44271 status collapsed
44272
44273 \begin_layout Plain Layout
44274
44275
44276 \backslash
44277 fcolorbox{black}{
44278 \end_layout
44279
44280 \end_inset
44281
44282 Salmon
44283 \begin_inset ERT
44284 status collapsed
44285
44286 \begin_layout Plain Layout
44287
44288 }{
44289 \end_layout
44290
44291 \end_inset
44292
44293
44294 \begin_inset Phantom Phantom
44295 status open
44296
44297 \begin_layout Plain Layout
44298 W
44299 \end_layout
44300
44301 \end_inset
44302
44303
44304 \begin_inset ERT
44305 status collapsed
44306
44307 \begin_layout Plain Layout
44308
44309 }
44310 \end_layout
44311
44312 \end_inset
44313
44314  Salmon
44315 \end_layout
44316
44317 \end_inset
44318 </cell>
44319 </row>
44320 <row>
44321 <cell alignment="left" valignment="top" usebox="none">
44322 \begin_inset Text
44323
44324 \begin_layout Plain Layout
44325 \begin_inset ERT
44326 status collapsed
44327
44328 \begin_layout Plain Layout
44329
44330
44331 \backslash
44332 fcolorbox{black}{
44333 \end_layout
44334
44335 \end_inset
44336
44337 SeaGreen
44338 \begin_inset ERT
44339 status collapsed
44340
44341 \begin_layout Plain Layout
44342
44343 }{
44344 \end_layout
44345
44346 \end_inset
44347
44348
44349 \begin_inset Phantom Phantom
44350 status open
44351
44352 \begin_layout Plain Layout
44353 W
44354 \end_layout
44355
44356 \end_inset
44357
44358
44359 \begin_inset ERT
44360 status collapsed
44361
44362 \begin_layout Plain Layout
44363
44364 }
44365 \end_layout
44366
44367 \end_inset
44368
44369  SeaGreen
44370 \end_layout
44371
44372 \end_inset
44373 </cell>
44374 <cell alignment="left" valignment="top" usebox="none">
44375 \begin_inset Text
44376
44377 \begin_layout Plain Layout
44378 \begin_inset ERT
44379 status collapsed
44380
44381 \begin_layout Plain Layout
44382
44383
44384 \backslash
44385 fcolorbox{black}{
44386 \end_layout
44387
44388 \end_inset
44389
44390 Sepia
44391 \begin_inset ERT
44392 status collapsed
44393
44394 \begin_layout Plain Layout
44395
44396 }{
44397 \end_layout
44398
44399 \end_inset
44400
44401
44402 \begin_inset Phantom Phantom
44403 status open
44404
44405 \begin_layout Plain Layout
44406 W
44407 \end_layout
44408
44409 \end_inset
44410
44411
44412 \begin_inset ERT
44413 status collapsed
44414
44415 \begin_layout Plain Layout
44416
44417 }
44418 \end_layout
44419
44420 \end_inset
44421
44422  Sepia
44423 \end_layout
44424
44425 \end_inset
44426 </cell>
44427 <cell alignment="left" valignment="top" usebox="none">
44428 \begin_inset Text
44429
44430 \begin_layout Plain Layout
44431 \begin_inset ERT
44432 status collapsed
44433
44434 \begin_layout Plain Layout
44435
44436
44437 \backslash
44438 fcolorbox{black}{
44439 \end_layout
44440
44441 \end_inset
44442
44443 SkyBlue
44444 \begin_inset ERT
44445 status collapsed
44446
44447 \begin_layout Plain Layout
44448
44449 }{
44450 \end_layout
44451
44452 \end_inset
44453
44454
44455 \begin_inset Phantom Phantom
44456 status open
44457
44458 \begin_layout Plain Layout
44459 W
44460 \end_layout
44461
44462 \end_inset
44463
44464
44465 \begin_inset ERT
44466 status collapsed
44467
44468 \begin_layout Plain Layout
44469
44470 }
44471 \end_layout
44472
44473 \end_inset
44474
44475  SkyBlue
44476 \end_layout
44477
44478 \end_inset
44479 </cell>
44480 <cell alignment="left" valignment="top" usebox="none">
44481 \begin_inset Text
44482
44483 \begin_layout Plain Layout
44484 \begin_inset ERT
44485 status collapsed
44486
44487 \begin_layout Plain Layout
44488
44489
44490 \backslash
44491 fcolorbox{black}{
44492 \end_layout
44493
44494 \end_inset
44495
44496 SpringGreen
44497 \begin_inset ERT
44498 status collapsed
44499
44500 \begin_layout Plain Layout
44501
44502 }{
44503 \end_layout
44504
44505 \end_inset
44506
44507
44508 \begin_inset Phantom Phantom
44509 status open
44510
44511 \begin_layout Plain Layout
44512 W
44513 \end_layout
44514
44515 \end_inset
44516
44517
44518 \begin_inset ERT
44519 status collapsed
44520
44521 \begin_layout Plain Layout
44522
44523 }
44524 \end_layout
44525
44526 \end_inset
44527
44528  SpringGreen
44529 \end_layout
44530
44531 \end_inset
44532 </cell>
44533 </row>
44534 <row>
44535 <cell alignment="left" valignment="top" usebox="none">
44536 \begin_inset Text
44537
44538 \begin_layout Plain Layout
44539 \begin_inset ERT
44540 status collapsed
44541
44542 \begin_layout Plain Layout
44543
44544
44545 \backslash
44546 fcolorbox{black}{
44547 \end_layout
44548
44549 \end_inset
44550
44551 Tan
44552 \begin_inset ERT
44553 status collapsed
44554
44555 \begin_layout Plain Layout
44556
44557 }{
44558 \end_layout
44559
44560 \end_inset
44561
44562
44563 \begin_inset Phantom Phantom
44564 status open
44565
44566 \begin_layout Plain Layout
44567 W
44568 \end_layout
44569
44570 \end_inset
44571
44572
44573 \begin_inset ERT
44574 status collapsed
44575
44576 \begin_layout Plain Layout
44577
44578 }
44579 \end_layout
44580
44581 \end_inset
44582
44583  Tan
44584 \end_layout
44585
44586 \end_inset
44587 </cell>
44588 <cell alignment="left" valignment="top" usebox="none">
44589 \begin_inset Text
44590
44591 \begin_layout Plain Layout
44592 \begin_inset ERT
44593 status collapsed
44594
44595 \begin_layout Plain Layout
44596
44597
44598 \backslash
44599 fcolorbox{black}{
44600 \end_layout
44601
44602 \end_inset
44603
44604 TealBlue
44605 \begin_inset ERT
44606 status collapsed
44607
44608 \begin_layout Plain Layout
44609
44610 }{
44611 \end_layout
44612
44613 \end_inset
44614
44615
44616 \begin_inset Phantom Phantom
44617 status open
44618
44619 \begin_layout Plain Layout
44620 W
44621 \end_layout
44622
44623 \end_inset
44624
44625
44626 \begin_inset ERT
44627 status collapsed
44628
44629 \begin_layout Plain Layout
44630
44631 }
44632 \end_layout
44633
44634 \end_inset
44635
44636  TealBlue
44637 \end_layout
44638
44639 \end_inset
44640 </cell>
44641 <cell alignment="left" valignment="top" usebox="none">
44642 \begin_inset Text
44643
44644 \begin_layout Plain Layout
44645 \begin_inset ERT
44646 status collapsed
44647
44648 \begin_layout Plain Layout
44649
44650
44651 \backslash
44652 fcolorbox{black}{
44653 \end_layout
44654
44655 \end_inset
44656
44657 Thistle
44658 \begin_inset ERT
44659 status collapsed
44660
44661 \begin_layout Plain Layout
44662
44663 }{
44664 \end_layout
44665
44666 \end_inset
44667
44668
44669 \begin_inset Phantom Phantom
44670 status open
44671
44672 \begin_layout Plain Layout
44673 W
44674 \end_layout
44675
44676 \end_inset
44677
44678
44679 \begin_inset ERT
44680 status collapsed
44681
44682 \begin_layout Plain Layout
44683
44684 }
44685 \end_layout
44686
44687 \end_inset
44688
44689  Thistle
44690 \end_layout
44691
44692 \end_inset
44693 </cell>
44694 <cell alignment="left" valignment="top" usebox="none">
44695 \begin_inset Text
44696
44697 \begin_layout Plain Layout
44698 \begin_inset ERT
44699 status collapsed
44700
44701 \begin_layout Plain Layout
44702
44703
44704 \backslash
44705 fcolorbox{black}{
44706 \end_layout
44707
44708 \end_inset
44709
44710 Turquoise
44711 \begin_inset ERT
44712 status collapsed
44713
44714 \begin_layout Plain Layout
44715
44716 }{
44717 \end_layout
44718
44719 \end_inset
44720
44721
44722 \begin_inset Phantom Phantom
44723 status open
44724
44725 \begin_layout Plain Layout
44726 W
44727 \end_layout
44728
44729 \end_inset
44730
44731
44732 \begin_inset ERT
44733 status collapsed
44734
44735 \begin_layout Plain Layout
44736
44737 }
44738 \end_layout
44739
44740 \end_inset
44741
44742  Turquoise
44743 \end_layout
44744
44745 \end_inset
44746 </cell>
44747 </row>
44748 <row>
44749 <cell alignment="left" valignment="top" usebox="none">
44750 \begin_inset Text
44751
44752 \begin_layout Plain Layout
44753 \begin_inset ERT
44754 status collapsed
44755
44756 \begin_layout Plain Layout
44757
44758
44759 \backslash
44760 fcolorbox{black}{
44761 \end_layout
44762
44763 \end_inset
44764
44765 Violet
44766 \begin_inset ERT
44767 status collapsed
44768
44769 \begin_layout Plain Layout
44770
44771 }{
44772 \end_layout
44773
44774 \end_inset
44775
44776
44777 \begin_inset Phantom Phantom
44778 status open
44779
44780 \begin_layout Plain Layout
44781 W
44782 \end_layout
44783
44784 \end_inset
44785
44786
44787 \begin_inset ERT
44788 status collapsed
44789
44790 \begin_layout Plain Layout
44791
44792 }
44793 \end_layout
44794
44795 \end_inset
44796
44797  Violet
44798 \end_layout
44799
44800 \end_inset
44801 </cell>
44802 <cell alignment="left" valignment="top" usebox="none">
44803 \begin_inset Text
44804
44805 \begin_layout Plain Layout
44806 \begin_inset ERT
44807 status collapsed
44808
44809 \begin_layout Plain Layout
44810
44811
44812 \backslash
44813 fcolorbox{black}{
44814 \end_layout
44815
44816 \end_inset
44817
44818 VioletRed
44819 \begin_inset ERT
44820 status collapsed
44821
44822 \begin_layout Plain Layout
44823
44824 }{
44825 \end_layout
44826
44827 \end_inset
44828
44829
44830 \begin_inset Phantom Phantom
44831 status open
44832
44833 \begin_layout Plain Layout
44834 W
44835 \end_layout
44836
44837 \end_inset
44838
44839
44840 \begin_inset ERT
44841 status collapsed
44842
44843 \begin_layout Plain Layout
44844
44845 }
44846 \end_layout
44847
44848 \end_inset
44849
44850  VioletRed
44851 \end_layout
44852
44853 \end_inset
44854 </cell>
44855 <cell alignment="left" valignment="top" usebox="none">
44856 \begin_inset Text
44857
44858 \begin_layout Plain Layout
44859 \begin_inset ERT
44860 status collapsed
44861
44862 \begin_layout Plain Layout
44863
44864
44865 \backslash
44866 fcolorbox{black}{
44867 \end_layout
44868
44869 \end_inset
44870
44871 WildStrawberry
44872 \begin_inset ERT
44873 status collapsed
44874
44875 \begin_layout Plain Layout
44876
44877 }{
44878 \end_layout
44879
44880 \end_inset
44881
44882
44883 \begin_inset Phantom Phantom
44884 status open
44885
44886 \begin_layout Plain Layout
44887 W
44888 \end_layout
44889
44890 \end_inset
44891
44892
44893 \begin_inset ERT
44894 status collapsed
44895
44896 \begin_layout Plain Layout
44897
44898 }
44899 \end_layout
44900
44901 \end_inset
44902
44903  WildStrawberry
44904 \end_layout
44905
44906 \end_inset
44907 </cell>
44908 <cell alignment="left" valignment="top" usebox="none">
44909 \begin_inset Text
44910
44911 \begin_layout Plain Layout
44912 \begin_inset ERT
44913 status collapsed
44914
44915 \begin_layout Plain Layout
44916
44917
44918 \backslash
44919 fcolorbox{black}{
44920 \end_layout
44921
44922 \end_inset
44923
44924 YellowGreen
44925 \begin_inset ERT
44926 status collapsed
44927
44928 \begin_layout Plain Layout
44929
44930 }{
44931 \end_layout
44932
44933 \end_inset
44934
44935
44936 \begin_inset Phantom Phantom
44937 status open
44938
44939 \begin_layout Plain Layout
44940 W
44941 \end_layout
44942
44943 \end_inset
44944
44945
44946 \begin_inset ERT
44947 status collapsed
44948
44949 \begin_layout Plain Layout
44950
44951 }
44952 \end_layout
44953
44954 \end_inset
44955
44956  YellowGreen
44957 \end_layout
44958
44959 \end_inset
44960 </cell>
44961 </row>
44962 <row>
44963 <cell alignment="left" valignment="top" usebox="none">
44964 \begin_inset Text
44965
44966 \begin_layout Plain Layout
44967 \begin_inset ERT
44968 status collapsed
44969
44970 \begin_layout Plain Layout
44971
44972
44973 \backslash
44974 fcolorbox{black}{
44975 \end_layout
44976
44977 \end_inset
44978
44979 YellowOrange
44980 \begin_inset ERT
44981 status collapsed
44982
44983 \begin_layout Plain Layout
44984
44985 }{
44986 \end_layout
44987
44988 \end_inset
44989
44990
44991 \begin_inset Phantom Phantom
44992 status open
44993
44994 \begin_layout Plain Layout
44995 W
44996 \end_layout
44997
44998 \end_inset
44999
45000
45001 \begin_inset ERT
45002 status collapsed
45003
45004 \begin_layout Plain Layout
45005
45006 }
45007 \end_layout
45008
45009 \end_inset
45010
45011  YellowOrange
45012 \end_layout
45013
45014 \end_inset
45015 </cell>
45016 <cell alignment="left" valignment="top" usebox="none">
45017 \begin_inset Text
45018
45019 \begin_layout Plain Layout
45020
45021 \end_layout
45022
45023 \end_inset
45024 </cell>
45025 <cell alignment="left" valignment="top" usebox="none">
45026 \begin_inset Text
45027
45028 \begin_layout Plain Layout
45029
45030 \end_layout
45031
45032 \end_inset
45033 </cell>
45034 <cell alignment="left" valignment="top" usebox="none">
45035 \begin_inset Text
45036
45037 \begin_layout Plain Layout
45038
45039 \end_layout
45040
45041 \end_inset
45042 </cell>
45043 </row>
45044 </lyxtabular>
45045
45046 \end_inset
45047
45048
45049 \end_layout
45050
45051 \begin_layout Chapter
45052 Erklärung der Gleichung
45053 \begin_inset space ~
45054 \end_inset
45055
45056 (
45057 \begin_inset CommandInset ref
45058 LatexCommand ref
45059 reference "eq:Wgn"
45060
45061 \end_inset
45062
45063 )
45064 \begin_inset CommandInset label
45065 LatexCommand label
45066 name "kap:Erläuterung-einer-Gleichung"
45067
45068 \end_inset
45069
45070
45071 \end_layout
45072
45073 \begin_layout Standard
45074 Die Gesamtbreite von
45075 \emph on
45076  n
45077 \emph default
45078  Tabellenzellen 
45079 \begin_inset Formula $W_{\mathrm{tot\,n}}$
45080 \end_inset
45081
45082  kann wie folgt berechnet werden:
45083 \begin_inset Formula 
45084 \begin{equation}
45085 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45086 \end{equation}
45087
45088 \end_inset
45089
45090
45091 \end_layout
45092
45093 \begin_layout Standard
45094 Dabei ist 
45095 \begin_inset Formula $W_{g\,n}$
45096 \end_inset
45097
45098  die Breite jeder Zelle.
45099
45100 \series bold
45101  
45102 \backslash
45103 tabcolsep
45104 \series default
45105  ist die \SpecialChar LaTeX
45106 -Länge zwischen dem Zellentext und der Zellgrenze mit dem Standardwert
45107  6
45108 \begin_inset space \thinspace{}
45109 \end_inset
45110
45111 pt.
45112  
45113 \series bold
45114
45115 \backslash
45116 arrayrulewidth
45117 \series default
45118  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
45119 \begin_inset space \thinspace{}
45120 \end_inset
45121
45122 pt.
45123 \end_layout
45124
45125 \begin_layout Standard
45126 Nach Gleichung
45127 \begin_inset space ~
45128 \end_inset
45129
45130
45131 \begin_inset CommandInset ref
45132 LatexCommand ref
45133 reference "eq:Wtot_n"
45134
45135 \end_inset
45136
45137  ist die Gesamtbreite einer Mehrfachspalte, 
45138 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
45139 \end_inset
45140
45141 ,
45142 \begin_inset Formula 
45143 \begin{equation}
45144 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45145 \end{equation}
45146
45147 \end_inset
45148
45149
45150 \end_layout
45151
45152 \begin_layout Standard
45153 Setzt man die Gleichungen
45154 \begin_inset space ~
45155 \end_inset
45156
45157
45158 \begin_inset CommandInset ref
45159 LatexCommand ref
45160 reference "eq:Wtot_n"
45161
45162 \end_inset
45163
45164  und 
45165 \begin_inset CommandInset ref
45166 LatexCommand ref
45167 reference "eq:Wtot_mult"
45168
45169 \end_inset
45170
45171  gleich, kann man die benötigte Breite 
45172 \begin_inset Formula $W_{g\,n}$
45173 \end_inset
45174
45175 , wenn 
45176 \emph on
45177 n
45178 \emph default
45179  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
45180 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
45181 \end_inset
45182
45183  hat, berechnen:
45184 \begin_inset Formula 
45185 \begin{equation}
45186 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45187 \end{equation}
45188
45189 \end_inset
45190
45191
45192 \end_layout
45193
45194 \begin_layout Bibliography
45195 \begin_inset CommandInset bibitem
45196 LatexCommand bibitem
45197 key "latexcompanion"
45198
45199 \end_inset
45200
45201 Frank Mittelbach and Michel Goossens: 
45202 \emph on
45203 The \SpecialChar LaTeX
45204  Companion Second Edition.
45205
45206 \emph default
45207  Addison-Wesley, 2004
45208 \end_layout
45209
45210 \begin_layout Bibliography
45211 \begin_inset CommandInset bibitem
45212 LatexCommand bibitem
45213 key "latexguide"
45214
45215 \end_inset
45216
45217 Helmut Kopka and Patrick W.
45218  Daly: 
45219 \emph on
45220 A Guide to \SpecialChar LaTeX
45221  Fourth Edition.
45222
45223 \emph default
45224  Addison-Wesley, 2003
45225 \end_layout
45226
45227 \begin_layout Bibliography
45228 \begin_inset CommandInset bibitem
45229 LatexCommand bibitem
45230 key "lamport"
45231
45232 \end_inset
45233
45234 Leslie Lamport: 
45235 \emph on
45236 \SpecialChar LaTeX
45237 : A Document Preparation System.
45238
45239 \emph default
45240  Addison-Wesley, second edition, 1994
45241 \end_layout
45242
45243 \begin_layout Bibliography
45244 \begin_inset CommandInset bibitem
45245 LatexCommand bibitem
45246 key "latex-praxisbuch"
45247
45248 \end_inset
45249
45250 Niedermair, Elke & Michael: 
45251 \emph on
45252 \SpecialChar LaTeX
45253 -Praxisbuch
45254 \emph default
45255 , Franzis-Verlag, 2004
45256 \end_layout
45257
45258 \begin_layout Bibliography
45259 \begin_inset CommandInset bibitem
45260 LatexCommand bibitem
45261 key "arydshln"
45262
45263 \end_inset
45264
45265 Dokumentation des \SpecialChar LaTeX
45266 -Pakets 
45267 \series bold
45268
45269 \begin_inset CommandInset href
45270 LatexCommand href
45271 name "arydshln"
45272 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45273
45274 \end_inset
45275
45276
45277 \series default
45278
45279 \begin_inset Index idx
45280 status collapsed
45281
45282 \begin_layout Plain Layout
45283 \SpecialChar LaTeX
45284 -Pakete ! arydshln
45285 \end_layout
45286
45287 \end_inset
45288
45289
45290 \end_layout
45291
45292 \begin_layout Bibliography
45293 \begin_inset CommandInset bibitem
45294 LatexCommand bibitem
45295 key "booktabs"
45296
45297 \end_inset
45298
45299 Dokumentation des \SpecialChar LaTeX
45300 -Pakets 
45301 \series bold
45302
45303 \begin_inset CommandInset href
45304 LatexCommand href
45305 name "booktabs"
45306 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45307
45308 \end_inset
45309
45310
45311 \series default
45312
45313 \begin_inset Index idx
45314 status collapsed
45315
45316 \begin_layout Plain Layout
45317 \SpecialChar LaTeX
45318 -Pakete ! booktabs
45319 \end_layout
45320
45321 \end_inset
45322
45323
45324 \end_layout
45325
45326 \begin_layout Bibliography
45327 \begin_inset CommandInset bibitem
45328 LatexCommand bibitem
45329 key "caption"
45330
45331 \end_inset
45332
45333 Dokumentation des \SpecialChar LaTeX
45334 -Pakets 
45335 \series bold
45336
45337 \begin_inset CommandInset href
45338 LatexCommand href
45339 name "caption"
45340 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
45341
45342 \end_inset
45343
45344
45345 \series default
45346
45347 \begin_inset Index idx
45348 status collapsed
45349
45350 \begin_layout Plain Layout
45351 \SpecialChar LaTeX
45352 -Pakete ! caption
45353 \end_layout
45354
45355 \end_inset
45356
45357
45358 \end_layout
45359
45360 \begin_layout Bibliography
45361 \begin_inset CommandInset bibitem
45362 LatexCommand bibitem
45363 key "diagbox"
45364
45365 \end_inset
45366
45367 Dokumentation des \SpecialChar LaTeX
45368 -Pakets 
45369 \series bold
45370
45371 \begin_inset CommandInset href
45372 LatexCommand href
45373 name "diagbox"
45374 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45375
45376 \end_inset
45377
45378
45379 \series default
45380
45381 \begin_inset Index idx
45382 status collapsed
45383
45384 \begin_layout Plain Layout
45385 \SpecialChar LaTeX
45386 -Pakete ! diagbox
45387 \end_layout
45388
45389 \end_inset
45390
45391
45392 \end_layout
45393
45394 \begin_layout Bibliography
45395 \begin_inset CommandInset bibitem
45396 LatexCommand bibitem
45397 key "endfloat"
45398
45399 \end_inset
45400
45401 Dokumentation des \SpecialChar LaTeX
45402 -Pakets 
45403 \series bold
45404
45405 \begin_inset CommandInset href
45406 LatexCommand href
45407 name "endfloat"
45408 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45409
45410 \end_inset
45411
45412
45413 \series default
45414
45415 \begin_inset Index idx
45416 status collapsed
45417
45418 \begin_layout Plain Layout
45419 \SpecialChar LaTeX
45420 -Pakete ! endfloat
45421 \end_layout
45422
45423 \end_inset
45424
45425
45426 \end_layout
45427
45428 \begin_layout Bibliography
45429 \begin_inset CommandInset bibitem
45430 LatexCommand bibitem
45431 key "footmisc"
45432
45433 \end_inset
45434
45435 Dokumentation des \SpecialChar LaTeX
45436 -Pakets 
45437 \series bold
45438
45439 \begin_inset CommandInset href
45440 LatexCommand href
45441 name "footmisc"
45442 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45443
45444 \end_inset
45445
45446
45447 \series default
45448
45449 \begin_inset Index idx
45450 status collapsed
45451
45452 \begin_layout Plain Layout
45453 \SpecialChar LaTeX
45454 -Pakete ! footmisc
45455 \end_layout
45456
45457 \end_inset
45458
45459
45460 \end_layout
45461
45462 \begin_layout Bibliography
45463 \begin_inset CommandInset bibitem
45464 LatexCommand bibitem
45465 key "hypcap"
45466
45467 \end_inset
45468
45469 Dokumentation des \SpecialChar LaTeX
45470 -Pakets 
45471 \series bold
45472
45473 \begin_inset CommandInset href
45474 LatexCommand href
45475 name "hypcap"
45476 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45477
45478 \end_inset
45479
45480
45481 \series default
45482
45483 \begin_inset Index idx
45484 status collapsed
45485
45486 \begin_layout Plain Layout
45487 \SpecialChar LaTeX
45488 -Pakete ! hypcap
45489 \end_layout
45490
45491 \end_inset
45492
45493
45494 \end_layout
45495
45496 \begin_layout Bibliography
45497 \begin_inset CommandInset bibitem
45498 LatexCommand bibitem
45499 key "hyperref"
45500
45501 \end_inset
45502
45503 Dokumentation des \SpecialChar LaTeX
45504 -Pakets 
45505 \series bold
45506
45507 \begin_inset CommandInset href
45508 LatexCommand href
45509 name "hyperref"
45510 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45511
45512 \end_inset
45513
45514
45515 \series default
45516
45517 \begin_inset Index idx
45518 status collapsed
45519
45520 \begin_layout Plain Layout
45521 \SpecialChar LaTeX
45522 -Pakete ! hyperref
45523 \end_layout
45524
45525 \end_inset
45526
45527
45528 \end_layout
45529
45530 \begin_layout Bibliography
45531 \begin_inset CommandInset bibitem
45532 LatexCommand bibitem
45533 key "KOMA-Script"
45534
45535 \end_inset
45536
45537 Dokumentation des \SpecialChar LaTeX
45538 -Pakets 
45539 \series bold
45540
45541 \begin_inset CommandInset href
45542 LatexCommand href
45543 name "KOMA-Script"
45544 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45545
45546 \end_inset
45547
45548
45549 \series default
45550
45551 \begin_inset Index idx
45552 status collapsed
45553
45554 \begin_layout Plain Layout
45555 \SpecialChar LaTeX
45556 -Pakete ! KOMA-Script
45557 \end_layout
45558
45559 \end_inset
45560
45561
45562 \end_layout
45563
45564 \begin_layout Bibliography
45565 \begin_inset CommandInset bibitem
45566 LatexCommand bibitem
45567 key "lettrine"
45568
45569 \end_inset
45570
45571 Dokumentation des \SpecialChar LaTeX
45572 -Pakets 
45573 \series bold
45574
45575 \begin_inset CommandInset href
45576 LatexCommand href
45577 name "lettrine"
45578 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45579
45580 \end_inset
45581
45582
45583 \series default
45584  und ein 
45585 \begin_inset CommandInset href
45586 LatexCommand href
45587 name "Beispiel"
45588 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
45589
45590 \end_inset
45591
45592
45593 \begin_inset Index idx
45594 status collapsed
45595
45596 \begin_layout Plain Layout
45597 \SpecialChar LaTeX
45598 -Pakete ! lettrine
45599 \end_layout
45600
45601 \end_inset
45602
45603
45604 \end_layout
45605
45606 \begin_layout Bibliography
45607 \begin_inset CommandInset bibitem
45608 LatexCommand bibitem
45609 key "listings"
45610
45611 \end_inset
45612
45613 Dokumentation des \SpecialChar LaTeX
45614 -Pakets 
45615 \series bold
45616
45617 \begin_inset CommandInset href
45618 LatexCommand href
45619 name "listings"
45620 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45621
45622 \end_inset
45623
45624
45625 \series default
45626
45627 \begin_inset Index idx
45628 status collapsed
45629
45630 \begin_layout Plain Layout
45631 \SpecialChar LaTeX
45632 -Pakete ! listings
45633 \end_layout
45634
45635 \end_inset
45636
45637
45638 \end_layout
45639
45640 \begin_layout Bibliography
45641 \begin_inset CommandInset bibitem
45642 LatexCommand bibitem
45643 key "marginnote"
45644
45645 \end_inset
45646
45647 Dokumentation des \SpecialChar LaTeX
45648 -Pakets 
45649 \series bold
45650
45651 \begin_inset CommandInset href
45652 LatexCommand href
45653 name "marginnote"
45654 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45655
45656 \end_inset
45657
45658
45659 \series default
45660
45661 \begin_inset Index idx
45662 status collapsed
45663
45664 \begin_layout Plain Layout
45665 \SpecialChar LaTeX
45666 -Pakete ! marginnote
45667 \end_layout
45668
45669 \end_inset
45670
45671
45672 \end_layout
45673
45674 \begin_layout Bibliography
45675 \begin_inset CommandInset bibitem
45676 LatexCommand bibitem
45677 key "pdfpages"
45678
45679 \end_inset
45680
45681 Dokumentation des \SpecialChar LaTeX
45682 -Pakets 
45683 \series bold
45684
45685 \begin_inset CommandInset href
45686 LatexCommand href
45687 name "pdfpages"
45688 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45689
45690 \end_inset
45691
45692
45693 \series default
45694
45695 \begin_inset Index idx
45696 status collapsed
45697
45698 \begin_layout Plain Layout
45699 \SpecialChar LaTeX
45700 -Pakete ! pdfpages
45701 \end_layout
45702
45703 \end_inset
45704
45705
45706 \end_layout
45707
45708 \begin_layout Bibliography
45709 \begin_inset CommandInset bibitem
45710 LatexCommand bibitem
45711 key "prettyref"
45712
45713 \end_inset
45714
45715 Dokumentation des \SpecialChar LaTeX
45716 -Pakets 
45717 \series bold
45718
45719 \begin_inset CommandInset href
45720 LatexCommand href
45721 name "prettyref"
45722 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45723
45724 \end_inset
45725
45726
45727 \series default
45728
45729 \begin_inset Index idx
45730 status collapsed
45731
45732 \begin_layout Plain Layout
45733 \SpecialChar LaTeX
45734 -Pakete ! prettyref
45735 \end_layout
45736
45737 \end_inset
45738
45739
45740 \end_layout
45741
45742 \begin_layout Bibliography
45743 \begin_inset CommandInset bibitem
45744 LatexCommand bibitem
45745 key "pstricks"
45746
45747 \end_inset
45748
45749 Webseite des \SpecialChar LaTeX
45750 -Pakets 
45751 \series bold
45752
45753 \begin_inset CommandInset href
45754 LatexCommand href
45755 name "PSTricks"
45756 target "http://tug.org/PSTricks/"
45757
45758 \end_inset
45759
45760
45761 \series default
45762
45763 \begin_inset Index idx
45764 status collapsed
45765
45766 \begin_layout Plain Layout
45767 \SpecialChar LaTeX
45768 -Pakete ! pstricks
45769 \end_layout
45770
45771 \end_inset
45772
45773
45774 \end_layout
45775
45776 \begin_layout Bibliography
45777 \begin_inset CommandInset bibitem
45778 LatexCommand bibitem
45779 key "refstyle"
45780
45781 \end_inset
45782
45783 Dokumentation des \SpecialChar LaTeX
45784 -Pakets 
45785 \series bold
45786
45787 \begin_inset CommandInset href
45788 LatexCommand href
45789 name "refstyle"
45790 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
45791
45792 \end_inset
45793
45794
45795 \series default
45796
45797 \begin_inset Index idx
45798 status collapsed
45799
45800 \begin_layout Plain Layout
45801 \SpecialChar LaTeX
45802 -Pakete ! refstyle
45803 \end_layout
45804
45805 \end_inset
45806
45807
45808 \end_layout
45809
45810 \begin_layout Bibliography
45811 \begin_inset CommandInset bibitem
45812 LatexCommand bibitem
45813 key "sidecap"
45814
45815 \end_inset
45816
45817 Dokumentation des \SpecialChar LaTeX
45818 -Pakets 
45819 \series bold
45820
45821 \begin_inset CommandInset href
45822 LatexCommand href
45823 name "sidecap"
45824 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45825
45826 \end_inset
45827
45828
45829 \series default
45830
45831 \begin_inset Index idx
45832 status collapsed
45833
45834 \begin_layout Plain Layout
45835 \SpecialChar LaTeX
45836 -Pakete ! sidecap
45837 \end_layout
45838
45839 \end_inset
45840
45841
45842 \end_layout
45843
45844 \begin_layout Bibliography
45845 \begin_inset CommandInset bibitem
45846 LatexCommand bibitem
45847 key "NeuInLyX20"
45848
45849 \end_inset
45850
45851
45852 \begin_inset CommandInset href
45853 LatexCommand href
45854 name "Wiki-Seite"
45855 target "http://wiki.lyx.org/LyX/NewInLyX20"
45856
45857 \end_inset
45858
45859  über neue Funktionen in 
45860 \family sans
45861 \SpecialChar LyX
45862  2.0
45863 \family default
45864 .
45865 \end_layout
45866
45867 \begin_layout Standard
45868 \begin_inset CommandInset index_print
45869 LatexCommand printindex
45870 type "idx"
45871
45872 \end_inset
45873
45874
45875 \end_layout
45876
45877 \end_body
45878 \end_document