]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
b611ade8751e851bb22e204185c47ae1ce69d512
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 507
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 Tabellen-Einstellungen Hier können Sie die Horizontale
1913 \begin_inset space ~
1914 \end_inset
1915
1916 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1917  Die Ausrichtung 
1918 \family sans
1919 Am
1920 \begin_inset space ~
1921 \end_inset
1922
1923 Dezimaltrenner
1924 \family default
1925  ist in Abschnitt
1926 \begin_inset space ~
1927 \end_inset
1928
1929
1930 \begin_inset CommandInset ref
1931 LatexCommand ref
1932 reference "uab:Besondere-Zellenausrichtung"
1933
1934 \end_inset
1935
1936  beschrieben.
1937  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
1938 \begin_inset space ~
1939 \end_inset
1940
1941 Ausrichtung der momentanen Zeile wählen.
1942  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1943  Absätze haben, wie in Abschnitt
1944 \begin_inset space ~
1945 \end_inset
1946
1947
1948 \begin_inset CommandInset ref
1949 LatexCommand ref
1950 reference "uab:Mehrere-Zeilen-in"
1951
1952 \end_inset
1953
1954  beschrieben.
1955  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1956 \begin_inset Newline newline
1957 \end_inset
1958
1959 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1960  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
1961 \begin_inset space ~
1962 \end_inset
1963
1964
1965 \begin_inset CommandInset ref
1966 LatexCommand ref
1967 reference "uab:Mehrfachspalten"
1968
1969 \end_inset
1970
1971  und 
1972 \begin_inset CommandInset ref
1973 LatexCommand ref
1974 reference "uab:Mehrfachzeilen"
1975
1976 \end_inset
1977
1978  beschrieben.
1979 \begin_inset Newline newline
1980 \end_inset
1981
1982 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
1983  den Uhrzeigersinn um 90° drehen.
1984  \SpecialChar LyX
1985  zeigt diese Drehung nur in der Ausgabe.
1986  Für weitere Informationen siehe Abschnitt
1987 \begin_inset space ~
1988 \end_inset
1989
1990
1991 \begin_inset CommandInset ref
1992 LatexCommand ref
1993 reference "abs:Rotierte-Tabellenzellen"
1994
1995 \end_inset
1996
1997 .
1998 \begin_inset Newline newline
1999 \end_inset
2000
2001
2002 \begin_inset Note Greyedout
2003 status open
2004
2005 \begin_layout Plain Layout
2006
2007 \series bold
2008 Achtung:
2009 \series default
2010  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2011 \end_layout
2012
2013 \end_inset
2014
2015
2016 \begin_inset Newline newline
2017 \end_inset
2018
2019 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2020  Textzeilen verwendet:
2021 \begin_inset Newline newline
2022 \end_inset
2023
2024 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2025 \begin_inset Tabular
2026 <lyxtabular version="3" rows="2" columns="2">
2027 <features tabularvalignment="top">
2028 <column alignment="center" valignment="top" width="0pt">
2029 <column alignment="center" valignment="top">
2030 <row>
2031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2032 \begin_inset Text
2033
2034 \begin_layout Plain Layout
2035
2036 \end_layout
2037
2038 \end_inset
2039 </cell>
2040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2041 \begin_inset Text
2042
2043 \begin_layout Plain Layout
2044 1
2045 \end_layout
2046
2047 \end_inset
2048 </cell>
2049 </row>
2050 <row>
2051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2052 \begin_inset Text
2053
2054 \begin_layout Plain Layout
2055 A
2056 \end_layout
2057
2058 \end_inset
2059 </cell>
2060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2061 \begin_inset Text
2062
2063 \begin_layout Plain Layout
2064
2065 \end_layout
2066
2067 \end_inset
2068 </cell>
2069 </row>
2070 </lyxtabular>
2071
2072 \end_inset
2073
2074  
2075 \begin_inset Tabular
2076 <lyxtabular version="3" rows="2" columns="2">
2077 <features tabularvalignment="middle">
2078 <column alignment="center" valignment="top">
2079 <column alignment="center" valignment="top">
2080 <row>
2081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2082 \begin_inset Text
2083
2084 \begin_layout Plain Layout
2085
2086 \end_layout
2087
2088 \end_inset
2089 </cell>
2090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2091 \begin_inset Text
2092
2093 \begin_layout Plain Layout
2094 1
2095 \end_layout
2096
2097 \end_inset
2098 </cell>
2099 </row>
2100 <row>
2101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2102 \begin_inset Text
2103
2104 \begin_layout Plain Layout
2105 A
2106 \end_layout
2107
2108 \end_inset
2109 </cell>
2110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2111 \begin_inset Text
2112
2113 \begin_layout Plain Layout
2114
2115 \end_layout
2116
2117 \end_inset
2118 </cell>
2119 </row>
2120 </lyxtabular>
2121
2122 \end_inset
2123
2124  
2125 \begin_inset Tabular
2126 <lyxtabular version="3" rows="2" columns="2">
2127 <features tabularvalignment="bottom">
2128 <column alignment="center" valignment="top" width="0pt">
2129 <column alignment="center" valignment="top">
2130 <row>
2131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2132 \begin_inset Text
2133
2134 \begin_layout Plain Layout
2135
2136 \end_layout
2137
2138 \end_inset
2139 </cell>
2140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2141 \begin_inset Text
2142
2143 \begin_layout Plain Layout
2144 1
2145 \end_layout
2146
2147 \end_inset
2148 </cell>
2149 </row>
2150 <row>
2151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2152 \begin_inset Text
2153
2154 \begin_layout Plain Layout
2155 A
2156 \end_layout
2157
2158 \end_inset
2159 </cell>
2160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2161 \begin_inset Text
2162
2163 \begin_layout Plain Layout
2164
2165 \end_layout
2166
2167 \end_inset
2168 </cell>
2169 </row>
2170 </lyxtabular>
2171
2172 \end_inset
2173
2174
2175 \begin_inset Newline newline
2176 \end_inset
2177
2178 Man kann auch ein \SpecialChar LaTeX
2179 -Argument für besondere Tabellen-Formatierun\SpecialChar softhyphen
2180 gen einfügen,
2181  wie in den Abschnitten 
2182 \begin_inset CommandInset ref
2183 LatexCommand ref
2184 reference "uab:Mehrfachspalten-Berechnungen"
2185
2186 \end_inset
2187
2188  und 
2189 \begin_inset CommandInset ref
2190 LatexCommand ref
2191 reference "abs:Farbige-Tabellen"
2192
2193 \end_inset
2194
2195  beschrieben.
2196 \end_layout
2197
2198 \begin_layout Description
2199 Rahmen Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und
2200  Spalte(n) hinzufügen und löschen.
2201 \begin_inset Newline newline
2202 \end_inset
2203
2204 Wenn Sie die Stil-Option
2205 \family sans
2206  Formal
2207 \family default
2208  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2209 \begin_inset space ~
2210 \end_inset
2211
2212
2213 \begin_inset CommandInset ref
2214 LatexCommand ref
2215 reference "abs:Formale-Tabellen"
2216
2217 \end_inset
2218
2219  beschrieben, konvertiert.
2220 \begin_inset Newline newline
2221 \end_inset
2222
2223 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2224 \begin_inset space ~
2225 \end_inset
2226
2227
2228 \begin_inset CommandInset ref
2229 LatexCommand ref
2230 reference "uab:Zeilenabstand"
2231
2232 \end_inset
2233
2234  beschrieben.
2235 \end_layout
2236
2237 \begin_layout Description
2238 Mehrseitige
2239 \begin_inset space ~
2240 \end_inset
2241
2242 Tabelle Hier kann eine Tabelle definiert werden, die über mehrere Seiten
2243  reicht.
2244  Die Abschnitte
2245 \begin_inset space ~
2246 \end_inset
2247
2248
2249 \begin_inset CommandInset ref
2250 LatexCommand ref
2251 reference "abs:Mehrseitige-Tabellen"
2252
2253 \end_inset
2254
2255  und 
2256 \begin_inset CommandInset ref
2257 LatexCommand ref
2258 reference "sec:Weitere-Möglichkeiten-für"
2259
2260 \end_inset
2261
2262  beschreiben diese Funktion genauer.
2263 \end_layout
2264
2265 \begin_layout Section
2266 Tabellen-Werkzeugleiste
2267 \begin_inset Index idx
2268 status collapsed
2269
2270 \begin_layout Plain Layout
2271 Tabellen ! Werkzeugleiste
2272 \end_layout
2273
2274 \end_inset
2275
2276
2277 \end_layout
2278
2279 \begin_layout Standard
2280 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2281 \family sans
2282 Tabellen-Einstellungen
2283 \family default
2284 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2285  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2286  \SpecialChar LyX
2287 -Fensters.
2288 \end_layout
2289
2290 \begin_layout Standard
2291 Die Werkzeugleiste hat folgende Knöpfe:
2292 \end_layout
2293
2294 \begin_layout Labeling
2295 \labelwidthstring 00.00.0000
2296 \begin_inset Info
2297 type  "icon"
2298 arg   "tabular-feature append-row"
2299 \end_inset
2300
2301  Fügt eine Zeile unterhalb der momentanen an
2302 \end_layout
2303
2304 \begin_layout Labeling
2305 \labelwidthstring 00.00.0000
2306 \begin_inset Info
2307 type  "icon"
2308 arg   "tabular-feature append-column"
2309 \end_inset
2310
2311  Fügt eine Spalte rechts von der momentanen an
2312 \end_layout
2313
2314 \begin_layout Labeling
2315 \labelwidthstring 00.00.0000
2316 \begin_inset Info
2317 type  "icon"
2318 arg   "tabular-feature delete-row"
2319 \end_inset
2320
2321  Löscht die ausgewählte(n) Zeile(n)
2322 \end_layout
2323
2324 \begin_layout Labeling
2325 \labelwidthstring 00.00.0000
2326 \begin_inset Info
2327 type  "icon"
2328 arg   "tabular-feature delete-column"
2329 \end_inset
2330
2331  Löscht die ausgewählte(n) Spalte(n)
2332 \end_layout
2333
2334 \begin_layout Labeling
2335 \labelwidthstring 00.00.0000
2336 \begin_inset Info
2337 type  "icon"
2338 arg   "tabular-feature move-row-up"
2339 \end_inset
2340
2341  verschiebt die ausgewählte Zeile nach oben
2342 \end_layout
2343
2344 \begin_layout Labeling
2345 \labelwidthstring 00.00.0000
2346 \begin_inset Info
2347 type  "icon"
2348 arg   "tabular-feature move-column-left"
2349 \end_inset
2350
2351  verschiebt die ausgewählte Spalte nach links
2352 \end_layout
2353
2354 \begin_layout Labeling
2355 \labelwidthstring 00.00.0000
2356 \begin_inset Info
2357 type  "icon"
2358 arg   "tabular-feature move-row-down"
2359 \end_inset
2360
2361  verschiebt die ausgewählte Zeile nach unten
2362 \end_layout
2363
2364 \begin_layout Labeling
2365 \labelwidthstring 00.00.0000
2366 \begin_inset Info
2367 type  "icon"
2368 arg   "tabular-feature move-column-right"
2369 \end_inset
2370
2371  verschiebt die ausgewählte Spalte nach rechts
2372 \end_layout
2373
2374 \begin_layout Labeling
2375 \labelwidthstring 00.00.0000
2376 \begin_inset Info
2377 type  "icon"
2378 arg   "tabular-feature toggle-line-top"
2379 \end_inset
2380
2381  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2382  wenn der Knopf grau hinterlegt ist
2383 \end_layout
2384
2385 \begin_layout Labeling
2386 \labelwidthstring 00.00.0000
2387 \begin_inset Info
2388 type  "icon"
2389 arg   "tabular-feature toggle-line-bottom"
2390 \end_inset
2391
2392  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2393  wenn der Knopf grau hinterlegt ist
2394 \end_layout
2395
2396 \begin_layout Labeling
2397 \labelwidthstring 00.00.0000
2398 \begin_inset Info
2399 type  "icon"
2400 arg   "tabular-feature toggle-line-left"
2401 \end_inset
2402
2403  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2404  wenn der Knopf grau hinterlegt ist
2405 \end_layout
2406
2407 \begin_layout Labeling
2408 \labelwidthstring 00.00.0000
2409 \begin_inset Info
2410 type  "icon"
2411 arg   "tabular-feature toggle-line-right"
2412 \end_inset
2413
2414  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2415  wenn der Knopf grau hinterlegt ist
2416 \end_layout
2417
2418 \begin_layout Labeling
2419 \labelwidthstring 00.00.0000
2420 \begin_inset Info
2421 type  "icon"
2422 arg   "tabular-feature set-all-lines"
2423 \end_inset
2424
2425  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2426 \end_layout
2427
2428 \begin_layout Labeling
2429 \labelwidthstring 00.00.0000
2430 \begin_inset Info
2431 type  "icon"
2432 arg   "tabular-feature unset-all-lines"
2433 \end_inset
2434
2435  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2436 \end_layout
2437
2438 \begin_layout Labeling
2439 \labelwidthstring 00.00.0000
2440 \begin_inset Info
2441 type  "icon"
2442 arg   "tabular-feature m-align-left"
2443 \end_inset
2444
2445  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2446 \end_layout
2447
2448 \begin_layout Labeling
2449 \labelwidthstring 00.00.0000
2450 \begin_inset Info
2451 type  "icon"
2452 arg   "tabular-feature m-align-center"
2453 \end_inset
2454
2455  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2456 \end_layout
2457
2458 \begin_layout Labeling
2459 \labelwidthstring 00.00.0000
2460 \begin_inset Info
2461 type  "icon"
2462 arg   "tabular-feature m-align-right"
2463 \end_inset
2464
2465  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2466 \end_layout
2467
2468 \begin_layout Labeling
2469 \labelwidthstring 00.00.0000
2470 \begin_inset Info
2471 type  "icon"
2472 arg   "tabular-feature align-decimal"
2473 \end_inset
2474
2475  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2476 \end_layout
2477
2478 \begin_layout Labeling
2479 \labelwidthstring 00.00.0000
2480 \begin_inset Info
2481 type  "icon"
2482 arg   "tabular-feature m-valign-top"
2483 \end_inset
2484
2485  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2486 \end_layout
2487
2488 \begin_layout Labeling
2489 \labelwidthstring 00.00.0000
2490 \begin_inset Info
2491 type  "icon"
2492 arg   "tabular-feature m-valign-middle"
2493 \end_inset
2494
2495  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2496 \end_layout
2497
2498 \begin_layout Labeling
2499 \labelwidthstring 00.00.0000
2500 \begin_inset Info
2501 type  "icon"
2502 arg   "tabular-feature m-valign-bottom"
2503 \end_inset
2504
2505  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2506 \end_layout
2507
2508 \begin_layout Labeling
2509 \labelwidthstring 00.00.0000
2510 \begin_inset Info
2511 type  "icon"
2512 arg   "tabular-feature set-rotate-cell"
2513 \end_inset
2514
2515  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2516 \end_layout
2517
2518 \begin_layout Labeling
2519 \labelwidthstring 00.00.0000
2520 \begin_inset Info
2521 type  "icon"
2522 arg   "tabular-feature set-rotate-tabular"
2523 \end_inset
2524
2525  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2526 \end_layout
2527
2528 \begin_layout Labeling
2529 \labelwidthstring 00.00.0000
2530 \begin_inset Info
2531 type  "icon"
2532 arg   "tabular-feature multicolumn"
2533 \end_inset
2534
2535  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2536 \end_layout
2537
2538 \begin_layout Labeling
2539 \labelwidthstring 00.00.0000
2540 \begin_inset Info
2541 type  "icon"
2542 arg   "tabular-feature multirow"
2543 \end_inset
2544
2545  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2546 \end_layout
2547
2548 \begin_layout Standard
2549 \begin_inset Note Greyedout
2550 status open
2551
2552 \begin_layout Plain Layout
2553
2554 \series bold
2555 Bemerkung:
2556 \series default
2557  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2558  Reihe für alle Zelle der Reihe verwendet.
2559 \end_layout
2560
2561 \end_inset
2562
2563
2564 \end_layout
2565
2566 \begin_layout Section
2567 Bearbeiten-Menü
2568 \begin_inset Index idx
2569 status collapsed
2570
2571 \begin_layout Plain Layout
2572 Tabellen ! Bearbeiten-Menü
2573 \end_layout
2574
2575 \end_inset
2576
2577
2578 \end_layout
2579
2580 \begin_layout Standard
2581 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2582  Wenn der Cursor in einer Tabelle steht, sind im 
2583 \family sans
2584 Bearbeiten
2585 \family default
2586 -Menü folgende Punkte aktiviert: 
2587 \family sans
2588 Tabelle
2589 \family default
2590
2591 \family sans
2592 Zeilen
2593 \begin_inset space ~
2594 \end_inset
2595
2596 &
2597 \begin_inset space ~
2598 \end_inset
2599
2600 Spalten
2601 \family default
2602  und 
2603 \family sans
2604 Tabellen-Einstellungen
2605 \family default
2606 .
2607  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2608 ngsmöglichkeiten zu erreichen.
2609 \end_layout
2610
2611 \begin_layout Section
2612 Gleitende Tabellen
2613 \begin_inset CommandInset label
2614 LatexCommand label
2615 name "abs:Gleitende-Tabellen"
2616
2617 \end_inset
2618
2619
2620 \begin_inset Index idx
2621 status collapsed
2622
2623 \begin_layout Plain Layout
2624 Gleitobjekte ! Tabellen
2625 \end_layout
2626
2627 \end_inset
2628
2629
2630 \begin_inset Index idx
2631 status collapsed
2632
2633 \begin_layout Plain Layout
2634 Tabellen ! gleitende
2635 \end_layout
2636
2637 \end_inset
2638
2639
2640 \end_layout
2641
2642 \begin_layout Standard
2643 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2644 \begin_inset space ~
2645 \end_inset
2646
2647
2648 \begin_inset CommandInset ref
2649 LatexCommand ref
2650 reference "abs:Gleitobjekte-Einleitung"
2651
2652 \end_inset
2653
2654 .
2655 \end_layout
2656
2657 \begin_layout Standard
2658 \begin_inset Float table
2659 placement h
2660 wide false
2661 sideways false
2662 status open
2663
2664 \begin_layout Plain Layout
2665 \begin_inset Caption Standard
2666
2667 \begin_layout Plain Layout
2668 \begin_inset CommandInset label
2669 LatexCommand label
2670 name "tab:Eine-gleitende-Tabelle"
2671
2672 \end_inset
2673
2674 Eine gleitende Tabelle
2675 \end_layout
2676
2677 \end_inset
2678
2679
2680 \end_layout
2681
2682 \begin_layout Plain Layout
2683 \align center
2684 \begin_inset Tabular
2685 <lyxtabular version="3" rows="3" columns="3">
2686 <features tabularvalignment="middle">
2687 <column alignment="center" valignment="top" width="0pt">
2688 <column alignment="center" valignment="top" width="0pt">
2689 <column alignment="center" valignment="top" width="0pt">
2690 <row>
2691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2692 \begin_inset Text
2693
2694 \begin_layout Plain Layout
2695
2696 \family roman
2697 \series medium
2698 \shape up
2699 \size normal
2700 \emph off
2701 \bar no
2702 \noun off
2703 \color none
2704 1
2705 \end_layout
2706
2707 \end_inset
2708 </cell>
2709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2710 \begin_inset Text
2711
2712 \begin_layout Plain Layout
2713
2714 \family roman
2715 \series medium
2716 \shape up
2717 \size normal
2718 \emph off
2719 \bar no
2720 \noun off
2721 \color none
2722 2
2723 \end_layout
2724
2725 \end_inset
2726 </cell>
2727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2728 \begin_inset Text
2729
2730 \begin_layout Plain Layout
2731
2732 \family roman
2733 \series medium
2734 \shape up
2735 \size normal
2736 \emph off
2737 \bar no
2738 \noun off
2739 \color none
2740 3
2741 \end_layout
2742
2743 \end_inset
2744 </cell>
2745 </row>
2746 <row>
2747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2748 \begin_inset Text
2749
2750 \begin_layout Plain Layout
2751
2752 \family roman
2753 \series medium
2754 \shape up
2755 \size normal
2756 \emph off
2757 \bar no
2758 \noun off
2759 \color none
2760 Martin
2761 \end_layout
2762
2763 \end_inset
2764 </cell>
2765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2766 \begin_inset Text
2767
2768 \begin_layout Plain Layout
2769
2770 \family roman
2771 \series medium
2772 \shape up
2773 \size normal
2774 \emph off
2775 \bar no
2776 \noun off
2777 \color none
2778 Lena
2779 \end_layout
2780
2781 \end_inset
2782 </cell>
2783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2784 \begin_inset Text
2785
2786 \begin_layout Plain Layout
2787
2788 \family roman
2789 \series medium
2790 \shape up
2791 \size normal
2792 \emph off
2793 \bar no
2794 \noun off
2795 \color none
2796 Alina
2797 \end_layout
2798
2799 \end_inset
2800 </cell>
2801 </row>
2802 <row>
2803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2804 \begin_inset Text
2805
2806 \begin_layout Plain Layout
2807
2808 \family roman
2809 \series medium
2810 \shape up
2811 \size normal
2812 \emph off
2813 \bar no
2814 \noun off
2815 \color none
2816 \begin_inset Formula $\int x^{2}dx$
2817 \end_inset
2818
2819
2820 \end_layout
2821
2822 \end_inset
2823 </cell>
2824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2825 \begin_inset Text
2826
2827 \begin_layout Plain Layout
2828
2829 \family roman
2830 \series medium
2831 \shape up
2832 \size normal
2833 \emph off
2834 \bar no
2835 \noun off
2836 \color none
2837 \begin_inset Formula $\left[\begin{array}{cc}
2838 a & b\\
2839 c & d
2840 \end{array}\right]$
2841 \end_inset
2842
2843
2844 \end_layout
2845
2846 \end_inset
2847 </cell>
2848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2849 \begin_inset Text
2850
2851 \begin_layout Plain Layout
2852
2853 \family roman
2854 \series medium
2855 \shape up
2856 \size normal
2857 \emph off
2858 \bar no
2859 \noun off
2860 \color none
2861 \begin_inset Formula $1+1=2$
2862 \end_inset
2863
2864
2865 \end_layout
2866
2867 \end_inset
2868 </cell>
2869 </row>
2870 </lyxtabular>
2871
2872 \end_inset
2873
2874
2875 \end_layout
2876
2877 \end_inset
2878
2879
2880 \end_layout
2881
2882 \begin_layout Standard
2883 Gleitende Tabellen können über 
2884 \family sans
2885 Einfügen\SpecialChar menuseparator
2886 Gleitobjekt\SpecialChar menuseparator
2887 Tabelle
2888 \family default
2889  oder einen Klick auf den Werkzeugleistenknopf 
2890 \begin_inset Info
2891 type  "icon"
2892 arg   "float-insert table"
2893 \end_inset
2894
2895  erzeugt werden.
2896  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2897  In das rot umrahmte Feld rechts von 
2898 \emph on
2899 Tabelle
2900 \begin_inset space ~
2901 \end_inset
2902
2903 Nr:
2904 \emph default
2905  schreiben Sie die Tabellenbeschriftung.
2906  Nach einem Klick oberhalb oder unterhalb von 
2907 \emph on
2908 Tabelle
2909 \begin_inset space ~
2910 \end_inset
2911
2912 Nr:
2913 \emph default
2914  können Sie dann eine Tabelle einfügen.
2915 \end_layout
2916
2917 \begin_layout Standard
2918 Tabelle
2919 \begin_inset space ~
2920 \end_inset
2921
2922
2923 \begin_inset CommandInset ref
2924 LatexCommand ref
2925 reference "tab:Eine-gleitende-Tabelle"
2926
2927 \end_inset
2928
2929  ist ein Beispiel für eine gleitende Tabelle.
2930 \end_layout
2931
2932 \begin_layout Standard
2933 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2934 herweise wird das von \SpecialChar LaTeX
2935  Standard-Klassen nicht unterstützt.
2936  Das bedeutet, dass bei den Klassen 
2937 \family sans
2938 article
2939 \family default
2940
2941 \family sans
2942 book
2943 \family default
2944
2945 \family sans
2946 letter
2947 \family default
2948 , und 
2949 \family sans
2950 report
2951 \family default
2952  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2953  Um den einzufügen, können Sie zum Ladebefehl des \SpecialChar LaTeX
2954 -Paketes 
2955 \series bold
2956 caption
2957 \series default
2958
2959 \begin_inset Index idx
2960 status collapsed
2961
2962 \begin_layout Plain Layout
2963 \SpecialChar LaTeX
2964 -Pakete ! caption
2965 \end_layout
2966
2967 \end_inset
2968
2969  im \SpecialChar LaTeX
2970 -Vorspann Ihres Dokuments folgende Option einfügen:
2971 \begin_inset Foot
2972 status collapsed
2973
2974 \begin_layout Plain Layout
2975 Näheres finden Sie im Abschnitt
2976 \begin_inset space ~
2977 \end_inset
2978
2979
2980 \begin_inset CommandInset ref
2981 LatexCommand ref
2982 reference "abs:Titel-Platzierung"
2983
2984 \end_inset
2985
2986 .
2987 \end_layout
2988
2989 \end_inset
2990
2991
2992 \end_layout
2993
2994 \begin_layout Standard
2995
2996 \series bold
2997 tableposition=top
2998 \end_layout
2999
3000 \begin_layout Standard
3001 Das Paket 
3002 \series bold
3003 caption
3004 \series default
3005 , das in Abschnitt
3006 \begin_inset space ~
3007 \end_inset
3008
3009
3010 \begin_inset CommandInset ref
3011 LatexCommand ref
3012 reference "abs:Titel-Formatierung"
3013
3014 \end_inset
3015
3016  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3017 \end_layout
3018
3019 \begin_layout Standard
3020 \begin_inset Index idx
3021 status collapsed
3022
3023 \begin_layout Plain Layout
3024 Querverweise ! auf Tabellen
3025 \end_layout
3026
3027 \end_inset
3028
3029 Auf Tabellen kann über ihre Marke verwiesen werden.
3030  Dafür fügen Sie in der Beschriftung mit 
3031 \family sans
3032 Einfügen\SpecialChar menuseparator
3033 Marke
3034 \family default
3035  oder durch Klicken auf 
3036 \begin_inset Info
3037 type  "icon"
3038 arg   "label-insert"
3039 \end_inset
3040
3041  eine Marke ein.
3042  Auf diese können Sie dann wie gewohnt mit 
3043 \family sans
3044 Einfügen\SpecialChar menuseparator
3045 Querverweis
3046 \family default
3047  oder durch Klicken auf 
3048 \begin_inset Info
3049 type  "icon"
3050 arg   "dialog-show-new-inset ref"
3051 \end_inset
3052
3053  verweisen.
3054  Verweise werden detailliert in Abschnitt
3055 \begin_inset space ~
3056 \end_inset
3057
3058
3059 \begin_inset CommandInset ref
3060 LatexCommand ref
3061 reference "abs:Auf-Gleitobjekte-verweisen"
3062
3063 \end_inset
3064
3065  beschrieben.
3066 \end_layout
3067
3068 \begin_layout Section
3069 Mehrseitige Tabellen
3070 \begin_inset CommandInset label
3071 LatexCommand label
3072 name "abs:Mehrseitige-Tabellen"
3073
3074 \end_inset
3075
3076
3077 \begin_inset Index idx
3078 status collapsed
3079
3080 \begin_layout Plain Layout
3081 Tabellen ! mehrseitige
3082 \end_layout
3083
3084 \end_inset
3085
3086
3087 \end_layout
3088
3089 \begin_layout Standard
3090 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie in
3091  den Tabellen-Einstellungen auf der Karteikarte  
3092 \family sans
3093 Mehrseitige
3094 \begin_inset space ~
3095 \end_inset
3096
3097 Tabelle
3098 \family default
3099  die Option 
3100 \family sans
3101 Mehrseitige
3102 \begin_inset space ~
3103 \end_inset
3104
3105 Tabelle
3106 \begin_inset space ~
3107 \end_inset
3108
3109 verwenden
3110 \family default
3111  auswählen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3112  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3113 \end_layout
3114
3115 \begin_layout Description
3116 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3117  festgelegt; mit Ausnahme der ersten, wenn 
3118 \family sans
3119 Erste
3120 \begin_inset space ~
3121 \end_inset
3122
3123 Kopfzeile
3124 \family default
3125  aktiviert ist.
3126 \end_layout
3127
3128 \begin_layout Description
3129 Erste
3130 \lang english
3131
3132 \begin_inset space ~
3133 \end_inset
3134
3135
3136 \lang ngerman
3137 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3138  Seite einer mehrseitigen Tabelle definiert.
3139 \end_layout
3140
3141 \begin_layout Description
3142 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3143  mit Ausnahme der letzten, wenn 
3144 \family sans
3145 Letzte
3146 \begin_inset space ~
3147 \end_inset
3148
3149 Fußzeile
3150 \family default
3151  aktiviert ist.
3152 \end_layout
3153
3154 \begin_layout Description
3155 Letzte
3156 \begin_inset space ~
3157 \end_inset
3158
3159 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3160  einer mehrseitigen Tabelle definiert.
3161 \end_layout
3162
3163 \begin_layout Description
3164 Legende: Die aktuelle Zeile enthält die Legende.
3165  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3166  Mehr über Beschriftungen mehrseitiger Tabellen ist in Abschnitt
3167 \begin_inset space ~
3168 \end_inset
3169
3170
3171 \begin_inset CommandInset ref
3172 LatexCommand ref
3173 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
3174
3175 \end_inset
3176
3177  erklärt.
3178 \end_layout
3179
3180 \begin_layout Standard
3181 Hier ist ein Beispiel einer mehrseitigen Tabelle:
3182 \begin_inset Separator parbreak
3183 \end_inset
3184
3185
3186 \end_layout
3187
3188 \begin_layout Standard
3189 \align center
3190 \begin_inset Tabular
3191 <lyxtabular version="3" rows="69" columns="3">
3192 <features islongtable="true" longtabularalignment="center">
3193 <column alignment="left" valignment="top" width="0cm">
3194 <column alignment="left" valignment="top" width="0pt">
3195 <column alignment="right" valignment="top" width="0pt">
3196 <row endfirsthead="true">
3197 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Plain Layout
3201
3202 \series bold
3203 Telefonliste (ignoriere die Namen)
3204 \end_layout
3205
3206 \end_inset
3207 </cell>
3208 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3209 \begin_inset Text
3210
3211 \begin_layout Plain Layout
3212
3213 \end_layout
3214
3215 \end_inset
3216 </cell>
3217 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3218 \begin_inset Text
3219
3220 \begin_layout Plain Layout
3221
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 </row>
3227 <row endfirsthead="true">
3228 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3229 \begin_inset Text
3230
3231 \begin_layout Plain Layout
3232
3233 \series bold
3234 NAME
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3240 \begin_inset Text
3241
3242 \begin_layout Plain Layout
3243
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Plain Layout
3252
3253 \series bold
3254 TEL.
3255 \end_layout
3256
3257 \end_inset
3258 </cell>
3259 </row>
3260 <row endhead="true">
3261 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3262 \begin_inset Text
3263
3264 \begin_layout Plain Layout
3265
3266 \series bold
3267 Telefonliste
3268 \end_layout
3269
3270 \end_inset
3271 </cell>
3272 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3273 \begin_inset Text
3274
3275 \begin_layout Plain Layout
3276
3277 \end_layout
3278
3279 \end_inset
3280 </cell>
3281 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3282 \begin_inset Text
3283
3284 \begin_layout Plain Layout
3285
3286 \end_layout
3287
3288 \end_inset
3289 </cell>
3290 </row>
3291 <row endhead="true">
3292 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3293 \begin_inset Text
3294
3295 \begin_layout Plain Layout
3296
3297 \series bold
3298 NAME
3299 \end_layout
3300
3301 \end_inset
3302 </cell>
3303 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3304 \begin_inset Text
3305
3306 \begin_layout Plain Layout
3307
3308 \end_layout
3309
3310 \end_inset
3311 </cell>
3312 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3313 \begin_inset Text
3314
3315 \begin_layout Plain Layout
3316
3317 \series bold
3318 TEL.
3319 \end_layout
3320
3321 \end_inset
3322 </cell>
3323 </row>
3324 <row endfoot="true">
3325 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329
3330 \series bold
3331 wird fortgesetzt
3332 \series default
3333  \SpecialChar ldots
3334
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 </row>
3358 <row>
3359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3360 \begin_inset Text
3361
3362 \begin_layout Plain Layout
3363
3364 \series bold
3365 Annovi
3366 \end_layout
3367
3368 \end_inset
3369 </cell>
3370 <cell alignment="center" valignment="top" usebox="none">
3371 \begin_inset Text
3372
3373 \begin_layout Plain Layout
3374 Silvia
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Plain Layout
3383 111
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 </row>
3389 <row>
3390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3391 \begin_inset Text
3392
3393 \begin_layout Plain Layout
3394
3395 \series bold
3396 Bertoli
3397 \end_layout
3398
3399 \end_inset
3400 </cell>
3401 <cell alignment="center" valignment="top" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Plain Layout
3405 Stefano
3406 \end_layout
3407
3408 \end_inset
3409 </cell>
3410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414 111
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 </row>
3420 <row>
3421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3422 \begin_inset Text
3423
3424 \begin_layout Plain Layout
3425
3426 \series bold
3427 Bozzi
3428 \end_layout
3429
3430 \end_inset
3431 </cell>
3432 <cell alignment="center" valignment="top" usebox="none">
3433 \begin_inset Text
3434
3435 \begin_layout Plain Layout
3436 Walter
3437 \end_layout
3438
3439 \end_inset
3440 </cell>
3441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445 111
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 </row>
3451 <row>
3452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456
3457 \series bold
3458 Cachia
3459 \end_layout
3460
3461 \end_inset
3462 </cell>
3463 <cell alignment="center" valignment="top" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Plain Layout
3467 Maria
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476 111
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 </row>
3482 <row>
3483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Plain Layout
3487
3488 \series bold
3489 Cachia
3490 \end_layout
3491
3492 \end_inset
3493 </cell>
3494 <cell alignment="center" valignment="top" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Plain Layout
3498 Maurizio
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507 111
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 </row>
3513 <row>
3514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518
3519 \series bold
3520 Cinquemani
3521 \end_layout
3522
3523 \end_inset
3524 </cell>
3525 <cell alignment="center" valignment="top" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Plain Layout
3529 Giusi
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538 111
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 </row>
3544 <row>
3545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549
3550 \series bold
3551 Colin
3552 \end_layout
3553
3554 \end_inset
3555 </cell>
3556 <cell alignment="center" valignment="top" usebox="none">
3557 \begin_inset Text
3558
3559 \begin_layout Plain Layout
3560 Bernard
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569 111
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 </row>
3575 <row>
3576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580
3581 \series bold
3582 Concli
3583 \end_layout
3584
3585 \end_inset
3586 </cell>
3587 <cell alignment="center" valignment="top" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Plain Layout
3591 Gianfranco
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600 111
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 </row>
3606 <row>
3607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611
3612 \series bold
3613 Dal Bosco
3614 \end_layout
3615
3616 \end_inset
3617 </cell>
3618 <cell alignment="center" valignment="top" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Plain Layout
3622 Carolina
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631 111
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 </row>
3637 <row>
3638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642
3643 \series bold
3644 Dalpiaz
3645 \end_layout
3646
3647 \end_inset
3648 </cell>
3649 <cell alignment="center" valignment="top" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Plain Layout
3653 Annamaria
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662 111
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 </row>
3668 <row>
3669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673
3674 \series bold
3675 Feliciello
3676 \end_layout
3677
3678 \end_inset
3679 </cell>
3680 <cell alignment="center" valignment="top" usebox="none">
3681 \begin_inset Text
3682
3683 \begin_layout Plain Layout
3684 Domenico
3685 \end_layout
3686
3687 \end_inset
3688 </cell>
3689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693 111
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 </row>
3699 <row>
3700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704
3705 \series bold
3706 Focarelli
3707 \end_layout
3708
3709 \end_inset
3710 </cell>
3711 <cell alignment="center" valignment="top" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Plain Layout
3715 Paola
3716 \end_layout
3717
3718 \end_inset
3719 </cell>
3720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724 111
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 </row>
3730 <row>
3731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735
3736 \series bold
3737 Galletti
3738 \end_layout
3739
3740 \end_inset
3741 </cell>
3742 <cell alignment="center" valignment="top" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Plain Layout
3746 Oreste
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755 111
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 </row>
3761 <row>
3762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766
3767 \series bold
3768 Gasparini
3769 \end_layout
3770
3771 \end_inset
3772 </cell>
3773 <cell alignment="center" valignment="top" usebox="none">
3774 \begin_inset Text
3775
3776 \begin_layout Plain Layout
3777 Franca
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786 111
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 </row>
3792 <row>
3793 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797
3798 \series bold
3799 Rizzardi
3800 \end_layout
3801
3802 \end_inset
3803 </cell>
3804 <cell alignment="center" valignment="top" usebox="none">
3805 \begin_inset Text
3806
3807 \begin_layout Plain Layout
3808 Paola
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817 111
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 </row>
3823 <row>
3824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828
3829 \series bold
3830 Lassini
3831 \end_layout
3832
3833 \end_inset
3834 </cell>
3835 <cell alignment="center" valignment="top" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Plain Layout
3839 Giancarlo
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848 111
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 </row>
3854 <row>
3855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859
3860 \series bold
3861 Malfatti
3862 \end_layout
3863
3864 \end_inset
3865 </cell>
3866 <cell alignment="center" valignment="top" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Plain Layout
3870 Luciano
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879 111
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 </row>
3885 <row>
3886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890
3891 \series bold
3892 Malfatti
3893 \end_layout
3894
3895 \end_inset
3896 </cell>
3897 <cell alignment="center" valignment="top" usebox="none">
3898 \begin_inset Text
3899
3900 \begin_layout Plain Layout
3901 Valeriano
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910 111
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 </row>
3916 <row>
3917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3918 \begin_inset Text
3919
3920 \begin_layout Plain Layout
3921
3922 \series bold
3923 Meneguzzo
3924 \end_layout
3925
3926 \end_inset
3927 </cell>
3928 <cell alignment="center" valignment="top" usebox="none">
3929 \begin_inset Text
3930
3931 \begin_layout Plain Layout
3932 Roberto
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941 111
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 </row>
3947 <row>
3948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3949 \begin_inset Text
3950
3951 \begin_layout Plain Layout
3952
3953 \series bold
3954 Mezzadra
3955 \end_layout
3956
3957 \end_inset
3958 </cell>
3959 <cell alignment="center" valignment="top" usebox="none">
3960 \begin_inset Text
3961
3962 \begin_layout Plain Layout
3963 Roberto
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972 111
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 </row>
3978 <row>
3979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3980 \begin_inset Text
3981
3982 \begin_layout Plain Layout
3983
3984 \series bold
3985 Pirpamer
3986 \end_layout
3987
3988 \end_inset
3989 </cell>
3990 <cell alignment="center" valignment="top" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Plain Layout
3994 Erich
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003 111
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 </row>
4009 <row>
4010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4011 \begin_inset Text
4012
4013 \begin_layout Plain Layout
4014
4015 \series bold
4016 Pochiesa
4017 \end_layout
4018
4019 \end_inset
4020 </cell>
4021 <cell alignment="center" valignment="top" usebox="none">
4022 \begin_inset Text
4023
4024 \begin_layout Plain Layout
4025 Paolo
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034 111, 222
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 </row>
4040 <row>
4041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4042 \begin_inset Text
4043
4044 \begin_layout Plain Layout
4045
4046 \series bold
4047 Radina
4048 \end_layout
4049
4050 \end_inset
4051 </cell>
4052 <cell alignment="center" valignment="top" usebox="none">
4053 \begin_inset Text
4054
4055 \begin_layout Plain Layout
4056 Claudio
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065 111
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 </row>
4071 <row>
4072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4073 \begin_inset Text
4074
4075 \begin_layout Plain Layout
4076
4077 \series bold
4078 Stuffer
4079 \end_layout
4080
4081 \end_inset
4082 </cell>
4083 <cell alignment="center" valignment="top" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Plain Layout
4087 Oskar
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096 111
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 </row>
4102 <row>
4103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107
4108 \series bold
4109 Tacchelli
4110 \end_layout
4111
4112 \end_inset
4113 </cell>
4114 <cell alignment="center" valignment="top" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Plain Layout
4118 Ugo
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127 111
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 </row>
4133 <row>
4134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Plain Layout
4138
4139 \series bold
4140 Tezzele
4141 \end_layout
4142
4143 \end_inset
4144 </cell>
4145 <cell alignment="center" valignment="top" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Plain Layout
4149 Margit
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158 111
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 </row>
4164 <row>
4165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Plain Layout
4169
4170 \series bold
4171 Unterkalmsteiner
4172 \end_layout
4173
4174 \end_inset
4175 </cell>
4176 <cell alignment="center" valignment="top" usebox="none">
4177 \begin_inset Text
4178
4179 \begin_layout Plain Layout
4180 Frieda
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189 111
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 </row>
4195 <row>
4196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Plain Layout
4200
4201 \series bold
4202 Vieider
4203 \end_layout
4204
4205 \end_inset
4206 </cell>
4207 <cell alignment="center" valignment="top" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Plain Layout
4211 Hilde
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Plain Layout
4220 111
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 </row>
4226 <row>
4227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231
4232 \series bold
4233 Vigna
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242 Jürgen
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251 111
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 </row>
4257 <row>
4258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4259 \begin_inset Text
4260
4261 \begin_layout Plain Layout
4262
4263 \series bold
4264 Weber
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273 Maurizio
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282 111
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 </row>
4288 <row>
4289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293
4294 \series bold
4295 Winkler
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Plain Layout
4304 Franz
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313 111
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 </row>
4319 <row>
4320 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Plain Layout
4324  
4325 \end_layout
4326
4327 \end_inset
4328 </cell>
4329 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 </row>
4348 <row>
4349 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353
4354 \series bold
4355 Annovi
4356 \end_layout
4357
4358 \end_inset
4359 </cell>
4360 <cell alignment="center" valignment="top" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364 Silvia
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373 555
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 </row>
4379 <row>
4380 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384
4385 \series bold
4386 Bertoli
4387 \end_layout
4388
4389 \end_inset
4390 </cell>
4391 <cell alignment="center" valignment="top" usebox="none">
4392 \begin_inset Text
4393
4394 \begin_layout Plain Layout
4395 Stefano
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404 555
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 </row>
4410 <row>
4411 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415
4416 \series bold
4417 Bozzi
4418 \end_layout
4419
4420 \end_inset
4421 </cell>
4422 <cell alignment="center" valignment="top" usebox="none">
4423 \begin_inset Text
4424
4425 \begin_layout Plain Layout
4426 Walter
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435 555
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 </row>
4441 <row>
4442 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446
4447 \series bold
4448 Cachia
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 <cell alignment="center" valignment="top" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457 Maria
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 555
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 </row>
4472 <row>
4473 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Plain Layout
4477
4478 \series bold
4479 Cachia
4480 \end_layout
4481
4482 \end_inset
4483 </cell>
4484 <cell alignment="center" valignment="top" usebox="none">
4485 \begin_inset Text
4486
4487 \begin_layout Plain Layout
4488 Maurizio
4489 \end_layout
4490
4491 \end_inset
4492 </cell>
4493 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497 555
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 </row>
4503 <row>
4504 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508
4509 \series bold
4510 Cinquemani
4511 \end_layout
4512
4513 \end_inset
4514 </cell>
4515 <cell alignment="center" valignment="top" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519 Giusi
4520 \end_layout
4521
4522 \end_inset
4523 </cell>
4524 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528 555
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 </row>
4534 <row>
4535 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539
4540 \series bold
4541 Colin
4542 \end_layout
4543
4544 \end_inset
4545 </cell>
4546 <cell alignment="center" valignment="top" usebox="none">
4547 \begin_inset Text
4548
4549 \begin_layout Plain Layout
4550 Bernard
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559 555
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 </row>
4565 <row>
4566 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570
4571 \series bold
4572 Concli
4573 \end_layout
4574
4575 \end_inset
4576 </cell>
4577 <cell alignment="center" valignment="top" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581 Gianfranco
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590 555
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 </row>
4596 <row>
4597 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601
4602 \series bold
4603 Dal Bosco
4604 \end_layout
4605
4606 \end_inset
4607 </cell>
4608 <cell alignment="center" valignment="top" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Plain Layout
4612 Carolina
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 555
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 </row>
4627 <row>
4628 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632
4633 \series bold
4634 Dalpiaz
4635 \end_layout
4636
4637 \end_inset
4638 </cell>
4639 <cell alignment="center" valignment="top" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Plain Layout
4643 Annamaria
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652 555
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 </row>
4658 <row>
4659 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663
4664 \series bold
4665 Feliciello
4666 \end_layout
4667
4668 \end_inset
4669 </cell>
4670 <cell alignment="center" valignment="top" usebox="none">
4671 \begin_inset Text
4672
4673 \begin_layout Plain Layout
4674 Domenico
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683 555
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 </row>
4689 <row>
4690 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694
4695 \series bold
4696 Focarelli
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 <cell alignment="center" valignment="top" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705 Paola
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714 555
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 </row>
4720 <row>
4721 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725
4726 \series bold
4727 Galletti
4728 \end_layout
4729
4730 \end_inset
4731 </cell>
4732 <cell alignment="center" valignment="top" usebox="none">
4733 \begin_inset Text
4734
4735 \begin_layout Plain Layout
4736 Oreste
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745 555
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 </row>
4751 <row>
4752 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756
4757 \series bold
4758 Gasparini
4759 \end_layout
4760
4761 \end_inset
4762 </cell>
4763 <cell alignment="center" valignment="top" usebox="none">
4764 \begin_inset Text
4765
4766 \begin_layout Plain Layout
4767 Franca
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776 555
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 </row>
4782 <row>
4783 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Plain Layout
4787
4788 \series bold
4789 Rizzardi
4790 \end_layout
4791
4792 \end_inset
4793 </cell>
4794 <cell alignment="center" valignment="top" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Plain Layout
4798 Paola
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807 555
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 </row>
4813 <row>
4814 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818
4819 \series bold
4820 Lassini
4821 \end_layout
4822
4823 \end_inset
4824 </cell>
4825 <cell alignment="center" valignment="top" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Plain Layout
4829 Giancarlo
4830 \end_layout
4831
4832 \end_inset
4833 </cell>
4834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838 555
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 </row>
4844 <row>
4845 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849
4850 \series bold
4851 Malfatti
4852 \end_layout
4853
4854 \end_inset
4855 </cell>
4856 <cell alignment="center" valignment="top" usebox="none">
4857 \begin_inset Text
4858
4859 \begin_layout Plain Layout
4860 Luciano
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869 555
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 </row>
4875 <row>
4876 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880
4881 \series bold
4882 Malfatti
4883 \end_layout
4884
4885 \end_inset
4886 </cell>
4887 <cell alignment="center" valignment="top" usebox="none">
4888 \begin_inset Text
4889
4890 \begin_layout Plain Layout
4891 Valeriano
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 555
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 </row>
4906 <row>
4907 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911
4912 \series bold
4913 Meneguzzo
4914 \end_layout
4915
4916 \end_inset
4917 </cell>
4918 <cell alignment="center" valignment="top" usebox="none">
4919 \begin_inset Text
4920
4921 \begin_layout Plain Layout
4922 Roberto
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931 555
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 </row>
4937 <row>
4938 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4939 \begin_inset Text
4940
4941 \begin_layout Plain Layout
4942
4943 \series bold
4944 Mezzadra
4945 \end_layout
4946
4947 \end_inset
4948 </cell>
4949 <cell alignment="center" valignment="top" usebox="none">
4950 \begin_inset Text
4951
4952 \begin_layout Plain Layout
4953 Roberto
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962 555
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 </row>
4968 <row>
4969 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973
4974 \series bold
4975 Pirpamer
4976 \end_layout
4977
4978 \end_inset
4979 </cell>
4980 <cell alignment="center" valignment="top" usebox="none">
4981 \begin_inset Text
4982
4983 \begin_layout Plain Layout
4984 Erich
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993 555
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 </row>
4999 <row>
5000 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004
5005 \series bold
5006 Pochiesa
5007 \end_layout
5008
5009 \end_inset
5010 </cell>
5011 <cell alignment="center" valignment="top" usebox="none">
5012 \begin_inset Text
5013
5014 \begin_layout Plain Layout
5015 Paolo
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
5020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024 555, 222
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 </row>
5030 <row>
5031 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035
5036 \series bold
5037 Radina
5038 \end_layout
5039
5040 \end_inset
5041 </cell>
5042 <cell alignment="center" valignment="top" usebox="none">
5043 \begin_inset Text
5044
5045 \begin_layout Plain Layout
5046 Claudio
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055 555
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 </row>
5061 <row>
5062 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066
5067 \series bold
5068 Stuffer
5069 \end_layout
5070
5071 \end_inset
5072 </cell>
5073 <cell alignment="center" valignment="top" usebox="none">
5074 \begin_inset Text
5075
5076 \begin_layout Plain Layout
5077 Oskar
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086 555
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 </row>
5092 <row>
5093 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097
5098 \series bold
5099 Tacchelli
5100 \end_layout
5101
5102 \end_inset
5103 </cell>
5104 <cell alignment="center" valignment="top" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108 Ugo
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117 555
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 </row>
5123 <row>
5124 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128
5129 \series bold
5130 Tezzele
5131 \end_layout
5132
5133 \end_inset
5134 </cell>
5135 <cell alignment="center" valignment="top" usebox="none">
5136 \begin_inset Text
5137
5138 \begin_layout Plain Layout
5139 Margit
5140 \end_layout
5141
5142 \end_inset
5143 </cell>
5144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148 555
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 </row>
5154 <row>
5155 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159
5160 \series bold
5161 Unterkalmsteiner
5162 \end_layout
5163
5164 \end_inset
5165 </cell>
5166 <cell alignment="center" valignment="top" usebox="none">
5167 \begin_inset Text
5168
5169 \begin_layout Plain Layout
5170 Frieda
5171 \end_layout
5172
5173 \end_inset
5174 </cell>
5175 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179 555
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 </row>
5185 <row>
5186 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190
5191 \series bold
5192 Vieider
5193 \end_layout
5194
5195 \end_inset
5196 </cell>
5197 <cell alignment="center" valignment="top" usebox="none">
5198 \begin_inset Text
5199
5200 \begin_layout Plain Layout
5201 Hilde
5202 \end_layout
5203
5204 \end_inset
5205 </cell>
5206 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210 555
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 </row>
5216 <row>
5217 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221
5222 \series bold
5223 Vigna
5224 \end_layout
5225
5226 \end_inset
5227 </cell>
5228 <cell alignment="center" valignment="top" usebox="none">
5229 \begin_inset Text
5230
5231 \begin_layout Plain Layout
5232 Jürgen
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5238 \begin_inset Text
5239
5240 \begin_layout Plain Layout
5241 999
5242 \end_layout
5243
5244 \end_inset
5245 </cell>
5246 </row>
5247 <row>
5248 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252
5253 \series bold
5254 Weber
5255 \end_layout
5256
5257 \end_inset
5258 </cell>
5259 <cell alignment="center" valignment="top" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263 Maurizio
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272 555
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 </row>
5278 <row>
5279 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5280 \begin_inset Text
5281
5282 \begin_layout Plain Layout
5283
5284 \series bold
5285 Winkler
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Plain Layout
5294 Franz
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303 555
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 </row>
5309 <row endlastfoot="true">
5310 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5311 \begin_inset Text
5312
5313 \begin_layout Plain Layout
5314 Ende
5315 \end_layout
5316
5317 \end_inset
5318 </cell>
5319 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Plain Layout
5332
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 </row>
5338 </lyxtabular>
5339
5340 \end_inset
5341
5342
5343 \begin_inset ERT
5344 status collapsed
5345
5346 \begin_layout Plain Layout
5347
5348
5349 \backslash
5350 addtocounter{table}{-1}
5351 \end_layout
5352
5353 \end_inset
5354
5355
5356 \begin_inset Note Note
5357 status collapsed
5358
5359 \begin_layout Plain Layout
5360 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5361 \begin_inset space ~
5362 \end_inset
5363
5364
5365 \begin_inset CommandInset ref
5366 LatexCommand ref
5367 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
5368
5369 \end_inset
5370
5371
5372 \end_layout
5373
5374 \end_inset
5375
5376
5377 \end_layout
5378
5379 \begin_layout Subsection
5380 Fußnoten in mehrseitigen Tabellen
5381 \begin_inset CommandInset label
5382 LatexCommand label
5383 name "uab:Fußnoten-in-mehrseitigen"
5384
5385 \end_inset
5386
5387
5388 \begin_inset Index idx
5389 status collapsed
5390
5391 \begin_layout Plain Layout
5392 Tabellen ! mehrseitige ! Fußnoten
5393 \end_layout
5394
5395 \end_inset
5396
5397
5398 \end_layout
5399
5400 \begin_layout Standard
5401 Fußnoten kann man in jede Zelle einer mehrseitigen Tabelle einfügen.
5402  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5403  Tabelle
5404 \begin_inset space ~
5405 \end_inset
5406
5407
5408 \begin_inset CommandInset ref
5409 LatexCommand ref
5410 reference "tab:Telefonliste"
5411
5412 \end_inset
5413
5414  hat zum Beispiel eine Fußnote.
5415 \end_layout
5416
5417 \begin_layout Subsection
5418 Ausrichtung mehrseitiger Tabellen
5419 \begin_inset Index idx
5420 status collapsed
5421
5422 \begin_layout Plain Layout
5423 Tabellen ! mehrseitige ! Ausrichtung
5424 \end_layout
5425
5426 \end_inset
5427
5428
5429 \end_layout
5430
5431 \begin_layout Standard
5432 Die horizontale Ausrichtung von mehrseitigen Tabellen kann in den Tabelleneinste
5433 llungen festgelegt werden.
5434  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5435  Seitenrand.
5436  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5437  ausgerichtet werden und die Werte der Längen 
5438 \series bold
5439
5440 \backslash
5441 LTleft 
5442 \series default
5443 und 
5444 \series bold
5445
5446 \backslash
5447 LTright
5448 \series default
5449  geändert werden, indem diese Zeile als \SpecialChar TeX
5450 -Code vor die mehrseitige Tabelle
5451  eingefügt wird:
5452 \end_layout
5453
5454 \begin_layout Standard
5455
5456 \series bold
5457
5458 \backslash
5459 setlength{
5460 \backslash
5461 LTleft}{Wert}
5462 \end_layout
5463
5464 \begin_layout Standard
5465 Der Wert kann eine der in Tabelle
5466 \begin_inset space ~
5467 \end_inset
5468
5469
5470 \begin_inset CommandInset ref
5471 LatexCommand ref
5472 reference "tab:Maßeinheiten"
5473
5474 \end_inset
5475
5476  aufgelisteten Einheiten haben.
5477  
5478 \series bold
5479
5480 \backslash
5481 LTleft
5482 \series default
5483  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5484  
5485 \series bold
5486
5487 \backslash
5488 LTright
5489 \series default
5490  den Abstand von rechts.
5491  Die Voreinstellung für beide Werte ist 
5492 \series bold
5493
5494 \backslash
5495 fill
5496 \series default
5497 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5498  in \SpecialChar LyX
5499  ist.
5500 \end_layout
5501
5502 \begin_layout Standard
5503 Die folgende mehrseitige Tabelle wurde zentriert und 
5504 \series bold
5505
5506 \backslash
5507 LTleft
5508 \series default
5509  auf den Wert 
5510 \family sans
5511 0.1
5512 \backslash
5513 columnwidth
5514 \family default
5515  gesetzt:
5516 \begin_inset ERT
5517 status collapsed
5518
5519 \begin_layout Plain Layout
5520
5521
5522 \backslash
5523 setlength{
5524 \backslash
5525 LTleft}{0.1
5526 \backslash
5527 columnwidth}
5528 \end_layout
5529
5530 \end_inset
5531
5532
5533 \end_layout
5534
5535 \begin_layout Standard
5536 \begin_inset Tabular
5537 <lyxtabular version="3" rows="5" columns="5">
5538 <features islongtable="true" longtabularalignment="center">
5539 <column alignment="center" valignment="top">
5540 <column alignment="center" valignment="top">
5541 <column alignment="center" valignment="top" width="0pt">
5542 <column alignment="center" valignment="top">
5543 <column alignment="center" valignment="top">
5544 <row>
5545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5546 \begin_inset Text
5547
5548 \begin_layout Plain Layout
5549 1
5550 \end_layout
5551
5552 \end_inset
5553 </cell>
5554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5555 \begin_inset Text
5556
5557 \begin_layout Plain Layout
5558 2
5559 \end_layout
5560
5561 \end_inset
5562 </cell>
5563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5564 \begin_inset Text
5565
5566 \begin_layout Plain Layout
5567 3
5568 \end_layout
5569
5570 \end_inset
5571 </cell>
5572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576 4
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585 5
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 </row>
5591 <row>
5592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5593 \begin_inset Text
5594
5595 \begin_layout Plain Layout
5596 asd
5597 \end_layout
5598
5599 \end_inset
5600 </cell>
5601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5602 \begin_inset Text
5603
5604 \begin_layout Plain Layout
5605 s
5606 \end_layout
5607
5608 \end_inset
5609 </cell>
5610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614 s
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 s
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632 asd
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 </row>
5638 <row>
5639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5640 \begin_inset Text
5641
5642 \begin_layout Plain Layout
5643 asd
5644 \end_layout
5645
5646 \end_inset
5647 </cell>
5648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5649 \begin_inset Text
5650
5651 \begin_layout Plain Layout
5652 s
5653 \end_layout
5654
5655 \end_inset
5656 </cell>
5657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661 s
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 s
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 asd
5680 \end_layout
5681
5682 \end_inset
5683 </cell>
5684 </row>
5685 <row>
5686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5687 \begin_inset Text
5688
5689 \begin_layout Plain Layout
5690 asd
5691 \end_layout
5692
5693 \end_inset
5694 </cell>
5695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5696 \begin_inset Text
5697
5698 \begin_layout Plain Layout
5699 s
5700 \end_layout
5701
5702 \end_inset
5703 </cell>
5704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708 s
5709 \end_layout
5710
5711 \end_inset
5712 </cell>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 s
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 asd
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 </row>
5732 <row>
5733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737 asd
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5743 \begin_inset Text
5744
5745 \begin_layout Plain Layout
5746 asd
5747 \end_layout
5748
5749 \end_inset
5750 </cell>
5751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5752 \begin_inset Text
5753
5754 \begin_layout Plain Layout
5755 asd
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
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" rightline="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 </row>
5779 </lyxtabular>
5780
5781 \end_inset
5782
5783
5784 \begin_inset ERT
5785 status collapsed
5786
5787 \begin_layout Plain Layout
5788
5789
5790 \backslash
5791 setlength{
5792 \backslash
5793 LTleft}{
5794 \backslash
5795 fill}
5796 \end_layout
5797
5798 \end_inset
5799
5800
5801 \begin_inset ERT
5802 status collapsed
5803
5804 \begin_layout Plain Layout
5805
5806
5807 \backslash
5808 addtocounter{table}{-1}
5809 \end_layout
5810
5811 \end_inset
5812
5813
5814 \begin_inset Note Note
5815 status collapsed
5816
5817 \begin_layout Plain Layout
5818 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5819 \begin_inset space ~
5820 \end_inset
5821
5822
5823 \begin_inset CommandInset ref
5824 LatexCommand ref
5825 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
5826
5827 \end_inset
5828
5829
5830 \end_layout
5831
5832 \end_inset
5833
5834
5835 \end_layout
5836
5837 \begin_layout Subsection
5838 Beschriftungen mehrseitiger Tabellen
5839 \begin_inset CommandInset label
5840 LatexCommand label
5841 name "uab:Beschriftungen-mehrseitiger-Tabellen"
5842
5843 \end_inset
5844
5845
5846 \begin_inset Index idx
5847 status collapsed
5848
5849 \begin_layout Plain Layout
5850 Mehrseitige Tabellen
5851 \end_layout
5852
5853 \end_inset
5854
5855
5856 \begin_inset Index idx
5857 status collapsed
5858
5859 \begin_layout Plain Layout
5860 Tabellen ! mehrseitige ! Titel
5861 \end_layout
5862
5863 \end_inset
5864
5865
5866 \end_layout
5867
5868 \begin_layout Standard
5869 Eine mehrseitige Tabelle kann man nicht in ein Gleitobjekt packen, weil
5870  Gleitobjekte nur auf eine Seite gedruckt werden können.
5871  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5872 \begin_inset space ~
5873 \end_inset
5874
5875
5876 \begin_inset CommandInset ref
5877 LatexCommand ref
5878 reference "abs:Mehrseitige-Tabellen"
5879
5880 \end_inset
5881
5882  erklärt.
5883  Nur eine Tabellenzeile kann eine Beschriftung enthalten, entweder eine
5884  Kopf- oder eine Fußzeile.
5885 \end_layout
5886
5887 \begin_layout Standard
5888 Hier ist eine kurze mehrseitige Tabelle, die zeigt, wie das funktioniert:
5889 \end_layout
5890
5891 \begin_layout Standard
5892 \begin_inset Tabular
5893 <lyxtabular version="3" rows="6" columns="5">
5894 <features islongtable="true" longtabularalignment="center">
5895 <column alignment="center" valignment="top">
5896 <column alignment="center" valignment="top">
5897 <column alignment="center" valignment="top">
5898 <column alignment="center" valignment="top">
5899 <column alignment="center" valignment="top">
5900 <row endfirsthead="true" caption="true">
5901 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5902 \begin_inset Text
5903
5904 \begin_layout Plain Layout
5905 \begin_inset Caption Standard
5906
5907 \begin_layout Plain Layout
5908 Eine mehrseitige Tabelle mit Titel
5909 \begin_inset Argument 1
5910 status open
5911
5912 \begin_layout Plain Layout
5913 MehrseitigeTabelle
5914 \end_layout
5915
5916 \end_inset
5917
5918
5919 \end_layout
5920
5921 \end_inset
5922
5923
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Plain Layout
5950
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 </row>
5965 <row>
5966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970 1
5971 \end_layout
5972
5973 \end_inset
5974 </cell>
5975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5976 \begin_inset Text
5977
5978 \begin_layout Plain Layout
5979 2
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 3
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997 4
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006 5
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 </row>
6012 <row>
6013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6014 \begin_inset Text
6015
6016 \begin_layout Plain Layout
6017 asd
6018 \end_layout
6019
6020 \end_inset
6021 </cell>
6022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Plain Layout
6026 s
6027 \end_layout
6028
6029 \end_inset
6030 </cell>
6031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035 s
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044 s
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053 asd
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 </row>
6059 <row>
6060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6061 \begin_inset Text
6062
6063 \begin_layout Plain Layout
6064 asd
6065 \end_layout
6066
6067 \end_inset
6068 </cell>
6069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073 s
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082 s
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091 s
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100 asd
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 </row>
6106 <row>
6107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6108 \begin_inset Text
6109
6110 \begin_layout Plain Layout
6111 asd
6112 \end_layout
6113
6114 \end_inset
6115 </cell>
6116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120 s
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Plain Layout
6129 s
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Plain Layout
6138 s
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147 asd
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 </row>
6153 <row>
6154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158 asd
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 asd
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 asd
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 asd
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 asd
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 </row>
6200 </lyxtabular>
6201
6202 \end_inset
6203
6204
6205 \end_layout
6206
6207 \begin_layout Standard
6208 \begin_inset VSpace medskip
6209 \end_inset
6210
6211
6212 \begin_inset Note Greyedout
6213 status open
6214
6215 \begin_layout Plain Layout
6216
6217 \series bold
6218 Bemerkung
6219 \begin_inset space ~
6220 \end_inset
6221
6222 1:
6223 \series default
6224  Die Tabellennummer wird für jede mehrseitige Tabelle erhöht, auch wenn
6225  Sie keinen Titel vergeben.
6226  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6227 \begin_inset space ~
6228 \end_inset
6229
6230 2.4 auf Tabelle
6231 \begin_inset space ~
6232 \end_inset
6233
6234 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei mehrseitige Tabellen
6235  ohne Beschriftung sind.
6236  Um das zu vermeiden, können Sie hinter jede mehrseitige Tabelle ohne Titel
6237  folgenden \SpecialChar LaTeX
6238 -Befehl als \SpecialChar TeX
6239 -Code einfügen:
6240 \end_layout
6241
6242 \begin_layout Plain Layout
6243
6244 \series bold
6245
6246 \backslash
6247 addtocounter{table}{-1}
6248 \end_layout
6249
6250 \begin_layout Plain Layout
6251 Das ist nicht notwendig, wenn keine der mehrseitigen Tabellen im Dokument
6252  eine Beschriftung hat und Sie diesen Code zum \SpecialChar LaTeX
6253 -Vorspann hinzufügen:
6254 \end_layout
6255
6256 \begin_layout Plain Layout
6257
6258 \series bold
6259
6260 \backslash
6261 let
6262 \backslash
6263 myEnd
6264 \backslash
6265 endlongtable
6266 \begin_inset Newline newline
6267 \end_inset
6268
6269
6270 \backslash
6271 renewcommand{
6272 \backslash
6273 endlongtable}{
6274 \backslash
6275 myEnd
6276 \backslash
6277 addtocounter{table}{-1}}
6278 \end_layout
6279
6280 \end_inset
6281
6282
6283 \end_layout
6284
6285 \begin_layout Standard
6286 \begin_inset Note Greyedout
6287 status open
6288
6289 \begin_layout Plain Layout
6290
6291 \series bold
6292 Bemerkung
6293 \begin_inset space ~
6294 \end_inset
6295
6296 2:
6297 \series default
6298  Wenn Sie 
6299 \series bold
6300 hyperref
6301 \series default
6302
6303 \begin_inset Index idx
6304 status collapsed
6305
6306 \begin_layout Plain Layout
6307 \SpecialChar LaTeX
6308 -Pakete ! hyperref
6309 \end_layout
6310
6311 \end_inset
6312
6313  in den
6314 \family sans
6315  PDF-Eigenschaften
6316 \family default
6317  im 
6318 \family sans
6319 Dokument-Einstellungen
6320 \family default
6321  Dialog für Querverweise benutzen, wird der Verweis auf eine mehrseitige
6322  Tabelle immer auf den Anfang des Dokuments zeigen.
6323 \end_layout
6324
6325 \end_inset
6326
6327
6328 \end_layout
6329
6330 \begin_layout Subsubsection
6331 Querverweise auf mehrseitige
6332 \family sans
6333  Tabelle
6334 \family default
6335 n
6336 \begin_inset Index idx
6337 status collapsed
6338
6339 \begin_layout Plain Layout
6340 Tabellen ! mehrseitige ! Querverweis
6341 \end_layout
6342
6343 \end_inset
6344
6345
6346 \end_layout
6347
6348 \begin_layout Standard
6349 \begin_inset Tabular
6350 <lyxtabular version="3" rows="6" columns="5">
6351 <features islongtable="true" longtabularalignment="center">
6352 <column alignment="center" valignment="top">
6353 <column alignment="center" valignment="top">
6354 <column alignment="center" valignment="top">
6355 <column alignment="center" valignment="top">
6356 <column alignment="center" valignment="top">
6357 <row endfirsthead="true" caption="true">
6358 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6359 \begin_inset Text
6360
6361 \begin_layout Plain Layout
6362 \begin_inset Caption Standard
6363
6364 \begin_layout Plain Layout
6365 Mehrseitige Tabelle mit Marke
6366 \begin_inset CommandInset label
6367 LatexCommand label
6368 name "tab:Mehrseitige-Tabelle-mit-Marke"
6369
6370 \end_inset
6371
6372
6373 \end_layout
6374
6375 \end_inset
6376
6377
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Plain Layout
6404
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Plain Layout
6413
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 </row>
6419 <row>
6420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424 1
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433 2
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6439 \begin_inset Text
6440
6441 \begin_layout Plain Layout
6442 3
6443 \end_layout
6444
6445 \end_inset
6446 </cell>
6447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6448 \begin_inset Text
6449
6450 \begin_layout Plain Layout
6451 4
6452 \end_layout
6453
6454 \end_inset
6455 </cell>
6456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6457 \begin_inset Text
6458
6459 \begin_layout Plain Layout
6460 5
6461 \end_layout
6462
6463 \end_inset
6464 </cell>
6465 </row>
6466 <row>
6467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6468 \begin_inset Text
6469
6470 \begin_layout Plain Layout
6471 asd
6472 \end_layout
6473
6474 \end_inset
6475 </cell>
6476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6477 \begin_inset Text
6478
6479 \begin_layout Plain Layout
6480 s
6481 \end_layout
6482
6483 \end_inset
6484 </cell>
6485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6486 \begin_inset Text
6487
6488 \begin_layout Plain Layout
6489 s
6490 \end_layout
6491
6492 \end_inset
6493 </cell>
6494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6495 \begin_inset Text
6496
6497 \begin_layout Plain Layout
6498 s
6499 \end_layout
6500
6501 \end_inset
6502 </cell>
6503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6504 \begin_inset Text
6505
6506 \begin_layout Plain Layout
6507 asd
6508 \end_layout
6509
6510 \end_inset
6511 </cell>
6512 </row>
6513 <row>
6514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6515 \begin_inset Text
6516
6517 \begin_layout Plain Layout
6518 asd
6519 \end_layout
6520
6521 \end_inset
6522 </cell>
6523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6524 \begin_inset Text
6525
6526 \begin_layout Plain Layout
6527 s
6528 \end_layout
6529
6530 \end_inset
6531 </cell>
6532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6533 \begin_inset Text
6534
6535 \begin_layout Plain Layout
6536 s
6537 \end_layout
6538
6539 \end_inset
6540 </cell>
6541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6542 \begin_inset Text
6543
6544 \begin_layout Plain Layout
6545 s
6546 \end_layout
6547
6548 \end_inset
6549 </cell>
6550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6551 \begin_inset Text
6552
6553 \begin_layout Plain Layout
6554 asd
6555 \end_layout
6556
6557 \end_inset
6558 </cell>
6559 </row>
6560 <row>
6561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6562 \begin_inset Text
6563
6564 \begin_layout Plain Layout
6565 asd
6566 \end_layout
6567
6568 \end_inset
6569 </cell>
6570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Plain Layout
6574 s
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Plain Layout
6583 s
6584 \end_layout
6585
6586 \end_inset
6587 </cell>
6588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6589 \begin_inset Text
6590
6591 \begin_layout Plain Layout
6592 s
6593 \end_layout
6594
6595 \end_inset
6596 </cell>
6597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6598 \begin_inset Text
6599
6600 \begin_layout Plain Layout
6601 asd
6602 \end_layout
6603
6604 \end_inset
6605 </cell>
6606 </row>
6607 <row>
6608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6609 \begin_inset Text
6610
6611 \begin_layout Plain Layout
6612 asd
6613 \end_layout
6614
6615 \end_inset
6616 </cell>
6617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621 sad
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630 asd
6631 \end_layout
6632
6633 \end_inset
6634 </cell>
6635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6636 \begin_inset Text
6637
6638 \begin_layout Plain Layout
6639 asd
6640 \end_layout
6641
6642 \end_inset
6643 </cell>
6644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6645 \begin_inset Text
6646
6647 \begin_layout Plain Layout
6648 asd
6649 \end_layout
6650
6651 \end_inset
6652 </cell>
6653 </row>
6654 </lyxtabular>
6655
6656 \end_inset
6657
6658
6659 \end_layout
6660
6661 \begin_layout Standard
6662 Damit auf eine mehrseitige Tabelle verwiesen werden kann, müssen Sie eine
6663  Marke im Titel einfügen.
6664 \end_layout
6665
6666 \begin_layout Standard
6667 Dies ist ein Verweis auf Tabelle
6668 \begin_inset space ~
6669 \end_inset
6670
6671
6672 \begin_inset CommandInset ref
6673 LatexCommand ref
6674 reference "tab:Mehrseitige-Tabelle-mit-Marke"
6675
6676 \end_inset
6677
6678 .
6679 \end_layout
6680
6681 \begin_layout Standard
6682 Mit dem \SpecialChar LaTeX
6683 -Paket 
6684 \series bold
6685 caption
6686 \series default
6687
6688 \begin_inset Index idx
6689 status collapsed
6690
6691 \begin_layout Plain Layout
6692 \SpecialChar LaTeX
6693 -Pakete ! caption
6694 \end_layout
6695
6696 \end_inset
6697
6698 , siehe Abschnitt
6699 \begin_inset space ~
6700 \end_inset
6701
6702
6703 \begin_inset CommandInset ref
6704 LatexCommand ref
6705 reference "abs:Titel-Formatierung"
6706
6707 \end_inset
6708
6709 , können Sie alle anderen Beschriftungsoptionen benutzen.
6710 \end_layout
6711
6712 \begin_layout Subsubsection
6713 Titelbreite
6714 \begin_inset Index idx
6715 status collapsed
6716
6717 \begin_layout Plain Layout
6718 Tabellen ! mehrseitige ! Beschriftungsbreite
6719 \end_layout
6720
6721 \end_inset
6722
6723
6724 \end_layout
6725
6726 \begin_layout Standard
6727 Die maximale Titelbreite wird durch die Variable 
6728 \series bold
6729
6730 \backslash
6731 LTcapwidth
6732 \series default
6733  definiert.
6734  Ihr Standardwert ist 4
6735 \begin_inset space \thinspace{}
6736 \end_inset
6737
6738 Zoll (
6739 \begin_inset Formula $\approx10$
6740 \end_inset
6741
6742
6743 \begin_inset space \thinspace{}
6744 \end_inset
6745
6746 cm).
6747  Um das zu ändern, können Sie entweder im \SpecialChar LaTeX
6748 -Vorspann oder als \SpecialChar TeX
6749 -Code vor der
6750  betreffenden mehrseitigen Tabelle folgenden Befehl einsetzen:
6751 \end_layout
6752
6753 \begin_layout Standard
6754
6755 \series bold
6756
6757 \backslash
6758 setlength{
6759 \backslash
6760 LTcapwidth}{Breite}
6761 \end_layout
6762
6763 \begin_layout Standard
6764 wobei die 
6765 \family sans
6766 Breite
6767 \family default
6768  eine der in Anhang
6769 \begin_inset space ~
6770 \end_inset
6771
6772
6773 \begin_inset CommandInset ref
6774 LatexCommand ref
6775 reference "kap:In-LyX-verfügbare"
6776
6777 \end_inset
6778
6779  aufgelisteten Einheiten haben kann.
6780 \end_layout
6781
6782 \begin_layout Standard
6783 Die beiden folgenden Tabellen zeigen den Unterschied:
6784 \end_layout
6785
6786 \begin_layout Standard
6787 \begin_inset Tabular
6788 <lyxtabular version="3" rows="6" columns="5">
6789 <features islongtable="true" longtabularalignment="center">
6790 <column alignment="center" valignment="top">
6791 <column alignment="center" valignment="top">
6792 <column alignment="center" valignment="top">
6793 <column alignment="center" valignment="top">
6794 <column alignment="center" valignment="top">
6795 <row endfirsthead="true" caption="true">
6796 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6797 \begin_inset Text
6798
6799 \begin_layout Plain Layout
6800 \begin_inset Caption Standard
6801
6802 \begin_layout Plain Layout
6803 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6804 \begin_inset Argument 1
6805 status open
6806
6807 \begin_layout Plain Layout
6808 Titel mit Standardbreite
6809 \end_layout
6810
6811 \end_inset
6812
6813
6814 \end_layout
6815
6816 \end_inset
6817
6818
6819 \end_layout
6820
6821 \end_inset
6822 </cell>
6823 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6824 \begin_inset Text
6825
6826 \begin_layout Plain Layout
6827
6828 \end_layout
6829
6830 \end_inset
6831 </cell>
6832 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6833 \begin_inset Text
6834
6835 \begin_layout Plain Layout
6836
6837 \end_layout
6838
6839 \end_inset
6840 </cell>
6841 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6842 \begin_inset Text
6843
6844 \begin_layout Plain Layout
6845
6846 \end_layout
6847
6848 \end_inset
6849 </cell>
6850 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6851 \begin_inset Text
6852
6853 \begin_layout Plain Layout
6854
6855 \end_layout
6856
6857 \end_inset
6858 </cell>
6859 </row>
6860 <row>
6861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6862 \begin_inset Text
6863
6864 \begin_layout Plain Layout
6865 1
6866 \end_layout
6867
6868 \end_inset
6869 </cell>
6870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6871 \begin_inset Text
6872
6873 \begin_layout Plain Layout
6874 2
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
6879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883 3
6884 \end_layout
6885
6886 \end_inset
6887 </cell>
6888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892 4
6893 \end_layout
6894
6895 \end_inset
6896 </cell>
6897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6898 \begin_inset Text
6899
6900 \begin_layout Plain Layout
6901 5
6902 \end_layout
6903
6904 \end_inset
6905 </cell>
6906 </row>
6907 <row>
6908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912 asd
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921 s
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Plain Layout
6930 s
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939 s
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948 asd
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 </row>
6954 <row>
6955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959 asd
6960 \end_layout
6961
6962 \end_inset
6963 </cell>
6964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Plain Layout
6968 s
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Plain Layout
6977 s
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986 s
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995 asd
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 </row>
7001 <row>
7002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006 asd
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015 s
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024 s
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033 s
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7039 \begin_inset Text
7040
7041 \begin_layout Plain Layout
7042 asd
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 </row>
7048 <row>
7049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Plain Layout
7053 asd
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062 sad
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071 asd
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 asd
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089 asd
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 </row>
7095 </lyxtabular>
7096
7097 \end_inset
7098
7099
7100 \end_layout
7101
7102 \begin_layout Standard
7103 \begin_inset ERT
7104 status collapsed
7105
7106 \begin_layout Plain Layout
7107
7108
7109 \backslash
7110 setlength{
7111 \backslash
7112 LTcapwidth}{5cm}
7113 \end_layout
7114
7115 \end_inset
7116
7117
7118 \begin_inset Tabular
7119 <lyxtabular version="3" rows="6" columns="5">
7120 <features islongtable="true" longtabularalignment="center">
7121 <column alignment="center" valignment="top">
7122 <column alignment="center" valignment="top">
7123 <column alignment="center" valignment="top">
7124 <column alignment="center" valignment="top">
7125 <column alignment="center" valignment="top">
7126 <row endfirsthead="true" caption="true">
7127 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7128 \begin_inset Text
7129
7130 \begin_layout Plain Layout
7131 \begin_inset Caption Standard
7132
7133 \begin_layout Plain Layout
7134 Langer Titel mit 5
7135 \begin_inset space \thinspace{}
7136 \end_inset
7137
7138 cm Breite, Langer Titel mit 5
7139 \begin_inset space \thinspace{}
7140 \end_inset
7141
7142 cm Breite
7143 \begin_inset Argument 1
7144 status open
7145
7146 \begin_layout Plain Layout
7147 Titel mit 5
7148 \begin_inset space \thinspace{}
7149 \end_inset
7150
7151 cm Breite
7152 \end_layout
7153
7154 \end_inset
7155
7156
7157 \end_layout
7158
7159 \end_inset
7160
7161
7162 \end_layout
7163
7164 \end_inset
7165 </cell>
7166 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7167 \begin_inset Text
7168
7169 \begin_layout Plain Layout
7170
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Plain Layout
7179
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 </row>
7203 <row>
7204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7205 \begin_inset Text
7206
7207 \begin_layout Plain Layout
7208 1
7209 \end_layout
7210
7211 \end_inset
7212 </cell>
7213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7214 \begin_inset Text
7215
7216 \begin_layout Plain Layout
7217 2
7218 \end_layout
7219
7220 \end_inset
7221 </cell>
7222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Plain Layout
7226 3
7227 \end_layout
7228
7229 \end_inset
7230 </cell>
7231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235 4
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 5
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 </row>
7250 <row>
7251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7252 \begin_inset Text
7253
7254 \begin_layout Plain Layout
7255 asd
7256 \end_layout
7257
7258 \end_inset
7259 </cell>
7260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Plain Layout
7264 s
7265 \end_layout
7266
7267 \end_inset
7268 </cell>
7269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7270 \begin_inset Text
7271
7272 \begin_layout Plain Layout
7273 s
7274 \end_layout
7275
7276 \end_inset
7277 </cell>
7278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7279 \begin_inset Text
7280
7281 \begin_layout Plain Layout
7282 s
7283 \end_layout
7284
7285 \end_inset
7286 </cell>
7287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7288 \begin_inset Text
7289
7290 \begin_layout Plain Layout
7291 asd
7292 \end_layout
7293
7294 \end_inset
7295 </cell>
7296 </row>
7297 <row>
7298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7299 \begin_inset Text
7300
7301 \begin_layout Plain Layout
7302 asd
7303 \end_layout
7304
7305 \end_inset
7306 </cell>
7307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7308 \begin_inset Text
7309
7310 \begin_layout Plain Layout
7311 s
7312 \end_layout
7313
7314 \end_inset
7315 </cell>
7316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7317 \begin_inset Text
7318
7319 \begin_layout Plain Layout
7320 s
7321 \end_layout
7322
7323 \end_inset
7324 </cell>
7325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7326 \begin_inset Text
7327
7328 \begin_layout Plain Layout
7329 s
7330 \end_layout
7331
7332 \end_inset
7333 </cell>
7334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7335 \begin_inset Text
7336
7337 \begin_layout Plain Layout
7338 asd
7339 \end_layout
7340
7341 \end_inset
7342 </cell>
7343 </row>
7344 <row>
7345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7346 \begin_inset Text
7347
7348 \begin_layout Plain Layout
7349 asd
7350 \end_layout
7351
7352 \end_inset
7353 </cell>
7354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7355 \begin_inset Text
7356
7357 \begin_layout Plain Layout
7358 s
7359 \end_layout
7360
7361 \end_inset
7362 </cell>
7363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7364 \begin_inset Text
7365
7366 \begin_layout Plain Layout
7367 s
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Plain Layout
7376 s
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7382 \begin_inset Text
7383
7384 \begin_layout Plain Layout
7385 asd
7386 \end_layout
7387
7388 \end_inset
7389 </cell>
7390 </row>
7391 <row>
7392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7393 \begin_inset Text
7394
7395 \begin_layout Plain Layout
7396 asd
7397 \end_layout
7398
7399 \end_inset
7400 </cell>
7401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7402 \begin_inset Text
7403
7404 \begin_layout Plain Layout
7405 sad
7406 \end_layout
7407
7408 \end_inset
7409 </cell>
7410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7411 \begin_inset Text
7412
7413 \begin_layout Plain Layout
7414 asd
7415 \end_layout
7416
7417 \end_inset
7418 </cell>
7419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7420 \begin_inset Text
7421
7422 \begin_layout Plain Layout
7423 asd
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7429 \begin_inset Text
7430
7431 \begin_layout Plain Layout
7432 asd
7433 \end_layout
7434
7435 \end_inset
7436 </cell>
7437 </row>
7438 </lyxtabular>
7439
7440 \end_inset
7441
7442
7443 \begin_inset ERT
7444 status collapsed
7445
7446 \begin_layout Plain Layout
7447
7448
7449 \backslash
7450 setlength{
7451 \backslash
7452 LTcapwidth}{4in}
7453 \end_layout
7454
7455 \end_inset
7456
7457
7458 \begin_inset Note Note
7459 status collapsed
7460
7461 \begin_layout Plain Layout
7462 Beschriftungsbreite zurücksetzen
7463 \end_layout
7464
7465 \end_inset
7466
7467
7468 \end_layout
7469
7470 \begin_layout Standard
7471 \begin_inset Note Greyedout
7472 status open
7473
7474 \begin_layout Plain Layout
7475
7476 \series bold
7477 Achtung:
7478 \series default
7479  Wenn das \SpecialChar LaTeX
7480 -Paket 
7481 \series bold
7482 caption
7483 \series default
7484
7485 \begin_inset Index idx
7486 status collapsed
7487
7488 \begin_layout Plain Layout
7489 \SpecialChar LaTeX
7490 -Pakete ! caption
7491 \end_layout
7492
7493 \end_inset
7494
7495  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7496  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7497  4
7498 \begin_inset space \thinspace{}
7499 \end_inset
7500
7501 Zoll für 
7502 \series bold
7503
7504 \backslash
7505 LTcapwidth
7506 \series default
7507  benutzen.
7508  Um in diesem Fall eine genau 4
7509 \begin_inset space \thinspace{}
7510 \end_inset
7511
7512 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7513  4
7514 \begin_inset space \thinspace{}
7515 \end_inset
7516
7517 Zoll veränderten Wert wie z.
7518 \begin_inset space \thinspace{}
7519 \end_inset
7520
7521 B.
7522  3.99
7523 \begin_inset space \thinspace{}
7524 \end_inset
7525
7526 Zoll verwenden oder den \SpecialChar LaTeX
7527 -Befehl 
7528 \series bold
7529
7530 \backslash
7531 captionsetup{width=Wert}
7532 \series default
7533  benutzen, der vom 
7534 \series bold
7535 caption
7536 \series default
7537 -Paket bereitgestellt wird.
7538 \end_layout
7539
7540 \end_inset
7541
7542
7543 \end_layout
7544
7545 \begin_layout Subsubsection
7546 Unterschiedliche Beschriftung für Tabellenseiten
7547 \begin_inset Index idx
7548 status collapsed
7549
7550 \begin_layout Plain Layout
7551 Tabellen ! mehrseitige ! mehrere Beschriftungen
7552 \end_layout
7553
7554 \end_inset
7555
7556
7557 \end_layout
7558
7559 \begin_layout Standard
7560 Wenn die Tabellenbeschriftung der folgenden Seiten anders sein soll, als
7561  die der ersten Seite, markieren Sie eine leere Zeile als Kopfzeile, die
7562  eine Beschriftung enthält.
7563  Dann klicken Sie mit rechts auf die Beschriftung und wählen im Kontext-Menü
7564  
7565 \family sans
7566 Legende
7567 \begin_inset space ~
7568 \end_inset
7569
7570 (Lange Tabelle (unnummeriert))
7571 \family default
7572  aus.
7573  Tabelle
7574 \begin_inset space ~
7575 \end_inset
7576
7577
7578 \begin_inset CommandInset ref
7579 LatexCommand ref
7580 reference "tab:Telefonliste"
7581
7582 \end_inset
7583
7584  ist ein Beispiel für eine mehrseitige Tabelle mit unterschiedlichen Titeln
7585  und ohne Tabellennummer auf der zweiten Seite.
7586 \begin_inset Separator parbreak
7587 \end_inset
7588
7589
7590 \end_layout
7591
7592 \begin_layout Standard
7593 \align center
7594 \begin_inset Tabular
7595 <lyxtabular version="3" rows="59" columns="3">
7596 <features islongtable="true" longtabularalignment="center">
7597 <column alignment="left" valignment="top" width="0pt">
7598 <column alignment="left" valignment="top" width="0pt">
7599 <column alignment="center" valignment="top" width="0pt">
7600 <row endfirsthead="true" caption="true">
7601 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605 \begin_inset Caption Standard
7606
7607 \begin_layout Plain Layout
7608 Telefonliste
7609 \begin_inset CommandInset label
7610 LatexCommand label
7611 name "tab:Telefonliste"
7612
7613 \end_inset
7614
7615
7616 \begin_inset Argument 1
7617 status collapsed
7618
7619 \begin_layout Plain Layout
7620 Telefonliste
7621 \end_layout
7622
7623 \end_inset
7624
7625
7626 \end_layout
7627
7628 \end_inset
7629
7630
7631 \end_layout
7632
7633 \end_inset
7634 </cell>
7635 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Plain Layout
7639
7640 \end_layout
7641
7642 \end_inset
7643 </cell>
7644 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7645 \begin_inset Text
7646
7647 \begin_layout Plain Layout
7648
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 </row>
7654 <row endfirsthead="true">
7655 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Plain Layout
7659
7660 \series bold
7661 Telefonliste (ignoriere die Namen)
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7676 \begin_inset Text
7677
7678 \begin_layout Plain Layout
7679
7680 \end_layout
7681
7682 \end_inset
7683 </cell>
7684 </row>
7685 <row endfirsthead="true">
7686 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7687 \begin_inset Text
7688
7689 \begin_layout Plain Layout
7690
7691 \series bold
7692 NAME
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701
7702 \end_layout
7703
7704 \end_inset
7705 </cell>
7706 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7707 \begin_inset Text
7708
7709 \begin_layout Plain Layout
7710
7711 \series bold
7712 TEL.
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 </row>
7718 <row endhead="true" caption="true">
7719 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723 \begin_inset Caption Unnumbered
7724
7725 \begin_layout Plain Layout
7726 Fortsetzung der Telefonliste
7727 \end_layout
7728
7729 \end_inset
7730
7731
7732 \end_layout
7733
7734 \end_inset
7735 </cell>
7736 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 </row>
7755 <row endhead="true">
7756 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760
7761 \series bold
7762 Telefonliste
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 </row>
7786 <row endhead="true">
7787 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791
7792 \series bold
7793 NAME
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Plain Layout
7811
7812 \series bold
7813 TEL.
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 </row>
7819 <row endfoot="true">
7820 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824 wird fortgesetzt\SpecialChar ldots
7825
7826 \end_layout
7827
7828 \end_inset
7829 </cell>
7830 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7831 \begin_inset Text
7832
7833 \begin_layout Plain Layout
7834
7835 \end_layout
7836
7837 \end_inset
7838 </cell>
7839 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7840 \begin_inset Text
7841
7842 \begin_layout Plain Layout
7843
7844 \end_layout
7845
7846 \end_inset
7847 </cell>
7848 </row>
7849 <row>
7850 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854
7855 \series bold
7856 Annovi
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865 Silvia
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874 111
7875 \end_layout
7876
7877 \end_inset
7878 </cell>
7879 </row>
7880 <row>
7881 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885
7886 \series bold
7887 Bertoli
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896 Stefano
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905 111
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 </row>
7911 <row>
7912 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916
7917 \series bold
7918 Bozzi
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927 Walter
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936 111
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 </row>
7942 <row>
7943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947
7948 \series bold
7949 Cachia
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958 Maria
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967 111
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 </row>
7973 <row>
7974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978
7979 \series bold
7980 Cachia
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989 Maurizio
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998 111
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 </row>
8004 <row>
8005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009
8010 \series bold
8011 Cinquemani
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020 Giusi
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029 111
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 </row>
8035 <row>
8036 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040
8041 \series bold
8042 Colin
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051 Bernard
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060 111
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 </row>
8066 <row>
8067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071
8072 \series bold
8073 Concli
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082 Gianfranco
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091 111
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 </row>
8097 <row>
8098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102
8103 \series bold
8104 Dal Bosco
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113 Carolina
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122 111
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 </row>
8128 <row>
8129 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133
8134 \series bold
8135 Dalpiaz
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 Annamaria
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153 111
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 </row>
8159 <row>
8160 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164
8165 \series bold
8166 Feliciello
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175 Domenico
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 111
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 </row>
8190 <row>
8191 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195
8196 \series bold
8197 Focarelli
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206 Paola
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215 111
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 </row>
8221 <row>
8222 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226
8227 \series bold
8228 Galletti
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237 Oreste
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246 111
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 </row>
8252 <row>
8253 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257
8258 \series bold
8259 Gasparini
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268 Franca
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277 111
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 </row>
8283 <row>
8284 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288
8289 \series bold
8290 Rizzardi
8291 \series default
8292
8293 \begin_inset Foot
8294 status open
8295
8296 \begin_layout Plain Layout
8297 Beispielfußnote
8298 \end_layout
8299
8300 \end_inset
8301
8302
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311 Paola
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320 111
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 </row>
8326 <row>
8327 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331
8332 \series bold
8333 Lassini
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342 Giancarlo
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351 111
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 </row>
8357 <row>
8358 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362
8363 \series bold
8364 Malfatti
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373 Luciano
8374 \end_layout
8375
8376 \end_inset
8377 </cell>
8378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8379 \begin_inset Text
8380
8381 \begin_layout Plain Layout
8382 111
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 </row>
8388 <row>
8389 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393
8394 \series bold
8395 Malfatti
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404 Valeriano
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413 111
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 </row>
8419 <row>
8420 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424
8425 \series bold
8426 Meneguzzo
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435 Roberto
8436 \end_layout
8437
8438 \end_inset
8439 </cell>
8440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8441 \begin_inset Text
8442
8443 \begin_layout Plain Layout
8444 111
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 </row>
8450 <row>
8451 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455
8456 \series bold
8457 Mezzadra
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466 Roberto
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475 111
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 </row>
8481 <row>
8482 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486
8487 \series bold
8488 Pirpamer
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497 Erich
8498 \end_layout
8499
8500 \end_inset
8501 </cell>
8502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506 111
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 </row>
8512 <row>
8513 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517
8518 \series bold
8519 Pochiesa
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528 Paolo
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537 111, 222
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 </row>
8543 <row>
8544 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548
8549 \series bold
8550 Radina
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559 Claudio
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568 111
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 </row>
8574 <row>
8575 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579
8580 \series bold
8581 Stuffer
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590 Oskar
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599 111
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 </row>
8605 <row>
8606 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610
8611 \series bold
8612 Tacchelli
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621 Ugo
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630 111
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 </row>
8636 <row>
8637 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641
8642 \series bold
8643 Tezzele
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652 Margit
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661 111
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 </row>
8667 <row>
8668 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672
8673 \series bold
8674 Unterkalmsteiner
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683 Frieda
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692 111
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 </row>
8698 <row>
8699 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703
8704 \series bold
8705 Vieider
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714 Hilde
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723 111
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 </row>
8729 <row>
8730 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734
8735 \series bold
8736 Vigna
8737 \end_layout
8738
8739 \end_inset
8740 </cell>
8741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745 Jürgen
8746 \end_layout
8747
8748 \end_inset
8749 </cell>
8750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754 111
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 </row>
8760 <row>
8761 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765
8766 \series bold
8767 Weber
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776 Maurizio
8777 \end_layout
8778
8779 \end_inset
8780 </cell>
8781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8782 \begin_inset Text
8783
8784 \begin_layout Plain Layout
8785 111
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 </row>
8791 <row>
8792 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796
8797 \series bold
8798 Winkler
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807 Franz
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816 111
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 </row>
8822 <row>
8823 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827  
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 </row>
8851 <row>
8852 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856
8857 \series bold
8858 Annovi
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867 Silvia
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876 555
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 </row>
8882 <row>
8883 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887
8888 \series bold
8889 Bertoli
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898 Stefano
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907 555
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 </row>
8913 <row>
8914 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918
8919 \series bold
8920 Bozzi
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929 Walter
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938 555
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 </row>
8944 <row>
8945 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949
8950 \series bold
8951 Cachia
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960 Maria
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969 555
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 </row>
8975 <row>
8976 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980
8981 \series bold
8982 Cachia
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991 Maurizio
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000 555
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 </row>
9006 <row>
9007 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011
9012 \series bold
9013 Cinquemani
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022 Giusi
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031 555
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 </row>
9037 <row>
9038 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042
9043 \series bold
9044 Colin
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053 Bernard
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9059 \begin_inset Text
9060
9061 \begin_layout Plain Layout
9062 555
9063 \end_layout
9064
9065 \end_inset
9066 </cell>
9067 </row>
9068 <row>
9069 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073
9074 \series bold
9075 Concli
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084 Gianfranco
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Plain Layout
9093 555
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 </row>
9099 <row>
9100 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104
9105 \series bold
9106 Dal Bosco
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115 Carolina
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124 555
9125 \end_layout
9126
9127 \end_inset
9128 </cell>
9129 </row>
9130 <row>
9131 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135
9136 \series bold
9137 Dalpiaz
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146 Annamaria
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155 555
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 </row>
9161 <row>
9162 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166
9167 \series bold
9168 Feliciello
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177 Domenico
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186 555
9187 \end_layout
9188
9189 \end_inset
9190 </cell>
9191 </row>
9192 <row>
9193 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197
9198 \series bold
9199 Focarelli
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208 Paola
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217 555
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 </row>
9223 <row>
9224 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228
9229 \series bold
9230 Galletti
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239 Oreste
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248 555
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 </row>
9254 <row>
9255 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259
9260 \series bold
9261 Gasparini
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270 Franca
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Plain Layout
9279 555
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 </row>
9285 <row>
9286 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290
9291 \series bold
9292 Rizzardi
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301 Paola
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Plain Layout
9310 555
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 </row>
9316 <row>
9317 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321
9322 \series bold
9323 Lassini
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332 Giancarlo
9333 \end_layout
9334
9335 \end_inset
9336 </cell>
9337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9338 \begin_inset Text
9339
9340 \begin_layout Plain Layout
9341 555
9342 \end_layout
9343
9344 \end_inset
9345 </cell>
9346 </row>
9347 <row>
9348 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9349 \begin_inset Text
9350
9351 \begin_layout Plain Layout
9352
9353 \series bold
9354 Malfatti
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363 Luciano
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372 555
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 </row>
9378 <row>
9379 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383
9384 \series bold
9385 Malfatti
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394 Valeriano
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Plain Layout
9403 555
9404 \end_layout
9405
9406 \end_inset
9407 </cell>
9408 </row>
9409 <row>
9410 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414
9415 \series bold
9416 Meneguzzo
9417 \end_layout
9418
9419 \end_inset
9420 </cell>
9421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425 Roberto
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434 555
9435 \end_layout
9436
9437 \end_inset
9438 </cell>
9439 </row>
9440 <row>
9441 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445
9446 \series bold
9447 Mezzadra
9448 \end_layout
9449
9450 \end_inset
9451 </cell>
9452 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9453 \begin_inset Text
9454
9455 \begin_layout Plain Layout
9456 Roberto
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9462 \begin_inset Text
9463
9464 \begin_layout Plain Layout
9465 555
9466 \end_layout
9467
9468 \end_inset
9469 </cell>
9470 </row>
9471 </lyxtabular>
9472
9473 \end_inset
9474
9475
9476 \end_layout
9477
9478 \begin_layout Section
9479 Weitere Möglichkeiten für mehrseitige
9480 \family sans
9481  Tabelle
9482 \family default
9483 n
9484 \begin_inset CommandInset label
9485 LatexCommand label
9486 name "sec:Weitere-Möglichkeiten-für"
9487
9488 \end_inset
9489
9490
9491 \end_layout
9492
9493 \begin_layout Subsection
9494 Berechnung mehrseitiger Tabellen
9495 \begin_inset Index idx
9496 status collapsed
9497
9498 \begin_layout Plain Layout
9499 Tabellen ! mehrseitige ! Berechnung
9500 \end_layout
9501
9502 \end_inset
9503
9504
9505 \end_layout
9506
9507 \begin_layout Standard
9508 \SpecialChar LaTeX
9509  berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit so genannten
9510  
9511 \emph on
9512 chunks
9513 \emph default
9514  (Brocken).
9515  Chunks sind Tabellenteile, die \SpecialChar LaTeX
9516  gleichzeitig im Speicher hält.
9517  Aus historischen Gründen wurde der Standardwert auf 20
9518 \begin_inset space ~
9519 \end_inset
9520
9521 Tabellenzeilen gesetzt.
9522  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9523  das die Druckausgabe.
9524  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100
9525 \begin_inset space \thinspace{}
9526 \end_inset
9527
9528 --
9529 \begin_inset space \thinspace{}
9530 \end_inset
9531
9532 1000 setzen, indem Sie in den \SpecialChar LaTeX
9533 -Vorspann Ihres Dokumentes folgende Zeile
9534  einfügen:
9535 \end_layout
9536
9537 \begin_layout Standard
9538
9539 \series bold
9540
9541 \backslash
9542 setcounter{LTchunksize}{100}
9543 \end_layout
9544
9545 \begin_layout Subsection
9546 Gleitobjekte und mehrseitige Tabellen
9547 \begin_inset Index idx
9548 status collapsed
9549
9550 \begin_layout Plain Layout
9551 Tabellen ! mehrseitige ! Gleitobjekte
9552 \end_layout
9553
9554 \end_inset
9555
9556
9557 \end_layout
9558
9559 \begin_layout Standard
9560 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine mehrseitige
9561  Tabelle beginnt, ein Gleitobjekt befindet.
9562  Um das zu vermeiden, können Sie vor der mehrseitigen Tabelle einen manuellen
9563  Seitenumbruch
9564 \family sans
9565  Einfügen\SpecialChar menuseparator
9566 Formatierung\SpecialChar menuseparator
9567 [Doppel]Seite
9568 \begin_inset space \space{}
9569 \end_inset
9570
9571 leeren
9572 \family default
9573  einfügen, siehe 
9574 \emph on
9575 Benutzerhandbuch
9576 \emph default
9577 .
9578 \end_layout
9579
9580 \begin_layout Subsection
9581 Manuelle Seitenumbrüche
9582 \begin_inset Index idx
9583 status collapsed
9584
9585 \begin_layout Plain Layout
9586 Tabellen ! mehrseitige ! manueller Seitenumbruch
9587 \end_layout
9588
9589 \end_inset
9590
9591
9592 \end_layout
9593
9594 \begin_layout Standard
9595 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9596  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9597  der Zelle umbrechen wollen, fügen Sie den Befehl  
9598 \begin_inset Quotes gld
9599 \end_inset
9600
9601
9602 \series bold
9603
9604 \backslash
9605
9606 \backslash
9607
9608 \series default
9609
9610 \begin_inset Quotes grd
9611 \end_inset
9612
9613  für eine neue Zeile als \SpecialChar TeX
9614 -Code an der Stelle in der Zelle ein, wo umgebrochen
9615  werden kann.
9616  Vor dem 
9617 \begin_inset Quotes gld
9618 \end_inset
9619
9620
9621 \series bold
9622
9623 \backslash
9624
9625 \backslash
9626
9627 \series default
9628
9629 \begin_inset Quotes grd
9630 \end_inset
9631
9632 -Befehl müssen Sie so viele 
9633 \begin_inset Quotes gld
9634 \end_inset
9635
9636
9637 \series bold
9638 &
9639 \series default
9640
9641 \begin_inset Quotes grd
9642 \end_inset
9643
9644  als \SpecialChar TeX
9645 -Code einfügen wie noch Spalten in der Zeile folgen.
9646  Mit 
9647 \begin_inset Quotes gld
9648 \end_inset
9649
9650
9651 \series bold
9652 &
9653 \series default
9654
9655 \begin_inset Quotes grd
9656 \end_inset
9657
9658   werden in \SpecialChar LaTeX
9659  Tabellenzellen getrennt.
9660  Hinter jedes 
9661 \begin_inset Quotes gld
9662 \end_inset
9663
9664
9665 \series bold
9666 &
9667 \series default
9668
9669 \begin_inset Quotes grd
9670 \end_inset
9671
9672  schreiben Sie ebenfalls in \SpecialChar TeX
9673 -Code den Inhalt der entsprechenden Zelle und
9674  löschen den Inhalt dieser Zellen.
9675 \end_layout
9676
9677 \begin_layout Standard
9678 Hinter dem 
9679 \begin_inset Quotes gld
9680 \end_inset
9681
9682
9683 \series bold
9684
9685 \backslash
9686
9687 \backslash
9688
9689 \series default
9690
9691 \begin_inset Quotes grd
9692 \end_inset
9693
9694 -Befehl müssen Sie so viele 
9695 \begin_inset Quotes gld
9696 \end_inset
9697
9698
9699 \series bold
9700 &
9701 \series default
9702
9703 \begin_inset Quotes grd
9704 \end_inset
9705
9706  als \SpecialChar TeX
9707 -Code einfügen wie Spalten vor der momentanen Spalte sind.
9708  In Tabelle
9709 \begin_inset space ~
9710 \end_inset
9711
9712
9713 \begin_inset CommandInset ref
9714 LatexCommand ref
9715 reference "tab:Tabelle-mit-manuellem"
9716
9717 \end_inset
9718
9719  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9720  Es folgt noch eine weitere Spalte.
9721  Deshalb wurde hinter dem Wort 
9722 \emph on
9723 Castelchiodato, 
9724 \emph default
9725 folgendes eingefügt:
9726 \end_layout
9727
9728 \begin_layout Standard
9729
9730 \series bold
9731 & 111
9732 \backslash
9733
9734 \backslash
9735  
9736 \backslash
9737 newpage
9738 \begin_inset Newline newline
9739 \end_inset
9740
9741 &
9742 \end_layout
9743
9744 \begin_layout Standard
9745 Die 
9746 \begin_inset Quotes gld
9747 \end_inset
9748
9749 111
9750 \begin_inset Quotes grd
9751 \end_inset
9752
9753  in der dritten Spalte wurde gelöscht.
9754  
9755 \series bold
9756
9757 \backslash
9758 newpage
9759 \series default
9760  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9761  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9762  Wenn die Fußzeile Ihrer mehrseitigen Tabelle keine obere Linie besitzt,
9763  Sie aber eine wünschen, sollten Sie folgende Befehle benutzen:
9764 \end_layout
9765
9766 \begin_layout Standard
9767
9768 \series bold
9769 & 111
9770 \backslash
9771
9772 \backslash
9773
9774 \begin_inset Newline newline
9775 \end_inset
9776
9777
9778 \backslash
9779 hline &
9780 \end_layout
9781
9782 \begin_layout Standard
9783 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9784  muss folgender Befehl als \SpecialChar TeX
9785 -Code am Anfang der Zelle eingefügt werden:
9786 \end_layout
9787
9788 \begin_layout Standard
9789
9790 \series bold
9791
9792 \backslash
9793 setlength{
9794 \backslash
9795 parfillskip}{0pt}
9796 \end_layout
9797
9798 \begin_layout Standard
9799 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9800  erscheint.
9801 \begin_inset Separator parbreak
9802 \end_inset
9803
9804
9805 \end_layout
9806
9807 \begin_layout Standard
9808 \align center
9809 \begin_inset Tabular
9810 <lyxtabular version="3" rows="38" columns="3">
9811 <features islongtable="true" longtabularalignment="center">
9812 <column alignment="left" valignment="top" width="0pt">
9813 <column alignment="left" valignment="top" width="3cm">
9814 <column alignment="right" valignment="top" width="0pt">
9815 <row endfirsthead="true" caption="true">
9816 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9817 \begin_inset Text
9818
9819 \begin_layout Plain Layout
9820 \begin_inset Caption Standard
9821
9822 \begin_layout Plain Layout
9823 Tabelle mit manuellem Seitenumbruch in einer Zelle
9824 \begin_inset CommandInset label
9825 LatexCommand label
9826 name "tab:Tabelle-mit-manuellem"
9827
9828 \end_inset
9829
9830
9831 \begin_inset Argument 1
9832 status collapsed
9833
9834 \begin_layout Plain Layout
9835 Tabelle mit manuellem Seitenumbruch in einer Zelle
9836 \end_layout
9837
9838 \end_inset
9839
9840
9841 \end_layout
9842
9843 \end_inset
9844
9845
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Plain Layout
9854
9855 \end_layout
9856
9857 \end_inset
9858 </cell>
9859 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863
9864 \end_layout
9865
9866 \end_inset
9867 </cell>
9868 </row>
9869 <row endfirsthead="true">
9870 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874
9875 \series bold
9876 Telefonliste (ignoriere die Namen)
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" bottomline="true" leftline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905
9906 \series bold
9907 NAME
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="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="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Plain Layout
9925
9926 \series bold
9927 TEL.
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 </row>
9933 <row endhead="true" caption="true">
9934 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938 \begin_inset Caption Unnumbered
9939
9940 \begin_layout Plain Layout
9941 Fortsetzung der Tabelle
9942 \end_layout
9943
9944 \end_inset
9945
9946
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Plain Layout
9964
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 </row>
9970 <row endhead="true">
9971 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975
9976 \series bold
9977 Telefonliste
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995
9996 \end_layout
9997
9998 \end_inset
9999 </cell>
10000 </row>
10001 <row endhead="true">
10002 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Plain Layout
10006
10007 \series bold
10008 NAME
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026
10027 \series bold
10028 TEL.
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 </row>
10034 <row endfoot="true">
10035 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039 wird fortgesetzt\SpecialChar ldots
10040
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049
10050 \end_layout
10051
10052 \end_inset
10053 </cell>
10054 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Plain Layout
10058
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 </row>
10064 <row>
10065 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069
10070 \series bold
10071 Annovi
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080 Silvia
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089 111
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 </row>
10095 <row>
10096 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100
10101 \series bold
10102 Bertoli
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111 Stefano
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120 111
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 </row>
10126 <row>
10127 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131
10132 \series bold
10133 Bozzi
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Plain Layout
10142 Walter
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151 111
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 </row>
10157 <row>
10158 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162
10163 \series bold
10164 Cachia
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Plain Layout
10173 Maria
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Plain Layout
10182 111
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 </row>
10188 <row>
10189 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193
10194 \series bold
10195 Cachia
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204 Maurizio
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213 111
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 </row>
10219 <row>
10220 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224
10225 \series bold
10226 Cinquemani
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10232 \begin_inset Text
10233
10234 \begin_layout Plain Layout
10235 Giusi
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244 111
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 </row>
10250 <row>
10251 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255
10256 \series bold
10257 Colin
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10263 \begin_inset Text
10264
10265 \begin_layout Plain Layout
10266 Bernard
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275 111
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 </row>
10281 <row>
10282 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286
10287 \series bold
10288 Concli
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297 Gianfranco
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306 111
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 </row>
10312 <row>
10313 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317
10318 \series bold
10319 Dal Bosco
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328 Carolina
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337 111
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 </row>
10343 <row>
10344 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348
10349 \series bold
10350 Dalpiaz
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359 Annamaria
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368 111
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 </row>
10374 <row>
10375 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379
10380 \series bold
10381 Feliciello
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390 Domenico
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399 111
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 </row>
10405 <row>
10406 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410
10411 \series bold
10412 Focarelli
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421 Paola
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430 111
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 </row>
10436 <row>
10437 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441
10442 \series bold
10443 Galletti
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452 Oreste
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 111
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 </row>
10467 <row>
10468 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472
10473 \series bold
10474 Gasparini
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483 Franca
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 111
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 </row>
10498 <row>
10499 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503
10504 \series bold
10505 Lassini
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514 Giancarlo
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523 111
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 </row>
10529 <row>
10530 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534
10535 \series bold
10536 Malfatti
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545 Luciano
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554 111
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 </row>
10560 <row>
10561 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565
10566 \series bold
10567 Malfatti
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 Valeriano
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 111
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 </row>
10591 <row>
10592 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596
10597 \series bold
10598 Meneguzzo
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607 Roberto
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 111
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 </row>
10622 <row>
10623 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627
10628 \series bold
10629 Mezzadra
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638 Roberto
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647 111
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 </row>
10653 <row>
10654 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658
10659 \series bold
10660 Pirpamer
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669 Erich
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 111
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 </row>
10684 <row>
10685 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689
10690 \series bold
10691 Pochiesa
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700 Paolo
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 111, 222
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 </row>
10715 <row>
10716 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720
10721 \series bold
10722 Radina
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 Claudio
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 111
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 </row>
10746 <row>
10747 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751
10752 \series bold
10753 Rizzardi
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 Paolo, 11.
10763  Fürst von Monte\SpecialChar softhyphen
10764 com\SpecialChar softhyphen
10765 patri, 11.
10766  Fürst von Sulmona und Vivaro, 10.
10767  Fürst von Rossano, 5.
10768  Herzog von Canemorte, 11.
10769  Herzog von Palombara, 5.
10770  Herzog von Castelchiodato,
10771 \begin_inset ERT
10772 status open
10773
10774 \begin_layout Plain Layout
10775
10776 & 111
10777 \backslash
10778
10779 \backslash
10780  
10781 \backslash
10782 newpage
10783 \end_layout
10784
10785 \begin_layout Plain Layout
10786
10787 &
10788 \end_layout
10789
10790 \end_inset
10791
10792  11.
10793  Herzog von Poggionativo, 11.
10794  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10795  Graf von Valinfreda, 11.
10796  Baron von Cropalati, 11.
10797  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 </row>
10812 <row>
10813 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817
10818 \series bold
10819 Stuffer
10820 \end_layout
10821
10822 \end_inset
10823 </cell>
10824 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10825 \begin_inset Text
10826
10827 \begin_layout Plain Layout
10828 Oskar
10829 \end_layout
10830
10831 \end_inset
10832 </cell>
10833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837 111
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 </row>
10843 <row>
10844 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848
10849 \series bold
10850 Tacchelli
10851 \end_layout
10852
10853 \end_inset
10854 </cell>
10855 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10856 \begin_inset Text
10857
10858 \begin_layout Plain Layout
10859 Ugo
10860 \end_layout
10861
10862 \end_inset
10863 </cell>
10864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868 111
10869 \end_layout
10870
10871 \end_inset
10872 </cell>
10873 </row>
10874 <row>
10875 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879
10880 \series bold
10881 Tezzele
10882 \end_layout
10883
10884 \end_inset
10885 </cell>
10886 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10887 \begin_inset Text
10888
10889 \begin_layout Plain Layout
10890 Margit
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899 111
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 </row>
10905 <row>
10906 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910
10911 \series bold
10912 Unterkalmsteiner
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921 Frieda
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930 111
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 </row>
10936 <row>
10937 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941
10942 \series bold
10943 Vieider
10944 \end_layout
10945
10946 \end_inset
10947 </cell>
10948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10949 \begin_inset Text
10950
10951 \begin_layout Plain Layout
10952 Hilde
10953 \end_layout
10954
10955 \end_inset
10956 </cell>
10957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961 111
10962 \end_layout
10963
10964 \end_inset
10965 </cell>
10966 </row>
10967 <row>
10968 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972
10973 \series bold
10974 Vigna
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983 Jürgen
10984 \end_layout
10985
10986 \end_inset
10987 </cell>
10988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10989 \begin_inset Text
10990
10991 \begin_layout Plain Layout
10992 111
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 </row>
10998 <row>
10999 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003
11004 \series bold
11005 Weber
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014 Maurizio
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11020 \begin_inset Text
11021
11022 \begin_layout Plain Layout
11023 111
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 </row>
11029 <row>
11030 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034
11035 \series bold
11036 Winkler
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045 Franz
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11051 \begin_inset Text
11052
11053 \begin_layout Plain Layout
11054 111
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 </row>
11060 </lyxtabular>
11061
11062 \end_inset
11063
11064
11065 \end_layout
11066
11067 \begin_layout Section
11068 Mehrere Zeilen, Spalten und Zeilen
11069 \end_layout
11070
11071 \begin_layout Subsection
11072 Mehrere Zeilen in Tabellenzellen
11073 \begin_inset CommandInset label
11074 LatexCommand label
11075 name "uab:Mehrere-Zeilen-in"
11076
11077 \end_inset
11078
11079
11080 \begin_inset Index idx
11081 status collapsed
11082
11083 \begin_layout Plain Layout
11084 Mehrere Zeilen in Tabellenzellen
11085 \end_layout
11086
11087 \end_inset
11088
11089
11090 \begin_inset Index idx
11091 status collapsed
11092
11093 \begin_layout Plain Layout
11094 Tabellen ! Zeilenumbrüche
11095 \end_layout
11096
11097 \end_inset
11098
11099
11100 \end_layout
11101
11102 \begin_layout Standard
11103 \noindent
11104 \begin_inset Float table
11105 placement H
11106 wide false
11107 sideways false
11108 status open
11109
11110 \begin_layout Plain Layout
11111 \begin_inset Caption Standard
11112
11113 \begin_layout Plain Layout
11114 \begin_inset CommandInset label
11115 LatexCommand label
11116 name "tab:Tabelle-mit-mehrfachen"
11117
11118 \end_inset
11119
11120 Tabelle mit mehrfachen Zeilen in einer Zelle
11121 \end_layout
11122
11123 \end_inset
11124
11125
11126 \end_layout
11127
11128 \begin_layout Plain Layout
11129 \align center
11130 \begin_inset Tabular
11131 <lyxtabular version="3" rows="3" columns="3">
11132 <features tabularvalignment="middle">
11133 <column alignment="center" valignment="middle" width="2.5cm">
11134 <column alignment="center" valignment="middle" width="0.5cm">
11135 <column alignment="center" valignment="middle" width="0.5cm">
11136 <row>
11137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141 zwei
11142 \begin_inset Newline linebreak
11143 \end_inset
11144
11145 Zeilen
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11151 \begin_inset Text
11152
11153 \begin_layout Plain Layout
11154 b
11155 \end_layout
11156
11157 \end_inset
11158 </cell>
11159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11160 \begin_inset Text
11161
11162 \begin_layout Plain Layout
11163 c
11164 \end_layout
11165
11166 \end_inset
11167 </cell>
11168 </row>
11169 <row>
11170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11171 \begin_inset Text
11172
11173 \begin_layout Plain Layout
11174 d
11175 \end_layout
11176
11177 \end_inset
11178 </cell>
11179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11180 \begin_inset Text
11181
11182 \begin_layout Plain Layout
11183 e
11184 \end_layout
11185
11186 \end_inset
11187 </cell>
11188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192 f
11193 \end_layout
11194
11195 \end_inset
11196 </cell>
11197 </row>
11198 <row>
11199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203 g
11204 \end_layout
11205
11206 \end_inset
11207 </cell>
11208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11209 \begin_inset Text
11210
11211 \begin_layout Plain Layout
11212 h
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 i
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 </row>
11227 </lyxtabular>
11228
11229 \end_inset
11230
11231
11232 \end_layout
11233
11234 \end_inset
11235
11236
11237 \end_layout
11238
11239 \begin_layout Standard
11240 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11241  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11242  Tabelle
11243 \begin_inset space ~
11244 \end_inset
11245
11246
11247 \begin_inset CommandInset ref
11248 LatexCommand ref
11249 reference "tab:Tabelle-mit-mehrfachen"
11250
11251 \end_inset
11252
11253  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11254 \family sans
11255 Tabellen-Einstellungen
11256 \family default
11257 -Dialog auf 2.5
11258 \begin_inset space \thinspace{}
11259 \end_inset
11260
11261 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11262  Weil unser Text schmaler als 2.5
11263 \begin_inset space \thinspace{}
11264 \end_inset
11265
11266 cm ist, würde er in einer Zeile gedruckt werden.
11267  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11268
11269 \family sans
11270 Strg+Shift+Enter
11271 \family default
11272 ) eingefügt.
11273  Wenn der Text länger ist, wird er automatisch umgebrochen.
11274 \end_layout
11275
11276 \begin_layout Standard
11277 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11278  setzen Sie die Breite der beiden Spalten im 
11279 \family sans
11280 Tabellen-Einstellungen
11281 \family default
11282 -Dialog auf 0.5
11283 \begin_inset space \thinspace{}
11284 \end_inset
11285
11286 cm und die vertikale Ausrichtung auf zentriert.
11287 \end_layout
11288
11289 \begin_layout Standard
11290 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11291  haben, kann \SpecialChar LaTeX
11292  es ohne Trennhilfen nicht trennen.
11293  Wenn Sie \SpecialChar LaTeX
11294  trotzdem die Trennung überlassen wollen, müssen Sie vor dem Wort
11295  etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11296  Fügen sie daher 0
11297 \begin_inset space \thinspace{}
11298 \end_inset
11299
11300 pt horizontalen Abstand vor dem Wort ein.
11301  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11302  Tabelle
11303 \begin_inset space ~
11304 \end_inset
11305
11306
11307 \begin_inset CommandInset ref
11308 LatexCommand ref
11309 reference "tab:Tabelle-ohne-und"
11310
11311 \end_inset
11312
11313  zeigt die Wirkungen.
11314 \end_layout
11315
11316 \begin_layout Standard
11317 \begin_inset Float table
11318 placement h
11319 wide false
11320 sideways false
11321 status open
11322
11323 \begin_layout Plain Layout
11324 \begin_inset Caption Standard
11325
11326 \begin_layout Plain Layout
11327 \begin_inset CommandInset label
11328 LatexCommand label
11329 name "tab:Tabelle-ohne-und"
11330
11331 \end_inset
11332
11333 Tabelle ohne und mit Silbentrennung
11334 \end_layout
11335
11336 \end_inset
11337
11338
11339 \end_layout
11340
11341 \begin_layout Plain Layout
11342 \begin_inset space \hfill{}
11343 \end_inset
11344
11345
11346 \begin_inset Tabular
11347 <lyxtabular version="3" rows="3" columns="3">
11348 <features tabularvalignment="middle">
11349 <column alignment="center" valignment="middle" width="2.5cm">
11350 <column alignment="center" valignment="middle" width="0.5cm">
11351 <column alignment="center" valignment="middle" width="0.5cm">
11352 <row>
11353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11354 \begin_inset Text
11355
11356 \begin_layout Plain Layout
11357 einsehrlangesZellenwort
11358 \end_layout
11359
11360 \end_inset
11361 </cell>
11362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11363 \begin_inset Text
11364
11365 \begin_layout Plain Layout
11366 b
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 c
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 </row>
11381 <row>
11382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11383 \begin_inset Text
11384
11385 \begin_layout Plain Layout
11386 d
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395 e
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404 f
11405 \end_layout
11406
11407 \end_inset
11408 </cell>
11409 </row>
11410 <row>
11411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415 g
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424 h
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433 i
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 </row>
11439 </lyxtabular>
11440
11441 \end_inset
11442
11443
11444 \begin_inset space \hfill{}
11445 \end_inset
11446
11447
11448 \begin_inset Tabular
11449 <lyxtabular version="3" rows="3" columns="3">
11450 <features tabularvalignment="middle">
11451 <column alignment="center" valignment="middle" width="2.5cm">
11452 <column alignment="center" valignment="middle" width="0.5cm">
11453 <column alignment="center" valignment="middle" width="0.5cm">
11454 <row>
11455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459 \begin_inset space \hspace{}
11460 \length 0pt
11461 \end_inset
11462
11463 einsehrlangesZellenwort
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 b
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11478 \begin_inset Text
11479
11480 \begin_layout Plain Layout
11481 c
11482 \end_layout
11483
11484 \end_inset
11485 </cell>
11486 </row>
11487 <row>
11488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492 d
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501 e
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11507 \begin_inset Text
11508
11509 \begin_layout Plain Layout
11510 f
11511 \end_layout
11512
11513 \end_inset
11514 </cell>
11515 </row>
11516 <row>
11517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11518 \begin_inset Text
11519
11520 \begin_layout Plain Layout
11521 g
11522 \end_layout
11523
11524 \end_inset
11525 </cell>
11526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11527 \begin_inset Text
11528
11529 \begin_layout Plain Layout
11530 h
11531 \end_layout
11532
11533 \end_inset
11534 </cell>
11535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539 i
11540 \end_layout
11541
11542 \end_inset
11543 </cell>
11544 </row>
11545 </lyxtabular>
11546
11547 \end_inset
11548
11549
11550 \begin_inset space \hfill{}
11551 \end_inset
11552
11553
11554 \end_layout
11555
11556 \end_inset
11557
11558
11559 \end_layout
11560
11561 \begin_layout Subsection
11562 Mehrfachspalten
11563 \begin_inset CommandInset label
11564 LatexCommand label
11565 name "uab:Mehrfachspalten"
11566
11567 \end_inset
11568
11569
11570 \begin_inset Index idx
11571 status collapsed
11572
11573 \begin_layout Plain Layout
11574 Mahrfachspalten
11575 \end_layout
11576
11577 \end_inset
11578
11579
11580 \begin_inset Index idx
11581 status collapsed
11582
11583 \begin_layout Plain Layout
11584 Tabellen ! Mahrfachspalten
11585 \end_layout
11586
11587 \end_inset
11588
11589
11590 \end_layout
11591
11592 \begin_layout Subsubsection
11593 Grundlagen
11594 \end_layout
11595
11596 \begin_layout Standard
11597 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11598  und verwenden dann den Knopf 
11599 \begin_inset Info
11600 type  "icon"
11601 arg   "tabular-feature multicolumn"
11602 \end_inset
11603
11604  in der Werkzeugleiste, das Menü 
11605 \family sans
11606 Bearbeiten\SpecialChar menuseparator
11607 Tabelle\SpecialChar menuseparator
11608 Mehrfachspalte
11609 \family default
11610 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11611  
11612 \family sans
11613 Mehrfachspalte
11614 \family default
11615 .
11616 \end_layout
11617
11618 \begin_layout Standard
11619 Mehrfachspalten haben ihre eigenen Einstellungen.
11620  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11621  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11622  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11623 \begin_inset Separator parbreak
11624 \end_inset
11625
11626
11627 \end_layout
11628
11629 \begin_layout Standard
11630 \align center
11631 \begin_inset Tabular
11632 <lyxtabular version="3" rows="3" columns="4">
11633 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11634 <column alignment="center" valignment="top" width="0pt">
11635 <column alignment="center" valignment="middle">
11636 <column alignment="center" valignment="top" width="0in">
11637 <column alignment="center" valignment="top" width="0pt">
11638 <row>
11639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11640 \begin_inset Text
11641
11642 \begin_layout Plain Layout
11643 abc
11644 \end_layout
11645
11646 \end_inset
11647 </cell>
11648 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11649 \begin_inset Text
11650
11651 \begin_layout Plain Layout
11652 def ghi
11653 \end_layout
11654
11655 \end_inset
11656 </cell>
11657 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11658 \begin_inset Text
11659
11660 \begin_layout Plain Layout
11661
11662 \end_layout
11663
11664 \end_inset
11665 </cell>
11666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11667 \begin_inset Text
11668
11669 \begin_layout Plain Layout
11670 jkl
11671 \end_layout
11672
11673 \end_inset
11674 </cell>
11675 </row>
11676 <row>
11677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11678 \begin_inset Text
11679
11680 \begin_layout Plain Layout
11681
11682 \family roman
11683 \series medium
11684 \shape up
11685 \size normal
11686 \emph off
11687 \bar no
11688 \noun off
11689 \color none
11690 A
11691 \end_layout
11692
11693 \end_inset
11694 </cell>
11695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11696 \begin_inset Text
11697
11698 \begin_layout Plain Layout
11699 B
11700 \end_layout
11701
11702 \end_inset
11703 </cell>
11704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11705 \begin_inset Text
11706
11707 \begin_layout Plain Layout
11708 C
11709 \end_layout
11710
11711 \end_inset
11712 </cell>
11713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717 D
11718 \end_layout
11719
11720 \end_inset
11721 </cell>
11722 </row>
11723 <row>
11724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11725 \begin_inset Text
11726
11727 \begin_layout Plain Layout
11728 1
11729 \end_layout
11730
11731 \end_inset
11732 </cell>
11733 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11734 \begin_inset Text
11735
11736 \begin_layout Plain Layout
11737 2
11738 \end_layout
11739
11740 \end_inset
11741 </cell>
11742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11743 \begin_inset Text
11744
11745 \begin_layout Plain Layout
11746 3
11747 \end_layout
11748
11749 \end_inset
11750 </cell>
11751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11752 \begin_inset Text
11753
11754 \begin_layout Plain Layout
11755 4
11756 \end_layout
11757
11758 \end_inset
11759 </cell>
11760 </row>
11761 </lyxtabular>
11762
11763 \end_inset
11764
11765
11766 \end_layout
11767
11768 \begin_layout Subsubsection
11769 Mehrfachspalten-Berechnungen
11770 \begin_inset CommandInset label
11771 LatexCommand label
11772 name "uab:Mehrfachspalten-Berechnungen"
11773
11774 \end_inset
11775
11776
11777 \begin_inset Index idx
11778 status collapsed
11779
11780 \begin_layout Plain Layout
11781 Mahrfachspalten ! Berechnung
11782 \end_layout
11783
11784 \end_inset
11785
11786
11787 \begin_inset Index idx
11788 status collapsed
11789
11790 \begin_layout Plain Layout
11791 Tabellen ! Mahrfachspalten ! Berechnung
11792 \end_layout
11793
11794 \end_inset
11795
11796
11797 \end_layout
11798
11799 \begin_layout Standard
11800 \SpecialChar LyX
11801  unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11802  Zellen beachten.
11803 \end_layout
11804
11805 \begin_layout Standard
11806 \begin_inset Float table
11807 placement h
11808 wide false
11809 sideways false
11810 status open
11811
11812 \begin_layout Plain Layout
11813 \begin_inset Caption Standard
11814
11815 \begin_layout Plain Layout
11816 \begin_inset CommandInset label
11817 LatexCommand label
11818 name "tab:Tabelle-mit-zentriertem"
11819
11820 \end_inset
11821
11822 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11823  die halbe Breite der Mehrfachspalten-Zelle haben
11824 \begin_inset Argument 1
11825 status collapsed
11826
11827 \begin_layout Plain Layout
11828 Eine Mehrfachspalten-Tabelle
11829 \end_layout
11830
11831 \end_inset
11832
11833
11834 \end_layout
11835
11836 \end_inset
11837
11838
11839 \end_layout
11840
11841 \begin_layout Plain Layout
11842 \align center
11843 \begin_inset Tabular
11844 <lyxtabular version="3" rows="3" columns="3">
11845 <features tabularvalignment="middle">
11846 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11847 <column alignment="center" valignment="middle">
11848 <column alignment="center" valignment="top">
11849 <row>
11850 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11851 \begin_inset Text
11852
11853 \begin_layout Plain Layout
11854 Dies ist eine Mehrfach\SpecialChar softhyphen
11855 spalten-Zelle
11856 \end_layout
11857
11858 \end_inset
11859 </cell>
11860 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11861 \begin_inset Text
11862
11863 \begin_layout Plain Layout
11864
11865 \end_layout
11866
11867 \end_inset
11868 </cell>
11869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11870 \begin_inset Text
11871
11872 \begin_layout Plain Layout
11873 c
11874 \end_layout
11875
11876 \end_inset
11877 </cell>
11878 </row>
11879 <row>
11880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11881 \begin_inset Text
11882
11883 \begin_layout Plain Layout
11884 d
11885 \end_layout
11886
11887 \end_inset
11888 </cell>
11889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11890 \begin_inset Text
11891
11892 \begin_layout Plain Layout
11893 e
11894 \end_layout
11895
11896 \end_inset
11897 </cell>
11898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11899 \begin_inset Text
11900
11901 \begin_layout Plain Layout
11902 f
11903 \end_layout
11904
11905 \end_inset
11906 </cell>
11907 </row>
11908 <row>
11909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11910 \begin_inset Text
11911
11912 \begin_layout Plain Layout
11913 g
11914 \end_layout
11915
11916 \end_inset
11917 </cell>
11918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11919 \begin_inset Text
11920
11921 \begin_layout Plain Layout
11922 h
11923 \end_layout
11924
11925 \end_inset
11926 </cell>
11927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11928 \begin_inset Text
11929
11930 \begin_layout Plain Layout
11931 i
11932 \end_layout
11933
11934 \end_inset
11935 </cell>
11936 </row>
11937 </lyxtabular>
11938
11939 \end_inset
11940
11941
11942 \end_layout
11943
11944 \end_inset
11945
11946
11947 \end_layout
11948
11949 \begin_layout Standard
11950 Um Tabelle
11951 \begin_inset space ~
11952 \end_inset
11953
11954
11955 \begin_inset CommandInset ref
11956 LatexCommand ref
11957 reference "tab:Tabelle-mit-zentriertem"
11958
11959 \end_inset
11960
11961  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11962  3×3-Tabelle, kreuzen im 
11963 \family sans
11964 Tabellen-Einstellungen
11965 \family default
11966 -Dialog 
11967 \family sans
11968 Mehrfachspalte
11969 \family default
11970  an, setzen die 
11971 \family sans
11972 Horizontale
11973 \begin_inset space ~
11974 \end_inset
11975
11976 Ausrichtung
11977 \family default
11978  auf 
11979 \family sans
11980 Zentriert
11981 \family default
11982  und die 
11983 \family sans
11984 Breite
11985 \family default
11986  auf 2.5
11987 \begin_inset space \thinspace{}
11988 \end_inset
11989
11990 cm.
11991  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11992  Sie die Breite der ersten Spalte auf 1.25
11993 \begin_inset space \thinspace{}
11994 \end_inset
11995
11996 cm setzen.
11997  Die zweite Spalte wird dann automatisch 1.25
11998 \begin_inset space \thinspace{}
11999 \end_inset
12000
12001 cm breit (Breite der 
12002 \family sans
12003 Mehrfachspalte
12004 \family default
12005  
12006 \begin_inset Formula $-$
12007 \end_inset
12008
12009  Breite der ersten Spalte).
12010  Dies wurde so für Tabelle
12011 \begin_inset space ~
12012 \end_inset
12013
12014
12015 \begin_inset CommandInset ref
12016 LatexCommand ref
12017 reference "tab:Tabelle,-in-der-die"
12018
12019 \end_inset
12020
12021  gemacht.
12022 \end_layout
12023
12024 \begin_layout Standard
12025 \begin_inset Float table
12026 wide false
12027 sideways false
12028 status open
12029
12030 \begin_layout Plain Layout
12031 \begin_inset Caption Standard
12032
12033 \begin_layout Plain Layout
12034 \begin_inset CommandInset label
12035 LatexCommand label
12036 name "tab:Tabelle,-in-der-die"
12037
12038 \end_inset
12039
12040 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12041  wie die Mehrfachspalte
12042 \begin_inset Argument 1
12043 status collapsed
12044
12045 \begin_layout Plain Layout
12046 Eine unvollkommene Mehrfachspalten-Tabelle
12047 \end_layout
12048
12049 \end_inset
12050
12051
12052 \end_layout
12053
12054 \end_inset
12055
12056
12057 \end_layout
12058
12059 \begin_layout Plain Layout
12060 \align center
12061 \begin_inset Tabular
12062 <lyxtabular version="3" rows="3" columns="3">
12063 <features tabularvalignment="middle">
12064 <column alignment="center" valignment="top" width="1.25cm">
12065 <column alignment="center" valignment="top">
12066 <column alignment="center" valignment="top">
12067 <row>
12068 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12069 \begin_inset Text
12070
12071 \begin_layout Plain Layout
12072 Dies ist auch eine Mehr\SpecialChar softhyphen
12073 fach\SpecialChar softhyphen
12074 spalten-Zelle
12075 \end_layout
12076
12077 \end_inset
12078 </cell>
12079 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12080 \begin_inset Text
12081
12082 \begin_layout Plain Layout
12083
12084 \end_layout
12085
12086 \end_inset
12087 </cell>
12088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12089 \begin_inset Text
12090
12091 \begin_layout Plain Layout
12092 c
12093 \end_layout
12094
12095 \end_inset
12096 </cell>
12097 </row>
12098 <row>
12099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12100 \begin_inset Text
12101
12102 \begin_layout Plain Layout
12103 d
12104 \end_layout
12105
12106 \end_inset
12107 </cell>
12108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12109 \begin_inset Text
12110
12111 \begin_layout Plain Layout
12112 e
12113 \end_layout
12114
12115 \end_inset
12116 </cell>
12117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12118 \begin_inset Text
12119
12120 \begin_layout Plain Layout
12121 f
12122 \end_layout
12123
12124 \end_inset
12125 </cell>
12126 </row>
12127 <row>
12128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12129 \begin_inset Text
12130
12131 \begin_layout Plain Layout
12132 g
12133 \end_layout
12134
12135 \end_inset
12136 </cell>
12137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12138 \begin_inset Text
12139
12140 \begin_layout Plain Layout
12141 h
12142 \end_layout
12143
12144 \end_inset
12145 </cell>
12146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12147 \begin_inset Text
12148
12149 \begin_layout Plain Layout
12150 i
12151 \end_layout
12152
12153 \end_inset
12154 </cell>
12155 </row>
12156 </lyxtabular>
12157
12158 \end_inset
12159
12160
12161 \end_layout
12162
12163 \end_inset
12164
12165
12166 \end_layout
12167
12168 \begin_layout Standard
12169 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12170  als die zweite ist.
12171  Das liegt daran, dass die Zellenbreite 
12172 \begin_inset Formula $W_{\mathrm{tot}}$
12173 \end_inset
12174
12175  nicht ihre definierte Breite 
12176 \begin_inset Formula $W_{g}$
12177 \end_inset
12178
12179  ist, sondern ein wenig mehr.
12180  Anhang
12181 \begin_inset space ~
12182 \end_inset
12183
12184
12185 \begin_inset CommandInset ref
12186 LatexCommand ref
12187 reference "kap:Erläuterung-einer-Gleichung"
12188
12189 \end_inset
12190
12191  erklärt das genauer.
12192 \end_layout
12193
12194 \begin_layout Standard
12195 Wenn 
12196 \emph on
12197 n
12198 \emph default
12199  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12200  die definierte Breite 
12201 \begin_inset Formula $W_{g\,n}$
12202 \end_inset
12203
12204  einer Spalte, deren totale Breite = 
12205 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12206 \end_inset
12207
12208  sein soll, wie folgt:
12209 \begin_inset Formula 
12210 \begin{equation}
12211 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12212 \end{equation}
12213
12214 \end_inset
12215
12216
12217 \end_layout
12218
12219 \begin_layout Standard
12220 In unserem Falls ist 
12221 \begin_inset Formula $n=2$
12222 \end_inset
12223
12224
12225 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12226 \end_inset
12227
12228 cm, und damit wird aus Gleichung
12229 \begin_inset space ~
12230 \end_inset
12231
12232
12233 \begin_inset CommandInset ref
12234 LatexCommand ref
12235 reference "eq:Wgn"
12236
12237 \end_inset
12238
12239  
12240 \begin_inset Formula 
12241 \begin{equation}
12242 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12243 \end{equation}
12244
12245 \end_inset
12246
12247
12248 \end_layout
12249
12250 \begin_layout Standard
12251 Damit \SpecialChar LaTeX
12252  rechnen kann, muss das Paket 
12253 \series bold
12254 calc
12255 \series default
12256  im Vorspann geladen werden.
12257 \begin_inset Index idx
12258 status collapsed
12259
12260 \begin_layout Plain Layout
12261 \SpecialChar LaTeX
12262 -Pakete ! calc
12263 \end_layout
12264
12265 \end_inset
12266
12267
12268 \end_layout
12269
12270 \begin_layout Standard
12271
12272 \series bold
12273
12274 \backslash
12275 usepackage{calc}
12276 \end_layout
12277
12278 \begin_layout Standard
12279 \SpecialChar LyX
12280  erlaubt im 
12281 \family sans
12282 Breite
12283 \family default
12284 -Feld des 
12285 \family sans
12286 Tabellen-Einstellungen
12287 \family default
12288 -Dialogs keine Berechnungen.
12289  Deshalb müssen Sie die Formel für die Breite im Feld 
12290 \family sans
12291 LaTeX-Argument
12292 \family default
12293  eingeben.
12294  Hier iss ein Überblick über die Argumente:
12295 \end_layout
12296
12297 \begin_layout Itemize
12298
12299 \series bold
12300 p{Breite}
12301 \series default
12302  die Zelle bekommt eine feste 
12303 \series bold
12304 Breite
12305 \series default
12306 , und die vertikale Ausrichtung ist 
12307 \family sans
12308 Oben
12309 \end_layout
12310
12311 \begin_layout Itemize
12312
12313 \series bold
12314 m{Breite}
12315 \series default
12316  die Zelle bekommt eine feste 
12317 \series bold
12318 Breite
12319 \series default
12320 , und die vertikale Ausrichtung ist 
12321 \family sans
12322 Mitte
12323 \end_layout
12324
12325 \begin_layout Itemize
12326
12327 \series bold
12328 b{Breite}
12329 \series default
12330  die Zelle bekommt eine feste 
12331 \series bold
12332 Breite
12333 \series default
12334 , und die vertikale Ausrichtung ist 
12335 \family sans
12336 Unten
12337 \end_layout
12338
12339 \begin_layout Standard
12340 Wenn Sie ein \SpecialChar LaTeX
12341 -Argument eingeben, werden alle anderen Einstellungen für diese
12342  Zelle überschrieben.
12343 \end_layout
12344
12345 \begin_layout Standard
12346 \begin_inset Note Greyedout
12347 status open
12348
12349 \begin_layout Plain Layout
12350
12351 \series bold
12352 Bemerkung:
12353 \series default
12354  Wegen eines Fehlers in \SpecialChar LyX
12355  werden die überschriebenen Einstellungen dennoch
12356  angezeigt.
12357 \end_layout
12358
12359 \end_inset
12360
12361
12362 \end_layout
12363
12364 \begin_layout Standard
12365 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12366  der Zelle mit dem Inhalt 
12367 \begin_inset Quotes gld
12368 \end_inset
12369
12370 d
12371 \begin_inset Quotes grd
12372 \end_inset
12373
12374  der Tabelle
12375 \begin_inset space ~
12376 \end_inset
12377
12378
12379 \begin_inset CommandInset ref
12380 LatexCommand ref
12381 reference "tab:Tabelle-mit-zentriertem"
12382
12383 \end_inset
12384
12385  auch noch der Befehl
12386 \family typewriter
12387 \series bold
12388  
12389 \family default
12390
12391 \backslash
12392 centering
12393 \series default
12394  hinzugefügt.
12395  Das Ganze sieht dann so aus:
12396 \end_layout
12397
12398 \begin_layout Standard
12399
12400 \series bold
12401 |>{
12402 \backslash
12403 centering}m{1.25cm-6.2pt}
12404 \end_layout
12405
12406 \begin_layout Standard
12407 Der vertikale Strich 
12408 \series bold
12409
12410 \begin_inset Quotes gld
12411 \end_inset
12412
12413 |
12414 \series default
12415
12416 \begin_inset Quotes grd
12417 \end_inset
12418
12419  am Anfang zeichnet die linke Linie, und der Befehl 
12420 \series bold
12421
12422 \begin_inset Quotes gld
12423 \end_inset
12424
12425 >{ }
12426 \begin_inset Quotes grd
12427 \end_inset
12428
12429
12430 \series default
12431  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12432  der Zelle benutzt werden sollen.
12433 \end_layout
12434
12435 \begin_layout Standard
12436 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12437  haben, ist der Text noch immer linksbündig, weil \SpecialChar LyX
12438  Ausrichtungen nur für
12439  einzelne Spalten anwendet.
12440  Deswegen musste für die Mehrfachspalte folgendes \SpecialChar LaTeX
12441 -Argument benutzt werden:
12442 \end_layout
12443
12444 \begin_layout Standard
12445
12446 \series bold
12447 |>{
12448 \backslash
12449 centering}m{2.5cm}|
12450 \end_layout
12451
12452 \begin_layout Subsection
12453 Mehrfachzeilen
12454 \begin_inset CommandInset label
12455 LatexCommand label
12456 name "uab:Mehrfachzeilen"
12457
12458 \end_inset
12459
12460
12461 \begin_inset Index idx
12462 status collapsed
12463
12464 \begin_layout Plain Layout
12465 Mehrfachzeilen
12466 \end_layout
12467
12468 \end_inset
12469
12470
12471 \begin_inset Index idx
12472 status collapsed
12473
12474 \begin_layout Plain Layout
12475 Tabellen ! Mehrfachzeilen
12476 \end_layout
12477
12478 \end_inset
12479
12480
12481 \end_layout
12482
12483 \begin_layout Standard
12484 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12485  und verwenden dann den Knopf 
12486 \begin_inset Info
12487 type  "icon"
12488 arg   "tabular-feature multirow"
12489 \end_inset
12490
12491  in der Werkzeugleiste, das Menü 
12492 \family sans
12493 Bearbeiten\SpecialChar menuseparator
12494 Tabelle\SpecialChar menuseparator
12495 Mehrfachzeile
12496 \family default
12497 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12498  
12499 \family sans
12500 Mehrfachzeile
12501 \family default
12502 .
12503 \end_layout
12504
12505 \begin_layout Standard
12506 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12507 \begin_inset Separator parbreak
12508 \end_inset
12509
12510
12511 \end_layout
12512
12513 \begin_layout Standard
12514 \align center
12515 \begin_inset Tabular
12516 <lyxtabular version="3" rows="3" columns="3">
12517 <features tabularvalignment="middle">
12518 <column alignment="center" valignment="top" width="0pt">
12519 <column alignment="center" valignment="top">
12520 <column alignment="center" valignment="top">
12521 <row>
12522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12523 \begin_inset Text
12524
12525 \begin_layout Plain Layout
12526 ein langer Eintrag
12527 \end_layout
12528
12529 \end_inset
12530 </cell>
12531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12532 \begin_inset Text
12533
12534 \begin_layout Plain Layout
12535 b
12536 \end_layout
12537
12538 \end_inset
12539 </cell>
12540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12541 \begin_inset Text
12542
12543 \begin_layout Plain Layout
12544 c
12545 \end_layout
12546
12547 \end_inset
12548 </cell>
12549 </row>
12550 <row>
12551 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12552 \begin_inset Text
12553
12554 \begin_layout Plain Layout
12555 Mehrfachzeile
12556 \end_layout
12557
12558 \end_inset
12559 </cell>
12560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12561 \begin_inset Text
12562
12563 \begin_layout Plain Layout
12564 e
12565 \end_layout
12566
12567 \end_inset
12568 </cell>
12569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12570 \begin_inset Text
12571
12572 \begin_layout Plain Layout
12573 f
12574 \end_layout
12575
12576 \end_inset
12577 </cell>
12578 </row>
12579 <row>
12580 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12581 \begin_inset Text
12582
12583 \begin_layout Plain Layout
12584
12585 \end_layout
12586
12587 \end_inset
12588 </cell>
12589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12590 \begin_inset Text
12591
12592 \begin_layout Plain Layout
12593 h
12594 \end_layout
12595
12596 \end_inset
12597 </cell>
12598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12599 \begin_inset Text
12600
12601 \begin_layout Plain Layout
12602 i
12603 \end_layout
12604
12605 \end_inset
12606 </cell>
12607 </row>
12608 </lyxtabular>
12609
12610 \end_inset
12611
12612
12613 \end_layout
12614
12615 \begin_layout Standard
12616 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12617  Spalte festgelegt.
12618  Der 
12619 \family sans
12620 Vertikale Versatz
12621 \family default
12622  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12623  positiv/negativ ist.
12624 \end_layout
12625
12626 \begin_layout Standard
12627 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12628  die Mehrfachzeile die Ausrichtung der Spalte.
12629  Ansonsten ist sie standardmäßig links ausgerichtet.
12630  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12631 \series bold
12632
12633 \backslash
12634 multirowsetup
12635 \series default
12636  mit dem Befehl
12637 \end_layout
12638
12639 \begin_layout Standard
12640
12641 \series bold
12642
12643 \backslash
12644 renewcommand{
12645 \backslash
12646 multirowsetup}{
12647 \backslash
12648 centering}
12649 \end_layout
12650
12651 \begin_layout Standard
12652 im \SpecialChar LaTeX
12653 -Vorspann.
12654  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12655  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12656  auch mittels \SpecialChar TeX
12657 -Code vor der jeweiligen Tabelle, statt im \SpecialChar LaTeX
12658 -Vorspann, erneuert
12659  werden.
12660  Für rechtsbündigen Text ersetzt man 
12661 \series bold
12662
12663 \backslash
12664 centering
12665 \series default
12666  durch 
12667 \series bold
12668
12669 \backslash
12670 raggedleft
12671 \series default
12672 .
12673  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12674 \series bold
12675
12676 \backslash
12677 raggedright
12678 \series default
12679  verwendet.
12680 \end_layout
12681
12682 \begin_layout Standard
12683 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12684  die -4
12685 \begin_inset space \thinspace{}
12686 \end_inset
12687
12688 mm vertikalen Versatz hat und sich in einer 3
12689 \begin_inset space \thinspace{}
12690 \end_inset
12691
12692 cm breiten Spalte befindet:
12693 \begin_inset Separator parbreak
12694 \end_inset
12695
12696
12697 \end_layout
12698
12699 \begin_layout Standard
12700 \noindent
12701 \align center
12702 \begin_inset ERT
12703 status collapsed
12704
12705 \begin_layout Plain Layout
12706
12707
12708 \backslash
12709 renewcommand{
12710 \backslash
12711 multirowsetup}{
12712 \backslash
12713 raggedleft}
12714 \end_layout
12715
12716 \end_inset
12717
12718
12719 \begin_inset Tabular
12720 <lyxtabular version="3" rows="4" columns="3">
12721 <features tabularvalignment="middle">
12722 <column alignment="center" valignment="top" width="3cm">
12723 <column alignment="center" valignment="top">
12724 <column alignment="center" valignment="top">
12725 <row>
12726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12727 \begin_inset Text
12728
12729 \begin_layout Plain Layout
12730 ein langer Eintrag
12731 \end_layout
12732
12733 \end_inset
12734 </cell>
12735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12736 \begin_inset Text
12737
12738 \begin_layout Plain Layout
12739 b
12740 \end_layout
12741
12742 \end_inset
12743 </cell>
12744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12745 \begin_inset Text
12746
12747 \begin_layout Plain Layout
12748 c
12749 \end_layout
12750
12751 \end_inset
12752 </cell>
12753 </row>
12754 <row>
12755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12756 \begin_inset Text
12757
12758 \begin_layout Plain Layout
12759 t
12760 \end_layout
12761
12762 \end_inset
12763 </cell>
12764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12765 \begin_inset Text
12766
12767 \begin_layout Plain Layout
12768 n
12769 \end_layout
12770
12771 \end_inset
12772 </cell>
12773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12774 \begin_inset Text
12775
12776 \begin_layout Plain Layout
12777 m
12778 \end_layout
12779
12780 \end_inset
12781 </cell>
12782 </row>
12783 <row>
12784 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12785 \begin_inset Text
12786
12787 \begin_layout Plain Layout
12788 Mehrfachzeile
12789 \end_layout
12790
12791 \end_inset
12792 </cell>
12793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12794 \begin_inset Text
12795
12796 \begin_layout Plain Layout
12797 e
12798 \end_layout
12799
12800 \end_inset
12801 </cell>
12802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12803 \begin_inset Text
12804
12805 \begin_layout Plain Layout
12806 f
12807 \end_layout
12808
12809 \end_inset
12810 </cell>
12811 </row>
12812 <row>
12813 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817
12818 \end_layout
12819
12820 \end_inset
12821 </cell>
12822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12823 \begin_inset Text
12824
12825 \begin_layout Plain Layout
12826 h
12827 \end_layout
12828
12829 \end_inset
12830 </cell>
12831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12832 \begin_inset Text
12833
12834 \begin_layout Plain Layout
12835 i
12836 \end_layout
12837
12838 \end_inset
12839 </cell>
12840 </row>
12841 </lyxtabular>
12842
12843 \end_inset
12844
12845
12846 \begin_inset ERT
12847 status collapsed
12848
12849 \begin_layout Plain Layout
12850
12851
12852 \backslash
12853 renewcommand{
12854 \backslash
12855 multirowsetup}{
12856 \backslash
12857 raggedright}
12858 \end_layout
12859
12860 \end_inset
12861
12862
12863 \end_layout
12864
12865 \begin_layout Standard
12866 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12867  (Tastenkürzel 
12868 \family sans
12869 Strg+Enter
12870 \family default
12871 ) verwenden.
12872  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12873 \begin_inset Separator parbreak
12874 \end_inset
12875
12876
12877 \end_layout
12878
12879 \begin_layout Standard
12880 \noindent
12881 \align center
12882 \begin_inset Tabular
12883 <lyxtabular version="3" rows="3" columns="2">
12884 <features tabularvalignment="middle">
12885 <column alignment="left" valignment="middle" width="2cm">
12886 <column alignment="center" valignment="top">
12887 <row>
12888 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12889 \begin_inset Text
12890
12891 \begin_layout Plain Layout
12892 aaa
12893 \begin_inset Newline newline
12894 \end_inset
12895
12896 aaa
12897 \begin_inset Newline newline
12898 \end_inset
12899
12900 falsche Zelle
12901 \end_layout
12902
12903 \end_inset
12904 </cell>
12905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12906 \begin_inset Text
12907
12908 \begin_layout Plain Layout
12909 ccc
12910 \end_layout
12911
12912 \end_inset
12913 </cell>
12914 </row>
12915 <row>
12916 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12917 \begin_inset Text
12918
12919 \begin_layout Plain Layout
12920
12921 \end_layout
12922
12923 \end_inset
12924 </cell>
12925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12926 \begin_inset Text
12927
12928 \begin_layout Plain Layout
12929 ddd
12930 \end_layout
12931
12932 \end_inset
12933 </cell>
12934 </row>
12935 <row>
12936 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12937 \begin_inset Text
12938
12939 \begin_layout Plain Layout
12940 bbb
12941 \end_layout
12942
12943 \end_inset
12944 </cell>
12945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949 eee
12950 \end_layout
12951
12952 \end_inset
12953 </cell>
12954 </row>
12955 </lyxtabular>
12956
12957 \end_inset
12958
12959
12960 \end_layout
12961
12962 \begin_layout Standard
12963 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
12964 \end_layout
12965
12966 \begin_layout Subsection
12967 Zellen mit diagonalen Linien
12968 \end_layout
12969
12970 \begin_layout Standard
12971 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
12972  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
12973  oder zwei diagonalen Linien zu teilen.
12974  Dies kann erreicht werden, indem man das \SpecialChar LaTeX
12975 -Paket 
12976 \series bold
12977 diagbox
12978 \series default
12979
12980 \begin_inset Index idx
12981 status collapsed
12982
12983 \begin_layout Plain Layout
12984 \SpecialChar LaTeX
12985 -Pakete ! diagbox
12986 \end_layout
12987
12988 \end_inset
12989
12990  im \SpecialChar LaTeX
12991 -Vorspann lädt.
12992  Das Paket stellt den Befehl 
12993 \series bold
12994
12995 \backslash
12996 diagbox
12997 \series default
12998  zur Verfügung, der als \SpecialChar TeX
12999 -Code eingefügt wird und 2 oder 3
13000 \begin_inset space ~
13001 \end_inset
13002
13003 Argumente hat:
13004 \end_layout
13005
13006 \begin_layout Standard
13007
13008 \series bold
13009
13010 \backslash
13011 diagbox[Optionen]{links unten}{rechts oben}
13012 \end_layout
13013
13014 \begin_layout Standard
13015
13016 \series bold
13017
13018 \backslash
13019 diagbox[Optionen]{links unten}{links oben}{rechts oben}
13020 \end_layout
13021
13022 \begin_layout Standard
13023 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
13024  die Argumente werden unter und über diese Linie platziert.
13025  Das zweite Schema teilt die Zelle mit 2
13026 \begin_inset space ~
13027 \end_inset
13028
13029 Linien.
13030 \end_layout
13031
13032 \begin_layout Standard
13033 \begin_inset ERT
13034 status collapsed
13035
13036 \begin_layout Plain Layout
13037
13038
13039 \backslash
13040 ifdiagbox
13041 \end_layout
13042
13043 \end_inset
13044
13045
13046 \begin_inset Note Note
13047 status open
13048
13049 \begin_layout Plain Layout
13050 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
13051 -Paket 
13052 \series bold
13053 diagbox
13054 \series default
13055  installiert ist.
13056 \end_layout
13057
13058 \end_inset
13059
13060
13061 \end_layout
13062
13063 \begin_layout Standard
13064 Hier ist eine Beispieltabelle in der 
13065 \series bold
13066
13067 \backslash
13068 diagbox 
13069 \series default
13070 im 2-Argument Schema in der ersten Zelle verwendet wird:
13071 \begin_inset VSpace medskip
13072 \end_inset
13073
13074
13075 \end_layout
13076
13077 \begin_layout Standard
13078 \noindent
13079 \begin_inset Tabular
13080 <lyxtabular version="3" rows="4" columns="4">
13081 <features tabularvalignment="middle">
13082 <column alignment="center" valignment="top">
13083 <column alignment="center" valignment="top">
13084 <column alignment="center" valignment="top">
13085 <column alignment="center" valignment="top">
13086 <row>
13087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13088 \begin_inset Text
13089
13090 \begin_layout Plain Layout
13091 \begin_inset ERT
13092 status collapsed
13093
13094 \begin_layout Plain Layout
13095
13096
13097 \backslash
13098 diagbox{
13099 \end_layout
13100
13101 \end_inset
13102
13103 Name
13104 \begin_inset ERT
13105 status collapsed
13106
13107 \begin_layout Plain Layout
13108
13109 }{
13110 \end_layout
13111
13112 \end_inset
13113
13114 Parameter
13115 \begin_inset ERT
13116 status collapsed
13117
13118 \begin_layout Plain Layout
13119
13120 }
13121 \end_layout
13122
13123 \end_inset
13124
13125
13126 \end_layout
13127
13128 \end_inset
13129 </cell>
13130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13131 \begin_inset Text
13132
13133 \begin_layout Plain Layout
13134 Dicke in nm
13135 \end_layout
13136
13137 \end_inset
13138 </cell>
13139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13140 \begin_inset Text
13141
13142 \begin_layout Plain Layout
13143 Transparenz in %
13144 \end_layout
13145
13146 \end_inset
13147 </cell>
13148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13149 \begin_inset Text
13150
13151 \begin_layout Plain Layout
13152 Härte in MPa
13153 \end_layout
13154
13155 \end_inset
13156 </cell>
13157 </row>
13158 <row>
13159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13160 \begin_inset Text
13161
13162 \begin_layout Plain Layout
13163 Perfekt Grün
13164 \end_layout
13165
13166 \end_inset
13167 </cell>
13168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13169 \begin_inset Text
13170
13171 \begin_layout Plain Layout
13172 45
13173 \end_layout
13174
13175 \end_inset
13176 </cell>
13177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13178 \begin_inset Text
13179
13180 \begin_layout Plain Layout
13181 80
13182 \end_layout
13183
13184 \end_inset
13185 </cell>
13186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13187 \begin_inset Text
13188
13189 \begin_layout Plain Layout
13190 504
13191 \end_layout
13192
13193 \end_inset
13194 </cell>
13195 </row>
13196 <row>
13197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13198 \begin_inset Text
13199
13200 \begin_layout Plain Layout
13201 Dunkel Multi-P
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13207 \begin_inset Text
13208
13209 \begin_layout Plain Layout
13210 60
13211 \end_layout
13212
13213 \end_inset
13214 </cell>
13215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13216 \begin_inset Text
13217
13218 \begin_layout Plain Layout
13219 72
13220 \end_layout
13221
13222 \end_inset
13223 </cell>
13224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13225 \begin_inset Text
13226
13227 \begin_layout Plain Layout
13228 982
13229 \end_layout
13230
13231 \end_inset
13232 </cell>
13233 </row>
13234 <row>
13235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13236 \begin_inset Text
13237
13238 \begin_layout Plain Layout
13239 Kristallklar Pro
13240 \end_layout
13241
13242 \end_inset
13243 </cell>
13244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13245 \begin_inset Text
13246
13247 \begin_layout Plain Layout
13248 18
13249 \end_layout
13250
13251 \end_inset
13252 </cell>
13253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13254 \begin_inset Text
13255
13256 \begin_layout Plain Layout
13257 86
13258 \end_layout
13259
13260 \end_inset
13261 </cell>
13262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13263 \begin_inset Text
13264
13265 \begin_layout Plain Layout
13266 374
13267 \end_layout
13268
13269 \end_inset
13270 </cell>
13271 </row>
13272 </lyxtabular>
13273
13274 \end_inset
13275
13276
13277 \begin_inset VSpace medskip
13278 \end_inset
13279
13280
13281 \end_layout
13282
13283 \begin_layout Standard
13284 \begin_inset Newpage newpage
13285 \end_inset
13286
13287
13288 \end_layout
13289
13290 \begin_layout Standard
13291 Das 3-Argument Schema ist z.
13292 \begin_inset space \thinspace{}
13293 \end_inset
13294
13295 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13296 \begin_inset Separator parbreak
13297 \end_inset
13298
13299
13300 \end_layout
13301
13302 \begin_layout Standard
13303 \noindent
13304 \align center
13305 \begin_inset Tabular
13306 <lyxtabular version="3" rows="4" columns="4">
13307 <features tabularvalignment="middle">
13308 <column alignment="center" valignment="top" width="0pt">
13309 <column alignment="center" valignment="top">
13310 <column alignment="center" valignment="top">
13311 <column alignment="center" valignment="top">
13312 <row>
13313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13314 \begin_inset Text
13315
13316 \begin_layout Plain Layout
13317 \begin_inset ERT
13318 status collapsed
13319
13320 \begin_layout Plain Layout
13321
13322
13323 \backslash
13324 diagbox{
13325 \end_layout
13326
13327 \end_inset
13328
13329 Heim
13330 \begin_inset ERT
13331 status collapsed
13332
13333 \begin_layout Plain Layout
13334
13335 }{
13336 \end_layout
13337
13338 \end_inset
13339
13340 Ergebnis
13341 \begin_inset ERT
13342 status collapsed
13343
13344 \begin_layout Plain Layout
13345
13346 }{
13347 \end_layout
13348
13349 \end_inset
13350
13351 Auswärts
13352 \begin_inset ERT
13353 status collapsed
13354
13355 \begin_layout Plain Layout
13356
13357 }
13358 \end_layout
13359
13360 \end_inset
13361
13362
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Plain Layout
13371 Tiger
13372 \end_layout
13373
13374 \end_inset
13375 </cell>
13376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13377 \begin_inset Text
13378
13379 \begin_layout Plain Layout
13380 Panther
13381 \end_layout
13382
13383 \end_inset
13384 </cell>
13385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13386 \begin_inset Text
13387
13388 \begin_layout Plain Layout
13389 Falken
13390 \end_layout
13391
13392 \end_inset
13393 </cell>
13394 </row>
13395 <row>
13396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13397 \begin_inset Text
13398
13399 \begin_layout Plain Layout
13400 Tiger
13401 \end_layout
13402
13403 \end_inset
13404 </cell>
13405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13406 \begin_inset Text
13407
13408 \begin_layout Plain Layout
13409
13410 \end_layout
13411
13412 \end_inset
13413 </cell>
13414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13415 \begin_inset Text
13416
13417 \begin_layout Plain Layout
13418 1:3
13419 \end_layout
13420
13421 \end_inset
13422 </cell>
13423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13424 \begin_inset Text
13425
13426 \begin_layout Plain Layout
13427 0:1
13428 \end_layout
13429
13430 \end_inset
13431 </cell>
13432 </row>
13433 <row>
13434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13435 \begin_inset Text
13436
13437 \begin_layout Plain Layout
13438 Panther
13439 \end_layout
13440
13441 \end_inset
13442 </cell>
13443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13444 \begin_inset Text
13445
13446 \begin_layout Plain Layout
13447 3:1
13448 \end_layout
13449
13450 \end_inset
13451 </cell>
13452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13453 \begin_inset Text
13454
13455 \begin_layout Plain Layout
13456
13457 \end_layout
13458
13459 \end_inset
13460 </cell>
13461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13462 \begin_inset Text
13463
13464 \begin_layout Plain Layout
13465 0:0
13466 \end_layout
13467
13468 \end_inset
13469 </cell>
13470 </row>
13471 <row>
13472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13473 \begin_inset Text
13474
13475 \begin_layout Plain Layout
13476 Falken
13477 \end_layout
13478
13479 \end_inset
13480 </cell>
13481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13482 \begin_inset Text
13483
13484 \begin_layout Plain Layout
13485 1:0
13486 \end_layout
13487
13488 \end_inset
13489 </cell>
13490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13491 \begin_inset Text
13492
13493 \begin_layout Plain Layout
13494 0:0
13495 \end_layout
13496
13497 \end_inset
13498 </cell>
13499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13500 \begin_inset Text
13501
13502 \begin_layout Plain Layout
13503
13504 \end_layout
13505
13506 \end_inset
13507 </cell>
13508 </row>
13509 </lyxtabular>
13510
13511 \end_inset
13512
13513
13514 \end_layout
13515
13516 \begin_layout Standard
13517 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
13518  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
13519 \begin_inset Separator parbreak
13520 \end_inset
13521
13522
13523 \end_layout
13524
13525 \begin_layout Standard
13526 \noindent
13527 \align center
13528 \begin_inset Tabular
13529 <lyxtabular version="3" rows="5" columns="5">
13530 <features tabularvalignment="middle">
13531 <column alignment="center" valignment="top" width="0pt">
13532 <column alignment="center" valignment="top">
13533 <column alignment="center" valignment="top">
13534 <column alignment="center" valignment="top">
13535 <column alignment="center" valignment="top">
13536 <row>
13537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13538 \begin_inset Text
13539
13540 \begin_layout Plain Layout
13541 \begin_inset ERT
13542 status open
13543
13544 \begin_layout Plain Layout
13545
13546
13547 \backslash
13548 diagbox{
13549 \end_layout
13550
13551 \end_inset
13552
13553 Heim
13554 \begin_inset ERT
13555 status collapsed
13556
13557 \begin_layout Plain Layout
13558
13559 }{
13560 \end_layout
13561
13562 \end_inset
13563
13564 Ergebnis
13565 \begin_inset ERT
13566 status collapsed
13567
13568 \begin_layout Plain Layout
13569
13570 }{
13571 \end_layout
13572
13573 \end_inset
13574
13575 Auswärts
13576 \begin_inset ERT
13577 status collapsed
13578
13579 \begin_layout Plain Layout
13580
13581 }
13582 \end_layout
13583
13584 \end_inset
13585
13586
13587 \end_layout
13588
13589 \end_inset
13590 </cell>
13591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13592 \begin_inset Text
13593
13594 \begin_layout Plain Layout
13595 Tiger
13596 \end_layout
13597
13598 \end_inset
13599 </cell>
13600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13601 \begin_inset Text
13602
13603 \begin_layout Plain Layout
13604 Panther
13605 \end_layout
13606
13607 \end_inset
13608 </cell>
13609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13610 \begin_inset Text
13611
13612 \begin_layout Plain Layout
13613 Falken
13614 \end_layout
13615
13616 \end_inset
13617 </cell>
13618 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13619 \begin_inset Text
13620
13621 \begin_layout Plain Layout
13622 \begin_inset ERT
13623 status open
13624
13625 \begin_layout Plain Layout
13626
13627
13628 \backslash
13629 diagbox[dir=NE]{
13630 \end_layout
13631
13632 \end_inset
13633
13634 Heim
13635 \begin_inset ERT
13636 status collapsed
13637
13638 \begin_layout Plain Layout
13639
13640 }{
13641 \end_layout
13642
13643 \end_inset
13644
13645 Ergebnis
13646 \begin_inset ERT
13647 status collapsed
13648
13649 \begin_layout Plain Layout
13650
13651 }{
13652 \end_layout
13653
13654 \end_inset
13655
13656 Auswärts
13657 \begin_inset ERT
13658 status collapsed
13659
13660 \begin_layout Plain Layout
13661
13662 }
13663 \end_layout
13664
13665 \end_inset
13666
13667
13668 \end_layout
13669
13670 \end_inset
13671 </cell>
13672 </row>
13673 <row>
13674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13675 \begin_inset Text
13676
13677 \begin_layout Plain Layout
13678 Tiger
13679 \end_layout
13680
13681 \end_inset
13682 </cell>
13683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13684 \begin_inset Text
13685
13686 \begin_layout Plain Layout
13687
13688 \end_layout
13689
13690 \end_inset
13691 </cell>
13692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13693 \begin_inset Text
13694
13695 \begin_layout Plain Layout
13696 1:3
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13702 \begin_inset Text
13703
13704 \begin_layout Plain Layout
13705 0:1
13706 \end_layout
13707
13708 \end_inset
13709 </cell>
13710 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13711 \begin_inset Text
13712
13713 \begin_layout Plain Layout
13714 Tiger
13715 \end_layout
13716
13717 \end_inset
13718 </cell>
13719 </row>
13720 <row>
13721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13722 \begin_inset Text
13723
13724 \begin_layout Plain Layout
13725 Panther
13726 \end_layout
13727
13728 \end_inset
13729 </cell>
13730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13731 \begin_inset Text
13732
13733 \begin_layout Plain Layout
13734 3:1
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13740 \begin_inset Text
13741
13742 \begin_layout Plain Layout
13743
13744 \end_layout
13745
13746 \end_inset
13747 </cell>
13748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13749 \begin_inset Text
13750
13751 \begin_layout Plain Layout
13752 0:0
13753 \end_layout
13754
13755 \end_inset
13756 </cell>
13757 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13758 \begin_inset Text
13759
13760 \begin_layout Plain Layout
13761 Panther
13762 \end_layout
13763
13764 \end_inset
13765 </cell>
13766 </row>
13767 <row>
13768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13769 \begin_inset Text
13770
13771 \begin_layout Plain Layout
13772 Falken
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13778 \begin_inset Text
13779
13780 \begin_layout Plain Layout
13781 1:0
13782 \end_layout
13783
13784 \end_inset
13785 </cell>
13786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13787 \begin_inset Text
13788
13789 \begin_layout Plain Layout
13790 0:0
13791 \end_layout
13792
13793 \end_inset
13794 </cell>
13795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13796 \begin_inset Text
13797
13798 \begin_layout Plain Layout
13799
13800 \end_layout
13801
13802 \end_inset
13803 </cell>
13804 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13805 \begin_inset Text
13806
13807 \begin_layout Plain Layout
13808 Falken
13809 \end_layout
13810
13811 \end_inset
13812 </cell>
13813 </row>
13814 <row>
13815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13816 \begin_inset Text
13817
13818 \begin_layout Plain Layout
13819 \begin_inset ERT
13820 status open
13821
13822 \begin_layout Plain Layout
13823
13824
13825 \backslash
13826 diagbox[dir=SW]{
13827 \end_layout
13828
13829 \end_inset
13830
13831 Heim
13832 \begin_inset ERT
13833 status collapsed
13834
13835 \begin_layout Plain Layout
13836
13837 }{
13838 \end_layout
13839
13840 \end_inset
13841
13842 Ergebnis
13843 \begin_inset ERT
13844 status collapsed
13845
13846 \begin_layout Plain Layout
13847
13848 }{
13849 \end_layout
13850
13851 \end_inset
13852
13853 Auswärts
13854 \begin_inset ERT
13855 status collapsed
13856
13857 \begin_layout Plain Layout
13858
13859 }
13860 \end_layout
13861
13862 \end_inset
13863
13864
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13870 \begin_inset Text
13871
13872 \begin_layout Plain Layout
13873 Tiger
13874 \end_layout
13875
13876 \end_inset
13877 </cell>
13878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13879 \begin_inset Text
13880
13881 \begin_layout Plain Layout
13882 Panther
13883 \end_layout
13884
13885 \end_inset
13886 </cell>
13887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13888 \begin_inset Text
13889
13890 \begin_layout Plain Layout
13891 Falken
13892 \end_layout
13893
13894 \end_inset
13895 </cell>
13896 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13897 \begin_inset Text
13898
13899 \begin_layout Plain Layout
13900 \begin_inset ERT
13901 status open
13902
13903 \begin_layout Plain Layout
13904
13905
13906 \backslash
13907 diagbox[dir=SE]{
13908 \end_layout
13909
13910 \end_inset
13911
13912 Heim
13913 \begin_inset ERT
13914 status collapsed
13915
13916 \begin_layout Plain Layout
13917
13918 }{
13919 \end_layout
13920
13921 \end_inset
13922
13923 Ergebnis
13924 \begin_inset ERT
13925 status collapsed
13926
13927 \begin_layout Plain Layout
13928
13929 }{
13930 \end_layout
13931
13932 \end_inset
13933
13934 Auswärts
13935 \begin_inset ERT
13936 status collapsed
13937
13938 \begin_layout Plain Layout
13939
13940 }
13941 \end_layout
13942
13943 \end_inset
13944
13945
13946 \end_layout
13947
13948 \end_inset
13949 </cell>
13950 </row>
13951 </lyxtabular>
13952
13953 \end_inset
13954
13955
13956 \end_layout
13957
13958 \begin_layout Standard
13959 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
13960 \series bold
13961 dir=Richtung
13962 \series default
13963  verwendet.
13964  
13965 \emph on
13966 Richtung
13967 \emph default
13968  ist entweder 
13969 \series bold
13970 NE
13971 \series default
13972
13973 \series bold
13974 DE
13975 \series default
13976
13977 \series bold
13978 SW
13979 \series default
13980  oder 
13981 \series bold
13982 NW
13983 \series default
13984  und stellt eine Himmelsrichtung dar.
13985  
13986 \series bold
13987 SW
13988 \series default
13989  ist z.
13990 \begin_inset space \thinspace{}
13991 \end_inset
13992
13993 B.
13994  die Südwestecke.
13995  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
13996 \end_layout
13997
13998 \begin_layout Standard
13999
14000 \series bold
14001
14002 \backslash
14003 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
14004 \end_layout
14005
14006 \begin_layout Standard
14007 verwendet.
14008  Wenn keine Richtung angegeben ist, wird NW verwendet.
14009 \end_layout
14010
14011 \begin_layout Standard
14012 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
14013  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
14014 e ist, ragt der Inhalt über die Zelle hinaus:
14015 \begin_inset Separator parbreak
14016 \end_inset
14017
14018
14019 \end_layout
14020
14021 \begin_layout Standard
14022 \noindent
14023 \align center
14024 \begin_inset Tabular
14025 <lyxtabular version="3" rows="2" columns="2">
14026 <features tabularvalignment="middle">
14027 <column alignment="center" valignment="top" width="3cm">
14028 <column alignment="center" valignment="top">
14029 <row>
14030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14031 \begin_inset Text
14032
14033 \begin_layout Plain Layout
14034 \begin_inset ERT
14035 status collapsed
14036
14037 \begin_layout Plain Layout
14038
14039
14040 \backslash
14041 diagbox{
14042 \end_layout
14043
14044 \end_inset
14045
14046 Name
14047 \begin_inset ERT
14048 status collapsed
14049
14050 \begin_layout Plain Layout
14051
14052 }{
14053 \end_layout
14054
14055 \end_inset
14056
14057 Parameter
14058 \begin_inset ERT
14059 status collapsed
14060
14061 \begin_layout Plain Layout
14062
14063 }
14064 \end_layout
14065
14066 \end_inset
14067
14068
14069 \end_layout
14070
14071 \end_inset
14072 </cell>
14073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Plain Layout
14077 Dicke in nm
14078 \end_layout
14079
14080 \end_inset
14081 </cell>
14082 </row>
14083 <row>
14084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14085 \begin_inset Text
14086
14087 \begin_layout Plain Layout
14088 Perfekt Grün
14089 \end_layout
14090
14091 \end_inset
14092 </cell>
14093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14094 \begin_inset Text
14095
14096 \begin_layout Plain Layout
14097 45
14098 \end_layout
14099
14100 \end_inset
14101 </cell>
14102 </row>
14103 </lyxtabular>
14104
14105 \end_inset
14106
14107
14108 \end_layout
14109
14110 \begin_layout Standard
14111 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14112  verwendet man die Befehlsoption 
14113 \series bold
14114 width=3cm
14115 \series default
14116  (ersetzen Sie '3cm' durch die benötigte Breite).
14117  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14118 \begin_inset space \thinspace{}
14119 \end_inset
14120
14121 cm gesetzt.
14122  Für 
14123 \series bold
14124
14125 \backslash
14126 diagbox
14127 \series default
14128  wird eine Breite von 4
14129 \begin_inset space \thinspace{}
14130 \end_inset
14131
14132 cm + 2
14133 \begin_inset space \thinspace{}
14134 \end_inset
14135
14136
14137 \backslash
14138 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14139  diesem Fall 4
14140 \begin_inset space \thinspace{}
14141 \end_inset
14142
14143 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14144  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14145 \series bold
14146
14147 \backslash
14148 diagbox
14149 \series default
14150  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14151  später verwenden kann.
14152  Dies wird mit den \SpecialChar TeX
14153 -Code Befehlen
14154 \end_layout
14155
14156 \begin_layout Standard
14157
14158 \series bold
14159
14160 \backslash
14161 newlength{
14162 \backslash
14163 diagtest}
14164 \begin_inset Newline newline
14165 \end_inset
14166
14167
14168 \backslash
14169 setlength{
14170 \backslash
14171 diagtest}{4cm+2
14172 \backslash
14173 tabcolsep}
14174 \end_layout
14175
14176 \begin_layout Standard
14177 erreicht.
14178 \end_layout
14179
14180 \begin_layout Standard
14181 \begin_inset ERT
14182 status collapsed
14183
14184 \begin_layout Plain Layout
14185
14186
14187 \backslash
14188 newlength{
14189 \backslash
14190 diagtest}
14191 \end_layout
14192
14193 \begin_layout Plain Layout
14194
14195
14196 \backslash
14197 setlength{
14198 \backslash
14199 diagtest}{4cm+2
14200 \backslash
14201 tabcolsep}
14202 \end_layout
14203
14204 \end_inset
14205
14206
14207 \end_layout
14208
14209 \begin_layout Standard
14210 Um Berechnungen in \SpecialChar LaTeX
14211  zu aktivieren, muss das Paket 
14212 \series bold
14213 calc
14214 \series default
14215
14216 \begin_inset Index idx
14217 status collapsed
14218
14219 \begin_layout Plain Layout
14220 \SpecialChar LaTeX
14221 -Pakete ! calc
14222 \end_layout
14223
14224 \end_inset
14225
14226  im \SpecialChar LaTeX
14227 -Vorspann geladen werden.
14228 \end_layout
14229
14230 \begin_layout Standard
14231 In der Tabelle kann man nun den Befehl
14232 \end_layout
14233
14234 \begin_layout Standard
14235
14236 \series bold
14237
14238 \backslash
14239 diagbox[width=
14240 \backslash
14241 diagtest]{A}{B}
14242 \end_layout
14243
14244 \begin_layout Standard
14245 in der ersten Zelle verwenden:
14246 \begin_inset Separator parbreak
14247 \end_inset
14248
14249
14250 \end_layout
14251
14252 \begin_layout Standard
14253 \noindent
14254 \align center
14255 \begin_inset Tabular
14256 <lyxtabular version="3" rows="2" columns="2">
14257 <features tabularvalignment="middle">
14258 <column alignment="center" valignment="top" width="4cm">
14259 <column alignment="center" valignment="top">
14260 <row>
14261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14262 \begin_inset Text
14263
14264 \begin_layout Plain Layout
14265 \begin_inset ERT
14266 status open
14267
14268 \begin_layout Plain Layout
14269
14270
14271 \backslash
14272 diagbox[width=
14273 \backslash
14274 diagtest]{
14275 \end_layout
14276
14277 \end_inset
14278
14279 A
14280 \begin_inset ERT
14281 status collapsed
14282
14283 \begin_layout Plain Layout
14284
14285 }{
14286 \end_layout
14287
14288 \end_inset
14289
14290 B
14291 \begin_inset ERT
14292 status collapsed
14293
14294 \begin_layout Plain Layout
14295
14296 }
14297 \end_layout
14298
14299 \end_inset
14300
14301
14302 \end_layout
14303
14304 \end_inset
14305 </cell>
14306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14307 \begin_inset Text
14308
14309 \begin_layout Plain Layout
14310 Dicke in nm
14311 \end_layout
14312
14313 \end_inset
14314 </cell>
14315 </row>
14316 <row>
14317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14318 \begin_inset Text
14319
14320 \begin_layout Plain Layout
14321 Perfekt Grün
14322 \end_layout
14323
14324 \end_inset
14325 </cell>
14326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14327 \begin_inset Text
14328
14329 \begin_layout Plain Layout
14330 45
14331 \end_layout
14332
14333 \end_inset
14334 </cell>
14335 </row>
14336 </lyxtabular>
14337
14338 \end_inset
14339
14340
14341 \end_layout
14342
14343 \begin_layout Standard
14344 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14345  muss.
14346  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14347  wie in in dieser Tabelle:
14348 \begin_inset Separator parbreak
14349 \end_inset
14350
14351
14352 \end_layout
14353
14354 \begin_layout Standard
14355 \noindent
14356 \align center
14357 \begin_inset Tabular
14358 <lyxtabular version="3" rows="2" columns="2">
14359 <features tabularvalignment="middle">
14360 <column alignment="center" valignment="top" width="0pt">
14361 <column alignment="center" valignment="top">
14362 <row>
14363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14364 \begin_inset Text
14365
14366 \begin_layout Plain Layout
14367 \begin_inset ERT
14368 status collapsed
14369
14370 \begin_layout Plain Layout
14371
14372
14373 \backslash
14374 diagbox{
14375 \end_layout
14376
14377 \end_inset
14378
14379 A
14380 \begin_inset ERT
14381 status collapsed
14382
14383 \begin_layout Plain Layout
14384
14385 }{
14386 \end_layout
14387
14388 \end_inset
14389
14390 B
14391 \begin_inset ERT
14392 status collapsed
14393
14394 \begin_layout Plain Layout
14395
14396 }
14397 \end_layout
14398
14399 \end_inset
14400
14401
14402 \end_layout
14403
14404 \end_inset
14405 </cell>
14406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14407 \begin_inset Text
14408
14409 \begin_layout Plain Layout
14410 Dicke in nm
14411 \end_layout
14412
14413 \end_inset
14414 </cell>
14415 </row>
14416 <row>
14417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14418 \begin_inset Text
14419
14420 \begin_layout Plain Layout
14421 Perfekt Grün
14422 \end_layout
14423
14424 \end_inset
14425 </cell>
14426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14427 \begin_inset Text
14428
14429 \begin_layout Plain Layout
14430 45
14431 \end_layout
14432
14433 \end_inset
14434 </cell>
14435 </row>
14436 </lyxtabular>
14437
14438 \end_inset
14439
14440
14441 \end_layout
14442
14443 \begin_layout Standard
14444 Verwenden Sie in diesem Fall die Option 
14445 \series bold
14446 width
14447 \series default
14448  des Befehls 
14449 \series bold
14450
14451 \backslash
14452 diagbox
14453 \series default
14454 .
14455  Es ist dabei nicht notwendig, 2
14456 \backslash
14457 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
14458  ist.
14459  In dieser Tabelle wird eine Breite von 3
14460 \begin_inset space \thinspace{}
14461 \end_inset
14462
14463 cm verwendet:
14464 \begin_inset Separator parbreak
14465 \end_inset
14466
14467
14468 \end_layout
14469
14470 \begin_layout Standard
14471 \noindent
14472 \align center
14473 \begin_inset Tabular
14474 <lyxtabular version="3" rows="2" columns="2">
14475 <features tabularvalignment="middle">
14476 <column alignment="center" valignment="top" width="0pt">
14477 <column alignment="center" valignment="top">
14478 <row>
14479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14480 \begin_inset Text
14481
14482 \begin_layout Plain Layout
14483 \begin_inset ERT
14484 status open
14485
14486 \begin_layout Plain Layout
14487
14488
14489 \backslash
14490 diagbox[width=3cm]{
14491 \end_layout
14492
14493 \end_inset
14494
14495 A
14496 \begin_inset ERT
14497 status collapsed
14498
14499 \begin_layout Plain Layout
14500
14501 }{
14502 \end_layout
14503
14504 \end_inset
14505
14506 B
14507 \begin_inset ERT
14508 status collapsed
14509
14510 \begin_layout Plain Layout
14511
14512 }
14513 \end_layout
14514
14515 \end_inset
14516
14517
14518 \end_layout
14519
14520 \end_inset
14521 </cell>
14522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14523 \begin_inset Text
14524
14525 \begin_layout Plain Layout
14526 Dicke in nm
14527 \end_layout
14528
14529 \end_inset
14530 </cell>
14531 </row>
14532 <row>
14533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14534 \begin_inset Text
14535
14536 \begin_layout Plain Layout
14537 Perfekt Grün
14538 \end_layout
14539
14540 \end_inset
14541 </cell>
14542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14543 \begin_inset Text
14544
14545 \begin_layout Plain Layout
14546 45
14547 \end_layout
14548
14549 \end_inset
14550 </cell>
14551 </row>
14552 </lyxtabular>
14553
14554 \end_inset
14555
14556
14557 \end_layout
14558
14559 \begin_layout Standard
14560 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
14561  Text in der Zelle unterzubringen.
14562  Dies wird mit der 
14563 \series bold
14564
14565 \backslash
14566 diagbox
14567 \series default
14568 -Option 
14569 \series bold
14570 height=3cm
14571 \series default
14572  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
14573  In der folgenden Tabelle wird der Befehl
14574 \end_layout
14575
14576 \begin_layout Standard
14577
14578 \series bold
14579
14580 \backslash
14581 diagbox[width=3cm,height=1.4cm]{A
14582 \backslash
14583
14584 \backslash
14585 B}{C
14586 \backslash
14587
14588 \backslash
14589 D}
14590 \end_layout
14591
14592 \begin_layout Standard
14593 in der ersten Zelle verwendet.
14594  Der Befehl 
14595 \series bold
14596
14597 \backslash
14598
14599 \backslash
14600
14601 \series default
14602  erzeugt hierbei den Zeilenumbruch.
14603 \begin_inset Foot
14604 status collapsed
14605
14606 \begin_layout Plain Layout
14607 Zeilen mit 
14608 \family sans
14609 Strg+Enter
14610 \family default
14611  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
14612 \end_layout
14613
14614 \end_inset
14615
14616
14617 \begin_inset Separator parbreak
14618 \end_inset
14619
14620
14621 \end_layout
14622
14623 \begin_layout Standard
14624 \noindent
14625 \align center
14626 \begin_inset Tabular
14627 <lyxtabular version="3" rows="2" columns="2">
14628 <features tabularvalignment="middle">
14629 <column alignment="center" valignment="top">
14630 <column alignment="center" valignment="top">
14631 <row>
14632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14633 \begin_inset Text
14634
14635 \begin_layout Plain Layout
14636 \begin_inset ERT
14637 status open
14638
14639 \begin_layout Plain Layout
14640
14641
14642 \backslash
14643 diagbox[width=3cm,height=1.4cm]{
14644 \end_layout
14645
14646 \end_inset
14647
14648 A
14649 \begin_inset ERT
14650 status collapsed
14651
14652 \begin_layout Plain Layout
14653
14654
14655 \backslash
14656
14657 \backslash
14658
14659 \end_layout
14660
14661 \end_inset
14662
14663 B
14664 \begin_inset ERT
14665 status collapsed
14666
14667 \begin_layout Plain Layout
14668
14669 }{
14670 \end_layout
14671
14672 \end_inset
14673
14674 C
14675 \begin_inset ERT
14676 status collapsed
14677
14678 \begin_layout Plain Layout
14679
14680
14681 \backslash
14682
14683 \backslash
14684
14685 \end_layout
14686
14687 \end_inset
14688
14689 D
14690 \begin_inset ERT
14691 status collapsed
14692
14693 \begin_layout Plain Layout
14694
14695 }
14696 \end_layout
14697
14698 \end_inset
14699
14700
14701 \end_layout
14702
14703 \end_inset
14704 </cell>
14705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14706 \begin_inset Text
14707
14708 \begin_layout Plain Layout
14709 Dicke in nm
14710 \end_layout
14711
14712 \end_inset
14713 </cell>
14714 </row>
14715 <row>
14716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14717 \begin_inset Text
14718
14719 \begin_layout Plain Layout
14720 Perfekt Grün
14721 \end_layout
14722
14723 \end_inset
14724 </cell>
14725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14726 \begin_inset Text
14727
14728 \begin_layout Plain Layout
14729 45
14730 \end_layout
14731
14732 \end_inset
14733 </cell>
14734 </row>
14735 </lyxtabular>
14736
14737 \end_inset
14738
14739
14740 \end_layout
14741
14742 \begin_layout Standard
14743 \begin_inset ERT
14744 status collapsed
14745
14746 \begin_layout Plain Layout
14747
14748
14749 \backslash
14750 else
14751 \end_layout
14752
14753 \end_inset
14754
14755
14756 \begin_inset Note Note
14757 status open
14758
14759 \begin_layout Plain Layout
14760 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
14761 -Paket 
14762 \series bold
14763 diagbox
14764 \series default
14765  nicht installiert ist:
14766 \end_layout
14767
14768 \end_inset
14769
14770
14771 \end_layout
14772
14773 \begin_layout Standard
14774 Sie müssen das \SpecialChar LaTeX
14775 -Paket 
14776 \series bold
14777 diagbox
14778 \series default
14779  installiert haben um den Inhalt dieses Abschnitts zu sehen.
14780 \end_layout
14781
14782 \begin_layout Standard
14783 \begin_inset ERT
14784 status collapsed
14785
14786 \begin_layout Plain Layout
14787
14788
14789 \backslash
14790 fi
14791 \end_layout
14792
14793 \end_inset
14794
14795
14796 \end_layout
14797
14798 \begin_layout Standard
14799 Für mehr Informationen über das \SpecialChar LaTeX
14800 -Paket 
14801 \series bold
14802 diagbox
14803 \series default
14804 , siehe dessen Dokumentation, 
14805 \begin_inset CommandInset citation
14806 LatexCommand cite
14807 key "diagbox"
14808
14809 \end_inset
14810
14811 .
14812 \end_layout
14813
14814 \begin_layout Section
14815 Formale Tabellen
14816 \begin_inset CommandInset label
14817 LatexCommand label
14818 name "abs:Formale-Tabellen"
14819
14820 \end_inset
14821
14822
14823 \begin_inset Index idx
14824 status collapsed
14825
14826 \begin_layout Plain Layout
14827 Tabellen ! Formale
14828 \end_layout
14829
14830 \end_inset
14831
14832
14833 \end_layout
14834
14835 \begin_layout Standard
14836 Tabellen werden in Büchern oft wie Tabelle
14837 \begin_inset space ~
14838 \end_inset
14839
14840
14841 \begin_inset CommandInset ref
14842 LatexCommand ref
14843 reference "tab:Formale-Tabelle"
14844
14845 \end_inset
14846
14847  gesetzt.
14848  Diese Tabellen werden
14849 \emph on
14850  formal
14851 \emph default
14852  genannt.
14853  Formale Tabellen bekommen Sie, wenn Sie im 
14854 \family sans
14855 Tabellen-Einstellungen
14856 \family default
14857 -Dialog auf der Karteikarte 
14858 \family sans
14859 Rahmen
14860 \family default
14861  den 
14862 \family sans
14863 Stil
14864 \family default
14865  
14866 \family sans
14867 Formal
14868 \family default
14869  ankreuzen.
14870 \end_layout
14871
14872 \begin_layout Standard
14873 \begin_inset Float table
14874 placement h
14875 wide false
14876 sideways false
14877 status open
14878
14879 \begin_layout Plain Layout
14880 \begin_inset Caption Standard
14881
14882 \begin_layout Plain Layout
14883 \begin_inset CommandInset label
14884 LatexCommand label
14885 name "tab:Formale-Tabelle"
14886
14887 \end_inset
14888
14889 Formale Tabelle
14890 \end_layout
14891
14892 \end_inset
14893
14894
14895 \end_layout
14896
14897 \begin_layout Plain Layout
14898 \align center
14899 \begin_inset Tabular
14900 <lyxtabular version="3" rows="8" columns="4">
14901 <features booktabs="true" tabularvalignment="middle">
14902 <column alignment="center" valignment="top">
14903 <column alignment="right" valignment="top">
14904 <column alignment="right" valignment="top">
14905 <column alignment="right" valignment="top">
14906 <row>
14907 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14908 \begin_inset Text
14909
14910 \begin_layout Plain Layout
14911 System
14912 \end_layout
14913
14914 \end_inset
14915 </cell>
14916 <cell alignment="center" valignment="top" topline="true" usebox="none">
14917 \begin_inset Text
14918
14919 \begin_layout Plain Layout
14920 Chip
14921 \begin_inset space \thinspace{}
14922 \end_inset
14923
14924 1
14925 \end_layout
14926
14927 \end_inset
14928 </cell>
14929 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14930 \begin_inset Text
14931
14932 \begin_layout Plain Layout
14933 Chip
14934 \begin_inset space \thinspace{}
14935 \end_inset
14936
14937 2
14938 \end_layout
14939
14940 \end_inset
14941 </cell>
14942 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14943 \begin_inset Text
14944
14945 \begin_layout Plain Layout
14946
14947 \end_layout
14948
14949 \end_inset
14950 </cell>
14951 </row>
14952 <row>
14953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14954 \begin_inset Text
14955
14956 \begin_layout Plain Layout
14957 \begin_inset ERT
14958 status collapsed
14959
14960 \begin_layout Plain Layout
14961
14962
14963 \backslash
14964 cmidrule(r){2-2}
14965 \end_layout
14966
14967 \end_inset
14968
14969
14970 \begin_inset ERT
14971 status collapsed
14972
14973 \begin_layout Plain Layout
14974
14975
14976 \backslash
14977 cmidrule(l){3-4}
14978 \end_layout
14979
14980 \end_inset
14981
14982 Detektordicke in µm
14983 \end_layout
14984
14985 \end_inset
14986 </cell>
14987 <cell alignment="center" valignment="top" usebox="none">
14988 \begin_inset Text
14989
14990 \begin_layout Plain Layout
14991 300
14992 \end_layout
14993
14994 \end_inset
14995 </cell>
14996 <cell alignment="center" valignment="top" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000 300
15001 \end_layout
15002
15003 \end_inset
15004 </cell>
15005 <cell alignment="center" valignment="top" usebox="none">
15006 \begin_inset Text
15007
15008 \begin_layout Plain Layout
15009 700
15010 \end_layout
15011
15012 \end_inset
15013 </cell>
15014 </row>
15015 <row>
15016 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15017 \begin_inset Text
15018
15019 \begin_layout Plain Layout
15020 Kantenwinkel in °
15021 \end_layout
15022
15023 \end_inset
15024 </cell>
15025 <cell alignment="center" valignment="top" topline="true" usebox="none">
15026 \begin_inset Text
15027
15028 \begin_layout Plain Layout
15029 3.55
15030 \end_layout
15031
15032 \end_inset
15033 </cell>
15034 <cell alignment="center" valignment="top" topline="true" usebox="none">
15035 \begin_inset Text
15036
15037 \begin_layout Plain Layout
15038 2.71
15039 \end_layout
15040
15041 \end_inset
15042 </cell>
15043 <cell alignment="center" valignment="top" topline="true" usebox="none">
15044 \begin_inset Text
15045
15046 \begin_layout Plain Layout
15047 7.99
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 </row>
15053 <row topspace="default">
15054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15055 \begin_inset Text
15056
15057 \begin_layout Plain Layout
15058 räumliche Auf\SpecialChar ligaturebreak
15059 lösung in µm
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 <cell alignment="center" valignment="top" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Plain Layout
15068 4.26
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 <cell alignment="center" valignment="top" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Plain Layout
15077 10.17
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 <cell alignment="center" valignment="top" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086 10.56
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 MTF bei 
15098 \begin_inset Formula $f_{\mathrm{max}}$
15099 \end_inset
15100
15101
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 <cell alignment="center" valignment="top" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Plain Layout
15110 0.53
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 0.37
15120 \end_layout
15121
15122 \end_inset
15123 </cell>
15124 <cell alignment="center" valignment="top" usebox="none">
15125 \begin_inset Text
15126
15127 \begin_layout Plain Layout
15128 0.39
15129 \end_layout
15130
15131 \end_inset
15132 </cell>
15133 </row>
15134 <row topspace="default">
15135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15136 \begin_inset Text
15137
15138 \begin_layout Plain Layout
15139 \begin_inset ERT
15140 status collapsed
15141
15142 \begin_layout Plain Layout
15143
15144
15145 \backslash
15146 cmidrule[2pt](l{10pt}){1-1}
15147 \end_layout
15148
15149 \end_inset
15150
15151 LSF räumliche Auf\SpecialChar ligaturebreak
15152 lösung
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 <cell alignment="center" valignment="top" usebox="none">
15158 \begin_inset Text
15159
15160 \begin_layout Plain Layout
15161
15162 \end_layout
15163
15164 \end_inset
15165 </cell>
15166 <cell alignment="center" valignment="top" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Plain Layout
15170
15171 \end_layout
15172
15173 \end_inset
15174 </cell>
15175 <cell alignment="center" valignment="top" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Plain Layout
15179
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 </row>
15185 <row>
15186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Plain Layout
15190 in µm
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 <cell alignment="center" valignment="top" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199 129.7
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 <cell alignment="center" valignment="top" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Plain Layout
15208 52.75
15209 \end_layout
15210
15211 \end_inset
15212 </cell>
15213 <cell alignment="center" valignment="top" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Plain Layout
15217 50.78
15218 \end_layout
15219
15220 \end_inset
15221 </cell>
15222 </row>
15223 <row>
15224 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15225 \begin_inset Text
15226
15227 \begin_layout Plain Layout
15228 in % der Pixelgröße
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15234 \begin_inset Text
15235
15236 \begin_layout Plain Layout
15237 76.3
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15243 \begin_inset Text
15244
15245 \begin_layout Plain Layout
15246 95.9
15247 \end_layout
15248
15249 \end_inset
15250 </cell>
15251 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15252 \begin_inset Text
15253
15254 \begin_layout Plain Layout
15255 92.3
15256 \end_layout
15257
15258 \end_inset
15259 </cell>
15260 </row>
15261 </lyxtabular>
15262
15263 \end_inset
15264
15265
15266 \end_layout
15267
15268 \end_inset
15269
15270
15271 \end_layout
15272
15273 \begin_layout Standard
15274 Abstände zu Tabellenzeilen können auf der Karteikarte 
15275 \family sans
15276 Rahmen
15277 \family default
15278  des 
15279 \family sans
15280 Tabellen-Ein\SpecialChar softhyphen
15281 stel\SpecialChar softhyphen
15282 lun\SpecialChar softhyphen
15283 gen
15284 \family default
15285 -Dialogs hinzugefügt werden, wie in Abschnitt
15286 \begin_inset space ~
15287 \end_inset
15288
15289
15290 \begin_inset CommandInset ref
15291 LatexCommand ref
15292 reference "uab:Zeilenabstand"
15293
15294 \end_inset
15295
15296  beschrieben.
15297 \end_layout
15298
15299 \begin_layout Standard
15300 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15301  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15302  gedruckt aber anders aus.
15303  Die erste und letzte Linie ist 0.08
15304 \begin_inset space \thinspace{}
15305 \end_inset
15306
15307 em dick, während die anderen 0.05
15308 \begin_inset space \thinspace{}
15309 \end_inset
15310
15311 em dick sind.
15312 \end_layout
15313
15314 \begin_layout Standard
15315 Die Standarddicken können im \SpecialChar LaTeX
15316 -Vorspann geändert werden:
15317 \end_layout
15318
15319 \begin_layout Standard
15320
15321 \series bold
15322
15323 \backslash
15324 let
15325 \backslash
15326 mytoprule
15327 \backslash
15328 toprule
15329 \begin_inset Newline newline
15330 \end_inset
15331
15332
15333 \backslash
15334 renewcommand{
15335 \backslash
15336 toprule}{
15337 \backslash
15338 mytoprule[Breite]}
15339 \end_layout
15340
15341 \begin_layout Standard
15342 Dies Beispiel gilt für die oberste Linie, genannt 
15343 \series bold
15344 toprule
15345 \series default
15346 .
15347  Für die letzte müssen Sie 
15348 \series bold
15349 toprule
15350 \series default
15351  durch 
15352 \series bold
15353 bottomrule
15354 \series default
15355  ersetzen.
15356  Die Linien dazwischen heißen 
15357 \series bold
15358 midrule
15359 \series default
15360 .
15361  Für 
15362 \family sans
15363 Breite
15364 \family default
15365  können Sie alle Einheiten benutzen, die in Anhang
15366 \begin_inset space ~
15367 \end_inset
15368
15369
15370 \begin_inset CommandInset ref
15371 LatexCommand ref
15372 reference "kap:In-LyX-verfügbare"
15373
15374 \end_inset
15375
15376  aufgelistet sind.
15377 \end_layout
15378
15379 \begin_layout Standard
15380 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
15381  eine Linie unter einer Mehrfachspalte.
15382  \SpecialChar LyX
15383  wird intern den Befehl 
15384 \series bold
15385
15386 \backslash
15387 cmidrule
15388 \series default
15389  benutzen, um diese Linie zu drucken.
15390  Der ganze Befehl sieht so aus:
15391 \end_layout
15392
15393 \begin_layout Standard
15394
15395 \series bold
15396
15397 \backslash
15398 cmidrule[Höhe](trim){Anfangsspalte-Endspalte}
15399 \end_layout
15400
15401 \begin_layout Standard
15402 Die 
15403 \series bold
15404
15405 \backslash
15406 cmidrule
15407 \series default
15408 -Optionen werden (noch) nicht von \SpecialChar LyX
15409  unterstützt, also müssen Sie \SpecialChar TeX
15410 -Code benutzen.
15411  
15412 \series bold
15413
15414 \backslash
15415 cmidrule
15416 \series default
15417  kann man benutzen, indem man den Befehl als \SpecialChar TeX
15418 -Code als erstes in die erste
15419  Zelle einer Zeile einfügt.
15420  Die Linie wird dann über der Zeile gedruckt.
15421 \end_layout
15422
15423 \begin_layout Standard
15424 Der Standardwert der optionalen 
15425 \series bold
15426 Höhe
15427 \series default
15428  ist 0.03
15429 \begin_inset space \thinspace{}
15430 \end_inset
15431
15432 em.
15433  Die Linie reicht von 
15434 \series bold
15435 Anfangsspalte
15436 \series default
15437  bis 
15438 \series bold
15439 Endspalte
15440 \series default
15441 .
15442  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15443  Die 
15444 \series bold
15445 Endspalte
15446 \series default
15447  muss immer angegeben werden, auch wenn die Linie nur über eine Spalte geht.
15448  Der optionale Parameter 
15449 \series bold
15450 trim
15451 \series default
15452  kann die Werte 
15453 \emph on
15454 r
15455 \emph default
15456
15457 \emph on
15458 r{Breite}
15459 \emph default
15460
15461 \emph on
15462 l
15463 \family typewriter
15464 \emph default
15465  
15466 \family default
15467 oder 
15468 \emph on
15469 l{Breite}
15470 \emph default
15471  annehmen, wobei die 
15472 \emph on
15473 Breite
15474 \emph default
15475  optional ist.
15476  
15477 \emph on
15478 l{2pt}
15479 \emph default
15480  zum Beispiel bedeutet, dass die Linie links um 2
15481 \begin_inset space \thinspace{}
15482 \end_inset
15483
15484 pt gekürzt wird.
15485  Ohne Breitenangabe wird die Linie um 0.5
15486 \begin_inset space \thinspace{}
15487 \end_inset
15488
15489 em gekürzt.
15490 \end_layout
15491
15492 \begin_layout Standard
15493 \begin_inset VSpace bigskip
15494 \end_inset
15495
15496 In Tabelle
15497 \begin_inset space ~
15498 \end_inset
15499
15500
15501 \begin_inset CommandInset ref
15502 LatexCommand ref
15503 reference "tab:Formale-Tabelle"
15504
15505 \end_inset
15506
15507  wurden die Befehle
15508 \end_layout
15509
15510 \begin_layout Standard
15511
15512 \series bold
15513
15514 \backslash
15515 cmidrule(r){2-2}
15516 \backslash
15517 cmidrule(l){3-4}
15518 \end_layout
15519
15520 \begin_layout Standard
15521 am Anfang der zweiten Zeile und
15522 \end_layout
15523
15524 \begin_layout Standard
15525
15526 \series bold
15527
15528 \backslash
15529 cmidrule[2pt](l{10pt}){1-1}
15530 \end_layout
15531
15532 \begin_layout Standard
15533 in der sechsten benutzt.
15534 \end_layout
15535
15536 \begin_layout Standard
15537 \begin_inset VSpace bigskip
15538 \end_inset
15539
15540
15541 \end_layout
15542
15543 \begin_layout Standard
15544 Sie können mit 
15545 \series bold
15546
15547 \backslash
15548 cmidrule
15549 \series default
15550  auch überlappende Linien wie in Tabelle
15551 \begin_inset space ~
15552 \end_inset
15553
15554
15555 \begin_inset CommandInset ref
15556 LatexCommand ref
15557 reference "tab:Special-booktabs-table"
15558
15559 \end_inset
15560
15561  definieren.
15562  Der Befehl ist:
15563 \end_layout
15564
15565 \begin_layout Standard
15566
15567 \series bold
15568
15569 \backslash
15570 morecmidrules
15571 \end_layout
15572
15573 \begin_layout Standard
15574 In Zeile zwei der Tabelle
15575 \begin_inset space ~
15576 \end_inset
15577
15578
15579 \begin_inset CommandInset ref
15580 LatexCommand ref
15581 reference "tab:Special-booktabs-table"
15582
15583 \end_inset
15584
15585  wurde folgender Befehl benutzt:
15586 \end_layout
15587
15588 \begin_layout Standard
15589
15590 \series bold
15591
15592 \backslash
15593 cmidrule(r){2-2}
15594 \backslash
15595 cmidrule(l){3-4}
15596 \backslash
15597 morecmidrules
15598 \begin_inset Newline newline
15599 \end_inset
15600
15601
15602 \backslash
15603 cmidrule{2-4}
15604 \end_layout
15605
15606 \begin_layout Standard
15607 und in Zeile sechs:
15608 \end_layout
15609
15610 \begin_layout Standard
15611
15612 \series bold
15613
15614 \backslash
15615 midrule
15616 \backslash
15617 morecmidrules
15618 \backslash
15619 cmidrule{3-4}
15620 \end_layout
15621
15622 \begin_layout Standard
15623 \begin_inset VSpace bigskip
15624 \end_inset
15625
15626
15627 \end_layout
15628
15629 \begin_layout Standard
15630 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15631  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15632 \end_layout
15633
15634 \begin_layout Standard
15635
15636 \series bold
15637
15638 \backslash
15639 specialrule{Dicke}{Abstand davor}{Abstand danach}
15640 \end_layout
15641
15642 \begin_layout Standard
15643 Weitere Informationen finden Sie im Handbuch des \SpecialChar LaTeX
15644 -Pakets 
15645 \series bold
15646 booktabs
15647 \series default
15648  
15649 \begin_inset CommandInset citation
15650 LatexCommand cite
15651 key "booktabs"
15652
15653 \end_inset
15654
15655 .
15656 \begin_inset Index idx
15657 status collapsed
15658
15659 \begin_layout Plain Layout
15660 \SpecialChar LaTeX
15661 -Pakete ! booktabs
15662 \end_layout
15663
15664 \end_inset
15665
15666
15667 \end_layout
15668
15669 \begin_layout Standard
15670 \begin_inset Float table
15671 placement h
15672 wide false
15673 sideways false
15674 status open
15675
15676 \begin_layout Plain Layout
15677 \begin_inset Caption Standard
15678
15679 \begin_layout Plain Layout
15680 \begin_inset CommandInset label
15681 LatexCommand label
15682 name "tab:Special-booktabs-table"
15683
15684 \end_inset
15685
15686 Eine spezielle formale Tabelle
15687 \end_layout
15688
15689 \end_inset
15690
15691
15692 \end_layout
15693
15694 \begin_layout Plain Layout
15695 \align center
15696 \begin_inset Tabular
15697 <lyxtabular version="3" rows="8" columns="4">
15698 <features booktabs="true" tabularvalignment="middle">
15699 <column alignment="center" valignment="top">
15700 <column alignment="center" valignment="top">
15701 <column alignment="right" valignment="top">
15702 <column alignment="right" valignment="top">
15703 <row>
15704 <cell alignment="center" valignment="top" topline="true" usebox="none">
15705 \begin_inset Text
15706
15707 \begin_layout Plain Layout
15708 System
15709 \end_layout
15710
15711 \end_inset
15712 </cell>
15713 <cell alignment="center" valignment="top" topline="true" usebox="none">
15714 \begin_inset Text
15715
15716 \begin_layout Plain Layout
15717 Chip
15718 \begin_inset space \thinspace{}
15719 \end_inset
15720
15721 1
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730 Chip
15731 \begin_inset space \thinspace{}
15732 \end_inset
15733
15734 2
15735 \end_layout
15736
15737 \end_inset
15738 </cell>
15739 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Plain Layout
15743
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 </row>
15749 <row>
15750 <cell alignment="center" valignment="top" usebox="none">
15751 \begin_inset Text
15752
15753 \begin_layout Plain Layout
15754 \begin_inset ERT
15755 status collapsed
15756
15757 \begin_layout Plain Layout
15758
15759
15760 \backslash
15761 cmidrule(r){2-2}
15762 \end_layout
15763
15764 \end_inset
15765
15766
15767 \begin_inset ERT
15768 status collapsed
15769
15770 \begin_layout Plain Layout
15771
15772
15773 \backslash
15774 cmidrule(l){3-4}
15775 \end_layout
15776
15777 \end_inset
15778
15779
15780 \begin_inset ERT
15781 status collapsed
15782
15783 \begin_layout Plain Layout
15784
15785
15786 \backslash
15787 morecmidrules 
15788 \end_layout
15789
15790 \end_inset
15791
15792
15793 \begin_inset ERT
15794 status collapsed
15795
15796 \begin_layout Plain Layout
15797
15798
15799 \backslash
15800 cmidrule{2-4}
15801 \end_layout
15802
15803 \end_inset
15804
15805 Detektordicke in µm
15806 \end_layout
15807
15808 \end_inset
15809 </cell>
15810 <cell alignment="center" valignment="top" usebox="none">
15811 \begin_inset Text
15812
15813 \begin_layout Plain Layout
15814 300
15815 \end_layout
15816
15817 \end_inset
15818 </cell>
15819 <cell alignment="center" valignment="top" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Plain Layout
15823 300
15824 \end_layout
15825
15826 \end_inset
15827 </cell>
15828 <cell alignment="center" valignment="top" usebox="none">
15829 \begin_inset Text
15830
15831 \begin_layout Plain Layout
15832 700
15833 \end_layout
15834
15835 \end_inset
15836 </cell>
15837 </row>
15838 <row>
15839 <cell alignment="center" valignment="top" topline="true" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843 Kantenwinkel in °
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 <cell alignment="center" valignment="top" topline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852 3,55
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 <cell alignment="center" valignment="top" topline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861 2,71
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 <cell alignment="center" valignment="top" topline="true" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Plain Layout
15870 7,99
15871 \end_layout
15872
15873 \end_inset
15874 </cell>
15875 </row>
15876 <row topspace="default">
15877 <cell alignment="center" valignment="top" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881 räumliche Auf\SpecialChar ligaturebreak
15882 lösung in µm
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 <cell alignment="center" valignment="top" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891 4,26
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 <cell alignment="center" valignment="top" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Plain Layout
15900 10,17
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 <cell alignment="center" valignment="top" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909 10,56
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 MTF bei 
15921 \begin_inset Formula $f_{\mathrm{max}}$
15922 \end_inset
15923
15924
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 <cell alignment="center" valignment="top" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933 0,53
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 <cell alignment="center" valignment="top" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Plain Layout
15942 0,37
15943 \end_layout
15944
15945 \end_inset
15946 </cell>
15947 <cell alignment="center" valignment="top" usebox="none">
15948 \begin_inset Text
15949
15950 \begin_layout Plain Layout
15951 0,39
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 </row>
15957 <row>
15958 <cell alignment="center" valignment="top" topline="true" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Plain Layout
15962 \begin_inset ERT
15963 status collapsed
15964
15965 \begin_layout Plain Layout
15966
15967
15968 \backslash
15969 morecmidrules 
15970 \end_layout
15971
15972 \end_inset
15973
15974
15975 \begin_inset ERT
15976 status collapsed
15977
15978 \begin_layout Plain Layout
15979
15980
15981 \backslash
15982 cmidrule{3-4}
15983 \end_layout
15984
15985 \end_inset
15986
15987 LSF-räumliche Auf\SpecialChar ligaturebreak
15988 lösung
15989 \end_layout
15990
15991 \end_inset
15992 </cell>
15993 <cell alignment="center" valignment="top" topline="true" usebox="none">
15994 \begin_inset Text
15995
15996 \begin_layout Plain Layout
15997
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 <cell alignment="center" valignment="top" topline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006
16007 \end_layout
16008
16009 \end_inset
16010 </cell>
16011 <cell alignment="center" valignment="top" topline="true" usebox="none">
16012 \begin_inset Text
16013
16014 \begin_layout Plain Layout
16015
16016 \end_layout
16017
16018 \end_inset
16019 </cell>
16020 </row>
16021 <row>
16022 <cell alignment="center" valignment="top" usebox="none">
16023 \begin_inset Text
16024
16025 \begin_layout Plain Layout
16026 in µm
16027 \end_layout
16028
16029 \end_inset
16030 </cell>
16031 <cell alignment="center" valignment="top" usebox="none">
16032 \begin_inset Text
16033
16034 \begin_layout Plain Layout
16035 129,7
16036 \end_layout
16037
16038 \end_inset
16039 </cell>
16040 <cell alignment="center" valignment="top" usebox="none">
16041 \begin_inset Text
16042
16043 \begin_layout Plain Layout
16044 52,75
16045 \end_layout
16046
16047 \end_inset
16048 </cell>
16049 <cell alignment="center" valignment="top" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053 50,78
16054 \end_layout
16055
16056 \end_inset
16057 </cell>
16058 </row>
16059 <row>
16060 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064 in % der Pixelgröße
16065 \end_layout
16066
16067 \end_inset
16068 </cell>
16069 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16070 \begin_inset Text
16071
16072 \begin_layout Plain Layout
16073 76,3
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16079 \begin_inset Text
16080
16081 \begin_layout Plain Layout
16082 95,9
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16088 \begin_inset Text
16089
16090 \begin_layout Plain Layout
16091 92,3
16092 \end_layout
16093
16094 \end_inset
16095 </cell>
16096 </row>
16097 </lyxtabular>
16098
16099 \end_inset
16100
16101
16102 \end_layout
16103
16104 \end_inset
16105
16106
16107 \end_layout
16108
16109 \begin_layout Section
16110 Vertikale Tabellen-Ausrichtung
16111 \begin_inset Index idx
16112 status collapsed
16113
16114 \begin_layout Plain Layout
16115 Tabellen ! Ausrichtung
16116 \end_layout
16117
16118 \end_inset
16119
16120
16121 \end_layout
16122
16123 \begin_layout Standard
16124 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16125  einer Box sein.
16126  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16127 \begin_inset space ~
16128 \end_inset
16129
16130
16131 \begin_inset CommandInset ref
16132 LatexCommand ref
16133 reference "abs:Box-Dialog"
16134
16135 \end_inset
16136
16137  beschrieben.
16138 \end_layout
16139
16140 \begin_layout Standard
16141 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16142 \begin_inset Foot
16143 status collapsed
16144
16145 \begin_layout Plain Layout
16146 Minipages werden in Abschnitt
16147 \begin_inset space ~
16148 \end_inset
16149
16150
16151 \begin_inset CommandInset ref
16152 LatexCommand ref
16153 reference "abs:Minipage"
16154
16155 \end_inset
16156
16157  beschrieben.
16158 \end_layout
16159
16160 \end_inset
16161
16162  mit 15
16163 \begin_inset space \thinspace{}
16164 \end_inset
16165
16166 col%-Breite:
16167 \end_layout
16168
16169 \begin_layout Itemize
16170 Test 
16171 \begin_inset Box Frameless
16172 position "t"
16173 hor_pos "c"
16174 has_inner_box 1
16175 inner_pos "c"
16176 use_parbox 0
16177 use_makebox 0
16178 width "15col%"
16179 special "none"
16180 height "1in"
16181 height_special "totalheight"
16182 thickness "0.4pt"
16183 separation "3pt"
16184 shadowsize "4pt"
16185 framecolor "black"
16186 backgroundcolor "none"
16187 status collapsed
16188
16189 \begin_layout Plain Layout
16190 \begin_inset Tabular
16191 <lyxtabular version="3" rows="3" columns="3">
16192 <features tabularvalignment="middle">
16193 <column alignment="center" valignment="top">
16194 <column alignment="center" valignment="top">
16195 <column alignment="center" valignment="top">
16196 <row>
16197 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16198 \begin_inset Text
16199
16200 \begin_layout Plain Layout
16201 Tabelle 1
16202 \end_layout
16203
16204 \end_inset
16205 </cell>
16206 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16207 \begin_inset Text
16208
16209 \begin_layout Plain Layout
16210
16211 \end_layout
16212
16213 \end_inset
16214 </cell>
16215 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16216 \begin_inset Text
16217
16218 \begin_layout Plain Layout
16219
16220 \end_layout
16221
16222 \end_inset
16223 </cell>
16224 </row>
16225 <row>
16226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16227 \begin_inset Text
16228
16229 \begin_layout Plain Layout
16230 b
16231 \end_layout
16232
16233 \end_inset
16234 </cell>
16235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16236 \begin_inset Text
16237
16238 \begin_layout Plain Layout
16239 e
16240 \end_layout
16241
16242 \end_inset
16243 </cell>
16244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16245 \begin_inset Text
16246
16247 \begin_layout Plain Layout
16248 h
16249 \end_layout
16250
16251 \end_inset
16252 </cell>
16253 </row>
16254 <row>
16255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16256 \begin_inset Text
16257
16258 \begin_layout Plain Layout
16259 c
16260 \end_layout
16261
16262 \end_inset
16263 </cell>
16264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16265 \begin_inset Text
16266
16267 \begin_layout Plain Layout
16268 f
16269 \end_layout
16270
16271 \end_inset
16272 </cell>
16273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16274 \begin_inset Text
16275
16276 \begin_layout Plain Layout
16277 i
16278 \end_layout
16279
16280 \end_inset
16281 </cell>
16282 </row>
16283 </lyxtabular>
16284
16285 \end_inset
16286
16287
16288 \end_layout
16289
16290 \end_inset
16291
16292  Test 
16293 \begin_inset ERT
16294 status collapsed
16295
16296 \begin_layout Plain Layout
16297
16298
16299 \backslash
16300 raisebox{0.85
16301 \backslash
16302 baselineskip}{
16303 \end_layout
16304
16305 \end_inset
16306
16307
16308 \begin_inset Box Frameless
16309 position "t"
16310 hor_pos "c"
16311 has_inner_box 1
16312 inner_pos "c"
16313 use_parbox 0
16314 use_makebox 0
16315 width "15col%"
16316 special "none"
16317 height "1in"
16318 height_special "totalheight"
16319 thickness "0.4pt"
16320 separation "3pt"
16321 shadowsize "4pt"
16322 framecolor "black"
16323 backgroundcolor "none"
16324 status collapsed
16325
16326 \begin_layout Plain Layout
16327 \begin_inset Tabular
16328 <lyxtabular version="3" rows="3" columns="3">
16329 <features tabularvalignment="middle">
16330 <column alignment="center" valignment="top">
16331 <column alignment="center" valignment="top">
16332 <column alignment="center" valignment="top">
16333 <row>
16334 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16335 \begin_inset Text
16336
16337 \begin_layout Plain Layout
16338 Tabelle 2
16339 \end_layout
16340
16341 \end_inset
16342 </cell>
16343 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16344 \begin_inset Text
16345
16346 \begin_layout Plain Layout
16347
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16353 \begin_inset Text
16354
16355 \begin_layout Plain Layout
16356
16357 \end_layout
16358
16359 \end_inset
16360 </cell>
16361 </row>
16362 <row>
16363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16364 \begin_inset Text
16365
16366 \begin_layout Plain Layout
16367 b
16368 \end_layout
16369
16370 \end_inset
16371 </cell>
16372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16373 \begin_inset Text
16374
16375 \begin_layout Plain Layout
16376 e
16377 \end_layout
16378
16379 \end_inset
16380 </cell>
16381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16382 \begin_inset Text
16383
16384 \begin_layout Plain Layout
16385 h
16386 \end_layout
16387
16388 \end_inset
16389 </cell>
16390 </row>
16391 <row>
16392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16393 \begin_inset Text
16394
16395 \begin_layout Plain Layout
16396 c
16397 \end_layout
16398
16399 \end_inset
16400 </cell>
16401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16402 \begin_inset Text
16403
16404 \begin_layout Plain Layout
16405 f
16406 \end_layout
16407
16408 \end_inset
16409 </cell>
16410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16411 \begin_inset Text
16412
16413 \begin_layout Plain Layout
16414 i
16415 \end_layout
16416
16417 \end_inset
16418 </cell>
16419 </row>
16420 </lyxtabular>
16421
16422 \end_inset
16423
16424
16425 \end_layout
16426
16427 \end_inset
16428
16429
16430 \begin_inset ERT
16431 status collapsed
16432
16433 \begin_layout Plain Layout
16434
16435 }
16436 \end_layout
16437
16438 \end_inset
16439
16440
16441 \end_layout
16442
16443 \begin_layout Itemize
16444 Test 
16445 \begin_inset Box Frameless
16446 position "c"
16447 hor_pos "c"
16448 has_inner_box 1
16449 inner_pos "c"
16450 use_parbox 0
16451 use_makebox 0
16452 width "15col%"
16453 special "none"
16454 height "1in"
16455 height_special "totalheight"
16456 thickness "0.4pt"
16457 separation "3pt"
16458 shadowsize "4pt"
16459 framecolor "black"
16460 backgroundcolor "none"
16461 status collapsed
16462
16463 \begin_layout Plain Layout
16464 \begin_inset Tabular
16465 <lyxtabular version="3" rows="3" columns="3">
16466 <features tabularvalignment="middle">
16467 <column alignment="center" valignment="top">
16468 <column alignment="center" valignment="top">
16469 <column alignment="center" valignment="top">
16470 <row>
16471 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16472 \begin_inset Text
16473
16474 \begin_layout Plain Layout
16475 Tabelle 3
16476 \end_layout
16477
16478 \end_inset
16479 </cell>
16480 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16481 \begin_inset Text
16482
16483 \begin_layout Plain Layout
16484
16485 \end_layout
16486
16487 \end_inset
16488 </cell>
16489 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16490 \begin_inset Text
16491
16492 \begin_layout Plain Layout
16493
16494 \end_layout
16495
16496 \end_inset
16497 </cell>
16498 </row>
16499 <row>
16500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Plain Layout
16504 b
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16510 \begin_inset Text
16511
16512 \begin_layout Plain Layout
16513 e
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16519 \begin_inset Text
16520
16521 \begin_layout Plain Layout
16522 h
16523 \end_layout
16524
16525 \end_inset
16526 </cell>
16527 </row>
16528 <row>
16529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16530 \begin_inset Text
16531
16532 \begin_layout Plain Layout
16533 c
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16539 \begin_inset Text
16540
16541 \begin_layout Plain Layout
16542 f
16543 \end_layout
16544
16545 \end_inset
16546 </cell>
16547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16548 \begin_inset Text
16549
16550 \begin_layout Plain Layout
16551 i
16552 \end_layout
16553
16554 \end_inset
16555 </cell>
16556 </row>
16557 </lyxtabular>
16558
16559 \end_inset
16560
16561
16562 \end_layout
16563
16564 \end_inset
16565
16566
16567 \end_layout
16568
16569 \begin_layout Itemize
16570 Test 
16571 \begin_inset Box Frameless
16572 position "b"
16573 hor_pos "c"
16574 has_inner_box 1
16575 inner_pos "c"
16576 use_parbox 0
16577 use_makebox 0
16578 width "15col%"
16579 special "none"
16580 height "1in"
16581 height_special "totalheight"
16582 thickness "0.4pt"
16583 separation "3pt"
16584 shadowsize "4pt"
16585 framecolor "black"
16586 backgroundcolor "none"
16587 status collapsed
16588
16589 \begin_layout Plain Layout
16590 \begin_inset Tabular
16591 <lyxtabular version="3" rows="3" columns="3">
16592 <features tabularvalignment="middle">
16593 <column alignment="center" valignment="top">
16594 <column alignment="center" valignment="top">
16595 <column alignment="center" valignment="top">
16596 <row>
16597 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Plain Layout
16601 Tabelle 4
16602 \end_layout
16603
16604 \end_inset
16605 </cell>
16606 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Plain Layout
16610
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 </row>
16625 <row>
16626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16627 \begin_inset Text
16628
16629 \begin_layout Plain Layout
16630 b
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16636 \begin_inset Text
16637
16638 \begin_layout Plain Layout
16639 e
16640 \end_layout
16641
16642 \end_inset
16643 </cell>
16644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16645 \begin_inset Text
16646
16647 \begin_layout Plain Layout
16648 h
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 </row>
16654 <row>
16655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16656 \begin_inset Text
16657
16658 \begin_layout Plain Layout
16659 c
16660 \end_layout
16661
16662 \end_inset
16663 </cell>
16664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16665 \begin_inset Text
16666
16667 \begin_layout Plain Layout
16668 f
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677 i
16678 \end_layout
16679
16680 \end_inset
16681 </cell>
16682 </row>
16683 </lyxtabular>
16684
16685 \end_inset
16686
16687
16688 \end_layout
16689
16690 \end_inset
16691
16692 Test 
16693 \begin_inset ERT
16694 status collapsed
16695
16696 \begin_layout Plain Layout
16697
16698
16699 \backslash
16700 raisebox{-0.32
16701 \backslash
16702 baselineskip}{
16703 \end_layout
16704
16705 \end_inset
16706
16707
16708 \begin_inset Box Frameless
16709 position "b"
16710 hor_pos "c"
16711 has_inner_box 1
16712 inner_pos "c"
16713 use_parbox 0
16714 use_makebox 0
16715 width "15col%"
16716 special "none"
16717 height "1in"
16718 height_special "totalheight"
16719 thickness "0.4pt"
16720 separation "3pt"
16721 shadowsize "4pt"
16722 framecolor "black"
16723 backgroundcolor "none"
16724 status collapsed
16725
16726 \begin_layout Plain Layout
16727 \begin_inset Tabular
16728 <lyxtabular version="3" rows="3" columns="3">
16729 <features tabularvalignment="middle">
16730 <column alignment="center" valignment="top">
16731 <column alignment="center" valignment="top">
16732 <column alignment="center" valignment="top">
16733 <row>
16734 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16735 \begin_inset Text
16736
16737 \begin_layout Plain Layout
16738 Tabelle 5
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16744 \begin_inset Text
16745
16746 \begin_layout Plain Layout
16747
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Plain Layout
16756
16757 \end_layout
16758
16759 \end_inset
16760 </cell>
16761 </row>
16762 <row>
16763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16764 \begin_inset Text
16765
16766 \begin_layout Plain Layout
16767 b
16768 \end_layout
16769
16770 \end_inset
16771 </cell>
16772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Plain Layout
16776 e
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Plain Layout
16785 h
16786 \end_layout
16787
16788 \end_inset
16789 </cell>
16790 </row>
16791 <row>
16792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16793 \begin_inset Text
16794
16795 \begin_layout Plain Layout
16796 c
16797 \end_layout
16798
16799 \end_inset
16800 </cell>
16801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16802 \begin_inset Text
16803
16804 \begin_layout Plain Layout
16805 f
16806 \end_layout
16807
16808 \end_inset
16809 </cell>
16810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Plain Layout
16814 i
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 </row>
16820 </lyxtabular>
16821
16822 \end_inset
16823
16824
16825 \end_layout
16826
16827 \end_inset
16828
16829
16830 \begin_inset ERT
16831 status collapsed
16832
16833 \begin_layout Plain Layout
16834
16835 }
16836 \end_layout
16837
16838 \end_inset
16839
16840
16841 \end_layout
16842
16843 \begin_layout Standard
16844 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16845 \begin_inset space \space{}
16846 \end_inset
16847
16848 1 und letzten Zeile von Tabelle
16849 \begin_inset space \space{}
16850 \end_inset
16851
16852 4 bezüglich dem Wort 
16853 \begin_inset Quotes gld
16854 \end_inset
16855
16856 Test
16857 \begin_inset Quotes grd
16858 \end_inset
16859
16860  nicht richtig ausgerichtet.
16861  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16862 \begin_inset Quotes gld
16863 \end_inset
16864
16865 Raisebox
16866 \begin_inset Quotes grd
16867 \end_inset
16868
16869
16870 \begin_inset Foot
16871 status collapsed
16872
16873 \begin_layout Plain Layout
16874 Raiseboxen werden in Abschnitt
16875 \begin_inset space ~
16876 \end_inset
16877
16878
16879 \begin_inset CommandInset ref
16880 LatexCommand ref
16881 reference "uab:Vertikale-Ausrichtung"
16882
16883 \end_inset
16884
16885  beschrieben.
16886 \end_layout
16887
16888 \end_inset
16889
16890  setzen.
16891  In Tabelle
16892 \begin_inset space \space{}
16893 \end_inset
16894
16895 2 wurde der Text mit dem Befehl
16896 \end_layout
16897
16898 \begin_layout Standard
16899
16900 \series bold
16901
16902 \backslash
16903 raisebox{0.85
16904 \backslash
16905 baselineskip}{
16906 \end_layout
16907
16908 \begin_layout Standard
16909 vor der Box ausgerichtet.
16910  Hinter der Box wurde auch noch 
16911 \series bold
16912 }
16913 \series default
16914  als \SpecialChar TeX
16915 -Code eingefügt, weil der obige Befehl mit 
16916 \series bold
16917 {
16918 \series default
16919  aufhörte.
16920  Für Tabelle
16921 \begin_inset space \space{}
16922 \end_inset
16923
16924 5 wurde der Befehl
16925 \end_layout
16926
16927 \begin_layout Standard
16928
16929 \series bold
16930
16931 \backslash
16932 raisebox{-0.32
16933 \backslash
16934 baselineskip}{
16935 \end_layout
16936
16937 \begin_layout Standard
16938 benutzt.
16939 \end_layout
16940
16941 \begin_layout Standard
16942 \begin_inset Note Greyedout
16943 status open
16944
16945 \begin_layout Plain Layout
16946
16947 \series bold
16948 Bemerkung:
16949 \series default
16950  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
16951  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
16952  Der Faktor im 
16953 \series bold
16954
16955 \backslash
16956 raisebox
16957 \series default
16958 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
16959 \end_layout
16960
16961 \end_inset
16962
16963
16964 \end_layout
16965
16966 \begin_layout Section
16967 Farbige Tabellen
16968 \begin_inset CommandInset label
16969 LatexCommand label
16970 name "abs:Farbige-Tabellen"
16971
16972 \end_inset
16973
16974
16975 \begin_inset Index idx
16976 status collapsed
16977
16978 \begin_layout Plain Layout
16979 Tabellen ! farbige
16980 \end_layout
16981
16982 \end_inset
16983
16984
16985 \end_layout
16986
16987 \begin_layout Subsection
16988 Farbige Zellen
16989 \begin_inset Index idx
16990 status collapsed
16991
16992 \begin_layout Plain Layout
16993 farbige !  Tabellenzellen
16994 \end_layout
16995
16996 \end_inset
16997
16998
16999 \end_layout
17000
17001 \begin_layout Standard
17002 \begin_inset Float table
17003 placement h
17004 wide false
17005 sideways false
17006 status open
17007
17008 \begin_layout Plain Layout
17009 \begin_inset Caption Standard
17010
17011 \begin_layout Plain Layout
17012 \begin_inset CommandInset label
17013 LatexCommand label
17014 name "tab:Farbige-Tabelle-ohne"
17015
17016 \end_inset
17017
17018 Farbige Tabelle, ohne Paket 
17019 \series bold
17020 colortbl
17021 \series default
17022
17023 \begin_inset Argument 1
17024 status collapsed
17025
17026 \begin_layout Plain Layout
17027 Tabelle ohne 
17028 \family typewriter
17029 colortbl
17030 \end_layout
17031
17032 \end_inset
17033
17034
17035 \end_layout
17036
17037 \end_inset
17038
17039
17040 \end_layout
17041
17042 \begin_layout Plain Layout
17043 \align center
17044 \begin_inset Tabular
17045 <lyxtabular version="3" rows="3" columns="3">
17046 <features tabularvalignment="middle">
17047 <column alignment="center" valignment="top">
17048 <column alignment="center" valignment="top">
17049 <column alignment="center" valignment="top">
17050 <row>
17051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17052 \begin_inset Text
17053
17054 \begin_layout Plain Layout
17055
17056 \color green
17057 a
17058 \end_layout
17059
17060 \end_inset
17061 </cell>
17062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17063 \begin_inset Text
17064
17065 \begin_layout Plain Layout
17066
17067 \color red
17068 b
17069 \end_layout
17070
17071 \end_inset
17072 </cell>
17073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17074 \begin_inset Text
17075
17076 \begin_layout Plain Layout
17077
17078 \color red
17079 c
17080 \end_layout
17081
17082 \end_inset
17083 </cell>
17084 </row>
17085 <row>
17086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17087 \begin_inset Text
17088
17089 \begin_layout Plain Layout
17090
17091 \color green
17092 d
17093 \end_layout
17094
17095 \end_inset
17096 </cell>
17097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17098 \begin_inset Text
17099
17100 \begin_layout Plain Layout
17101
17102 \color blue
17103 e
17104 \end_layout
17105
17106 \end_inset
17107 </cell>
17108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17109 \begin_inset Text
17110
17111 \begin_layout Plain Layout
17112
17113 \color blue
17114 f
17115 \end_layout
17116
17117 \end_inset
17118 </cell>
17119 </row>
17120 <row>
17121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17122 \begin_inset Text
17123
17124 \begin_layout Plain Layout
17125
17126 \color green
17127 g
17128 \end_layout
17129
17130 \end_inset
17131 </cell>
17132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17133 \begin_inset Text
17134
17135 \begin_layout Plain Layout
17136
17137 \color blue
17138 h
17139 \end_layout
17140
17141 \end_inset
17142 </cell>
17143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17144 \begin_inset Text
17145
17146 \begin_layout Plain Layout
17147
17148 \color blue
17149 i
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 </row>
17155 </lyxtabular>
17156
17157 \end_inset
17158
17159
17160 \end_layout
17161
17162 \end_inset
17163
17164
17165 \end_layout
17166
17167 \begin_layout Standard
17168 Wenn Sie nur farbigen Text
17169 \begin_inset Index idx
17170 status collapsed
17171
17172 \begin_layout Plain Layout
17173 Farbe ! für Text
17174 \end_layout
17175
17176 \end_inset
17177
17178  benötigen, markieren Sie diesen und ändern die Farbe mit dem 
17179 \family sans
17180 Textstil
17181 \family default
17182 -Dialog (Werkzeugleistenknopf 
17183 \begin_inset Info
17184 type  "icon"
17185 arg   "dialog-show character"
17186 \end_inset
17187
17188 ) wie es in Tabelle
17189 \begin_inset space ~
17190 \end_inset
17191
17192
17193 \begin_inset CommandInset ref
17194 LatexCommand ref
17195 reference "tab:Farbige-Tabelle-ohne"
17196
17197 \end_inset
17198
17199  gemacht wurde.
17200  In anderen Fällen müssen Sie das \SpecialChar LaTeX
17201 -Paket 
17202 \series bold
17203 colortbl
17204 \series default
17205  benutzen.
17206 \begin_inset Index idx
17207 status collapsed
17208
17209 \begin_layout Plain Layout
17210 \SpecialChar LaTeX
17211 -Pakete ! colortbl
17212 \end_layout
17213
17214 \end_inset
17215
17216
17217 \end_layout
17218
17219 \begin_layout Standard
17220 \begin_inset ERT
17221 status collapsed
17222
17223 \begin_layout Plain Layout
17224
17225
17226 \backslash
17227 ifcolortbl
17228 \end_layout
17229
17230 \end_inset
17231
17232
17233 \begin_inset Note Note
17234 status open
17235
17236 \begin_layout Plain Layout
17237 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
17238 -Paket 
17239 \series bold
17240 colortbl
17241 \series default
17242  installiert ist.
17243 \end_layout
17244
17245 \end_inset
17246
17247
17248 \end_layout
17249
17250 \begin_layout Standard
17251 Um farbige Tabellen zu erzeugen, muss 
17252 \series bold
17253 colortbl
17254 \series default
17255  im \SpecialChar LaTeX
17256 -Vorspann geladen werden:
17257 \end_layout
17258
17259 \begin_layout Standard
17260
17261 \series bold
17262
17263 \backslash
17264 usepackage{colortbl}
17265 \end_layout
17266
17267 \begin_layout Standard
17268 Die Farbe einer Spalte ändert man dann mit dem Befehl
17269 \end_layout
17270
17271 \begin_layout Standard
17272
17273 \series bold
17274
17275 \backslash
17276 columncolor{Farbname}
17277 \end_layout
17278
17279 \begin_layout Standard
17280 innerhalb des Befehls 
17281 \series bold
17282 >{}
17283 \series default
17284 .
17285  Mehr über den Befehl 
17286 \series bold
17287 >{}
17288 \series default
17289  finden Sie im Abschnitt
17290 \begin_inset space ~
17291 \end_inset
17292
17293
17294 \begin_inset CommandInset ref
17295 LatexCommand ref
17296 reference "uab:Mehrfachspalten-Berechnungen"
17297
17298 \end_inset
17299
17300 .
17301 \end_layout
17302
17303 \begin_layout Standard
17304 Folgende Farbnamen sind vordefiniert:
17305 \end_layout
17306
17307 \begin_layout Standard
17308
17309 \family sans
17310 red
17311 \family default
17312
17313 \family sans
17314 green
17315 \family default
17316
17317 \family sans
17318 yellow
17319 \family default
17320
17321 \family sans
17322 blue
17323 \family default
17324
17325 \family sans
17326 cyan
17327 \family default
17328
17329 \family sans
17330 magenta
17331 \family default
17332
17333 \family sans
17334 black
17335 \family default
17336  und 
17337 \family sans
17338 white
17339 \begin_inset Newline newline
17340 \end_inset
17341
17342 (
17343 \family default
17344 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17345 \end_layout
17346
17347 \begin_layout Standard
17348 \begin_inset VSpace medskip
17349 \end_inset
17350
17351
17352 \end_layout
17353
17354 \begin_layout Standard
17355 Wenn Sie die Option
17356 \end_layout
17357
17358 \begin_layout Standard
17359
17360 \series bold
17361 dvipsnames
17362 \end_layout
17363
17364 \begin_layout Standard
17365 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17366  können Sie zusätzlich weitere 61
17367 \begin_inset space ~
17368 \end_inset
17369
17370 Farben verwenden.
17371  Diese Farben sind in Anhang
17372 \begin_inset space ~
17373 \end_inset
17374
17375
17376 \begin_inset CommandInset ref
17377 LatexCommand ref
17378 reference "kap:Liste-der-dvips-Farbnamen"
17379
17380 \end_inset
17381
17382  aufgelistet.
17383  Eine dieser Farben, 
17384 \family sans
17385 Maroon
17386 \family default
17387 , wird als Beispiel in Tabelle
17388 \begin_inset space ~
17389 \end_inset
17390
17391
17392 \begin_inset CommandInset ref
17393 LatexCommand ref
17394 reference "tab:Eine-mit-colortbl"
17395
17396 \end_inset
17397
17398  verwendet.
17399 \end_layout
17400
17401 \begin_layout Standard
17402 \begin_inset VSpace medskip
17403 \end_inset
17404
17405
17406 \end_layout
17407
17408 \begin_layout Standard
17409 Sie können auch eigene Farben definieren:
17410 \end_layout
17411
17412 \begin_layout Standard
17413
17414 \series bold
17415
17416 \backslash
17417 definecolor{Farbname}{Farbmodell}{Farbwerte}
17418 \end_layout
17419
17420 \begin_layout Standard
17421 Das Farbmodell kann eins der folgenden sein:
17422 \end_layout
17423
17424 \begin_layout Labeling
17425 \labelwidthstring 00.00.0000
17426 cmyk: cyan, magenta, yellow, black
17427 \end_layout
17428
17429 \begin_layout Labeling
17430 \labelwidthstring 00.00.0000
17431 rgb: red, green blue
17432 \end_layout
17433
17434 \begin_layout Labeling
17435 \labelwidthstring 00.00.0000
17436 gray: gray
17437 \end_layout
17438
17439 \begin_layout Standard
17440 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17441  die die entsprechende Farbe für das Farbmodell beschreiben.
17442 \end_layout
17443
17444 \begin_layout Standard
17445 Im \SpecialChar LaTeX
17446 -Vorspann können Sie zum Beispiel die Farbe 
17447 \emph on
17448
17449 \begin_inset Quotes gld
17450 \end_inset
17451
17452 dunkelgruen
17453 \emph default
17454
17455 \begin_inset Quotes grd
17456 \end_inset
17457
17458  und 
17459 \begin_inset Quotes gld
17460 \end_inset
17461
17462
17463 \emph on
17464 hellgrau
17465 \emph default
17466
17467 \begin_inset Quotes grd
17468 \end_inset
17469
17470  folgendermaßen definieren:
17471 \end_layout
17472
17473 \begin_layout Standard
17474
17475 \series bold
17476
17477 \backslash
17478 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17479 \end_layout
17480
17481 \begin_layout Standard
17482
17483 \series bold
17484
17485 \backslash
17486 definecolor{hellgrau}{gray}{0.8}
17487 \end_layout
17488
17489 \begin_layout Standard
17490 \begin_inset VSpace medskip
17491 \end_inset
17492
17493
17494 \end_layout
17495
17496 \begin_layout Standard
17497 Linien werden mit dem Befehl
17498 \end_layout
17499
17500 \begin_layout Standard
17501
17502 \series bold
17503
17504 \backslash
17505 rowcolor{Farbname}
17506 \end_layout
17507
17508 \begin_layout Standard
17509 gefärbt, Zellen mit dem Befehl
17510 \end_layout
17511
17512 \begin_layout Standard
17513
17514 \series bold
17515
17516 \backslash
17517 cellcolor{Farbname}
17518 \end_layout
17519
17520 \begin_layout Standard
17521 Beide Befehle werden am Anfang einer Zelle als \SpecialChar TeX
17522 -Code eingegeben.
17523 \end_layout
17524
17525 \begin_layout Standard
17526 Um nur Text zu färben, verwenden Sie den 
17527 \family sans
17528 Textstil
17529 \family default
17530 -Dialog.
17531  Wenn die Zelle aber \SpecialChar TeX
17532 -Code zum Färben enthält, 
17533 \emph on
17534 markieren Sie nur den Text
17535 \emph default
17536 , sonst werden Sie \SpecialChar LaTeX
17537 -Fehler erzeugen.
17538 \end_layout
17539
17540 \begin_layout Standard
17541 \begin_inset Note Greyedout
17542 status open
17543
17544 \begin_layout Plain Layout
17545
17546 \series bold
17547 Achtung:
17548 \series default
17549  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17550 \end_layout
17551
17552 \end_inset
17553
17554
17555 \end_layout
17556
17557 \begin_layout Standard
17558 \begin_inset VSpace medskip
17559 \end_inset
17560
17561
17562 \end_layout
17563
17564 \begin_layout Standard
17565 Die Tabelle
17566 \begin_inset space ~
17567 \end_inset
17568
17569
17570 \begin_inset CommandInset ref
17571 LatexCommand ref
17572 reference "tab:Eine-mit-colortbl"
17573
17574 \end_inset
17575
17576  wurde folgendermaßen erstellt: die erste Spalte soll 
17577 \emph on
17578
17579 \begin_inset Quotes gld
17580 \end_inset
17581
17582 dunkelgruen
17583 \emph default
17584
17585 \begin_inset Quotes grd
17586 \end_inset
17587
17588  werden, also müssen Sie ins 
17589 \family sans
17590 LaTeX-Argument
17591 \family default
17592  der Zellen der ersten Spalte den Befehl
17593 \end_layout
17594
17595 \begin_layout Standard
17596
17597 \series bold
17598 >{
17599 \backslash
17600 columncolor{dunkelgruen}
17601 \backslash
17602 centering}c
17603 \end_layout
17604
17605 \begin_layout Standard
17606 schreiben.
17607  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der \SpecialChar TeX
17608 -Code-Befehl
17609 \end_layout
17610
17611 \begin_layout Standard
17612
17613 \series bold
17614
17615 \backslash
17616 rowcolor{cyan}
17617 \end_layout
17618
17619 \begin_layout Standard
17620 in die erste Zelle der ersten Zeile eingefügt.
17621  Diese Farbe ersetzt die Spaltenfarbe.
17622  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17623  Das wird mit folgendem Befehl erreicht:
17624 \end_layout
17625
17626 \begin_layout Standard
17627
17628 \series bold
17629
17630 \backslash
17631 cellcolor{Maroon}
17632 \end_layout
17633
17634 \begin_layout Standard
17635 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17636 \family sans
17637 Textstil
17638 \family default
17639 -Dialog.
17640 \end_layout
17641
17642 \begin_layout Standard
17643 \begin_inset Float table
17644 placement h
17645 wide false
17646 sideways false
17647 status open
17648
17649 \begin_layout Plain Layout
17650 \begin_inset Caption Standard
17651
17652 \begin_layout Plain Layout
17653 \begin_inset CommandInset label
17654 LatexCommand label
17655 name "tab:Eine-mit-colortbl"
17656
17657 \end_inset
17658
17659 Eine mit dem Paket 
17660 \series bold
17661 colortbl
17662 \series default
17663  gefärbte Tabelle
17664 \begin_inset Argument 1
17665 status collapsed
17666
17667 \begin_layout Plain Layout
17668 Tabelle mit 
17669 \family typewriter
17670 colortbl
17671 \end_layout
17672
17673 \end_inset
17674
17675
17676 \end_layout
17677
17678 \end_inset
17679
17680
17681 \end_layout
17682
17683 \begin_layout Plain Layout
17684 \align center
17685 \begin_inset Tabular
17686 <lyxtabular version="3" rows="3" columns="3">
17687 <features tabularvalignment="middle">
17688 <column alignment="center" valignment="top" special=">{\columncolor{dunkelgruen}\centering}c">
17689 <column alignment="center" valignment="top">
17690 <column alignment="center" valignment="top">
17691 <row>
17692 <cell alignment="center" valignment="top" usebox="none">
17693 \begin_inset Text
17694
17695 \begin_layout Plain Layout
17696 \begin_inset ERT
17697 status open
17698
17699 \begin_layout Plain Layout
17700
17701
17702 \backslash
17703 rowcolor{cyan}
17704 \end_layout
17705
17706 \end_inset
17707
17708
17709 \color magenta
17710 a
17711 \end_layout
17712
17713 \end_inset
17714 </cell>
17715 <cell alignment="center" valignment="top" usebox="none">
17716 \begin_inset Text
17717
17718 \begin_layout Plain Layout
17719
17720 \color red
17721 b
17722 \end_layout
17723
17724 \end_inset
17725 </cell>
17726 <cell alignment="center" valignment="top" usebox="none">
17727 \begin_inset Text
17728
17729 \begin_layout Plain Layout
17730
17731 \color red
17732 c
17733 \end_layout
17734
17735 \end_inset
17736 </cell>
17737 </row>
17738 <row>
17739 <cell alignment="center" valignment="top" usebox="none">
17740 \begin_inset Text
17741
17742 \begin_layout Plain Layout
17743
17744 \color yellow
17745 d
17746 \end_layout
17747
17748 \end_inset
17749 </cell>
17750 <cell alignment="center" valignment="top" usebox="none">
17751 \begin_inset Text
17752
17753 \begin_layout Plain Layout
17754
17755 \color blue
17756 e
17757 \end_layout
17758
17759 \end_inset
17760 </cell>
17761 <cell alignment="center" valignment="top" usebox="none">
17762 \begin_inset Text
17763
17764 \begin_layout Plain Layout
17765
17766 \color blue
17767 f
17768 \end_layout
17769
17770 \end_inset
17771 </cell>
17772 </row>
17773 <row>
17774 <cell alignment="center" valignment="top" usebox="none">
17775 \begin_inset Text
17776
17777 \begin_layout Plain Layout
17778
17779 \color yellow
17780 g
17781 \end_layout
17782
17783 \end_inset
17784 </cell>
17785 <cell alignment="center" valignment="top" usebox="none">
17786 \begin_inset Text
17787
17788 \begin_layout Plain Layout
17789
17790 \color blue
17791 h
17792 \end_layout
17793
17794 \end_inset
17795 </cell>
17796 <cell alignment="center" valignment="top" usebox="none">
17797 \begin_inset Text
17798
17799 \begin_layout Plain Layout
17800 \begin_inset ERT
17801 status collapsed
17802
17803 \begin_layout Plain Layout
17804
17805
17806 \backslash
17807 cellcolor{Maroon}
17808 \end_layout
17809
17810 \end_inset
17811
17812
17813 \color green
17814 i
17815 \end_layout
17816
17817 \end_inset
17818 </cell>
17819 </row>
17820 </lyxtabular>
17821
17822 \end_inset
17823
17824
17825 \end_layout
17826
17827 \end_inset
17828
17829
17830 \end_layout
17831
17832 \begin_layout Standard
17833 \begin_inset ERT
17834 status collapsed
17835
17836 \begin_layout Plain Layout
17837
17838
17839 \backslash
17840 else
17841 \end_layout
17842
17843 \end_inset
17844
17845
17846 \begin_inset Note Note
17847 status open
17848
17849 \begin_layout Plain Layout
17850 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
17851 -Paket 
17852 \series bold
17853 colortbl
17854 \series default
17855  nicht installiert ist:
17856 \end_layout
17857
17858 \end_inset
17859
17860
17861 \end_layout
17862
17863 \begin_layout Standard
17864 Sie müssen das \SpecialChar LaTeX
17865 -Paket 
17866 \series bold
17867 colortbl
17868 \series default
17869  installiert haben um den Inhalt dieses Abschnitts zu sehen.
17870 \end_layout
17871
17872 \begin_layout Standard
17873 \begin_inset ERT
17874 status collapsed
17875
17876 \begin_layout Plain Layout
17877
17878
17879 \backslash
17880 fi
17881 \end_layout
17882
17883 \end_inset
17884
17885
17886 \end_layout
17887
17888 \begin_layout Subsection
17889 Farbige Zeilen
17890 \begin_inset Index idx
17891 status collapsed
17892
17893 \begin_layout Plain Layout
17894 farbige ! Tabellenzeilen
17895 \end_layout
17896
17897 \end_inset
17898
17899
17900 \end_layout
17901
17902 \begin_layout Standard
17903 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
17904  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
17905  Man lädt das \SpecialChar LaTeX
17906 -Paket 
17907 \series bold
17908 xcolor
17909 \series default
17910
17911 \begin_inset Index idx
17912 status collapsed
17913
17914 \begin_layout Plain Layout
17915 \SpecialChar LaTeX
17916 -Pakete ! xcolor
17917 \begin_inset ERT
17918 status collapsed
17919
17920 \begin_layout Plain Layout
17921
17922
17923 \backslash
17924 vspace{4mm}
17925 \end_layout
17926
17927 \end_inset
17928
17929
17930 \end_layout
17931
17932 \end_inset
17933
17934  im \SpecialChar LaTeX
17935 -Vorspann mit dem Befehl
17936 \end_layout
17937
17938 \begin_layout Standard
17939
17940 \series bold
17941
17942 \backslash
17943 usepackage[table]{xcolor}
17944 \end_layout
17945
17946 \begin_layout Standard
17947
17948 \series bold
17949 xcolor
17950 \series default
17951  lädt automatisch auch das \SpecialChar LaTeX
17952 -Paket 
17953 \series bold
17954 colortbl
17955 \series default
17956
17957 \begin_inset Index idx
17958 status collapsed
17959
17960 \begin_layout Plain Layout
17961 \SpecialChar LaTeX
17962 -Pakete ! colortbl
17963 \end_layout
17964
17965 \end_inset
17966
17967 , so dass 
17968 \series bold
17969 colortbl
17970 \series default
17971  in Ihrer \SpecialChar LaTeX
17972 -Distribution installiert sein muss, ansonsten bekommt man \SpecialChar LaTeX
17973 -Fehler.
17974 \end_layout
17975
17976 \begin_layout Standard
17977 \begin_inset ERT
17978 status collapsed
17979
17980 \begin_layout Plain Layout
17981
17982
17983 \backslash
17984 ifcolortbl
17985 \end_layout
17986
17987 \end_inset
17988
17989
17990 \begin_inset Note Note
17991 status open
17992
17993 \begin_layout Plain Layout
17994 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
17995 -Paket 
17996 \series bold
17997 colortbl
17998 \series default
17999  installiert ist.
18000 \end_layout
18001
18002 \end_inset
18003
18004
18005 \end_layout
18006
18007 \begin_layout Standard
18008 Die Tabellenzeilen werden mit dem Befehl
18009 \end_layout
18010
18011 \begin_layout Standard
18012
18013 \series bold
18014
18015 \backslash
18016 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
18017 \end_layout
18018
18019 \begin_layout Standard
18020 eingefärbt, der entweder in den \SpecialChar LaTeX
18021 -Vorspann oder als \SpecialChar TeX
18022 -Code vor der ersten
18023  zu färbenden Tabelle eingefügt wird.
18024  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
18025  Zeilenfarbe gefärbt werden soll.
18026  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
18027  werden.
18028  So führt zum Beispiel der Befehl
18029 \end_layout
18030
18031 \begin_layout Standard
18032
18033 \series bold
18034
18035 \backslash
18036 rowcolors{1}{white}{lightgray}
18037 \end_layout
18038
18039 \begin_layout Standard
18040 zum Farbschema von Tabelle
18041 \begin_inset space ~
18042 \end_inset
18043
18044
18045 \begin_inset CommandInset ref
18046 LatexCommand ref
18047 reference "tab:Tabelle-rowcolors"
18048
18049 \end_inset
18050
18051 .
18052  Der Befehl
18053 \end_layout
18054
18055 \begin_layout Standard
18056
18057 \series bold
18058
18059 \backslash
18060 rowcolors[
18061 \backslash
18062 hline]{1}{lightgray}{cyan}
18063 \end_layout
18064
18065 \begin_layout Standard
18066 führt zum Farbschema von Tabelle
18067 \begin_inset space ~
18068 \end_inset
18069
18070
18071 \begin_inset CommandInset ref
18072 LatexCommand ref
18073 reference "tab:Tabelle-rowcolors-2"
18074
18075 \end_inset
18076
18077 .
18078  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
18079  wird keine Farbe verwendet, so dass der Befehl
18080 \end_layout
18081
18082 \begin_layout Standard
18083
18084 \series bold
18085
18086 \backslash
18087 rowcolors{1}{}{}
18088 \end_layout
18089
18090 \begin_layout Standard
18091 alle Farben löscht.
18092  
18093 \series bold
18094
18095 \backslash
18096 rowcolors
18097 \series default
18098  beeinflusst alle diesem Befehl folgenden Tabellen.
18099 \end_layout
18100
18101 \begin_layout Standard
18102 \begin_inset ERT
18103 status open
18104
18105 \begin_layout Plain Layout
18106
18107
18108 \backslash
18109 rowcolors{1}{white}{lightgray}
18110 \end_layout
18111
18112 \end_inset
18113
18114
18115 \end_layout
18116
18117 \begin_layout Standard
18118 \begin_inset Float table
18119 placement h
18120 wide false
18121 sideways false
18122 status open
18123
18124 \begin_layout Plain Layout
18125 \begin_inset Caption Standard
18126
18127 \begin_layout Plain Layout
18128 \begin_inset CommandInset label
18129 LatexCommand label
18130 name "tab:Tabelle-rowcolors"
18131
18132 \end_inset
18133
18134 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18135 \end_layout
18136
18137 \end_inset
18138
18139
18140 \end_layout
18141
18142 \begin_layout Plain Layout
18143 \align center
18144 \begin_inset Tabular
18145 <lyxtabular version="3" rows="4" columns="3">
18146 <features tabularvalignment="middle">
18147 <column alignment="center" valignment="top">
18148 <column alignment="center" valignment="top" width="0pt">
18149 <column alignment="center" valignment="top" width="0pt">
18150 <row>
18151 <cell alignment="center" valignment="top" usebox="none">
18152 \begin_inset Text
18153
18154 \begin_layout Plain Layout
18155 X
18156 \end_layout
18157
18158 \end_inset
18159 </cell>
18160 <cell alignment="center" valignment="top" usebox="none">
18161 \begin_inset Text
18162
18163 \begin_layout Plain Layout
18164 Y
18165 \end_layout
18166
18167 \end_inset
18168 </cell>
18169 <cell alignment="center" valignment="top" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173 Z
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 </row>
18179 <row>
18180 <cell alignment="center" valignment="top" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184 1
18185 \end_layout
18186
18187 \end_inset
18188 </cell>
18189 <cell alignment="center" valignment="top" usebox="none">
18190 \begin_inset Text
18191
18192 \begin_layout Plain Layout
18193 2
18194 \end_layout
18195
18196 \end_inset
18197 </cell>
18198 <cell alignment="center" valignment="top" usebox="none">
18199 \begin_inset Text
18200
18201 \begin_layout Plain Layout
18202 3
18203 \end_layout
18204
18205 \end_inset
18206 </cell>
18207 </row>
18208 <row>
18209 <cell alignment="center" valignment="top" usebox="none">
18210 \begin_inset Text
18211
18212 \begin_layout Plain Layout
18213 4
18214 \end_layout
18215
18216 \end_inset
18217 </cell>
18218 <cell alignment="center" valignment="top" usebox="none">
18219 \begin_inset Text
18220
18221 \begin_layout Plain Layout
18222 5
18223 \end_layout
18224
18225 \end_inset
18226 </cell>
18227 <cell alignment="center" valignment="top" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231 6
18232 \end_layout
18233
18234 \end_inset
18235 </cell>
18236 </row>
18237 <row>
18238 <cell alignment="center" valignment="top" usebox="none">
18239 \begin_inset Text
18240
18241 \begin_layout Plain Layout
18242 7
18243 \end_layout
18244
18245 \end_inset
18246 </cell>
18247 <cell alignment="center" valignment="top" usebox="none">
18248 \begin_inset Text
18249
18250 \begin_layout Plain Layout
18251 8
18252 \end_layout
18253
18254 \end_inset
18255 </cell>
18256 <cell alignment="center" valignment="top" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Plain Layout
18260 9
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 </row>
18266 </lyxtabular>
18267
18268 \end_inset
18269
18270
18271 \end_layout
18272
18273 \end_inset
18274
18275
18276 \end_layout
18277
18278 \begin_layout Standard
18279 \begin_inset ERT
18280 status open
18281
18282 \begin_layout Plain Layout
18283
18284
18285 \backslash
18286 rowcolors[
18287 \backslash
18288 hline]{1}{lightgray}{cyan}
18289 \end_layout
18290
18291 \end_inset
18292
18293
18294 \end_layout
18295
18296 \begin_layout Standard
18297 \begin_inset Float table
18298 placement h
18299 wide false
18300 sideways false
18301 status open
18302
18303 \begin_layout Plain Layout
18304 \begin_inset Caption Standard
18305
18306 \begin_layout Plain Layout
18307 \begin_inset CommandInset label
18308 LatexCommand label
18309 name "tab:Tabelle-rowcolors-2"
18310
18311 \end_inset
18312
18313 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18314  Linie zwischen jeder Zeile befindet.
18315 \end_layout
18316
18317 \end_inset
18318
18319
18320 \end_layout
18321
18322 \begin_layout Plain Layout
18323 \align center
18324 \begin_inset Tabular
18325 <lyxtabular version="3" rows="4" columns="3">
18326 <features tabularvalignment="middle">
18327 <column alignment="center" valignment="top">
18328 <column alignment="center" valignment="top">
18329 <column alignment="center" valignment="top" width="0pt">
18330 <row>
18331 <cell alignment="center" valignment="top" usebox="none">
18332 \begin_inset Text
18333
18334 \begin_layout Plain Layout
18335 X
18336 \end_layout
18337
18338 \end_inset
18339 </cell>
18340 <cell alignment="center" valignment="top" usebox="none">
18341 \begin_inset Text
18342
18343 \begin_layout Plain Layout
18344 Y
18345 \end_layout
18346
18347 \end_inset
18348 </cell>
18349 <cell alignment="center" valignment="top" usebox="none">
18350 \begin_inset Text
18351
18352 \begin_layout Plain Layout
18353 Z
18354 \end_layout
18355
18356 \end_inset
18357 </cell>
18358 </row>
18359 <row>
18360 <cell alignment="center" valignment="top" usebox="none">
18361 \begin_inset Text
18362
18363 \begin_layout Plain Layout
18364 1
18365 \end_layout
18366
18367 \end_inset
18368 </cell>
18369 <cell alignment="center" valignment="top" usebox="none">
18370 \begin_inset Text
18371
18372 \begin_layout Plain Layout
18373 2
18374 \end_layout
18375
18376 \end_inset
18377 </cell>
18378 <cell alignment="center" valignment="top" usebox="none">
18379 \begin_inset Text
18380
18381 \begin_layout Plain Layout
18382 3
18383 \end_layout
18384
18385 \end_inset
18386 </cell>
18387 </row>
18388 <row>
18389 <cell alignment="center" valignment="top" usebox="none">
18390 \begin_inset Text
18391
18392 \begin_layout Plain Layout
18393 4
18394 \end_layout
18395
18396 \end_inset
18397 </cell>
18398 <cell alignment="center" valignment="top" usebox="none">
18399 \begin_inset Text
18400
18401 \begin_layout Plain Layout
18402 5
18403 \end_layout
18404
18405 \end_inset
18406 </cell>
18407 <cell alignment="center" valignment="top" usebox="none">
18408 \begin_inset Text
18409
18410 \begin_layout Plain Layout
18411 6
18412 \end_layout
18413
18414 \end_inset
18415 </cell>
18416 </row>
18417 <row>
18418 <cell alignment="center" valignment="top" usebox="none">
18419 \begin_inset Text
18420
18421 \begin_layout Plain Layout
18422 7
18423 \end_layout
18424
18425 \end_inset
18426 </cell>
18427 <cell alignment="center" valignment="top" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431 8
18432 \end_layout
18433
18434 \end_inset
18435 </cell>
18436 <cell alignment="center" valignment="top" usebox="none">
18437 \begin_inset Text
18438
18439 \begin_layout Plain Layout
18440 9
18441 \end_layout
18442
18443 \end_inset
18444 </cell>
18445 </row>
18446 </lyxtabular>
18447
18448 \end_inset
18449
18450
18451 \end_layout
18452
18453 \end_inset
18454
18455
18456 \end_layout
18457
18458 \begin_layout Standard
18459 \begin_inset ERT
18460 status collapsed
18461
18462 \begin_layout Plain Layout
18463
18464
18465 \backslash
18466 rowcolors{1}{}{}
18467 \end_layout
18468
18469 \end_inset
18470
18471
18472 \begin_inset Note Note
18473 status collapsed
18474
18475 \begin_layout Plain Layout
18476 schaltet die Färbung aus
18477 \end_layout
18478
18479 \end_inset
18480
18481
18482 \end_layout
18483
18484 \begin_layout Standard
18485 \begin_inset ERT
18486 status collapsed
18487
18488 \begin_layout Plain Layout
18489
18490
18491 \backslash
18492 else
18493 \end_layout
18494
18495 \end_inset
18496
18497
18498 \begin_inset Note Note
18499 status open
18500
18501 \begin_layout Plain Layout
18502 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
18503 -Paket 
18504 \series bold
18505 colortbl
18506 \series default
18507  nicht installiert ist:
18508 \end_layout
18509
18510 \end_inset
18511
18512
18513 \end_layout
18514
18515 \begin_layout Standard
18516 Sie müssen das \SpecialChar LaTeX
18517 -Paket 
18518 \series bold
18519 colortbl
18520 \series default
18521  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18522 \end_layout
18523
18524 \begin_layout Standard
18525 \begin_inset ERT
18526 status collapsed
18527
18528 \begin_layout Plain Layout
18529
18530
18531 \backslash
18532 fi
18533 \end_layout
18534
18535 \end_inset
18536
18537
18538 \end_layout
18539
18540 \begin_layout Subsection
18541 Farbige Linien
18542 \begin_inset Index idx
18543 status collapsed
18544
18545 \begin_layout Plain Layout
18546 farbige !  Tabellenlinien
18547 \end_layout
18548
18549 \end_inset
18550
18551
18552 \end_layout
18553
18554 \begin_layout Standard
18555 Wie in Abschnitt
18556 \begin_inset space ~
18557 \end_inset
18558
18559
18560 \begin_inset CommandInset ref
18561 LatexCommand ref
18562 reference "uab:Liniendicke"
18563
18564 \end_inset
18565
18566  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
18567 \series bold
18568
18569 \backslash
18570 arrayrulewidth
18571 \series default
18572  definiert werden.
18573  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
18574 \begin_inset space \thinspace{}
18575 \end_inset
18576
18577 pt gesetzt.
18578 \begin_inset ERT
18579 status collapsed
18580
18581 \begin_layout Plain Layout
18582
18583
18584 \backslash
18585 setlength{
18586 \backslash
18587 arrayrulewidth}{1.5pt}
18588 \end_layout
18589
18590 \end_inset
18591
18592
18593 \end_layout
18594
18595 \begin_layout Standard
18596 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im \SpecialChar LaTeX
18597 -Vorspann
18598  folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
18599 \begin_inset space ~
18600 \end_inset
18601
18602
18603 \begin_inset CommandInset ref
18604 LatexCommand ref
18605 reference "uab:Angepasste-Zellen-/Spaltenformate"
18606
18607 \end_inset
18608
18609  definiert:
18610 \end_layout
18611
18612 \begin_layout Standard
18613
18614 \series bold
18615
18616 \backslash
18617 newcolumntype{W}{!{
18618 \backslash
18619 color{green}
18620 \backslash
18621 vline}}
18622 \end_layout
18623
18624 \begin_layout Standard
18625 In Tabelle
18626 \begin_inset space ~
18627 \end_inset
18628
18629
18630 \begin_inset CommandInset ref
18631 LatexCommand ref
18632 reference "tab:Tabelle-mit-farbigen-vert"
18633
18634 \end_inset
18635
18636  wurde das \SpecialChar LaTeX
18637 -Argument 
18638 \series bold
18639 WcW
18640 \series default
18641  für die letzte und 
18642 \series bold
18643 Wc
18644 \series default
18645  für die anderen Spalten benutzt.
18646 \end_layout
18647
18648 \begin_layout Standard
18649 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18650 \end_layout
18651
18652 \begin_layout Standard
18653 \begin_inset Float table
18654 placement h
18655 wide false
18656 sideways false
18657 status open
18658
18659 \begin_layout Plain Layout
18660 \begin_inset Caption Standard
18661
18662 \begin_layout Plain Layout
18663 \begin_inset CommandInset label
18664 LatexCommand label
18665 name "tab:Tabelle-mit-farbigen-vert"
18666
18667 \end_inset
18668
18669 Tabelle mit farbigen vertikalen Linien
18670 \end_layout
18671
18672 \end_inset
18673
18674
18675 \end_layout
18676
18677 \begin_layout Plain Layout
18678 \align center
18679 \begin_inset Tabular
18680 <lyxtabular version="3" rows="3" columns="3">
18681 <features tabularvalignment="middle">
18682 <column alignment="center" valignment="top" special="Wc">
18683 <column alignment="center" valignment="top" special="Wc">
18684 <column alignment="center" valignment="top" special="WcW">
18685 <row>
18686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18687 \begin_inset Text
18688
18689 \begin_layout Plain Layout
18690 sd
18691 \end_layout
18692
18693 \end_inset
18694 </cell>
18695 <cell alignment="center" valignment="top" topline="true" usebox="none">
18696 \begin_inset Text
18697
18698 \begin_layout Plain Layout
18699
18700 \end_layout
18701
18702 \end_inset
18703 </cell>
18704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18705 \begin_inset Text
18706
18707 \begin_layout Plain Layout
18708
18709 \end_layout
18710
18711 \end_inset
18712 </cell>
18713 </row>
18714 <row>
18715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18716 \begin_inset Text
18717
18718 \begin_layout Plain Layout
18719
18720 \end_layout
18721
18722 \end_inset
18723 </cell>
18724 <cell alignment="center" valignment="top" topline="true" usebox="none">
18725 \begin_inset Text
18726
18727 \begin_layout Plain Layout
18728 sd
18729 \end_layout
18730
18731 \end_inset
18732 </cell>
18733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18734 \begin_inset Text
18735
18736 \begin_layout Plain Layout
18737
18738 \end_layout
18739
18740 \end_inset
18741 </cell>
18742 </row>
18743 <row>
18744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18745 \begin_inset Text
18746
18747 \begin_layout Plain Layout
18748
18749 \end_layout
18750
18751 \end_inset
18752 </cell>
18753 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18754 \begin_inset Text
18755
18756 \begin_layout Plain Layout
18757
18758 \end_layout
18759
18760 \end_inset
18761 </cell>
18762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18763 \begin_inset Text
18764
18765 \begin_layout Plain Layout
18766 sd
18767 \end_layout
18768
18769 \end_inset
18770 </cell>
18771 </row>
18772 </lyxtabular>
18773
18774 \end_inset
18775
18776
18777 \end_layout
18778
18779 \end_inset
18780
18781
18782 \end_layout
18783
18784 \begin_layout Standard
18785 \begin_inset VSpace bigskip
18786 \end_inset
18787
18788 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18789 \begin_inset space ~
18790 \end_inset
18791
18792
18793 \begin_inset CommandInset ref
18794 LatexCommand ref
18795 reference "tab:Tabelle-mit-farbigen-horiz"
18796
18797 \end_inset
18798
18799 , müssen Sie folgenden Befehl als \SpecialChar TeX
18800 -Code vor der (Gleitobjekt-)Tabelle einfügen:
18801 \end_layout
18802
18803 \begin_layout Standard
18804
18805 \series bold
18806
18807 \backslash
18808 let
18809 \backslash
18810 myHlineC
18811 \backslash
18812 hline
18813 \begin_inset Newline newline
18814 \end_inset
18815
18816
18817 \backslash
18818 renewcommand{
18819 \backslash
18820 hline}
18821 \begin_inset Newline newline
18822 \end_inset
18823
18824
18825 \begin_inset Phantom HPhantom
18826 status open
18827
18828 \begin_layout Plain Layout
18829
18830 \series bold
18831 \begin_inset space ~
18832 \end_inset
18833
18834
18835 \end_layout
18836
18837 \end_inset
18838
18839 {
18840 \backslash
18841 arrayrulecolor{red}
18842 \backslash
18843 myHlineC
18844 \backslash
18845 arrayrulecolor{black}}
18846 \end_layout
18847
18848 \begin_layout Standard
18849 \begin_inset ERT
18850 status collapsed
18851
18852 \begin_layout Plain Layout
18853
18854
18855 \backslash
18856 let
18857 \backslash
18858 myHlineC
18859 \backslash
18860 hline
18861 \end_layout
18862
18863 \begin_layout Plain Layout
18864
18865
18866 \backslash
18867 renewcommand{
18868 \backslash
18869 hline}
18870 \end_layout
18871
18872 \begin_layout Plain Layout
18873
18874  {
18875 \backslash
18876 arrayrulecolor{red}
18877 \backslash
18878 myHlineC
18879 \backslash
18880 arrayrulecolor{black}}
18881 \end_layout
18882
18883 \end_inset
18884
18885
18886 \begin_inset Float table
18887 placement h
18888 wide false
18889 sideways false
18890 status open
18891
18892 \begin_layout Plain Layout
18893 \begin_inset Caption Standard
18894
18895 \begin_layout Plain Layout
18896 \begin_inset CommandInset label
18897 LatexCommand label
18898 name "tab:Tabelle-mit-farbigen-horiz"
18899
18900 \end_inset
18901
18902 Tabelle mit farbigen horizontalen Linien
18903 \end_layout
18904
18905 \end_inset
18906
18907
18908 \end_layout
18909
18910 \begin_layout Plain Layout
18911 \align center
18912 \begin_inset Tabular
18913 <lyxtabular version="3" rows="3" columns="3">
18914 <features tabularvalignment="middle">
18915 <column alignment="center" valignment="top">
18916 <column alignment="center" valignment="top">
18917 <column alignment="center" valignment="top">
18918 <row>
18919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18920 \begin_inset Text
18921
18922 \begin_layout Plain Layout
18923 sd
18924 \end_layout
18925
18926 \end_inset
18927 </cell>
18928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18929 \begin_inset Text
18930
18931 \begin_layout Plain Layout
18932
18933 \end_layout
18934
18935 \end_inset
18936 </cell>
18937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18938 \begin_inset Text
18939
18940 \begin_layout Plain Layout
18941
18942 \end_layout
18943
18944 \end_inset
18945 </cell>
18946 </row>
18947 <row>
18948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18949 \begin_inset Text
18950
18951 \begin_layout Plain Layout
18952
18953 \end_layout
18954
18955 \end_inset
18956 </cell>
18957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18958 \begin_inset Text
18959
18960 \begin_layout Plain Layout
18961 sd
18962 \end_layout
18963
18964 \end_inset
18965 </cell>
18966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18967 \begin_inset Text
18968
18969 \begin_layout Plain Layout
18970
18971 \end_layout
18972
18973 \end_inset
18974 </cell>
18975 </row>
18976 <row>
18977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18978 \begin_inset Text
18979
18980 \begin_layout Plain Layout
18981
18982 \end_layout
18983
18984 \end_inset
18985 </cell>
18986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18987 \begin_inset Text
18988
18989 \begin_layout Plain Layout
18990
18991 \end_layout
18992
18993 \end_inset
18994 </cell>
18995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18996 \begin_inset Text
18997
18998 \begin_layout Plain Layout
18999 sd
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 </row>
19005 </lyxtabular>
19006
19007 \end_inset
19008
19009
19010 \end_layout
19011
19012 \end_inset
19013
19014
19015 \end_layout
19016
19017 \begin_layout Standard
19018 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
19019  als \SpecialChar TeX
19020 -Code hinter der Tabelle einfügen:
19021 \end_layout
19022
19023 \begin_layout Standard
19024
19025 \series bold
19026
19027 \backslash
19028 renewcommand{
19029 \backslash
19030 hline}{
19031 \backslash
19032 myHlineC}
19033 \end_layout
19034
19035 \begin_layout Standard
19036 Tabelle
19037 \begin_inset space ~
19038 \end_inset
19039
19040
19041 \begin_inset CommandInset ref
19042 LatexCommand ref
19043 reference "tab:Table-with-colored"
19044
19045 \end_inset
19046
19047  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
19048 \end_layout
19049
19050 \begin_layout Standard
19051 \begin_inset Float table
19052 placement h
19053 wide false
19054 sideways false
19055 status open
19056
19057 \begin_layout Plain Layout
19058 \begin_inset Caption Standard
19059
19060 \begin_layout Plain Layout
19061 \begin_inset CommandInset label
19062 LatexCommand label
19063 name "tab:Table-with-colored"
19064
19065 \end_inset
19066
19067 Tabelle mit farbigen Linien
19068 \end_layout
19069
19070 \end_inset
19071
19072
19073 \end_layout
19074
19075 \begin_layout Plain Layout
19076 \align center
19077 \begin_inset Tabular
19078 <lyxtabular version="3" rows="3" columns="3">
19079 <features tabularvalignment="middle">
19080 <column alignment="center" valignment="top" special="Wc">
19081 <column alignment="center" valignment="top" special="Wc">
19082 <column alignment="center" valignment="top" special="WcW">
19083 <row>
19084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19085 \begin_inset Text
19086
19087 \begin_layout Plain Layout
19088 sd
19089 \end_layout
19090
19091 \end_inset
19092 </cell>
19093 <cell alignment="center" valignment="top" topline="true" usebox="none">
19094 \begin_inset Text
19095
19096 \begin_layout Plain Layout
19097
19098 \end_layout
19099
19100 \end_inset
19101 </cell>
19102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19103 \begin_inset Text
19104
19105 \begin_layout Plain Layout
19106
19107 \end_layout
19108
19109 \end_inset
19110 </cell>
19111 </row>
19112 <row>
19113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19114 \begin_inset Text
19115
19116 \begin_layout Plain Layout
19117
19118 \end_layout
19119
19120 \end_inset
19121 </cell>
19122 <cell alignment="center" valignment="top" topline="true" usebox="none">
19123 \begin_inset Text
19124
19125 \begin_layout Plain Layout
19126 sd
19127 \end_layout
19128
19129 \end_inset
19130 </cell>
19131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19132 \begin_inset Text
19133
19134 \begin_layout Plain Layout
19135
19136 \end_layout
19137
19138 \end_inset
19139 </cell>
19140 </row>
19141 <row topspace="default">
19142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19143 \begin_inset Text
19144
19145 \begin_layout Plain Layout
19146
19147 \end_layout
19148
19149 \end_inset
19150 </cell>
19151 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19152 \begin_inset Text
19153
19154 \begin_layout Plain Layout
19155
19156 \end_layout
19157
19158 \end_inset
19159 </cell>
19160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19161 \begin_inset Text
19162
19163 \begin_layout Plain Layout
19164 sd
19165 \end_layout
19166
19167 \end_inset
19168 </cell>
19169 </row>
19170 </lyxtabular>
19171
19172 \end_inset
19173
19174
19175 \end_layout
19176
19177 \end_inset
19178
19179
19180 \end_layout
19181
19182 \begin_layout Standard
19183 \begin_inset ERT
19184 status collapsed
19185
19186 \begin_layout Plain Layout
19187
19188
19189 \backslash
19190 renewcommand{
19191 \backslash
19192 hline}{
19193 \backslash
19194 myHlineC}
19195 \end_layout
19196
19197 \end_inset
19198
19199
19200 \end_layout
19201
19202 \begin_layout Standard
19203 \begin_inset ERT
19204 status collapsed
19205
19206 \begin_layout Plain Layout
19207
19208
19209 \backslash
19210 setlength{
19211 \backslash
19212 arrayrulewidth}{0.4pt}
19213 \end_layout
19214
19215 \end_inset
19216
19217
19218 \begin_inset Note Note
19219 status collapsed
19220
19221 \begin_layout Plain Layout
19222 setzt die Liniendicke wieder auf ihren Standardwert zurück
19223 \end_layout
19224
19225 \end_inset
19226
19227
19228 \end_layout
19229
19230 \begin_layout Section
19231 Rotierte Tabellenzellen
19232 \begin_inset CommandInset label
19233 LatexCommand label
19234 name "abs:Rotierte-Tabellenzellen"
19235
19236 \end_inset
19237
19238
19239 \begin_inset Index idx
19240 status collapsed
19241
19242 \begin_layout Plain Layout
19243 Tabellen ! rotierte Zellen
19244 \end_layout
19245
19246 \end_inset
19247
19248
19249 \begin_inset Index idx
19250 status collapsed
19251
19252 \begin_layout Plain Layout
19253 Rotiertes Material
19254 \end_layout
19255
19256 \end_inset
19257
19258
19259 \end_layout
19260
19261 \begin_layout Standard
19262 \begin_inset Note Greyedout
19263 status open
19264
19265 \begin_layout Plain Layout
19266
19267 \series bold
19268 Achtung:
19269 \series default
19270  Nicht alle DVI-Betrachter können Rotationen anzeigen.
19271 \end_layout
19272
19273 \end_inset
19274
19275
19276 \end_layout
19277
19278 \begin_layout Standard
19279 Tabelle
19280 \begin_inset space ~
19281 \end_inset
19282
19283
19284 \begin_inset CommandInset ref
19285 LatexCommand ref
19286 reference "tab:Tabelle-mit-rotierten"
19287
19288 \end_inset
19289
19290  ist ein Beispiel bei dem 3
19291 \begin_inset space ~
19292 \end_inset
19293
19294 Zellen um 45
19295 \begin_inset space \thinspace{}
19296 \end_inset
19297
19298 ° rotiert wurden.
19299 \end_layout
19300
19301 \begin_layout Standard
19302 \begin_inset Float table
19303 placement h
19304 wide false
19305 sideways false
19306 status open
19307
19308 \begin_layout Plain Layout
19309 \begin_inset Caption Standard
19310
19311 \begin_layout Plain Layout
19312 \begin_inset CommandInset label
19313 LatexCommand label
19314 name "tab:Tabelle-mit-rotierten"
19315
19316 \end_inset
19317
19318 Tabelle mit rotierten Zellen in der ersten Zeile.
19319 \end_layout
19320
19321 \end_inset
19322
19323
19324 \end_layout
19325
19326 \begin_layout Plain Layout
19327 \noindent
19328 \align center
19329 \begin_inset Tabular
19330 <lyxtabular version="3" rows="2" columns="3">
19331 <features tabularvalignment="middle">
19332 <column alignment="center" valignment="top" width="0pt">
19333 <column alignment="center" valignment="top" width="0pt">
19334 <column alignment="center" valignment="top" width="0pt">
19335 <row>
19336 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19337 \begin_inset Text
19338
19339 \begin_layout Plain Layout
19340 Tassen
19341 \end_layout
19342
19343 \end_inset
19344 </cell>
19345 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19346 \begin_inset Text
19347
19348 \begin_layout Plain Layout
19349 Teller
19350 \end_layout
19351
19352 \end_inset
19353 </cell>
19354 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19355 \begin_inset Text
19356
19357 \begin_layout Plain Layout
19358 Untertassen
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 </row>
19364 <row>
19365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Plain Layout
19369 45
19370 \end_layout
19371
19372 \end_inset
19373 </cell>
19374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19375 \begin_inset Text
19376
19377 \begin_layout Plain Layout
19378 33
19379 \end_layout
19380
19381 \end_inset
19382 </cell>
19383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19384 \begin_inset Text
19385
19386 \begin_layout Plain Layout
19387 21
19388 \end_layout
19389
19390 \end_inset
19391 </cell>
19392 </row>
19393 </lyxtabular>
19394
19395 \end_inset
19396
19397
19398 \end_layout
19399
19400 \end_inset
19401
19402
19403 \end_layout
19404
19405 \begin_layout Standard
19406 \begin_inset Note Greyedout
19407 status open
19408
19409 \begin_layout Plain Layout
19410
19411 \series bold
19412 Achtung:
19413 \series default
19414  Zeilenumbrüche (Tastenkürzel 
19415 \family sans
19416 Strg+Enter
19417 \family default
19418 ) sind in rotierten Zellen nicht erlaubt.
19419 \end_layout
19420
19421 \end_inset
19422
19423
19424 \end_layout
19425
19426 \begin_layout Standard
19427 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen, müssen Sie
19428  den Zelleninhalt in eine Minipage oder Parbox tun.
19429 \begin_inset Foot
19430 status collapsed
19431
19432 \begin_layout Plain Layout
19433 Für mehr über diese Boxen siehe Abschnitt
19434 \begin_inset space ~
19435 \end_inset
19436
19437
19438 \begin_inset CommandInset ref
19439 LatexCommand ref
19440 reference "abs:Minipage"
19441
19442 \end_inset
19443
19444  und 
19445 \begin_inset CommandInset ref
19446 LatexCommand ref
19447 reference "abs:Parbox"
19448
19449 \end_inset
19450
19451 .
19452 \end_layout
19453
19454 \end_inset
19455
19456  Wenn Sie diese Zelle um 90
19457 \begin_inset space \thinspace{}
19458 \end_inset
19459
19460 ° rotieren, ist die Breite der Box die Höhe der Zelle.
19461  Tabelle
19462 \begin_inset space ~
19463 \end_inset
19464
19465
19466 \begin_inset CommandInset ref
19467 LatexCommand ref
19468 reference "tab:Tabelle-mit-rotierter-Umbruch"
19469
19470 \end_inset
19471
19472  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch, wobei die Boxbreite
19473  auch 3
19474 \begin_inset space \thinspace{}
19475 \end_inset
19476
19477 cm gesetzt wurde.
19478 \end_layout
19479
19480 \begin_layout Standard
19481 \begin_inset Float table
19482 wide false
19483 sideways false
19484 status open
19485
19486 \begin_layout Plain Layout
19487 \begin_inset Caption Standard
19488
19489 \begin_layout Plain Layout
19490 \begin_inset CommandInset label
19491 LatexCommand label
19492 name "tab:Tabelle-mit-rotierter-Umbruch"
19493
19494 \end_inset
19495
19496 Tabelle mit rotierter Zelle mit Zeilenumbruch.
19497 \end_layout
19498
19499 \end_inset
19500
19501
19502 \end_layout
19503
19504 \begin_layout Plain Layout
19505 \noindent
19506 \align center
19507 \begin_inset Tabular
19508 <lyxtabular version="3" rows="2" columns="3">
19509 <features tabularvalignment="middle">
19510 <column alignment="center" valignment="top">
19511 <column alignment="center" valignment="top" width="0pt">
19512 <column alignment="center" valignment="top">
19513 <row>
19514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19515 \begin_inset Text
19516
19517 \begin_layout Plain Layout
19518 a
19519 \end_layout
19520
19521 \end_inset
19522 </cell>
19523 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19524 \begin_inset Text
19525
19526 \begin_layout Plain Layout
19527 \begin_inset Box Frameless
19528 position "t"
19529 hor_pos "c"
19530 has_inner_box 1
19531 inner_pos "t"
19532 use_parbox 0
19533 use_makebox 0
19534 width "3cm"
19535 special "none"
19536 height "1in"
19537 height_special "totalheight"
19538 thickness "0.4pt"
19539 separation "3pt"
19540 shadowsize "4pt"
19541 framecolor "black"
19542 backgroundcolor "none"
19543 status open
19544
19545 \begin_layout Plain Layout
19546 rotierte Zelle
19547 \begin_inset Newline newline
19548 \end_inset
19549
19550 mit Zeilenumbruch
19551 \end_layout
19552
19553 \end_inset
19554
19555
19556 \end_layout
19557
19558 \end_inset
19559 </cell>
19560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19561 \begin_inset Text
19562
19563 \begin_layout Plain Layout
19564 e
19565 \end_layout
19566
19567 \end_inset
19568 </cell>
19569 </row>
19570 <row>
19571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19572 \begin_inset Text
19573
19574 \begin_layout Plain Layout
19575 b
19576 \end_layout
19577
19578 \end_inset
19579 </cell>
19580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19581 \begin_inset Text
19582
19583 \begin_layout Plain Layout
19584 c
19585 \end_layout
19586
19587 \end_inset
19588 </cell>
19589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19590 \begin_inset Text
19591
19592 \begin_layout Plain Layout
19593 d
19594 \end_layout
19595
19596 \end_inset
19597 </cell>
19598 </row>
19599 </lyxtabular>
19600
19601 \end_inset
19602
19603
19604 \end_layout
19605
19606 \end_inset
19607
19608
19609 \end_layout
19610
19611 \begin_layout Section
19612 Berechnung der Tabellenbreite
19613 \begin_inset CommandInset label
19614 LatexCommand label
19615 name "abs:Berechnung-der-Tabellenbreite"
19616
19617 \end_inset
19618
19619
19620 \end_layout
19621
19622 \begin_layout Standard
19623 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
19624  Tabelle nicht über den Seitenrand hinausragt.
19625  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
19626  aber wie viel Platz wird für jede Spalte benötigt?
19627 \end_layout
19628
19629 \begin_layout Standard
19630 Die Tabellenbreite 
19631 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19632 \end_inset
19633
19634  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
19635  
19636 \begin_inset Formula $W_{\mathrm{Spalte}}$
19637 \end_inset
19638
19639  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
19640  Spalteninhalt und dem Rand der Spalte (\SpecialChar LaTeX
19641 -Länge
19642 \series bold
19643  
19644 \backslash
19645 tabcolsep
19646 \series default
19647 , Voreinstellung 6
19648 \begin_inset space \thinspace{}
19649 \end_inset
19650
19651 pt) plus die Breite einer Tabellenlinie (\SpecialChar LaTeX
19652 -Länge 
19653 \series bold
19654
19655 \backslash
19656 arrayrulewidth
19657 \series default
19658 , Voreinstellung 0.4
19659 \begin_inset space \thinspace{}
19660 \end_inset
19661
19662 pt): Wenn alle 
19663 \begin_inset Formula $n$
19664 \end_inset
19665
19666
19667 \begin_inset space ~
19668 \end_inset
19669
19670 Spalten dieselbe Breite haben, ist die Tabellenbreite also
19671 \begin_inset Formula 
19672 \begin{equation}
19673 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19674 \end{equation}
19675
19676 \end_inset
19677
19678
19679 \end_layout
19680
19681 \begin_layout Standard
19682 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
19683  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (\SpecialChar LaTeX
19684 -Länge
19685  
19686 \series bold
19687
19688 \backslash
19689 columnwidth
19690 \series default
19691 ).
19692  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
19693 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19694 \end_inset
19695
19696  gleich 1
19697 \begin_inset space \thinspace{}
19698 \end_inset
19699
19700
19701 \backslash
19702 columnwidth sein soll, kann 
19703 \begin_inset Formula $W_{\mathrm{Spalte}}$
19704 \end_inset
19705
19706  leicht berechnet werden.
19707 \end_layout
19708
19709 \begin_layout Standard
19710 Um Berechnungen ausführen zu können, muss das \SpecialChar LaTeX
19711 -Paket 
19712 \series bold
19713 calc
19714 \series default
19715
19716 \begin_inset Index idx
19717 status collapsed
19718
19719 \begin_layout Plain Layout
19720 \SpecialChar LaTeX
19721 -Pakete ! calc
19722 \end_layout
19723
19724 \end_inset
19725
19726  im \SpecialChar LaTeX
19727 -Vorspann geladen werden.
19728  Um die Breite im Tabellendialog anzugeben, muss das Feld 
19729 \family sans
19730 \SpecialChar LaTeX
19731 -Argument
19732 \family default
19733  verwendet werden.
19734  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
19735 \begin_inset space ~
19736 \end_inset
19737
19738
19739 \begin_inset CommandInset ref
19740 LatexCommand ref
19741 reference "uab:Mehrfachspalten-Berechnungen"
19742
19743 \end_inset
19744
19745  erklärt ist.
19746  Für eine Tabelle mit 5
19747 \begin_inset space \thinspace{}
19748 \end_inset
19749
19750 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
19751  für jede Spalte den Befehl
19752 \end_layout
19753
19754 \begin_layout Standard
19755
19756 \series bold
19757 >{
19758 \backslash
19759 centering}p{(1
19760 \backslash
19761 columnwidth-62.4pt)/5}
19762 \end_layout
19763
19764 \begin_layout Standard
19765 an.
19766  Für eine Tabelle mit 5
19767 \begin_inset space \thinspace{}
19768 \end_inset
19769
19770 Spalten bei der 2 das 0,75
19771 \begin_inset space \thinspace{}
19772 \end_inset
19773
19774 fache der Breite der anderen 3
19775 \begin_inset space ~
19776 \end_inset
19777
19778 Spalten haben sollen, ist die Berechnung
19779 \begin_inset Formula 
19780 \begin{align}
19781 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{Spalte}}+2\cdot0,75\,W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19782  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19783  & =4,5\,W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
19784 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
19785 \end{align}
19786
19787 \end_inset
19788
19789
19790 \end_layout
19791
19792 \begin_layout Standard
19793 In der Tabelle wird daher der Befehl
19794 \end_layout
19795
19796 \begin_layout Standard
19797
19798 \series bold
19799 >{
19800 \backslash
19801 centering}p{(1
19802 \backslash
19803 columnwidth-62.4pt)/
19804 \backslash
19805 real{4.5}}
19806 \end_layout
19807
19808 \begin_layout Standard
19809 für die breiteren Spalten verwendet und
19810 \end_layout
19811
19812 \begin_layout Standard
19813
19814 \series bold
19815 >{
19816 \backslash
19817 centering}p{(1
19818 \backslash
19819 columnwidth-62.4pt)/
19820 \backslash
19821 real{4.5}*
19822 \backslash
19823 real{0.75}}
19824 \end_layout
19825
19826 \begin_layout Standard
19827 für die schmaleren:
19828 \end_layout
19829
19830 \begin_layout Standard
19831 \begin_inset Tabular
19832 <lyxtabular version="3" rows="2" columns="5">
19833 <features tabularvalignment="middle">
19834 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19835 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19836 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19837 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19838 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19839 <row>
19840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19841 \begin_inset Text
19842
19843 \begin_layout Plain Layout
19844 1
19845 \end_layout
19846
19847 \end_inset
19848 </cell>
19849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19850 \begin_inset Text
19851
19852 \begin_layout Plain Layout
19853 2
19854 \end_layout
19855
19856 \end_inset
19857 </cell>
19858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Plain Layout
19862 3
19863 \end_layout
19864
19865 \end_inset
19866 </cell>
19867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19868 \begin_inset Text
19869
19870 \begin_layout Plain Layout
19871 4
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880 5
19881 \end_layout
19882
19883 \end_inset
19884 </cell>
19885 </row>
19886 <row>
19887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19888 \begin_inset Text
19889
19890 \begin_layout Plain Layout
19891 111111 1111111 111111 111111111 11111 11111 1111
19892 \end_layout
19893
19894 \end_inset
19895 </cell>
19896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19897 \begin_inset Text
19898
19899 \begin_layout Plain Layout
19900
19901 \end_layout
19902
19903 \end_inset
19904 </cell>
19905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19906 \begin_inset Text
19907
19908 \begin_layout Plain Layout
19909 2222 22222 222222 222222222 2222222 22 22222
19910 \end_layout
19911
19912 \end_inset
19913 </cell>
19914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19915 \begin_inset Text
19916
19917 \begin_layout Plain Layout
19918
19919 \end_layout
19920
19921 \end_inset
19922 </cell>
19923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19924 \begin_inset Text
19925
19926 \begin_layout Plain Layout
19927 333333 333333 333333 33333 3333333 333
19928 \end_layout
19929
19930 \end_inset
19931 </cell>
19932 </row>
19933 </lyxtabular>
19934
19935 \end_inset
19936
19937
19938 \end_layout
19939
19940 \begin_layout Section
19941 Tabellen-Anpassung
19942 \begin_inset Index idx
19943 status collapsed
19944
19945 \begin_layout Plain Layout
19946 Tabellen ! Anpassung
19947 \end_layout
19948
19949 \end_inset
19950
19951
19952 \end_layout
19953
19954 \begin_layout Subsection
19955 Zeilenabstand
19956 \begin_inset CommandInset label
19957 LatexCommand label
19958 name "uab:Zeilenabstand"
19959
19960 \end_inset
19961
19962
19963 \begin_inset Index idx
19964 status collapsed
19965
19966 \begin_layout Plain Layout
19967 Tabellen ! Zeilenabstand
19968 \end_layout
19969
19970 \end_inset
19971
19972
19973 \end_layout
19974
19975 \begin_layout Standard
19976 Auf der Karteikarte 
19977 \family sans
19978 Rahmen
19979 \family default
19980  des 
19981 \family sans
19982 Tabellen-Einstellungen
19983 \family default
19984 -Dialogs können Sie 
19985 \family sans
19986 zusätzliche
19987 \begin_inset space ~
19988 \end_inset
19989
19990 Abstände
19991 \family default
19992  einfügen.
19993  Dabei haben Sie drei Möglichkeiten:
19994 \end_layout
19995
19996 \begin_layout Description
19997 Oberhalb
19998 \begin_inset space ~
19999 \end_inset
20000
20001 der
20002 \begin_inset space ~
20003 \end_inset
20004
20005 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
20006  Bei einer formalen Tabelle
20007 \begin_inset Foot
20008 status collapsed
20009
20010 \begin_layout Plain Layout
20011 Formale Tabellen wurden in Abschnitt
20012 \begin_inset space ~
20013 \end_inset
20014
20015
20016 \begin_inset CommandInset ref
20017 LatexCommand ref
20018 reference "abs:Formale-Tabellen"
20019
20020 \end_inset
20021
20022  beschrieben.
20023 \end_layout
20024
20025 \end_inset
20026
20027  fügt \SpecialChar LyX
20028  standardmäßig 0.5
20029 \begin_inset space \thinspace{}
20030 \end_inset
20031
20032 em Leerraum ein.
20033  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20034 \begin_inset VSpace medskip
20035 \end_inset
20036
20037
20038 \begin_inset Newline newline
20039 \end_inset
20040
20041
20042 \begin_inset space \hspace*{}
20043 \length 0pt
20044 \end_inset
20045
20046
20047 \begin_inset space \hfill{}
20048 \end_inset
20049
20050
20051 \begin_inset Tabular
20052 <lyxtabular version="3" rows="3" columns="1">
20053 <features tabularvalignment="middle">
20054 <column alignment="center" valignment="top">
20055 <row>
20056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20057 \begin_inset Text
20058
20059 \begin_layout Plain Layout
20060 A
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 </row>
20066 <row topspace="3mm">
20067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Plain Layout
20071 3
20072 \begin_inset space \thinspace{}
20073 \end_inset
20074
20075 mm Leerraum oberhalb der Zeile
20076 \end_layout
20077
20078 \end_inset
20079 </cell>
20080 </row>
20081 <row>
20082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20083 \begin_inset Text
20084
20085 \begin_layout Plain Layout
20086 C
20087 \end_layout
20088
20089 \end_inset
20090 </cell>
20091 </row>
20092 </lyxtabular>
20093
20094 \end_inset
20095
20096
20097 \begin_inset space \hfill{}
20098 \end_inset
20099
20100
20101 \begin_inset space \hspace*{}
20102 \length 0pt
20103 \end_inset
20104
20105
20106 \begin_inset VSpace medskip
20107 \end_inset
20108
20109
20110 \begin_inset Newline newline
20111 \end_inset
20112
20113 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20114 n Linien verwenden.
20115 \end_layout
20116
20117 \begin_layout Description
20118 Unterhalb
20119 \begin_inset space ~
20120 \end_inset
20121
20122 der
20123 \begin_inset space ~
20124 \end_inset
20125
20126 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
20127  Bei einer formalen Tabelle fügt \SpecialChar LyX
20128  standardmäßig 0.5
20129 \begin_inset space \thinspace{}
20130 \end_inset
20131
20132 em Leerraum ein.
20133  Bei normalen Tabellen ist der Standardwert 2
20134 \begin_inset space \thinspace{}
20135 \end_inset
20136
20137 pt.
20138 \end_layout
20139
20140 \begin_layout Description
20141 Zwischen
20142 \begin_inset space ~
20143 \end_inset
20144
20145 den
20146 \begin_inset space ~
20147 \end_inset
20148
20149 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
20150  Bei einer formalen Tabelle fügt \SpecialChar LyX
20151  standardmäßig 0.5
20152 \begin_inset space \thinspace{}
20153 \end_inset
20154
20155 em Leerraum ein.
20156  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20157 \begin_inset VSpace medskip
20158 \end_inset
20159
20160
20161 \begin_inset Newline newline
20162 \end_inset
20163
20164
20165 \begin_inset space \hspace*{}
20166 \length 0pt
20167 \end_inset
20168
20169
20170 \begin_inset space \hfill{}
20171 \end_inset
20172
20173
20174 \begin_inset Tabular
20175 <lyxtabular version="3" rows="3" columns="1">
20176 <features tabularvalignment="middle">
20177 <column alignment="center" valignment="top">
20178 <row>
20179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20180 \begin_inset Text
20181
20182 \begin_layout Plain Layout
20183 A
20184 \end_layout
20185
20186 \end_inset
20187 </cell>
20188 </row>
20189 <row interlinespace="3mm">
20190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20191 \begin_inset Text
20192
20193 \begin_layout Plain Layout
20194 \begin_inset Formula $\downarrow$
20195 \end_inset
20196
20197  3
20198 \begin_inset space \thinspace{}
20199 \end_inset
20200
20201 mm Leerraum zwischen den Zeilen 
20202 \begin_inset Formula $\downarrow$
20203 \end_inset
20204
20205
20206 \end_layout
20207
20208 \end_inset
20209 </cell>
20210 </row>
20211 <row>
20212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20213 \begin_inset Text
20214
20215 \begin_layout Plain Layout
20216 \begin_inset Formula $\uparrow$
20217 \end_inset
20218
20219  3
20220 \begin_inset space \thinspace{}
20221 \end_inset
20222
20223 mm Leerraum zwischen den Zeilen 
20224 \begin_inset Formula $\uparrow$
20225 \end_inset
20226
20227
20228 \end_layout
20229
20230 \end_inset
20231 </cell>
20232 </row>
20233 </lyxtabular>
20234
20235 \end_inset
20236
20237
20238 \begin_inset space \hfill{}
20239 \end_inset
20240
20241
20242 \begin_inset space \hspace*{}
20243 \length 0pt
20244 \end_inset
20245
20246
20247 \begin_inset VSpace medskip
20248 \end_inset
20249
20250
20251 \begin_inset Newline newline
20252 \end_inset
20253
20254 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20255 n Linien verwenden.
20256 \end_layout
20257
20258 \begin_layout Standard
20259 \begin_inset VSpace bigskip
20260 \end_inset
20261
20262 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
20263  Befehlen im \SpecialChar LaTeX
20264 -Vorspann machen:
20265 \end_layout
20266
20267 \begin_layout Standard
20268
20269 \series bold
20270
20271 \backslash
20272 @ifundefined{extrarowheight}
20273 \begin_inset Newline newline
20274 \end_inset
20275
20276
20277 \begin_inset Phantom HPhantom
20278 status open
20279
20280 \begin_layout Plain Layout
20281
20282 \series bold
20283 \begin_inset space ~
20284 \end_inset
20285
20286
20287 \end_layout
20288
20289 \end_inset
20290
20291 {
20292 \backslash
20293 usepackage{array}}{}
20294 \begin_inset Newline newline
20295 \end_inset
20296
20297
20298 \backslash
20299 setlength{
20300 \backslash
20301 extrarowheight}{Höhe}
20302 \series default
20303
20304 \begin_inset Note Note
20305 status collapsed
20306
20307 \begin_layout Plain Layout
20308 Das Paket 
20309 \series bold
20310 array
20311 \series default
20312  wird automatisch von \SpecialChar LyX
20313  geladen, wenn Sie selbst definierte Tabellenformate
20314  verwenden.
20315  Der Befehl 
20316 \series bold
20317
20318 \backslash
20319 @ifundefined
20320 \series default
20321  vermeidet, dass es in diesem Fall doppelt geladen wird.
20322 \end_layout
20323
20324 \end_inset
20325
20326
20327 \end_layout
20328
20329 \begin_layout Standard
20330 wobei die 
20331 \family sans
20332 Höhe
20333 \family default
20334  eine der in Anhang
20335 \begin_inset space ~
20336 \end_inset
20337
20338
20339 \begin_inset CommandInset ref
20340 LatexCommand ref
20341 reference "kap:In-LyX-verfügbare"
20342
20343 \end_inset
20344
20345  aufgelisteten Einheiten haben kann.
20346  Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
20347  ausgerichtet sind.
20348 \end_layout
20349
20350 \begin_layout Standard
20351 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
20352  zu nah an den Buchstaben.
20353  Das kann korrigiert werden, indem man den Befehl 
20354 \series bold
20355
20356 \backslash
20357 strut
20358 \series default
20359  als \SpecialChar TeX
20360 -Code am Anfang einer Tabellenzeile einfügt.
20361  Tabelle
20362 \begin_inset space ~
20363 \end_inset
20364
20365
20366 \begin_inset CommandInset ref
20367 LatexCommand ref
20368 reference "tab:Vertikale-Ausrichtung-von"
20369
20370 \end_inset
20371
20372  zeigt den Effekt.
20373 \end_layout
20374
20375 \begin_layout Standard
20376 \noindent
20377 \begin_inset Float table
20378 placement h
20379 wide false
20380 sideways false
20381 status open
20382
20383 \begin_layout Plain Layout
20384 \begin_inset Caption Standard
20385
20386 \begin_layout Plain Layout
20387 \begin_inset CommandInset label
20388 LatexCommand label
20389 name "tab:Vertikale-Ausrichtung-von"
20390
20391 \end_inset
20392
20393 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
20394 \end_layout
20395
20396 \end_inset
20397
20398
20399 \end_layout
20400
20401 \begin_layout Plain Layout
20402 \begin_inset space \hfill{}
20403 \end_inset
20404
20405
20406 \begin_inset Float table
20407 wide false
20408 sideways false
20409 status collapsed
20410
20411 \begin_layout Plain Layout
20412 \begin_inset Caption Standard
20413
20414 \begin_layout Plain Layout
20415 Normale Tabelle.
20416 \end_layout
20417
20418 \end_inset
20419
20420
20421 \end_layout
20422
20423 \begin_layout Plain Layout
20424 \noindent
20425 \align center
20426 \begin_inset Tabular
20427 <lyxtabular version="3" rows="6" columns="1">
20428 <features tabularvalignment="middle">
20429 <column alignment="left" valignment="top">
20430 <row>
20431 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20432 \begin_inset Text
20433
20434 \begin_layout Plain Layout
20435 Normal, g
20436 \end_layout
20437
20438 \end_inset
20439 </cell>
20440 </row>
20441 <row>
20442 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20443 \begin_inset Text
20444
20445 \begin_layout Plain Layout
20446
20447 \size large
20448 Groß, g
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 </row>
20454 <row>
20455 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20456 \begin_inset Text
20457
20458 \begin_layout Plain Layout
20459
20460 \size larger
20461 Größer, g
20462 \end_layout
20463
20464 \end_inset
20465 </cell>
20466 </row>
20467 <row>
20468 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20469 \begin_inset Text
20470
20471 \begin_layout Plain Layout
20472
20473 \size largest
20474 noch Größer, g
20475 \end_layout
20476
20477 \end_inset
20478 </cell>
20479 </row>
20480 <row>
20481 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Plain Layout
20485
20486 \size huge
20487 Riesig
20488 \end_layout
20489
20490 \end_inset
20491 </cell>
20492 </row>
20493 <row>
20494 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20495 \begin_inset Text
20496
20497 \begin_layout Plain Layout
20498
20499 \size giant
20500 Gigantisch
20501 \end_layout
20502
20503 \end_inset
20504 </cell>
20505 </row>
20506 </lyxtabular>
20507
20508 \end_inset
20509
20510
20511 \end_layout
20512
20513 \end_inset
20514
20515
20516 \begin_inset space \hfill{}
20517 \end_inset
20518
20519
20520 \begin_inset Float table
20521 wide false
20522 sideways false
20523 status collapsed
20524
20525 \begin_layout Plain Layout
20526 \begin_inset Caption Standard
20527
20528 \begin_layout Plain Layout
20529 Tabelle bei der der Befehl 
20530 \series bold
20531
20532 \backslash
20533 strut
20534 \series default
20535  verwendet wurde.
20536 \end_layout
20537
20538 \end_inset
20539
20540
20541 \end_layout
20542
20543 \begin_layout Plain Layout
20544 \noindent
20545 \align center
20546 \begin_inset Tabular
20547 <lyxtabular version="3" rows="6" columns="1">
20548 <features tabularvalignment="middle">
20549 <column alignment="left" valignment="top">
20550 <row>
20551 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20552 \begin_inset Text
20553
20554 \begin_layout Plain Layout
20555 Normal, g
20556 \end_layout
20557
20558 \end_inset
20559 </cell>
20560 </row>
20561 <row>
20562 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20563 \begin_inset Text
20564
20565 \begin_layout Plain Layout
20566
20567 \size large
20568 \begin_inset ERT
20569 status collapsed
20570
20571 \begin_layout Plain Layout
20572
20573
20574 \backslash
20575 strut 
20576 \end_layout
20577
20578 \end_inset
20579
20580 Groß, g
20581 \end_layout
20582
20583 \end_inset
20584 </cell>
20585 </row>
20586 <row>
20587 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20588 \begin_inset Text
20589
20590 \begin_layout Plain Layout
20591
20592 \size larger
20593 \begin_inset ERT
20594 status collapsed
20595
20596 \begin_layout Plain Layout
20597
20598
20599 \backslash
20600 strut 
20601 \end_layout
20602
20603 \end_inset
20604
20605 Größer, g
20606 \end_layout
20607
20608 \end_inset
20609 </cell>
20610 </row>
20611 <row>
20612 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20613 \begin_inset Text
20614
20615 \begin_layout Plain Layout
20616
20617 \size largest
20618 \begin_inset ERT
20619 status collapsed
20620
20621 \begin_layout Plain Layout
20622
20623
20624 \backslash
20625 strut 
20626 \end_layout
20627
20628 \end_inset
20629
20630 noch Größer, g
20631 \end_layout
20632
20633 \end_inset
20634 </cell>
20635 </row>
20636 <row>
20637 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20638 \begin_inset Text
20639
20640 \begin_layout Plain Layout
20641
20642 \size huge
20643 \begin_inset ERT
20644 status collapsed
20645
20646 \begin_layout Plain Layout
20647
20648
20649 \backslash
20650 strut 
20651 \end_layout
20652
20653 \end_inset
20654
20655 Riesig
20656 \end_layout
20657
20658 \end_inset
20659 </cell>
20660 </row>
20661 <row>
20662 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20663 \begin_inset Text
20664
20665 \begin_layout Plain Layout
20666
20667 \size giant
20668 \begin_inset ERT
20669 status collapsed
20670
20671 \begin_layout Plain Layout
20672
20673
20674 \backslash
20675 strut 
20676 \end_layout
20677
20678 \end_inset
20679
20680 Gigantisch
20681 \end_layout
20682
20683 \end_inset
20684 </cell>
20685 </row>
20686 </lyxtabular>
20687
20688 \end_inset
20689
20690
20691 \end_layout
20692
20693 \end_inset
20694
20695
20696 \begin_inset space \hfill{}
20697 \end_inset
20698
20699
20700 \end_layout
20701
20702 \end_inset
20703
20704
20705 \end_layout
20706
20707 \begin_layout Subsection
20708 Besondere Zellenausrichtung
20709 \begin_inset CommandInset label
20710 LatexCommand label
20711 name "uab:Besondere-Zellenausrichtung"
20712
20713 \end_inset
20714
20715
20716 \begin_inset Index idx
20717 status collapsed
20718
20719 \begin_layout Plain Layout
20720 Tabellen ! Zellenausrichtung
20721 \end_layout
20722
20723 \end_inset
20724
20725
20726 \end_layout
20727
20728 \begin_layout Standard
20729 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
20730  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
20731 \begin_inset space ~
20732 \end_inset
20733
20734
20735 \begin_inset CommandInset ref
20736 LatexCommand ref
20737 reference "tab:Tabellenzellen-sind-auf"
20738
20739 \end_inset
20740
20741 .
20742  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
20743  dann entweder den Werkzeugleistenknopf 
20744 \begin_inset Info
20745 type  "icon"
20746 arg   "tabular-feature align-decimal"
20747 \end_inset
20748
20749  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
20750 \family sans
20751 Am
20752 \begin_inset space ~
20753 \end_inset
20754
20755 Dezimaltrenner
20756 \family default
20757  setzt.
20758  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
20759  frei wählen.
20760 \end_layout
20761
20762 \begin_layout Standard
20763 \begin_inset Float table
20764 placement h
20765 wide false
20766 sideways false
20767 status open
20768
20769 \begin_layout Plain Layout
20770 \begin_inset Caption Standard
20771
20772 \begin_layout Plain Layout
20773 \begin_inset CommandInset label
20774 LatexCommand label
20775 name "tab:Tabellenzellen-sind-auf"
20776
20777 \end_inset
20778
20779 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
20780 \end_layout
20781
20782 \end_inset
20783
20784
20785 \end_layout
20786
20787 \begin_layout Plain Layout
20788 \align center
20789 \begin_inset Tabular
20790 <lyxtabular version="3" rows="4" columns="1">
20791 <features booktabs="true" tabularvalignment="middle">
20792 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20793 <row>
20794 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20795 \begin_inset Text
20796
20797 \begin_layout Plain Layout
20798 Überschrift
20799 \end_layout
20800
20801 \end_inset
20802 </cell>
20803 </row>
20804 <row>
20805 <cell alignment="center" valignment="top" topline="true" usebox="none">
20806 \begin_inset Text
20807
20808 \begin_layout Plain Layout
20809 12,6
20810 \end_layout
20811
20812 \end_inset
20813 </cell>
20814 </row>
20815 <row>
20816 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20817 \begin_inset Text
20818
20819 \begin_layout Plain Layout
20820 0,68
20821 \end_layout
20822
20823 \end_inset
20824 </cell>
20825 </row>
20826 <row>
20827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20828 \begin_inset Text
20829
20830 \begin_layout Plain Layout
20831 -123,0
20832 \end_layout
20833
20834 \end_inset
20835 </cell>
20836 </row>
20837 </lyxtabular>
20838
20839 \end_inset
20840
20841
20842 \end_layout
20843
20844 \end_inset
20845
20846
20847 \end_layout
20848
20849 \begin_layout Standard
20850 \begin_inset Float table
20851 placement h
20852 wide false
20853 sideways false
20854 status open
20855
20856 \begin_layout Plain Layout
20857 \begin_inset Caption Standard
20858
20859 \begin_layout Plain Layout
20860 \begin_inset CommandInset label
20861 LatexCommand label
20862 name "tab:Tabellenzellen-Operator"
20863
20864 \end_inset
20865
20866 Tabellenzellen sind auf den Operator ausgerichtet
20867 \end_layout
20868
20869 \end_inset
20870
20871
20872 \end_layout
20873
20874 \begin_layout Plain Layout
20875 \align center
20876 \begin_inset Tabular
20877 <lyxtabular version="3" rows="4" columns="2">
20878 <features booktabs="true" tabularvalignment="middle">
20879 <column alignment="right" valignment="top" width="0pt">
20880 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20881 <row>
20882 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20883 \begin_inset Text
20884
20885 \begin_layout Plain Layout
20886 Überschrift
20887 \end_layout
20888
20889 \end_inset
20890 </cell>
20891 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20892 \begin_inset Text
20893
20894 \begin_layout Plain Layout
20895
20896 \end_layout
20897
20898 \end_inset
20899 </cell>
20900 </row>
20901 <row>
20902 <cell alignment="center" valignment="top" usebox="none">
20903 \begin_inset Text
20904
20905 \begin_layout Plain Layout
20906 \begin_inset Formula $12\,+$
20907 \end_inset
20908
20909
20910 \end_layout
20911
20912 \end_inset
20913 </cell>
20914 <cell alignment="center" valignment="top" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918 \begin_inset Formula $\,6$
20919 \end_inset
20920
20921
20922 \end_layout
20923
20924 \end_inset
20925 </cell>
20926 </row>
20927 <row>
20928 <cell alignment="center" valignment="top" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Plain Layout
20932 \begin_inset Formula $0\,-$
20933 \end_inset
20934
20935
20936 \end_layout
20937
20938 \end_inset
20939 </cell>
20940 <cell alignment="center" valignment="top" usebox="none">
20941 \begin_inset Text
20942
20943 \begin_layout Plain Layout
20944 \begin_inset Formula $\,68$
20945 \end_inset
20946
20947
20948 \end_layout
20949
20950 \end_inset
20951 </cell>
20952 </row>
20953 <row>
20954 <cell alignment="center" valignment="top" usebox="none">
20955 \begin_inset Text
20956
20957 \begin_layout Plain Layout
20958 \begin_inset Formula $-123\,/$
20959 \end_inset
20960
20961
20962 \end_layout
20963
20964 \end_inset
20965 </cell>
20966 <cell alignment="center" valignment="top" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Plain Layout
20970 \begin_inset Formula $\,0$
20971 \end_inset
20972
20973
20974 \end_layout
20975
20976 \end_inset
20977 </cell>
20978 </row>
20979 </lyxtabular>
20980
20981 \end_inset
20982
20983
20984 \end_layout
20985
20986 \end_inset
20987
20988
20989 \end_layout
20990
20991 \begin_layout Standard
20992 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
20993  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
20994  Formeln erlaubt.
20995  In diesem Fall verwendet man die Methode von Tabelle
20996 \begin_inset space ~
20997 \end_inset
20998
20999
21000 \begin_inset CommandInset ref
21001 LatexCommand ref
21002 reference "tab:Tabellenzellen-Operator"
21003
21004 \end_inset
21005
21006 .
21007  Diese Tabelle wurde als 4×2 Tabelle erstellt.
21008  Die Überschrift ist eine zentrierte Mehrfachspalte.
21009  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
21010  und den Operator.
21011  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
21012  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
21013  um den üblichen Leerraum um einen Operator zu erhalten.
21014  Um den Raum zwischen den beiden Spalten zu löschen, wurde im \SpecialChar LaTeX
21015 -Argument
21016  für die zweite Spalte folgendes eingefügt:
21017 \end_layout
21018
21019 \begin_layout Standard
21020
21021 \series bold
21022 @{}l
21023 \end_layout
21024
21025 \begin_layout Standard
21026 Tabelle
21027 \begin_inset space ~
21028 \end_inset
21029
21030
21031 \begin_inset CommandInset ref
21032 LatexCommand ref
21033 reference "tab:Verschiedene-Ausrichtungen"
21034
21035 \end_inset
21036
21037  zeigt einige Ausrichtungen.
21038  Für die Ausrichtung der Relationen wurde ein kleiner 
21039 \family sans
21040 Leerraum
21041 \family default
21042  eingefügt; wie in der zweiten Spalte von Tabelle
21043 \begin_inset space ~
21044 \end_inset
21045
21046
21047 \begin_inset CommandInset ref
21048 LatexCommand ref
21049 reference "tab:Tabellenzellen-Operator"
21050
21051 \end_inset
21052
21053 .
21054 \end_layout
21055
21056 \begin_layout Standard
21057
21058 \color black
21059 \begin_inset Float table
21060 placement h
21061 wide false
21062 sideways false
21063 status open
21064
21065 \begin_layout Plain Layout
21066
21067 \color black
21068 \begin_inset Caption Standard
21069
21070 \begin_layout Plain Layout
21071
21072 \color black
21073 \begin_inset CommandInset label
21074 LatexCommand label
21075 name "tab:Verschiedene-Ausrichtungen"
21076
21077 \end_inset
21078
21079
21080 \color inherit
21081 Verschiedene Ausrichtungen
21082 \end_layout
21083
21084 \end_inset
21085
21086
21087 \end_layout
21088
21089 \begin_layout Plain Layout
21090 \align center
21091 \begin_inset Tabular
21092 <lyxtabular version="3" rows="4" columns="6">
21093 <features tabularvalignment="middle">
21094 <column alignment="right" valignment="top">
21095 <column alignment="left" valignment="top" special="@{}l">
21096 <column alignment="right" valignment="top">
21097 <column alignment="left" valignment="top" special="@{}l">
21098 <column alignment="right" valignment="top">
21099 <column alignment="left" valignment="top" special="@{}l">
21100 <row>
21101 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21102 \begin_inset Text
21103
21104 \begin_layout Plain Layout
21105 Einheiten
21106 \end_layout
21107
21108 \end_inset
21109 </cell>
21110 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21111 \begin_inset Text
21112
21113 \begin_layout Plain Layout
21114
21115 \end_layout
21116
21117 \end_inset
21118 </cell>
21119 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21120 \begin_inset Text
21121
21122 \begin_layout Plain Layout
21123 Exponenten
21124 \end_layout
21125
21126 \end_inset
21127 </cell>
21128 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21129 \begin_inset Text
21130
21131 \begin_layout Plain Layout
21132
21133 \end_layout
21134
21135 \end_inset
21136 </cell>
21137 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21138 \begin_inset Text
21139
21140 \begin_layout Plain Layout
21141 Relationen
21142 \end_layout
21143
21144 \end_inset
21145 </cell>
21146 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21147 \begin_inset Text
21148
21149 \begin_layout Plain Layout
21150
21151 \end_layout
21152
21153 \end_inset
21154 </cell>
21155 </row>
21156 <row>
21157 <cell alignment="center" valignment="top" usebox="none">
21158 \begin_inset Text
21159
21160 \begin_layout Plain Layout
21161 12×
21162 \end_layout
21163
21164 \end_inset
21165 </cell>
21166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21167 \begin_inset Text
21168
21169 \begin_layout Plain Layout
21170 24
21171 \begin_inset space \thinspace{}
21172 \end_inset
21173
21174 Flaschen
21175 \end_layout
21176
21177 \end_inset
21178 </cell>
21179 <cell alignment="center" valignment="top" usebox="none">
21180 \begin_inset Text
21181
21182 \begin_layout Plain Layout
21183 \begin_inset Formula $10\cdot$
21184 \end_inset
21185
21186
21187 \end_layout
21188
21189 \end_inset
21190 </cell>
21191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21192 \begin_inset Text
21193
21194 \begin_layout Plain Layout
21195 \begin_inset Formula $10^{\mbox{-}17}$
21196 \end_inset
21197
21198
21199 \end_layout
21200
21201 \end_inset
21202 </cell>
21203 <cell alignment="center" valignment="top" usebox="none">
21204 \begin_inset Text
21205
21206 \begin_layout Plain Layout
21207 \begin_inset Formula $\Gamma(t)\propto$
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 $\:\Upsilon(t)$
21220 \end_inset
21221
21222
21223 \end_layout
21224
21225 \end_inset
21226 </cell>
21227 </row>
21228 <row>
21229 <cell alignment="center" valignment="top" usebox="none">
21230 \begin_inset Text
21231
21232 \begin_layout Plain Layout
21233 1024×
21234 \end_layout
21235
21236 \end_inset
21237 </cell>
21238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21239 \begin_inset Text
21240
21241 \begin_layout Plain Layout
21242 768
21243 \begin_inset space \thinspace{}
21244 \end_inset
21245
21246 Pixel
21247 \end_layout
21248
21249 \end_inset
21250 </cell>
21251 <cell alignment="center" valignment="top" usebox="none">
21252 \begin_inset Text
21253
21254 \begin_layout Plain Layout
21255 \begin_inset Formula $5.78\cdot$
21256 \end_inset
21257
21258
21259 \end_layout
21260
21261 \end_inset
21262 </cell>
21263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21264 \begin_inset Text
21265
21266 \begin_layout Plain Layout
21267 \begin_inset Formula $10^{7}$
21268 \end_inset
21269
21270
21271 \end_layout
21272
21273 \end_inset
21274 </cell>
21275 <cell alignment="center" valignment="top" usebox="none">
21276 \begin_inset Text
21277
21278 \begin_layout Plain Layout
21279 \begin_inset Formula $A\ne$
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 $\:B_{\mathrm{red}}$
21292 \end_inset
21293
21294
21295 \end_layout
21296
21297 \end_inset
21298 </cell>
21299 </row>
21300 <row>
21301 <cell alignment="center" valignment="top" usebox="none">
21302 \begin_inset Text
21303
21304 \begin_layout Plain Layout
21305 32×
21306 \end_layout
21307
21308 \end_inset
21309 </cell>
21310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21311 \begin_inset Text
21312
21313 \begin_layout Plain Layout
21314 6
21315 \begin_inset space \thinspace{}
21316 \end_inset
21317
21318 cm
21319 \end_layout
21320
21321 \end_inset
21322 </cell>
21323 <cell alignment="center" valignment="top" usebox="none">
21324 \begin_inset Text
21325
21326 \begin_layout Plain Layout
21327 -
21328 \begin_inset Formula $33.5\cdot$
21329 \end_inset
21330
21331
21332 \end_layout
21333
21334 \end_inset
21335 </cell>
21336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21337 \begin_inset Text
21338
21339 \begin_layout Plain Layout
21340 \begin_inset Formula $10^{4}$
21341 \end_inset
21342
21343
21344 \end_layout
21345
21346 \end_inset
21347 </cell>
21348 <cell alignment="center" valignment="top" usebox="none">
21349 \begin_inset Text
21350
21351 \begin_layout Plain Layout
21352 \begin_inset Formula $\sin(\alpha)\ge$
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(\beta)$
21365 \end_inset
21366
21367
21368 \end_layout
21369
21370 \end_inset
21371 </cell>
21372 </row>
21373 </lyxtabular>
21374
21375 \end_inset
21376
21377
21378 \end_layout
21379
21380 \end_inset
21381
21382
21383 \end_layout
21384
21385 \begin_layout Subsection
21386 Angepasste Zellen-/Spaltenformate
21387 \begin_inset CommandInset label
21388 LatexCommand label
21389 name "uab:Angepasste-Zellen-/Spaltenformate"
21390
21391 \end_inset
21392
21393
21394 \begin_inset Index idx
21395 status collapsed
21396
21397 \begin_layout Plain Layout
21398 Tabellen ! Spaltenformat
21399 \end_layout
21400
21401 \end_inset
21402
21403
21404 \end_layout
21405
21406 \begin_layout Standard
21407 Wenn man wie in Abschnitt
21408 \begin_inset space ~
21409 \end_inset
21410
21411
21412 \begin_inset CommandInset ref
21413 LatexCommand ref
21414 reference "abs:Berechnung-der-Tabellenbreite"
21415
21416 \end_inset
21417
21418  oder Abschnitt
21419 \begin_inset space ~
21420 \end_inset
21421
21422
21423 \begin_inset CommandInset ref
21424 LatexCommand ref
21425 reference "uab:Mehrfachspalten-Berechnungen"
21426
21427 \end_inset
21428
21429  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
21430  Tabellen sehr lästig.
21431  Um sich das Leben zu erleichtern, kann man im \SpecialChar LaTeX
21432 -Vorspann ein Zellen/Spalten-Form
21433 at definieren, das dann in allen Tabellen des Dokuments verwendet werden
21434  kann.
21435  Das Format wird mit dem Befehl
21436 \end_layout
21437
21438 \begin_layout Standard
21439
21440 \series bold
21441
21442 \backslash
21443 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
21444 \end_layout
21445
21446 \begin_layout Standard
21447 definiert.
21448  Der Formatname darf nur ein Buchstabe sein, aber nicht 
21449 \emph on
21450 b
21451 \emph default
21452
21453 \emph on
21454 c
21455 \emph default
21456
21457 \emph on
21458 l
21459 \emph default
21460
21461 \emph on
21462 m
21463 \emph default
21464
21465 \emph on
21466 p
21467 \emph default
21468  oder 
21469 \emph on
21470 r
21471 \emph default
21472 , weil diese vordefiniert sind.
21473  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
21474 \end_layout
21475
21476 \begin_layout Standard
21477 \begin_inset VSpace medskip
21478 \end_inset
21479
21480
21481 \end_layout
21482
21483 \begin_layout Standard
21484 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
21485  Breite könnte das Format so aussehen:
21486 \end_layout
21487
21488 \begin_layout Standard
21489
21490 \series bold
21491
21492 \backslash
21493 newcolumntype{M}[1]{>{
21494 \backslash
21495 centering
21496 \backslash
21497 hspace{0pt}}m{#1}}
21498 \end_layout
21499
21500 \begin_layout Standard
21501 wobei 
21502 \series bold
21503
21504 \backslash
21505 hspace{0pt}
21506 \series default
21507  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
21508  Abschnitt
21509 \begin_inset space ~
21510 \end_inset
21511
21512
21513 \begin_inset CommandInset ref
21514 LatexCommand ref
21515 reference "uab:Mehrere-Zeilen-in"
21516
21517 \end_inset
21518
21519  beschrieben.
21520  Jetzt können Sie mit
21521 \end_layout
21522
21523 \begin_layout Standard
21524
21525 \series bold
21526 M{Breite}
21527 \end_layout
21528
21529 \begin_layout Standard
21530 im 
21531 \family sans
21532 \SpecialChar LaTeX
21533 -Argument
21534 \family default
21535  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
21536 \end_layout
21537
21538 \begin_layout Standard
21539 \begin_inset VSpace bigskip
21540 \end_inset
21541
21542
21543 \end_layout
21544
21545 \begin_layout Standard
21546 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
21547  Format definieren:
21548 \end_layout
21549
21550 \begin_layout Standard
21551
21552 \series bold
21553
21554 \backslash
21555 newcolumntype{S}[2]{>{
21556 \backslash
21557 centering
21558 \backslash
21559 hspace{0pt}}
21560 \begin_inset Newline newline
21561 \end_inset
21562
21563
21564 \begin_inset Phantom HPhantom
21565 status open
21566
21567 \begin_layout Plain Layout
21568
21569 \series bold
21570
21571 \backslash
21572 newcolumntype
21573 \end_layout
21574
21575 \end_inset
21576
21577 m{(#1+(2
21578 \backslash
21579 tabcolsep+
21580 \backslash
21581 arrayrulewidth)*(1-#2))/#2}}
21582 \end_layout
21583
21584 \begin_layout Standard
21585 Dieses Format benutzt Gleichung
21586 \begin_inset space ~
21587 \end_inset
21588
21589
21590 \begin_inset CommandInset ref
21591 LatexCommand ref
21592 reference "eq:Wgn"
21593
21594 \end_inset
21595
21596 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
21597  breit ist.
21598 \end_layout
21599
21600 \begin_layout Standard
21601 Jetzt können Sie im 
21602 \family sans
21603 \SpecialChar LaTeX
21604 -Argument
21605 \family default
21606  im 
21607 \family sans
21608 Tabellen-Einstellungen
21609 \family default
21610 -Dialog folgendes einfügen:
21611 \end_layout
21612
21613 \begin_layout Standard
21614
21615 \series bold
21616 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
21617 \end_layout
21618
21619 \begin_layout Standard
21620 \begin_inset VSpace bigskip
21621 \end_inset
21622
21623
21624 \end_layout
21625
21626 \begin_layout Standard
21627 Für farbige Spalten können Sie folgendes einfügen:
21628 \end_layout
21629
21630 \begin_layout Standard
21631
21632 \series bold
21633
21634 \backslash
21635 newcolumntype{K}[1]{>{
21636 \backslash
21637 columncolor{#1}
21638 \backslash
21639 hspace{0pt}}c}
21640 \end_layout
21641
21642 \begin_layout Standard
21643 Das 
21644 \begin_inset Quotes gld
21645 \end_inset
21646
21647 c
21648 \begin_inset Quotes grd
21649 \end_inset
21650
21651  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
21652  zentriert ist.
21653  Jetzt können Sie als 
21654 \family sans
21655 \SpecialChar LaTeX
21656 -Argument
21657 \family default
21658  folgendes einfügen:
21659 \end_layout
21660
21661 \begin_layout Standard
21662
21663 \series bold
21664 K{Farbname}
21665 \end_layout
21666
21667 \begin_layout Standard
21668 \begin_inset VSpace bigskip
21669 \end_inset
21670
21671
21672 \end_layout
21673
21674 \begin_layout Standard
21675 Für Tabelle
21676 \begin_inset space ~
21677 \end_inset
21678
21679
21680 \begin_inset CommandInset ref
21681 LatexCommand ref
21682 reference "tab:Tabelle-mit-benutzerdefinierte"
21683
21684 \end_inset
21685
21686  wurden folgende 
21687 \family sans
21688 \SpecialChar LaTeX
21689 -Argumente
21690 \family default
21691  benutzt:
21692 \end_layout
21693
21694 \begin_layout Standard
21695
21696 \series bold
21697 M{2.5cm}
21698 \end_layout
21699
21700 \begin_layout Standard
21701 für die erste Spalte und die Mehrfachspalte,
21702 \end_layout
21703
21704 \begin_layout Standard
21705
21706 \series bold
21707 K{red}
21708 \end_layout
21709
21710 \begin_layout Standard
21711 für die letzte Spalte und
21712 \end_layout
21713
21714 \begin_layout Standard
21715
21716 \series bold
21717 S{2.5cm}{2}
21718 \end_layout
21719
21720 \begin_layout Standard
21721 für die Spalten in der zweiten Mehrfachspalte.
21722 \end_layout
21723
21724 \begin_layout Standard
21725 \begin_inset Float table
21726 placement h
21727 wide false
21728 sideways false
21729 status open
21730
21731 \begin_layout Plain Layout
21732 \begin_inset Caption Standard
21733
21734 \begin_layout Plain Layout
21735 \begin_inset CommandInset label
21736 LatexCommand label
21737 name "tab:Tabelle-mit-benutzerdefinierte"
21738
21739 \end_inset
21740
21741 Tabelle mit benutzerdefinierten Formaten
21742 \end_layout
21743
21744 \end_inset
21745
21746
21747 \end_layout
21748
21749 \begin_layout Plain Layout
21750 \align center
21751 \begin_inset Tabular
21752 <lyxtabular version="3" rows="3" columns="4">
21753 <features tabularvalignment="middle">
21754 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21755 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21756 <column alignment="center" valignment="middle">
21757 <column alignment="center" valignment="middle" special="K{red}">
21758 <row>
21759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21760 \begin_inset Text
21761
21762 \begin_layout Plain Layout
21763 einsehrlangesWort
21764 \end_layout
21765
21766 \end_inset
21767 </cell>
21768 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21769 \begin_inset Text
21770
21771 \begin_layout Plain Layout
21772 Mehrfachspalte mit mehreren Zeilen
21773 \end_layout
21774
21775 \end_inset
21776 </cell>
21777 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21778 \begin_inset Text
21779
21780 \begin_layout Plain Layout
21781
21782 \end_layout
21783
21784 \end_inset
21785 </cell>
21786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790 c
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 </row>
21796 <row>
21797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21798 \begin_inset Text
21799
21800 \begin_layout Plain Layout
21801 d
21802 \end_layout
21803
21804 \end_inset
21805 </cell>
21806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21807 \begin_inset Text
21808
21809 \begin_layout Plain Layout
21810 e
21811 \end_layout
21812
21813 \end_inset
21814 </cell>
21815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21816 \begin_inset Text
21817
21818 \begin_layout Plain Layout
21819 f
21820 \end_layout
21821
21822 \end_inset
21823 </cell>
21824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21825 \begin_inset Text
21826
21827 \begin_layout Plain Layout
21828 g
21829 \end_layout
21830
21831 \end_inset
21832 </cell>
21833 </row>
21834 <row>
21835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21836 \begin_inset Text
21837
21838 \begin_layout Plain Layout
21839 h
21840 \end_layout
21841
21842 \end_inset
21843 </cell>
21844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21845 \begin_inset Text
21846
21847 \begin_layout Plain Layout
21848 i
21849 \end_layout
21850
21851 \end_inset
21852 </cell>
21853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21854 \begin_inset Text
21855
21856 \begin_layout Plain Layout
21857 j
21858 \end_layout
21859
21860 \end_inset
21861 </cell>
21862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21863 \begin_inset Text
21864
21865 \begin_layout Plain Layout
21866 k
21867 \end_layout
21868
21869 \end_inset
21870 </cell>
21871 </row>
21872 </lyxtabular>
21873
21874 \end_inset
21875
21876
21877 \end_layout
21878
21879 \end_inset
21880
21881
21882 \end_layout
21883
21884 \begin_layout Subsection
21885 Liniendicke
21886 \begin_inset CommandInset label
21887 LatexCommand label
21888 name "uab:Liniendicke"
21889
21890 \end_inset
21891
21892
21893 \begin_inset Index idx
21894 status collapsed
21895
21896 \begin_layout Plain Layout
21897 Tabellen  ! Linien ! -dicke
21898 \end_layout
21899
21900 \end_inset
21901
21902
21903 \end_layout
21904
21905 \begin_layout Standard
21906 Die Liniendicke für alle Linien einer Tabelle kann mit 
21907 \series bold
21908
21909 \backslash
21910 arrayrulewidth
21911 \series default
21912  eingestellt werden.
21913  Um eine Liniendicke von 1.5
21914 \begin_inset space \thinspace{}
21915 \end_inset
21916
21917 pt wie in Tabelle
21918 \begin_inset space ~
21919 \end_inset
21920
21921
21922 \begin_inset CommandInset ref
21923 LatexCommand ref
21924 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
21925
21926 \end_inset
21927
21928  zu bekommen, geben Sie den Befehl
21929 \end_layout
21930
21931 \begin_layout Standard
21932
21933 \series bold
21934
21935 \backslash
21936 setlength{
21937 \backslash
21938 arrayrulewidth}{1.5pt}
21939 \end_layout
21940
21941 \begin_layout Standard
21942 als \SpecialChar TeX
21943 -Code vor der (Gleitobjekt-)Tabelle ein.
21944  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
21945  Mit
21946 \end_layout
21947
21948 \begin_layout Standard
21949
21950 \series bold
21951
21952 \backslash
21953 setlength{
21954 \backslash
21955 arrayrulewidth}{0.4pt}
21956 \end_layout
21957
21958 \begin_layout Standard
21959 bekommen Sie wieder die Standarddicke.
21960 \end_layout
21961
21962 \begin_layout Standard
21963 \begin_inset ERT
21964 status collapsed
21965
21966 \begin_layout Plain Layout
21967
21968
21969 \backslash
21970 setlength{
21971 \backslash
21972 arrayrulewidth}{1.5pt}
21973 \end_layout
21974
21975 \end_inset
21976
21977
21978 \begin_inset Float table
21979 placement H
21980 wide false
21981 sideways false
21982 status open
21983
21984 \begin_layout Plain Layout
21985 \begin_inset Caption Standard
21986
21987 \begin_layout Plain Layout
21988 \begin_inset CommandInset label
21989 LatexCommand label
21990 name "tab:Tabelle-mit-1.5pt-Liniendicke"
21991
21992 \end_inset
21993
21994 Tabelle mit 1.5
21995 \begin_inset space \thinspace{}
21996 \end_inset
21997
21998 pt Liniendicke
21999 \end_layout
22000
22001 \end_inset
22002
22003
22004 \end_layout
22005
22006 \begin_layout Plain Layout
22007 \align center
22008 \begin_inset Tabular
22009 <lyxtabular version="3" rows="3" columns="3">
22010 <features tabularvalignment="middle">
22011 <column alignment="center" valignment="top">
22012 <column alignment="center" valignment="top">
22013 <column alignment="center" valignment="top">
22014 <row>
22015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22016 \begin_inset Text
22017
22018 \begin_layout Plain Layout
22019 sd
22020 \end_layout
22021
22022 \end_inset
22023 </cell>
22024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22025 \begin_inset Text
22026
22027 \begin_layout Plain Layout
22028
22029 \end_layout
22030
22031 \end_inset
22032 </cell>
22033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22034 \begin_inset Text
22035
22036 \begin_layout Plain Layout
22037
22038 \end_layout
22039
22040 \end_inset
22041 </cell>
22042 </row>
22043 <row>
22044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22045 \begin_inset Text
22046
22047 \begin_layout Plain Layout
22048
22049 \end_layout
22050
22051 \end_inset
22052 </cell>
22053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout Plain Layout
22057 sd
22058 \end_layout
22059
22060 \end_inset
22061 </cell>
22062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22063 \begin_inset Text
22064
22065 \begin_layout Plain Layout
22066
22067 \end_layout
22068
22069 \end_inset
22070 </cell>
22071 </row>
22072 <row>
22073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22074 \begin_inset Text
22075
22076 \begin_layout Plain Layout
22077
22078 \end_layout
22079
22080 \end_inset
22081 </cell>
22082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22083 \begin_inset Text
22084
22085 \begin_layout Plain Layout
22086
22087 \end_layout
22088
22089 \end_inset
22090 </cell>
22091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095 sd
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 </row>
22101 </lyxtabular>
22102
22103 \end_inset
22104
22105
22106 \end_layout
22107
22108 \end_inset
22109
22110
22111 \begin_inset ERT
22112 status collapsed
22113
22114 \begin_layout Plain Layout
22115
22116
22117 \backslash
22118 setlength{
22119 \backslash
22120 arrayrulewidth}{0.4pt}
22121 \end_layout
22122
22123 \end_inset
22124
22125
22126 \end_layout
22127
22128 \begin_layout Standard
22129 \begin_inset VSpace bigskip
22130 \end_inset
22131
22132 Um eine Liniendicke von 1.5
22133 \begin_inset space \thinspace{}
22134 \end_inset
22135
22136 pt nur für horizontale Linien zu bekommen wie in Tabelle
22137 \begin_inset space ~
22138 \end_inset
22139
22140
22141 \begin_inset CommandInset ref
22142 LatexCommand ref
22143 reference "tab:Tabelle-mit-1.5pt-horiz"
22144
22145 \end_inset
22146
22147 , müssen Sie folgende Befehle als \SpecialChar TeX
22148 -Code vor der (Gleitobjekt-)Tabelle einfügen:
22149 \end_layout
22150
22151 \begin_layout Standard
22152
22153 \series bold
22154
22155 \backslash
22156 let
22157 \backslash
22158 myHline
22159 \backslash
22160 hline
22161 \begin_inset Newline newline
22162 \end_inset
22163
22164
22165 \backslash
22166 renewcommand{
22167 \backslash
22168 hline}
22169 \begin_inset Newline newline
22170 \end_inset
22171
22172  {
22173 \backslash
22174 noalign{
22175 \backslash
22176 global
22177 \backslash
22178 arrayrulewidth 1.5pt}
22179 \begin_inset Newline newline
22180 \end_inset
22181
22182  
22183 \backslash
22184 myHline
22185 \backslash
22186 noalign{
22187 \backslash
22188 global
22189 \backslash
22190 arrayrulewidth 0.4pt}}
22191 \end_layout
22192
22193 \begin_layout Standard
22194 Die Standarddicke erhalten Sie mit folgendem Befehl als \SpecialChar TeX
22195 -Code hinter der
22196  (Gleit\SpecialChar softhyphen
22197 objekt-)Tabelle zurück:
22198 \end_layout
22199
22200 \begin_layout Standard
22201
22202 \series bold
22203
22204 \backslash
22205 renewcommand{
22206 \backslash
22207 hline}{
22208 \backslash
22209 myHline}
22210 \end_layout
22211
22212 \begin_layout Standard
22213 \begin_inset ERT
22214 status collapsed
22215
22216 \begin_layout Plain Layout
22217
22218
22219 \backslash
22220 let
22221 \backslash
22222 myHline
22223 \backslash
22224 hline
22225 \end_layout
22226
22227 \begin_layout Plain Layout
22228
22229
22230 \backslash
22231 renewcommand{
22232 \backslash
22233 hline}
22234 \end_layout
22235
22236 \begin_layout Plain Layout
22237
22238  {
22239 \backslash
22240 noalign{
22241 \backslash
22242 global
22243 \backslash
22244 arrayrulewidth 1.5pt}
22245 \end_layout
22246
22247 \begin_layout Plain Layout
22248
22249   
22250 \backslash
22251 myHline
22252 \backslash
22253 noalign{
22254 \backslash
22255 global
22256 \backslash
22257 arrayrulewidth 0.4pt}}
22258 \end_layout
22259
22260 \end_inset
22261
22262
22263 \begin_inset Float table
22264 placement h
22265 wide false
22266 sideways false
22267 status open
22268
22269 \begin_layout Plain Layout
22270 \begin_inset Caption Standard
22271
22272 \begin_layout Plain Layout
22273 \begin_inset CommandInset label
22274 LatexCommand label
22275 name "tab:Tabelle-mit-1.5pt-horiz"
22276
22277 \end_inset
22278
22279 Tabelle mit 1.5
22280 \begin_inset space \thinspace{}
22281 \end_inset
22282
22283 pt dicken horizontalen Linien
22284 \end_layout
22285
22286 \end_inset
22287
22288
22289 \end_layout
22290
22291 \begin_layout Plain Layout
22292 \align center
22293 \begin_inset Tabular
22294 <lyxtabular version="3" rows="3" columns="3">
22295 <features tabularvalignment="middle">
22296 <column alignment="center" valignment="top">
22297 <column alignment="center" valignment="top">
22298 <column alignment="center" valignment="top">
22299 <row>
22300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22301 \begin_inset Text
22302
22303 \begin_layout Plain Layout
22304 sd
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22310 \begin_inset Text
22311
22312 \begin_layout Plain Layout
22313
22314 \end_layout
22315
22316 \end_inset
22317 </cell>
22318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22319 \begin_inset Text
22320
22321 \begin_layout Plain Layout
22322
22323 \end_layout
22324
22325 \end_inset
22326 </cell>
22327 </row>
22328 <row>
22329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22330 \begin_inset Text
22331
22332 \begin_layout Plain Layout
22333
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22339 \begin_inset Text
22340
22341 \begin_layout Plain Layout
22342 sd
22343 \end_layout
22344
22345 \end_inset
22346 </cell>
22347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22348 \begin_inset Text
22349
22350 \begin_layout Plain Layout
22351
22352 \end_layout
22353
22354 \end_inset
22355 </cell>
22356 </row>
22357 <row>
22358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22359 \begin_inset Text
22360
22361 \begin_layout Plain Layout
22362
22363 \end_layout
22364
22365 \end_inset
22366 </cell>
22367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22368 \begin_inset Text
22369
22370 \begin_layout Plain Layout
22371
22372 \end_layout
22373
22374 \end_inset
22375 </cell>
22376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22377 \begin_inset Text
22378
22379 \begin_layout Plain Layout
22380 sd
22381 \end_layout
22382
22383 \end_inset
22384 </cell>
22385 </row>
22386 </lyxtabular>
22387
22388 \end_inset
22389
22390
22391 \end_layout
22392
22393 \end_inset
22394
22395
22396 \begin_inset ERT
22397 status collapsed
22398
22399 \begin_layout Plain Layout
22400
22401
22402 \backslash
22403 renewcommand{
22404 \backslash
22405 hline}{
22406 \backslash
22407 myHline}
22408 \end_layout
22409
22410 \end_inset
22411
22412
22413 \end_layout
22414
22415 \begin_layout Standard
22416 \begin_inset VSpace bigskip
22417 \end_inset
22418
22419 Um die Liniendicke von 1.5
22420 \begin_inset space \thinspace{}
22421 \end_inset
22422
22423 pt nur für vertikale Linien zu bekommen, müssen Sie im \SpecialChar LaTeX
22424 -Vorspann folgendes
22425  Spaltenformat entsprechend der Beschreibung in Abschnitt
22426 \begin_inset space ~
22427 \end_inset
22428
22429
22430 \begin_inset CommandInset ref
22431 LatexCommand ref
22432 reference "uab:Angepasste-Zellen-/Spaltenformate"
22433
22434 \end_inset
22435
22436  definieren:
22437 \end_layout
22438
22439 \begin_layout Standard
22440
22441 \series bold
22442
22443 \backslash
22444 newcolumntype{V}{!{
22445 \backslash
22446 vrule width 1.5pt}}
22447 \end_layout
22448
22449 \begin_layout Standard
22450 In Tabelle
22451 \begin_inset space ~
22452 \end_inset
22453
22454
22455 \begin_inset CommandInset ref
22456 LatexCommand ref
22457 reference "tab:Tabelle-mit-1.5pt-vert"
22458
22459 \end_inset
22460
22461  wurde das 
22462 \family sans
22463 LaTeX-Argument
22464 \family default
22465 \series bold
22466  VcV
22467 \series default
22468  für die letzte Spalte und
22469 \series bold
22470  Vc
22471 \series default
22472  für die anderen benutzt.
22473 \end_layout
22474
22475 \begin_layout Standard
22476 \begin_inset Float table
22477 placement H
22478 wide false
22479 sideways false
22480 status open
22481
22482 \begin_layout Plain Layout
22483 \begin_inset Caption Standard
22484
22485 \begin_layout Plain Layout
22486 \begin_inset CommandInset label
22487 LatexCommand label
22488 name "tab:Tabelle-mit-1.5pt-vert"
22489
22490 \end_inset
22491
22492 Tabelle mit 1.5
22493 \begin_inset space \thinspace{}
22494 \end_inset
22495
22496 pt dicken vertikalen Linien
22497 \end_layout
22498
22499 \end_inset
22500
22501
22502 \end_layout
22503
22504 \begin_layout Plain Layout
22505 \align center
22506 \begin_inset Tabular
22507 <lyxtabular version="3" rows="3" columns="3">
22508 <features tabularvalignment="middle">
22509 <column alignment="center" valignment="top" special="Vc">
22510 <column alignment="center" valignment="top" special="Vc">
22511 <column alignment="center" valignment="top" special="VcV">
22512 <row>
22513 <cell alignment="center" valignment="top" topline="true" usebox="none">
22514 \begin_inset Text
22515
22516 \begin_layout Plain Layout
22517 sd
22518 \end_layout
22519
22520 \end_inset
22521 </cell>
22522 <cell alignment="center" valignment="top" topline="true" usebox="none">
22523 \begin_inset Text
22524
22525 \begin_layout Plain Layout
22526
22527 \end_layout
22528
22529 \end_inset
22530 </cell>
22531 <cell alignment="center" valignment="top" topline="true" usebox="none">
22532 \begin_inset Text
22533
22534 \begin_layout Plain Layout
22535
22536 \end_layout
22537
22538 \end_inset
22539 </cell>
22540 </row>
22541 <row>
22542 <cell alignment="center" valignment="top" topline="true" usebox="none">
22543 \begin_inset Text
22544
22545 \begin_layout Plain Layout
22546
22547 \end_layout
22548
22549 \end_inset
22550 </cell>
22551 <cell alignment="center" valignment="top" topline="true" usebox="none">
22552 \begin_inset Text
22553
22554 \begin_layout Plain Layout
22555 sd
22556 \end_layout
22557
22558 \end_inset
22559 </cell>
22560 <cell alignment="center" valignment="top" topline="true" usebox="none">
22561 \begin_inset Text
22562
22563 \begin_layout Plain Layout
22564
22565 \end_layout
22566
22567 \end_inset
22568 </cell>
22569 </row>
22570 <row>
22571 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575
22576 \end_layout
22577
22578 \end_inset
22579 </cell>
22580 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22581 \begin_inset Text
22582
22583 \begin_layout Plain Layout
22584
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22590 \begin_inset Text
22591
22592 \begin_layout Plain Layout
22593 sd
22594 \end_layout
22595
22596 \end_inset
22597 </cell>
22598 </row>
22599 </lyxtabular>
22600
22601 \end_inset
22602
22603
22604 \end_layout
22605
22606 \end_inset
22607
22608
22609 \end_layout
22610
22611 \begin_layout Subsection
22612 Gestrichelte Linien
22613 \begin_inset Index idx
22614 status collapsed
22615
22616 \begin_layout Plain Layout
22617 Tabellen  ! Linien ! gestrichelte 
22618 \end_layout
22619
22620 \end_inset
22621
22622
22623 \end_layout
22624
22625 \begin_layout Standard
22626 \begin_inset ERT
22627 status collapsed
22628
22629 \begin_layout Plain Layout
22630
22631
22632 \backslash
22633 ifarydshln
22634 \end_layout
22635
22636 \end_inset
22637
22638
22639 \begin_inset Note Note
22640 status open
22641
22642 \begin_layout Plain Layout
22643 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
22644 -Paket 
22645 \series bold
22646 arydshln
22647 \series default
22648  installiert ist.
22649 \end_layout
22650
22651 \end_inset
22652
22653
22654 \end_layout
22655
22656 \begin_layout Standard
22657 \begin_inset Float table
22658 placement h
22659 wide false
22660 sideways false
22661 status open
22662
22663 \begin_layout Plain Layout
22664 \begin_inset Caption Standard
22665
22666 \begin_layout Plain Layout
22667 \begin_inset CommandInset label
22668 LatexCommand label
22669 name "tab:Tabelle-mit-gestrichelten"
22670
22671 \end_inset
22672
22673 Tabelle mit gestrichelten Linien
22674 \end_layout
22675
22676 \end_inset
22677
22678
22679 \end_layout
22680
22681 \begin_layout Plain Layout
22682 \align center
22683 \begin_inset Tabular
22684 <lyxtabular version="3" rows="5" columns="5">
22685 <features tabularvalignment="middle">
22686 <column alignment="center" valignment="top">
22687 <column alignment="center" valignment="top">
22688 <column alignment="center" valignment="top" special=":c">
22689 <column alignment="center" valignment="top">
22690 <column alignment="center" valignment="top">
22691 <row>
22692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22693 \begin_inset Text
22694
22695 \begin_layout Plain Layout
22696 a
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705 b
22706 \end_layout
22707
22708 \end_inset
22709 </cell>
22710 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22711 \begin_inset Text
22712
22713 \begin_layout Plain Layout
22714 c
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723 d
22724 \end_layout
22725
22726 \end_inset
22727 </cell>
22728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22729 \begin_inset Text
22730
22731 \begin_layout Plain Layout
22732 e
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 </row>
22738 <row>
22739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743 f
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Plain Layout
22752 g
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 <cell alignment="center" valignment="top" topline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761 h
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22767 \begin_inset Text
22768
22769 \begin_layout Plain Layout
22770 i
22771 \end_layout
22772
22773 \end_inset
22774 </cell>
22775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22776 \begin_inset Text
22777
22778 \begin_layout Plain Layout
22779 j
22780 \end_layout
22781
22782 \end_inset
22783 </cell>
22784 </row>
22785 <row>
22786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22787 \begin_inset Text
22788
22789 \begin_layout Plain Layout
22790 \begin_inset ERT
22791 status collapsed
22792
22793 \begin_layout Plain Layout
22794
22795
22796 \backslash
22797 hdashline 
22798 \end_layout
22799
22800 \end_inset
22801
22802 k
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Plain Layout
22811 l
22812 \end_layout
22813
22814 \end_inset
22815 </cell>
22816 <cell alignment="center" valignment="top" usebox="none">
22817 \begin_inset Text
22818
22819 \begin_layout Plain Layout
22820 m
22821 \end_layout
22822
22823 \end_inset
22824 </cell>
22825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22826 \begin_inset Text
22827
22828 \begin_layout Plain Layout
22829 n
22830 \end_layout
22831
22832 \end_inset
22833 </cell>
22834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22835 \begin_inset Text
22836
22837 \begin_layout Plain Layout
22838 o
22839 \end_layout
22840
22841 \end_inset
22842 </cell>
22843 </row>
22844 <row>
22845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22846 \begin_inset Text
22847
22848 \begin_layout Plain Layout
22849 \begin_inset ERT
22850 status collapsed
22851
22852 \begin_layout Plain Layout
22853
22854
22855 \backslash
22856 cdashline{4-5}
22857 \end_layout
22858
22859 \end_inset
22860
22861 p
22862 \end_layout
22863
22864 \end_inset
22865 </cell>
22866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22867 \begin_inset Text
22868
22869 \begin_layout Plain Layout
22870 q
22871 \end_layout
22872
22873 \end_inset
22874 </cell>
22875 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22876 \begin_inset Text
22877
22878 \begin_layout Plain Layout
22879 r
22880 \end_layout
22881
22882 \end_inset
22883 </cell>
22884 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22885 \begin_inset Text
22886
22887 \begin_layout Plain Layout
22888 s
22889 \end_layout
22890
22891 \end_inset
22892 </cell>
22893 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22894 \begin_inset Text
22895
22896 \begin_layout Plain Layout
22897
22898 \end_layout
22899
22900 \end_inset
22901 </cell>
22902 </row>
22903 <row>
22904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22905 \begin_inset Text
22906
22907 \begin_layout Plain Layout
22908 t
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22914 \begin_inset Text
22915
22916 \begin_layout Plain Layout
22917 u
22918 \end_layout
22919
22920 \end_inset
22921 </cell>
22922 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22923 \begin_inset Text
22924
22925 \begin_layout Plain Layout
22926 v
22927 \end_layout
22928
22929 \end_inset
22930 </cell>
22931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22932 \begin_inset Text
22933
22934 \begin_layout Plain Layout
22935 w
22936 \end_layout
22937
22938 \end_inset
22939 </cell>
22940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22941 \begin_inset Text
22942
22943 \begin_layout Plain Layout
22944 x
22945 \end_layout
22946
22947 \end_inset
22948 </cell>
22949 </row>
22950 </lyxtabular>
22951
22952 \end_inset
22953
22954
22955 \end_layout
22956
22957 \end_inset
22958
22959
22960 \end_layout
22961
22962 \begin_layout Standard
22963 \SpecialChar LyX
22964  unterstützt von sich aus keine gestrichelten Linien, also müssen Sie \SpecialChar TeX
22965 -Code
22966  benutzen.
22967  Zunächst müssen Sie das \SpecialChar LaTeX
22968 -Paket 
22969 \series bold
22970 arydshln
22971 \series default
22972
22973 \begin_inset Index idx
22974 status collapsed
22975
22976 \begin_layout Plain Layout
22977 \SpecialChar LaTeX
22978 -Pakete ! arydshln
22979 \end_layout
22980
22981 \end_inset
22982
22983  im \SpecialChar LaTeX
22984 -Vorspann laden:
22985 \end_layout
22986
22987 \begin_layout Standard
22988
22989 \series bold
22990
22991 \backslash
22992 usepackage{arydshln}
22993 \end_layout
22994
22995 \begin_layout Standard
22996 Um senkrechte Linien zu stricheln, müssen Sie im 
22997 \family sans
22998 LaTeX-Argument
22999 \family default
23000  des 
23001 \family sans
23002 Tabellen-Einstellungen
23003 \family default
23004 -Dialogs 
23005 \begin_inset Quotes gld
23006 \end_inset
23007
23008 :
23009 \begin_inset Quotes grd
23010 \end_inset
23011
23012 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
23013 \end_layout
23014
23015 \begin_layout Standard
23016 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
23017 \end_layout
23018
23019 \begin_layout Standard
23020
23021 \series bold
23022
23023 \backslash
23024 hdashline
23025 \end_layout
23026
23027 \begin_layout Standard
23028 als \SpecialChar TeX
23029 -Code als erstes in die erste Zelle einer Zeile einfügen.
23030 \end_layout
23031
23032 \begin_layout Standard
23033 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
23034 \end_layout
23035
23036 \begin_layout Standard
23037
23038 \series bold
23039
23040 \backslash
23041 cdashline{Anfangsspalte-Endspalte}
23042 \end_layout
23043
23044 \begin_layout Standard
23045 als \SpecialChar TeX
23046 -Code als erstes in die erste Zelle einer Zeile eingefügt.
23047  Wenn Sie z.
23048 \begin_inset space \thinspace{}
23049 \end_inset
23050
23051 B.
23052  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
23053  gestrichelte Linie haben, fügen Sie den Befehl
23054 \end_layout
23055
23056 \begin_layout Standard
23057
23058 \series bold
23059
23060 \backslash
23061 cdashline{2-4}
23062 \end_layout
23063
23064 \begin_layout Standard
23065 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
23066 \end_layout
23067
23068 \begin_layout Standard
23069 \begin_inset VSpace bigskip
23070 \end_inset
23071
23072
23073 \end_layout
23074
23075 \begin_layout Standard
23076 In Tabelle
23077 \begin_inset space ~
23078 \end_inset
23079
23080
23081 \begin_inset CommandInset ref
23082 LatexCommand ref
23083 reference "tab:Tabelle-mit-gestrichelten"
23084
23085 \end_inset
23086
23087  wurde in der dritten Spalte der Befehl
23088 \series bold
23089  
23090 \series default
23091
23092 \begin_inset Quotes gld
23093 \end_inset
23094
23095
23096 \series bold
23097 :c
23098 \begin_inset Quotes grd
23099 \end_inset
23100
23101
23102 \series default
23103  benutzt.
23104  Der Befehl 
23105 \series bold
23106
23107 \backslash
23108 hdashline
23109 \series default
23110  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
23111 \begin_inset Newline newline
23112 \end_inset
23113
23114  
23115 \series bold
23116
23117 \backslash
23118 cdashline{4-5} 
23119 \series default
23120 wurde in die erste Zelle der vierten Zeile eingefügt.
23121 \end_layout
23122
23123 \begin_layout Standard
23124 \begin_inset VSpace bigskip
23125 \end_inset
23126
23127
23128 \end_layout
23129
23130 \begin_layout Standard
23131 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
23132 \begin_inset space ~
23133 \end_inset
23134
23135
23136 \begin_inset CommandInset ref
23137 LatexCommand ref
23138 reference "tab:Farbige-Tabelle-mit"
23139
23140 \end_inset
23141
23142  verdeutlicht.
23143 \end_layout
23144
23145 \begin_layout Standard
23146 \begin_inset ERT
23147 status collapsed
23148
23149 \begin_layout Plain Layout
23150
23151
23152 \backslash
23153 setlength{
23154 \backslash
23155 arrayrulewidth}{1pt}
23156 \end_layout
23157
23158 \end_inset
23159
23160
23161 \begin_inset Note Note
23162 status collapsed
23163
23164 \begin_layout Plain Layout
23165 dickere Linien zur besseren Visualisierung der Linienfarbe
23166 \end_layout
23167
23168 \end_inset
23169
23170
23171 \end_layout
23172
23173 \begin_layout Standard
23174 \begin_inset ERT
23175 status collapsed
23176
23177 \begin_layout Plain Layout
23178
23179
23180 \backslash
23181 dashgapcolor{green}
23182 \end_layout
23183
23184 \end_inset
23185
23186
23187 \begin_inset Note Note
23188 status collapsed
23189
23190 \begin_layout Plain Layout
23191 färbt Raum zwischen den Strichen grün
23192 \end_layout
23193
23194 \end_inset
23195
23196
23197 \end_layout
23198
23199 \begin_layout Standard
23200 \begin_inset ERT
23201 status collapsed
23202
23203 \begin_layout Plain Layout
23204
23205
23206 \backslash
23207 let
23208 \backslash
23209 myHdashline
23210 \backslash
23211 hdashline
23212 \end_layout
23213
23214 \begin_layout Plain Layout
23215
23216
23217 \backslash
23218 renewcommand{
23219 \backslash
23220 hdashline}
23221 \end_layout
23222
23223 \begin_layout Plain Layout
23224
23225  {
23226 \backslash
23227 arrayrulecolor{red}
23228 \backslash
23229 myHdashline
23230 \backslash
23231 arrayrulecolor{black}}
23232 \end_layout
23233
23234 \end_inset
23235
23236
23237 \begin_inset Note Note
23238 status collapsed
23239
23240 \begin_layout Plain Layout
23241 färbt horizontale, gestrichelte Linien rot
23242 \end_layout
23243
23244 \end_inset
23245
23246
23247 \end_layout
23248
23249 \begin_layout Standard
23250 \begin_inset ERT
23251 status collapsed
23252
23253 \begin_layout Plain Layout
23254
23255
23256 \backslash
23257 let
23258 \backslash
23259 myCdashline
23260 \backslash
23261 cdashline
23262 \end_layout
23263
23264 \begin_layout Plain Layout
23265
23266
23267 \backslash
23268 renewcommand{
23269 \backslash
23270 cdashline}[1]
23271 \end_layout
23272
23273 \begin_layout Plain Layout
23274
23275  {
23276 \backslash
23277 arrayrulecolor{yellow}
23278 \backslash
23279 myCdashline{#1}
23280 \backslash
23281 arrayrulecolor{black}}
23282 \end_layout
23283
23284 \end_inset
23285
23286
23287 \begin_inset Note Note
23288 status collapsed
23289
23290 \begin_layout Plain Layout
23291 färbt partielle horizontale, gestrichelte Linien gelb
23292 \end_layout
23293
23294 \end_inset
23295
23296
23297 \end_layout
23298
23299 \begin_layout Standard
23300 \begin_inset Float table
23301 placement h
23302 wide false
23303 sideways false
23304 status open
23305
23306 \begin_layout Plain Layout
23307 \begin_inset Caption Standard
23308
23309 \begin_layout Plain Layout
23310 \begin_inset CommandInset label
23311 LatexCommand label
23312 name "tab:Farbige-Tabelle-mit"
23313
23314 \end_inset
23315
23316 Farbige Tabelle mit gestrichelten Linien
23317 \end_layout
23318
23319 \end_inset
23320
23321
23322 \end_layout
23323
23324 \begin_layout Plain Layout
23325 \align center
23326 \begin_inset Tabular
23327 <lyxtabular version="3" rows="5" columns="5">
23328 <features tabularvalignment="middle">
23329 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
23330 <column alignment="center" valignment="top" width="0pt">
23331 <column alignment="center" valignment="top" width="0pt" special=":c">
23332 <column alignment="center" valignment="top">
23333 <column alignment="center" valignment="top">
23334 <row>
23335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23336 \begin_inset Text
23337
23338 \begin_layout Plain Layout
23339 a
23340 \end_layout
23341
23342 \end_inset
23343 </cell>
23344 <cell alignment="center" valignment="top" topline="true" usebox="none">
23345 \begin_inset Text
23346
23347 \begin_layout Plain Layout
23348 b
23349 \end_layout
23350
23351 \end_inset
23352 </cell>
23353 <cell alignment="center" valignment="top" topline="true" usebox="none">
23354 \begin_inset Text
23355
23356 \begin_layout Plain Layout
23357 c
23358 \end_layout
23359
23360 \end_inset
23361 </cell>
23362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23363 \begin_inset Text
23364
23365 \begin_layout Plain Layout
23366 d
23367 \end_layout
23368
23369 \end_inset
23370 </cell>
23371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23372 \begin_inset Text
23373
23374 \begin_layout Plain Layout
23375 e
23376 \end_layout
23377
23378 \end_inset
23379 </cell>
23380 </row>
23381 <row>
23382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23383 \begin_inset Text
23384
23385 \begin_layout Plain Layout
23386 f
23387 \end_layout
23388
23389 \end_inset
23390 </cell>
23391 <cell alignment="center" valignment="top" topline="true" usebox="none">
23392 \begin_inset Text
23393
23394 \begin_layout Plain Layout
23395 g
23396 \end_layout
23397
23398 \end_inset
23399 </cell>
23400 <cell alignment="center" valignment="top" topline="true" usebox="none">
23401 \begin_inset Text
23402
23403 \begin_layout Plain Layout
23404 h
23405 \end_layout
23406
23407 \end_inset
23408 </cell>
23409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23410 \begin_inset Text
23411
23412 \begin_layout Plain Layout
23413 i
23414 \end_layout
23415
23416 \end_inset
23417 </cell>
23418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23419 \begin_inset Text
23420
23421 \begin_layout Plain Layout
23422 j
23423 \end_layout
23424
23425 \end_inset
23426 </cell>
23427 </row>
23428 <row>
23429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23430 \begin_inset Text
23431
23432 \begin_layout Plain Layout
23433 \begin_inset ERT
23434 status collapsed
23435
23436 \begin_layout Plain Layout
23437
23438
23439 \backslash
23440 hdashline 
23441 \end_layout
23442
23443 \end_inset
23444
23445
23446 \begin_inset ERT
23447 status collapsed
23448
23449 \begin_layout Plain Layout
23450
23451
23452 \backslash
23453 rowcolor{Gray}
23454 \end_layout
23455
23456 \end_inset
23457
23458 k
23459 \end_layout
23460
23461 \end_inset
23462 </cell>
23463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23464 \begin_inset Text
23465
23466 \begin_layout Plain Layout
23467 l
23468 \end_layout
23469
23470 \end_inset
23471 </cell>
23472 <cell alignment="center" valignment="top" usebox="none">
23473 \begin_inset Text
23474
23475 \begin_layout Plain Layout
23476 m
23477 \end_layout
23478
23479 \end_inset
23480 </cell>
23481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23482 \begin_inset Text
23483
23484 \begin_layout Plain Layout
23485 n
23486 \end_layout
23487
23488 \end_inset
23489 </cell>
23490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23491 \begin_inset Text
23492
23493 \begin_layout Plain Layout
23494 o
23495 \end_layout
23496
23497 \end_inset
23498 </cell>
23499 </row>
23500 <row>
23501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23502 \begin_inset Text
23503
23504 \begin_layout Plain Layout
23505 \begin_inset ERT
23506 status collapsed
23507
23508 \begin_layout Plain Layout
23509
23510
23511 \backslash
23512 cdashline{4-5}
23513 \end_layout
23514
23515 \end_inset
23516
23517 p
23518 \end_layout
23519
23520 \end_inset
23521 </cell>
23522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526 q
23527 \end_layout
23528
23529 \end_inset
23530 </cell>
23531 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23532 \begin_inset Text
23533
23534 \begin_layout Plain Layout
23535 r
23536 \end_layout
23537
23538 \end_inset
23539 </cell>
23540 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544 s
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 </row>
23559 <row>
23560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564 t
23565 \end_layout
23566
23567 \end_inset
23568 </cell>
23569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573 u
23574 \end_layout
23575
23576 \end_inset
23577 </cell>
23578 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23579 \begin_inset Text
23580
23581 \begin_layout Plain Layout
23582 v
23583 \end_layout
23584
23585 \end_inset
23586 </cell>
23587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23588 \begin_inset Text
23589
23590 \begin_layout Plain Layout
23591 w
23592 \end_layout
23593
23594 \end_inset
23595 </cell>
23596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23597 \begin_inset Text
23598
23599 \begin_layout Plain Layout
23600 \begin_inset ERT
23601 status collapsed
23602
23603 \begin_layout Plain Layout
23604
23605
23606 \backslash
23607 cellcolor{Maroon}
23608 \end_layout
23609
23610 \end_inset
23611
23612
23613 \color green
23614 i
23615 \end_layout
23616
23617 \end_inset
23618 </cell>
23619 </row>
23620 </lyxtabular>
23621
23622 \end_inset
23623
23624
23625 \end_layout
23626
23627 \end_inset
23628
23629
23630 \end_layout
23631
23632 \begin_layout Standard
23633 \begin_inset ERT
23634 status collapsed
23635
23636 \begin_layout Plain Layout
23637
23638
23639 \backslash
23640 renewcommand{
23641 \backslash
23642 hdashline}{
23643 \backslash
23644 myHdashline}
23645 \end_layout
23646
23647 \end_inset
23648
23649
23650 \begin_inset Note Note
23651 status collapsed
23652
23653 \begin_layout Plain Layout
23654 zurücksetzen auf Standardwert
23655 \end_layout
23656
23657 \end_inset
23658
23659
23660 \end_layout
23661
23662 \begin_layout Standard
23663 \begin_inset ERT
23664 status collapsed
23665
23666 \begin_layout Plain Layout
23667
23668
23669 \backslash
23670 renewcommand{
23671 \backslash
23672 cdashline}{
23673 \backslash
23674 myCdashline}
23675 \end_layout
23676
23677 \end_inset
23678
23679
23680 \begin_inset Note Note
23681 status collapsed
23682
23683 \begin_layout Plain Layout
23684 zurücksetzen auf Standardwert
23685 \end_layout
23686
23687 \end_inset
23688
23689
23690 \end_layout
23691
23692 \begin_layout Standard
23693 \begin_inset ERT
23694 status collapsed
23695
23696 \begin_layout Plain Layout
23697
23698
23699 \backslash
23700 nodashgapcolor
23701 \end_layout
23702
23703 \end_inset
23704
23705
23706 \begin_inset Note Note
23707 status collapsed
23708
23709 \begin_layout Plain Layout
23710 zurücksetzen auf Standardwert
23711 \end_layout
23712
23713 \end_inset
23714
23715
23716 \end_layout
23717
23718 \begin_layout Standard
23719 \begin_inset ERT
23720 status collapsed
23721
23722 \begin_layout Plain Layout
23723
23724
23725 \backslash
23726 setlength{
23727 \backslash
23728 arrayrulewidth}{0.4pt}
23729 \end_layout
23730
23731 \end_inset
23732
23733
23734 \begin_inset Note Note
23735 status collapsed
23736
23737 \begin_layout Plain Layout
23738 zurücksetzen auf Standardwert
23739 \end_layout
23740
23741 \end_inset
23742
23743
23744 \end_layout
23745
23746 \begin_layout Standard
23747 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
23748 \begin_inset space ~
23749 \end_inset
23750
23751
23752 \begin_inset CommandInset ref
23753 LatexCommand ref
23754 reference "abs:Farbige-Tabellen"
23755
23756 \end_inset
23757
23758  beschrieben.
23759  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
23760  beschrieben, man muss in den Befehlen nur 
23761 \series bold
23762
23763 \backslash
23764 myHlineC
23765 \series default
23766  durch 
23767 \series bold
23768
23769 \backslash
23770 myHdashline
23771 \series default
23772  und 
23773 \backslash
23774
23775 \series bold
23776 hline
23777 \series default
23778  durch 
23779 \series bold
23780
23781 \backslash
23782 hdashline
23783 \series default
23784  ersetzen; man verwendet also den Befehl
23785 \end_layout
23786
23787 \begin_layout Standard
23788
23789 \series bold
23790
23791 \backslash
23792 let
23793 \backslash
23794 myHdashline
23795 \backslash
23796 hdashline
23797 \begin_inset Newline newline
23798 \end_inset
23799
23800
23801 \backslash
23802 renewcommand{
23803 \backslash
23804 hdashline}
23805 \begin_inset Newline newline
23806 \end_inset
23807
23808
23809 \begin_inset Phantom HPhantom
23810 status open
23811
23812 \begin_layout Plain Layout
23813
23814 \series bold
23815 \begin_inset space ~
23816 \end_inset
23817
23818
23819 \end_layout
23820
23821 \end_inset
23822
23823 {
23824 \backslash
23825 arrayrulecolor{red}
23826 \backslash
23827 myHdashline
23828 \backslash
23829 arrayrulecolor{black}}
23830 \end_layout
23831
23832 \begin_layout Standard
23833 Um 
23834 \series bold
23835
23836 \backslash
23837 cdashline
23838 \series default
23839  zu färben, lautet der Befehl
23840 \end_layout
23841
23842 \begin_layout Standard
23843
23844 \series bold
23845
23846 \backslash
23847 let
23848 \backslash
23849 myCdashline
23850 \backslash
23851 cdashline
23852 \begin_inset Newline newline
23853 \end_inset
23854
23855
23856 \backslash
23857 renewcommand{
23858 \backslash
23859 cdashline}[1]
23860 \begin_inset Newline newline
23861 \end_inset
23862
23863
23864 \begin_inset Phantom HPhantom
23865 status open
23866
23867 \begin_layout Plain Layout
23868
23869 \series bold
23870 \begin_inset space ~
23871 \end_inset
23872
23873
23874 \end_layout
23875
23876 \end_inset
23877
23878 {
23879 \backslash
23880 arrayrulecolor{red}
23881 \backslash
23882 myCdashline{#1}
23883 \backslash
23884 arrayrulecolor{black}}
23885 \end_layout
23886
23887 \begin_layout Standard
23888 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
23889  als \SpecialChar TeX
23890 -Code hinter der Tabelle einfügen:
23891 \end_layout
23892
23893 \begin_layout Standard
23894 Für 
23895 \series bold
23896
23897 \backslash
23898 hdashline
23899 \end_layout
23900
23901 \begin_layout Standard
23902
23903 \series bold
23904
23905 \backslash
23906 renewcommand{
23907 \backslash
23908 hdashline}{
23909 \backslash
23910 myHdashline}
23911 \end_layout
23912
23913 \begin_layout Standard
23914 und für 
23915 \series bold
23916
23917 \backslash
23918 cdashline
23919 \end_layout
23920
23921 \begin_layout Standard
23922
23923 \series bold
23924
23925 \backslash
23926 renewcommand{
23927 \backslash
23928 cdashline}{
23929 \backslash
23930 myCdashline}
23931 \end_layout
23932
23933 \begin_layout Standard
23934 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
23935  Befehl
23936 \end_layout
23937
23938 \begin_layout Standard
23939
23940 \series bold
23941
23942 \backslash
23943 dashgapcolor{Farbe}
23944 \end_layout
23945
23946 \begin_layout Standard
23947 als \SpecialChar TeX
23948 -Code vor der Tabelle verwenden.
23949  Farbe ist hierbei der Name einer definierten Farbe.
23950  Der Befehl
23951 \end_layout
23952
23953 \begin_layout Standard
23954
23955 \series bold
23956
23957 \backslash
23958 nodashgapcolor
23959 \end_layout
23960
23961 \begin_layout Standard
23962 hebt die Einstellung von 
23963 \series bold
23964
23965 \backslash
23966 dashgapcolor
23967 \series default
23968  auf.
23969 \end_layout
23970
23971 \begin_layout Standard
23972 \begin_inset Note Greyedout
23973 status open
23974
23975 \begin_layout Plain Layout
23976
23977 \series bold
23978 \color none
23979 Achtung
23980 \series default
23981 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
23982  
23983 \series bold
23984 arydshln
23985 \series default
23986  an erster Stelle in der Zelle befinden.
23987  Daher ist in in Zelle 
23988 \emph on
23989 k
23990 \emph default
23991  der Tabelle
23992 \begin_inset space ~
23993 \end_inset
23994
23995
23996 \begin_inset CommandInset ref
23997 LatexCommand ref
23998 reference "tab:Farbige-Tabelle-mit"
23999
24000 \end_inset
24001
24002  der Befehl 
24003 \series bold
24004
24005 \backslash
24006 hdashline
24007 \series default
24008  vor 
24009 \series bold
24010
24011 \backslash
24012 rowcolor
24013 \series default
24014 .
24015 \end_layout
24016
24017 \end_inset
24018
24019
24020 \end_layout
24021
24022 \begin_layout Standard
24023 \begin_inset Note Greyedout
24024 status open
24025
24026 \begin_layout Plain Layout
24027
24028 \series bold
24029 \color none
24030 Achtung:
24031 \series default
24032  Das \SpecialChar LaTeX
24033 -Paket 
24034 \series bold
24035 arydshln
24036 \series default
24037  muss im \SpecialChar LaTeX
24038 -Vorspann nach dem \SpecialChar LaTeX
24039 -Paket 
24040 \series bold
24041 colortbl
24042 \series default
24043
24044 \begin_inset Index idx
24045 status collapsed
24046
24047 \begin_layout Plain Layout
24048 \SpecialChar LaTeX
24049 -Pakete ! colortbl
24050 \end_layout
24051
24052 \end_inset
24053
24054  geladen werden.
24055 \end_layout
24056
24057 \end_inset
24058
24059
24060 \end_layout
24061
24062 \begin_layout Standard
24063 \begin_inset ERT
24064 status collapsed
24065
24066 \begin_layout Plain Layout
24067
24068
24069 \backslash
24070 else
24071 \end_layout
24072
24073 \end_inset
24074
24075
24076 \begin_inset Note Note
24077 status open
24078
24079 \begin_layout Plain Layout
24080 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
24081 -Paket 
24082 \series bold
24083 arydshln
24084 \series default
24085  nicht installiert ist:
24086 \end_layout
24087
24088 \end_inset
24089
24090
24091 \end_layout
24092
24093 \begin_layout Standard
24094 Sie müssen das \SpecialChar LaTeX
24095 -Paket 
24096 \series bold
24097 arydshln
24098 \series default
24099  installiert haben um den Inhalt dieses Abschnitts zu sehen.
24100 \end_layout
24101
24102 \begin_layout Standard
24103 \begin_inset ERT
24104 status collapsed
24105
24106 \begin_layout Plain Layout
24107
24108
24109 \backslash
24110 fi
24111 \end_layout
24112
24113 \end_inset
24114
24115
24116 \end_layout
24117
24118 \begin_layout Standard
24119 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
24120  von 
24121 \series bold
24122 arydshln
24123 \series default
24124
24125 \begin_inset CommandInset citation
24126 LatexCommand cite
24127 key "arydshln"
24128
24129 \end_inset
24130
24131 .
24132 \end_layout
24133
24134 \begin_layout Chapter
24135 Gleitobjekte
24136 \begin_inset CommandInset label
24137 LatexCommand label
24138 name "kap:Gleitobjekte"
24139
24140 \end_inset
24141
24142
24143 \begin_inset Index idx
24144 status collapsed
24145
24146 \begin_layout Plain Layout
24147 Gleitobjekte
24148 \end_layout
24149
24150 \end_inset
24151
24152
24153 \end_layout
24154
24155 \begin_layout Section
24156 Einleitung
24157 \begin_inset CommandInset label
24158 LatexCommand label
24159 name "abs:Gleitobjekte-Einleitung"
24160
24161 \end_inset
24162
24163
24164 \begin_inset Index idx
24165 status collapsed
24166
24167 \begin_layout Plain Layout
24168 Gleitobjekte ! Einleitung
24169 \end_layout
24170
24171 \end_inset
24172
24173
24174 \end_layout
24175
24176 \begin_layout Standard
24177 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
24178  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
24179  der beste Platz ist.
24180  
24181 \family sans
24182 Fußnoten
24183 \family default
24184  und 
24185 \family sans
24186 Randnotizen
24187 \family default
24188  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
24189  wenn auf ihrer Seite schon zu viele sind.
24190 \end_layout
24191
24192 \begin_layout Standard
24193 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
24194  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
24195  um weiße Flächen und Seiten ohne Text zu vermeiden.
24196  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar ligaturebreak
24197 löst,
24198  kann im Text auf ein Gleitobjekt verwiesen werden.
24199  Gleitobjekte sind deshalb nummeriert.
24200  Querverweise werden in Abschnitt
24201 \begin_inset space ~
24202 \end_inset
24203
24204
24205 \begin_inset CommandInset ref
24206 LatexCommand ref
24207 reference "abs:Auf-Gleitobjekte-verweisen"
24208
24209 \end_inset
24210
24211  beschrieben.
24212 \end_layout
24213
24214 \begin_layout Standard
24215 Ein Gleitobjekt wird mit 
24216 \family sans
24217 Einfügen\SpecialChar menuseparator
24218 Gleitobjekt\SpecialChar menuseparator
24219 Algorithmus/Abbildung/Ta\SpecialChar softhyphen
24220 belle/Um\SpecialChar softhyphen
24221 flos\SpecialChar softhyphen
24222 se\SpecialChar softhyphen
24223 nes
24224 \begin_inset space ~
24225 \end_inset
24226
24227 Gleitobjekt
24228 \family default
24229  eingefügt (Werkzeugleistenknopf 
24230 \begin_inset Info
24231 type  "icon"
24232 arg   "float-insert figure"
24233 \end_inset
24234
24235  oder 
24236 \begin_inset Info
24237 type  "icon"
24238 arg   "float-insert table"
24239 \end_inset
24240
24241 ).
24242  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
24243  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
24244  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
24245  #:).
24246  Statt # sehen Sie die von \SpecialChar LyX
24247  vergebene Nummer.
24248  In das schmale Feld nach der Marke können Sie den Titel schreiben.
24249  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
24250  eingefügt.
24251  In Abschnitt
24252 \begin_inset space ~
24253 \end_inset
24254
24255
24256 \begin_inset CommandInset ref
24257 LatexCommand ref
24258 reference "abs:Titel-Platzierung"
24259
24260 \end_inset
24261
24262  finden Sie mehr über die Platzierung des Titels.
24263  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
24264  auch wieder geöffnet.
24265  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
24266 \begin_inset Graphics
24267         filename clipart/Gleitobjekt.png
24268         scale 70
24269         scaleBeforeRotation
24270
24271 \end_inset
24272
24273  – ein graues Kästchen mit roter Beschriftung.
24274 \end_layout
24275
24276 \begin_layout Standard
24277 Um mögliche \SpecialChar LaTeX
24278 -Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
24279  Gleitobjekte in einem eigenen Absatz einzufügen.
24280 \end_layout
24281
24282 \begin_layout Standard
24283 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
24284  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf
24285  klicken.
24286 \end_layout
24287
24288 \begin_layout Section
24289 Gleitobjekt-Typen
24290 \begin_inset Index idx
24291 status collapsed
24292
24293 \begin_layout Plain Layout
24294 Gleitobjekte ! Typen
24295 \end_layout
24296
24297 \end_inset
24298
24299
24300 \end_layout
24301
24302 \begin_layout Standard
24303 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
24304 \begin_inset space ~
24305 \end_inset
24306
24307
24308 \begin_inset CommandInset ref
24309 LatexCommand ref
24310 reference "abs:Gleitende-Abbildungen"
24311
24312 \end_inset
24313
24314  und 
24315 \begin_inset CommandInset ref
24316 LatexCommand ref
24317 reference "abs:Gleitende-Tabellen"
24318
24319 \end_inset
24320
24321  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
24322  Letztere sind in Abschnitt
24323 \begin_inset space ~
24324 \end_inset
24325
24326
24327 \begin_inset CommandInset ref
24328 LatexCommand ref
24329 reference "abs:Umflossene-Gleitobjekte"
24330
24331 \end_inset
24332
24333  beschrieben.
24334 \end_layout
24335
24336 \begin_layout Subsection
24337 Algorithmen-Gleitobjekt
24338 \begin_inset Index idx
24339 status collapsed
24340
24341 \begin_layout Plain Layout
24342 Gleitobjekte ! Algorithmen
24343 \end_layout
24344
24345 \end_inset
24346
24347
24348 \end_layout
24349
24350 \begin_layout Standard
24351 \begin_inset Float algorithm
24352 placement h
24353 wide false
24354 sideways false
24355 status open
24356
24357 \begin_layout Plain Layout
24358 \begin_inset Caption Standard
24359
24360 \begin_layout Plain Layout
24361 \begin_inset CommandInset label
24362 LatexCommand label
24363 name "alg:Ein-Gleitobjekt-Algorithmus"
24364
24365 \end_inset
24366
24367 Ein Gleitobjekt-Algorithmus 
24368 \end_layout
24369
24370 \end_inset
24371
24372
24373 \end_layout
24374
24375 \begin_layout LyX-Code
24376 for I in 1..N loop
24377 \begin_inset Newline newline
24378 \end_inset
24379
24380  Sum:= Sum + A(I); /*Kommentar*/
24381 \begin_inset Newline newline
24382 \end_inset
24383
24384 end loop
24385 \begin_inset VSpace -4mm
24386 \end_inset
24387
24388
24389 \end_layout
24390
24391 \end_inset
24392
24393
24394 \end_layout
24395
24396 \begin_layout Standard
24397 Dieser Typ wird mit 
24398 \family sans
24399 Einfügen\SpecialChar menuseparator
24400 Gleitobjekt\SpecialChar menuseparator
24401 Algorithmus
24402 \family default
24403  eingefügt.
24404  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
24405  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
24406 \begin_inset space ~
24407 \end_inset
24408
24409
24410 \begin_inset CommandInset ref
24411 LatexCommand ref
24412 reference "kap:Programm-Code-Listen"
24413
24414 \end_inset
24415
24416 .
24417  Eine mögliche Absatz-Umgebung hier für ist 
24418 \family sans
24419 \SpecialChar LyX
24420 -Code
24421 \family default
24422 , beschrieben im 
24423 \emph on
24424 Benutzerhandbuch
24425 \emph default
24426 .
24427  In Algorithmus
24428 \begin_inset space ~
24429 \end_inset
24430
24431
24432 \begin_inset CommandInset ref
24433 LatexCommand ref
24434 reference "alg:Ein-Gleitobjekt-Algorithmus"
24435
24436 \end_inset
24437
24438  wurden am Ende -4
24439 \begin_inset space \thinspace{}
24440 \end_inset
24441
24442 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
24443  letzten Zeile gedruckt wird.
24444 \end_layout
24445
24446 \begin_layout Standard
24447 Die Marke 
24448 \emph on
24449 Algorithmus
24450 \emph default
24451  wird nicht automatisch in die druckbare Version übernommen, sondern das
24452  englische Wort 
24453 \emph on
24454 Algorithm
24455 \emph default
24456  verwendet.
24457  Soll
24458 \emph on
24459  Algorithmus
24460 \emph default
24461  dort stehen, müssen Sie folgendes in den \SpecialChar LaTeX
24462 -Vorspann schreiben: 
24463 \end_layout
24464
24465 \begin_layout Standard
24466
24467 \series bold
24468
24469 \backslash
24470 floatname{algorithm}{Algorithmus}
24471 \end_layout
24472
24473 \begin_layout Standard
24474 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
24475  Sprache wie die \SpecialChar LyX
24476  Menünamen haben, das Menü 
24477 \family sans
24478 Einfügen\SpecialChar menuseparator
24479 Liste
24480 \begin_inset space \thinspace{}
24481 \end_inset
24482
24483 /
24484 \begin_inset space \thinspace{}
24485 \end_inset
24486
24487 Inhaltsverzeichnis\SpecialChar menuseparator
24488 Algorithmenverzeichnis
24489 \family default
24490  verwendet werden.
24491  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als \SpecialChar TeX
24492 -Code
24493  eingefügt werden:
24494 \end_layout
24495
24496 \begin_layout Standard
24497
24498 \series bold
24499
24500 \backslash
24501 listof{algorithm}{Algorithmenverzeichnis}
24502 \end_layout
24503
24504 \begin_layout Standard
24505 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
24506  nach dem Schema 
24507 \begin_inset Quotes gld
24508 \end_inset
24509
24510 Kapitelnummer.Algorithmusnummer
24511 \begin_inset Quotes grd
24512 \end_inset
24513
24514  nummeriert.
24515  Um das zu erreichen, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
24516 -Vorspann einfügen:
24517 \end_layout
24518
24519 \begin_layout Standard
24520
24521 \series bold
24522
24523 \backslash
24524 numberwithin{algorithm}{chapter}
24525 \end_layout
24526
24527 \begin_layout Standard
24528 Um 
24529 \series bold
24530
24531 \backslash
24532 numberwithin
24533 \series default
24534  benutzen zu können, muss in den 
24535 \family sans
24536 Mathe
24537 \begin_inset space ~
24538 \end_inset
24539
24540 Optionen
24541 \family default
24542  der 
24543 \family sans
24544 Dokument-Einstellungen
24545 \family default
24546  
24547 \family sans
24548 AMS
24549 \begin_inset space ~
24550 \end_inset
24551
24552 Mathe
24553 \begin_inset space ~
24554 \end_inset
24555
24556 Paket
24557 \family default
24558
24559 \begin_inset space ~
24560 \end_inset
24561
24562
24563 \family sans
24564 verwenden
24565 \family default
24566  angekreuzt sein.
24567 \end_layout
24568
24569 \begin_layout Section
24570 Gleitobjekt-Nummerierung
24571 \begin_inset Index idx
24572 status collapsed
24573
24574 \begin_layout Plain Layout
24575 Gleitobjekte ! Nummerierung
24576 \end_layout
24577
24578 \end_inset
24579
24580
24581 \end_layout
24582
24583 \begin_layout Standard
24584 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
24585  nummeriert oder nach dem Schema 
24586 \begin_inset Quotes gld
24587 \end_inset
24588
24589 Kapitelnummer.Gleitobjektnummer
24590 \begin_inset Quotes grd
24591 \end_inset
24592
24593  oder 
24594 \begin_inset Quotes gld
24595 \end_inset
24596
24597 Abschnittsnummer.Gleitobjektnummer
24598 \begin_inset Quotes grd
24599 \end_inset
24600
24601 .
24602  Das hängt von der Dokumentklasse ab.
24603 \end_layout
24604
24605 \begin_layout Standard
24606 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
24607  in den \SpecialChar LaTeX
24608 -Vorspann einfügen:
24609 \end_layout
24610
24611 \begin_layout Standard
24612
24613 \series bold
24614
24615 \backslash
24616 renewcommand{
24617 \backslash
24618 thetable}{
24619 \backslash
24620 roman{table}}
24621 \end_layout
24622
24623 \begin_layout Standard
24624
24625 \series bold
24626
24627 \backslash
24628 thetable
24629 \series default
24630  ist der Befehl, der die Tabellennummer druckt.
24631  Für Abbildungen ist das 
24632 \series bold
24633
24634 \backslash
24635 thefigure
24636 \series default
24637 .
24638  Der Befehl 
24639 \series bold
24640
24641 \backslash
24642 roman
24643 \series default
24644  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
24645 \end_layout
24646
24647 \begin_layout Standard
24648 Um das Nummerierungsschema zum Beispiel auf 
24649 \begin_inset Quotes gld
24650 \end_inset
24651
24652 Unterabschnittsnummer.Num\SpecialChar softhyphen
24653 mer
24654 \begin_inset Quotes grd
24655 \end_inset
24656
24657  zu ändern, setzen Sie folgendes in den \SpecialChar LaTeX
24658 -Vorspann:
24659 \end_layout
24660
24661 \begin_layout Standard
24662
24663 \series bold
24664
24665 \backslash
24666 numberwithin{table}{subsection}
24667 \end_layout
24668
24669 \begin_layout Standard
24670 Um den Befehl 
24671 \series bold
24672
24673 \backslash
24674 numberwithin
24675 \series default
24676  benutzen zu können, müssen Sie in den 
24677 \family sans
24678 Mathe
24679 \begin_inset space ~
24680 \end_inset
24681
24682 Optionen
24683 \family default
24684  der 
24685 \family sans
24686 Dokument-Einstellungen
24687 \family default
24688  
24689 \family sans
24690 AMS
24691 \begin_inset space ~
24692 \end_inset
24693
24694 Mathe
24695 \begin_inset space ~
24696 \end_inset
24697
24698 Paket
24699 \family default
24700
24701 \begin_inset space ~
24702 \end_inset
24703
24704
24705 \family sans
24706 verwenden
24707 \family default
24708  ankreuzen.
24709 \end_layout
24710
24711 \begin_layout Standard
24712 Sehen Sie sich bitte auch Abschnitt
24713 \begin_inset space ~
24714 \end_inset
24715
24716
24717 \begin_inset CommandInset ref
24718 LatexCommand ref
24719 reference "uab:Fußnoten-Nummerierung"
24720
24721 \end_inset
24722
24723  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
24724 \end_layout
24725
24726 \begin_layout Section
24727 Auf Gleitobjekte verweisen
24728 \begin_inset CommandInset label
24729 LatexCommand label
24730 name "abs:Auf-Gleitobjekte-verweisen"
24731
24732 \end_inset
24733
24734
24735 \begin_inset Index idx
24736 status collapsed
24737
24738 \begin_layout Plain Layout
24739 Gleitobjekte ! Querverweise
24740 \end_layout
24741
24742 \end_inset
24743
24744
24745 \begin_inset Index idx
24746 status collapsed
24747
24748 \begin_layout Plain Layout
24749 Querverweise ! auf Gleitobjekte
24750 \end_layout
24751
24752 \end_inset
24753
24754
24755 \end_layout
24756
24757 \begin_layout Standard
24758 Zunächst müssen Sie mit 
24759 \family sans
24760 Einfügen\SpecialChar menuseparator
24761 Marke
24762 \family default
24763  oder einen Klick auf 
24764 \begin_inset Info
24765 type  "icon"
24766 arg   "label-insert"
24767 \end_inset
24768
24769  eine Marke im Titel einfügen.
24770  Im 
24771 \family sans
24772 Marke
24773 \family default
24774 -Dialog schreiben Sie einen Text in das Feld 
24775 \family sans
24776 Marke
24777 \family default
24778  oder übernehmen den vorgeschlagenen.
24779  Die Marke sieht in \SpecialChar LyX
24780  dann so aus:
24781 \end_layout
24782
24783 \begin_layout Standard
24784 \begin_inset Graphics
24785         filename clipart/Marke.png
24786         lyxscale 80
24787         scale 50
24788         scaleBeforeRotation
24789
24790 \end_inset
24791
24792
24793 \end_layout
24794
24795 \begin_layout Standard
24796 Die Marke wird als Anker und Name für den Querverweis benutzt.
24797  Mit 
24798 \family sans
24799 Einfügen\SpecialChar menuseparator
24800 Querverweis
24801 \family default
24802  oder einen Klick auf 
24803 \begin_inset Info
24804 type  "icon"
24805 arg   "dialog-show-new-inset ref"
24806 \end_inset
24807
24808  können Sie dann auf die Marke verweisen.
24809  Als Querverweis wird in \SpecialChar LyX
24810  ein graues Kästchen wie zum Beispiel dieses angezeigt:
24811 \end_layout
24812
24813 \begin_layout Standard
24814 \begin_inset Graphics
24815         filename clipart/Querverweis.png
24816         lyxscale 80
24817         scale 50
24818         scaleBeforeRotation
24819
24820 \end_inset
24821
24822
24823 \begin_inset Newline newline
24824 \end_inset
24825
24826  Mehr zu Querverweisen finden Sie im 
24827 \emph on
24828 Benutzerhandbuch
24829 \emph default
24830 .
24831 \end_layout
24832
24833 \begin_layout Standard
24834 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
24835  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
24836  durch einen Zeilenumbruch getrennt werden können.
24837 \end_layout
24838
24839 \begin_layout Standard
24840 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
24841  \SpecialChar LyX
24842  passt die Querverweise automatisch an.
24843 \end_layout
24844
24845 \begin_layout Standard
24846 Ein Klick auf den Schalter 
24847 \family sans
24848 Gehe
24849 \begin_inset space ~
24850 \end_inset
24851
24852 zur
24853 \begin_inset space ~
24854 \end_inset
24855
24856 Marke
24857 \family default
24858  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
24859  Der Text der Schaltfläche heißt jetzt 
24860 \family sans
24861 Gehe
24862 \begin_inset space ~
24863 \end_inset
24864
24865 zurück
24866 \family default
24867  und ein Klick darauf macht genau dies.
24868 \end_layout
24869
24870 \begin_layout Subsection
24871 Querverweis-Formate
24872 \begin_inset CommandInset label
24873 LatexCommand label
24874 name "uab:Querverweis-Formate"
24875
24876 \end_inset
24877
24878
24879 \begin_inset Index idx
24880 status collapsed
24881
24882 \begin_layout Plain Layout
24883 Querverweise ! Formate
24884 \end_layout
24885
24886 \end_inset
24887
24888
24889 \end_layout
24890
24891 \begin_layout Standard
24892 Es gibt sechs verschiedene Querverweisstile:
24893 \end_layout
24894
24895 \begin_layout Description
24896 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
24897  
24898 \begin_inset CommandInset ref
24899 LatexCommand ref
24900 reference "abb:Zwei-Teilabbildungen"
24901
24902 \end_inset
24903
24904
24905 \end_layout
24906
24907 \begin_layout Description
24908 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
24909  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
24910  verwendet wird, speziell wenn der Name 
24911 \begin_inset Quotes gld
24912 \end_inset
24913
24914 Gleichung
24915 \begin_inset Quotes grd
24916 \end_inset
24917
24918  weggelassen wird: 
24919 \begin_inset CommandInset ref
24920 LatexCommand eqref
24921 reference "eq:Wgn"
24922
24923 \end_inset
24924
24925
24926 \end_layout
24927
24928 \begin_layout Description
24929 <Seite>: druckt die Seitennummer: Seite
24930 \begin_inset space ~
24931 \end_inset
24932
24933
24934 \begin_inset CommandInset ref
24935 LatexCommand pageref
24936 reference "abb:Zwei-Teilabbildungen"
24937
24938 \end_inset
24939
24940
24941 \end_layout
24942
24943 \begin_layout Description
24944 auf
24945 \begin_inset space ~
24946 \end_inset
24947
24948 Seite
24949 \begin_inset space ~
24950 \end_inset
24951
24952 <Seite>: druckt den Text 
24953 \begin_inset Quotes gld
24954 \end_inset
24955
24956 auf Seite
24957 \begin_inset Quotes grd
24958 \end_inset
24959
24960  und die Seitennummer: 
24961 \begin_inset CommandInset ref
24962 LatexCommand vpageref
24963 reference "abb:Zwei-Teilabbildungen"
24964
24965 \end_inset
24966
24967
24968 \end_layout
24969
24970 \begin_layout Description
24971 <Querverweis>
24972 \begin_inset space ~
24973 \end_inset
24974
24975 auf
24976 \begin_inset space ~
24977 \end_inset
24978
24979 Seite
24980 \begin_inset space ~
24981 \end_inset
24982
24983 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
24984 \begin_inset Quotes gld
24985 \end_inset
24986
24987 auf Seite
24988 \begin_inset Quotes grd
24989 \end_inset
24990
24991 , und die Seitennummer: 
24992 \begin_inset CommandInset ref
24993 LatexCommand vref
24994 reference "abb:Zwei-Teilabbildungen"
24995
24996 \end_inset
24997
24998
24999 \end_layout
25000
25001 \begin_layout Description
25002 Formatierter
25003 \begin_inset space ~
25004 \end_inset
25005
25006 Querverweis: druckt ein selbst definiertes Querverweisformat
25007 \begin_inset Newline newline
25008 \end_inset
25009
25010
25011 \begin_inset Note Greyedout
25012 status open
25013
25014 \begin_layout Plain Layout
25015
25016 \series bold
25017 Bemerkung:
25018 \series default
25019  Dies ist nur möglich, wenn das \SpecialChar LaTeX
25020 -Paket 
25021 \series bold
25022 prettyref
25023 \series default
25024  oder 
25025 \series bold
25026 refstyle
25027 \series default
25028
25029 \begin_inset Index idx
25030 status collapsed
25031
25032 \begin_layout Plain Layout
25033 \SpecialChar LaTeX
25034 -Pakete ! prettyref
25035 \end_layout
25036
25037 \end_inset
25038
25039
25040 \begin_inset Index idx
25041 status collapsed
25042
25043 \begin_layout Plain Layout
25044 \SpecialChar LaTeX
25045 -Pakete ! refstyle
25046 \end_layout
25047
25048 \end_inset
25049
25050  installiert ist.
25051 \end_layout
25052
25053 \end_inset
25054
25055
25056 \begin_inset Newline newline
25057 \end_inset
25058
25059 Sie können duch setzen der Option 
25060 \family sans
25061 Verwende refstyle (nicht prettyref) für Querverweise
25062 \family default
25063  im Menü 
25064 \family sans
25065 Dokument\SpecialChar menuseparator
25066 Einstellungen\SpecialChar menuseparator
25067 Dokumentklasse
25068 \family default
25069  wählen, welches \SpecialChar LaTeX
25070 -Paket für diesen Verweistyp verwendet wird.
25071  Das Format wird definiert, indem man den Befehl 
25072 \series bold
25073
25074 \backslash
25075 newrefformat
25076 \series default
25077  (prettyref) oder 
25078 \series bold
25079
25080 \backslash
25081 newref
25082 \series default
25083  (refstyle) in den \SpecialChar LaTeX
25084 -Vorspann einfügt.
25085  Z.
25086 \begin_inset space \thinspace{}
25087 \end_inset
25088
25089 B.
25090  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
25091  
25092 \begin_inset Quotes eld
25093 \end_inset
25094
25095
25096 \family sans
25097 abb
25098 \family default
25099
25100 \begin_inset Quotes erd
25101 \end_inset
25102
25103 ) mit dem Befehle
25104 \begin_inset Newline newline
25105 \end_inset
25106
25107
25108 \series bold
25109
25110 \backslash
25111 newref{abb}{refcmd={Bild auf Seite 
25112 \backslash
25113 pageref{#1}}}
25114 \series default
25115
25116 \begin_inset Newline newline
25117 \end_inset
25118
25119 geändert werden.
25120  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
25121 en verwiesen, 
25122 \begin_inset CommandInset citation
25123 LatexCommand cite
25124 key "prettyref,refstyle"
25125
25126 \end_inset
25127
25128 .
25129 \end_layout
25130
25131 \begin_layout Description
25132 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
25133 \begin_inset CommandInset ref
25134 LatexCommand nameref
25135 reference "abb:Zwei-Teilabbildungen"
25136
25137 \end_inset
25138
25139
25140 \end_layout
25141
25142 \begin_layout Standard
25143
25144 \family sans
25145 <Seite>
25146 \family default
25147  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
25148  vorherigen, der selben oder der nächsten Seite befindet.
25149  Stattdessen wird z.
25150 \begin_inset space \thinspace{}
25151 \end_inset
25152
25153 B.
25154  der Text 
25155 \begin_inset Quotes gld
25156 \end_inset
25157
25158
25159 \family sans
25160 auf dieser Seite
25161 \family default
25162
25163 \begin_inset Quotes grd
25164 \end_inset
25165
25166  gedruckt.
25167  Der Stil 
25168 \family sans
25169 <Querverweis>
25170 \begin_inset space ~
25171 \end_inset
25172
25173 auf
25174 \begin_inset space ~
25175 \end_inset
25176
25177 Seite
25178 \begin_inset space ~
25179 \end_inset
25180
25181 <Seite>
25182 \family default
25183  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
25184  Seite ist.
25185 \end_layout
25186
25187 \begin_layout Standard
25188 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
25189  automatisch von \SpecialChar LaTeX
25190  berechnet.
25191  Die Stile können im Feld 
25192 \family sans
25193 Format
25194 \family default
25195  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
25196  einen Querverweis klicken.
25197 \end_layout
25198
25199 \begin_layout Standard
25200 \begin_inset Note Greyedout
25201 status open
25202
25203 \begin_layout Plain Layout
25204
25205 \series bold
25206 Bemerkung:
25207 \series default
25208  Es wird empfohlen, das \SpecialChar LaTeX
25209 -Paket 
25210 \series bold
25211 refstyle
25212 \series default
25213
25214 \begin_inset Index idx
25215 status collapsed
25216
25217 \begin_layout Plain Layout
25218 \SpecialChar LaTeX
25219 -Pakete ! refstyle
25220 \end_layout
25221
25222 \end_inset
25223
25224  zu verwenden, da 
25225 \series bold
25226 prettyref
25227 \series default
25228
25229 \begin_inset Index idx
25230 status collapsed
25231
25232 \begin_layout Plain Layout
25233 \SpecialChar LaTeX
25234 -Pakete ! prettyref
25235 \end_layout
25236
25237 \end_inset
25238
25239  nicht alle möglichen \SpecialChar LyX
25240 -Marken-Kürzel
25241 \begin_inset Foot
25242 status collapsed
25243
25244 \begin_layout Plain Layout
25245  
25246 \begin_inset Quotes gld
25247 \end_inset
25248
25249 abb:
25250 \begin_inset Quotes grd
25251 \end_inset
25252
25253  ist z.
25254 \begin_inset space \thinspace{}
25255 \end_inset
25256
25257 B.
25258  \SpecialChar LyX
25259 ' Kürzel für Marken in Bildbeschriftungen.
25260 \end_layout
25261
25262 \end_inset
25263
25264  kennt und auch nicht internationalisiert ist.
25265 \end_layout
25266
25267 \end_inset
25268
25269
25270 \end_layout
25271
25272 \begin_layout Subsection
25273 Automatische Querverweisnamen
25274 \begin_inset Index idx
25275 status collapsed
25276
25277 \begin_layout Plain Layout
25278 Querverweise ! Automatische Namen 
25279 \end_layout
25280
25281 \end_inset
25282
25283
25284 \end_layout
25285
25286 \begin_layout Standard
25287 Das \SpecialChar LaTeX
25288 -Paket 
25289 \series bold
25290 hyperref
25291 \series default
25292
25293 \begin_inset Index idx
25294 status collapsed
25295
25296 \begin_layout Plain Layout
25297 \SpecialChar LaTeX
25298 -Pakete ! hyperref
25299 \end_layout
25300
25301 \end_inset
25302
25303 , das in den
25304 \family sans
25305  PDF-Eigenschaften
25306 \family default
25307  im 
25308 \family sans
25309 Dokument-Einstellungen
25310 \family default
25311  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
25312  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
25313  wie 
25314 \emph on
25315 Abschnitt
25316 \emph default
25317 ).
25318  Sie müssen damit z.
25319 \begin_inset space \thinspace{}
25320 \end_inset
25321
25322 B.
25323  nicht mehr den Namen 
25324 \begin_inset Quotes gld
25325 \end_inset
25326
25327 Abbildung
25328 \begin_inset Quotes grd
25329 \end_inset
25330
25331  vor jeden Querverweis auf eine Abbildung schreiben.
25332  Um diese Funktion benutzen zu können, aktivieren Sie 
25333 \series bold
25334 hyperref
25335 \series default
25336  und fügen diese Zeile in den \SpecialChar LaTeX
25337 -Vorspann ein:
25338 \end_layout
25339
25340 \begin_layout Standard
25341
25342 \series bold
25343
25344 \backslash
25345 AtBeginDocument{
25346 \backslash
25347 renewcommand{
25348 \backslash
25349 ref}[1]{
25350 \backslash
25351 mbox{
25352 \backslash
25353 autoref{#1}}}}
25354 \end_layout
25355
25356 \begin_layout Standard
25357 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
25358 \begin_inset space \thinspace{}
25359 \end_inset
25360
25361 B.
25362  statt 
25363 \begin_inset Quotes gld
25364 \end_inset
25365
25366 Abschnitt
25367 \begin_inset Quotes grd
25368 \end_inset
25369
25370  den Namen 
25371 \begin_inset Quotes gld
25372 \end_inset
25373
25374 Kap.
25375 \begin_inset space \thinspace{}
25376 \end_inset
25377
25378
25379 \begin_inset Quotes grd
25380 \end_inset
25381
25382 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
25383 \end_layout
25384
25385 \begin_layout Standard
25386
25387 \series bold
25388
25389 \backslash
25390 addto
25391 \backslash
25392 extrasngerman{
25393 \backslash
25394 renewcommand{
25395 \backslash
25396 sectionautorefname}
25397 \begin_inset Newline newline
25398 \end_inset
25399
25400
25401 \begin_inset Phantom HPhantom
25402 status open
25403
25404 \begin_layout Plain Layout
25405
25406 \series bold
25407 \begin_inset space ~
25408 \end_inset
25409
25410
25411 \end_layout
25412
25413 \end_inset
25414
25415 {Kap.
25416 \backslash
25417 negthinspace}}
25418 \end_layout
25419
25420 \begin_layout Standard
25421 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
25422 \begin_inset Newline newline
25423 \end_inset
25424
25425
25426 \series bold
25427
25428 \backslash
25429 extrasngerman
25430 \series default
25431  durch 
25432 \series bold
25433
25434 \backslash
25435 extras***
25436 \series default
25437 , wobei *** der Name der verwendeten Sprache ist.
25438 \end_layout
25439
25440 \begin_layout Standard
25441 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
25442  z.
25443 \begin_inset space \thinspace{}
25444 \end_inset
25445
25446 B.
25447  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
25448 \end_layout
25449
25450 \begin_layout Standard
25451
25452 \series bold
25453
25454 \backslash
25455 addto
25456 \backslash
25457 extrasngerman{
25458 \backslash
25459 renewcommand*{
25460 \backslash
25461 equationautorefname}[1]{}}
25462 \end_layout
25463
25464 \begin_layout Standard
25465 Mehr über dieses Thema finden Sie in der 
25466 \series bold
25467 hyperref
25468 \series default
25469 -Dokumentation 
25470 \begin_inset CommandInset citation
25471 LatexCommand cite
25472 key "hyperref"
25473
25474 \end_inset
25475
25476 .
25477 \end_layout
25478
25479 \begin_layout Standard
25480 \begin_inset Note Greyedout
25481 status open
25482
25483 \begin_layout Plain Layout
25484
25485 \series bold
25486 Bemerkung:
25487 \series default
25488  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
25489  als Querverweisstil 
25490 \family sans
25491 Formatierter
25492 \begin_inset space ~
25493 \end_inset
25494
25495 Querverweis
25496 \family default
25497  benutzen, wie in Abschnitt
25498 \begin_inset space ~
25499 \end_inset
25500
25501
25502 \begin_inset CommandInset ref
25503 LatexCommand ref
25504 reference "uab:Querverweis-Formate"
25505
25506 \end_inset
25507
25508  beschrieben.
25509 \end_layout
25510
25511 \end_inset
25512
25513
25514 \end_layout
25515
25516 \begin_layout Standard
25517 Das 
25518 \emph on
25519 Mathe
25520 \emph default
25521  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
25522 \end_layout
25523
25524 \begin_layout Subsection
25525 Querverweis-Position
25526 \begin_inset CommandInset label
25527 LatexCommand label
25528 name "uab:Querverweis-Position"
25529
25530 \end_inset
25531
25532
25533 \begin_inset Index idx
25534 status collapsed
25535
25536 \begin_layout Plain Layout
25537 Querverweise !  Position
25538 \end_layout
25539
25540 \end_inset
25541
25542
25543 \end_layout
25544
25545 \begin_layout Standard
25546 Wenn Sie 
25547 \series bold
25548 hyperref
25549 \series default
25550
25551 \begin_inset Index idx
25552 status collapsed
25553
25554 \begin_layout Plain Layout
25555 \SpecialChar LaTeX
25556 -Pakete ! hyperref
25557 \end_layout
25558
25559 \end_inset
25560
25561  in den
25562 \family sans
25563  PDF-Eigenschaften
25564 \family default
25565  im 
25566 \family sans
25567 Dokument-Einstellungen
25568 \family default
25569  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
25570  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
25571  und Sie werden das Bild ohne Scrollen nicht sehen.
25572  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
25573  ist.
25574  Wenn Sie das  \SpecialChar LaTeX
25575 -Paket 
25576 \series bold
25577 hypcap
25578 \series default
25579
25580 \begin_inset Index idx
25581 status collapsed
25582
25583 \begin_layout Plain Layout
25584 \SpecialChar LaTeX
25585 -Pakete ! hypcap
25586 \end_layout
25587
25588 \end_inset
25589
25590 , das Teil des \SpecialChar LaTeX
25591 -Pakets 
25592 \series bold
25593 oberdiek
25594 \series default
25595
25596 \begin_inset Index idx
25597 status collapsed
25598
25599 \begin_layout Plain Layout
25600 \SpecialChar LaTeX
25601 -Pakete ! oberdiek
25602 \end_layout
25603
25604 \end_inset
25605
25606  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
25607  Aber natürlich müssen Sie auch hier das \SpecialChar LaTeX
25608 -Paket 
25609 \series bold
25610 hypcap
25611 \series default
25612  zunächst in den \SpecialChar LaTeX
25613 -Vorspann laden:
25614 \end_layout
25615
25616 \begin_layout Standard
25617
25618 \series bold
25619
25620 \backslash
25621 usepackage[figure]{hypcap}
25622 \end_layout
25623
25624 \begin_layout Standard
25625 Sie können 
25626 \series bold
25627 hypcap
25628 \series default
25629  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
25630  nicht empfohlen.
25631  Weitere Informationen finden Sie im
25632 \series bold
25633  hypcap
25634 \series default
25635 -Handbuch 
25636 \begin_inset CommandInset citation
25637 LatexCommand cite
25638 key "hypcap"
25639
25640 \end_inset
25641
25642 .
25643 \end_layout
25644
25645 \begin_layout Standard
25646 \begin_inset Note Greyedout
25647 status open
25648
25649 \begin_layout Plain Layout
25650
25651 \series bold
25652 Bemerkung:
25653 \series default
25654  
25655 \series bold
25656 hypcap
25657 \series medium
25658  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
25659 \end_layout
25660
25661 \end_inset
25662
25663
25664 \end_layout
25665
25666 \begin_layout Section
25667 Gleitobjekt-Platzierung
25668 \begin_inset CommandInset label
25669 LatexCommand label
25670 name "abs:Gleitobjekt-Platzierung"
25671
25672 \end_inset
25673
25674
25675 \begin_inset Index idx
25676 status collapsed
25677
25678 \begin_layout Plain Layout
25679 Gleitobjekte ! Platzierung
25680 \end_layout
25681
25682 \end_inset
25683
25684
25685 \end_layout
25686
25687 \begin_layout Standard
25688 Ein Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
25689 \family sans
25690 Einstellungen 
25691 \family default
25692 öffnet einen Dialog, in dem Sie die \SpecialChar LaTeX
25693 -Optionen für die Gleitobjekt-Platzierung
25694  ändern können.
25695 \begin_inset Newline newline
25696 \end_inset
25697
25698 Die Option 
25699 \family sans
25700 Spalten
25701 \begin_inset space ~
25702 \end_inset
25703
25704 überspannen
25705 \family default
25706  ist nur bei zweispaltigen Dokumenten sinnvoll.
25707  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
25708 \begin_inset Newline newline
25709 \end_inset
25710
25711 Die Option 
25712 \family sans
25713 Seitwärts
25714 \begin_inset space ~
25715 \end_inset
25716
25717 drehen
25718 \family default
25719  ist in Abschnitt 
25720 \begin_inset CommandInset ref
25721 LatexCommand ref
25722 reference "abs:Gedrehte-Gleitobjekte"
25723
25724 \end_inset
25725
25726  beschrieben.
25727 \end_layout
25728
25729 \begin_layout Standard
25730 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
25731  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
25732  Sie die Option 
25733 \family sans
25734 Standard-Platzierung
25735 \begin_inset space ~
25736 \end_inset
25737
25738 verwenden
25739 \family default
25740  nicht verwenden:
25741 \end_layout
25742
25743 \begin_layout Description
25744 Hier
25745 \begin_inset space ~
25746 \end_inset
25747
25748 wenn
25749 \begin_inset space ~
25750 \end_inset
25751
25752 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
25753 \end_layout
25754
25755 \begin_layout Description
25756 Anfang
25757 \begin_inset space ~
25758 \end_inset
25759
25760 der
25761 \begin_inset space ~
25762 \end_inset
25763
25764 Seite
25765 \family sans
25766  
25767 \family default
25768 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
25769  Gleitobjekte, die maximal 70
25770 \begin_inset space \thinspace{}
25771 \end_inset
25772
25773 % einer Seite benötigen, dürfen oben platziert werden.
25774  Dies kann durch die Variable 
25775 \series bold
25776
25777 \backslash
25778 topfraction
25779 \series default
25780  im \SpecialChar LaTeX
25781 -Vorspann überschrieben werden, zum Beispiel: 
25782 \begin_inset Separator parbreak
25783 \end_inset
25784
25785
25786 \end_layout
25787
25788 \begin_deeper
25789 \begin_layout Standard
25790
25791 \series bold
25792
25793 \backslash
25794 renewcommand{
25795 \backslash
25796 topfraction}{0.9}
25797 \family typewriter
25798 \series default
25799  
25800 \end_layout
25801
25802 \end_deeper
25803 \begin_layout Description
25804 Ende
25805 \begin_inset space ~
25806 \end_inset
25807
25808 der
25809 \begin_inset space ~
25810 \end_inset
25811
25812 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
25813  Gleitobjekte, die maximal 30
25814 \begin_inset space \thinspace{}
25815 \end_inset
25816
25817 % einer Seite benötigen, dürfen unten platziert werden.
25818  Dies kann durch die Variable 
25819 \series bold
25820
25821 \backslash
25822 bottomfraction
25823 \series default
25824  im \SpecialChar LaTeX
25825 -Vorspann überschrieben werden, zum Beispiel setzt 
25826 \begin_inset Separator parbreak
25827 \end_inset
25828
25829
25830 \end_layout
25831
25832 \begin_deeper
25833 \begin_layout Standard
25834
25835 \series bold
25836
25837 \backslash
25838 renewcommand{
25839 \backslash
25840 bottomfraction}{0.5}
25841 \end_layout
25842
25843 \begin_layout Standard
25844 die oftmals zu kleine untere Grenze auf 50
25845 \begin_inset space \thinspace{}
25846 \end_inset
25847
25848 %.
25849 \end_layout
25850
25851 \end_deeper
25852 \begin_layout Description
25853 Seite
25854 \begin_inset space ~
25855 \end_inset
25856
25857 mit
25858 \begin_inset space ~
25859 \end_inset
25860
25861 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
25862  Nur wenn mehr als 50
25863 \begin_inset space \thinspace{}
25864 \end_inset
25865
25866 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
25867  Gleitobjekte bereitgestellt.
25868  Dies kann durch die Variable 
25869 \series bold
25870
25871 \backslash
25872 floatpagefraction 
25873 \series default
25874 im \SpecialChar LaTeX
25875 -Vorspann überschrieben werden.
25876 \end_layout
25877
25878 \begin_layout Standard
25879 Die Reihenfolge der obigen Optionen wird 
25880 \emph on
25881 immer
25882 \emph default
25883  von \SpecialChar LaTeX
25884  verwendet.
25885  Das heißt wenn Sie die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
25886  zuerst versuchen
25887  
25888 \family sans
25889 Hier
25890 \begin_inset space \space{}
25891 \end_inset
25892
25893 wenn
25894 \begin_inset space \space{}
25895 \end_inset
25896
25897 möglich
25898 \family default
25899 , dann 
25900 \family sans
25901 Anfang
25902 \begin_inset space ~
25903 \end_inset
25904
25905 der
25906 \begin_inset space ~
25907 \end_inset
25908
25909 Seite
25910 \family default
25911  und dann die anderen Optionen anzuwenden.
25912  Wenn Sie nicht die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
25913  nur die von Ihnen
25914  gewählten Optionen versuchen anzuwenden, aber immer in derselben Reihenfolge.
25915  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
25916 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
25917 \end_layout
25918
25919 \begin_layout Standard
25920 Die Option 
25921 \family sans
25922 Hier,
25923 \begin_inset space ~
25924 \end_inset
25925
25926 auf
25927 \begin_inset space ~
25928 \end_inset
25929
25930 jeden
25931 \begin_inset space ~
25932 \end_inset
25933
25934 Fall
25935 \family default
25936  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
25937  fast druckreif ist.
25938  Denn mit der Option kann das Objekt nicht mehr 
25939 \emph on
25940 gleiten
25941 \emph default
25942 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
25943  oftmals zerstört.
25944 \end_layout
25945
25946 \begin_layout Standard
25947 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
25948  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
25949 \begin_inset VSpace bigskip
25950 \end_inset
25951
25952
25953 \end_layout
25954
25955 \begin_layout Standard
25956 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
25957 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
25958  das Gleitobjekt sei Teil des vorherigen Abschnitts.
25959  Das kann mit dem \SpecialChar LaTeX
25960 -Befehl
25961 \series bold
25962  
25963 \backslash
25964 suppressfloats
25965 \series default
25966  verhindert werden.
25967  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
25968  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
25969  gesetzt wird.
25970  Dazu müssen Sie im \SpecialChar LaTeX
25971 -Vorspann folgende Befehle einfügen:
25972 \end_layout
25973
25974 \begin_layout Standard
25975
25976 \series bold
25977
25978 \backslash
25979 let
25980 \backslash
25981 meinAbschnitt
25982 \backslash
25983 section
25984 \begin_inset Newline newline
25985 \end_inset
25986
25987
25988 \backslash
25989 renewcommand{
25990 \backslash
25991 section}{
25992 \backslash
25993 suppressfloats[t]
25994 \backslash
25995 meinAbschnitt}
25996 \end_layout
25997
25998 \begin_layout Standard
25999 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
26000  Unterabschnitten festlegen.
26001  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
26002  \SpecialChar LaTeX
26003  Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
26004 \end_layout
26005
26006 \begin_layout Standard
26007 Es gibt auch noch das \SpecialChar LaTeX
26008 -Paket 
26009 \series bold
26010 flafter
26011 \series default
26012
26013 \begin_inset Index idx
26014 status collapsed
26015
26016 \begin_layout Plain Layout
26017 \SpecialChar LaTeX
26018 -Pakete ! flafter
26019 \end_layout
26020
26021 \end_inset
26022
26023  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
26024  gedruckt wird.
26025 \end_layout
26026
26027 \begin_layout Standard
26028 \begin_inset VSpace bigskip
26029 \end_inset
26030
26031 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
26032  Dafür gibt es das \SpecialChar LaTeX
26033 -Paket 
26034 \series bold
26035 endfloat
26036 \series default
26037
26038 \begin_inset Index idx
26039 status collapsed
26040
26041 \begin_layout Plain Layout
26042 \SpecialChar LaTeX
26043 -Pakete ! endfloat
26044 \end_layout
26045
26046 \end_inset
26047
26048 .
26049  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
26050  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
26051  
26052 \family sans
26053
26054 \begin_inset Quotes gld
26055 \end_inset
26056
26057 [Abbildung
26058 \begin_inset space ~
26059 \end_inset
26060
26061 3.2 ist ungefähr hier.]
26062 \family default
26063
26064 \begin_inset Quotes grd
26065 \end_inset
26066
26067  finden.
26068  Das 
26069 \series bold
26070 endfloat
26071 \series default
26072 -Paket wird mit folgendem Befehl in den \SpecialChar LaTeX
26073 -Vorspann eingefügt:
26074 \end_layout
26075
26076 \begin_layout Standard
26077
26078 \series bold
26079
26080 \backslash
26081 usepackage[Optionen]{endfloat}
26082 \end_layout
26083
26084 \begin_layout Standard
26085 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
26086  Tabellen-Abschnitte, die Sie in der 
26087 \series bold
26088 endfloat
26089 \series default
26090 -Dokumentation 
26091 \begin_inset CommandInset citation
26092 LatexCommand cite
26093 key "endfloat"
26094
26095 \end_inset
26096
26097  nachlesen können.
26098 \begin_inset Newline newline
26099 \end_inset
26100
26101
26102 \begin_inset Note Greyedout
26103 status open
26104
26105 \begin_layout Plain Layout
26106
26107 \series bold
26108 Bemerkung
26109 \begin_inset space ~
26110 \end_inset
26111
26112 1: endfloat
26113 \series default
26114  übersetzt den Hinweistext nicht automatisch.
26115  Abschnitt
26116 \begin_inset space ~
26117 \end_inset
26118
26119 4 in 
26120 \begin_inset CommandInset citation
26121 LatexCommand cite
26122 key "endfloat"
26123
26124 \end_inset
26125
26126  beschreibt, wie es geht.
26127 \end_layout
26128
26129 \end_inset
26130
26131
26132 \end_layout
26133
26134 \begin_layout Standard
26135 \begin_inset Note Greyedout
26136 status open
26137
26138 \begin_layout Plain Layout
26139
26140 \series bold
26141 Bemerkung
26142 \begin_inset space ~
26143 \end_inset
26144
26145 2: 
26146 \series default
26147 Die aktuelle Version von 
26148 \series bold
26149 endfloat
26150 \series default
26151  hat einen Fehler, wenn die Überschrift ein 
26152 \begin_inset Quotes gld
26153 \end_inset
26154
26155 ß
26156 \begin_inset Quotes grd
26157 \end_inset
26158
26159  enthält.
26160  Sie müssen stattdessen den Befehl 
26161 \series bold
26162
26163 \backslash
26164 ss
26165 \series default
26166  als \SpecialChar TeX
26167 -Code benutzen.
26168 \end_layout
26169
26170 \end_inset
26171
26172
26173 \end_layout
26174
26175 \begin_layout Standard
26176 \begin_inset VSpace bigskip
26177 \end_inset
26178
26179 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in \SpecialChar LaTeX
26180 -Büchern
26181  wie 
26182 \begin_inset CommandInset citation
26183 LatexCommand cite
26184 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26185
26186 \end_inset
26187
26188 .
26189 \end_layout
26190
26191 \begin_layout Section
26192 Gedrehte Gleitobjekte
26193 \begin_inset CommandInset label
26194 LatexCommand label
26195 name "abs:Gedrehte-Gleitobjekte"
26196
26197 \end_inset
26198
26199
26200 \begin_inset Index idx
26201 status collapsed
26202
26203 \begin_layout Plain Layout
26204 Gleitobjekte ! drehen
26205 \end_layout
26206
26207 \end_inset
26208
26209
26210 \end_layout
26211
26212 \begin_layout Standard
26213 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
26214 t drehen.
26215  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
26216  und die Option 
26217 \family sans
26218 Seitwärts
26219 \begin_inset space ~
26220 \end_inset
26221
26222 drehen
26223 \family default
26224  wählen.
26225 \end_layout
26226
26227 \begin_layout Standard
26228 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
26229  sie ein mehrspaltiges Dokument haben) gedruckt.
26230  Sie können mehrere Spalten überspannen, wenn die Option 
26231 \family sans
26232 Spalten
26233 \begin_inset space ~
26234 \end_inset
26235
26236 überspannen
26237 \family default
26238  in den Gleitobjekt Einstellungen gewählt ist.
26239  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
26240  werden können.
26241  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
26242  Option 
26243 \series bold
26244 figuresleft
26245 \series default
26246  oder 
26247 \series bold
26248 figuresright
26249 \series default
26250  zu den Dokumentklassen-Optionen hinzu.
26251 \end_layout
26252
26253 \begin_layout Standard
26254 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
26255  Tabelle
26256 \begin_inset space ~
26257 \end_inset
26258
26259
26260 \begin_inset CommandInset ref
26261 LatexCommand ref
26262 reference "tab:Gedrehte-Tabelle"
26263
26264 \end_inset
26265
26266  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
26267 \end_layout
26268
26269 \begin_layout Standard
26270 \begin_inset Note Greyedout
26271 status open
26272
26273 \begin_layout Plain Layout
26274
26275 \series bold
26276 Bemerkung:
26277 \series default
26278  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
26279 \end_layout
26280
26281 \end_inset
26282
26283
26284 \end_layout
26285
26286 \begin_layout Standard
26287 \begin_inset Float table
26288 wide false
26289 sideways true
26290 status open
26291
26292 \begin_layout Plain Layout
26293 \begin_inset Caption Standard
26294
26295 \begin_layout Plain Layout
26296 \begin_inset CommandInset label
26297 LatexCommand label
26298 name "tab:Gedrehte-Tabelle"
26299
26300 \end_inset
26301
26302 Gedrehte Tabelle
26303 \end_layout
26304
26305 \end_inset
26306
26307
26308 \end_layout
26309
26310 \begin_layout Plain Layout
26311 \align center
26312 \begin_inset Tabular
26313 <lyxtabular version="3" rows="1" columns="5">
26314 <features tabularvalignment="middle">
26315 <column alignment="center" valignment="top">
26316 <column alignment="center" valignment="top">
26317 <column alignment="center" valignment="top">
26318 <column alignment="center" valignment="top">
26319 <column alignment="center" valignment="top">
26320 <row>
26321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26322 \begin_inset Text
26323
26324 \begin_layout Plain Layout
26325 Test
26326 \end_layout
26327
26328 \end_inset
26329 </cell>
26330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26331 \begin_inset Text
26332
26333 \begin_layout Plain Layout
26334 b
26335 \end_layout
26336
26337 \end_inset
26338 </cell>
26339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26340 \begin_inset Text
26341
26342 \begin_layout Plain Layout
26343 c
26344 \end_layout
26345
26346 \end_inset
26347 </cell>
26348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26349 \begin_inset Text
26350
26351 \begin_layout Plain Layout
26352 d
26353 \end_layout
26354
26355 \end_inset
26356 </cell>
26357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26358 \begin_inset Text
26359
26360 \begin_layout Plain Layout
26361 e
26362 \end_layout
26363
26364 \end_inset
26365 </cell>
26366 </row>
26367 </lyxtabular>
26368
26369 \end_inset
26370
26371
26372 \end_layout
26373
26374 \end_inset
26375
26376
26377 \end_layout
26378
26379 \begin_layout Section
26380 Untergleitobjekte
26381 \begin_inset Index idx
26382 status collapsed
26383
26384 \begin_layout Plain Layout
26385 Gleitobjekte ! Untergleitobjekte
26386 \end_layout
26387
26388 \end_inset
26389
26390
26391 \end_layout
26392
26393 \begin_layout Standard
26394 Untergleitobjekte werden z.
26395 \begin_inset space \thinspace{}
26396 \end_inset
26397
26398 B.
26399  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
26400  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
26401  eingefügt wird.
26402  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
26403  in Tabelle
26404 \begin_inset space ~
26405 \end_inset
26406
26407
26408 \begin_inset CommandInset ref
26409 LatexCommand ref
26410 reference "tab:Untertabellen-nebeneinander"
26411
26412 \end_inset
26413
26414  und 
26415 \begin_inset CommandInset ref
26416 LatexCommand ref
26417 reference "tab:Untertabellen-übereinander"
26418
26419 \end_inset
26420
26421 .
26422 \end_layout
26423
26424 \begin_layout Standard
26425 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
26426 \begin_inset space ~
26427 \end_inset
26428
26429
26430 \begin_inset CommandInset ref
26431 LatexCommand ref
26432 reference "tab:Untertabelle-a"
26433
26434 \end_inset
26435
26436  und 
26437 \begin_inset CommandInset ref
26438 LatexCommand ref
26439 reference "tab:Untertabelle-b"
26440
26441 \end_inset
26442
26443  sind Untertabellen von Tabelle
26444 \begin_inset space ~
26445 \end_inset
26446
26447
26448 \begin_inset CommandInset ref
26449 LatexCommand ref
26450 reference "tab:Untertabellen-nebeneinander"
26451
26452 \end_inset
26453
26454 .
26455 \end_layout
26456
26457 \begin_layout Standard
26458 \begin_inset Float table
26459 wide false
26460 sideways false
26461 status open
26462
26463 \begin_layout Plain Layout
26464 \begin_inset Caption Standard
26465
26466 \begin_layout Plain Layout
26467 \begin_inset CommandInset label
26468 LatexCommand label
26469 name "tab:Untertabellen-nebeneinander"
26470
26471 \end_inset
26472
26473 Zwei Untertabellen nebeneinander.
26474 \end_layout
26475
26476 \end_inset
26477
26478
26479 \end_layout
26480
26481 \begin_layout Plain Layout
26482 \align center
26483 \begin_inset space \hfill{}
26484 \end_inset
26485
26486
26487 \begin_inset Float table
26488 wide false
26489 sideways false
26490 status collapsed
26491
26492 \begin_layout Plain Layout
26493 \begin_inset Caption Standard
26494
26495 \begin_layout Plain Layout
26496 \begin_inset CommandInset label
26497 LatexCommand label
26498 name "tab:Untertabelle-a"
26499
26500 \end_inset
26501
26502 Dies ist Untertabelle a.
26503 \end_layout
26504
26505 \end_inset
26506
26507
26508 \end_layout
26509
26510 \begin_layout Plain Layout
26511 \align center
26512 \begin_inset Tabular
26513 <lyxtabular version="3" rows="1" columns="5">
26514 <features tabularvalignment="middle">
26515 <column alignment="center" valignment="top">
26516 <column alignment="center" valignment="top">
26517 <column alignment="center" valignment="top">
26518 <column alignment="center" valignment="top">
26519 <column alignment="center" valignment="top">
26520 <row>
26521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26522 \begin_inset Text
26523
26524 \begin_layout Plain Layout
26525 Test
26526 \end_layout
26527
26528 \end_inset
26529 </cell>
26530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26531 \begin_inset Text
26532
26533 \begin_layout Plain Layout
26534 b
26535 \end_layout
26536
26537 \end_inset
26538 </cell>
26539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26540 \begin_inset Text
26541
26542 \begin_layout Plain Layout
26543 c
26544 \end_layout
26545
26546 \end_inset
26547 </cell>
26548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26549 \begin_inset Text
26550
26551 \begin_layout Plain Layout
26552 d
26553 \end_layout
26554
26555 \end_inset
26556 </cell>
26557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26558 \begin_inset Text
26559
26560 \begin_layout Plain Layout
26561 e
26562 \end_layout
26563
26564 \end_inset
26565 </cell>
26566 </row>
26567 </lyxtabular>
26568
26569 \end_inset
26570
26571
26572 \end_layout
26573
26574 \end_inset
26575
26576
26577 \begin_inset space \hfill{}
26578 \end_inset
26579
26580
26581 \begin_inset Float table
26582 wide false
26583 sideways false
26584 status collapsed
26585
26586 \begin_layout Plain Layout
26587 \begin_inset Caption Standard
26588
26589 \begin_layout Plain Layout
26590 \begin_inset CommandInset label
26591 LatexCommand label
26592 name "tab:Untertabelle-b"
26593
26594 \end_inset
26595
26596 Dies ist Untertabelle b.
26597 \end_layout
26598
26599 \end_inset
26600
26601
26602 \end_layout
26603
26604 \begin_layout Plain Layout
26605 \align center
26606 \begin_inset Tabular
26607 <lyxtabular version="3" rows="1" columns="5">
26608 <features tabularvalignment="middle">
26609 <column alignment="center" valignment="top">
26610 <column alignment="center" valignment="top">
26611 <column alignment="center" valignment="top">
26612 <column alignment="center" valignment="top">
26613 <column alignment="center" valignment="top">
26614 <row>
26615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26616 \begin_inset Text
26617
26618 \begin_layout Plain Layout
26619 e
26620 \end_layout
26621
26622 \end_inset
26623 </cell>
26624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26625 \begin_inset Text
26626
26627 \begin_layout Plain Layout
26628 d
26629 \end_layout
26630
26631 \end_inset
26632 </cell>
26633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26634 \begin_inset Text
26635
26636 \begin_layout Plain Layout
26637 c
26638 \end_layout
26639
26640 \end_inset
26641 </cell>
26642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26643 \begin_inset Text
26644
26645 \begin_layout Plain Layout
26646 b
26647 \end_layout
26648
26649 \end_inset
26650 </cell>
26651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26652 \begin_inset Text
26653
26654 \begin_layout Plain Layout
26655 Test
26656 \end_layout
26657
26658 \end_inset
26659 </cell>
26660 </row>
26661 </lyxtabular>
26662
26663 \end_inset
26664
26665
26666 \end_layout
26667
26668 \end_inset
26669
26670
26671 \begin_inset space \hfill{}
26672 \end_inset
26673
26674
26675 \end_layout
26676
26677 \end_inset
26678
26679
26680 \end_layout
26681
26682 \begin_layout Standard
26683 \begin_inset Float table
26684 wide false
26685 sideways false
26686 status open
26687
26688 \begin_layout Plain Layout
26689 \begin_inset Caption Standard
26690
26691 \begin_layout Plain Layout
26692 \begin_inset CommandInset label
26693 LatexCommand label
26694 name "tab:Untertabellen-übereinander"
26695
26696 \end_inset
26697
26698 Zwei Untertabellen übereinander.
26699  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
26700 \end_layout
26701
26702 \end_inset
26703
26704
26705 \end_layout
26706
26707 \begin_layout Plain Layout
26708 \align center
26709 \begin_inset Float table
26710 wide false
26711 sideways false
26712 status collapsed
26713
26714 \begin_layout Plain Layout
26715 \begin_inset Caption Standard
26716
26717 \begin_layout Plain Layout
26718
26719 \end_layout
26720
26721 \end_inset
26722
26723
26724 \end_layout
26725
26726 \begin_layout Plain Layout
26727 \align center
26728 \begin_inset Tabular
26729 <lyxtabular version="3" rows="1" columns="4">
26730 <features tabularvalignment="middle">
26731 <column alignment="center" valignment="top">
26732 <column alignment="center" valignment="top">
26733 <column alignment="center" valignment="top">
26734 <column alignment="center" valignment="top">
26735 <row>
26736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26737 \begin_inset Text
26738
26739 \begin_layout Plain Layout
26740 Test
26741 \end_layout
26742
26743 \end_inset
26744 </cell>
26745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26746 \begin_inset Text
26747
26748 \begin_layout Plain Layout
26749 Test
26750 \end_layout
26751
26752 \end_inset
26753 </cell>
26754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26755 \begin_inset Text
26756
26757 \begin_layout Plain Layout
26758 Test
26759 \end_layout
26760
26761 \end_inset
26762 </cell>
26763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26764 \begin_inset Text
26765
26766 \begin_layout Plain Layout
26767 Test
26768 \end_layout
26769
26770 \end_inset
26771 </cell>
26772 </row>
26773 </lyxtabular>
26774
26775 \end_inset
26776
26777
26778 \end_layout
26779
26780 \end_inset
26781
26782
26783 \end_layout
26784
26785 \begin_layout Plain Layout
26786 \align center
26787 \begin_inset Float table
26788 wide false
26789 sideways false
26790 status collapsed
26791
26792 \begin_layout Plain Layout
26793 \begin_inset Caption Standard
26794
26795 \begin_layout Plain Layout
26796
26797 \end_layout
26798
26799 \end_inset
26800
26801
26802 \end_layout
26803
26804 \begin_layout Plain Layout
26805 \align center
26806 \begin_inset Tabular
26807 <lyxtabular version="3" rows="1" columns="5">
26808 <features tabularvalignment="middle">
26809 <column alignment="center" valignment="top">
26810 <column alignment="center" valignment="top">
26811 <column alignment="center" valignment="top">
26812 <column alignment="center" valignment="top">
26813 <column alignment="center" valignment="top">
26814 <row>
26815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26816 \begin_inset Text
26817
26818 \begin_layout Plain Layout
26819 a
26820 \end_layout
26821
26822 \end_inset
26823 </cell>
26824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26825 \begin_inset Text
26826
26827 \begin_layout Plain Layout
26828 b
26829 \end_layout
26830
26831 \end_inset
26832 </cell>
26833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26834 \begin_inset Text
26835
26836 \begin_layout Plain Layout
26837 c
26838 \end_layout
26839
26840 \end_inset
26841 </cell>
26842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26843 \begin_inset Text
26844
26845 \begin_layout Plain Layout
26846 d
26847 \end_layout
26848
26849 \end_inset
26850 </cell>
26851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26852 \begin_inset Text
26853
26854 \begin_layout Plain Layout
26855 e
26856 \end_layout
26857
26858 \end_inset
26859 </cell>
26860 </row>
26861 </lyxtabular>
26862
26863 \end_inset
26864
26865
26866 \end_layout
26867
26868 \end_inset
26869
26870
26871 \end_layout
26872
26873 \end_inset
26874
26875
26876 \end_layout
26877
26878 \begin_layout Section
26879 Gleitobjekte nebeneinander
26880 \begin_inset Index idx
26881 status collapsed
26882
26883 \begin_layout Plain Layout
26884 Gleitobjekte ! nebeneinander
26885 \end_layout
26886
26887 \end_inset
26888
26889
26890 \end_layout
26891
26892 \begin_layout Standard
26893 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
26894 \begin_inset space ~
26895 \end_inset
26896
26897
26898 \begin_inset CommandInset ref
26899 LatexCommand ref
26900 reference "abb:Gleitobjekt-links"
26901
26902 \end_inset
26903
26904  und 
26905 \begin_inset CommandInset ref
26906 LatexCommand ref
26907 reference "abb:Gleitobjekt-rechts"
26908
26909 \end_inset
26910
26911  wird nur 
26912 \emph on
26913 ein
26914 \emph default
26915  Gleitobjekt verwendet.
26916  In dieses werden zwei Minipage Boxen eingefügt.
26917 \begin_inset Foot
26918 status collapsed
26919
26920 \begin_layout Plain Layout
26921 Minipages sind in Abschnitt
26922 \begin_inset space ~
26923 \end_inset
26924
26925
26926 \begin_inset CommandInset ref
26927 LatexCommand ref
26928 reference "abs:Minipage"
26929
26930 \end_inset
26931
26932  erklärt.
26933 \end_layout
26934
26935 \end_inset
26936
26937  Die Breite wird für jede Minipage auf 45
26938 \begin_inset space \thinspace{}
26939 \end_inset
26940
26941 -50
26942 \begin_inset space \thinspace{}
26943 \end_inset
26944
26945 Spalten% und die Box Ausrichtung auf 
26946 \family sans
26947 Unten
26948 \family default
26949  gesetzt.
26950  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
26951  Gleitobjekt.
26952  Der einzige Unterschied ist, dass die Bildeinheit 
26953 \family sans
26954 Spaltenbreite
26955 \begin_inset space ~
26956 \end_inset
26957
26958 %
26959 \family default
26960  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
26961 \end_layout
26962
26963 \begin_layout Standard
26964 \begin_inset Float figure
26965 wide false
26966 sideways false
26967 status open
26968
26969 \begin_layout Plain Layout
26970 \begin_inset Box Frameless
26971 position "b"
26972 hor_pos "c"
26973 has_inner_box 1
26974 inner_pos "t"
26975 use_parbox 0
26976 use_makebox 0
26977 width "45col%"
26978 special "none"
26979 height "1in"
26980 height_special "totalheight"
26981 thickness "0.4pt"
26982 separation "3pt"
26983 shadowsize "4pt"
26984 framecolor "black"
26985 backgroundcolor "none"
26986 status open
26987
26988 \begin_layout Plain Layout
26989 \align center
26990 \begin_inset Graphics
26991         filename ../clipart/mobius.eps
26992         lyxscale 50
26993         width 100col%
26994         scaleBeforeRotation
26995
26996 \end_inset
26997
26998
26999 \end_layout
27000
27001 \begin_layout Plain Layout
27002 \begin_inset Caption Standard
27003
27004 \begin_layout Plain Layout
27005 \begin_inset CommandInset label
27006 LatexCommand label
27007 name "abb:Gleitobjekt-links"
27008
27009 \end_inset
27010
27011 Gleitobjekt auf der linken Seite.
27012 \end_layout
27013
27014 \end_inset
27015
27016
27017 \end_layout
27018
27019 \end_inset
27020
27021
27022 \begin_inset space \hfill{}
27023 \end_inset
27024
27025
27026 \begin_inset Box Frameless
27027 position "b"
27028 hor_pos "c"
27029 has_inner_box 1
27030 inner_pos "t"
27031 use_parbox 0
27032 use_makebox 0
27033 width "45col%"
27034 special "none"
27035 height "1in"
27036 height_special "totalheight"
27037 thickness "0.4pt"
27038 separation "3pt"
27039 shadowsize "4pt"
27040 framecolor "black"
27041 backgroundcolor "none"
27042 status open
27043
27044 \begin_layout Plain Layout
27045 \align center
27046 \begin_inset Graphics
27047         filename ../clipart/platypus.eps
27048         lyxscale 50
27049         width 100col%
27050         scaleBeforeRotation
27051
27052 \end_inset
27053
27054
27055 \end_layout
27056
27057 \begin_layout Plain Layout
27058 \begin_inset Caption Standard
27059
27060 \begin_layout Plain Layout
27061 \begin_inset CommandInset label
27062 LatexCommand label
27063 name "abb:Gleitobjekt-rechts"
27064
27065 \end_inset
27066
27067 Gleitobjekt auf der rechten Seite.
27068 \end_layout
27069
27070 \end_inset
27071
27072
27073 \end_layout
27074
27075 \end_inset
27076
27077
27078 \end_layout
27079
27080 \end_inset
27081
27082
27083 \end_layout
27084
27085 \begin_layout Standard
27086 Eine alternative und einfachere Methode ist, das Modul 
27087 \family sans
27088 Breitenvariable
27089 \begin_inset space ~
27090 \end_inset
27091
27092 Minipages
27093 \family default
27094  zu verwenden, siehe Abschnitt
27095 \begin_inset space ~
27096 \end_inset
27097
27098
27099 \begin_inset CommandInset ref
27100 LatexCommand ref
27101 reference "abs:Minipage"
27102
27103 \end_inset
27104
27105 .
27106  Breitenvariable Minipages berücksichtigen die Breite der Abbildungen und
27107  Tabellen automatisch, so dass keine explizite Breite angegeben werden muss.
27108  Die \SpecialChar LyX
27109 -Beispieldatei 
27110 \emph on
27111 varwidth-floats-side-by-side
27112 \emph default
27113  zeigt ein paar Beispiele.
27114 \end_layout
27115
27116 \begin_layout Section
27117 Beschriftungs-Formatierung
27118 \begin_inset CommandInset label
27119 LatexCommand label
27120 name "abs:Titel-Formatierung"
27121
27122 \end_inset
27123
27124
27125 \begin_inset Index idx
27126 status collapsed
27127
27128 \begin_layout Plain Layout
27129 Gleitobjekte ! Beschriftung ! Formatierung
27130 \end_layout
27131
27132 \end_inset
27133
27134
27135 \end_layout
27136
27137 \begin_layout Standard
27138
27139 \family sans
27140 Legende
27141 \family default
27142  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
27143  In \SpecialChar LyX
27144  sehen Titel so aus:  
27145 \family sans
27146
27147 \begin_inset Quotes gld
27148 \end_inset
27149
27150 Abbildung xyz:
27151 \family default
27152
27153 \begin_inset Quotes grd
27154 \end_inset
27155
27156 , gefolgt vom Beschriftungstext, wobei 
27157 \family sans
27158 xyz
27159 \family default
27160  die von \SpecialChar LyX
27161  vergebene Nummer ist.
27162  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
27163  gedruckt.
27164  Dieses Format ist für die meisten aber nicht alle Dokumente geeignet.
27165 \end_layout
27166
27167 \begin_layout Standard
27168 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das \SpecialChar LaTeX
27169 -Paket
27170  
27171 \series bold
27172 caption
27173 \series default
27174
27175 \begin_inset Index idx
27176 status collapsed
27177
27178 \begin_layout Plain Layout
27179 \SpecialChar LaTeX
27180 -Pakete ! caption
27181 \end_layout
27182
27183 \end_inset
27184
27185  in den \SpecialChar LaTeX
27186 -Vorspann laden:
27187 \end_layout
27188
27189 \begin_layout Standard
27190
27191 \series bold
27192
27193 \backslash
27194 usepackage[Format-Definition]{caption}
27195 \end_layout
27196
27197 \begin_layout Standard
27198 Soll zum Beispiel Name und Nummer serifenlos und fett gedruckt werden und
27199  die Beschriftung immer über der Tabelle stehen, müssen Sie folgenden Befehl
27200  verwenden:
27201 \end_layout
27202
27203 \begin_layout Standard
27204
27205 \series bold
27206
27207 \backslash
27208 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27209 \end_layout
27210
27211 \begin_layout Standard
27212 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
27213  definieren.
27214  Dazu laden Sie das 
27215 \series bold
27216 caption
27217 \series default
27218 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
27219  dem Befehl
27220 \end_layout
27221
27222 \begin_layout Standard
27223
27224 \series bold
27225
27226 \backslash
27227 captionsetup[Gleitobjekt-Typ]{Format-Definition}
27228 \end_layout
27229
27230 \begin_layout Standard
27231 Für Abbildung
27232 \begin_inset space ~
27233 \end_inset
27234
27235
27236 \begin_inset CommandInset ref
27237 LatexCommand ref
27238 reference "abb:Langer-Abb-Titel"
27239
27240 \end_inset
27241
27242  und Tabelle
27243 \begin_inset space ~
27244 \end_inset
27245
27246
27247 \begin_inset CommandInset ref
27248 LatexCommand ref
27249 reference "tab:Langer-Tab-Titel"
27250
27251 \end_inset
27252
27253  können die Beschriftungen mit folgenden Befehlen im \SpecialChar LaTeX
27254 -Vorspann definiert
27255  werden:
27256 \end_layout
27257
27258 \begin_layout Standard
27259
27260 \series bold
27261
27262 \backslash
27263 usepackage[tableposition=top]{caption}
27264 \begin_inset Newline newline
27265 \end_inset
27266
27267
27268 \backslash
27269 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27270 \begin_inset Newline newline
27271 \end_inset
27272
27273
27274 \begin_inset Phantom HPhantom
27275 status open
27276
27277 \begin_layout Plain Layout
27278
27279 \series bold
27280
27281 \backslash
27282 captionsetup[figure]{
27283 \end_layout
27284
27285 \end_inset
27286
27287 labelsep=period}
27288 \begin_inset Newline newline
27289 \end_inset
27290
27291
27292 \backslash
27293 captionsetup[table]{labelfont={bf,sf}}
27294 \end_layout
27295
27296 \begin_layout Standard
27297 \begin_inset Note Greyedout
27298 status open
27299
27300 \begin_layout Plain Layout
27301
27302 \series bold
27303 Bemerkung:
27304 \series default
27305  Die Option 
27306 \series bold
27307 tableposition=top
27308 \series default
27309  hat keine Auswirkung, wenn eine 
27310 \series bold
27311 KOMA-Script
27312 \series default
27313
27314 \begin_inset Index idx
27315 status collapsed
27316
27317 \begin_layout Plain Layout
27318 \SpecialChar LaTeX
27319 -Pakete ! KOMA-Script
27320 \end_layout
27321
27322 \end_inset
27323
27324 -Dokumentklasse verwendet wird.
27325  Hier muss die Option 
27326 \series bold
27327 captions=tableheading
27328 \series default
27329  benutzt werden.
27330 \end_layout
27331
27332 \end_inset
27333
27334
27335 \end_layout
27336
27337 \begin_layout Standard
27338 Weitere Informationen über das Paket
27339 \series bold
27340  caption
27341 \series default
27342  finden Sie in seiner Dokumentation 
27343 \begin_inset CommandInset citation
27344 LatexCommand cite
27345 key "caption"
27346
27347 \end_inset
27348
27349 .
27350 \end_layout
27351
27352 \begin_layout Standard
27353 Wenn Sie den Namen von 
27354 \begin_inset Quotes gld
27355 \end_inset
27356
27357 Abbildung
27358 \begin_inset Quotes grd
27359 \end_inset
27360
27361  auf 
27362 \begin_inset Quotes gld
27363 \end_inset
27364
27365 Bild
27366 \begin_inset Quotes grd
27367 \end_inset
27368
27369  ändern wollen, können Sie das mit folgendem Befehl im \SpecialChar LaTeX
27370 -Vorspann  machen:
27371 \end_layout
27372
27373 \begin_layout Standard
27374
27375 \series bold
27376
27377 \backslash
27378 renewcommand{
27379 \backslash
27380 fnum@figure}{Bild~
27381 \backslash
27382 thefigure}
27383 \end_layout
27384
27385 \begin_layout Standard
27386 wobei 
27387 \series bold
27388
27389 \backslash
27390 thefigure
27391 \series default
27392  die Bildnummer einsetzt und
27393 \series bold
27394  ~
27395 \series default
27396  ein geschütztes Leerzeichen ist.
27397 \end_layout
27398
27399 \begin_layout Standard
27400 \begin_inset VSpace bigskip
27401 \end_inset
27402
27403 Wenn Sie eine 
27404 \series bold
27405 KOMA-Script
27406 \series default
27407
27408 \begin_inset Index idx
27409 status collapsed
27410
27411 \begin_layout Plain Layout
27412 \SpecialChar LaTeX
27413 -Pakete ! KOMA-Script
27414 \end_layout
27415
27416 \end_inset
27417
27418 -Dokumentklasse (
27419 \family sans
27420 article (KOMA-Script)
27421 \family default
27422
27423 \family sans
27424 book (KOMA-Script)
27425 \family default
27426
27427 \family sans
27428 letter (KOMA-Script)
27429 \family default
27430  oder 
27431 \family sans
27432 report (KOMA-Script)
27433 \family default
27434 ) benutzen, können Sie anstatt des 
27435 \series bold
27436 caption
27437 \series default
27438 -Paketes den eingebauten Befehl 
27439 \series bold
27440
27441 \backslash
27442 setkomafont
27443 \series default
27444  von 
27445 \series bold
27446 KOMA-Script
27447 \series default
27448  benutzen.
27449  Der Befehl
27450 \end_layout
27451
27452 \begin_layout Standard
27453
27454 \series bold
27455
27456 \backslash
27457 setkomafont{captionlabel}{
27458 \backslash
27459 bfseries}
27460 \end_layout
27461
27462 \begin_layout Standard
27463 im \SpecialChar LaTeX
27464 -Vorspann druckt den Namen fett.
27465 \end_layout
27466
27467 \begin_layout Standard
27468 Weitere Informationen über 
27469 \series bold
27470
27471 \backslash
27472 setkomafont
27473 \series default
27474  finden Sie in der 
27475 \series bold
27476 KOMA-Script
27477 \series default
27478 -Do\SpecialChar softhyphen
27479 ku\SpecialChar softhyphen
27480 men\SpecialChar softhyphen
27481 ta\SpecialChar softhyphen
27482 tion 
27483 \begin_inset CommandInset citation
27484 LatexCommand cite
27485 key "KOMA-Script"
27486
27487 \end_inset
27488
27489 .
27490 \end_layout
27491
27492 \begin_layout Standard
27493 \begin_inset ERT
27494 status collapsed
27495
27496 \begin_layout Plain Layout
27497
27498
27499 \backslash
27500 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27501 }
27502 \end_layout
27503
27504 \end_inset
27505
27506
27507 \begin_inset Note Note
27508 status open
27509
27510 \begin_layout Plain Layout
27511 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
27512 \end_layout
27513
27514 \end_inset
27515
27516
27517 \end_layout
27518
27519 \begin_layout Standard
27520 \begin_inset Float figure
27521 placement !p
27522 wide false
27523 sideways false
27524 status open
27525
27526 \begin_layout Plain Layout
27527 \align center
27528 \begin_inset Graphics
27529         filename ../clipart/mobius.eps
27530         lyxscale 50
27531         scale 50
27532         scaleBeforeRotation
27533
27534 \end_inset
27535
27536
27537 \end_layout
27538
27539 \begin_layout Plain Layout
27540 \begin_inset Caption Standard
27541
27542 \begin_layout Plain Layout
27543 \begin_inset CommandInset label
27544 LatexCommand label
27545 name "abb:Langer-Abb-Titel"
27546
27547 \end_inset
27548
27549 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27550  ist, um das andere Beschriftungsformat zu zeigen.
27551  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
27552 \begin_inset Argument 1
27553 status collapsed
27554
27555 \begin_layout Plain Layout
27556 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27557  ist.
27558 \end_layout
27559
27560 \end_inset
27561
27562
27563 \end_layout
27564
27565 \end_inset
27566
27567
27568 \end_layout
27569
27570 \end_inset
27571
27572
27573 \end_layout
27574
27575 \begin_layout Standard
27576 \begin_inset ERT
27577 status collapsed
27578
27579 \begin_layout Plain Layout
27580
27581
27582 \backslash
27583 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27584 on}
27585 \end_layout
27586
27587 \end_inset
27588
27589
27590 \end_layout
27591
27592 \begin_layout Standard
27593 \begin_inset Float table
27594 placement !p
27595 wide false
27596 sideways false
27597 status open
27598
27599 \begin_layout Plain Layout
27600 \begin_inset Caption Standard
27601
27602 \begin_layout Plain Layout
27603 \begin_inset CommandInset label
27604 LatexCommand label
27605 name "tab:Langer-Tab-Titel"
27606
27607 \end_inset
27608
27609 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27610  ist, um das andere Beschriftungsformat zu zeigen.
27611  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
27612  benutzt.
27613 \begin_inset Argument 1
27614 status collapsed
27615
27616 \begin_layout Plain Layout
27617 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27618  ist.
27619 \end_layout
27620
27621 \end_inset
27622
27623
27624 \end_layout
27625
27626 \end_inset
27627
27628
27629 \end_layout
27630
27631 \begin_layout Plain Layout
27632 \align center
27633 \begin_inset Tabular
27634 <lyxtabular version="3" rows="1" columns="5">
27635 <features tabularvalignment="middle">
27636 <column alignment="center" valignment="top">
27637 <column alignment="center" valignment="top">
27638 <column alignment="center" valignment="top">
27639 <column alignment="center" valignment="top">
27640 <column alignment="center" valignment="top">
27641 <row>
27642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27643 \begin_inset Text
27644
27645 \begin_layout Plain Layout
27646 a
27647 \end_layout
27648
27649 \end_inset
27650 </cell>
27651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27652 \begin_inset Text
27653
27654 \begin_layout Plain Layout
27655 b
27656 \end_layout
27657
27658 \end_inset
27659 </cell>
27660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27661 \begin_inset Text
27662
27663 \begin_layout Plain Layout
27664 c
27665 \end_layout
27666
27667 \end_inset
27668 </cell>
27669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27670 \begin_inset Text
27671
27672 \begin_layout Plain Layout
27673 d
27674 \end_layout
27675
27676 \end_inset
27677 </cell>
27678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27679 \begin_inset Text
27680
27681 \begin_layout Plain Layout
27682 e
27683 \end_layout
27684
27685 \end_inset
27686 </cell>
27687 </row>
27688 </lyxtabular>
27689
27690 \end_inset
27691
27692
27693 \end_layout
27694
27695 \end_inset
27696
27697
27698 \end_layout
27699
27700 \begin_layout Section
27701 Beschriftungs-Platzierung
27702 \begin_inset CommandInset label
27703 LatexCommand label
27704 name "abs:Titel-Platzierung"
27705
27706 \end_inset
27707
27708
27709 \begin_inset Index idx
27710 status collapsed
27711
27712 \begin_layout Plain Layout
27713 Gleitobjekte ! Beschriftung ! Platzierung
27714 \end_layout
27715
27716 \end_inset
27717
27718
27719 \end_layout
27720
27721 \begin_layout Standard
27722 Normalerweise werden die Beschriftungen wie folgt platziert:
27723 \end_layout
27724
27725 \begin_layout Description
27726 Abbildung: darunter
27727 \end_layout
27728
27729 \begin_layout Description
27730 Tabelle: darüber
27731 \end_layout
27732
27733 \begin_layout Standard
27734 \SpecialChar LaTeX
27735 -Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
27736  Das heißt wenn Sie eine der Dokument-Klassen 
27737 \family sans
27738 article
27739 \family default
27740
27741 \family sans
27742 book
27743 \family default
27744
27745 \family sans
27746 letter
27747 \family default
27748  oder 
27749 \family sans
27750 report
27751 \family default
27752  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
27753  Um das zu erreichen, laden Sie das \SpecialChar LaTeX
27754 -Paket 
27755 \series bold
27756 caption
27757 \series default
27758
27759 \begin_inset Index idx
27760 status collapsed
27761
27762 \begin_layout Plain Layout
27763 \SpecialChar LaTeX
27764 -Pakete ! caption
27765 \end_layout
27766
27767 \end_inset
27768
27769  im \SpecialChar LaTeX
27770 -Vorspann mit der Option
27771 \begin_inset Foot
27772 status collapsed
27773
27774 \begin_layout Plain Layout
27775 In Abschnitt
27776 \begin_inset space ~
27777 \end_inset
27778
27779
27780 \begin_inset CommandInset ref
27781 LatexCommand ref
27782 reference "abs:Titel-Formatierung"
27783
27784 \end_inset
27785
27786  steht mehr über das Paket 
27787 \series bold
27788 caption
27789 \series default
27790 .
27791 \end_layout
27792
27793 \end_inset
27794
27795
27796 \end_layout
27797
27798 \begin_layout Standard
27799
27800 \series bold
27801 tableposition=top
27802 \end_layout
27803
27804 \begin_layout Standard
27805 Wenn Sie eine 
27806 \series bold
27807 KOMA-Script
27808 \series default
27809
27810 \begin_inset Index idx
27811 status collapsed
27812
27813 \begin_layout Plain Layout
27814 \SpecialChar LaTeX
27815 -Pakete ! KOMA-Script
27816 \end_layout
27817
27818 \end_inset
27819
27820 -Dokumentklasse (
27821 \family sans
27822 article (KOMA-Script)
27823 \family default
27824
27825 \family sans
27826 book (KOMA-Script)
27827 \family default
27828
27829 \family sans
27830 letter (KOMA-Script)
27831 \family default
27832  oder 
27833 \family sans
27834 report (KOMA-Script)
27835 \family default
27836 ) benutzen, können Sie alternativ zum 
27837 \series bold
27838 caption
27839 \series default
27840 -Paket die Dokumentklassen-Option
27841 \end_layout
27842
27843 \begin_layout Standard
27844
27845 \series bold
27846 captions=tableheading
27847 \end_layout
27848
27849 \begin_layout Standard
27850 benutzen.
27851 \begin_inset Foot
27852 status collapsed
27853
27854 \begin_layout Plain Layout
27855 Diese Option wird in diesem Dokument verwendet.
27856 \end_layout
27857
27858 \end_inset
27859
27860
27861 \end_layout
27862
27863 \begin_layout Standard
27864 In Dokumenten, die eine KOMA-Script Klasse verwenden, können Sie auch mit
27865  rechts auf eine Beschriftung klicken und im Kontextmenü markieren, ob diese
27866  Beschriftung über oder unter der Tabelle/Abbildung sein soll.
27867  Auf diese Weise kann die dokumentweite Beschriftungs-Platzierung für bestimmte
27868  Beschriftungen überschrieben werden.
27869  Tabelle
27870 \begin_inset space ~
27871 \end_inset
27872
27873
27874 \begin_inset CommandInset ref
27875 LatexCommand ref
27876 reference "tab:Eine-Beschriftung-unterhalb"
27877
27878 \end_inset
27879
27880  ist ein Beispiel, bei dem die Beschriftung als unterhalb der Tabelle markiert
27881  wurde, obwohl sie über der Tabelle steht.
27882  Zum Vergleich ist die Beschriftung von Tabelle
27883 \begin_inset space ~
27884 \end_inset
27885
27886
27887 \begin_inset CommandInset ref
27888 LatexCommand ref
27889 reference "tab:Eine-normale-Tabellen-Beschriftu"
27890
27891 \end_inset
27892
27893  nicht markiert.
27894 \end_layout
27895
27896 \begin_layout Standard
27897 \begin_inset Float table
27898 wide false
27899 sideways false
27900 status open
27901
27902 \begin_layout Plain Layout
27903 \begin_inset Caption Below
27904
27905 \begin_layout Plain Layout
27906 \begin_inset CommandInset label
27907 LatexCommand label
27908 name "tab:Eine-Beschriftung-unterhalb"
27909
27910 \end_inset
27911
27912 Eine Beschriftung, die als unterhalb der der Tabelle markiert wurde.
27913 \end_layout
27914
27915 \end_inset
27916
27917
27918 \end_layout
27919
27920 \begin_layout Plain Layout
27921 \align center
27922 \begin_inset Tabular
27923 <lyxtabular version="3" rows="3" columns="3">
27924 <features tabularvalignment="middle">
27925 <column alignment="center" valignment="top" width="0pt">
27926 <column alignment="center" valignment="top" width="0pt">
27927 <column alignment="center" valignment="top" width="0pt">
27928 <row>
27929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27930 \begin_inset Text
27931
27932 \begin_layout Plain Layout
27933 1
27934 \end_layout
27935
27936 \end_inset
27937 </cell>
27938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27939 \begin_inset Text
27940
27941 \begin_layout Plain Layout
27942 2
27943 \end_layout
27944
27945 \end_inset
27946 </cell>
27947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27948 \begin_inset Text
27949
27950 \begin_layout Plain Layout
27951 3
27952 \end_layout
27953
27954 \end_inset
27955 </cell>
27956 </row>
27957 <row>
27958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27959 \begin_inset Text
27960
27961 \begin_layout Plain Layout
27962 Joe
27963 \end_layout
27964
27965 \end_inset
27966 </cell>
27967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27968 \begin_inset Text
27969
27970 \begin_layout Plain Layout
27971 Mary
27972 \end_layout
27973
27974 \end_inset
27975 </cell>
27976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27977 \begin_inset Text
27978
27979 \begin_layout Plain Layout
27980 Ted
27981 \end_layout
27982
27983 \end_inset
27984 </cell>
27985 </row>
27986 <row>
27987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27988 \begin_inset Text
27989
27990 \begin_layout Plain Layout
27991 \begin_inset Formula $\int x^{2}dx$
27992 \end_inset
27993
27994
27995 \end_layout
27996
27997 \end_inset
27998 </cell>
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 $\left[\begin{array}{cc}
28004 a & b\\
28005 c & d
28006 \end{array}\right]$
28007 \end_inset
28008
28009
28010 \end_layout
28011
28012 \end_inset
28013 </cell>
28014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28015 \begin_inset Text
28016
28017 \begin_layout Plain Layout
28018 \begin_inset Formula $1+1=2$
28019 \end_inset
28020
28021
28022 \end_layout
28023
28024 \end_inset
28025 </cell>
28026 </row>
28027 </lyxtabular>
28028
28029 \end_inset
28030
28031
28032 \end_layout
28033
28034 \end_inset
28035
28036
28037 \end_layout
28038
28039 \begin_layout Standard
28040 \begin_inset Float table
28041 wide false
28042 sideways false
28043 status open
28044
28045 \begin_layout Plain Layout
28046 \begin_inset Caption Standard
28047
28048 \begin_layout Plain Layout
28049 \begin_inset CommandInset label
28050 LatexCommand label
28051 name "tab:Eine-normale-Tabellen-Beschriftu"
28052
28053 \end_inset
28054
28055 Eine normale Tabellen-Beschriftung.
28056 \end_layout
28057
28058 \end_inset
28059
28060
28061 \end_layout
28062
28063 \begin_layout Plain Layout
28064 \align center
28065 \begin_inset Tabular
28066 <lyxtabular version="3" rows="3" columns="3">
28067 <features tabularvalignment="middle">
28068 <column alignment="center" valignment="top" width="0pt">
28069 <column alignment="center" valignment="top" width="0pt">
28070 <column alignment="center" valignment="top" width="0pt">
28071 <row>
28072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28073 \begin_inset Text
28074
28075 \begin_layout Plain Layout
28076 1
28077 \end_layout
28078
28079 \end_inset
28080 </cell>
28081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28082 \begin_inset Text
28083
28084 \begin_layout Plain Layout
28085 2
28086 \end_layout
28087
28088 \end_inset
28089 </cell>
28090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28091 \begin_inset Text
28092
28093 \begin_layout Plain Layout
28094 3
28095 \end_layout
28096
28097 \end_inset
28098 </cell>
28099 </row>
28100 <row>
28101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28102 \begin_inset Text
28103
28104 \begin_layout Plain Layout
28105 Joe
28106 \end_layout
28107
28108 \end_inset
28109 </cell>
28110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28111 \begin_inset Text
28112
28113 \begin_layout Plain Layout
28114 Mary
28115 \end_layout
28116
28117 \end_inset
28118 </cell>
28119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28120 \begin_inset Text
28121
28122 \begin_layout Plain Layout
28123 Ted
28124 \end_layout
28125
28126 \end_inset
28127 </cell>
28128 </row>
28129 <row>
28130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28131 \begin_inset Text
28132
28133 \begin_layout Plain Layout
28134 \begin_inset Formula $\int x^{2}dx$
28135 \end_inset
28136
28137
28138 \end_layout
28139
28140 \end_inset
28141 </cell>
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 $\left[\begin{array}{cc}
28147 a & b\\
28148 c & d
28149 \end{array}\right]$
28150 \end_inset
28151
28152
28153 \end_layout
28154
28155 \end_inset
28156 </cell>
28157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28158 \begin_inset Text
28159
28160 \begin_layout Plain Layout
28161 \begin_inset Formula $1+1=2$
28162 \end_inset
28163
28164
28165 \end_layout
28166
28167 \end_inset
28168 </cell>
28169 </row>
28170 </lyxtabular>
28171
28172 \end_inset
28173
28174
28175 \end_layout
28176
28177 \end_inset
28178
28179
28180 \end_layout
28181
28182 \begin_layout Standard
28183 \begin_inset VSpace bigskip
28184 \end_inset
28185
28186 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
28187  Das bewirkt das \SpecialChar LaTeX
28188 -Paket 
28189 \series bold
28190 sidecap
28191 \series default
28192
28193 \begin_inset Index idx
28194 status collapsed
28195
28196 \begin_layout Plain Layout
28197 \SpecialChar LaTeX
28198 -Pakete ! sidecap
28199 \end_layout
28200
28201 \end_inset
28202
28203 , das so in den \SpecialChar LaTeX
28204 -Vorspann geladen wird:
28205 \end_layout
28206
28207 \begin_layout Standard
28208
28209 \series bold
28210
28211 \backslash
28212 usepackage[Option]{sidecap}
28213 \end_layout
28214
28215 \begin_layout Standard
28216 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
28217  Mit 
28218 \series bold
28219 innercaption
28220 \series default
28221  wird die Beschriftung innen gedruckt.
28222  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
28223  
28224 \series bold
28225 rightcaption
28226 \series default
28227  oder 
28228 \series bold
28229 leftcaption
28230 \series default
28231 .
28232 \end_layout
28233
28234 \begin_layout Standard
28235 \begin_inset ERT
28236 status collapsed
28237
28238 \begin_layout Plain Layout
28239
28240
28241 \backslash
28242 ifsidecap
28243 \end_layout
28244
28245 \end_inset
28246
28247
28248 \begin_inset Note Note
28249 status open
28250
28251 \begin_layout Plain Layout
28252 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
28253 -Paket 
28254 \series bold
28255 sidecap
28256 \series default
28257  installiert ist.
28258 \end_layout
28259
28260 \end_inset
28261
28262
28263 \end_layout
28264
28265 \begin_layout Standard
28266 Um die Beschriftung mit \SpecialChar LyX
28267  seitlich zu drucken, müssen Sie folgende Befehle
28268  in den \SpecialChar LaTeX
28269 -Vorspann schreiben:
28270 \end_layout
28271
28272 \begin_layout Standard
28273 \begin_inset Newpage newpage
28274 \end_inset
28275
28276
28277 \end_layout
28278
28279 \begin_layout Standard
28280 \noindent
28281 \begin_inset CommandInset line
28282 LatexCommand rule
28283 offset "0.5ex"
28284 width "100line%"
28285 height "1pt"
28286
28287 \end_inset
28288
28289
28290 \end_layout
28291
28292 \begin_layout Standard
28293
28294 \series bold
28295
28296 \backslash
28297 newcommand{
28298 \backslash
28299 TabBesBeg}[1][1.0]{%
28300 \begin_inset Newline newline
28301 \end_inset
28302
28303
28304 \begin_inset Phantom HPhantom
28305 status open
28306
28307 \begin_layout Plain Layout
28308 \begin_inset space ~
28309 \end_inset
28310
28311
28312 \end_layout
28313
28314 \end_inset
28315
28316
28317 \backslash
28318 let
28319 \backslash
28320 MyTable
28321 \backslash
28322 table
28323 \begin_inset Newline newline
28324 \end_inset
28325
28326
28327 \begin_inset Phantom HPhantom
28328 status open
28329
28330 \begin_layout Plain Layout
28331
28332 \series medium
28333 \begin_inset space ~
28334 \end_inset
28335
28336
28337 \end_layout
28338
28339 \end_inset
28340
28341
28342 \backslash
28343 let
28344 \backslash
28345 MyEndtable
28346 \backslash
28347 endtable
28348 \begin_inset Newline newline
28349 \end_inset
28350
28351
28352 \begin_inset Phantom HPhantom
28353 status open
28354
28355 \begin_layout Plain Layout
28356
28357 \series medium
28358 \begin_inset space ~
28359 \end_inset
28360
28361
28362 \end_layout
28363
28364 \end_inset
28365
28366
28367 \backslash
28368 renewenvironment{table}[1]{
28369 \backslash
28370 begin{SCtable}[#1]##1}{
28371 \backslash
28372 end{SCtable}}}
28373 \end_layout
28374
28375 \begin_layout Standard
28376
28377 \series bold
28378
28379 \backslash
28380 newcommand{
28381 \backslash
28382 TabBesEnd}{%
28383 \begin_inset Newline newline
28384 \end_inset
28385
28386
28387 \begin_inset Phantom HPhantom
28388 status open
28389
28390 \begin_layout Plain Layout
28391 \begin_inset space ~
28392 \end_inset
28393
28394
28395 \end_layout
28396
28397 \end_inset
28398
28399
28400 \backslash
28401 let
28402 \backslash
28403 table
28404 \backslash
28405 MyTable
28406 \begin_inset Newline newline
28407 \end_inset
28408
28409
28410 \begin_inset Phantom HPhantom
28411 status open
28412
28413 \begin_layout Plain Layout
28414 \begin_inset space ~
28415 \end_inset
28416
28417
28418 \end_layout
28419
28420 \end_inset
28421
28422
28423 \backslash
28424 let
28425 \backslash
28426 endtable
28427 \backslash
28428 MyEndtable
28429 \end_layout
28430
28431 \begin_layout Standard
28432
28433 \series bold
28434
28435 \backslash
28436 newcommand{
28437 \backslash
28438 FigBesBeg}[1][1.0]{%
28439 \begin_inset Newline newline
28440 \end_inset
28441
28442
28443 \begin_inset Phantom HPhantom
28444 status open
28445
28446 \begin_layout Plain Layout
28447 \begin_inset space ~
28448 \end_inset
28449
28450
28451 \end_layout
28452
28453 \end_inset
28454
28455
28456 \backslash
28457 let
28458 \backslash
28459 MyFigure
28460 \backslash
28461 figure
28462 \begin_inset Newline newline
28463 \end_inset
28464
28465
28466 \begin_inset Phantom HPhantom
28467 status open
28468
28469 \begin_layout Plain Layout
28470 \begin_inset space ~
28471 \end_inset
28472
28473
28474 \end_layout
28475
28476 \end_inset
28477
28478
28479 \backslash
28480 let
28481 \backslash
28482 MyEndfigure
28483 \backslash
28484 endfigure
28485 \begin_inset Newline newline
28486 \end_inset
28487
28488
28489 \begin_inset Phantom HPhantom
28490 status open
28491
28492 \begin_layout Plain Layout
28493 \begin_inset space ~
28494 \end_inset
28495
28496
28497 \end_layout
28498
28499 \end_inset
28500
28501
28502 \backslash
28503 renewenvironment{figure}[1]{
28504 \backslash
28505 begin{SCfigure}[#1]##1}{
28506 \backslash
28507 end{SCfigure}}}
28508 \end_layout
28509
28510 \begin_layout Standard
28511
28512 \series bold
28513
28514 \backslash
28515 newcommand{
28516 \backslash
28517 FigBesEnd}{%
28518 \begin_inset Newline newline
28519 \end_inset
28520
28521
28522 \begin_inset Phantom HPhantom
28523 status open
28524
28525 \begin_layout Plain Layout
28526 \begin_inset space ~
28527 \end_inset
28528
28529
28530 \end_layout
28531
28532 \end_inset
28533
28534
28535 \backslash
28536 let
28537 \backslash
28538 figure
28539 \backslash
28540 MyFigure
28541 \begin_inset Newline newline
28542 \end_inset
28543
28544
28545 \begin_inset Phantom HPhantom
28546 status open
28547
28548 \begin_layout Plain Layout
28549 \begin_inset space ~
28550 \end_inset
28551
28552
28553 \end_layout
28554
28555 \end_inset
28556
28557
28558 \backslash
28559 let
28560 \backslash
28561 endfigure
28562 \backslash
28563 MyEndfigure}
28564 \end_layout
28565
28566 \begin_layout Standard
28567 \noindent
28568 \begin_inset CommandInset line
28569 LatexCommand rule
28570 offset "0.5ex"
28571 width "100line%"
28572 height "1pt"
28573
28574 \end_inset
28575
28576
28577 \end_layout
28578
28579 \begin_layout Standard
28580 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
28581 ungen seitlich gedruckt werden.
28582  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
28583 \end_layout
28584
28585 \begin_layout Standard
28586
28587 \series bold
28588
28589 \backslash
28590 FigBesBeg
28591 \end_layout
28592
28593 \begin_layout Standard
28594 als \SpecialChar TeX
28595 -Code vor das Gleitobjekt und fügen Sie den Befehl
28596 \end_layout
28597
28598 \begin_layout Standard
28599
28600 \series bold
28601
28602 \backslash
28603 FigBesEnd
28604 \end_layout
28605
28606 \begin_layout Standard
28607 als \SpecialChar TeX
28608 -Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
28609  zurückkehren wollen.
28610 \end_layout
28611
28612 \begin_layout Standard
28613 Bei Gleitobjekt-Tabellen heißen die Befehle
28614 \end_layout
28615
28616 \begin_layout Standard
28617
28618 \series bold
28619
28620 \backslash
28621 TabBesBeg
28622 \series default
28623  und 
28624 \series bold
28625
28626 \backslash
28627 TabBesEnd
28628 \series default
28629 .
28630 \end_layout
28631
28632 \begin_layout Standard
28633 Abbildung
28634 \begin_inset space ~
28635 \end_inset
28636
28637
28638 \begin_inset CommandInset ref
28639 LatexCommand ref
28640 reference "abb:Beschriftung-neben"
28641
28642 \end_inset
28643
28644  und Tabelle
28645 \begin_inset space ~
28646 \end_inset
28647
28648
28649 \begin_inset CommandInset ref
28650 LatexCommand ref
28651 reference "tab:Beschriftung-neben"
28652
28653 \end_inset
28654
28655  sind Beispiele für seitliche Beschriftungen.
28656 \end_layout
28657
28658 \begin_layout Standard
28659 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
28660  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
28661  der Abbildung.
28662  Das kann man mit dem Befehl
28663 \end_layout
28664
28665 \begin_layout Standard
28666
28667 \series bold
28668
28669 \backslash
28670 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
28671 \end_layout
28672
28673 \begin_layout Standard
28674 im \SpecialChar LaTeX
28675 -Vorspann oder als \SpecialChar TeX
28676 -Code vor dem Gleitobjekt ändern.
28677  Der Gleitobjekt-Typ ist entweder 
28678 \family sans
28679 figure
28680 \family default
28681  oder 
28682 \family sans
28683 table
28684 \family default
28685 , die
28686 \family sans
28687  
28688 \family default
28689 Platzierung ist 
28690 \family typewriter
28691 t
28692 \family default
28693  für oben, 
28694 \family typewriter
28695 c
28696 \family default
28697  für zentriert oder 
28698 \family typewriter
28699 b
28700 \family default
28701  für unten.
28702  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
28703  lautet der Befehl
28704 \end_layout
28705
28706 \begin_layout Standard
28707
28708 \series bold
28709
28710 \backslash
28711 sidecaptionvpos{figure}{c}
28712 \end_layout
28713
28714 \begin_layout Standard
28715 Das wurde in Abbildung
28716 \begin_inset space ~
28717 \end_inset
28718
28719
28720 \begin_inset CommandInset ref
28721 LatexCommand ref
28722 reference "abb:cap-beside-fig-2"
28723
28724 \end_inset
28725
28726  benutzt.
28727 \end_layout
28728
28729 \begin_layout Standard
28730 \begin_inset VSpace medskip
28731 \end_inset
28732
28733
28734 \end_layout
28735
28736 \begin_layout Standard
28737 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
28738  Für schmale Bilder/Tabellen, wie in Tabelle
28739 \begin_inset space ~
28740 \end_inset
28741
28742
28743 \begin_inset CommandInset ref
28744 LatexCommand ref
28745 reference "tab:Beschriftung-neben"
28746
28747 \end_inset
28748
28749 , führt dies zu zu schmalen Beschriftungen.
28750  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
28751  Breite des Bildes/der Tabelle multipliziert wird.
28752  Das Ergebnis ist die Beschriftungsbreite.
28753  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
28754  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
28755  Der 
28756 \emph on
28757 Faktor
28758 \emph default
28759  kann entweder als optionales Argument für 
28760 \series bold
28761
28762 \backslash
28763 FigBesBeg
28764 \series default
28765  angegeben werden:
28766 \end_layout
28767
28768 \begin_layout Standard
28769
28770 \series bold
28771
28772 \backslash
28773 FigBesBeg[Faktor]
28774 \end_layout
28775
28776 \begin_layout Standard
28777 oder indem man in der Definition von 
28778 \series bold
28779
28780 \backslash
28781 FigBesBeg
28782 \series default
28783  die 
28784 \series bold
28785 1.0
28786 \series default
28787  mit einem anderen Wert ersetzt.
28788  Bei letzterem ist der angegebene Faktor der Standard wenn 
28789 \series bold
28790
28791 \backslash
28792 FigBesBeg
28793 \series default
28794  ohne Argument verwendet wird.
28795  Für Tabelle
28796 \begin_inset space ~
28797 \end_inset
28798
28799
28800 \begin_inset CommandInset ref
28801 LatexCommand ref
28802 reference "tab:Beschriftung-neben-breiter"
28803
28804 \end_inset
28805
28806  wurde der Faktor 5 verwendet.
28807 \end_layout
28808
28809 \begin_layout Standard
28810 \begin_inset Note Greyedout
28811 status open
28812
28813 \begin_layout Plain Layout
28814
28815 \series bold
28816 Achtung:
28817 \series default
28818  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
28819 erungsoption 
28820 \family sans
28821 Hier,
28822 \begin_inset space ~
28823 \end_inset
28824
28825 auf
28826 \begin_inset space ~
28827 \end_inset
28828
28829 jeden
28830 \begin_inset space ~
28831 \end_inset
28832
28833 Fall
28834 \family default
28835  nicht verwendet werden werden, da diese von 
28836 \series bold
28837 sidecap
28838 \series default
28839  nicht unterstützt wird.
28840 \end_layout
28841
28842 \end_inset
28843
28844
28845 \end_layout
28846
28847 \begin_layout Standard
28848 \begin_inset VSpace medskip
28849 \end_inset
28850
28851 Weitere Informationen über das Paket
28852 \series bold
28853  sidecap
28854 \series default
28855  finden Sie in seiner Dokumentation 
28856 \begin_inset CommandInset citation
28857 LatexCommand cite
28858 key "sidecap"
28859
28860 \end_inset
28861
28862 .
28863 \end_layout
28864
28865 \begin_layout Standard
28866 \begin_inset Note Greyedout
28867 status open
28868
28869 \begin_layout Plain Layout
28870
28871 \series bold
28872 Bemerkung:
28873 \series default
28874  Das \SpecialChar LaTeX
28875 -Paket 
28876 \series bold
28877 hypcap
28878 \series default
28879 ,
28880 \begin_inset Index idx
28881 status collapsed
28882
28883 \begin_layout Plain Layout
28884 \SpecialChar LaTeX
28885 -Pakete ! hypcap
28886 \end_layout
28887
28888 \end_inset
28889
28890  das in Abschnitt
28891 \begin_inset space ~
28892 \end_inset
28893
28894
28895 \begin_inset CommandInset ref
28896 LatexCommand ref
28897 reference "uab:Querverweis-Position"
28898
28899 \end_inset
28900
28901  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
28902  Beschriftungen.
28903 \end_layout
28904
28905 \end_inset
28906
28907
28908 \end_layout
28909
28910 \begin_layout Standard
28911 \begin_inset ERT
28912 status collapsed
28913
28914 \begin_layout Plain Layout
28915
28916
28917 \backslash
28918 FigBesBeg 
28919 \end_layout
28920
28921 \end_inset
28922
28923
28924 \end_layout
28925
28926 \begin_layout Standard
28927 \begin_inset Float figure
28928 wide false
28929 sideways false
28930 status open
28931
28932 \begin_layout Plain Layout
28933 \begin_inset Graphics
28934         filename ../clipart/escher-lsd.eps
28935         scale 75
28936         scaleBeforeRotation
28937
28938 \end_inset
28939
28940
28941 \end_layout
28942
28943 \begin_layout Plain Layout
28944 \begin_inset Caption Standard
28945
28946 \begin_layout Plain Layout
28947 \begin_inset CommandInset label
28948 LatexCommand label
28949 name "abb:Beschriftung-neben"
28950
28951 \end_inset
28952
28953 Dies ist eine Beschriftung neben einer Abbildung.
28954 \end_layout
28955
28956 \end_inset
28957
28958
28959 \end_layout
28960
28961 \end_inset
28962
28963
28964 \end_layout
28965
28966 \begin_layout Standard
28967 \begin_inset ERT
28968 status collapsed
28969
28970 \begin_layout Plain Layout
28971
28972
28973 \backslash
28974 FigBesEnd
28975 \end_layout
28976
28977 \end_inset
28978
28979
28980 \end_layout
28981
28982 \begin_layout Standard
28983 \begin_inset ERT
28984 status collapsed
28985
28986 \begin_layout Plain Layout
28987
28988
28989 \backslash
28990 TabBesBeg 
28991 \end_layout
28992
28993 \end_inset
28994
28995
28996 \end_layout
28997
28998 \begin_layout Standard
28999 \begin_inset Float table
29000 wide false
29001 sideways false
29002 status open
29003
29004 \begin_layout Plain Layout
29005 \begin_inset Caption Standard
29006
29007 \begin_layout Plain Layout
29008 \begin_inset CommandInset label
29009 LatexCommand label
29010 name "tab:Beschriftung-neben"
29011
29012 \end_inset
29013
29014 Dies ist eine Beschriftung neben einer Tabelle.
29015 \end_layout
29016
29017 \end_inset
29018
29019
29020 \end_layout
29021
29022 \begin_layout Plain Layout
29023 \begin_inset Tabular
29024 <lyxtabular version="3" rows="4" columns="5">
29025 <features tabularvalignment="middle">
29026 <column alignment="center" valignment="top">
29027 <column alignment="center" valignment="top">
29028 <column alignment="center" valignment="top">
29029 <column alignment="center" valignment="top">
29030 <column alignment="center" valignment="top">
29031 <row>
29032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29033 \begin_inset Text
29034
29035 \begin_layout Plain Layout
29036 a
29037 \end_layout
29038
29039 \end_inset
29040 </cell>
29041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29042 \begin_inset Text
29043
29044 \begin_layout Plain Layout
29045
29046 \end_layout
29047
29048 \end_inset
29049 </cell>
29050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29051 \begin_inset Text
29052
29053 \begin_layout Plain Layout
29054 b
29055 \end_layout
29056
29057 \end_inset
29058 </cell>
29059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29060 \begin_inset Text
29061
29062 \begin_layout Plain Layout
29063
29064 \end_layout
29065
29066 \end_inset
29067 </cell>
29068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29069 \begin_inset Text
29070
29071 \begin_layout Plain Layout
29072 c
29073 \end_layout
29074
29075 \end_inset
29076 </cell>
29077 </row>
29078 <row>
29079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29080 \begin_inset Text
29081
29082 \begin_layout Plain Layout
29083
29084 \end_layout
29085
29086 \end_inset
29087 </cell>
29088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29089 \begin_inset Text
29090
29091 \begin_layout Plain Layout
29092 d
29093 \end_layout
29094
29095 \end_inset
29096 </cell>
29097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29098 \begin_inset Text
29099
29100 \begin_layout Plain Layout
29101
29102 \end_layout
29103
29104 \end_inset
29105 </cell>
29106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29107 \begin_inset Text
29108
29109 \begin_layout Plain Layout
29110 e
29111 \end_layout
29112
29113 \end_inset
29114 </cell>
29115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29116 \begin_inset Text
29117
29118 \begin_layout Plain Layout
29119
29120 \end_layout
29121
29122 \end_inset
29123 </cell>
29124 </row>
29125 <row>
29126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29127 \begin_inset Text
29128
29129 \begin_layout Plain Layout
29130 f
29131 \end_layout
29132
29133 \end_inset
29134 </cell>
29135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29136 \begin_inset Text
29137
29138 \begin_layout Plain Layout
29139
29140 \end_layout
29141
29142 \end_inset
29143 </cell>
29144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29145 \begin_inset Text
29146
29147 \begin_layout Plain Layout
29148 g
29149 \end_layout
29150
29151 \end_inset
29152 </cell>
29153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29154 \begin_inset Text
29155
29156 \begin_layout Plain Layout
29157
29158 \end_layout
29159
29160 \end_inset
29161 </cell>
29162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29163 \begin_inset Text
29164
29165 \begin_layout Plain Layout
29166 h
29167 \end_layout
29168
29169 \end_inset
29170 </cell>
29171 </row>
29172 <row>
29173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29174 \begin_inset Text
29175
29176 \begin_layout Plain Layout
29177
29178 \end_layout
29179
29180 \end_inset
29181 </cell>
29182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29183 \begin_inset Text
29184
29185 \begin_layout Plain Layout
29186 i
29187 \end_layout
29188
29189 \end_inset
29190 </cell>
29191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29192 \begin_inset Text
29193
29194 \begin_layout Plain Layout
29195
29196 \end_layout
29197
29198 \end_inset
29199 </cell>
29200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29201 \begin_inset Text
29202
29203 \begin_layout Plain Layout
29204 j
29205 \end_layout
29206
29207 \end_inset
29208 </cell>
29209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29210 \begin_inset Text
29211
29212 \begin_layout Plain Layout
29213
29214 \end_layout
29215
29216 \end_inset
29217 </cell>
29218 </row>
29219 </lyxtabular>
29220
29221 \end_inset
29222
29223
29224 \end_layout
29225
29226 \end_inset
29227
29228
29229 \end_layout
29230
29231 \begin_layout Standard
29232 \begin_inset ERT
29233 status collapsed
29234
29235 \begin_layout Plain Layout
29236
29237
29238 \backslash
29239 TabBesEnd
29240 \end_layout
29241
29242 \end_inset
29243
29244
29245 \end_layout
29246
29247 \begin_layout Standard
29248 \begin_inset ERT
29249 status collapsed
29250
29251 \begin_layout Plain Layout
29252
29253
29254 \backslash
29255 FigBesBeg 
29256 \end_layout
29257
29258 \end_inset
29259
29260
29261 \end_layout
29262
29263 \begin_layout Standard
29264 \begin_inset ERT
29265 status collapsed
29266
29267 \begin_layout Plain Layout
29268
29269
29270 \backslash
29271 sidecaptionvpos{figure}{c}
29272 \end_layout
29273
29274 \end_inset
29275
29276
29277 \begin_inset Float figure
29278 wide false
29279 sideways false
29280 status open
29281
29282 \begin_layout Plain Layout
29283 \begin_inset Graphics
29284         filename ../clipart/escher-lsd.eps
29285         scale 75
29286         scaleBeforeRotation
29287
29288 \end_inset
29289
29290
29291 \end_layout
29292
29293 \begin_layout Plain Layout
29294 \begin_inset Caption Standard
29295
29296 \begin_layout Plain Layout
29297 \begin_inset CommandInset label
29298 LatexCommand label
29299 name "abb:cap-beside-fig-2"
29300
29301 \end_inset
29302
29303 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
29304 \end_layout
29305
29306 \end_inset
29307
29308
29309 \end_layout
29310
29311 \end_inset
29312
29313
29314 \end_layout
29315
29316 \begin_layout Standard
29317 \begin_inset ERT
29318 status collapsed
29319
29320 \begin_layout Plain Layout
29321
29322
29323 \backslash
29324 FigBesEnd
29325 \end_layout
29326
29327 \end_inset
29328
29329
29330 \end_layout
29331
29332 \begin_layout Standard
29333 \begin_inset ERT
29334 status collapsed
29335
29336 \begin_layout Plain Layout
29337
29338
29339 \backslash
29340 TabBesBeg[5]
29341 \end_layout
29342
29343 \end_inset
29344
29345
29346 \end_layout
29347
29348 \begin_layout Standard
29349 \begin_inset Float table
29350 wide false
29351 sideways false
29352 status open
29353
29354 \begin_layout Plain Layout
29355 \begin_inset Caption Standard
29356
29357 \begin_layout Plain Layout
29358 \begin_inset CommandInset label
29359 LatexCommand label
29360 name "tab:Beschriftung-neben-breiter"
29361
29362 \end_inset
29363
29364 Diese Beschriftung ist breiter als die in Tabelle
29365 \begin_inset space ~
29366 \end_inset
29367
29368
29369 \begin_inset CommandInset ref
29370 LatexCommand ref
29371 reference "tab:Beschriftung-neben"
29372
29373 \end_inset
29374
29375 .
29376 \end_layout
29377
29378 \end_inset
29379
29380
29381 \end_layout
29382
29383 \begin_layout Plain Layout
29384 \begin_inset Tabular
29385 <lyxtabular version="3" rows="4" columns="5">
29386 <features tabularvalignment="middle">
29387 <column alignment="center" valignment="top">
29388 <column alignment="center" valignment="top">
29389 <column alignment="center" valignment="top">
29390 <column alignment="center" valignment="top">
29391 <column alignment="center" valignment="top">
29392 <row>
29393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29394 \begin_inset Text
29395
29396 \begin_layout Plain Layout
29397 a
29398 \end_layout
29399
29400 \end_inset
29401 </cell>
29402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29403 \begin_inset Text
29404
29405 \begin_layout Plain Layout
29406
29407 \end_layout
29408
29409 \end_inset
29410 </cell>
29411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29412 \begin_inset Text
29413
29414 \begin_layout Plain Layout
29415 b
29416 \end_layout
29417
29418 \end_inset
29419 </cell>
29420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29421 \begin_inset Text
29422
29423 \begin_layout Plain Layout
29424
29425 \end_layout
29426
29427 \end_inset
29428 </cell>
29429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29430 \begin_inset Text
29431
29432 \begin_layout Plain Layout
29433 c
29434 \end_layout
29435
29436 \end_inset
29437 </cell>
29438 </row>
29439 <row>
29440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29441 \begin_inset Text
29442
29443 \begin_layout Plain Layout
29444
29445 \end_layout
29446
29447 \end_inset
29448 </cell>
29449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29450 \begin_inset Text
29451
29452 \begin_layout Plain Layout
29453 d
29454 \end_layout
29455
29456 \end_inset
29457 </cell>
29458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29459 \begin_inset Text
29460
29461 \begin_layout Plain Layout
29462
29463 \end_layout
29464
29465 \end_inset
29466 </cell>
29467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29468 \begin_inset Text
29469
29470 \begin_layout Plain Layout
29471 e
29472 \end_layout
29473
29474 \end_inset
29475 </cell>
29476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29477 \begin_inset Text
29478
29479 \begin_layout Plain Layout
29480
29481 \end_layout
29482
29483 \end_inset
29484 </cell>
29485 </row>
29486 <row>
29487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29488 \begin_inset Text
29489
29490 \begin_layout Plain Layout
29491 f
29492 \end_layout
29493
29494 \end_inset
29495 </cell>
29496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29497 \begin_inset Text
29498
29499 \begin_layout Plain Layout
29500
29501 \end_layout
29502
29503 \end_inset
29504 </cell>
29505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29506 \begin_inset Text
29507
29508 \begin_layout Plain Layout
29509 g
29510 \end_layout
29511
29512 \end_inset
29513 </cell>
29514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29515 \begin_inset Text
29516
29517 \begin_layout Plain Layout
29518
29519 \end_layout
29520
29521 \end_inset
29522 </cell>
29523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29524 \begin_inset Text
29525
29526 \begin_layout Plain Layout
29527 h
29528 \end_layout
29529
29530 \end_inset
29531 </cell>
29532 </row>
29533 <row>
29534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29535 \begin_inset Text
29536
29537 \begin_layout Plain Layout
29538
29539 \end_layout
29540
29541 \end_inset
29542 </cell>
29543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29544 \begin_inset Text
29545
29546 \begin_layout Plain Layout
29547 i
29548 \end_layout
29549
29550 \end_inset
29551 </cell>
29552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29553 \begin_inset Text
29554
29555 \begin_layout Plain Layout
29556
29557 \end_layout
29558
29559 \end_inset
29560 </cell>
29561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29562 \begin_inset Text
29563
29564 \begin_layout Plain Layout
29565 j
29566 \end_layout
29567
29568 \end_inset
29569 </cell>
29570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29571 \begin_inset Text
29572
29573 \begin_layout Plain Layout
29574
29575 \end_layout
29576
29577 \end_inset
29578 </cell>
29579 </row>
29580 </lyxtabular>
29581
29582 \end_inset
29583
29584
29585 \end_layout
29586
29587 \end_inset
29588
29589
29590 \end_layout
29591
29592 \begin_layout Standard
29593 \begin_inset ERT
29594 status collapsed
29595
29596 \begin_layout Plain Layout
29597
29598
29599 \backslash
29600 TabBesEnd
29601 \end_layout
29602
29603 \end_inset
29604
29605
29606 \end_layout
29607
29608 \begin_layout Standard
29609 \begin_inset ERT
29610 status collapsed
29611
29612 \begin_layout Plain Layout
29613
29614
29615 \backslash
29616 else
29617 \end_layout
29618
29619 \end_inset
29620
29621
29622 \begin_inset Note Note
29623 status open
29624
29625 \begin_layout Plain Layout
29626 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
29627 -Paket 
29628 \series bold
29629 sidecap
29630 \series default
29631  nicht installiert ist:
29632 \end_layout
29633
29634 \end_inset
29635
29636
29637 \end_layout
29638
29639 \begin_layout Standard
29640 Das \SpecialChar LaTeX
29641 -Paket 
29642 \series bold
29643 sidecap
29644 \series default
29645  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
29646 \end_layout
29647
29648 \begin_layout Standard
29649 \begin_inset ERT
29650 status collapsed
29651
29652 \begin_layout Plain Layout
29653
29654
29655 \backslash
29656 fi
29657 \end_layout
29658
29659 \end_inset
29660
29661
29662 \end_layout
29663
29664 \begin_layout Section
29665 Gleitobjekt-Verzeichnisse
29666 \begin_inset Index idx
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670 Gleitobjekte ! Verzeichnisse
29671 \end_layout
29672
29673 \end_inset
29674
29675
29676 \end_layout
29677
29678 \begin_layout Standard
29679 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
29680  Sie können mit den Untermenüs von 
29681 \family sans
29682 Einfügen\SpecialChar menuseparator
29683 Liste
29684 \begin_inset space ~
29685 \end_inset
29686
29687 /
29688 \begin_inset space ~
29689 \end_inset
29690
29691 Inhaltsverzeichnis
29692 \family default
29693  eingefügt werden.
29694 \end_layout
29695
29696 \begin_layout Standard
29697 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
29698  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
29699 \end_layout
29700
29701 \begin_layout Standard
29702 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
29703  und ein Tabellen-Verzeichnis.
29704 \end_layout
29705
29706 \begin_layout Chapter
29707 Notizen
29708 \end_layout
29709
29710 \begin_layout Section
29711 \SpecialChar LyX
29712 -Notizen
29713 \begin_inset Index idx
29714 status collapsed
29715
29716 \begin_layout Plain Layout
29717 Notizen ! \SpecialChar LyX
29718 -Notizen
29719 \end_layout
29720
29721 \end_inset
29722
29723
29724 \end_layout
29725
29726 \begin_layout Standard
29727 Notizen werden mit einem Klick auf 
29728 \begin_inset Info
29729 type  "icon"
29730 arg   "note-insert"
29731 \end_inset
29732
29733  oder 
29734 \family sans
29735 Einfügen\SpecialChar menuseparator
29736 Notiz
29737 \family default
29738  eingefügt.
29739  Es gibt drei Arten:
29740 \end_layout
29741
29742 \begin_layout Description
29743 \SpecialChar LyX
29744 -Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
29745  Eine 
29746 \family sans
29747 \SpecialChar LyX
29748 -Notiz
29749 \family default
29750  sieht so aus:
29751 \begin_inset Newline newline
29752 \end_inset
29753
29754
29755 \begin_inset Newline newline
29756 \end_inset
29757
29758
29759 \begin_inset Graphics
29760         filename clipart/LyXNotiz.png
29761         display false
29762         scale 80
29763         scaleBeforeRotation
29764
29765 \end_inset
29766
29767  
29768 \begin_inset Note Note
29769 status open
29770
29771 \begin_layout Plain Layout
29772 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
29773 \end_layout
29774
29775 \end_inset
29776
29777
29778 \end_layout
29779
29780 \begin_layout Description
29781 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
29782  \SpecialChar LaTeX
29783 -Kommentar, wenn Sie das Dokument nach \SpecialChar LaTeX
29784  exportieren (
29785 \family sans
29786 Datei\SpecialChar menuseparator
29787 Ex\SpecialChar softhyphen
29788 por\SpecialChar softhyphen
29789 tie\SpecialChar softhyphen
29790 ren\SpecialChar menuseparator
29791 LaTeX
29792 \begin_inset space ~
29793 \end_inset
29794
29795 (pdflatex) / (normal)
29796 \family default
29797 .
29798  Ein Kommentar sieht so aus:
29799 \begin_inset Newline newline
29800 \end_inset
29801
29802
29803 \begin_inset Newline newline
29804 \end_inset
29805
29806
29807 \begin_inset Graphics
29808         filename clipart/Kommentar.png
29809         display false
29810         scale 80
29811         scaleBeforeRotation
29812
29813 \end_inset
29814
29815  
29816 \begin_inset Note Comment
29817 status open
29818
29819 \begin_layout Plain Layout
29820 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
29821 \end_layout
29822
29823 \end_inset
29824
29825
29826 \end_layout
29827
29828 \begin_layout Description
29829 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
29830 \begin_inset Newline newline
29831 \end_inset
29832
29833
29834 \begin_inset Newline newline
29835 \end_inset
29836
29837
29838 \begin_inset Graphics
29839         filename clipart/GrauschriftNotiz.png
29840         display false
29841         scale 80
29842         scaleBeforeRotation
29843
29844 \end_inset
29845
29846
29847 \begin_inset Newline newline
29848 \end_inset
29849
29850
29851 \begin_inset ERT
29852 status collapsed
29853
29854 \begin_layout Plain Layout
29855
29856
29857 \backslash
29858 renewenvironment{lyxgreyedout}
29859 \end_layout
29860
29861 \begin_layout Plain Layout
29862
29863 {
29864 \backslash
29865 textcolor[gray]{0.4}
29866 \backslash
29867 bgroup}{
29868 \backslash
29869 egroup}
29870 \end_layout
29871
29872 \end_inset
29873
29874
29875 \begin_inset Note Greyedout
29876 status open
29877
29878 \begin_layout Plain Layout
29879 Dies ist Text in einem Kommentar-Kästchen, der nur als Kommentar in der
29880  \SpecialChar LaTeX
29881 -Datei erscheint.
29882 \end_layout
29883
29884 \end_inset
29885
29886
29887 \begin_inset ERT
29888 status collapsed
29889
29890 \begin_layout Plain Layout
29891
29892
29893 \backslash
29894 renewenvironment{lyxgreyedout}
29895 \end_layout
29896
29897 \begin_layout Plain Layout
29898
29899 {
29900 \backslash
29901 textcolor{blue}
29902 \backslash
29903 bgroup}{
29904 \backslash
29905 egroup}
29906 \end_layout
29907
29908 \end_inset
29909
29910
29911 \begin_inset Note Note
29912 status collapsed
29913
29914 \begin_layout Plain Layout
29915 Die Grauschrift-Notiz wurde auf die ursprüngliche \SpecialChar LyX
29916 -Definition zurückgesetzt,
29917  weil Grauschriften im \SpecialChar LaTeX
29918 -Vorspann dieses Dokuments blau definiert wurden.
29919  
29920 \end_layout
29921
29922 \end_inset
29923
29924
29925 \begin_inset Newline newline
29926 \end_inset
29927
29928
29929 \begin_inset Newline newline
29930 \end_inset
29931
29932 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
29933  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
29934 \end_layout
29935
29936 \begin_layout Standard
29937 \begin_inset VSpace bigskip
29938 \end_inset
29939
29940 Wenn Sie auf den Werkzeugleistenknopf 
29941 \family sans
29942
29943 \begin_inset Info
29944 type  "icon"
29945 arg   "note-insert"
29946 \end_inset
29947
29948
29949 \family default
29950  klicken, wird zunächst eine 
29951 \family sans
29952 \SpecialChar LyX
29953 -Notiz
29954 \family default
29955  eingefügt.
29956  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
29957  Notiz-Typen auswählen.
29958  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
29959  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
29960  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
29961  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
29962  am Ende der Notiz ist.
29963 \end_layout
29964
29965 \begin_layout Standard
29966 \begin_inset VSpace bigskip
29967 \end_inset
29968
29969 Die Textfarbe von Grauschrift-Boxen kann im Menü 
29970 \family sans
29971 Dokument\SpecialChar menuseparator
29972 Einstellungen\SpecialChar menuseparator
29973 Farben
29974 \family default
29975  geändert werden.
29976 \end_layout
29977
29978 \begin_layout Section
29979 Fußnoten
29980 \begin_inset CommandInset label
29981 LatexCommand label
29982 name "abs:Fußnoten"
29983
29984 \end_inset
29985
29986
29987 \begin_inset Index idx
29988 status collapsed
29989
29990 \begin_layout Plain Layout
29991 Notizen ! Fußnoten
29992 \end_layout
29993
29994 \end_inset
29995
29996
29997 \begin_inset Index idx
29998 status collapsed
29999
30000 \begin_layout Plain Layout
30001 Fußnoten
30002 \end_layout
30003
30004 \end_inset
30005
30006
30007 \end_layout
30008
30009 \begin_layout Standard
30010 Fußnoten werden über den Werkzeugleistenknopf 
30011 \begin_inset Info
30012 type  "icon"
30013 arg   "footnote-insert"
30014 \end_inset
30015
30016  oder das Menü 
30017 \family sans
30018 Einfügen\SpecialChar menuseparator
30019 Fußnote
30020 \family default
30021  eingefügt.
30022  Man sieht dann diese Fußnotenbox: 
30023 \begin_inset Graphics
30024         filename clipart/Fussnote.png
30025         scale 80
30026         scaleBeforeRotation
30027
30028 \end_inset
30029
30030  in die der Fußnotentext eingegeben wird.
30031  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
30032  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
30033  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
30034 \family sans
30035 Backspace
30036 \family default
30037  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
30038 \family sans
30039 Entf
30040 \family default
30041  wenn der Cursor am Ende der Fußnote ist.
30042 \end_layout
30043
30044 \begin_layout Standard
30045 Hier ist eine Beispielfußnote:
30046 \color black
30047
30048 \begin_inset Foot
30049 status open
30050
30051 \begin_layout Plain Layout
30052 \begin_inset CommandInset label
30053 LatexCommand label
30054 name "fuss:Fußnoten-Beispiel"
30055
30056 \end_inset
30057
30058 Dies ist eine Fußnote.
30059 \end_layout
30060
30061 \end_inset
30062
30063
30064 \color inherit
30065
30066 \begin_inset ERT
30067 status collapsed
30068
30069 \begin_layout Plain Layout
30070
30071
30072 \backslash
30073 newcounter{MyRepeatFoot}
30074 \end_layout
30075
30076 \begin_layout Plain Layout
30077
30078
30079 \backslash
30080 setcounter{MyRepeatFoot}{
30081 \backslash
30082 thefootnote}
30083 \end_layout
30084
30085 \end_inset
30086
30087
30088 \end_layout
30089
30090 \begin_layout Standard
30091 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
30092  wurde, eine hochgestellte Zahl.
30093  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
30094  hochgestellt dem Text vorangeht.
30095  Die Fußnotennummern werden von \SpecialChar LaTeX
30096  berechnet und sind fortlaufend.
30097  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
30098  werden.
30099 \end_layout
30100
30101 \begin_layout Standard
30102 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
30103  der Fußnote eine Marke eingefügt wurde.
30104  Dies ist ein Querverweis auf Fußnote
30105 \begin_inset space ~
30106 \end_inset
30107
30108
30109 \begin_inset CommandInset ref
30110 LatexCommand ref
30111 reference "fuss:Fußnoten-Beispiel"
30112
30113 \end_inset
30114
30115 .
30116 \end_layout
30117
30118 \begin_layout Standard
30119 \begin_inset VSpace defskip
30120 \end_inset
30121
30122 Fußnoten in Titel-Umgebungen werden üblicherweise mit Symbolen nummeriert
30123  und sie können nur einen Absatz enthalten.
30124  Siehe als Beispiel die Fußnote der Titelseite dieses Dokuments.
30125 \end_layout
30126
30127 \begin_layout Standard
30128 \begin_inset VSpace defskip
30129 \end_inset
30130
30131 Fußnoten in Tabellen werden von \SpecialChar LaTeX
30132  aus technischen Gründen nicht gedruckt.
30133  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
30134  wird der Befehl 
30135 \series bold
30136
30137 \backslash
30138 footnotemark{}
30139 \series default
30140  als \SpecialChar TeX
30141 -Code eingefügt.
30142  Der Text der Fußnote wird als Argument des \SpecialChar TeX
30143 -Code-Befehls 
30144 \series bold
30145
30146 \backslash
30147 footnotetext
30148 \series default
30149  nach der Tabelle eingegeben.
30150 \begin_inset Newline newline
30151 \end_inset
30152
30153 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
30154 \end_layout
30155
30156 \begin_layout Standard
30157
30158 \series bold
30159
30160 \backslash
30161 footnotetext{
30162 \series default
30163 Gedruckte Tabellenfußnote.
30164 \series bold
30165 }
30166 \end_layout
30167
30168 \begin_layout Standard
30169 \begin_inset Tabular
30170 <lyxtabular version="3" rows="2" columns="1">
30171 <features tabularvalignment="middle">
30172 <column alignment="center" valignment="top">
30173 <row>
30174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30175 \begin_inset Text
30176
30177 \begin_layout Plain Layout
30178 Dies ist ein Beispieltext.
30179 \begin_inset Foot
30180 status open
30181
30182 \begin_layout Plain Layout
30183 Diese Fußnote wird nicht gedruckt!
30184 \end_layout
30185
30186 \end_inset
30187
30188
30189 \end_layout
30190
30191 \end_inset
30192 </cell>
30193 </row>
30194 <row>
30195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30196 \begin_inset Text
30197
30198 \begin_layout Plain Layout
30199 Dies ist ein Beispieltext.
30200 \begin_inset ERT
30201 status collapsed
30202
30203 \begin_layout Plain Layout
30204
30205
30206 \backslash
30207 footnotemark{}
30208 \end_layout
30209
30210 \end_inset
30211
30212
30213 \end_layout
30214
30215 \end_inset
30216 </cell>
30217 </row>
30218 </lyxtabular>
30219
30220 \end_inset
30221
30222
30223 \begin_inset ERT
30224 status collapsed
30225
30226 \begin_layout Plain Layout
30227
30228
30229 \backslash
30230 footnotetext{
30231 \end_layout
30232
30233 \end_inset
30234
30235 Gedruckte Tabellenfußnote.
30236 \begin_inset ERT
30237 status collapsed
30238
30239 \begin_layout Plain Layout
30240
30241 }
30242 \end_layout
30243
30244 \end_inset
30245
30246
30247 \end_layout
30248
30249 \begin_layout Standard
30250 Fußnoten in langen Tabellen sind in Abschnitt
30251 \begin_inset space ~
30252 \end_inset
30253
30254
30255 \begin_inset CommandInset ref
30256 LatexCommand ref
30257 reference "uab:Fußnoten-in-mehrseitigen"
30258
30259 \end_inset
30260
30261  beschrieben.
30262 \end_layout
30263
30264 \begin_layout Standard
30265 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
30266  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
30267  innerhalb einer Seite ist.
30268  (Mehr über Minipages ist in Abschnitt
30269 \begin_inset space ~
30270 \end_inset
30271
30272
30273 \begin_inset CommandInset ref
30274 LatexCommand ref
30275 reference "abs:Minipage"
30276
30277 \end_inset
30278
30279  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
30280  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
30281  Methode mit 
30282 \series bold
30283
30284 \backslash
30285 footnotemark{}
30286 \series default
30287  und 
30288 \series bold
30289
30290 \backslash
30291 footnotetext
30292 \series default
30293 .
30294 \end_layout
30295
30296 \begin_layout Standard
30297 \begin_inset Box Frameless
30298 position "t"
30299 hor_pos "c"
30300 has_inner_box 1
30301 inner_pos "t"
30302 use_parbox 0
30303 use_makebox 0
30304 width "100col%"
30305 special "none"
30306 height "1in"
30307 height_special "totalheight"
30308 thickness "0.4pt"
30309 separation "3pt"
30310 shadowsize "4pt"
30311 framecolor "black"
30312 backgroundcolor "none"
30313 status open
30314
30315 \begin_layout Plain Layout
30316 Dies ist ein Beispieltext.in einer Minipage.
30317 \begin_inset Foot
30318 status open
30319
30320 \begin_layout Plain Layout
30321 Fußnote in einer Minipage.
30322 \end_layout
30323
30324 \end_inset
30325
30326
30327 \end_layout
30328
30329 \begin_layout Plain Layout
30330 Dies ist ein Beispieltext.
30331  in einer Minipage.
30332 \begin_inset ERT
30333 status collapsed
30334
30335 \begin_layout Plain Layout
30336
30337
30338 \backslash
30339 footnotemark{}
30340 \end_layout
30341
30342 \end_inset
30343
30344
30345 \end_layout
30346
30347 \end_inset
30348
30349
30350 \end_layout
30351
30352 \begin_layout Standard
30353 \begin_inset ERT
30354 status collapsed
30355
30356 \begin_layout Plain Layout
30357
30358
30359 \backslash
30360 footnotetext{
30361 \end_layout
30362
30363 \end_inset
30364
30365 Fußnote außerhalb der Minipage.
30366 \begin_inset ERT
30367 status collapsed
30368
30369 \begin_layout Plain Layout
30370
30371 }
30372 \end_layout
30373
30374 \end_inset
30375
30376
30377 \end_layout
30378
30379 \begin_layout Standard
30380 \begin_inset VSpace defskip
30381 \end_inset
30382
30383
30384 \end_layout
30385
30386 \begin_layout Standard
30387 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
30388  Fußnotentext zu drucken, verwenden Sie den \SpecialChar TeX
30389 -Code-Befehl 
30390 \series bold
30391
30392 \backslash
30393 footnotemark[Nummer]
30394 \series default
30395 .
30396 \begin_inset Newline newline
30397 \end_inset
30398
30399 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
30400  sie speichern, nachdem Sie die Fußnote eingefügt haben.
30401  Hinter Fußnote
30402 \begin_inset space ~
30403 \end_inset
30404
30405
30406 \begin_inset CommandInset ref
30407 LatexCommand ref
30408 reference "fuss:Fußnoten-Beispiel"
30409
30410 \end_inset
30411
30412  wurde das mit folgenden \SpecialChar TeX
30413 -Code-Befehlen gemacht:
30414 \end_layout
30415
30416 \begin_layout Standard
30417
30418 \series bold
30419
30420 \backslash
30421 newcounter{MyRepeatFoot}
30422 \begin_inset Newline newline
30423 \end_inset
30424
30425
30426 \backslash
30427 setcounter{MyRepeatFoot}{
30428 \backslash
30429 thefootnote}
30430 \end_layout
30431
30432 \begin_layout Standard
30433 Die Fußnotenmarke wurde dann mit diesem \SpecialChar TeX
30434 -Code-Befehl definiert;
30435 \end_layout
30436
30437 \begin_layout Standard
30438
30439 \series bold
30440
30441 \backslash
30442 footnotemark[
30443 \backslash
30444 theMyRepeatFoot]
30445 \end_layout
30446
30447 \begin_layout Standard
30448 Hier ist eine wiederholte Fußnote:
30449 \begin_inset ERT
30450 status collapsed
30451
30452 \begin_layout Plain Layout
30453
30454
30455 \backslash
30456 footnotemark[
30457 \backslash
30458 theMyRepeatFoot]
30459 \end_layout
30460
30461 \end_inset
30462
30463
30464 \end_layout
30465
30466 \begin_layout Standard
30467 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
30468  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
30469 \end_layout
30470
30471 \begin_layout Standard
30472
30473 \series bold
30474
30475 \backslash
30476 footnotemark[
30477 \backslash
30478 thefootnote]
30479 \end_layout
30480
30481 \begin_layout Standard
30482 Hier ist eine weitere wiederholte Fußnote:
30483 \begin_inset ERT
30484 status collapsed
30485
30486 \begin_layout Plain Layout
30487
30488
30489 \backslash
30490 footnotemark[
30491 \backslash
30492 thefootnote]
30493 \end_layout
30494
30495 \end_inset
30496
30497
30498 \end_layout
30499
30500 \begin_layout Subsection
30501 Fußnoten-Nummerierung
30502 \begin_inset CommandInset label
30503 LatexCommand label
30504 name "uab:Fußnoten-Nummerierung"
30505
30506 \end_inset
30507
30508
30509 \begin_inset Index idx
30510 status collapsed
30511
30512 \begin_layout Plain Layout
30513 Fußnoten ! Nummerierung
30514 \end_layout
30515
30516 \end_inset
30517
30518
30519 \end_layout
30520
30521 \begin_layout Standard
30522 Um Fußnoten nach jedem Abschnitt
30523 \family roman
30524  auf 1 zurückzusetzen, 
30525 \family default
30526 müssen Sie folgenden Befehl in den \SpecialChar LaTeX
30527 -Vorspann schreiben:
30528 \end_layout
30529
30530 \begin_layout Standard
30531
30532 \series bold
30533
30534 \backslash
30535 @addtoreset{footnote}{section}
30536 \end_layout
30537
30538 \begin_layout Standard
30539 \begin_inset VSpace bigskip
30540 \end_inset
30541
30542 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
30543  Zahlen:
30544 \end_layout
30545
30546 \begin_layout Standard
30547
30548 \series bold
30549
30550 \backslash
30551 renewcommand{
30552 \backslash
30553 thefootnote}{
30554 \backslash
30555 roman{footnote}}
30556 \end_layout
30557
30558 \begin_layout Standard
30559 \begin_inset ERT
30560 status collapsed
30561
30562 \begin_layout Plain Layout
30563
30564
30565 \backslash
30566 renewcommand{
30567 \backslash
30568 thefootnote}{
30569 \backslash
30570 roman{footnote}}
30571 \end_layout
30572
30573 \end_inset
30574
30575  Hier ist ein Beispiel für solch eine Fußnote:
30576 \begin_inset Foot
30577 status open
30578
30579 \begin_layout Plain Layout
30580 Dies ist eine Fußnote mit kleinen römischen Zahlen
30581 \end_layout
30582
30583 \end_inset
30584
30585
30586 \end_layout
30587
30588 \begin_layout Standard
30589 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
30590  in obigem Befehl 
30591 \series bold
30592
30593 \backslash
30594 roman
30595 \series default
30596  durch 
30597 \series bold
30598
30599 \backslash
30600 Roman
30601 \series default
30602 .
30603  Um Fußnoten mit großen oder kleinen Buchstaben zu 
30604 \begin_inset Quotes gld
30605 \end_inset
30606
30607 nummerieren
30608 \begin_inset Quotes grd
30609 \end_inset
30610
30611 , verwenden Sie die Befehle 
30612 \series bold
30613
30614 \backslash
30615 Alph
30616 \series default
30617  oder 
30618 \series bold
30619
30620 \backslash
30621 alph
30622 \series default
30623 .
30624  Für die 
30625 \begin_inset Quotes gld
30626 \end_inset
30627
30628 Nummerierung
30629 \begin_inset Quotes grd
30630 \end_inset
30631
30632  mit Symbolen steht der Befehl 
30633 \series bold
30634
30635 \backslash
30636 fnsymbol
30637 \series default
30638  zur Verfügung.
30639 \end_layout
30640
30641 \begin_layout Standard
30642 \begin_inset Note Greyedout
30643 status open
30644
30645 \begin_layout Plain Layout
30646
30647 \series bold
30648 Bemerkung 1:
30649 \series default
30650  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
30651  
30652 \emph on
30653 ein
30654 \emph default
30655  Buchstabe verwendet wird.
30656 \end_layout
30657
30658 \end_inset
30659
30660
30661 \begin_inset Newline newline
30662 \end_inset
30663
30664
30665 \begin_inset Note Greyedout
30666 status open
30667
30668 \begin_layout Plain Layout
30669
30670 \series bold
30671 Bemerkung 2:
30672 \series default
30673  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
30674 \end_layout
30675
30676 \end_inset
30677
30678
30679 \end_layout
30680
30681 \begin_layout Standard
30682 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
30683 \series bold
30684
30685 \backslash
30686 arabic
30687 \series default
30688  anstelle von 
30689 \series bold
30690
30691 \backslash
30692 roman
30693 \series default
30694  in obigem Befehl.
30695 \begin_inset ERT
30696 status collapsed
30697
30698 \begin_layout Plain Layout
30699
30700
30701 \backslash
30702 renewcommand{
30703 \backslash
30704 thefootnote}{
30705 \backslash
30706 arabic{footnote}}
30707 \end_layout
30708
30709 \end_inset
30710
30711
30712 \end_layout
30713
30714 \begin_layout Standard
30715 \begin_inset VSpace bigskip
30716 \end_inset
30717
30718
30719 \end_layout
30720
30721 \begin_layout Standard
30722 Wenn Sie wollen, dass Fußnoten nach dem Schema 
30723 \begin_inset Quotes gld
30724 \end_inset
30725
30726 Kapitel.Fußnote
30727 \begin_inset Quotes grd
30728 \end_inset
30729
30730  nummeriert werden, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
30731 -Vorspann schreiben:
30732 \end_layout
30733
30734 \begin_layout Standard
30735
30736 \series bold
30737
30738 \backslash
30739 numberwithin{footnote}{chapter}
30740 \end_layout
30741
30742 \begin_layout Standard
30743 Um 
30744 \series bold
30745
30746 \backslash
30747 numberwithin
30748 \series default
30749  benutzen zu können, muss in den 
30750 \family sans
30751 Mathe
30752 \begin_inset space ~
30753 \end_inset
30754
30755 Optionen
30756 \family default
30757  der 
30758 \family sans
30759 Dokument-Einstellungen
30760 \family default
30761  
30762 \family sans
30763 AMS
30764 \begin_inset space ~
30765 \end_inset
30766
30767 Mathe
30768 \begin_inset space ~
30769 \end_inset
30770
30771 Paket
30772 \family default
30773
30774 \begin_inset space ~
30775 \end_inset
30776
30777
30778 \family sans
30779 verwenden
30780 \family default
30781  angekreuzt sein.
30782 \begin_inset ERT
30783 status collapsed
30784
30785 \begin_layout Plain Layout
30786
30787
30788 \backslash
30789 numberwithin{footnote}{chapter}
30790 \end_layout
30791
30792 \end_inset
30793
30794  Hier ist ein Beispiel für solch eine Fußnote.
30795 \series bold
30796
30797 \begin_inset Foot
30798 status open
30799
30800 \begin_layout Plain Layout
30801 Dies ist eine Fußnote nach dem Schema 
30802 \begin_inset Quotes gld
30803 \end_inset
30804
30805 Kapitel.Fußnote
30806 \begin_inset Quotes grd
30807 \end_inset
30808
30809 .
30810 \end_layout
30811
30812 \end_inset
30813
30814
30815 \series default
30816
30817 \begin_inset ERT
30818 status collapsed
30819
30820 \begin_layout Plain Layout
30821
30822
30823 \backslash
30824 renewcommand{
30825 \backslash
30826 thefootnote}{
30827 \backslash
30828 arabic{footnote}}
30829 \end_layout
30830
30831 \end_inset
30832
30833
30834 \end_layout
30835
30836 \begin_layout Standard
30837 \begin_inset Note Greyedout
30838 status open
30839
30840 \begin_layout Plain Layout
30841
30842 \series bold
30843 Bemerkung:
30844 \series default
30845  
30846 \series bold
30847
30848 \backslash
30849 numberwithin
30850 \series default
30851  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
30852  werden überschrieben.
30853 \end_layout
30854
30855 \end_inset
30856
30857
30858 \end_layout
30859
30860 \begin_layout Standard
30861 Um also z.
30862 \begin_inset space \thinspace{}
30863 \end_inset
30864
30865 B.
30866  das Schema 
30867 \begin_inset Quotes gld
30868 \end_inset
30869
30870 Kapitel.
30871 \backslash
30872 Roman{footnote}
30873 \begin_inset Quotes grd
30874 \end_inset
30875
30876  zu erhalten, muss dieser Befehl anstelle von 
30877 \series bold
30878
30879 \backslash
30880 numberwithin
30881 \series default
30882  verwendet werden:
30883 \end_layout
30884
30885 \begin_layout Standard
30886
30887 \series bold
30888
30889 \backslash
30890 renewcommand{
30891 \backslash
30892 thefootnote}{
30893 \backslash
30894 thechapter.
30895 \backslash
30896 Roman{footnote}}
30897 \end_layout
30898
30899 \begin_layout Subsection
30900 Fußnoten-Platzierung
30901 \begin_inset Index idx
30902 status collapsed
30903
30904 \begin_layout Plain Layout
30905 Fußnoten ! Platzierung
30906 \end_layout
30907
30908 \end_inset
30909
30910
30911 \end_layout
30912
30913 \begin_layout Standard
30914 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
30915  ohne Zwischenraum am Ende der Seite gedruckt.
30916  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
30917  \SpecialChar LaTeX
30918 -Vorspann 1.5
30919 \begin_inset space \thinspace{}
30920 \end_inset
30921
30922 mm Zwischenraum einfügen:
30923 \end_layout
30924
30925 \begin_layout Standard
30926
30927 \series bold
30928
30929 \backslash
30930 let
30931 \backslash
30932 myFoot
30933 \backslash
30934 footnote
30935 \begin_inset Newline newline
30936 \end_inset
30937
30938
30939 \backslash
30940 renewcommand{
30941 \backslash
30942 footnote}[1]{
30943 \backslash
30944 myFoot{#1
30945 \backslash
30946 vspace{1.5mm}}}
30947 \end_layout
30948
30949 \begin_layout Standard
30950 \begin_inset VSpace bigskip
30951 \end_inset
30952
30953 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
30954  Spalte gedruckt, Abbildung
30955 \begin_inset space ~
30956 \end_inset
30957
30958
30959 \begin_inset CommandInset ref
30960 LatexCommand ref
30961 reference "abb:Standard-Fußnoten-Platzierung-in"
30962
30963 \end_inset
30964
30965 .
30966  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
30967  in Abbildung
30968 \begin_inset space ~
30969 \end_inset
30970
30971
30972 \begin_inset CommandInset ref
30973 LatexCommand ref
30974 reference "abb:Fußnoten-Platzierung-in-einem"
30975
30976 \end_inset
30977
30978 , müssen Sie das \SpecialChar LaTeX
30979 -Paket 
30980 \series bold
30981 ftnright
30982 \series default
30983
30984 \begin_inset Index idx
30985 status collapsed
30986
30987 \begin_layout Plain Layout
30988 \SpecialChar LaTeX
30989 -Pakete ! ftnright
30990 \end_layout
30991
30992 \end_inset
30993
30994  mit folgendem Befehl im \SpecialChar LaTeX
30995 -Vorspann einfügen:
30996 \end_layout
30997
30998 \begin_layout Standard
30999
31000 \series bold
31001
31002 \backslash
31003 usepackage{ftnright}
31004 \end_layout
31005
31006 \begin_layout Standard
31007 \begin_inset Float figure
31008 placement !h
31009 wide false
31010 sideways false
31011 status open
31012
31013 \begin_layout Plain Layout
31014 \begin_inset ERT
31015 status collapsed
31016
31017 \begin_layout Plain Layout
31018
31019
31020 \backslash
31021 framebox{
31022 \end_layout
31023
31024 \end_inset
31025
31026
31027 \begin_inset Graphics
31028         filename ../clipart/without_fntright.pdf
31029         width 100col%
31030         scaleBeforeRotation
31031
31032 \end_inset
31033
31034
31035 \begin_inset ERT
31036 status collapsed
31037
31038 \begin_layout Plain Layout
31039
31040 }
31041 \end_layout
31042
31043 \end_inset
31044
31045
31046 \end_layout
31047
31048 \begin_layout Plain Layout
31049 \begin_inset Caption Standard
31050
31051 \begin_layout Plain Layout
31052 \begin_inset CommandInset label
31053 LatexCommand label
31054 name "abb:Standard-Fußnoten-Platzierung-in"
31055
31056 \end_inset
31057
31058 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
31059 \begin_inset Argument 1
31060 status open
31061
31062 \begin_layout Plain Layout
31063 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
31064 \end_layout
31065
31066 \end_inset
31067
31068
31069 \end_layout
31070
31071 \end_inset
31072
31073
31074 \end_layout
31075
31076 \end_inset
31077
31078
31079 \end_layout
31080
31081 \begin_layout Standard
31082 \begin_inset Float figure
31083 placement !h
31084 wide false
31085 sideways false
31086 status open
31087
31088 \begin_layout Plain Layout
31089 \begin_inset ERT
31090 status collapsed
31091
31092 \begin_layout Plain Layout
31093
31094
31095 \backslash
31096 framebox{
31097 \end_layout
31098
31099 \end_inset
31100
31101
31102 \begin_inset Graphics
31103         filename ../clipart/with_fntright.pdf
31104         width 100col%
31105         scaleBeforeRotation
31106
31107 \end_inset
31108
31109
31110 \begin_inset ERT
31111 status collapsed
31112
31113 \begin_layout Plain Layout
31114
31115 }
31116 \end_layout
31117
31118 \end_inset
31119
31120
31121 \end_layout
31122
31123 \begin_layout Plain Layout
31124 \begin_inset Caption Standard
31125
31126 \begin_layout Plain Layout
31127 \begin_inset CommandInset label
31128 LatexCommand label
31129 name "abb:Fußnoten-Platzierung-in-einem"
31130
31131 \end_inset
31132
31133 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem \SpecialChar LaTeX
31134 -Paket 
31135 \series bold
31136 ftnright
31137 \series default
31138 .
31139 \begin_inset Argument 1
31140 status collapsed
31141
31142 \begin_layout Plain Layout
31143 Fußnoten-Platzierung mit 
31144 \family typewriter
31145 ftnright
31146 \end_layout
31147
31148 \end_inset
31149
31150
31151 \end_layout
31152
31153 \end_inset
31154
31155
31156 \end_layout
31157
31158 \end_inset
31159
31160
31161 \end_layout
31162
31163 \begin_layout Standard
31164 \begin_inset VSpace bigskip
31165 \end_inset
31166
31167 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
31168  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
31169 \begin_inset space ~
31170 \end_inset
31171
31172
31173 \begin_inset CommandInset ref
31174 LatexCommand ref
31175 reference "abb:endnotes"
31176
31177 \end_inset
31178
31179  gedruckt.
31180  Man nennt sie dann 
31181 \begin_inset Quotes gld
31182 \end_inset
31183
31184 Endnoten
31185 \begin_inset Quotes grd
31186 \end_inset
31187
31188 .
31189 \begin_inset Index idx
31190 status collapsed
31191
31192 \begin_layout Plain Layout
31193 Endnoten
31194 \end_layout
31195
31196 \end_inset
31197
31198  Um das zu erreichen, laden Sie im Menü 
31199 \family sans
31200 Dokument\SpecialChar menuseparator
31201 Einstellungen\SpecialChar menuseparator
31202 Module 
31203 \family default
31204 das Modul 
31205 \family sans
31206 Fußnote
31207 \begin_inset space ~
31208 \end_inset
31209
31210 als
31211 \begin_inset space ~
31212 \end_inset
31213
31214 Endnote
31215 \family default
31216 .
31217  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
31218 \end_layout
31219
31220 \begin_layout Standard
31221
31222 \series bold
31223
31224 \backslash
31225 theendnotes
31226 \end_layout
31227
31228 \begin_layout Standard
31229 als \SpecialChar TeX
31230 -Code am Ende des Abschnitts oder Kapitels ein.
31231 \end_layout
31232
31233 \begin_layout Standard
31234 \begin_inset Float figure
31235 wide false
31236 sideways false
31237 status open
31238
31239 \begin_layout Plain Layout
31240 \align center
31241 \begin_inset ERT
31242 status collapsed
31243
31244 \begin_layout Plain Layout
31245
31246
31247 \backslash
31248 framebox{
31249 \end_layout
31250
31251 \end_inset
31252
31253
31254 \begin_inset Graphics
31255         filename ../clipart/endnotes.pdf
31256         scaleBeforeRotation
31257
31258 \end_inset
31259
31260
31261 \begin_inset ERT
31262 status collapsed
31263
31264 \begin_layout Plain Layout
31265
31266 }
31267 \end_layout
31268
31269 \end_inset
31270
31271
31272 \end_layout
31273
31274 \begin_layout Plain Layout
31275 \begin_inset Caption Standard
31276
31277 \begin_layout Plain Layout
31278 \begin_inset CommandInset label
31279 LatexCommand label
31280 name "abb:endnotes"
31281
31282 \end_inset
31283
31284
31285 \series bold
31286 endnotes
31287 \series default
31288  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
31289  gedruckt.
31290 \end_layout
31291
31292 \end_inset
31293
31294
31295 \end_layout
31296
31297 \end_inset
31298
31299
31300 \end_layout
31301
31302 \begin_layout Standard
31303 \begin_inset VSpace medskip
31304 \end_inset
31305
31306 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
31307 ache übersetzt.
31308  Der folgende Befehl im \SpecialChar LaTeX
31309 -Vorspann  übersetzt den englischen Namen 
31310 \begin_inset Quotes gld
31311 \end_inset
31312
31313 Notes
31314 \begin_inset Quotes grd
31315 \end_inset
31316
31317  in 
31318 \begin_inset Quotes gld
31319 \end_inset
31320
31321 Anmerkungen
31322 \begin_inset Quotes grd
31323 \end_inset
31324
31325 :
31326 \end_layout
31327
31328 \begin_layout Standard
31329
31330 \series bold
31331
31332 \backslash
31333 renewcommand{
31334 \backslash
31335 notesname}{Anmerkungen}
31336 \end_layout
31337
31338 \begin_layout Standard
31339 \begin_inset VSpace medskip
31340 \end_inset
31341
31342 Wenn Sie in den Befehlen von Abschnitt
31343 \begin_inset space ~
31344 \end_inset
31345
31346
31347 \begin_inset CommandInset ref
31348 LatexCommand ref
31349 reference "uab:Fußnoten-Nummerierung"
31350
31351 \end_inset
31352
31353  
31354 \series bold
31355
31356 \backslash
31357 thefootnote
31358 \series default
31359  durch 
31360 \series bold
31361
31362 \backslash
31363 theendnote
31364 \series default
31365  ersetzen, können Sie die Nummerierung von Endnoten ändern.
31366  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
31367 \series bold
31368
31369 \backslash
31370 @addtoreset
31371 \series default
31372  wie in Abschnitt
31373 \begin_inset space \space{}
31374 \end_inset
31375
31376
31377 \begin_inset CommandInset ref
31378 LatexCommand ref
31379 reference "uab:Fußnoten-Nummerierung"
31380
31381 \end_inset
31382
31383  beschrieben und ersetzen 
31384 \series bold
31385 footnote
31386 \series default
31387  durch 
31388 \series bold
31389 endnote
31390 \series default
31391 .
31392 \end_layout
31393
31394 \begin_layout Standard
31395 Für Endnoten gibt es den Befehl 
31396 \series bold
31397
31398 \backslash
31399 endnotemark[Nummer]
31400 \series default
31401  analog zum Befehl 
31402 \series bold
31403
31404 \backslash
31405 footnotemark
31406 \series default
31407  der in Abschnitt
31408 \begin_inset space ~
31409 \end_inset
31410
31411
31412 \begin_inset CommandInset ref
31413 LatexCommand ref
31414 reference "abs:Fußnoten"
31415
31416 \end_inset
31417
31418  beschrieben ist.
31419 \end_layout
31420
31421 \begin_layout Standard
31422 \begin_inset VSpace bigskip
31423 \end_inset
31424
31425 Mit dem \SpecialChar LaTeX
31426 -Paket 
31427 \series bold
31428 footmisc
31429 \series default
31430
31431 \begin_inset Index idx
31432 status collapsed
31433
31434 \begin_layout Plain Layout
31435 \SpecialChar LaTeX
31436 -Pakete ! footmisc
31437 \end_layout
31438
31439 \end_inset
31440
31441  (
31442 \begin_inset CommandInset citation
31443 LatexCommand cite
31444 key "footmisc"
31445
31446 \end_inset
31447
31448 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
31449 \end_layout
31450
31451 \begin_layout Standard
31452 In \SpecialChar LaTeX
31453 -Büchern, 
31454 \begin_inset CommandInset citation
31455 LatexCommand cite
31456 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
31457
31458 \end_inset
31459
31460 , finden Sie weiteres zu Fußnoten.
31461  Wenn Sie eine 
31462 \series bold
31463 KOMA-Script
31464 \series default
31465
31466 \begin_inset Index idx
31467 status collapsed
31468
31469 \begin_layout Plain Layout
31470 \SpecialChar LaTeX
31471 -Pakete ! KOMA-Script
31472 \end_layout
31473
31474 \end_inset
31475
31476  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
31477 zifische Befehle anpassen, siehe 
31478 \begin_inset CommandInset citation
31479 LatexCommand cite
31480 key "KOMA-Script"
31481
31482 \end_inset
31483
31484 .
31485 \end_layout
31486
31487 \begin_layout Section
31488 Randnotizen
31489 \begin_inset Index idx
31490 status collapsed
31491
31492 \begin_layout Plain Layout
31493 Randnotizen
31494 \end_layout
31495
31496 \end_inset
31497
31498
31499 \begin_inset Index idx
31500 status collapsed
31501
31502 \begin_layout Plain Layout
31503 Notizen ! Randnotizen
31504 \end_layout
31505
31506 \end_inset
31507
31508
31509 \end_layout
31510
31511 \begin_layout Standard
31512 Randnotizen sehen in \SpecialChar LyX
31513  wie Fußnoten aus und verhalten sich auch so.
31514  Sie fügen sie mit einem Klick auf den Schalter 
31515 \begin_inset Info
31516 type  "icon"
31517 arg   "marginalnote-insert"
31518 \end_inset
31519
31520  oder über 
31521 \family sans
31522 Einfügen\SpecialChar menuseparator
31523 Randnotiz
31524 \family default
31525  ein.
31526  Ein graues Kästchen mit der Aufschrift 
31527 \begin_inset Quotes gld
31528 \end_inset
31529
31530 Rand
31531 \begin_inset Quotes grd
31532 \end_inset
31533
31534  erscheint
31535 \family roman
31536 \series medium
31537 , und dort, wo der Cursor steht, können Sie Text eingeben.
31538 \end_layout
31539
31540 \begin_layout Standard
31541 Hier am Rand sehen Sie eine Randnotiz.
31542  
31543 \begin_inset Marginal
31544 status open
31545
31546 \begin_layout Plain Layout
31547 Dies ist eine Randnotiz.
31548 \end_layout
31549
31550 \end_inset
31551
31552
31553 \end_layout
31554
31555 \begin_layout Standard
31556 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
31557  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
31558  Seiten und rechts auf den ungeraden.
31559  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
31560  wird und umgekehrt.
31561  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
31562  wurde.
31563 \end_layout
31564
31565 \begin_layout Standard
31566 \begin_inset VSpace bigskip
31567 \end_inset
31568
31569 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
31570 \end_layout
31571
31572 \begin_layout Standard
31573
31574 \series bold
31575
31576 \backslash
31577 reversemarginpar
31578 \end_layout
31579
31580 \begin_layout Standard
31581 als \SpecialChar TeX
31582 -Code vor einer Randnotiz ein.
31583  Das gilt dann für alle folgenden Randnotizen.
31584  
31585 \begin_inset ERT
31586 status collapsed
31587
31588 \begin_layout Plain Layout
31589
31590
31591 \backslash
31592 reversemarginpar 
31593 \end_layout
31594
31595 \end_inset
31596
31597
31598 \begin_inset Marginal
31599 status open
31600
31601 \begin_layout Plain Layout
31602 Hier ist ein Beispiel im inneren Rand.
31603 \end_layout
31604
31605 \end_inset
31606
31607
31608 \begin_inset Newline newline
31609 \end_inset
31610
31611
31612 \begin_inset Note Greyedout
31613 status open
31614
31615 \begin_layout Plain Layout
31616  
31617 \series bold
31618 Achtung:
31619 \series default
31620  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
31621 \end_layout
31622
31623 \end_inset
31624
31625
31626 \end_layout
31627
31628 \begin_layout Standard
31629 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
31630 \end_layout
31631
31632 \begin_layout Standard
31633
31634 \series bold
31635
31636 \backslash
31637 normalmarginpar
31638 \end_layout
31639
31640 \begin_layout Standard
31641 als \SpecialChar TeX
31642 -Code ein.
31643 \begin_inset ERT
31644 status collapsed
31645
31646 \begin_layout Plain Layout
31647
31648
31649 \backslash
31650 normalmarginpar 
31651 \end_layout
31652
31653 \end_inset
31654
31655
31656 \end_layout
31657
31658 \begin_layout Standard
31659 \begin_inset Note Greyedout
31660 status open
31661
31662 \begin_layout Plain Layout
31663
31664 \series bold
31665 Achtung:
31666 \series default
31667  Der Befehl wird missachtet, wenn er im selben Absatz wie 
31668 \series bold
31669
31670 \backslash
31671 reversemarginpar
31672 \series default
31673  verwendet wird.
31674 \end_layout
31675
31676 \end_inset
31677
31678
31679 \end_layout
31680
31681 \begin_layout Standard
31682 \begin_inset VSpace bigskip
31683 \end_inset
31684
31685
31686 \begin_inset Marginal
31687 status open
31688
31689 \begin_layout Plain Layout
31690
31691 \family roman
31692 \series medium
31693 EinSehrLangesWort am Anfang, das umgebrochen wird.
31694 \end_layout
31695
31696 \end_inset
31697
31698  Ähnlich wie in Abschnitt
31699 \begin_inset space ~
31700 \end_inset
31701
31702
31703 \begin_inset CommandInset ref
31704 LatexCommand ref
31705 reference "uab:Mehrere-Zeilen-in"
31706
31707 \end_inset
31708
31709  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
31710  Wort der Randnotiz sind.
31711  Um das zu vermeiden, fügen sie 0
31712 \begin_inset space \thinspace{}
31713 \end_inset
31714
31715 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
31716 \begin_inset Marginal
31717 status open
31718
31719 \begin_layout Plain Layout
31720 \begin_inset space \hspace{}
31721 \length 0pt
31722 \end_inset
31723
31724
31725 \family roman
31726 \series medium
31727 EinSehrLangesWort am Anfang, das umgebrochen wird.
31728 \end_layout
31729
31730 \end_inset
31731
31732
31733 \end_layout
31734
31735 \begin_layout Standard
31736 \begin_inset VSpace bigskip
31737 \end_inset
31738
31739
31740 \end_layout
31741
31742 \begin_layout Standard
31743 \begin_inset Note Greyedout
31744 status open
31745
31746 \begin_layout Plain Layout
31747
31748 \series bold
31749 Bemerkung:
31750 \series default
31751  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
31752  verwendet werden.
31753 \end_layout
31754
31755 \end_inset
31756
31757
31758 \end_layout
31759
31760 \begin_layout Standard
31761 \begin_inset VSpace bigskip
31762 \end_inset
31763
31764
31765 \end_layout
31766
31767 \begin_layout Standard
31768 \begin_inset ERT
31769 status collapsed
31770
31771 \begin_layout Plain Layout
31772
31773
31774 \backslash
31775 ifmarginnote
31776 \end_layout
31777
31778 \end_inset
31779
31780
31781 \begin_inset Note Note
31782 status open
31783
31784 \begin_layout Plain Layout
31785 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
31786 -Paket 
31787 \series bold
31788 marginnote
31789 \series default
31790  installiert ist.
31791 \end_layout
31792
31793 \end_inset
31794
31795
31796 \end_layout
31797
31798 \begin_layout Standard
31799 Diese Einschränkung kann umgangen werden, wenn das \SpecialChar LaTeX
31800 -Paket 
31801 \series bold
31802 marginnote
31803 \series default
31804
31805 \begin_inset Index idx
31806 status collapsed
31807
31808 \begin_layout Plain Layout
31809 \SpecialChar LaTeX
31810 -Pakete ! marginnote
31811 \end_layout
31812
31813 \end_inset
31814
31815  verwendet wird.
31816  Wenn Sie diese zwei Zeilen zum \SpecialChar LaTeX
31817 -Vorspann hinzufügen, wird der Befehl, der
31818  von \SpecialChar LyX
31819  für Randnotizen verwendet wird, umdefiniert, so dass der Befehl des
31820  Pakets 
31821 \series bold
31822 marginnote
31823 \series default
31824  für Randnotizen verwendet wird:
31825 \end_layout
31826
31827 \begin_layout Standard
31828
31829 \series bold
31830
31831 \backslash
31832 usepackage{marginnote}
31833 \begin_inset Newline newline
31834 \end_inset
31835
31836
31837 \backslash
31838 let
31839 \backslash
31840 marginpar
31841 \backslash
31842 marginnote
31843 \end_layout
31844
31845 \begin_layout Standard
31846 Dies wird auch in diesem Dokument verwendet, denn 
31847 \series bold
31848 marginnote
31849 \series default
31850  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
31851  für Randnotizen angeben.
31852  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
31853 n zu dicht beieinander sind.
31854  Der Versatz wird in \SpecialChar LyX
31855  als \SpecialChar TeX
31856 -Code direkt nach der Randnotiz mit dem Schema
31857 \end_layout
31858
31859 \begin_layout Standard
31860
31861 \series bold
31862 [Versatz]
31863 \end_layout
31864
31865 \begin_layout Standard
31866 angegeben.
31867  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
31868 \begin_inset space ~
31869 \end_inset
31870
31871
31872 \begin_inset CommandInset ref
31873 LatexCommand ref
31874 reference "tab:Maßeinheiten"
31875
31876 \end_inset
31877
31878  aufgelistet sind.
31879  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
31880  nach unten.
31881  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
31882 \begin_inset space \thinspace{}
31883 \end_inset
31884
31885 cm mit dem \SpecialChar TeX
31886 -Code-Befehl  
31887 \begin_inset Quotes gld
31888 \end_inset
31889
31890
31891 \series bold
31892 [-1.5cm]
31893 \series default
31894
31895 \begin_inset Quotes grd
31896 \end_inset
31897
31898  nach oben versetzt.
31899 \begin_inset Marginal
31900 status open
31901
31902 \begin_layout Plain Layout
31903 Diese Randnotiz ist 1.5
31904 \begin_inset space \thinspace{}
31905 \end_inset
31906
31907 cm von ihrer Originalposition nach oben versetzt.
31908 \end_layout
31909
31910 \end_inset
31911
31912
31913 \begin_inset ERT
31914 status collapsed
31915
31916 \begin_layout Plain Layout
31917
31918 [-1.5cm]
31919 \end_layout
31920
31921 \end_inset
31922
31923
31924 \end_layout
31925
31926 \begin_layout Standard
31927 \begin_inset VSpace medskip
31928 \end_inset
31929
31930 Mit 
31931 \series bold
31932 marginnote
31933 \series default
31934  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
31935  Zum Beispiel setzen die Befehle
31936 \end_layout
31937
31938 \begin_layout Standard
31939
31940 \series bold
31941
31942 \backslash
31943 renewcommand*{
31944 \backslash
31945 raggedleftmarginnote}{
31946 \backslash
31947 centering}
31948 \begin_inset Newline newline
31949 \end_inset
31950
31951
31952 \backslash
31953 renewcommand*{
31954 \backslash
31955 raggedrightmarginnote}{
31956 \backslash
31957 centering}
31958 \end_layout
31959
31960 \begin_layout Standard
31961 die Ausrichtung auf zentriert.
31962  
31963 \series bold
31964
31965 \backslash
31966 raggedleftmarginnote
31967 \series default
31968  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
31969  
31970 \begin_inset ERT
31971 status collapsed
31972
31973 \begin_layout Plain Layout
31974
31975
31976 \backslash
31977 renewcommand*{
31978 \backslash
31979 raggedleftmarginnote}{
31980 \backslash
31981 centering}
31982 \end_layout
31983
31984 \begin_layout Plain Layout
31985
31986
31987 \backslash
31988 renewcommand*{
31989 \backslash
31990 raggedrightmarginnote}{
31991 \backslash
31992 centering}
31993 \end_layout
31994
31995 \end_inset
31996
31997
31998 \begin_inset Marginal
31999 status open
32000
32001 \begin_layout Plain Layout
32002 Der Text dieser Randnotiz ist zentriert ausgerichtet.
32003 \end_layout
32004
32005 \end_inset
32006
32007  Die Voreinstellung ist
32008 \end_layout
32009
32010 \begin_layout Standard
32011
32012 \series bold
32013
32014 \backslash
32015 renewcommand*{
32016 \backslash
32017 raggedleftmarginnote}{
32018 \backslash
32019 raggedleft}
32020 \begin_inset Newline newline
32021 \end_inset
32022
32023
32024 \backslash
32025 renewcommand*{
32026 \backslash
32027 raggedrightmarginnote}{
32028 \backslash
32029 raggedright}
32030 \series default
32031
32032 \begin_inset ERT
32033 status collapsed
32034
32035 \begin_layout Plain Layout
32036
32037
32038 \backslash
32039 renewcommand*{
32040 \backslash
32041 raggedleftmarginnote}{
32042 \backslash
32043 raggedleft}
32044 \end_layout
32045
32046 \begin_layout Plain Layout
32047
32048
32049 \backslash
32050 renewcommand*{
32051 \backslash
32052 raggedrightmarginnote}{
32053 \backslash
32054 raggedright}
32055 \end_layout
32056
32057 \end_inset
32058
32059
32060 \end_layout
32061
32062 \begin_layout Standard
32063 \begin_inset VSpace medskip
32064 \end_inset
32065
32066 Für weitere Fähigkeiten des Pakets 
32067 \series bold
32068 marginnote
32069 \series default
32070  sei auf dessen Dokumentation verwiesen 
32071 \begin_inset CommandInset citation
32072 LatexCommand cite
32073 key "marginnote"
32074
32075 \end_inset
32076
32077 .
32078 \end_layout
32079
32080 \begin_layout Standard
32081 \begin_inset VSpace bigskip
32082 \end_inset
32083
32084 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
32085  geändert werden.
32086  Um z.
32087 \begin_inset space \thinspace{}
32088 \end_inset
32089
32090 B.
32091  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
32092  und fettgedruckten Text 
32093 \begin_inset Quotes eld
32094 \end_inset
32095
32096
32097 \family sans
32098 \series bold
32099 \bar under
32100 Achtung!
32101 \family default
32102 \series default
32103 \bar default
32104
32105 \begin_inset Quotes erd
32106 \end_inset
32107
32108  zu erstellen, fügen Sie dies zum \SpecialChar LaTeX
32109 -Vorspann hinzu:
32110 \end_layout
32111
32112 \begin_layout Standard
32113
32114 \series bold
32115
32116 \backslash
32117 let
32118 \backslash
32119 myMarginpar
32120 \backslash
32121 marginpar
32122 \begin_inset Newline newline
32123 \end_inset
32124
32125
32126 \backslash
32127 renewcommand{
32128 \backslash
32129 marginpar}[1]{
32130 \backslash
32131 myMarginpar{%
32132 \begin_inset Newline newline
32133 \end_inset
32134
32135
32136 \begin_inset Phantom HPhantom
32137 status open
32138
32139 \begin_layout Plain Layout
32140
32141 \series bold
32142 \begin_inset space ~
32143 \end_inset
32144
32145
32146 \end_layout
32147
32148 \end_inset
32149
32150
32151 \backslash
32152 hspace{0pt}
32153 \backslash
32154 textsf{
32155 \backslash
32156 textbf{
32157 \backslash
32158 underbar{Achtung!}}}%
32159 \begin_inset Newline newline
32160 \end_inset
32161
32162
32163 \begin_inset Phantom HPhantom
32164 status open
32165
32166 \begin_layout Plain Layout
32167
32168 \series bold
32169 \begin_inset space ~
32170 \end_inset
32171
32172
32173 \end_layout
32174
32175 \end_inset
32176
32177
32178 \backslash
32179 vspace{1.5mm}
32180 \backslash
32181
32182 \backslash
32183 #1}}
32184 \end_layout
32185
32186 \begin_layout Standard
32187 \begin_inset ERT
32188 status collapsed
32189
32190 \begin_layout Plain Layout
32191
32192
32193 \backslash
32194 let
32195 \backslash
32196 myMarginpar
32197 \backslash
32198 marginpar
32199 \end_layout
32200
32201 \begin_layout Plain Layout
32202
32203
32204 \backslash
32205 renewcommand{
32206 \backslash
32207 marginpar}[1]{
32208 \backslash
32209 myMarginpar{%
32210 \end_layout
32211
32212 \begin_layout Plain Layout
32213
32214    
32215 \backslash
32216 textsf{
32217 \backslash
32218 textbf{
32219 \backslash
32220 underbar{Achtung!}}}%
32221 \end_layout
32222
32223 \begin_layout Plain Layout
32224
32225    
32226 \backslash
32227 vspace{1.5mm}
32228 \backslash
32229
32230 \backslash
32231 #1}}
32232 \end_layout
32233
32234 \end_inset
32235
32236
32237 \begin_inset Marginal
32238 status open
32239
32240 \begin_layout Plain Layout
32241 Dies ist eine Randnotiz mit einer definierten Überschrift.
32242 \end_layout
32243
32244 \end_inset
32245
32246
32247 \begin_inset ERT
32248 status collapsed
32249
32250 \begin_layout Plain Layout
32251
32252 [-1.5cm]
32253 \end_layout
32254
32255 \end_inset
32256
32257
32258 \begin_inset ERT
32259 status collapsed
32260
32261 \begin_layout Plain Layout
32262
32263
32264 \backslash
32265 renewcommand{
32266 \backslash
32267 marginpar}[1]{
32268 \backslash
32269 myMarginpar{#1}}
32270 \end_layout
32271
32272 \end_inset
32273
32274
32275 \begin_inset Note Note
32276 status open
32277
32278 \begin_layout Plain Layout
32279 Das Format wurde nur für dieses Beispiel geändert.
32280 \end_layout
32281
32282 \end_inset
32283
32284
32285 \end_layout
32286
32287 \begin_layout Standard
32288 \begin_inset ERT
32289 status collapsed
32290
32291 \begin_layout Plain Layout
32292
32293
32294 \backslash
32295 else
32296 \end_layout
32297
32298 \end_inset
32299
32300
32301 \begin_inset Note Note
32302 status open
32303
32304 \begin_layout Plain Layout
32305 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
32306 -Paket 
32307 \series bold
32308 marginnote
32309 \series default
32310  nicht installiert ist:
32311 \end_layout
32312
32313 \end_inset
32314
32315
32316 \end_layout
32317
32318 \begin_layout Standard
32319 Das \SpecialChar LaTeX
32320 -Paket 
32321 \series bold
32322 marginnote
32323 \series default
32324  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
32325 \end_layout
32326
32327 \begin_layout Standard
32328 \begin_inset ERT
32329 status collapsed
32330
32331 \begin_layout Plain Layout
32332
32333
32334 \backslash
32335 fi
32336 \end_layout
32337
32338 \end_inset
32339
32340
32341 \end_layout
32342
32343 \begin_layout Chapter
32344 Boxen
32345 \end_layout
32346
32347 \begin_layout Section
32348 Einleitung
32349 \begin_inset Index idx
32350 status collapsed
32351
32352 \begin_layout Plain Layout
32353 Boxen ! Einleitung
32354 \end_layout
32355
32356 \end_inset
32357
32358
32359 \end_layout
32360
32361 \begin_layout Standard
32362 Boxen werden benutzt, um einen Textblock zu formatieren.
32363  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
32364  siehe Abschnitt
32365 \begin_inset space ~
32366 \end_inset
32367
32368
32369 \begin_inset CommandInset ref
32370 LatexCommand ref
32371 reference "abs:Minipage"
32372
32373 \end_inset
32374
32375 , um Text zu umrahmen, siehe Abschnitt
32376 \begin_inset space ~
32377 \end_inset
32378
32379
32380 \begin_inset CommandInset ref
32381 LatexCommand ref
32382 reference "uab:Verzierung"
32383
32384 \end_inset
32385
32386 , um Silbentrennung zu verhindern, siehe Abschnitt
32387 \begin_inset space ~
32388 \end_inset
32389
32390
32391 \begin_inset CommandInset ref
32392 LatexCommand ref
32393 reference "abs:Silbentrennung-unterbinden"
32394
32395 \end_inset
32396
32397 , um Text senkrecht auszurichten, siehe Abschnitt
32398 \begin_inset space ~
32399 \end_inset
32400
32401
32402 \begin_inset CommandInset ref
32403 LatexCommand ref
32404 reference "uab:Vertikale-Ausrichtung"
32405
32406 \end_inset
32407
32408  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
32409 \begin_inset space ~
32410 \end_inset
32411
32412
32413 \begin_inset CommandInset ref
32414 LatexCommand ref
32415 reference "abs:Farbige-Boxen"
32416
32417 \end_inset
32418
32419 .
32420 \end_layout
32421
32422 \begin_layout Standard
32423 Boxen werden mit 
32424 \family sans
32425 Einfügen\SpecialChar menuseparator
32426 Box
32427 \family default
32428  oder dem Schalter 
32429 \begin_inset Info
32430 type  "icon"
32431 arg   "box-insert Frameless"
32432 \end_inset
32433
32434  eingefügt.
32435  Ein graues Kästchen mit der Aufschrift 
32436 \begin_inset Quotes gld
32437 \end_inset
32438
32439 Box (Minipage)
32440 \begin_inset Quotes grd
32441 \end_inset
32442
32443  erscheint: 
32444 \begin_inset Graphics
32445         filename clipart/StandardBox.png
32446         scale 85
32447         scaleBeforeRotation
32448
32449 \end_inset
32450
32451  Mit einem Rechts\SpecialChar softhyphen
32452 klick auf das graue Kästchen und der Auswahl von 
32453 \family sans
32454 Einstellungen
32455 \family default
32456  kann der Typ spezifiziert werden.
32457  Das Dialogfenster bietet bei 
32458 \family sans
32459 Innere
32460 \begin_inset space ~
32461 \end_inset
32462
32463 Box
32464 \family default
32465  die Typen 
32466 \family sans
32467 Makebox
32468 \family default
32469
32470 \family sans
32471 Parbox
32472 \family default
32473  und 
32474 \family sans
32475 Minipage
32476 \family default
32477  an.
32478  
32479 \family sans
32480 Minipage
32481 \family default
32482  ist die Standard-Einstellung für neue Boxen und in Abschnitt
32483 \begin_inset space ~
32484 \end_inset
32485
32486
32487 \begin_inset CommandInset ref
32488 LatexCommand ref
32489 reference "abs:Minipage"
32490
32491 \end_inset
32492
32493  beschrieben, 
32494 \family sans
32495 Parbox
32496 \family default
32497  in Abschnitt
32498 \begin_inset space ~
32499 \end_inset
32500
32501
32502 \begin_inset CommandInset ref
32503 LatexCommand ref
32504 reference "abs:Parbox"
32505
32506 \end_inset
32507
32508  und 
32509 \family sans
32510 Makebox
32511 \family default
32512  in 
32513 \begin_inset CommandInset ref
32514 LatexCommand ref
32515 reference "abs:Silbentrennung-unterbinden"
32516
32517 \end_inset
32518
32519 .
32520 \end_layout
32521
32522 \begin_layout Standard
32523 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
32524  wie auf Gleitobjekte und Fußnoten.
32525 \end_layout
32526
32527 \begin_layout Standard
32528 \begin_inset Note Greyedout
32529 status open
32530
32531 \begin_layout Plain Layout
32532
32533 \series bold
32534 Bemerkung
32535 \begin_inset space ~
32536 \end_inset
32537
32538 1:
32539 \series default
32540  Boxen dürfen in 
32541 \family sans
32542 List-
32543 \family default
32544  oder 
32545 \family sans
32546 Beschreibung-
32547 \family default
32548 Umgebungen nicht verwendet werden.
32549 \end_layout
32550
32551 \end_inset
32552
32553
32554 \end_layout
32555
32556 \begin_layout Standard
32557 \begin_inset Note Greyedout
32558 status open
32559
32560 \begin_layout Plain Layout
32561
32562 \series bold
32563 Bemerkung
32564 \begin_inset space ~
32565 \end_inset
32566
32567 2:
32568 \series default
32569  Boxen ohne 
32570 \family sans
32571 Innere
32572 \begin_inset space ~
32573 \end_inset
32574
32575 Box
32576 \family default
32577  und ohne Rahmen werden in Abschnitt
32578 \begin_inset space ~
32579 \end_inset
32580
32581
32582 \begin_inset CommandInset ref
32583 LatexCommand ref
32584 reference "abs:Silbentrennung-unterbinden"
32585
32586 \end_inset
32587
32588  beschrieben.
32589 \end_layout
32590
32591 \end_inset
32592
32593
32594 \end_layout
32595
32596 \begin_layout Section
32597 Das Box-Einstellungen-Fenster
32598 \begin_inset CommandInset label
32599 LatexCommand label
32600 name "abs:Box-Dialog"
32601
32602 \end_inset
32603
32604
32605 \begin_inset Index idx
32606 status collapsed
32607
32608 \begin_layout Plain Layout
32609 Boxen ! Box-Dialog-Fenster
32610 \end_layout
32611
32612 \end_inset
32613
32614
32615 \end_layout
32616
32617 \begin_layout Subsection
32618 Box-Größe
32619 \begin_inset Index idx
32620 status collapsed
32621
32622 \begin_layout Plain Layout
32623 Boxen ! Größe
32624 \end_layout
32625
32626 \end_inset
32627
32628
32629 \end_layout
32630
32631 \begin_layout Standard
32632 Im 
32633 \family sans
32634 Box-Einstellungen
32635 \family default
32636 -Fenster können Sie die Größe der Box mit 
32637 \family sans
32638 Breite
32639 \family default
32640  und 
32641 \family sans
32642 Höhe 
32643 \family default
32644 festlegen.
32645  Die verfügbaren Einheiten werden in Tabelle
32646 \begin_inset space ~
32647 \end_inset
32648
32649
32650 \begin_inset CommandInset ref
32651 LatexCommand ref
32652 reference "tab:Maßeinheiten"
32653
32654 \end_inset
32655
32656  aufgelistet.
32657  Das Feld
32658 \family sans
32659  Höhe
32660 \family default
32661  bietet die folgenden zusätzlichen Größen:
32662 \end_layout
32663
32664 \begin_layout Description
32665 Tiefe Dies ist die reine Text-
32666 \begin_inset Quotes gld
32667 \end_inset
32668
32669 Höhe
32670 \begin_inset Quotes grd
32671 \end_inset
32672
32673 .
32674  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
32675 \begin_inset Newline newline
32676 \end_inset
32677
32678
32679 \begin_inset Newline newline
32680 \end_inset
32681
32682
32683 \begin_inset Newline newline
32684 \end_inset
32685
32686
32687 \begin_inset Box Boxed
32688 position "c"
32689 hor_pos "c"
32690 has_inner_box 1
32691 inner_pos "c"
32692 use_parbox 0
32693 use_makebox 0
32694 width "12col%"
32695 special "none"
32696 height "1in"
32697 height_special "depth"
32698 thickness "0.4pt"
32699 separation "3pt"
32700 shadowsize "4pt"
32701 framecolor "black"
32702 backgroundcolor "none"
32703 status collapsed
32704
32705 \begin_layout Plain Layout
32706 \align center
32707 Box-Höhe = 1
32708 \begin_inset space \thinspace{}
32709 \end_inset
32710
32711 Tiefe
32712 \end_layout
32713
32714 \end_inset
32715
32716
32717 \begin_inset Newline newline
32718 \end_inset
32719
32720
32721 \begin_inset Newline newline
32722 \end_inset
32723
32724
32725 \end_layout
32726
32727 \begin_layout Description
32728 Höhe Dies ist die Texthöhe innerhalb der Box.
32729  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
32730  Texthöhe setzen: 
32731 \begin_inset Box Boxed
32732 position "c"
32733 hor_pos "c"
32734 has_inner_box 1
32735 inner_pos "c"
32736 use_parbox 0
32737 use_makebox 0
32738 width "20col%"
32739 special "none"
32740 height "2in"
32741 height_special "height"
32742 thickness "0.4pt"
32743 separation "3pt"
32744 shadowsize "4pt"
32745 framecolor "black"
32746 backgroundcolor "none"
32747 status collapsed
32748
32749 \begin_layout Plain Layout
32750 \align center
32751 Boxhöhe = 2
32752 \begin_inset space \thinspace{}
32753 \end_inset
32754
32755 Höhe
32756 \end_layout
32757
32758 \end_inset
32759
32760
32761 \end_layout
32762
32763 \begin_layout Description
32764 Gesamthöhe Dies ist Höhe
32765 \begin_inset space \thinspace{}
32766 \end_inset
32767
32768 +
32769 \begin_inset space \thinspace{}
32770 \end_inset
32771
32772 Tiefe: 
32773 \begin_inset Box Boxed
32774 position "c"
32775 hor_pos "c"
32776 has_inner_box 1
32777 inner_pos "c"
32778 use_parbox 0
32779 use_makebox 0
32780 width "20col%"
32781 special "none"
32782 height "1in"
32783 height_special "totalheight"
32784 thickness "0.4pt"
32785 separation "3pt"
32786 shadowsize "4pt"
32787 framecolor "black"
32788 backgroundcolor "none"
32789 status collapsed
32790
32791 \begin_layout Plain Layout
32792 \align center
32793 Boxhöhe = 1
32794 \begin_inset space \thinspace{}
32795 \end_inset
32796
32797 Gesamthöhe
32798 \end_layout
32799
32800 \end_inset
32801
32802
32803 \end_layout
32804
32805 \begin_layout Description
32806 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
32807 \begin_inset Box Boxed
32808 position "c"
32809 hor_pos "c"
32810 has_inner_box 1
32811 inner_pos "c"
32812 use_parbox 0
32813 use_makebox 0
32814 width "12col%"
32815 special "none"
32816 height "1in"
32817 height_special "width"
32818 thickness "0.4pt"
32819 separation "3pt"
32820 shadowsize "4pt"
32821 framecolor "black"
32822 backgroundcolor "none"
32823 status collapsed
32824
32825 \begin_layout Plain Layout
32826 \align center
32827 Boxhöhe = 1
32828 \begin_inset space \thinspace{}
32829 \end_inset
32830
32831 Breite
32832 \end_layout
32833
32834 \end_inset
32835
32836
32837 \end_layout
32838
32839 \begin_layout Subsection
32840 Ausrichtung
32841 \begin_inset Index idx
32842 status collapsed
32843
32844 \begin_layout Plain Layout
32845 Boxen ! Ausrichtung
32846 \end_layout
32847
32848 \end_inset
32849
32850
32851 \end_layout
32852
32853 \begin_layout Standard
32854 Wenn Sie eine 
32855 \family sans
32856 Innere
32857 \begin_inset space ~
32858 \end_inset
32859
32860 Box
32861 \family default
32862  gewählt haben, kann die Box mit folgenden Werten für 
32863 \family sans
32864 Box
32865 \family default
32866  senkrecht ausgerichtet werden:
32867 \end_layout
32868
32869 \begin_layout Description
32870 Oben Dies ist ein Beispieltext.
32871  
32872 \begin_inset Box Boxed
32873 position "t"
32874 hor_pos "c"
32875 has_inner_box 1
32876 inner_pos "c"
32877 use_parbox 0
32878 use_makebox 0
32879 width "20col%"
32880 special "none"
32881 height "1in"
32882 height_special "totalheight"
32883 thickness "0.4pt"
32884 separation "3pt"
32885 shadowsize "4pt"
32886 framecolor "black"
32887 backgroundcolor "none"
32888 status collapsed
32889
32890 \begin_layout Plain Layout
32891 \align center
32892 Die Ober\SpecialChar softhyphen
32893 kante der Box ist in der Zeile.
32894 \end_layout
32895
32896 \end_inset
32897
32898  Dies ist ein Beispieltext.
32899 \end_layout
32900
32901 \begin_layout Description
32902 Mitte Dies ist ein Beispieltext.
32903  
32904 \begin_inset Box Boxed
32905 position "c"
32906 hor_pos "c"
32907 has_inner_box 1
32908 inner_pos "c"
32909 use_parbox 0
32910 use_makebox 0
32911 width "20col%"
32912 special "none"
32913 height "1in"
32914 height_special "totalheight"
32915 thickness "0.4pt"
32916 separation "3pt"
32917 shadowsize "4pt"
32918 framecolor "black"
32919 backgroundcolor "none"
32920 status collapsed
32921
32922 \begin_layout Plain Layout
32923 \align center
32924 Die Mitte der Box ist in der Zeile.
32925 \end_layout
32926
32927 \end_inset
32928
32929  Dies ist ein Beispieltext.
32930 \end_layout
32931
32932 \begin_layout Description
32933 Unten Dies ist ein Beispieltext.
32934  
32935 \begin_inset Box Boxed
32936 position "b"
32937 hor_pos "c"
32938 has_inner_box 1
32939 inner_pos "c"
32940 use_parbox 0
32941 use_makebox 0
32942 width "20col%"
32943 special "none"
32944 height "1in"
32945 height_special "totalheight"
32946 thickness "0.4pt"
32947 separation "3pt"
32948 shadowsize "4pt"
32949 framecolor "black"
32950 backgroundcolor "none"
32951 status collapsed
32952
32953 \begin_layout Plain Layout
32954 \align center
32955 Die Unter\SpecialChar softhyphen
32956 kante der Box ist in der Zeile.
32957 \end_layout
32958
32959 \end_inset
32960
32961  Dies ist ein Beispieltext.
32962 \end_layout
32963
32964 \begin_layout Standard
32965 \begin_inset Note Greyedout
32966 status open
32967
32968 \begin_layout Plain Layout
32969
32970 \series bold
32971 Bemerkung:
32972 \series default
32973  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
32974  Boxen in einer Zeile sind und eine Box z.
32975 \begin_inset space \thinspace{}
32976 \end_inset
32977
32978 B.
32979  schattiert ist, die andere aber nicht.
32980 \end_layout
32981
32982 \end_inset
32983
32984
32985 \end_layout
32986
32987 \begin_layout Standard
32988 Eine Box kann mit dem Dialog 
32989 \family sans
32990 Absatz-Einstellungen
32991 \family default
32992  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
32993 \end_layout
32994
32995 \begin_layout Standard
32996 \begin_inset VSpace bigskip
32997 \end_inset
32998
32999 Wenn Sie eine 
33000 \family sans
33001 Innere
33002 \begin_inset space ~
33003 \end_inset
33004
33005 Box
33006 \family default
33007  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
33008 \family sans
33009 Inhalt
33010 \family default
33011  senkrecht ausgerichtet werden:
33012 \end_layout
33013
33014 \begin_layout Description
33015 Oben Dies ist ein Beispieltext.
33016  
33017 \begin_inset Box Boxed
33018 position "c"
33019 hor_pos "c"
33020 has_inner_box 1
33021 inner_pos "t"
33022 use_parbox 0
33023 use_makebox 0
33024 width "20col%"
33025 special "none"
33026 height "1.5in"
33027 height_special "totalheight"
33028 thickness "0.4pt"
33029 separation "3pt"
33030 shadowsize "4pt"
33031 framecolor "black"
33032 backgroundcolor "none"
33033 status collapsed
33034
33035 \begin_layout Plain Layout
33036 \align center
33037 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
33038 \end_layout
33039
33040 \end_inset
33041
33042  Dies ist ein Beispieltext.
33043 \end_layout
33044
33045 \begin_layout Description
33046 Mitte Dies ist ein Beispieltext.
33047  
33048 \begin_inset Box Boxed
33049 position "c"
33050 hor_pos "c"
33051 has_inner_box 1
33052 inner_pos "c"
33053 use_parbox 0
33054 use_makebox 0
33055 width "20col%"
33056 special "none"
33057 height "1.5in"
33058 height_special "totalheight"
33059 thickness "0.4pt"
33060 separation "3pt"
33061 shadowsize "4pt"
33062 framecolor "black"
33063 backgroundcolor "none"
33064 status collapsed
33065
33066 \begin_layout Plain Layout
33067 \align center
33068 Der Boxinhalt ist zentriert ausgerichtet.
33069 \end_layout
33070
33071 \end_inset
33072
33073  Dies ist ein Beispieltext.
33074 \end_layout
33075
33076 \begin_layout Description
33077 Unten Dies ist ein Beispieltext.
33078  
33079 \begin_inset Box Boxed
33080 position "c"
33081 hor_pos "c"
33082 has_inner_box 1
33083 inner_pos "b"
33084 use_parbox 0
33085 use_makebox 0
33086 width "20col%"
33087 special "none"
33088 height "1.5in"
33089 height_special "totalheight"
33090 thickness "0.4pt"
33091 separation "3pt"
33092 shadowsize "4pt"
33093 framecolor "black"
33094 backgroundcolor "none"
33095 status collapsed
33096
33097 \begin_layout Plain Layout
33098 \align center
33099 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
33100 \end_layout
33101
33102 \end_inset
33103
33104  Dies ist ein Beispieltext.
33105 \end_layout
33106
33107 \begin_layout Description
33108 Dehnen Dies ist ein Beispieltext.
33109  
33110 \begin_inset Box Boxed
33111 position "c"
33112 hor_pos "c"
33113 has_inner_box 1
33114 inner_pos "s"
33115 use_parbox 0
33116 use_makebox 0
33117 width "20col%"
33118 special "none"
33119 height "1in"
33120 height_special "totalheight"
33121 thickness "0.4pt"
33122 separation "3pt"
33123 shadowsize "4pt"
33124 framecolor "black"
33125 backgroundcolor "none"
33126 status collapsed
33127
33128 \begin_layout Plain Layout
33129 \align center
33130 Der Boxinhalt
33131 \end_layout
33132
33133 \begin_layout Plain Layout
33134 \align center
33135 ist über die
33136 \end_layout
33137
33138 \begin_layout Plain Layout
33139 \align center
33140 Boxhöhe
33141 \end_layout
33142
33143 \begin_layout Plain Layout
33144 \align center
33145 gleichmäßig verteilt.
33146 \end_layout
33147
33148 \end_inset
33149
33150  Dies ist ein Beispieltext.
33151 \end_layout
33152
33153 \begin_layout Standard
33154 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
33155  besteht.
33156  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
33157 \end_layout
33158
33159 \begin_layout Standard
33160 Ein Boxinhalt kann mit dem Dialog 
33161 \family sans
33162 Absatz-Einstellungen
33163 \family default
33164  waagerecht ausgerichtet werden, wenn Sie eine
33165 \family sans
33166  Innere
33167 \begin_inset space ~
33168 \end_inset
33169
33170 Box
33171 \family default
33172  gewählt haben.
33173 \begin_inset Separator parbreak
33174 \end_inset
33175
33176
33177 \end_layout
33178
33179 \begin_layout Standard
33180 \align center
33181 \begin_inset Box Boxed
33182 position "c"
33183 hor_pos "c"
33184 has_inner_box 1
33185 inner_pos "s"
33186 use_parbox 0
33187 use_makebox 0
33188 width "30col%"
33189 special "none"
33190 height "1.25in"
33191 height_special "totalheight"
33192 thickness "0.4pt"
33193 separation "3pt"
33194 shadowsize "4pt"
33195 framecolor "black"
33196 backgroundcolor "none"
33197 status collapsed
33198
33199 \begin_layout Plain Layout
33200 \align left
33201 Hier ist jede Zeile
33202 \end_layout
33203
33204 \begin_layout Plain Layout
33205 \align center
33206 anders
33207 \end_layout
33208
33209 \begin_layout Plain Layout
33210 \align right
33211 ausgerichtet.
33212 \end_layout
33213
33214 \end_inset
33215
33216
33217 \end_layout
33218
33219 \begin_layout Standard
33220 Wenn Sie keine
33221 \family sans
33222  Innere
33223 \begin_inset space ~
33224 \end_inset
33225
33226 Box
33227 \family default
33228  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
33229 \family sans
33230 Box-Einstellungen-
33231 \family default
33232 Dialog ausrichten
33233 \begin_inset Separator parbreak
33234 \end_inset
33235
33236
33237 \end_layout
33238
33239 \begin_layout Standard
33240 \align center
33241 \begin_inset Box Boxed
33242 position "c"
33243 hor_pos "s"
33244 has_inner_box 0
33245 inner_pos "s"
33246 use_parbox 0
33247 use_makebox 0
33248 width "90col%"
33249 special "none"
33250 height "1.25in"
33251 height_special "totalheight"
33252 thickness "0.4pt"
33253 separation "3pt"
33254 shadowsize "4pt"
33255 framecolor "black"
33256 backgroundcolor "none"
33257 status collapsed
33258
33259 \begin_layout Plain Layout
33260 Dieser Boxinhalt wurde horizontal gedehnt.
33261 \end_layout
33262
33263 \end_inset
33264
33265
33266 \end_layout
33267
33268 \begin_layout Subsection
33269 Verzierung
33270 \begin_inset CommandInset label
33271 LatexCommand label
33272 name "uab:Verzierung"
33273
33274 \end_inset
33275
33276
33277 \begin_inset Index idx
33278 status collapsed
33279
33280 \begin_layout Plain Layout
33281 Boxen ! Verzierung
33282 \end_layout
33283
33284 \end_inset
33285
33286
33287 \end_layout
33288
33289 \begin_layout Standard
33290 Im 
33291 \family sans
33292 Box-Einstellungen-
33293 \family default
33294 Dialog können Sie mit der 
33295 \family sans
33296 Verzierung
33297 \family default
33298  den Typ der Box auswählen:
33299 \end_layout
33300
33301 \begin_layout Description
33302 Kein
33303 \begin_inset space ~
33304 \end_inset
33305
33306 Rahmen Nichts wird gezeichnet.
33307 \end_layout
33308
33309 \begin_layout Description
33310 Einfacher
33311 \begin_inset space ~
33312 \end_inset
33313
33314 rechteckiger
33315 \begin_inset space ~
33316 \end_inset
33317
33318 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
33319  Die Rahmendicke kann festgelegt werden.
33320  
33321 \begin_inset Box Boxed
33322 position "c"
33323 hor_pos "c"
33324 has_inner_box 1
33325 inner_pos "c"
33326 use_parbox 0
33327 use_makebox 0
33328 width "21col%"
33329 special "none"
33330 height "1in"
33331 height_special "totalheight"
33332 thickness "0.4pt"
33333 separation "3pt"
33334 shadowsize "4pt"
33335 framecolor "black"
33336 backgroundcolor "none"
33337 status collapsed
33338
33339 \begin_layout Plain Layout
33340
33341 \series medium
33342 Rechteckige
33343 \begin_inset space ~
33344 \end_inset
33345
33346 Box
33347 \end_layout
33348
33349 \end_inset
33350
33351
33352 \end_layout
33353
33354 \begin_layout Description
33355 erlaube
33356 \begin_inset space ~
33357 \end_inset
33358
33359 Seitenumbrüche 
33360 \end_layout
33361
33362 \begin_layout Description
33363 Ovaler
33364 \begin_inset space ~
33365 \end_inset
33366
33367 Rahmen,
33368 \begin_inset space ~
33369 \end_inset
33370
33371 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
33372  Die Rahmendicke ist 0.4
33373 \begin_inset space \thinspace{}
33374 \end_inset
33375
33376 pt.
33377  
33378 \begin_inset Box ovalbox
33379 position "c"
33380 hor_pos "c"
33381 has_inner_box 1
33382 inner_pos "c"
33383 use_parbox 0
33384 use_makebox 0
33385 width "20col%"
33386 special "none"
33387 height "1in"
33388 height_special "totalheight"
33389 thickness "0.4pt"
33390 separation "3pt"
33391 shadowsize "4pt"
33392 framecolor "black"
33393 backgroundcolor "none"
33394 status collapsed
33395
33396 \begin_layout Plain Layout
33397 Ovale
33398 \begin_inset space ~
33399 \end_inset
33400
33401 Box,
33402 \begin_inset space ~
33403 \end_inset
33404
33405 dünn
33406 \end_layout
33407
33408 \end_inset
33409
33410
33411 \end_layout
33412
33413 \begin_layout Description
33414 Ovaler
33415 \begin_inset space ~
33416 \end_inset
33417
33418 Rahmen,
33419 \begin_inset space ~
33420 \end_inset
33421
33422 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
33423  Die Rahmendicke ist 0.8
33424 \begin_inset space \thinspace{}
33425 \end_inset
33426
33427 pt.
33428  
33429 \begin_inset Box Ovalbox
33430 position "c"
33431 hor_pos "c"
33432 has_inner_box 1
33433 inner_pos "c"
33434 use_parbox 0
33435 use_makebox 0
33436 width "20col%"
33437 special "none"
33438 height "1in"
33439 height_special "totalheight"
33440 thickness "0.4pt"
33441 separation "3pt"
33442 shadowsize "4pt"
33443 framecolor "black"
33444 backgroundcolor "none"
33445 status collapsed
33446
33447 \begin_layout Plain Layout
33448 Ovale
33449 \begin_inset space ~
33450 \end_inset
33451
33452 Box,
33453 \begin_inset space ~
33454 \end_inset
33455
33456 dick
33457 \end_layout
33458
33459 \end_inset
33460
33461
33462 \end_layout
33463
33464 \begin_layout Description
33465 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
33466  Die Rahmendicke und die Schattenbreite kann festgelegt werden.
33467 \begin_inset Newline newline
33468 \end_inset
33469
33470
33471 \begin_inset Box Shadowbox
33472 position "c"
33473 hor_pos "c"
33474 has_inner_box 1
33475 inner_pos "c"
33476 use_parbox 0
33477 use_makebox 0
33478 width "20col%"
33479 special "none"
33480 height "1in"
33481 height_special "totalheight"
33482 thickness "0.4pt"
33483 separation "3pt"
33484 shadowsize "4pt"
33485 framecolor "black"
33486 backgroundcolor "none"
33487 status collapsed
33488
33489 \begin_layout Plain Layout
33490 Schattierte
33491 \begin_inset space ~
33492 \end_inset
33493
33494 Box
33495 \end_layout
33496
33497 \end_inset
33498
33499
33500 \end_layout
33501
33502 \begin_layout Description
33503 Schattierter
33504 \begin_inset space ~
33505 \end_inset
33506
33507 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
33508  Im Gegensatz zu farbigen Boxen
33509 \begin_inset Foot
33510 status collapsed
33511
33512 \begin_layout Plain Layout
33513 siehe Abschnitt
33514 \begin_inset space ~
33515 \end_inset
33516
33517
33518 \begin_inset CommandInset ref
33519 LatexCommand ref
33520 reference "abs:Farbige-Boxen"
33521
33522 \end_inset
33523
33524
33525 \end_layout
33526
33527 \end_inset
33528
33529  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
33530  die Box ist ein Absatz für sich.
33531  
33532 \begin_inset Box Shaded
33533 position "t"
33534 hor_pos "c"
33535 has_inner_box 0
33536 inner_pos "t"
33537 use_parbox 0
33538 use_makebox 0
33539 width "50col%"
33540 special "none"
33541 height "1in"
33542 height_special "totalheight"
33543 thickness "0.4pt"
33544 separation "3pt"
33545 shadowsize "4pt"
33546 framecolor "black"
33547 backgroundcolor "none"
33548 status collapsed
33549
33550 \begin_layout Plain Layout
33551 Schattierter Hintergrund Box
33552 \end_layout
33553
33554 \end_inset
33555
33556
33557 \end_layout
33558
33559 \begin_layout Description
33560 Doppelter
33561 \begin_inset space ~
33562 \end_inset
33563
33564 rechteckiger
33565 \begin_inset space ~
33566 \end_inset
33567
33568 Rahmen zeichnet einen doppelten Rahmen um die Box.
33569  Der innere Rahmen ist 0,75
33570 \begin_inset space \thinspace{}
33571 \end_inset
33572
33573 Rahmendicke breit, der äußere 1,5
33574 \begin_inset space \thinspace{}
33575 \end_inset
33576
33577 Rahmendicke.
33578  Der Zwischenraum beträgt 1,5
33579 \begin_inset space \thinspace{}
33580 \end_inset
33581
33582 Rahmendicke
33583 \begin_inset space \thinspace{}
33584 \end_inset
33585
33586 +
33587 \begin_inset space \thinspace{}
33588 \end_inset
33589
33590 0,5
33591 \begin_inset space \thinspace{}
33592 \end_inset
33593
33594 pt.
33595  
33596 \begin_inset Box Doublebox
33597 position "c"
33598 hor_pos "c"
33599 has_inner_box 1
33600 inner_pos "c"
33601 use_parbox 0
33602 use_makebox 0
33603 width "20col%"
33604 special "none"
33605 height "1in"
33606 height_special "totalheight"
33607 thickness "0.4pt"
33608 separation "3pt"
33609 shadowsize "4pt"
33610 framecolor "black"
33611 backgroundcolor "none"
33612 status collapsed
33613
33614 \begin_layout Plain Layout
33615 Doppelt
33616 \begin_inset space ~
33617 \end_inset
33618
33619 gerahmte
33620 \begin_inset space ~
33621 \end_inset
33622
33623 Box
33624 \end_layout
33625
33626 \end_inset
33627
33628
33629 \end_layout
33630
33631 \begin_layout Standard
33632 \begin_inset VSpace bigskip
33633 \end_inset
33634
33635 Die Aufschrift der Box in \SpecialChar LyX
33636  ändert sich mit der gewählten Verzierung.
33637  Um alle Verzierungen verwenden zu können, muss das \SpecialChar LaTeX
33638 -Paket 
33639 \series bold
33640 fancybox
33641 \series default
33642
33643 \begin_inset Index idx
33644 status collapsed
33645
33646 \begin_layout Plain Layout
33647 \SpecialChar LaTeX
33648 -Pakete ! fancybox
33649 \end_layout
33650
33651 \end_inset
33652
33653  installiert sein.
33654 \end_layout
33655
33656 \begin_layout Standard
33657 \begin_inset VSpace bigskip
33658 \end_inset
33659
33660 Wenn Sie die Verzierung 
33661 \family sans
33662 Einfacher rechteckiger Rahmen
33663 \family default
33664  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
33665  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
33666  immer über die gesamte Zeilenbreite geht und dass die Box ein Absatz für
33667  sich ist: 
33668 \begin_inset Box Framed
33669 position "t"
33670 hor_pos "c"
33671 has_inner_box 0
33672 inner_pos "t"
33673 use_parbox 0
33674 use_makebox 0
33675 width "100col%"
33676 special "none"
33677 height "1in"
33678 height_special "totalheight"
33679 thickness "0.4pt"
33680 separation "3pt"
33681 shadowsize "4pt"
33682 framecolor "black"
33683 backgroundcolor "none"
33684 status collapsed
33685
33686 \begin_layout Plain Layout
33687 Box erlaubt Seitenumbruch
33688 \end_layout
33689
33690 \end_inset
33691
33692
33693 \end_layout
33694
33695 \begin_layout Section
33696 Box-Anpassung
33697 \begin_inset Index idx
33698 status collapsed
33699
33700 \begin_layout Plain Layout
33701 Boxen ! Anpassung
33702 \end_layout
33703
33704 \end_inset
33705
33706
33707 \end_layout
33708
33709 \begin_layout Standard
33710 \noindent
33711 Der Durchmesser der abgerundeten Ecken kann mit 
33712 \series bold
33713
33714 \backslash
33715 cornersize
33716 \series default
33717  gesetzt werden.
33718  Der \SpecialChar TeX
33719 -Code-Befehl
33720 \end_layout
33721
33722 \begin_layout Standard
33723
33724 \series bold
33725
33726 \backslash
33727 cornersize*{1cm}
33728 \end_layout
33729
33730 \begin_layout Standard
33731 setzt den Durchmesser auf 1
33732 \begin_inset space \thinspace{}
33733 \end_inset
33734
33735 cm.
33736  Der \SpecialChar TeX
33737 -Code-Befehl
33738 \end_layout
33739
33740 \begin_layout Standard
33741
33742 \series bold
33743
33744 \backslash
33745 cornersize{num}
33746 \end_layout
33747
33748 \begin_layout Standard
33749 setzt den Durchmesser auf 
33750 \family sans
33751 num
33752 \begin_inset space \thinspace{}
33753 \end_inset
33754
33755 ×
33756 \begin_inset space \thinspace{}
33757 \end_inset
33758
33759 Minimum(Breite der Box, Höhe der Box)
33760 \family default
33761 .
33762  Der Standardwert ist 
33763 \series bold
33764
33765 \backslash
33766 cornersize{0.5}
33767 \series default
33768 .
33769 \end_layout
33770
33771 \begin_layout Standard
33772 \begin_inset ERT
33773 status collapsed
33774
33775 \begin_layout Plain Layout
33776
33777
33778 \backslash
33779 cornersize*{1.5cm}
33780 \end_layout
33781
33782 \end_inset
33783
33784
33785 \begin_inset Box Ovalbox
33786 position "c"
33787 hor_pos "c"
33788 has_inner_box 1
33789 inner_pos "c"
33790 use_parbox 0
33791 use_makebox 0
33792 width "30col%"
33793 special "none"
33794 height "1in"
33795 height_special "totalheight"
33796 thickness "0.4pt"
33797 separation "3pt"
33798 shadowsize "4pt"
33799 framecolor "black"
33800 backgroundcolor "none"
33801 status open
33802
33803 \begin_layout Plain Layout
33804 \align center
33805 Ovale Box, dicker Rand, mit 
33806 \series bold
33807
33808 \backslash
33809 cornersize
33810 \series default
33811
33812 \begin_inset space \thinspace{}
33813 \end_inset
33814
33815 =
33816 \begin_inset space \thinspace{}
33817 \end_inset
33818
33819 1.5
33820 \begin_inset space \thinspace{}
33821 \end_inset
33822
33823 cm
33824 \end_layout
33825
33826 \end_inset
33827
33828
33829 \begin_inset ERT
33830 status collapsed
33831
33832 \begin_layout Plain Layout
33833
33834
33835 \backslash
33836 cornersize{0.5}
33837 \end_layout
33838
33839 \end_inset
33840
33841
33842 \end_layout
33843
33844 \begin_layout Standard
33845 \begin_inset VSpace bigskip
33846 \end_inset
33847
33848 Die Standard-Hintergrundfarbe rot von Boxen mit 
33849 \family sans
33850 schattiertem Hintergrund
33851 \family default
33852  kann entweder lokal mit dem Befehl 
33853 \series bold
33854
33855 \backslash
33856 definecolor{shadecolor}
33857 \series default
33858  oder global über das Menü 
33859 \family sans
33860 Werkzeuge\SpecialChar menuseparator
33861 Einstellungen\SpecialChar menuseparator
33862 Farben\SpecialChar menuseparator
33863 Schattierte
33864 \begin_inset space ~
33865 \end_inset
33866
33867 Box
33868 \family default
33869  geändert werden.
33870  Das Schema des 
33871 \series bold
33872
33873 \backslash
33874 definecolor
33875 \series default
33876  Befehls ist  in Abschnitt
33877 \begin_inset space ~
33878 \end_inset
33879
33880
33881 \begin_inset CommandInset ref
33882 LatexCommand ref
33883 reference "abs:Farbige-Tabellen"
33884
33885 \end_inset
33886
33887  erklärt.
33888 \begin_inset Foot
33889 status collapsed
33890
33891 \begin_layout Plain Layout
33892 Beachten Sie, dass 
33893 \series bold
33894
33895 \backslash
33896 definecolor
33897 \series default
33898  das \SpecialChar LaTeX
33899 -Paket 
33900 \series bold
33901 color
33902 \series default
33903  im \SpecialChar LaTeX
33904 -Vorspann benötigt, siehe Abschnitt
33905 \begin_inset space ~
33906 \end_inset
33907
33908
33909 \begin_inset CommandInset ref
33910 LatexCommand ref
33911 reference "abs:Farbige-Boxen"
33912
33913 \end_inset
33914
33915 .
33916 \end_layout
33917
33918 \end_inset
33919
33920  Für das nächste Beispiel wurden folgender \SpecialChar TeX
33921 -Code verwendet:
33922 \end_layout
33923
33924 \begin_layout Standard
33925
33926 \series bold
33927
33928 \backslash
33929 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33930 \end_layout
33931
33932 \begin_layout Standard
33933 \begin_inset ERT
33934 status collapsed
33935
33936 \begin_layout Plain Layout
33937
33938
33939 \backslash
33940 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33941 \end_layout
33942
33943 \end_inset
33944
33945
33946 \begin_inset Box Shaded
33947 position "t"
33948 hor_pos "c"
33949 has_inner_box 0
33950 inner_pos "t"
33951 use_parbox 0
33952 use_makebox 0
33953 width "100col%"
33954 special "none"
33955 height "1in"
33956 height_special "totalheight"
33957 thickness "0.4pt"
33958 separation "3pt"
33959 shadowsize "4pt"
33960 framecolor "black"
33961 backgroundcolor "none"
33962 status open
33963
33964 \begin_layout Plain Layout
33965
33966 \color yellow
33967 Dies ist gelber Text in einer 
33968 \family sans
33969 schattierten Hintergrund
33970 \begin_inset space ~
33971 \end_inset
33972
33973
33974 \family default
33975 Box auf dunkelgrünem Hintergrund.
33976 \end_layout
33977
33978 \end_inset
33979
33980
33981 \begin_inset ERT
33982 status collapsed
33983
33984 \begin_layout Plain Layout
33985
33986
33987 \backslash
33988 definecolor{shadecolor}{rgb}{1,0,0}
33989 \end_layout
33990
33991 \end_inset
33992
33993
33994 \end_layout
33995
33996 \begin_layout Standard
33997 \begin_inset VSpace bigskip
33998 \end_inset
33999
34000 Geänderte Größen und Farben gelten für alle Boxen, die auf den Befehl folgen,
34001  der sie ändert.
34002 \end_layout
34003
34004 \begin_layout Section
34005 Minipage
34006 \begin_inset CommandInset label
34007 LatexCommand label
34008 name "abs:Minipage"
34009
34010 \end_inset
34011
34012
34013 \begin_inset Index idx
34014 status collapsed
34015
34016 \begin_layout Plain Layout
34017 Boxen ! Minipage
34018 \end_layout
34019
34020 \end_inset
34021
34022
34023 \end_layout
34024
34025 \begin_layout Standard
34026 Minipages werden von \SpecialChar LaTeX
34027  wie Seiten auf einer Seite behandelt und können deshalb
34028  unter anderem eigene Fußnoten haben.
34029 \end_layout
34030
34031 \begin_layout Standard
34032 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
34033 \end_layout
34034
34035 \begin_layout Standard
34036 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
34037  Ihre Breite ist 45 Spaltenbreite
34038 \begin_inset space ~
34039 \end_inset
34040
34041 %, und sie sind durch einen 
34042 \family sans
34043 HFill
34044 \family default
34045  getrennt (
34046 \family sans
34047 Einfügen\SpecialChar menuseparator
34048 Formatierung\SpecialChar menuseparator
34049 Horizontaler
34050 \begin_inset space \space{}
34051 \end_inset
34052
34053 Abstand\SpecialChar menuseparator
34054 Abstand\SpecialChar menuseparator
34055 Variabler
34056 \begin_inset space ~
34057 \end_inset
34058
34059 horiz.
34060 \begin_inset space ~
34061 \end_inset
34062
34063 Abstand
34064 \family default
34065 ).
34066 \begin_inset Newpage newpage
34067 \end_inset
34068
34069
34070 \end_layout
34071
34072 \begin_layout Standard
34073 \noindent
34074 \begin_inset Box Frameless
34075 position "t"
34076 hor_pos "c"
34077 has_inner_box 1
34078 inner_pos "c"
34079 use_parbox 0
34080 use_makebox 0
34081 width "45col%"
34082 special "none"
34083 height "1in"
34084 height_special "totalheight"
34085 thickness "0.4pt"
34086 separation "3pt"
34087 shadowsize "4pt"
34088 framecolor "black"
34089 backgroundcolor "none"
34090 status open
34091
34092 \begin_layout Plain Layout
34093 Dies ist ein deutscher Text.
34094  Dies ist ein deutscher Text.
34095  Dies ist ein deutscher Text.
34096  Dies ist ein deutscher Text.
34097  Dies ist ein deutscher Text.
34098  Dies ist ein deutscher Text.
34099  Dies ist ein deutscher Text.
34100  Dies ist ein deutscher Text.
34101  Dies ist ein deutscher Text.
34102  Dies ist ein deutscher Text.
34103  Dies ist ein deutscher Text.
34104  Dies ist ein deutscher Text.
34105  Dies ist ein deutscher Text
34106 \begin_inset Foot
34107 status open
34108
34109 \begin_layout Plain Layout
34110 Dies ist eine deutsche Fußnote.
34111 \end_layout
34112
34113 \end_inset
34114
34115 .
34116  Dies ist ein deutscher Text.
34117  Dies ist ein deutscher Text.
34118 \end_layout
34119
34120 \end_inset
34121
34122
34123 \begin_inset space \hfill{}
34124 \end_inset
34125
34126
34127 \begin_inset Box Frameless
34128 position "t"
34129 hor_pos "c"
34130 has_inner_box 1
34131 inner_pos "c"
34132 use_parbox 0
34133 use_makebox 0
34134 width "45col%"
34135 special "none"
34136 height "1in"
34137 height_special "totalheight"
34138 thickness "0.4pt"
34139 separation "3pt"
34140 shadowsize "4pt"
34141 framecolor "black"
34142 backgroundcolor "none"
34143 status open
34144
34145 \begin_layout Plain Layout
34146
34147 \lang english
34148 This is an English Text.
34149  This is an English Text.
34150  This is an English Text.
34151  This is an English Text.
34152  This is an English Text.
34153  This is an English Text.
34154  This is an English Text.
34155  This is an English Text.
34156  This is an English Text.
34157  This is an English Text.
34158  This is an English Text.
34159  This is an English Text.
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 \begin_inset Foot
34165 status collapsed
34166
34167 \begin_layout Plain Layout
34168
34169 \lang english
34170 This is an English footnote.
34171 \end_layout
34172
34173 \end_inset
34174
34175  This is an English Text.
34176 \end_layout
34177
34178 \end_inset
34179
34180
34181 \end_layout
34182
34183 \begin_layout Standard
34184 \begin_inset VSpace bigskip
34185 \end_inset
34186
34187 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
34188  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
34189  Absätze nicht eingerückt werden, obwohl Sie das in 
34190 \family sans
34191 Dokument
34192 \family default
34193 \SpecialChar menuseparator
34194
34195 \family sans
34196 Einstellun\SpecialChar softhyphen
34197 gen\SpecialChar menuseparator
34198 Textformat
34199 \family default
34200  festgelegt haben.
34201  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
34202  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem \SpecialChar TeX
34203 -Code 
34204 \series bold
34205
34206 \backslash
34207 hspace*{1em}
34208 \series default
34209 .
34210 \end_layout
34211
34212 \begin_layout Standard
34213 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
34214  zu verpassen, siehe Abschnitt
34215 \begin_inset space ~
34216 \end_inset
34217
34218
34219 \begin_inset CommandInset ref
34220 LatexCommand ref
34221 reference "abs:Farbige-Boxen"
34222
34223 \end_inset
34224
34225 .
34226 \end_layout
34227
34228 \begin_layout Standard
34229 \begin_inset Note Greyedout
34230 status open
34231
34232 \begin_layout Plain Layout
34233
34234 \series bold
34235 Bemerkung:
34236 \series default
34237  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
34238  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
34239 \end_layout
34240
34241 \end_inset
34242
34243
34244 \end_layout
34245
34246 \begin_layout Standard
34247 \begin_inset VSpace bigskip
34248 \end_inset
34249
34250
34251 \end_layout
34252
34253 \begin_layout Standard
34254 \SpecialChar LyX
34255  unterstützt auch Minipages, deren Breite sich automatisch an die Größe
34256  des Inhalts anpasst, über das Modul 
34257 \family sans
34258 Breitenvariable
34259 \begin_inset space ~
34260 \end_inset
34261
34262 Minipages
34263 \family default
34264 .
34265  Die \SpecialChar LyX
34266 -Beispieldatei 
34267 \emph on
34268 varwidth-floats-side-by-side
34269 \emph default
34270  gibt Beispiele von breitenvariablen Minipages, um Gleitobjekte nebeneinander
34271  zu setzen.
34272 \end_layout
34273
34274 \begin_layout Section
34275 Parbox
34276 \begin_inset CommandInset label
34277 LatexCommand label
34278 name "abs:Parbox"
34279
34280 \end_inset
34281
34282
34283 \begin_inset Index idx
34284 status collapsed
34285
34286 \begin_layout Plain Layout
34287 Boxen ! Parbox
34288 \end_layout
34289
34290 \end_inset
34291
34292
34293 \end_layout
34294
34295 \begin_layout Standard
34296 Parbox ist eine Abkürzung für 
34297 \begin_inset Quotes gld
34298 \end_inset
34299
34300 paragraph box
34301 \begin_inset Quotes grd
34302 \end_inset
34303
34304 , was Absatzbox bedeutet.
34305  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
34306  in Parboxen nicht ausgegeben werden:
34307 \begin_inset Separator parbreak
34308 \end_inset
34309
34310
34311 \end_layout
34312
34313 \begin_layout Standard
34314 \align center
34315 \begin_inset Box Frameless
34316 position "t"
34317 hor_pos "c"
34318 has_inner_box 1
34319 inner_pos "t"
34320 use_parbox 1
34321 use_makebox 0
34322 width "33col%"
34323 special "none"
34324 height "1in"
34325 height_special "totalheight"
34326 thickness "0.4pt"
34327 separation "3pt"
34328 shadowsize "4pt"
34329 framecolor "black"
34330 backgroundcolor "none"
34331 status open
34332
34333 \begin_layout Plain Layout
34334 Dies ist Text in einer Parbox.
34335  Dies ist Text in einer Parbox.
34336 \end_layout
34337
34338 \begin_layout Plain Layout
34339 Diese Fußnote wird nicht gedruckt:
34340 \begin_inset Foot
34341 status collapsed
34342
34343 \begin_layout Plain Layout
34344 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
34345 \end_layout
34346
34347 \end_inset
34348
34349
34350 \end_layout
34351
34352 \end_inset
34353
34354
34355 \end_layout
34356
34357 \begin_layout Section
34358 Boxen für Worte und Buchstaben
34359 \begin_inset Index idx
34360 status collapsed
34361
34362 \begin_layout Plain Layout
34363 Boxen ! für Buchstaben
34364 \end_layout
34365
34366 \end_inset
34367
34368
34369 \end_layout
34370
34371 \begin_layout Subsection
34372 Silbentrennung unterbinden
34373 \begin_inset CommandInset label
34374 LatexCommand label
34375 name "abs:Silbentrennung-unterbinden"
34376
34377 \end_inset
34378
34379
34380 \begin_inset Index idx
34381 status collapsed
34382
34383 \begin_layout Plain Layout
34384 Boxen ! zur Vermeidung von Silbentrennung
34385 \end_layout
34386
34387 \end_inset
34388
34389
34390 \end_layout
34391
34392 \begin_layout Standard
34393 Sie können den Boxtyp 
34394 \family sans
34395 Makebox
34396 \family default
34397  benutzen, um Silbentrennungen zu unterbinden.
34398 \begin_inset Newline newline
34399 \end_inset
34400
34401 Hier ist ein Beispiel: 
34402 \end_layout
34403
34404 \begin_layout Standard
34405 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
34406 \begin_inset Quotes gld
34407 \end_inset
34408
34409 einsehrsehrsehrlangeswort
34410 \begin_inset Quotes grd
34411 \end_inset
34412
34413 .
34414 \end_layout
34415
34416 \begin_layout Standard
34417 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
34418  Innere
34419 \begin_inset space ~
34420 \end_inset
34421
34422 Box auf Makebox und verwenden keine explizite Breite.
34423 \end_layout
34424
34425 \begin_layout Standard
34426 Hier ist das Ergebnis:
34427 \end_layout
34428
34429 \begin_layout Standard
34430 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34431 \begin_inset Box Frameless
34432 position "t"
34433 hor_pos "c"
34434 has_inner_box 1
34435 inner_pos "t"
34436 use_parbox 0
34437 use_makebox 1
34438 width ""
34439 special "none"
34440 height "1in"
34441 height_special "totalheight"
34442 thickness "0.4pt"
34443 separation "3pt"
34444 shadowsize "4pt"
34445 framecolor "black"
34446 backgroundcolor "none"
34447 status open
34448
34449 \begin_layout Plain Layout
34450 \begin_inset Quotes gld
34451 \end_inset
34452
34453 einsehrsehrsehrlangeswort
34454 \begin_inset Quotes grd
34455 \end_inset
34456
34457
34458 \end_layout
34459
34460 \end_inset
34461
34462 .
34463 \end_layout
34464
34465 \begin_layout Standard
34466 Alternativ dazu kann man auch den Befehl 
34467 \begin_inset Quotes gld
34468 \end_inset
34469
34470
34471 \series bold
34472
34473 \backslash
34474 -
34475 \series default
34476
34477 \begin_inset Quotes grd
34478 \end_inset
34479
34480  als \SpecialChar TeX
34481 -Code direkt vor das Wort setzen:
34482 \end_layout
34483
34484 \begin_layout Standard
34485 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34486 \begin_inset Quotes gld
34487 \end_inset
34488
34489
34490 \begin_inset ERT
34491 status collapsed
34492
34493 \begin_layout Plain Layout
34494
34495
34496 \backslash
34497 -
34498 \end_layout
34499
34500 \end_inset
34501
34502 einsehrsehrsehrlangeswort
34503 \begin_inset Quotes grd
34504 \end_inset
34505
34506 .
34507 \end_layout
34508
34509 \begin_layout Standard
34510 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
34511  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
34512 \family sans
34513 Strg-Eingabe
34514 \family default
34515 ) einfügen: 
34516 \end_layout
34517
34518 \begin_layout Standard
34519 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
34520 \begin_inset Newline newline
34521 \end_inset
34522
34523
34524 \begin_inset Box Frameless
34525 position "t"
34526 hor_pos "c"
34527 has_inner_box 1
34528 inner_pos "t"
34529 use_parbox 0
34530 use_makebox 1
34531 width ""
34532 special "none"
34533 height "1in"
34534 height_special "totalheight"
34535 thickness "0.4pt"
34536 separation "3pt"
34537 shadowsize "4pt"
34538 framecolor "black"
34539 backgroundcolor "none"
34540 status open
34541
34542 \begin_layout Plain Layout
34543 \begin_inset Quotes gld
34544 \end_inset
34545
34546 einsehrsehrsehrlangeswort
34547 \begin_inset Quotes grd
34548 \end_inset
34549
34550
34551 \end_layout
34552
34553 \end_inset
34554
34555 .
34556 \end_layout
34557
34558 \begin_layout Subsection
34559 Vertikale Ausrichtung
34560 \begin_inset CommandInset label
34561 LatexCommand label
34562 name "uab:Vertikale-Ausrichtung"
34563
34564 \end_inset
34565
34566
34567 \begin_inset Index idx
34568 status collapsed
34569
34570 \begin_layout Plain Layout
34571 Boxen ! für Vertikale Ausrichtung
34572 \end_layout
34573
34574 \end_inset
34575
34576
34577 \begin_inset Index idx
34578 status collapsed
34579
34580 \begin_layout Plain Layout
34581 Boxen ! raisebox
34582 \end_layout
34583
34584 \end_inset
34585
34586
34587 \end_layout
34588
34589 \begin_layout Standard
34590 Mit dem \SpecialChar LaTeX
34591 -Befehl 
34592 \series bold
34593
34594 \backslash
34595 raisebox
34596 \series default
34597  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
34598 n Textes ausrichten.
34599  
34600 \series bold
34601
34602 \backslash
34603 raisebox
34604 \series default
34605  wird folgendermaßen benutzt:
34606 \end_layout
34607
34608 \begin_layout Standard
34609
34610 \series bold
34611
34612 \backslash
34613 raisebox{Verschiebung}[oben][unten]{Text}
34614 \end_layout
34615
34616 \begin_layout Standard
34617 Positive Werte für Verschiebung
34618 \series bold
34619  
34620 \series default
34621 verschieben die Box nach oben, negative nach unten.
34622  Die beiden optionalen Parameter 
34623 \family typewriter
34624 oben
34625 \family default
34626  und 
34627 \family typewriter
34628 unten
34629 \family default
34630  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
34631  hinausgeht, wenn sie nicht verschoben ist.
34632 \end_layout
34633
34634 \begin_layout Standard
34635 Um zum Beispiel das Wort 
34636 \begin_inset Quotes gld
34637 \end_inset
34638
34639 provokant
34640 \begin_inset Quotes grd
34641 \end_inset
34642
34643  mit seinem 
34644 \begin_inset Quotes gld
34645 \end_inset
34646
34647 niedrigsten
34648 \begin_inset Quotes grd
34649 \end_inset
34650
34651  Buchstaben 
34652 \begin_inset Quotes gld
34653 \end_inset
34654
34655 p
34656 \begin_inset Quotes grd
34657 \end_inset
34658
34659  an der Grundlinie auszurichten, müssen Sie den \SpecialChar TeX
34660 -Code-Befehl
34661 \end_layout
34662
34663 \begin_layout Standard
34664
34665 \series bold
34666
34667 \backslash
34668 raisebox{
34669 \backslash
34670 depth}{
34671 \end_layout
34672
34673 \begin_layout Standard
34674 vor dem Wort einfügen und 
34675 \begin_inset Quotes gld
34676 \end_inset
34677
34678
34679 \series bold
34680 }
34681 \series default
34682
34683 \begin_inset Quotes grd
34684 \end_inset
34685
34686  als \SpecialChar TeX
34687 -Code dahinter:
34688 \end_layout
34689
34690 \begin_layout Standard
34691 Dies ist eine Zeile, in der das Wort 
34692 \begin_inset ERT
34693 status collapsed
34694
34695 \begin_layout Plain Layout
34696
34697
34698 \backslash
34699 raisebox{
34700 \backslash
34701 depth}{
34702 \end_layout
34703
34704 \end_inset
34705
34706
34707 \begin_inset Quotes gld
34708 \end_inset
34709
34710 provokant
34711 \begin_inset Quotes grd
34712 \end_inset
34713
34714
34715 \begin_inset ERT
34716 status collapsed
34717
34718 \begin_layout Plain Layout
34719
34720 }
34721 \end_layout
34722
34723 \end_inset
34724
34725  nach oben verschoben wurde.
34726 \end_layout
34727
34728 \begin_layout Standard
34729 \begin_inset VSpace bigskip
34730 \end_inset
34731
34732 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
34733  gedehnt:
34734 \end_layout
34735
34736 \begin_layout Standard
34737 Dies ist eine Zeile, in der das Wort 
34738 \begin_inset ERT
34739 status collapsed
34740
34741 \begin_layout Plain Layout
34742
34743
34744 \backslash
34745 raisebox{-
34746 \backslash
34747 depth}{
34748 \end_layout
34749
34750 \end_inset
34751
34752
34753 \begin_inset Quotes gld
34754 \end_inset
34755
34756 provokant
34757 \begin_inset Quotes grd
34758 \end_inset
34759
34760
34761 \begin_inset ERT
34762 status collapsed
34763
34764 \begin_layout Plain Layout
34765
34766 }
34767 \end_layout
34768
34769 \end_inset
34770
34771  nach unten verschoben wurde.
34772 \end_layout
34773
34774 \begin_layout Standard
34775 Dies ist eine Zeile, in der das Wort 
34776 \begin_inset ERT
34777 status collapsed
34778
34779 \begin_layout Plain Layout
34780
34781
34782 \backslash
34783 raisebox{0.5cm}{
34784 \end_layout
34785
34786 \end_inset
34787
34788
34789 \begin_inset Quotes gld
34790 \end_inset
34791
34792 testen
34793 \begin_inset Quotes grd
34794 \end_inset
34795
34796
34797 \begin_inset ERT
34798 status collapsed
34799
34800 \begin_layout Plain Layout
34801
34802 }
34803 \end_layout
34804
34805 \end_inset
34806
34807  um 0.5
34808 \begin_inset space \thinspace{}
34809 \end_inset
34810
34811 cm nach oben verschoben wurde.
34812 \end_layout
34813
34814 \begin_layout Standard
34815 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
34816 \end_layout
34817
34818 \begin_layout Standard
34819
34820 \series bold
34821
34822 \backslash
34823 raisebox{-
34824 \backslash
34825 depth}[0pt]{
34826 \end_layout
34827
34828 \begin_layout Standard
34829 Dies ist eine Zeile, in der das Wort 
34830 \begin_inset ERT
34831 status collapsed
34832
34833 \begin_layout Plain Layout
34834
34835
34836 \backslash
34837 raisebox{-
34838 \backslash
34839 depth}[0pt]{
34840 \end_layout
34841
34842 \end_inset
34843
34844
34845 \begin_inset Quotes gld
34846 \end_inset
34847
34848 provokant
34849 \begin_inset Quotes grd
34850 \end_inset
34851
34852
34853 \begin_inset ERT
34854 status collapsed
34855
34856 \begin_layout Plain Layout
34857
34858 }
34859 \end_layout
34860
34861 \end_inset
34862
34863  nach unten verschoben wurde.
34864 \begin_inset Newline newline
34865 \end_inset
34866
34867
34868 \begin_inset Newline newline
34869 \end_inset
34870
34871 Dies ist eine Zeile, in der das Wort 
34872 \begin_inset ERT
34873 status collapsed
34874
34875 \begin_layout Plain Layout
34876
34877
34878 \backslash
34879 raisebox{0.5cm}[0pt]{
34880 \end_layout
34881
34882 \end_inset
34883
34884
34885 \begin_inset Quotes gld
34886 \end_inset
34887
34888 testen
34889 \begin_inset Quotes grd
34890 \end_inset
34891
34892
34893 \begin_inset ERT
34894 status collapsed
34895
34896 \begin_layout Plain Layout
34897
34898 }
34899 \end_layout
34900
34901 \end_inset
34902
34903  um 0.5
34904 \begin_inset space \thinspace{}
34905 \end_inset
34906
34907 cm nach oben verschoben wurde.
34908  Jetzt überschneiden sich die verschobenen Worte.
34909 \end_layout
34910
34911 \begin_layout Section
34912 Farbige Boxen
34913 \begin_inset CommandInset label
34914 LatexCommand label
34915 name "abs:Farbige-Boxen"
34916
34917 \end_inset
34918
34919
34920 \begin_inset Index idx
34921 status collapsed
34922
34923 \begin_layout Plain Layout
34924 Boxen ! farbige
34925 \end_layout
34926
34927 \end_inset
34928
34929
34930 \end_layout
34931
34932 \begin_layout Standard
34933 Um einen Text mit einer Hintergrundfarbe zu versehen, wählen Sie diese im
34934  Box-Dialog aus.
34935  Dies ist zum Beispiel eine Box mit orangenem Hintergrund
34936 \begin_inset Newline newline
34937 \end_inset
34938
34939
34940 \begin_inset Box Frameless
34941 position "t"
34942 hor_pos "c"
34943 has_inner_box 1
34944 inner_pos "t"
34945 use_parbox 0
34946 use_makebox 1
34947 width ""
34948 special "none"
34949 height "1in"
34950 height_special "totalheight"
34951 thickness "0.4pt"
34952 separation "3pt"
34953 shadowsize "4pt"
34954 framecolor "black"
34955 backgroundcolor "orange"
34956 status open
34957
34958 \begin_layout Plain Layout
34959 Box mit orangenem Hintergrund
34960 \end_layout
34961
34962 \end_inset
34963
34964
34965 \end_layout
34966
34967 \begin_layout Standard
34968 Wenn Sie die Dekoration
34969 \family sans
34970  Einfacher
34971 \begin_inset space ~
34972 \end_inset
34973
34974 rechteckiger
34975 \begin_inset space ~
34976 \end_inset
34977
34978 Rahmen 
34979 \family default
34980 verwenden, können Sie eine Rahmenfarbe festlegen.
34981  In diesem Fall muss auch eine Hintergrundfarbe angegeben werden (LyX setzt
34982  sie standardmäßig auf weiß).
34983  Hier ist ein Beispiel:
34984 \begin_inset Newline newline
34985 \end_inset
34986
34987
34988 \begin_inset Box Boxed
34989 position "t"
34990 hor_pos "c"
34991 has_inner_box 0
34992 inner_pos "t"
34993 use_parbox 0
34994 use_makebox 0
34995 width ""
34996 special "none"
34997 height "1in"
34998 height_special "totalheight"
34999 thickness "0.4pt"
35000 separation "3pt"
35001 shadowsize "4pt"
35002 framecolor "teal"
35003 backgroundcolor "yellow"
35004 status open
35005
35006 \begin_layout Plain Layout
35007 Box mit tealer Rahmenfarbe und gelber Hintergrundfarbe
35008 \end_layout
35009
35010 \end_inset
35011
35012
35013 \end_layout
35014
35015 \begin_layout Standard
35016 \begin_inset VSpace bigskip
35017 \end_inset
35018
35019 Natürlich ist auch farbiger Text in einer farbigen Box möglich:
35020 \begin_inset Newline newline
35021 \end_inset
35022
35023
35024 \begin_inset Box Boxed
35025 position "t"
35026 hor_pos "c"
35027 has_inner_box 0
35028 inner_pos "t"
35029 use_parbox 0
35030 use_makebox 0
35031 width ""
35032 special "none"
35033 height "1in"
35034 height_special "totalheight"
35035 thickness "0.4pt"
35036 separation "3pt"
35037 shadowsize "4pt"
35038 framecolor "cyan"
35039 backgroundcolor "magenta"
35040 status open
35041
35042 \begin_layout Plain Layout
35043
35044 \color yellow
35045 Dies ist farbiger Text in einer farbigen, gerahmten Box.
35046 \end_layout
35047
35048 \end_inset
35049
35050
35051 \end_layout
35052
35053 \begin_layout Standard
35054 \begin_inset VSpace bigskip
35055 \end_inset
35056
35057
35058 \end_layout
35059
35060 \begin_layout Standard
35061 Falls sie andere als die voreingestellten Farben benötigen, können Ihre
35062  eigenen Farben definieren, wie in Abschnitt
35063 \begin_inset space ~
35064 \end_inset
35065
35066
35067 \begin_inset CommandInset ref
35068 LatexCommand ref
35069 reference "abs:Farbige-Tabellen"
35070
35071 \end_inset
35072
35073  beschrieben.
35074  Um selbstdefinierte Farben zu verwenden, muss die Box mittels TeX-Code
35075  gesetzt werden:
35076 \end_layout
35077
35078 \begin_layout Standard
35079 Farbige Boxen ohne Rahmen werden mit dem Befehl 
35080 \series bold
35081
35082 \backslash
35083 colorbox
35084 \series default
35085  erzeugt.
35086  Er hat folgendes Schema:
35087 \end_layout
35088
35089 \begin_layout Standard
35090
35091 \series bold
35092
35093 \backslash
35094 colorbox{Farbe}{Boxinhalt}
35095 \end_layout
35096
35097 \begin_layout Standard
35098 Der Boxinhalt kann auch eine Box sein, und farbige Boxen können in anderen
35099  Boxen sein.
35100  Um zum Beispiel ein Wort auf einem dunkelgrünen Hintergrund zu drucken,
35101  fügen sie den \SpecialChar TeX
35102 -Code-Befehl
35103 \end_layout
35104
35105 \begin_layout Standard
35106
35107 \series bold
35108
35109 \backslash
35110 colorbox{dunkelgruen}{
35111 \end_layout
35112
35113 \begin_layout Standard
35114 vor dem Wort ein.
35115  Hinter dem Wort fügen Sie 
35116 \series bold
35117
35118 \begin_inset Quotes gld
35119 \end_inset
35120
35121 }
35122 \series default
35123
35124 \begin_inset Quotes grd
35125 \end_inset
35126
35127  als \SpecialChar TeX
35128 -Code ein.
35129  Hier ist das Ergebnis:
35130 \end_layout
35131
35132 \begin_layout Standard
35133 In dieser Zeile hat 
35134 \begin_inset ERT
35135 status collapsed
35136
35137 \begin_layout Plain Layout
35138
35139
35140 \backslash
35141 colorbox{dunkelgruen}{
35142 \end_layout
35143
35144 \end_inset
35145
35146 Achtung!
35147 \begin_inset ERT
35148 status collapsed
35149
35150 \begin_layout Plain Layout
35151
35152 }
35153 \end_layout
35154
35155 \end_inset
35156
35157  einen dunkelgrünen Hintergrund.
35158 \end_layout
35159
35160 \begin_layout Standard
35161 Farbige Boxen mit Rahmen werden mit dem Befehl
35162 \series bold
35163  
35164 \backslash
35165 fcolorbox
35166 \series default
35167  erzeugt.
35168  Er hat folgendes Schema:
35169 \end_layout
35170
35171 \begin_layout Standard
35172
35173 \series bold
35174
35175 \backslash
35176 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
35177 \end_layout
35178
35179 \begin_layout Section
35180 Rotierte und skalierte Boxen
35181 \end_layout
35182
35183 \begin_layout Standard
35184 Um die in diesem Abschnitt beschriebenen Boxen nutzen zu können, muss das
35185  Modul 
35186 \family sans
35187 Grafik-Boxen
35188 \family default
35189  in den Dokumenteinstellungen geladen sein.
35190 \end_layout
35191
35192 \begin_layout Standard
35193 \begin_inset Note Greyedout
35194 status open
35195
35196 \begin_layout Plain Layout
35197
35198 \series bold
35199 Achtung:
35200 \series default
35201  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
35202 \end_layout
35203
35204 \end_inset
35205
35206
35207 \end_layout
35208
35209 \begin_layout Standard
35210 \begin_inset Note Greyedout
35211 status open
35212
35213 \begin_layout Plain Layout
35214
35215 \series bold
35216 Achtung:
35217 \series default
35218  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
35219 \end_layout
35220
35221 \end_inset
35222
35223
35224 \end_layout
35225
35226 \begin_layout Subsection
35227 Rotierte Boxen
35228 \begin_inset Index idx
35229 status collapsed
35230
35231 \begin_layout Plain Layout
35232 Boxen ! rotierte
35233 \end_layout
35234
35235 \end_inset
35236
35237
35238 \begin_inset Index idx
35239 status collapsed
35240
35241 \begin_layout Plain Layout
35242 Rotiertes Material
35243 \end_layout
35244
35245 \end_inset
35246
35247
35248 \end_layout
35249
35250 \begin_layout Standard
35251 Um Material zu drehen, setzt man es in eine 
35252 \family sans
35253 Rotationsbox
35254 \family default
35255 .
35256  Solch eine Box wird über das Menü 
35257 \family sans
35258 Einfügen\SpecialChar menuseparator
35259 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
35260 Rotationsbox
35261 \family default
35262  eingefügt.
35263 \end_layout
35264
35265 \begin_layout Standard
35266 Der Drehpunkt kann über die Einfügung 
35267 \family sans
35268 Drehpunkt
35269 \family default
35270  (Menü 
35271 \family sans
35272 Einfügen\SpecialChar menuseparator
35273 Drehpunkt
35274 \family default
35275 ) in der Form 
35276 \series bold
35277 origin=Position
35278 \series default
35279  angegeben.
35280  Folgende Positionen sind möglich: 
35281 \emph on
35282 c
35283 \emph default
35284  (mittig), 
35285 \emph on
35286 l
35287 \emph default
35288  (links), 
35289 \emph on
35290 r
35291 \emph default
35292  (rechts), 
35293 \emph on
35294 b
35295 \emph default
35296  (unten), 
35297 \emph on
35298 t
35299 \emph default
35300  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
35301  Z.
35302 \begin_inset space \thinspace{}
35303 \end_inset
35304
35305 B.
35306  bedeutet 
35307 \emph on
35308 lt
35309 \emph default
35310 , dass sich der Drehpunkt links oben befindet.
35311  Wird kein Drehpunkt angegeben, wird die Position 
35312 \emph on
35313 l
35314 \emph default
35315  verwendet.
35316  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
35317  Gedreht wird gegen den Uhrzeigersinn.
35318 \end_layout
35319
35320 \begin_layout Standard
35321 Im folgenden Beispiel wurde
35322 \series bold
35323  origin=c
35324 \series default
35325  in the Einfügung 
35326 \family sans
35327 Drehpunkt
35328 \family default
35329  und 
35330 \series bold
35331 60
35332 \series default
35333  in die Einfügung 
35334 \family sans
35335 Winkel
35336 \family default
35337  eingegeben.
35338 \end_layout
35339
35340 \begin_layout Standard
35341 Dies ist eine Zeile 
35342 \begin_inset Flex Rotatebox
35343 status open
35344
35345 \begin_layout Plain Layout
35346 \begin_inset Argument 1
35347 status open
35348
35349 \begin_layout Plain Layout
35350 origin=c
35351 \end_layout
35352
35353 \end_inset
35354
35355
35356 \begin_inset Argument 2
35357 status open
35358
35359 \begin_layout Plain Layout
35360 60
35361 \end_layout
35362
35363 \end_inset
35364
35365 mit rotiertem
35366 \end_layout
35367
35368 \end_inset
35369
35370  Text.
35371 \end_layout
35372
35373 \begin_layout Standard
35374 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
35375 \end_layout
35376
35377 \begin_layout Standard
35378 Dies ist eine Zeile 
35379 \begin_inset Flex Rotatebox
35380 status open
35381
35382 \begin_layout Plain Layout
35383 \begin_inset Argument 1
35384 status open
35385
35386 \begin_layout Plain Layout
35387 origin=r
35388 \end_layout
35389
35390 \end_inset
35391
35392
35393 \begin_inset Argument 2
35394 status open
35395
35396 \begin_layout Plain Layout
35397 -60
35398 \end_layout
35399
35400 \end_inset
35401
35402
35403 \begin_inset Box Doublebox
35404 position "c"
35405 hor_pos "c"
35406 has_inner_box 0
35407 inner_pos "c"
35408 use_parbox 0
35409 use_makebox 0
35410 width "1in"
35411 special "width"
35412 height "1in"
35413 height_special "totalheight"
35414 thickness "0.4pt"
35415 separation "3pt"
35416 shadowsize "4pt"
35417 framecolor "black"
35418 backgroundcolor "none"
35419 status collapsed
35420
35421 \begin_layout Plain Layout
35422 mit rotiertem
35423 \end_layout
35424
35425 \end_inset
35426
35427
35428 \end_layout
35429
35430 \end_inset
35431
35432  umrandeten Text 
35433 \begin_inset Flex Rotatebox
35434 status open
35435
35436 \begin_layout Plain Layout
35437 \begin_inset Argument 1
35438 status open
35439
35440 \begin_layout Plain Layout
35441 origin=lb
35442 \end_layout
35443
35444 \end_inset
35445
35446
35447 \begin_inset Argument 2
35448 status open
35449
35450 \begin_layout Plain Layout
35451 60
35452 \end_layout
35453
35454 \end_inset
35455
35456
35457 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35458 \end_inset
35459
35460
35461 \end_layout
35462
35463 \end_inset
35464
35465  und einer Formel.
35466 \end_layout
35467
35468 \begin_layout Standard
35469 Oder ein Bild oder Tabelle:
35470 \end_layout
35471
35472 \begin_layout Standard
35473 Dies ist eine Zeile 
35474 \begin_inset Flex Rotatebox
35475 status open
35476
35477 \begin_layout Plain Layout
35478 \begin_inset Argument 1
35479 status open
35480
35481 \begin_layout Plain Layout
35482 origin=lb
35483 \end_layout
35484
35485 \end_inset
35486
35487
35488 \begin_inset Argument 2
35489 status open
35490
35491 \begin_layout Plain Layout
35492 90
35493 \end_layout
35494
35495 \end_inset
35496
35497
35498 \begin_inset Graphics
35499         filename ../clipart/platypus.eps
35500         lyxscale 50
35501         width 25col%
35502
35503 \end_inset
35504
35505
35506 \end_layout
35507
35508 \end_inset
35509
35510  mit einem rotierten Bild 
35511 \begin_inset Flex Rotatebox
35512 status open
35513
35514 \begin_layout Plain Layout
35515 \begin_inset Argument 2
35516 status open
35517
35518 \begin_layout Plain Layout
35519 -90
35520 \end_layout
35521
35522 \end_inset
35523
35524
35525 \begin_inset Tabular
35526 <lyxtabular version="3" rows="2" columns="2">
35527 <features tabularvalignment="middle">
35528 <column alignment="center" valignment="top">
35529 <column alignment="center" valignment="top">
35530 <row>
35531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35532 \begin_inset Text
35533
35534 \begin_layout Plain Layout
35535 q
35536 \end_layout
35537
35538 \end_inset
35539 </cell>
35540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35541 \begin_inset Text
35542
35543 \begin_layout Plain Layout
35544 w
35545 \end_layout
35546
35547 \end_inset
35548 </cell>
35549 </row>
35550 <row>
35551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35552 \begin_inset Text
35553
35554 \begin_layout Plain Layout
35555 e
35556 \end_layout
35557
35558 \end_inset
35559 </cell>
35560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35561 \begin_inset Text
35562
35563 \begin_layout Plain Layout
35564 r
35565 \end_layout
35566
35567 \end_inset
35568 </cell>
35569 </row>
35570 </lyxtabular>
35571
35572 \end_inset
35573
35574
35575 \end_layout
35576
35577 \end_inset
35578
35579  und Tabelle.
35580 \begin_inset Index idx
35581 status collapsed
35582
35583 \begin_layout Plain Layout
35584 Abbildungen ! rotierte
35585 \end_layout
35586
35587 \end_inset
35588
35589
35590 \begin_inset Index idx
35591 status collapsed
35592
35593 \begin_layout Plain Layout
35594 Tabellen ! rotierte
35595 \end_layout
35596
35597 \end_inset
35598
35599
35600 \end_layout
35601
35602 \begin_layout Standard
35603 \begin_inset Note Greyedout
35604 status open
35605
35606 \begin_layout Plain Layout
35607
35608 \series bold
35609 Achtung:
35610 \series default
35611  Wenn die Einfügung 
35612 \family sans
35613 Drehpunkt
35614 \family default
35615  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
35616 -Fehler
35617  wenn man das Dokument ansieht/exportiert.
35618 \end_layout
35619
35620 \end_inset
35621
35622
35623 \end_layout
35624
35625 \begin_layout Subsection
35626 Skalierte Boxen
35627 \begin_inset Index idx
35628 status collapsed
35629
35630 \begin_layout Plain Layout
35631 Boxen ! skalierte
35632 \end_layout
35633
35634 \end_inset
35635
35636
35637 \begin_inset Index idx
35638 status collapsed
35639
35640 \begin_layout Plain Layout
35641 Skaliertes Material
35642 \end_layout
35643
35644 \end_inset
35645
35646
35647 \end_layout
35648
35649 \begin_layout Standard
35650 Um Material zu skalieren, setzt man es in eine 
35651 \family sans
35652 Skalierende
35653 \begin_inset space ~
35654 \end_inset
35655
35656 Box
35657 \family default
35658 .
35659  Solch eine Box wird über das Menü 
35660 \family sans
35661 Einfügen\SpecialChar menuseparator
35662 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
35663 Skalierende
35664 \begin_inset space ~
35665 \end_inset
35666
35667 Box
35668 \family default
35669  eingefügt.
35670 \end_layout
35671
35672 \begin_layout Standard
35673 Die 
35674 \family sans
35675 Skalierende
35676 \begin_inset space ~
35677 \end_inset
35678
35679 Box
35680 \family default
35681  Einfügung hat die obligatorische Einfügung 
35682 \family sans
35683 H-Faktor
35684 \family default
35685  und die optionale Einfügung 
35686 \family sans
35687 V-Faktor
35688 \family default
35689  (wird eingefügt über das Menü 
35690 \family sans
35691 Einfügen\SpecialChar menuseparator
35692 V-Faktor)
35693 \family default
35694 .
35695  Fügen Sie hier den horizontalen bzw.
35696 \begin_inset space \space{}
35697 \end_inset
35698
35699 den vertikalen Skalierungsfaktor ein.
35700  Wenn die Einfügung 
35701 \family sans
35702 V-Faktor
35703 \family default
35704  nicht verwendet wird, wird der horizontale Skalierungsfaktor auch für den
35705  vertikalen verwendet.
35706 \end_layout
35707
35708 \begin_layout Standard
35709 Um z.
35710 \begin_inset space \thinspace{}
35711 \end_inset
35712
35713 B.
35714  doppelte Textgröße als die Dokument-Schriftgröße zu erhalten, gibt man
35715  
35716 \series bold
35717 2
35718 \series default
35719  in die Einfügung 
35720 \family sans
35721 H-Faktor
35722 \family default
35723  ein.
35724  Ein Beispiel: 
35725 \begin_inset Flex Scalebox
35726 status open
35727
35728 \begin_layout Plain Layout
35729 \begin_inset Argument 1
35730 status open
35731
35732 \begin_layout Plain Layout
35733 2
35734 \end_layout
35735
35736 \end_inset
35737
35738 Hallo
35739 \end_layout
35740
35741 \end_inset
35742
35743
35744 \end_layout
35745
35746 \begin_layout Standard
35747
35748 \series bold
35749 2
35750 \series default
35751  als 
35752 \family sans
35753 H-Faktor
35754 \family default
35755  und 
35756 \series bold
35757 1
35758 \series default
35759  als 
35760 \family sans
35761 V-Faktor
35762 \family default
35763  verzerrt das 
35764 \begin_inset Flex Scalebox
35765 status open
35766
35767 \begin_layout Plain Layout
35768 \begin_inset Argument 1
35769 status open
35770
35771 \begin_layout Plain Layout
35772 2
35773 \end_layout
35774
35775 \end_inset
35776
35777
35778 \begin_inset Argument 2
35779 status open
35780
35781 \begin_layout Plain Layout
35782 1
35783 \end_layout
35784
35785 \end_inset
35786
35787 Hallo
35788 \end_layout
35789
35790 \end_inset
35791
35792 .
35793 \end_layout
35794
35795 \begin_layout Standard
35796 Die Skalierungsfaktoren dürfen auch negativ sein.
35797  In diesem Fall wird der Boxinhalt gespiegelt.
35798  Daher kann 
35799 \series bold
35800 -1
35801 \series default
35802  als 
35803 \family sans
35804 H-Faktor
35805 \family default
35806  und 
35807 \series bold
35808 1
35809 \series default
35810  als 
35811 \family sans
35812 V-Faktor
35813 \family default
35814  verwendet werden um Spiegelschrift zu erstellen: 
35815 \begin_inset Flex Scalebox
35816 status open
35817
35818 \begin_layout Plain Layout
35819 \begin_inset Argument 1
35820 status open
35821
35822 \begin_layout Plain Layout
35823 -1
35824 \end_layout
35825
35826 \end_inset
35827
35828
35829 \begin_inset Argument 2
35830 status open
35831
35832 \begin_layout Plain Layout
35833 1
35834 \end_layout
35835
35836 \end_inset
35837
35838 Hallo
35839 \end_layout
35840
35841 \end_inset
35842
35843
35844 \end_layout
35845
35846 \begin_layout Standard
35847
35848 \series bold
35849 1
35850 \series default
35851  als 
35852 \family sans
35853 H-Faktor
35854 \family default
35855  und 
35856 \series bold
35857 -1
35858 \series default
35859  als 
35860 \family sans
35861 V-Faktor
35862 \family default
35863  reflektiert das 
35864 \begin_inset Flex Scalebox
35865 status open
35866
35867 \begin_layout Plain Layout
35868 \begin_inset Argument 1
35869 status open
35870
35871 \begin_layout Plain Layout
35872 1
35873 \end_layout
35874
35875 \end_inset
35876
35877
35878 \begin_inset Argument 2
35879 status open
35880
35881 \begin_layout Plain Layout
35882 -1
35883 \end_layout
35884
35885 \end_inset
35886
35887 Hallo
35888 \end_layout
35889
35890 \end_inset
35891
35892  an der Grundlinie.
35893 \end_layout
35894
35895 \begin_layout Standard
35896 Die 
35897 \family sans
35898 Spiegelbox
35899 \family default
35900  (Menü 
35901 \family sans
35902 Einfügen\SpecialChar menuseparator
35903 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
35904 Spiegelbox
35905 \family default
35906 ) ist äquivalent zu 
35907 \series bold
35908 -1
35909 \series default
35910  als 
35911 \family sans
35912 H-Faktor
35913 \family default
35914  und 
35915 \series bold
35916 1
35917 \series default
35918  als 
35919 \family sans
35920 V-Faktor 
35921 \family default
35922 für eine 
35923 \family sans
35924 Skalierende
35925 \begin_inset space ~
35926 \end_inset
35927
35928 Box
35929 \family default
35930 .
35931 \end_layout
35932
35933 \begin_layout Standard
35934 \begin_inset Note Greyedout
35935 status open
35936
35937 \begin_layout Plain Layout
35938
35939 \series bold
35940 Achtung:
35941 \series default
35942  Wenn die Einfügung 
35943 \family sans
35944 Drehpunkt
35945 \family default
35946  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
35947 -Fehler
35948  wenn man das Dokument ansieht/exportiert.
35949 \end_layout
35950
35951 \end_inset
35952
35953
35954 \end_layout
35955
35956 \begin_layout Standard
35957 \begin_inset VSpace bigskip
35958 \end_inset
35959
35960 Die 
35961 \family sans
35962 Neugrößenbox
35963 \family default
35964  (Menü 
35965 \family sans
35966 Einfügen\SpecialChar menuseparator
35967 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
35968 Neugrößenbox
35969 \family default
35970 ) verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
35971  skalieren.
35972  Die 
35973 \family sans
35974 Neugrößenbox
35975 \family default
35976  Einfügung hat die obligatorische Einfügung 
35977 \family sans
35978 Breite
35979 \family default
35980  und die optionale Einfügung 
35981 \family sans
35982 Höhe
35983 \family default
35984  (wird eingefügt über das Menü 
35985 \family sans
35986 Einfügen\SpecialChar menuseparator
35987 Höhe)
35988 \family default
35989 .
35990  Fügen Sie hier die Breite bzw.
35991 \begin_inset space \space{}
35992 \end_inset
35993
35994 Höhe als Wert mit Einheit ein.
35995  
35996 \begin_inset CommandInset ref
35997 LatexCommand ref
35998 reference "tab:Maßeinheiten"
35999
36000 \end_inset
36001
36002  listet die möglichen Maßeinheiten auf.
36003  Befindet sich ein Ausrufezeichen 
36004 \series bold
36005 !
36006 \series default
36007  in einer der beiden
36008 \lang english
36009  
36010 \lang ngerman
36011 Einfügungen, wird die Größe so gewählt, dass das Seitenverhältnis der Box
36012  beibehalten wird.
36013  Wenn die Einfügung 
36014 \family sans
36015 Höhe
36016 \family default
36017  nicht verwendet wird, wird intern ein Ausrufezeichen für die Höhe verwendet.
36018 \end_layout
36019
36020 \begin_layout Standard
36021
36022 \series bold
36023 2cm
36024 \series default
36025  als 
36026 \family sans
36027 Breite
36028 \family default
36029  und 
36030 \series bold
36031 1cm
36032 \series default
36033  als 
36034 \family sans
36035 Höhe
36036 \family default
36037  ergibt: 
36038 \begin_inset Flex Resizebox
36039 status open
36040
36041 \begin_layout Plain Layout
36042 \begin_inset Argument 1
36043 status open
36044
36045 \begin_layout Plain Layout
36046 2cm
36047 \end_layout
36048
36049 \end_inset
36050
36051
36052 \begin_inset Argument 2
36053 status open
36054
36055 \begin_layout Plain Layout
36056 1cm
36057 \end_layout
36058
36059 \end_inset
36060
36061 Hallo
36062 \end_layout
36063
36064 \end_inset
36065
36066
36067 \begin_inset Newline newline
36068 \end_inset
36069
36070
36071 \series bold
36072 2cm
36073 \series default
36074  als 
36075 \family sans
36076 Breite
36077 \family default
36078  und 
36079 \series bold
36080 !
36081 \series default
36082  als 
36083 \family sans
36084 Höhe
36085 \family default
36086  (oder keine 
36087 \family sans
36088 Höhe
36089 \family default
36090 ) ergibt: 
36091 \begin_inset Flex Resizebox
36092 status open
36093
36094 \begin_layout Plain Layout
36095 \begin_inset Argument 1
36096 status open
36097
36098 \begin_layout Plain Layout
36099 2cm
36100 \end_layout
36101
36102 \end_inset
36103
36104
36105 \begin_inset Argument 2
36106 status open
36107
36108 \begin_layout Plain Layout
36109 !
36110 \end_layout
36111
36112 \end_inset
36113
36114 Hallo
36115 \end_layout
36116
36117 \end_inset
36118
36119
36120 \end_layout
36121
36122 \begin_layout Standard
36123 \begin_inset Note Greyedout
36124 status open
36125
36126 \begin_layout Plain Layout
36127
36128 \series bold
36129 Achtung:
36130 \series default
36131  Wenn die Einfügung
36132 \family sans
36133  Breite 
36134 \family default
36135 leer ist oder eine ungültige Einheit enthält, erhält man \SpecialChar LaTeX
36136 -Fehler wenn man
36137  das Dokument ansieht/exportiert.
36138 \end_layout
36139
36140 \end_inset
36141
36142
36143 \end_layout
36144
36145 \begin_layout Standard
36146 \begin_inset VSpace bigskip
36147 \end_inset
36148
36149
36150 \end_layout
36151
36152 \begin_layout Standard
36153 Alle Boxen können beliebig miteinander kombiniert werden.
36154  Als Beispiel eine 
36155 \family sans
36156 Spiegelbox
36157 \family default
36158  in einer 
36159 \family sans
36160 Neugrößenbox
36161 \family default
36162 , die wiederum in einer 
36163 \family sans
36164 Rotationsbox
36165 \family default
36166  ist:
36167 \end_layout
36168
36169 \begin_layout Standard
36170 \noindent
36171 \align center
36172 \begin_inset Flex Rotatebox
36173 status open
36174
36175 \begin_layout Plain Layout
36176 \begin_inset Argument 1
36177 status open
36178
36179 \begin_layout Plain Layout
36180 origin=c
36181 \end_layout
36182
36183 \end_inset
36184
36185
36186 \begin_inset Argument 2
36187 status open
36188
36189 \begin_layout Plain Layout
36190 -45
36191 \end_layout
36192
36193 \end_inset
36194
36195
36196 \begin_inset Flex Resizebox
36197 status open
36198
36199 \begin_layout Plain Layout
36200 \begin_inset Argument 1
36201 status open
36202
36203 \begin_layout Plain Layout
36204 2cm
36205 \end_layout
36206
36207 \end_inset
36208
36209
36210 \begin_inset Flex Reflectbox
36211 status open
36212
36213 \begin_layout Plain Layout
36214 Hallo
36215 \end_layout
36216
36217 \end_inset
36218
36219
36220 \end_layout
36221
36222 \end_inset
36223
36224
36225 \end_layout
36226
36227 \end_inset
36228
36229
36230 \end_layout
36231
36232 \begin_layout Standard
36233 \noindent
36234 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
36235 \end_layout
36236
36237 \begin_layout Standard
36238 \noindent
36239 \align center
36240 \begin_inset Flex Resizebox
36241 status open
36242
36243 \begin_layout Plain Layout
36244 \begin_inset Argument 1
36245 status open
36246
36247 \begin_layout Plain Layout
36248 2cm
36249 \end_layout
36250
36251 \end_inset
36252
36253
36254 \begin_inset Flex Reflectbox
36255 status open
36256
36257 \begin_layout Plain Layout
36258 \begin_inset Graphics
36259         filename ../clipart/platypus.eps
36260         lyxscale 50
36261         width 25col%
36262
36263 \end_inset
36264
36265
36266 \end_layout
36267
36268 \end_inset
36269
36270
36271 \end_layout
36272
36273 \end_inset
36274
36275  
36276 \begin_inset Flex Resizebox
36277 status open
36278
36279 \begin_layout Plain Layout
36280 \begin_inset Argument 1
36281 status open
36282
36283 \begin_layout Plain Layout
36284 2cm
36285 \end_layout
36286
36287 \end_inset
36288
36289
36290 \begin_inset Flex Reflectbox
36291 status open
36292
36293 \begin_layout Plain Layout
36294 \begin_inset Tabular
36295 <lyxtabular version="3" rows="2" columns="2">
36296 <features tabularvalignment="middle">
36297 <column alignment="center" valignment="top">
36298 <column alignment="center" valignment="top">
36299 <row>
36300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36301 \begin_inset Text
36302
36303 \begin_layout Plain Layout
36304 q
36305 \end_layout
36306
36307 \end_inset
36308 </cell>
36309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36310 \begin_inset Text
36311
36312 \begin_layout Plain Layout
36313 w
36314 \end_layout
36315
36316 \end_inset
36317 </cell>
36318 </row>
36319 <row>
36320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36321 \begin_inset Text
36322
36323 \begin_layout Plain Layout
36324 e
36325 \end_layout
36326
36327 \end_inset
36328 </cell>
36329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36330 \begin_inset Text
36331
36332 \begin_layout Plain Layout
36333 r
36334 \end_layout
36335
36336 \end_inset
36337 </cell>
36338 </row>
36339 </lyxtabular>
36340
36341 \end_inset
36342
36343
36344 \end_layout
36345
36346 \end_inset
36347
36348
36349 \end_layout
36350
36351 \end_inset
36352
36353  
36354 \begin_inset Flex Resizebox
36355 status open
36356
36357 \begin_layout Plain Layout
36358 \begin_inset Argument 1
36359 status open
36360
36361 \begin_layout Plain Layout
36362 3cm
36363 \end_layout
36364
36365 \end_inset
36366
36367
36368 \begin_inset Flex Reflectbox
36369 status open
36370
36371 \begin_layout Plain Layout
36372 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36373 \end_inset
36374
36375
36376 \end_layout
36377
36378 \end_inset
36379
36380
36381 \end_layout
36382
36383 \end_inset
36384
36385
36386 \begin_inset Index idx
36387 status collapsed
36388
36389 \begin_layout Plain Layout
36390 Abbildungen ! skalierte
36391 \end_layout
36392
36393 \end_inset
36394
36395
36396 \begin_inset Index idx
36397 status collapsed
36398
36399 \begin_layout Plain Layout
36400 Tabellen ! skalierte
36401 \end_layout
36402
36403 \end_inset
36404
36405
36406 \end_layout
36407
36408 \begin_layout Standard
36409 Hat man den globalen Formelstil 
36410 \series bold
36411 fleqn
36412 \series default
36413
36414 \begin_inset Foot
36415 status collapsed
36416
36417 \begin_layout Plain Layout
36418 Wenn 
36419 \begin_inset Quotes gld
36420 \end_inset
36421
36422 fleqn
36423 \begin_inset Quotes grd
36424 \end_inset
36425
36426  zu den Dokumentklassen-Optionen hinzugefügt wurde.
36427 \end_layout
36428
36429 \end_inset
36430
36431  gewählt, kann man auch abgesetzte Formeln skalieren.
36432 \end_layout
36433
36434 \begin_layout Chapter
36435 Umflossene Objekte
36436 \begin_inset Index idx
36437 status collapsed
36438
36439 \begin_layout Plain Layout
36440 Umflossene Objekte
36441 \end_layout
36442
36443 \end_inset
36444
36445
36446 \end_layout
36447
36448 \begin_layout Section
36449 Umflossene Gleitobjekte
36450 \begin_inset CommandInset label
36451 LatexCommand label
36452 name "abs:Umflossene-Gleitobjekte"
36453
36454 \end_inset
36455
36456
36457 \begin_inset Index idx
36458 status collapsed
36459
36460 \begin_layout Plain Layout
36461 Gleitobjekte ! umflossene
36462 \end_layout
36463
36464 \end_inset
36465
36466
36467 \begin_inset Index idx
36468 status collapsed
36469
36470 \begin_layout Plain Layout
36471 Umflossene Objekte ! Gleitobjekte
36472 \end_layout
36473
36474 \end_inset
36475
36476
36477 \end_layout
36478
36479 \begin_layout Standard
36480 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
36481  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
36482  den die Abbildung bzw.
36483 \begin_inset space ~
36484 \end_inset
36485
36486 Tabelle übrig lässt.
36487  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
36488  Sie werden über das Menü
36489 \family sans
36490  Einfügen\SpecialChar menuseparator
36491 Gleitobjekt\SpecialChar menuseparator
36492 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
36493 objekt
36494 \family default
36495  eingefügt, wenn das \SpecialChar LaTeX
36496 -Paket 
36497 \series bold
36498 wrapfig
36499 \series default
36500
36501 \begin_inset Index idx
36502 status collapsed
36503
36504 \begin_layout Plain Layout
36505 \SpecialChar LaTeX
36506 -Pakete ! wrapfig
36507 \end_layout
36508
36509 \end_inset
36510
36511  installiert ist.
36512 \begin_inset Foot
36513 status collapsed
36514
36515 \begin_layout Plain Layout
36516 Wie man ein \SpecialChar LaTeX
36517 -Paket installiert, wird im Handbuch 
36518 \emph on
36519 \SpecialChar LaTeX
36520 -Konfiguration
36521 \emph default
36522  beschrieben.
36523 \end_layout
36524
36525 \end_inset
36526
36527  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
36528  Box des Gleitobjekts geändert werden.
36529  
36530 \begin_inset Wrap figure
36531 lines 0
36532 placement l
36533 overhang 1cm
36534 width "40col%"
36535 status open
36536
36537 \begin_layout Plain Layout
36538 \begin_inset Graphics
36539         filename ../clipart/mobius.eps
36540         width 40col%
36541         scaleBeforeRotation
36542         rotateOrigin center
36543
36544 \end_inset
36545
36546
36547 \end_layout
36548
36549 \begin_layout Plain Layout
36550 \begin_inset Caption Standard
36551
36552 \begin_layout Plain Layout
36553 \begin_inset CommandInset label
36554 LatexCommand label
36555 name "abb:Dies-ist-eine"
36556
36557 \end_inset
36558
36559 Dies ist eine umflossene Gleitobjekt-Abbildung
36560 \end_layout
36561
36562 \end_inset
36563
36564
36565 \end_layout
36566
36567 \end_inset
36568
36569  Obligatorische Einstellungen sind die 
36570 \family sans
36571 Breite
36572 \family default
36573  und 
36574 \family sans
36575 Platzierung
36576 \family default
36577  des Gleitobjekts.
36578  Optional sind der 
36579 \family sans
36580 Überhang 
36581 \family default
36582 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
36583 \begin_inset space \thinspace{}
36584 \end_inset
36585
36586 /
36587 \begin_inset space \thinspace{}
36588 \end_inset
36589
36590 der Seite ragt und die 
36591 \family sans
36592 benötigten Zeilen
36593 \family default
36594 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
36595  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
36596  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
36597  Des weiteren können Sie entscheiden, ob es \SpecialChar LaTeX
36598  erlaubt sein soll, das Gleitobjekt
36599  innerhalb des Absatzes oder zu umgebenden Absätzen gleiten zu lassen.
36600  Abbildung
36601 \begin_inset space ~
36602 \end_inset
36603
36604
36605 \begin_inset CommandInset ref
36606 LatexCommand ref
36607 reference "abb:Dies-ist-eine"
36608
36609 \end_inset
36610
36611  ist zum Beispiel ein umflossenes Bild, das 40
36612 \begin_inset space \thinspace{}
36613 \end_inset
36614
36615 % der Spaltenbreite einnimmt, 1
36616 \begin_inset space \thinspace{}
36617 \end_inset
36618
36619 cm in den Rand ragt und links gesetzt wurde.
36620 \end_layout
36621
36622 \begin_layout Standard
36623 \begin_inset Note Greyedout
36624 status open
36625
36626 \begin_layout Plain Layout
36627
36628 \series bold
36629 Bemerkung:
36630 \series default
36631  Umflossene Objekte sind fragil! Wenn die Abbildung z.
36632 \begin_inset space \thinspace{}
36633 \end_inset
36634
36635 B.
36636  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
36637  oder über anderen Text gedruckt wird.
36638 \end_layout
36639
36640 \end_inset
36641
36642
36643 \end_layout
36644
36645 \begin_layout Standard
36646 Allgemein gilt für umflossene Gleitobjekte:
36647 \end_layout
36648
36649 \begin_layout Itemize
36650 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
36651  fortgesetzt werden.
36652  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
36653  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
36654 \end_layout
36655
36656 \begin_layout Itemize
36657 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
36658  werden oder darin.
36659 \end_layout
36660
36661 \begin_layout Itemize
36662 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
36663  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
36664 \end_layout
36665
36666 \begin_layout Itemize
36667 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
36668 \end_layout
36669
36670 \begin_layout Itemize
36671 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
36672 \begin_inset space \thinspace{}
36673 \end_inset
36674
36675
36676 \begin_inset CommandInset ref
36677 LatexCommand ref
36678 reference "kap:Gleitobjekte"
36679
36680 \end_inset
36681
36682  beschrieben.
36683 \end_layout
36684
36685 \begin_layout Section
36686 Umflossene Fixe Objekte
36687 \begin_inset Index idx
36688 status collapsed
36689
36690 \begin_layout Plain Layout
36691 Umflossene Objekte ! Fixe Objekte
36692 \end_layout
36693
36694 \end_inset
36695
36696
36697 \end_layout
36698
36699 \begin_layout Standard
36700 Die in Abschnitt
36701 \begin_inset space ~
36702 \end_inset
36703
36704
36705 \begin_inset CommandInset ref
36706 LatexCommand ref
36707 reference "abs:Umflossene-Gleitobjekte"
36708
36709 \end_inset
36710
36711  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
36712 \begin_inset Separator parbreak
36713 \end_inset
36714
36715
36716 \end_layout
36717
36718 \begin_layout Standard
36719 \noindent
36720 \align center
36721 \begin_inset Tabular
36722 <lyxtabular version="3" rows="2" columns="2">
36723 <features tabularvalignment="middle">
36724 <column alignment="center" valignment="top">
36725 <column alignment="center" valignment="top">
36726 <row>
36727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36728 \begin_inset Text
36729
36730 \begin_layout Plain Layout
36731 \begin_inset Info
36732 type  "icon"
36733 arg   "dialog-show-new-inset graphics"
36734 \end_inset
36735
36736
36737 \end_layout
36738
36739 \end_inset
36740 </cell>
36741 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36742 \begin_inset Text
36743
36744 \begin_layout Plain Layout
36745 Text
36746 \end_layout
36747
36748 \end_inset
36749 </cell>
36750 </row>
36751 <row>
36752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36753 \begin_inset Text
36754
36755 \begin_layout Plain Layout
36756 Text
36757 \end_layout
36758
36759 \end_inset
36760 </cell>
36761 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36762 \begin_inset Text
36763
36764 \begin_layout Plain Layout
36765 Text
36766 \end_layout
36767
36768 \end_inset
36769 </cell>
36770 </row>
36771 </lyxtabular>
36772
36773 \end_inset
36774
36775  oder 
36776 \begin_inset Tabular
36777 <lyxtabular version="3" rows="2" columns="2">
36778 <features tabularvalignment="middle">
36779 <column alignment="center" valignment="top">
36780 <column alignment="center" valignment="top">
36781 <row>
36782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36783 \begin_inset Text
36784
36785 \begin_layout Plain Layout
36786 Text
36787 \end_layout
36788
36789 \end_inset
36790 </cell>
36791 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36792 \begin_inset Text
36793
36794 \begin_layout Plain Layout
36795 \begin_inset Info
36796 type  "icon"
36797 arg   "dialog-show-new-inset graphics"
36798 \end_inset
36799
36800
36801 \end_layout
36802
36803 \end_inset
36804 </cell>
36805 </row>
36806 <row>
36807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36808 \begin_inset Text
36809
36810 \begin_layout Plain Layout
36811 Text
36812 \end_layout
36813
36814 \end_inset
36815 </cell>
36816 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36817 \begin_inset Text
36818
36819 \begin_layout Plain Layout
36820 Text
36821 \end_layout
36822
36823 \end_inset
36824 </cell>
36825 </row>
36826 </lyxtabular>
36827
36828 \end_inset
36829
36830
36831 \end_layout
36832
36833 \begin_layout Standard
36834 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
36835  wurde, um z.
36836 \begin_inset space \thinspace{}
36837 \end_inset
36838
36839 B.
36840  solche Positionen zu erhalten:
36841 \begin_inset VSpace defskip
36842 \end_inset
36843
36844
36845 \end_layout
36846
36847 \begin_layout Standard
36848 \noindent
36849 \align center
36850 \begin_inset Tabular
36851 <lyxtabular version="3" rows="2" columns="2">
36852 <features tabularvalignment="middle">
36853 <column alignment="center" valignment="top">
36854 <column alignment="center" valignment="top">
36855 <row>
36856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36857 \begin_inset Text
36858
36859 \begin_layout Plain Layout
36860 Text
36861 \end_layout
36862
36863 \end_inset
36864 </cell>
36865 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36866 \begin_inset Text
36867
36868 \begin_layout Plain Layout
36869 Text
36870 \end_layout
36871
36872 \end_inset
36873 </cell>
36874 </row>
36875 <row>
36876 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36877 \begin_inset Text
36878
36879 \begin_layout Plain Layout
36880 \begin_inset Info
36881 type  "icon"
36882 arg   "dialog-show-new-inset graphics"
36883 \end_inset
36884
36885
36886 \end_layout
36887
36888 \end_inset
36889 </cell>
36890 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36891 \begin_inset Text
36892
36893 \begin_layout Plain Layout
36894 Text
36895 \end_layout
36896
36897 \end_inset
36898 </cell>
36899 </row>
36900 </lyxtabular>
36901
36902 \end_inset
36903
36904  
36905 \begin_inset Tabular
36906 <lyxtabular version="3" rows="2" columns="2">
36907 <features tabularvalignment="middle">
36908 <column alignment="center" valignment="top">
36909 <column alignment="center" valignment="top">
36910 <row>
36911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36912 \begin_inset Text
36913
36914 \begin_layout Plain Layout
36915 Text
36916 \end_layout
36917
36918 \end_inset
36919 </cell>
36920 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36921 \begin_inset Text
36922
36923 \begin_layout Plain Layout
36924 Text
36925 \end_layout
36926
36927 \end_inset
36928 </cell>
36929 </row>
36930 <row>
36931 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36932 \begin_inset Text
36933
36934 \begin_layout Plain Layout
36935 Text
36936 \end_layout
36937
36938 \end_inset
36939 </cell>
36940 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36941 \begin_inset Text
36942
36943 \begin_layout Plain Layout
36944 \begin_inset Info
36945 type  "icon"
36946 arg   "dialog-show-new-inset graphics"
36947 \end_inset
36948
36949
36950 \end_layout
36951
36952 \end_inset
36953 </cell>
36954 </row>
36955 </lyxtabular>
36956
36957 \end_inset
36958
36959  
36960 \begin_inset Tabular
36961 <lyxtabular version="3" rows="2" columns="3">
36962 <features tabularvalignment="middle">
36963 <column alignment="center" valignment="top">
36964 <column alignment="center" valignment="top">
36965 <column alignment="center" valignment="top">
36966 <row>
36967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36968 \begin_inset Text
36969
36970 \begin_layout Plain Layout
36971 Text
36972 \end_layout
36973
36974 \end_inset
36975 </cell>
36976 <cell alignment="center" valignment="top" topline="true" usebox="none">
36977 \begin_inset Text
36978
36979 \begin_layout Plain Layout
36980 \begin_inset Info
36981 type  "icon"
36982 arg   "dialog-show-new-inset graphics"
36983 \end_inset
36984
36985
36986 \end_layout
36987
36988 \end_inset
36989 </cell>
36990 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36991 \begin_inset Text
36992
36993 \begin_layout Plain Layout
36994 Text
36995 \end_layout
36996
36997 \end_inset
36998 </cell>
36999 </row>
37000 <row>
37001 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37002 \begin_inset Text
37003
37004 \begin_layout Plain Layout
37005 Text
37006 \end_layout
37007
37008 \end_inset
37009 </cell>
37010 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37011 \begin_inset Text
37012
37013 \begin_layout Plain Layout
37014 Text
37015 \end_layout
37016
37017 \end_inset
37018 </cell>
37019 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37020 \begin_inset Text
37021
37022 \begin_layout Plain Layout
37023 Text
37024 \end_layout
37025
37026 \end_inset
37027 </cell>
37028 </row>
37029 </lyxtabular>
37030
37031 \end_inset
37032
37033  
37034 \begin_inset Tabular
37035 <lyxtabular version="3" rows="2" columns="3">
37036 <features tabularvalignment="middle">
37037 <column alignment="center" valignment="top">
37038 <column alignment="center" valignment="top">
37039 <column alignment="center" valignment="top">
37040 <row>
37041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37042 \begin_inset Text
37043
37044 \begin_layout Plain Layout
37045 Text
37046 \end_layout
37047
37048 \end_inset
37049 </cell>
37050 <cell alignment="center" valignment="top" topline="true" usebox="none">
37051 \begin_inset Text
37052
37053 \begin_layout Plain Layout
37054 Text
37055 \end_layout
37056
37057 \end_inset
37058 </cell>
37059 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37060 \begin_inset Text
37061
37062 \begin_layout Plain Layout
37063 Text
37064 \end_layout
37065
37066 \end_inset
37067 </cell>
37068 </row>
37069 <row>
37070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37071 \begin_inset Text
37072
37073 \begin_layout Plain Layout
37074 Text
37075 \end_layout
37076
37077 \end_inset
37078 </cell>
37079 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37080 \begin_inset Text
37081
37082 \begin_layout Plain Layout
37083 \begin_inset Info
37084 type  "icon"
37085 arg   "dialog-show-new-inset graphics"
37086 \end_inset
37087
37088
37089 \end_layout
37090
37091 \end_inset
37092 </cell>
37093 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37094 \begin_inset Text
37095
37096 \begin_layout Plain Layout
37097 Text
37098 \end_layout
37099
37100 \end_inset
37101 </cell>
37102 </row>
37103 </lyxtabular>
37104
37105 \end_inset
37106
37107
37108 \end_layout
37109
37110 \begin_layout Standard
37111 \noindent
37112 \align center
37113 \begin_inset Tabular
37114 <lyxtabular version="3" rows="3" columns="2">
37115 <features tabularvalignment="middle">
37116 <column alignment="center" valignment="top">
37117 <column alignment="center" valignment="top">
37118 <row>
37119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37120 \begin_inset Text
37121
37122 \begin_layout Plain Layout
37123 Text
37124 \end_layout
37125
37126 \end_inset
37127 </cell>
37128 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37129 \begin_inset Text
37130
37131 \begin_layout Plain Layout
37132 Text
37133 \end_layout
37134
37135 \end_inset
37136 </cell>
37137 </row>
37138 <row>
37139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37140 \begin_inset Text
37141
37142 \begin_layout Plain Layout
37143 \begin_inset Info
37144 type  "icon"
37145 arg   "dialog-show-new-inset graphics"
37146 \end_inset
37147
37148
37149 \end_layout
37150
37151 \end_inset
37152 </cell>
37153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37154 \begin_inset Text
37155
37156 \begin_layout Plain Layout
37157 Text
37158 \end_layout
37159
37160 \end_inset
37161 </cell>
37162 </row>
37163 <row>
37164 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37165 \begin_inset Text
37166
37167 \begin_layout Plain Layout
37168 Text
37169 \end_layout
37170
37171 \end_inset
37172 </cell>
37173 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37174 \begin_inset Text
37175
37176 \begin_layout Plain Layout
37177 Text
37178 \end_layout
37179
37180 \end_inset
37181 </cell>
37182 </row>
37183 </lyxtabular>
37184
37185 \end_inset
37186
37187  
37188 \begin_inset Tabular
37189 <lyxtabular version="3" rows="3" columns="3">
37190 <features tabularvalignment="middle">
37191 <column alignment="center" valignment="top">
37192 <column alignment="center" valignment="top">
37193 <column alignment="center" valignment="top">
37194 <row>
37195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37196 \begin_inset Text
37197
37198 \begin_layout Plain Layout
37199 Text
37200 \end_layout
37201
37202 \end_inset
37203 </cell>
37204 <cell alignment="center" valignment="top" topline="true" usebox="none">
37205 \begin_inset Text
37206
37207 \begin_layout Plain Layout
37208 Text
37209 \end_layout
37210
37211 \end_inset
37212 </cell>
37213 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37214 \begin_inset Text
37215
37216 \begin_layout Plain Layout
37217 Text
37218 \end_layout
37219
37220 \end_inset
37221 </cell>
37222 </row>
37223 <row>
37224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37225 \begin_inset Text
37226
37227 \begin_layout Plain Layout
37228 Text
37229 \end_layout
37230
37231 \end_inset
37232 </cell>
37233 <cell alignment="center" valignment="top" usebox="none">
37234 \begin_inset Text
37235
37236 \begin_layout Plain Layout
37237 \begin_inset Info
37238 type  "icon"
37239 arg   "dialog-show-new-inset graphics"
37240 \end_inset
37241
37242
37243 \end_layout
37244
37245 \end_inset
37246 </cell>
37247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37248 \begin_inset Text
37249
37250 \begin_layout Plain Layout
37251 Text
37252 \end_layout
37253
37254 \end_inset
37255 </cell>
37256 </row>
37257 <row>
37258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37259 \begin_inset Text
37260
37261 \begin_layout Plain Layout
37262 Text
37263 \end_layout
37264
37265 \end_inset
37266 </cell>
37267 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37268 \begin_inset Text
37269
37270 \begin_layout Plain Layout
37271 Text
37272 \end_layout
37273
37274 \end_inset
37275 </cell>
37276 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37277 \begin_inset Text
37278
37279 \begin_layout Plain Layout
37280 Text
37281 \end_layout
37282
37283 \end_inset
37284 </cell>
37285 </row>
37286 </lyxtabular>
37287
37288 \end_inset
37289
37290  
37291 \begin_inset Tabular
37292 <lyxtabular version="3" rows="3" columns="2">
37293 <features tabularvalignment="middle">
37294 <column alignment="center" valignment="top">
37295 <column alignment="center" valignment="top">
37296 <row>
37297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37298 \begin_inset Text
37299
37300 \begin_layout Plain Layout
37301 Text
37302 \end_layout
37303
37304 \end_inset
37305 </cell>
37306 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37307 \begin_inset Text
37308
37309 \begin_layout Plain Layout
37310 Text
37311 \end_layout
37312
37313 \end_inset
37314 </cell>
37315 </row>
37316 <row>
37317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37318 \begin_inset Text
37319
37320 \begin_layout Plain Layout
37321 Text
37322 \end_layout
37323
37324 \end_inset
37325 </cell>
37326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37327 \begin_inset Text
37328
37329 \begin_layout Plain Layout
37330 \begin_inset Info
37331 type  "icon"
37332 arg   "dialog-show-new-inset graphics"
37333 \end_inset
37334
37335
37336 \end_layout
37337
37338 \end_inset
37339 </cell>
37340 </row>
37341 <row>
37342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37343 \begin_inset Text
37344
37345 \begin_layout Plain Layout
37346 Text
37347 \end_layout
37348
37349 \end_inset
37350 </cell>
37351 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37352 \begin_inset Text
37353
37354 \begin_layout Plain Layout
37355 Text
37356 \end_layout
37357
37358 \end_inset
37359 </cell>
37360 </row>
37361 </lyxtabular>
37362
37363 \end_inset
37364
37365
37366 \end_layout
37367
37368 \begin_layout Standard
37369 \noindent
37370 kann man das \SpecialChar LaTeX
37371 -Paket 
37372 \series bold
37373 picinpar
37374 \series default
37375
37376 \begin_inset Index idx
37377 status collapsed
37378
37379 \begin_layout Plain Layout
37380 \SpecialChar LaTeX
37381 -Pakete ! picinpar
37382 \end_layout
37383
37384 \end_inset
37385
37386  benutzen.
37387  Hier ist ein Beispiel:
37388 \end_layout
37389
37390 \begin_layout Standard
37391 \begin_inset ERT
37392 status collapsed
37393
37394 \begin_layout Plain Layout
37395
37396
37397 \backslash
37398 ifpicinpar
37399 \end_layout
37400
37401 \end_inset
37402
37403
37404 \begin_inset Note Note
37405 status open
37406
37407 \begin_layout Plain Layout
37408 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
37409 -Paket 
37410 \series bold
37411 picinpar
37412 \series default
37413  installiert ist.
37414 \end_layout
37415
37416 \end_inset
37417
37418
37419 \end_layout
37420
37421 \begin_layout Standard
37422 \begin_inset ERT
37423 status collapsed
37424
37425 \begin_layout Plain Layout
37426
37427
37428 \backslash
37429 begin{window}[2,c,{
37430 \end_layout
37431
37432 \end_inset
37433
37434
37435 \begin_inset Graphics
37436         filename ../clipart/mobius.eps
37437         lyxscale 60
37438         width 40col%
37439         scaleBeforeRotation
37440         rotateOrigin center
37441
37442 \end_inset
37443
37444
37445 \begin_inset ERT
37446 status collapsed
37447
37448 \begin_layout Plain Layout
37449
37450 },]
37451 \end_layout
37452
37453 \begin_layout Plain Layout
37454
37455 {}
37456 \end_layout
37457
37458 \end_inset
37459
37460
37461 \size small
37462 \lang english
37463 It was in the spring of the year 1894 that all London was interested, and
37464  the fashionable world dismayed, by the murder of the Honourable Ronald
37465  Adair under most unusual and inexplicable circumstances.
37466  The public has already learned those particulars of the crime which
37467 \size default
37468
37469 \begin_inset ERT
37470 status collapsed
37471
37472 \begin_layout Plain Layout
37473
37474
37475 \backslash
37476 footnotemark{}
37477 \end_layout
37478
37479 \end_inset
37480
37481
37482 \size small
37483  came out in the police investigation, but a good deal was suppressed upon
37484  that occasion, since the case for the prosecution was so overwhelmingly
37485  strong that it was not necessary to bring forward all the facts.
37486  Only now, at the end of nearly ten years, am I allowed to supply those
37487  missing links which make up the whole of that remarkable chain.
37488 \size default
37489 \lang ngerman
37490
37491 \begin_inset ERT
37492 status collapsed
37493
37494 \begin_layout Plain Layout
37495
37496
37497 \backslash
37498 end{window}
37499 \end_layout
37500
37501 \end_inset
37502
37503
37504 \end_layout
37505
37506 \begin_layout Standard
37507 \begin_inset ERT
37508 status collapsed
37509
37510 \begin_layout Plain Layout
37511
37512
37513 \backslash
37514 footnotetext{
37515 \end_layout
37516
37517 \end_inset
37518
37519 Fußnote des Absatzes mit fixem Objekt.
37520 \begin_inset ERT
37521 status collapsed
37522
37523 \begin_layout Plain Layout
37524
37525 }
37526 \end_layout
37527
37528 \end_inset
37529
37530
37531 \end_layout
37532
37533 \begin_layout Standard
37534 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
37535  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
37536  vertikale Position im Text bestimmen kann.
37537  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
37538  beschriftet werden.
37539 \end_layout
37540
37541 \begin_layout Standard
37542 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
37543  Befehl
37544 \end_layout
37545
37546 \begin_layout Standard
37547
37548 \series bold
37549
37550 \backslash
37551 begin{window}[2,c,{
37552 \end_layout
37553
37554 \begin_layout Standard
37555 als \SpecialChar TeX
37556 -Code einfügt.
37557  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
37558  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
37559  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
37560  Danach fügt man das Objekt ein.
37561  In diesem Beispiel wurde ein Bild der Breite von 40
37562 \begin_inset space \thinspace{}
37563 \end_inset
37564
37565 % der Textspaltenbreite eingefügt.
37566  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
37567  Nach dem Objekt fügt man den Befehl
37568 \end_layout
37569
37570 \begin_layout Standard
37571
37572 \series bold
37573 },Beschreibungstext]
37574 \begin_inset Newline newline
37575 \end_inset
37576
37577 {}
37578 \end_layout
37579
37580 \begin_layout Standard
37581 ein.
37582  Man beachte dass das 
37583 \begin_inset Quotes gld
37584 \end_inset
37585
37586
37587 \series bold
37588 {}
37589 \series default
37590
37591 \begin_inset Quotes grd
37592 \end_inset
37593
37594  in der zweiten Zeile steht.
37595  Der Beschreibungstext ist optional.
37596  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
37597  das Objekt befinden, also direkt nach dem 
37598 \series bold
37599 {}
37600 \series default
37601  beginnen.
37602  Am Ende des Absatzes fügt man folgenden Befehl ein:
37603 \end_layout
37604
37605 \begin_layout Standard
37606
37607 \series bold
37608
37609 \backslash
37610 end{window}
37611 \end_layout
37612
37613 \begin_layout Standard
37614 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
37615  man muss stattdessen den Befehl 
37616 \series bold
37617
37618 \backslash
37619 footnotemark
37620 \series default
37621  verwenden.
37622  Außerhalb des Absatzes den Befehl 
37623 \series bold
37624
37625 \backslash
37626 footnotetext
37627 \series default
37628 , wie es in Abschnitt
37629 \begin_inset space ~
37630 \end_inset
37631
37632
37633 \begin_inset CommandInset ref
37634 LatexCommand ref
37635 reference "abs:Fußnoten"
37636
37637 \end_inset
37638
37639  beschrieben ist.
37640 \end_layout
37641
37642 \begin_layout Standard
37643 \begin_inset ERT
37644 status collapsed
37645
37646 \begin_layout Plain Layout
37647
37648
37649 \backslash
37650 else
37651 \end_layout
37652
37653 \end_inset
37654
37655
37656 \begin_inset Note Note
37657 status open
37658
37659 \begin_layout Plain Layout
37660 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
37661 -Paket 
37662 \series bold
37663 picinpar
37664 \series default
37665  nicht installiert ist:
37666 \end_layout
37667
37668 \end_inset
37669
37670
37671 \end_layout
37672
37673 \begin_layout Standard
37674 Das \SpecialChar LaTeX
37675 -Paket 
37676 \series bold
37677 picinpar
37678 \series default
37679  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
37680 \end_layout
37681
37682 \begin_layout Standard
37683 \begin_inset ERT
37684 status collapsed
37685
37686 \begin_layout Plain Layout
37687
37688
37689 \backslash
37690 fi
37691 \end_layout
37692
37693 \end_inset
37694
37695
37696 \end_layout
37697
37698 \begin_layout Section
37699 Initiale
37700 \begin_inset Index idx
37701 status collapsed
37702
37703 \begin_layout Plain Layout
37704 Initiale
37705 \end_layout
37706
37707 \end_inset
37708
37709
37710 \begin_inset Index idx
37711 status collapsed
37712
37713 \begin_layout Plain Layout
37714 Umflossene Objekte ! Initiale
37715 \end_layout
37716
37717 \end_inset
37718
37719
37720 \end_layout
37721
37722 \begin_layout Standard
37723 Für Initialen muss das \SpecialChar LaTeX
37724 -Paket 
37725 \series bold
37726 lettrine
37727 \series default
37728
37729 \begin_inset Index idx
37730 status collapsed
37731
37732 \begin_layout Plain Layout
37733 \SpecialChar LaTeX
37734 -Pakete ! lettrine
37735 \end_layout
37736
37737 \end_inset
37738
37739  installiert sein und das Modul 
37740 \family sans
37741 Initialen
37742 \family default
37743  im Dokument verwendet werden (Menü 
37744 \family sans
37745 Dokument\SpecialChar menuseparator
37746 Einstellungen\SpecialChar menuseparator
37747 Module
37748 \family default
37749 ).
37750  Um eine Initiale einzufügen, verwendet man den Stil 
37751 \family sans
37752 Initiale
37753 \family default
37754 .
37755  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
37756  Die Argumente werden über das Menü 
37757 \family sans
37758 Einfügen
37759 \family default
37760  eingefügt.
37761  Das obligatorische Argument 
37762 \family sans
37763 Initiale
37764 \family default
37765  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
37766 \family sans
37767 Rest
37768 \begin_inset space ~
37769 \end_inset
37770
37771 der
37772 \begin_inset space ~
37773 \end_inset
37774
37775 Initiale
37776 \family default
37777  enthält den Rest des Wortes oder Textes der Initiale.
37778  Das Argument 
37779 \family sans
37780 Optionen
37781 \family default
37782  enthält Parameter um die Initiale zu modifizieren.
37783  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
37784  von 
37785 \series bold
37786 lettrine
37787 \series default
37788
37789 \begin_inset CommandInset citation
37790 LatexCommand cite
37791 key "lettrine"
37792
37793 \end_inset
37794
37795 .
37796  Der Stil selbst enthält den Text, der die Initiale umgibt.
37797  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
37798  Initiale ist, in 
37799 \shape smallcaps
37800 Kapitälchen
37801 \shape default
37802  gedruckt wird.
37803 \end_layout
37804
37805 \begin_layout Standard
37806 Hier sind einige Beispiele:
37807 \end_layout
37808
37809 \begin_layout Standard
37810 \begin_inset ERT
37811 status collapsed
37812
37813 \begin_layout Plain Layout
37814
37815
37816 \backslash
37817 iflettrine
37818 \end_layout
37819
37820 \end_inset
37821
37822
37823 \begin_inset Note Note
37824 status open
37825
37826 \begin_layout Plain Layout
37827 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
37828 -Paket 
37829 \series bold
37830 lettrine
37831 \series default
37832  installiert ist.
37833 \end_layout
37834
37835 \end_inset
37836
37837
37838 \end_layout
37839
37840 \begin_layout Enumerate
37841 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
37842
37843 \begin_inset Formula $\mathfrak{Fraktur}$
37844 \end_inset
37845
37846 :
37847 \begin_inset Separator parbreak
37848 \end_inset
37849
37850
37851 \end_layout
37852
37853 \begin_deeper
37854 \begin_layout Initial
37855 \begin_inset Argument 2
37856 status open
37857
37858 \begin_layout Plain Layout
37859 \begin_inset Formula $\mathfrak{I}$
37860 \end_inset
37861
37862
37863 \end_layout
37864
37865 \end_inset
37866
37867
37868 \begin_inset Argument 3
37869 status open
37870
37871 \begin_layout Plain Layout
37872 t
37873 \end_layout
37874
37875 \end_inset
37876
37877  
37878 \lang english
37879 was in the spring of the year 1894 that all London was interested, and the
37880  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37881  under most unusual and inexplicable circumstances.
37882  The public has already learned those particulars of the crime which came
37883  out in the police investigation, but a good deal was suppressed upon that
37884  occasion, since the case for the prosecution was so overwhelmingly strong
37885  that it was not necessary to bring forward all the facts.
37886 \end_layout
37887
37888 \end_deeper
37889 \begin_layout Enumerate
37890 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
37891  besteht und kein Text ist in 
37892 \shape smallcaps
37893 Kapitälchen
37894 \shape default
37895 :
37896 \begin_inset Separator parbreak
37897 \end_inset
37898
37899
37900 \end_layout
37901
37902 \begin_deeper
37903 \begin_layout Initial
37904 \begin_inset Argument 1
37905 status open
37906
37907 \begin_layout Plain Layout
37908 lines=1
37909 \end_layout
37910
37911 \end_inset
37912
37913
37914 \begin_inset Argument 2
37915 status open
37916
37917 \begin_layout Plain Layout
37918 It
37919 \end_layout
37920
37921 \end_inset
37922
37923  
37924 \lang english
37925 was in the spring of the year 1894 that all London was interested, and the
37926  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37927  under most unusual and inexplicable circumstances.
37928  The public has already learned those particulars of the crime which came
37929  out in the police investigation, but a good deal was suppressed upon that
37930  occasion, since the case for the prosecution was so overwhelmingly strong
37931  that it was not necessary to bring forward all the facts.
37932 \end_layout
37933
37934 \end_deeper
37935 \begin_layout Enumerate
37936 Magenta, hängende Initiale über 3
37937 \begin_inset space ~
37938 \end_inset
37939
37940 Zeilen in der Mathe-Schrift
37941 \begin_inset Newline newline
37942 \end_inset
37943
37944  
37945 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
37946 \end_inset
37947
37948 , der Text 
37949 \begin_inset Quotes gld
37950 \end_inset
37951
37952
37953 \lang english
37954 t was in the spring
37955 \lang ngerman
37956
37957 \begin_inset Quotes erd
37958 \end_inset
37959
37960  ist in 
37961 \shape smallcaps
37962 Kapitälchen
37963 \shape default
37964 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
37965 \begin_inset Newline newline
37966 \end_inset
37967
37968
37969 \series bold
37970
37971 \backslash
37972 renewcommand{
37973 \backslash
37974 LettrineFontHook}{
37975 \backslash
37976 color{Farbe}}
37977 \series default
37978
37979 \begin_inset Newline newline
37980 \end_inset
37981
37982 wobei 
37983 \emph on
37984 Farbe
37985 \emph default
37986  
37987 \begin_inset Quotes gld
37988 \end_inset
37989
37990 red
37991 \begin_inset Quotes erd
37992 \end_inset
37993
37994
37995 \begin_inset Quotes gld
37996 \end_inset
37997
37998 blue
37999 \begin_inset Quotes erd
38000 \end_inset
38001
38002
38003 \begin_inset Quotes gld
38004 \end_inset
38005
38006 green
38007 \begin_inset Quotes erd
38008 \end_inset
38009
38010
38011 \begin_inset Quotes gld
38012 \end_inset
38013
38014 yellow
38015 \begin_inset Quotes erd
38016 \end_inset
38017
38018
38019 \begin_inset Quotes gld
38020 \end_inset
38021
38022 cyan
38023 \begin_inset Quotes erd
38024 \end_inset
38025
38026
38027 \begin_inset Quotes gld
38028 \end_inset
38029
38030 magenta
38031 \begin_inset Quotes erd
38032 \end_inset
38033
38034
38035 \begin_inset Quotes gld
38036 \end_inset
38037
38038 black
38039 \begin_inset Quotes erd
38040 \end_inset
38041
38042  oder 
38043 \begin_inset Quotes gld
38044 \end_inset
38045
38046 white
38047 \begin_inset Quotes erd
38048 \end_inset
38049
38050  sein kann, und diesen Befehl zum \SpecialChar LaTeX
38051 -Vorspann hinzufügen:
38052 \begin_inset Newline newline
38053 \end_inset
38054
38055
38056 \series bold
38057
38058 \backslash
38059 @ifundefined{textcolor}
38060 \begin_inset Newline newline
38061 \end_inset
38062
38063
38064 \begin_inset space ~
38065 \end_inset
38066
38067 {
38068 \backslash
38069 usepackage{color}}{}
38070 \series default
38071
38072 \begin_inset Separator parbreak
38073 \end_inset
38074
38075
38076 \end_layout
38077
38078 \begin_deeper
38079 \begin_layout Standard
38080 \begin_inset ERT
38081 status collapsed
38082
38083 \begin_layout Plain Layout
38084
38085
38086 \backslash
38087 renewcommand{
38088 \backslash
38089 LettrineFontHook}{
38090 \backslash
38091 color{magenta}}
38092 \end_layout
38093
38094 \end_inset
38095
38096
38097 \begin_inset Note Note
38098 status open
38099
38100 \begin_layout Plain Layout
38101 macht die Initiale magenta
38102 \end_layout
38103
38104 \end_inset
38105
38106
38107 \end_layout
38108
38109 \begin_layout Initial
38110 \begin_inset Argument 1
38111 status open
38112
38113 \begin_layout Plain Layout
38114 lines=3, lhang=0.33, loversize=0.25
38115 \end_layout
38116
38117 \end_inset
38118
38119
38120 \begin_inset Argument 2
38121 status open
38122
38123 \begin_layout Plain Layout
38124 \begin_inset Formula $\mathcal{I}$
38125 \end_inset
38126
38127
38128 \end_layout
38129
38130 \end_inset
38131
38132
38133 \begin_inset Argument 3
38134 status open
38135
38136 \begin_layout Plain Layout
38137
38138 \lang english
38139 t was in the spring
38140 \end_layout
38141
38142 \end_inset
38143
38144  
38145 \lang english
38146 of the year 1894 that all London was interested, and the fashionable world
38147  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38148  and inexplicable circumstances.
38149  The public has already learned those particulars of the crime which came
38150  out in the police investigation, but a good deal was suppressed upon that
38151  occasion, since the case for the prosecution was so overwhelmingly strong
38152  that it was not necessary to bring forward all the facts.
38153 \end_layout
38154
38155 \end_deeper
38156 \begin_layout Standard
38157 \begin_inset ERT
38158 status collapsed
38159
38160 \begin_layout Plain Layout
38161
38162
38163 \backslash
38164 else
38165 \end_layout
38166
38167 \end_inset
38168
38169
38170 \begin_inset Note Note
38171 status open
38172
38173 \begin_layout Plain Layout
38174 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
38175 -Paket 
38176 \series bold
38177 lettrine
38178 \series default
38179  nicht installiert ist:
38180 \end_layout
38181
38182 \end_inset
38183
38184
38185 \end_layout
38186
38187 \begin_layout Standard
38188 Das \SpecialChar LaTeX
38189 -Paket 
38190 \series bold
38191 lettrine
38192 \series default
38193  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
38194 \end_layout
38195
38196 \begin_layout Standard
38197 \begin_inset ERT
38198 status collapsed
38199
38200 \begin_layout Plain Layout
38201
38202
38203 \backslash
38204 fi
38205 \end_layout
38206
38207 \end_inset
38208
38209
38210 \end_layout
38211
38212 \begin_layout Chapter
38213 Externe Dateien
38214 \begin_inset Index idx
38215 status collapsed
38216
38217 \begin_layout Plain Layout
38218 Dateien ! externe
38219 \end_layout
38220
38221 \end_inset
38222
38223
38224 \end_layout
38225
38226 \begin_layout Standard
38227 Mit 
38228 \family sans
38229 Einfügen\SpecialChar menuseparator
38230 Datei
38231 \family default
38232  können Sie fremdes Material in Ihr Dokument einsetzen.
38233  Das kann folgendes sein:
38234 \end_layout
38235
38236 \begin_layout Description
38237 \SpecialChar LyX
38238 -Dokument Der Inhalt eines anderen \SpecialChar LyX
38239 -Dokuments wird direkt in Ihr Dokument
38240  eingefügt.
38241 \end_layout
38242
38243 \begin_layout Description
38244 Einfacher
38245 \begin_inset space ~
38246 \end_inset
38247
38248 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
38249  eingefügt.
38250 \end_layout
38251
38252 \begin_layout Description
38253 Einfacher
38254 \begin_inset space ~
38255 \end_inset
38256
38257 Text,
38258 \begin_inset space ~
38259 \end_inset
38260
38261 Zeilen
38262 \begin_inset space ~
38263 \end_inset
38264
38265 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
38266  Leerzeilen trennen die Absätze.
38267 \end_layout
38268
38269 \begin_layout Description
38270 Externes
38271 \begin_inset space ~
38272 \end_inset
38273
38274 Material Dateien in verschiedenen Formaten.
38275 \end_layout
38276
38277 \begin_layout Description
38278 Unterdokument \SpecialChar LyX
38279 - oder \SpecialChar LaTeX
38280 -Dokumente.
38281 \end_layout
38282
38283 \begin_layout Section
38284 Externes Material
38285 \begin_inset Index idx
38286 status collapsed
38287
38288 \begin_layout Plain Layout
38289 Externes Material
38290 \end_layout
38291
38292 \end_inset
38293
38294
38295 \end_layout
38296
38297 \begin_layout Standard
38298 Mit 
38299 \family sans
38300 Einfügen\SpecialChar menuseparator
38301 Datei\SpecialChar menuseparator
38302  Externes Material
38303 \family default
38304  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
38305  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
38306  weil \SpecialChar LyX
38307  sich darum kümmert.
38308  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in \SpecialChar LyX
38309 -Dokumente
38310  eingefügt werden können.
38311  Wenn die Grafikvorschau in den \SpecialChar LyX
38312 -Einstellungen unter
38313 \family sans
38314  Aussehen
38315 \begin_inset space ~
38316 \end_inset
38317
38318 &
38319 \begin_inset space ~
38320 \end_inset
38321
38322 Handhabung\SpecialChar menuseparator
38323 Grafik
38324 \family default
38325 , werden die externen Materialtypen Dia und Xfig direkt in \SpecialChar LyX
38326  angezeigt.
38327 \end_layout
38328
38329 \begin_layout Standard
38330 Zur Zeit können Sie folgende Dateitypen (
38331 \family sans
38332 Vorlagen
38333 \family default
38334 ) benutzen:
38335 \end_layout
38336
38337 \begin_layout Description
38338 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
38339 \series bold
38340
38341 \begin_inset CommandInset href
38342 LatexCommand href
38343 name "XBoard"
38344 target "http://de.wikipedia.org/wiki/XBoard"
38345
38346 \end_inset
38347
38348
38349 \series default
38350  erzeugt wurden.
38351 \end_layout
38352
38353 \begin_layout Description
38354 Datum fügt ein Datum mit dem Format 
38355 \emph on
38356 Tag-Monat-Jahr
38357 \emph default
38358  ein.
38359  Hier ist ein Beispiel: 
38360 \begin_inset External
38361         template Date
38362         filename .
38363
38364 \end_inset
38365
38366
38367 \begin_inset space ~
38368 \end_inset
38369
38370
38371 \begin_inset Note Note
38372 status collapsed
38373
38374 \begin_layout Plain Layout
38375
38376 \lang english
38377 Remove the protected space when bug 4398 is fixed!
38378 \end_layout
38379
38380 \end_inset
38381
38382
38383 \begin_inset Newline newline
38384 \end_inset
38385
38386 Das Datum ist in \SpecialChar LyX
38387  nicht zu sehen, nur in der Druckausgabe.
38388  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
38389  Menü 
38390 \family sans
38391 Einfügen\SpecialChar menuseparator
38392 Datum
38393 \family default
38394  und mit dem \SpecialChar LaTeX
38395 -Befehl 
38396 \series bold
38397
38398 \backslash
38399 today
38400 \series default
38401 .
38402  Die verschiedenen Methoden werden in Tabelle
38403 \begin_inset space ~
38404 \end_inset
38405
38406
38407 \begin_inset CommandInset ref
38408 LatexCommand ref
38409 reference "tab:Vergleich-der-Datums-Eingaben"
38410
38411 \end_inset
38412
38413  verglichen.
38414 \end_layout
38415
38416 \begin_layout Description
38417 Dia-Diagramm unterstützt Diagramme, die mit dem Programm 
38418 \series bold
38419
38420 \begin_inset CommandInset href
38421 LatexCommand href
38422 name "Dia"
38423 target "http://de.wikipedia.org/wiki/Dia_(Software)"
38424
38425 \end_inset
38426
38427
38428 \series default
38429  erzeugt wurden.
38430 \end_layout
38431
38432 \begin_layout Description
38433 Tabelle Mit dieser Vorlage können Sie Tabellen im Format von 
38434 \series bold
38435
38436 \begin_inset CommandInset href
38437 LatexCommand href
38438 name "Gnumeric"
38439 target "http://de.wikipedia.org/wiki/Gnumeric"
38440
38441 \end_inset
38442
38443
38444 \series default
38445
38446 \begin_inset CommandInset href
38447 LatexCommand href
38448 name "OpenDocument"
38449 target "http://de.wikipedia.org/wiki/OpenDocument"
38450
38451 \end_inset
38452
38453
38454 \begin_inset CommandInset href
38455 LatexCommand href
38456 name "Microsoft Office XML"
38457 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38458
38459 \end_inset
38460
38461  und 
38462 \begin_inset CommandInset href
38463 LatexCommand href
38464 name "Office Open XML"
38465 target "http://de.wikipedia.org/wiki/Office_Open_XML"
38466
38467 \end_inset
38468
38469  einfügen.
38470  Für dieses Feature muss \SpecialChar LyX
38471  während seiner Konfiguration das Programm 
38472 \family typewriter
38473 ssconvert
38474 \family default
38475  gefunden haben.
38476  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
38477  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
38478  Für Beispiele und mögliche Limitierungen siehe \SpecialChar LyX
38479 ' Beispieldatei 
38480 \emph on
38481 spreadsheet.lyx
38482 \emph default
38483 .
38484 \end_layout
38485
38486 \begin_layout Description
38487 LilyPond-Notenblatt Mit dieser Vorlage können Sie Musik-Notationen einfügen,
38488  die mit dem Notensatzprogramm 
38489 \series bold
38490
38491 \begin_inset CommandInset href
38492 LatexCommand href
38493 name "LilyPond"
38494 target "http://de.wikipedia.org/wiki/LilyPond"
38495
38496 \end_inset
38497
38498
38499 \series default
38500  gesetzt werden.
38501  Für \SpecialChar LyX
38502 ' erweiterte Unterstützung für LilyPond siehe \SpecialChar LyX
38503 ' Beispieldatei 
38504 \emph on
38505 lilypond.lyx
38506 \emph default
38507 .
38508 \end_layout
38509
38510 \begin_layout Description
38511 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
38512  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
38513  
38514 \series bold
38515 pages
38516 \series default
38517  im Feld 
38518 \family sans
38519 Option
38520 \family default
38521  in der Karteikarte 
38522 \family sans
38523 \SpecialChar LaTeX
38524 - und \SpecialChar LyX
38525 -Optionen
38526 \family default
38527 .
38528  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
38529  (man gibt als Option 
38530 \series bold
38531 pages={3,5,6,8}
38532 \series default
38533  an), Seitenbereiche (
38534 \series bold
38535 pages={4-9}
38536 \series default
38537 ) oder eine Kombination davon enthält.
38538  Um leere Seiten einzufügen, verwendet man {}.
38539  Z.
38540 \begin_inset space \thinspace{}
38541 \end_inset
38542
38543 B.
38544  fügt 
38545 \series bold
38546 pages={3,{},8-11,15}
38547 \series default
38548  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
38549  Seitenbereiche werden mit der Syntax 
38550 \emph on
38551 Start
38552 \emph default
38553 -
38554 \emph on
38555 Stop
38556 \emph default
38557  angegeben.
38558  Dies wählt alle Seiten von 
38559 \emph on
38560 Start
38561 \emph default
38562  bis 
38563 \emph on
38564 Stop
38565 \emph default
38566  aus.
38567  Wird 
38568 \emph on
38569 Start
38570 \emph default
38571  weggelassen, wird stattdessen die erste Seite verwendet; wird 
38572 \emph on
38573 Stop
38574 \emph default
38575  weggelassen, wird stattdessen die letzte Seite verwendet.
38576  Die letzte Seite kann außerdem mit dem Schlagwort 
38577 \series bold
38578 last
38579 \series default
38580  ausgewählt werden.
38581  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
38582 \series bold
38583 pages=-
38584 \series default
38585  fügt also alle Seiten des Dokuments ein und 
38586 \series bold
38587 pages=last-1
38588 \series default
38589  fügt alle Seiten in umgekehrter Reihenfolge ein.
38590  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
38591  eingefügt.
38592 \begin_inset Newline newline
38593 \end_inset
38594
38595 Die Option 
38596 \series bold
38597 noautoscale
38598 \series default
38599  fügt die Seiten in ihrer Originalgröße ein.
38600  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
38601  dass sie die komplette Breite Ihres Dokuments einnehmen.
38602  In der Karteikarte 
38603 \family sans
38604 Größe und Drehung
38605 \family default
38606  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
38607  werden.
38608  Wird eine andere Breite als 100
38609 \begin_inset space \thinspace{}
38610 \end_inset
38611
38612 Größe% verwendet, wird die Option 
38613 \series bold
38614 noautoscale
38615 \series default
38616  überschrieben.
38617  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
38618  des \SpecialChar LaTeX
38619 -Pakets 
38620 \series bold
38621 pdfpages
38622 \series default
38623  
38624 \begin_inset CommandInset citation
38625 LatexCommand cite
38626 key "pdfpages"
38627
38628 \end_inset
38629
38630 .
38631 \begin_inset Index idx
38632 status collapsed
38633
38634 \begin_layout Plain Layout
38635 \SpecialChar LaTeX
38636 -Pakete ! pdfpages
38637 \end_layout
38638
38639 \end_inset
38640
38641
38642 \begin_inset Newline newline
38643 \end_inset
38644
38645 Um diese Vorlage in einer 
38646 \family sans
38647 Beamer
38648 \family default
38649 -Präsentation zu verwenden, muss zuerst eine 
38650 \family sans
38651 BeendeRahmen
38652 \family default
38653  Umgebung eingefügt werden.
38654  In den folgenden Absatz kommt eine \SpecialChar TeX
38655 -Code Box mit dem Befehl 
38656 \series bold
38657
38658 \backslash
38659 setbeamertemplate{background canvas}{}
38660 \series default
38661 .
38662  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
38663  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
38664  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
38665  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
38666  sicher, dass die Ausrichtung 
38667 \family sans
38668 Standard
38669 \family default
38670  für den Absatz verwendet wird, der die Vorlage enthält.
38671 \begin_inset Newline newline
38672 \end_inset
38673
38674 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
38675 \begin_inset External
38676         template PDFPages
38677         filename ../clipart/Abstract.pdf
38678         extra LaTeX "pages=-"
38679         rotateAngle -5
38680         rotateOrigin bottomleft
38681         width 50col%
38682
38683 \end_inset
38684
38685
38686 \end_layout
38687
38688 \begin_layout Description
38689 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
38690  Die Bilddateien können im Dialogfenster 
38691 \family sans
38692 Externes
38693 \begin_inset space ~
38694 \end_inset
38695
38696 Material
38697 \family default
38698  genauso behandelt werden wie die mit dem normalen 
38699 \family sans
38700 Grafik
38701 \family default
38702 -Dialog eingefügten, siehe Abschnitt
38703 \begin_inset space ~
38704 \end_inset
38705
38706
38707 \begin_inset CommandInset ref
38708 LatexCommand ref
38709 reference "abs:Grafik-Dialog"
38710
38711 \end_inset
38712
38713 .
38714  Hier ist ein eingefügtes Rasterbild: 
38715 \begin_inset External
38716         template RasterImage
38717         filename ../clipart/ToolbarEnvBox.png
38718
38719 \end_inset
38720
38721
38722 \end_layout
38723
38724 \begin_layout Description
38725 Vektorgrafik Diese Vorlage kann für Vektorgrafiken benutzt werden.
38726  Die Bilddateien können im Dialogfenster 
38727 \family sans
38728 Externes
38729 \begin_inset space ~
38730 \end_inset
38731
38732 Material
38733 \family default
38734  genauso behandelt werden, wie die mit dem normalen 
38735 \family sans
38736 Grafik
38737 \family default
38738 -Dialog eingefügten, siehe Abschnitt
38739 \begin_inset space ~
38740 \end_inset
38741
38742
38743 \begin_inset CommandInset ref
38744 LatexCommand ref
38745 reference "abs:Grafik-Dialog"
38746
38747 \end_inset
38748
38749 .
38750  Hier ist eine eingefügte Vektorgrafik: 
38751 \begin_inset External
38752         template VectorGraphics
38753         filename ../clipart/SVG-Drawing.svg
38754         scale 33
38755
38756 \end_inset
38757
38758
38759 \end_layout
38760
38761 \begin_layout Description
38762 Xfig-Abbildung Diese Vorlage unterstützt Bilder, die mit dem Programm 
38763 \series bold
38764
38765 \begin_inset CommandInset href
38766 LatexCommand href
38767 name "Xfig"
38768 target "http://de.wikipedia.org/wiki/Xfig"
38769
38770 \end_inset
38771
38772
38773 \series default
38774  erzeugt wurden.
38775 \end_layout
38776
38777 \begin_layout Standard
38778 \begin_inset Float table
38779 placement !h
38780 wide false
38781 sideways false
38782 status open
38783
38784 \begin_layout Plain Layout
38785 \begin_inset Caption Standard
38786
38787 \begin_layout Plain Layout
38788 \begin_inset CommandInset label
38789 LatexCommand label
38790 name "tab:Vergleich-der-Datums-Eingaben"
38791
38792 \end_inset
38793
38794 Vergleich der Datums-Eingaben
38795 \end_layout
38796
38797 \end_inset
38798
38799
38800 \end_layout
38801
38802 \begin_layout Plain Layout
38803 \align center
38804 \begin_inset Tabular
38805 <lyxtabular version="3" rows="4" columns="4">
38806 <features tabularvalignment="middle">
38807 <column alignment="center" valignment="top">
38808 <column alignment="center" valignment="top">
38809 <column alignment="center" valignment="top">
38810 <column alignment="center" valignment="top">
38811 <row>
38812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38813 \begin_inset Text
38814
38815 \begin_layout Plain Layout
38816 Dokumentformat
38817 \end_layout
38818
38819 \end_inset
38820 </cell>
38821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38822 \begin_inset Text
38823
38824 \begin_layout Plain Layout
38825
38826 \family sans
38827 Externes Material\SpecialChar menuseparator
38828 Datum
38829 \end_layout
38830
38831 \end_inset
38832 </cell>
38833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38834 \begin_inset Text
38835
38836 \begin_layout Plain Layout
38837
38838 \family sans
38839 Einfügen\SpecialChar menuseparator
38840 Datum
38841 \end_layout
38842
38843 \end_inset
38844 </cell>
38845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38846 \begin_inset Text
38847
38848 \begin_layout Plain Layout
38849 Befehl 
38850 \series bold
38851
38852 \backslash
38853 today
38854 \end_layout
38855
38856 \end_inset
38857 </cell>
38858 </row>
38859 <row>
38860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38861 \begin_inset Text
38862
38863 \begin_layout Plain Layout
38864 \SpecialChar LyX
38865
38866 \end_layout
38867
38868 \end_inset
38869 </cell>
38870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38871 \begin_inset Text
38872
38873 \begin_layout Plain Layout
38874 als Box
38875 \end_layout
38876
38877 \end_inset
38878 </cell>
38879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38880 \begin_inset Text
38881
38882 \begin_layout Plain Layout
38883 als Datum
38884 \end_layout
38885
38886 \end_inset
38887 </cell>
38888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38889 \begin_inset Text
38890
38891 \begin_layout Plain Layout
38892 als \SpecialChar TeX
38893 -Code
38894 \end_layout
38895
38896 \end_inset
38897 </cell>
38898 </row>
38899 <row>
38900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38901 \begin_inset Text
38902
38903 \begin_layout Plain Layout
38904 \SpecialChar LaTeX
38905
38906 \end_layout
38907
38908 \end_inset
38909 </cell>
38910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38911 \begin_inset Text
38912
38913 \begin_layout Plain Layout
38914 als Datum
38915 \end_layout
38916
38917 \end_inset
38918 </cell>
38919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38920 \begin_inset Text
38921
38922 \begin_layout Plain Layout
38923 als Datum
38924 \end_layout
38925
38926 \end_inset
38927 </cell>
38928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38929 \begin_inset Text
38930
38931 \begin_layout Plain Layout
38932 als Befehl
38933 \end_layout
38934
38935 \end_inset
38936 </cell>
38937 </row>
38938 <row>
38939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38940 \begin_inset Text
38941
38942 \begin_layout Plain Layout
38943 DVI, PDF, PS
38944 \end_layout
38945
38946 \end_inset
38947 </cell>
38948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38949 \begin_inset Text
38950
38951 \begin_layout Plain Layout
38952 als Datum
38953 \end_layout
38954
38955 \end_inset
38956 </cell>
38957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38958 \begin_inset Text
38959
38960 \begin_layout Plain Layout
38961 als Datum
38962 \end_layout
38963
38964 \end_inset
38965 </cell>
38966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38967 \begin_inset Text
38968
38969 \begin_layout Plain Layout
38970 als Datum
38971 \end_layout
38972
38973 \end_inset
38974 </cell>
38975 </row>
38976 </lyxtabular>
38977
38978 \end_inset
38979
38980
38981 \end_layout
38982
38983 \end_inset
38984
38985
38986 \end_layout
38987
38988 \begin_layout Standard
38989 Wenn Sie im Dialogfenster
38990 \family sans
38991  Externes
38992 \begin_inset space ~
38993 \end_inset
38994
38995 Material 
38996 \family default
38997 in der Karteikarte
38998 \family sans
38999  Datei
39000 \family default
39001  die Option 
39002 \family sans
39003 Entwurf
39004 \family default
39005  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
39006 \begin_inset Newline newline
39007 \end_inset
39008
39009 \SpecialChar LyX
39010  kann externes Material entweder als Box wie hier: 
39011 \begin_inset Graphics
39012         filename clipart/ExternesMaterial.png
39013         scale 75
39014         scaleBeforeRotation
39015
39016 \end_inset
39017
39018  oder als Bild darstellen.
39019  Das hängt davon ab, ob Sie im Dialog
39020 \family sans
39021  
39022 \family default
39023 in der Karteikarte 
39024 \family sans
39025 \SpecialChar LaTeX
39026 - und \SpecialChar LyX
39027 -Optionen
39028 \family default
39029  die Option 
39030 \family sans
39031 In
39032 \begin_inset space ~
39033 \end_inset
39034
39035 \SpecialChar LyX
39036
39037 \begin_inset space ~
39038 \end_inset
39039
39040 anzeigen
39041 \family default
39042  gewählt haben oder nicht.
39043 \end_layout
39044
39045 \begin_layout Standard
39046 Im \SpecialChar LyX
39047 -Handbuch 
39048 \family sans
39049 \emph on
39050 Anpassung
39051 \family default
39052 \emph default
39053  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
39054 \end_layout
39055
39056 \begin_layout Section
39057 Unterdokumente
39058 \begin_inset CommandInset label
39059 LatexCommand label
39060 name "abs:Unterdokumente"
39061
39062 \end_inset
39063
39064
39065 \begin_inset Index idx
39066 status collapsed
39067
39068 \begin_layout Plain Layout
39069 Unterdokument
39070 \end_layout
39071
39072 \end_inset
39073
39074
39075 \end_layout
39076
39077 \begin_layout Standard
39078 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
39079  oder Abschnitten bestehen.
39080  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
39081  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
39082  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
39083  z.
39084 \begin_inset space \thinspace{}
39085 \end_inset
39086
39087 B.
39088  den \SpecialChar LaTeX
39089 -Vorspann, das Literaturverzeichnis und Querverweismarken.
39090 \end_layout
39091
39092 \begin_layout Standard
39093 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
39094  müssen, geben Sie im Unterdokument im Menü
39095 \family sans
39096  Dokument\SpecialChar menuseparator
39097 Einstellungen\SpecialChar menuseparator
39098 Dokumentklasse
39099 \family default
39100  das Hauptdokument an.
39101  Dieses wird dann von \SpecialChar LyX
39102  im Hintergrund benutzt, wenn Sie das Unterdokument
39103  bearbeiten.
39104 \end_layout
39105
39106 \begin_layout Standard
39107 Unterdokumente werden in \SpecialChar LyX
39108  als Box angezeigt: 
39109 \begin_inset Graphics
39110         filename clipart/Unterdokument.png
39111         scale 75
39112         scaleBeforeRotation
39113
39114 \end_inset
39115
39116  Sie werden über
39117 \family sans
39118  Einfügen\SpecialChar menuseparator
39119 Datei\SpecialChar menuseparator
39120 Unterdokument
39121 \family default
39122  eingebunden, was das Dialogfenster
39123 \family sans
39124  Unterdokument
39125 \family default
39126  öffnet.
39127  Für 
39128 \family sans
39129 die Art
39130 \begin_inset space ~
39131 \end_inset
39132
39133 der
39134 \begin_inset space ~
39135 \end_inset
39136
39137 Einbindung
39138 \family default
39139  gibt es dort vier Möglichkeiten:
39140 \end_layout
39141
39142 \begin_layout Description
39143 Include Sie können \SpecialChar LyX
39144 - und \SpecialChar LaTeX
39145 -Dokumente einbinden.
39146  Wenn Sie im Dialogfenster
39147 \family sans
39148  Unterdokument
39149 \family default
39150  auf 
39151 \family sans
39152 Bearbeiten
39153 \family default
39154  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
39155  und Sie können es editieren.
39156 \begin_inset Newline newline
39157 \end_inset
39158
39159
39160 \end_layout
39161
39162 \begin_layout Standard
39163 Hier wird ein Unterdokument
39164 \family sans
39165  
39166 \family default
39167 per 
39168 \family sans
39169 Include
39170 \family default
39171  eingebunden: 
39172 \begin_inset CommandInset include
39173 LatexCommand include
39174 filename "DummyDocument1.lyx"
39175
39176 \end_inset
39177
39178 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
39179  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
39180  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
39181 s.
39182  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
39183 \begin_inset space ~
39184 \end_inset
39185
39186
39187 \begin_inset CommandInset ref
39188 LatexCommand ref
39189 reference "uab:Externer-Unterabschnitt-1"
39190
39191 \end_inset
39192
39193 .
39194 \end_layout
39195
39196 \begin_layout Standard
39197 Der \SpecialChar LaTeX
39198 -Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
39199  wird benutzt.
39200  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
39201  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
39202  Unterdokumente, die per 
39203 \family sans
39204 Include
39205 \family default
39206  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
39207  und enden mit einem Seitenumbruch.
39208 \end_layout
39209
39210 \begin_layout Standard
39211 \begin_inset Note Greyedout
39212 status open
39213
39214 \begin_layout Plain Layout
39215
39216 \series bold
39217 Bemerkung:
39218 \series default
39219  Wenn Sie eine \SpecialChar LyX
39220 - oder \SpecialChar LaTeX
39221 -Datei eingebunden haben, werden Sie beim Export oder
39222  der Druckvorschau gewarnt, wenn das Unterdokument eine andere Dokumentklasse
39223  als das Hauptdokument benutzt, weil das zu unvorhersehbaren Ergebnissen
39224  führen wird.
39225 \end_layout
39226
39227 \end_inset
39228
39229
39230 \end_layout
39231
39232 \begin_layout Description
39233 Input Diese Methode ist 
39234 \family sans
39235 Include
39236 \family default
39237  sehr ähnlich mit folgenden Unterschieden:
39238 \begin_inset Separator parbreak
39239 \end_inset
39240
39241
39242 \end_layout
39243
39244 \begin_deeper
39245 \begin_layout Itemize
39246 Unterdokumente, die per 
39247 \family sans
39248 Input
39249 \family default
39250  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
39251  Seite und enden NICHT mit einem Seitenumbruch.
39252 \end_layout
39253
39254 \begin_layout Itemize
39255 Unterdokumente, die per 
39256 \family sans
39257 Input
39258 \family default
39259  eingebunden werden, können in \SpecialChar LyX
39260  angesehen werden, wenn im Dialogfenster
39261 \family sans
39262  Unterdokument Vorschau
39263 \begin_inset space ~
39264 \end_inset
39265
39266 anzeigen
39267 \family default
39268  angekreuzt wurde und in den \SpecialChar LyX
39269 -Einstellungen unter
39270 \family sans
39271  Aussehen
39272 \begin_inset space ~
39273 \end_inset
39274
39275 &
39276 \begin_inset space ~
39277 \end_inset
39278
39279 Handhabung\SpecialChar menuseparator
39280 Grafik\SpecialChar menuseparator
39281 Sofortige
39282 \begin_inset space ~
39283 \end_inset
39284
39285 Vorschau
39286 \family default
39287  auf 
39288 \family sans
39289 An
39290 \family default
39291  gesetzt wurde.
39292  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
39293  aus.
39294 \end_layout
39295
39296 \begin_layout Itemize
39297 Unterdokumente, die per 
39298 \family sans
39299 Input
39300 \family default
39301  eingebunden werden, können nicht über das Menü 
39302 \family sans
39303 Dokument\SpecialChar menuseparator
39304 Einstellungen\SpecialChar menuseparator
39305 Unterdokumente
39306 \family default
39307  unterdrückt werden.
39308 \end_layout
39309
39310 \end_deeper
39311 \begin_layout Standard
39312 Hier ist ein Unterdokument, das mit
39313 \family sans
39314  Input
39315 \family default
39316  eingebunden wurde: 
39317 \begin_inset CommandInset include
39318 LatexCommand input
39319 filename "DummyDocument2.lyx"
39320
39321 \end_inset
39322
39323 .
39324 \end_layout
39325
39326 \begin_layout Description
39327 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
39328   In der Druckvorschau wird für den Text der Stil 
39329 \family typewriter
39330 Schreibmaschine
39331 \family default
39332  verwendet.
39333  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
39334  Wenn Sie im Dialogfenster
39335 \family sans
39336  Unterdokument Leerzeichen
39337 \begin_inset space ~
39338 \end_inset
39339
39340 bei
39341 \begin_inset space ~
39342 \end_inset
39343
39344 der
39345 \begin_inset space ~
39346 \end_inset
39347
39348 Ausgabe
39349 \begin_inset space ~
39350 \end_inset
39351
39352 kennzeichnen 
39353 \family default
39354 ankreuzen, wird in der Druckvorschau das Zeichen 
39355 \begin_inset Quotes gld
39356 \end_inset
39357
39358
39359 \begin_inset ERT
39360 status collapsed
39361
39362 \begin_layout Plain Layout
39363
39364
39365 \backslash
39366 textvisiblespace 
39367 \end_layout
39368
39369 \end_inset
39370
39371
39372 \begin_inset Quotes grd
39373 \end_inset
39374
39375  für jedes Leerzeichen eingefügt.
39376 \begin_inset Newline newline
39377 \end_inset
39378
39379 Im Gegensatz zu 
39380 \family sans
39381 Einfügen\SpecialChar menuseparator
39382 Datei\SpecialChar menuseparator
39383 Einfacher
39384 \begin_inset space ~
39385 \end_inset
39386
39387 Text
39388 \family default
39389  wird bei 
39390 \family sans
39391 Unformatiert
39392 \family default
39393  der Dateiinhalt in \SpecialChar LyX
39394  nicht dargestellt.
39395 \end_layout
39396
39397 \begin_layout Standard
39398 Hier ist ein Unterdokument, das mit
39399 \family sans
39400  Unformatiert
39401 \family default
39402  eingebunden wurde: 
39403 \begin_inset CommandInset include
39404 LatexCommand verbatiminput
39405 filename "DummyTextDocument.txt"
39406
39407 \end_inset
39408
39409
39410 \begin_inset VSpace bigskip
39411 \end_inset
39412
39413 Hier ist ein Unterdokument, das mit
39414 \family sans
39415  Unformatiert
39416 \family default
39417  eingebunden wurde und
39418 \family sans
39419  Leerzeichen
39420 \begin_inset space ~
39421 \end_inset
39422
39423 bei
39424 \begin_inset space ~
39425 \end_inset
39426
39427 der
39428 \begin_inset space ~
39429 \end_inset
39430
39431 Ausgabe
39432 \begin_inset space ~
39433 \end_inset
39434
39435 kennzeichnen
39436 \family default
39437  angekreuzt hat: 
39438 \begin_inset CommandInset include
39439 LatexCommand verbatiminput*
39440 filename "DummyTextDocument.txt"
39441
39442 \end_inset
39443
39444
39445 \end_layout
39446
39447 \begin_layout Standard
39448 \begin_inset VSpace bigskip
39449 \end_inset
39450
39451
39452 \end_layout
39453
39454 \begin_layout Standard
39455 \begin_inset Note Greyedout
39456 status open
39457
39458 \begin_layout Plain Layout
39459
39460 \series bold
39461 Bemerkung:
39462 \series default
39463  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
39464  
39465 \family sans
39466 Unformatiert
39467 \family default
39468  eingebunden werden, am Zeilenende nicht umgebrochen.
39469 \end_layout
39470
39471 \end_inset
39472
39473
39474 \end_layout
39475
39476 \begin_layout Description
39477 Listing Dieser Typ wird in Kapitel
39478 \begin_inset space ~
39479 \end_inset
39480
39481
39482 \begin_inset CommandInset ref
39483 LatexCommand ref
39484 reference "kap:Programm-Code-Listen"
39485
39486 \end_inset
39487
39488  beschrieben.
39489 \end_layout
39490
39491 \begin_layout Standard
39492 \begin_inset Note Greyedout
39493 status open
39494
39495 \begin_layout Plain Layout
39496
39497 \series bold
39498 Bemerkung:
39499 \series default
39500  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
39501  das zu \SpecialChar LaTeX
39502 -Problemen führen.
39503 \end_layout
39504
39505 \end_inset
39506
39507
39508 \end_layout
39509
39510 \begin_layout Standard
39511 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
39512  wollen, z.
39513 \begin_inset space \thinspace{}
39514 \end_inset
39515
39516 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
39517  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
39518  Dies geschieht über das Menü 
39519 \family sans
39520 Dokument\SpecialChar menuseparator
39521 Einstellungen\SpecialChar menuseparator
39522 Unterdokumente
39523 \family default
39524 .
39525  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
39526  in die Spalte 
39527 \family sans
39528 In Ausgabe einbinden
39529 \family default
39530  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
39531  für Unterdokumente möglich ist, die per 
39532 \family sans
39533 Input
39534 \family default
39535  eingebunden wurden).
39536  Wenn die Option 
39537 \family sans
39538 Zähler und Querverweise wahren
39539 \family default
39540  aktiviert ist, sorgt \SpecialChar LyX
39541  dafür, dass alle Seitennummern, Querverweise usw.
39542 \begin_inset space ~
39543 \end_inset
39544
39545 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
39546  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
39547  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
39548  Dazu muss \SpecialChar LyX
39549  intern allerdings das gesamte Dokument prozessieren.
39550  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
39551  sind, wählen sie die Option nicht.
39552 \end_layout
39553
39554 \begin_layout Standard
39555 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
39556 \begin_inset Foot
39557 status collapsed
39558
39559 \begin_layout Plain Layout
39560 Zweige sind im Kapitel 
39561 \emph on
39562 Zweige
39563 \emph default
39564  des \SpecialChar LyX
39565
39566 \emph on
39567 -Benutzerhandbuchs
39568 \emph default
39569  erklärt.
39570 \end_layout
39571
39572 \end_inset
39573
39574  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
39575  Dateien in der Ausgabe erscheinen.
39576  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
39577  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
39578  werden.
39579 \end_layout
39580
39581 \begin_layout Chapter
39582 Programm-Code-Listen
39583 \begin_inset CommandInset label
39584 LatexCommand label
39585 name "kap:Programm-Code-Listen"
39586
39587 \end_inset
39588
39589
39590 \begin_inset Index idx
39591 status collapsed
39592
39593 \begin_layout Plain Layout
39594 Listen
39595 \end_layout
39596
39597 \end_inset
39598
39599
39600 \begin_inset Index idx
39601 status collapsed
39602
39603 \begin_layout Plain Layout
39604 Programm-Code
39605 \end_layout
39606
39607 \end_inset
39608
39609
39610 \end_layout
39611
39612 \begin_layout Standard
39613 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
39614 \family sans
39615 Einfügen\SpecialChar menuseparator
39616 Pro\SpecialChar softhyphen
39617 grammlisting
39618 \family default
39619  verwenden.
39620  Das \SpecialChar LaTeX
39621 -Paket 
39622 \series bold
39623 listings
39624 \series default
39625
39626 \begin_inset Index idx
39627 status collapsed
39628
39629 \begin_layout Plain Layout
39630 \SpecialChar LaTeX
39631 -Pakete ! listings
39632 \end_layout
39633
39634 \end_inset
39635
39636  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
39637 \end_layout
39638
39639 \begin_layout Standard
39640 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
39641 rmat der Programm-Code-Liste festlegen.
39642 \end_layout
39643
39644 \begin_layout Standard
39645 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
39646  Die Platzierungsoption 
39647 \family sans
39648 Eingebettetes
39649 \begin_inset space ~
39650 \end_inset
39651
39652 Listing
39653 \family default
39654  druckt das Listing in der Zeile wie hier: 
39655 \begin_inset listings
39656 lstparams "language={C++}"
39657 inline true
39658 status open
39659
39660 \begin_layout Plain Layout
39661
39662 int a=5;
39663 \end_layout
39664
39665 \end_inset
39666
39667
39668 \begin_inset Newline newline
39669 \end_inset
39670
39671 Die Option 
39672 \family sans
39673 Gleitobjekt
39674 \family default
39675  erzeugt ein Listing-Gleitobjekt, dessen 
39676 \family sans
39677 Platzierung 
39678 \family default
39679 Sie mit 
39680 \family sans
39681 h
39682 \family default
39683
39684 \family sans
39685 t
39686 \family default
39687
39688 \family sans
39689 b
39690 \family default
39691  und 
39692 \family sans
39693 p
39694 \family default
39695 , analog zu den in Abschnitt
39696 \begin_inset space ~
39697 \end_inset
39698
39699
39700 \begin_inset CommandInset ref
39701 LatexCommand ref
39702 reference "abs:Gleitobjekt-Platzierung"
39703
39704 \end_inset
39705
39706  beschriebenen Platzierungsoptionen festlegen können.
39707  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
39708  hintereinander angegeben, z.
39709 \begin_inset space \thinspace{}
39710 \end_inset
39711
39712 B.
39713  
39714 \begin_inset Quotes gld
39715 \end_inset
39716
39717
39718 \family sans
39719 htbp
39720 \family default
39721
39722 \begin_inset Quotes grd
39723 \end_inset
39724
39725 .
39726  Die Option 
39727 \begin_inset Quotes gld
39728 \end_inset
39729
39730 h
39731 \begin_inset Quotes grd
39732 \end_inset
39733
39734  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
39735  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
39736 \end_layout
39737
39738 \begin_layout Standard
39739 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
39740  zu verweisen: Listing
39741 \begin_inset space ~
39742 \end_inset
39743
39744
39745 \begin_inset CommandInset ref
39746 LatexCommand ref
39747 reference "lst:Gleitendes-Programm-Listing"
39748
39749 \end_inset
39750
39751 .
39752  Mit dem Menü 
39753 \family sans
39754 Einfügen\SpecialChar menuseparator
39755 Liste
39756 \begin_inset space ~
39757 \end_inset
39758
39759 /
39760 \begin_inset space ~
39761 \end_inset
39762
39763 Inhaltsverzeichnis\SpecialChar menuseparator
39764 Listings Verzeichnis
39765 \family default
39766  kann ein Verzeichnis aller Listings eingefügt werden.
39767  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
39768 \end_layout
39769
39770 \begin_layout Standard
39771 \begin_inset listings
39772 lstparams "language=Python"
39773 inline false
39774 status open
39775
39776 \begin_layout Plain Layout
39777
39778 \begin_inset Caption Standard
39779
39780 \begin_layout Plain Layout
39781 \begin_inset CommandInset label
39782 LatexCommand label
39783 name "lst:Gleitendes-Programm-Listing"
39784
39785 \end_inset
39786
39787 Gleitendes Programm-Listing
39788 \end_layout
39789
39790 \end_inset
39791
39792 # Gleitendes Programm-Listing
39793 \end_layout
39794
39795 \begin_layout Plain Layout
39796
39797 def func(param):
39798 \end_layout
39799
39800 \begin_layout Plain Layout
39801
39802     'Dies ist eine Python-Funktion'
39803 \end_layout
39804
39805 \begin_layout Plain Layout
39806
39807     pass
39808 \end_layout
39809
39810 \end_inset
39811
39812
39813 \end_layout
39814
39815 \begin_layout Standard
39816 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
39817  der Sprache erkannt und besonders gedruckt, wie 
39818 \emph on
39819 #
39820 \emph default
39821
39822 \emph on
39823 def
39824 \emph default
39825  und 
39826 \emph on
39827 pass
39828 \emph default
39829  in Listing
39830 \begin_inset space ~
39831 \end_inset
39832
39833
39834 \begin_inset CommandInset ref
39835 LatexCommand ref
39836 reference "lst:Gleitendes-Programm-Listing"
39837
39838 \end_inset
39839
39840 .
39841 \end_layout
39842
39843 \begin_layout Standard
39844 \begin_inset Note Greyedout
39845 status open
39846
39847 \begin_layout Plain Layout
39848
39849 \series bold
39850 Bemerkung:
39851 \series default
39852  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
39853 \family typewriter
39854 Schreib\SpecialChar softhyphen
39855 maschine
39856 \family default
39857  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
39858 h keine fett gedruckten Buchstaben.
39859  Wählen Sie in diesem Fall eine andere Schrift im Menü 
39860 \family sans
39861 Dokument\SpecialChar menuseparator
39862 Einstellungen\SpecialChar menuseparator
39863 Schriften
39864 \family default
39865 .
39866  (Die Schriften 
39867 \emph on
39868 LuxiMono, BeraMono
39869 \emph default
39870  und 
39871 \emph on
39872 Courier
39873 \emph default
39874  enthalten fett gedruckte Buchstaben.)
39875 \end_layout
39876
39877 \end_inset
39878
39879
39880 \end_layout
39881
39882 \begin_layout Standard
39883 Im Abschnitt 
39884 \family sans
39885 Zeilennummerierung
39886 \family default
39887  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
39888 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
39889  jede wievielte Zeile nummeriert werden soll und die 
39890 \family sans
39891 Schriftgröße
39892 \family default
39893  der Nummerierung.
39894 \end_layout
39895
39896 \begin_layout Standard
39897 Im Abschnitt 
39898 \family sans
39899 Bereich
39900 \family default
39901  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
39902  Im Abschnitt 
39903 \family sans
39904 Stil
39905 \family default
39906  legen Sie fest, wie die Liste ausgedruckt werden soll.
39907  Die Option 
39908 \family sans
39909 Erweiterte
39910 \begin_inset space ~
39911 \end_inset
39912
39913 Zeichentabelle
39914 \family default
39915  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
39916 \end_layout
39917
39918 \begin_layout Standard
39919 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
39920 \begin_inset Quotes gld
39921 \end_inset
39922
39923 3
39924 \begin_inset Quotes grd
39925 \end_inset
39926
39927 , Sprache 
39928 \begin_inset Quotes gld
39929 \end_inset
39930
39931 Python
39932 \begin_inset Quotes grd
39933 \end_inset
39934
39935 , Optionen 
39936 \begin_inset Quotes gld
39937 \end_inset
39938
39939 Erweiterte Zeichentabelle
39940 \begin_inset Quotes grd
39941 \end_inset
39942
39943  und 
39944 \begin_inset Quotes gld
39945 \end_inset
39946
39947 Leerzeichen als Symbol
39948 \begin_inset Quotes grd
39949 \end_inset
39950
39951  und Bereich Zeilen 3
39952 \begin_inset space \thinspace{}
39953 \end_inset
39954
39955 -
39956 \begin_inset space \thinspace{}
39957 \end_inset
39958
39959 8:
39960 \end_layout
39961
39962 \begin_layout Standard
39963 \begin_inset listings
39964 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
39965 inline false
39966 status open
39967
39968 \begin_layout Plain Layout
39969
39970 def func(param):
39971 \end_layout
39972
39973 \begin_layout Plain Layout
39974
39975     'Dies ist eine Python-Funktion'
39976 \end_layout
39977
39978 \begin_layout Plain Layout
39979
39980     pass
39981 \end_layout
39982
39983 \begin_layout Plain Layout
39984
39985 def func(param):
39986 \end_layout
39987
39988 \begin_layout Plain Layout
39989
39990 'Sonderzeichen: Tschüß'
39991 \end_layout
39992
39993 \begin_layout Plain Layout
39994
39995 pass
39996 \end_layout
39997
39998 \begin_layout Plain Layout
39999
40000 def func(param):
40001 \end_layout
40002
40003 \begin_layout Plain Layout
40004
40005 'Dies ist eine Python-Funktion'
40006 \end_layout
40007
40008 \begin_layout Plain Layout
40009
40010 pass
40011 \end_layout
40012
40013 \end_inset
40014
40015
40016 \end_layout
40017
40018 \begin_layout Standard
40019 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
40020 \family sans
40021 Tabulatorgröße
40022 \family default
40023  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
40024 \end_layout
40025
40026 \begin_layout Standard
40027 \noindent
40028 \begin_inset Note Greyedout
40029 status open
40030
40031 \begin_layout Plain Layout
40032
40033 \series bold
40034 Bemerkung:
40035 \series default
40036  Wegen eines Fehlers im 
40037 \series bold
40038 listings
40039 \series default
40040 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
40041  verschoben.
40042  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
40043  Listing nummeriert werden.
40044 \end_layout
40045
40046 \end_inset
40047
40048
40049 \end_layout
40050
40051 \begin_layout Standard
40052 \begin_inset VSpace bigskip
40053 \end_inset
40054
40055
40056 \end_layout
40057
40058 \begin_layout Standard
40059 \noindent
40060 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
40061  Das machen Sie mit
40062 \family sans
40063  Einfügen\SpecialChar menuseparator
40064 Datei\SpecialChar menuseparator
40065 Unterdokument
40066 \family default
40067  und der 
40068 \family sans
40069 Art
40070 \begin_inset space ~
40071 \end_inset
40072
40073 der
40074 \begin_inset space ~
40075 \end_inset
40076
40077 Einbindung
40078 \family default
40079  
40080 \family sans
40081 Listing
40082 \family default
40083 .
40084 \begin_inset Foot
40085 status collapsed
40086
40087 \begin_layout Plain Layout
40088 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
40089 \begin_inset space ~
40090 \end_inset
40091
40092
40093 \begin_inset CommandInset ref
40094 LatexCommand ref
40095 reference "abs:Unterdokumente"
40096
40097 \end_inset
40098
40099  beschrieben.
40100 \end_layout
40101
40102 \end_inset
40103
40104  Im Dialogfenster
40105 \family sans
40106  Unterdokument
40107 \family default
40108  können Sie die Listing-Parameter unter 
40109 \family sans
40110 Weitere
40111 \begin_inset space ~
40112 \end_inset
40113
40114 Parameter
40115 \family default
40116  eingeben.
40117  Wenn Sie dort ein Fragezeichen 
40118 \begin_inset Quotes gld
40119 \end_inset
40120
40121 ?
40122 \begin_inset Quotes grd
40123 \end_inset
40124
40125  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
40126 det.
40127 \end_layout
40128
40129 \begin_layout Standard
40130 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
40131  Text ins Feld 
40132 \family sans
40133 Marke
40134 \family default
40135 , auf die dann wie üblich verwiesen werden kann.
40136 \end_layout
40137
40138 \begin_layout Standard
40139 Listing
40140 \begin_inset space ~
40141 \end_inset
40142
40143
40144 \begin_inset CommandInset ref
40145 LatexCommand ref
40146 reference "lst:Datei-Listing"
40147
40148 \end_inset
40149
40150  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
40151 \begin_inset space \thinspace{}
40152 \end_inset
40153
40154 -
40155 \begin_inset space \thinspace{}
40156 \end_inset
40157
40158 15 gedruckt werden.
40159 \end_layout
40160
40161 \begin_layout Standard
40162 \begin_inset CommandInset include
40163 LatexCommand lstinputlisting
40164 filename "EmbeddedObjects.lyx"
40165 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}"
40166
40167 \end_inset
40168
40169
40170 \end_layout
40171
40172 \begin_layout Standard
40173 \begin_inset VSpace bigskip
40174 \end_inset
40175
40176
40177 \end_layout
40178
40179 \begin_layout Standard
40180 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
40181 \end_layout
40182
40183 \begin_layout Enumerate
40184 Öffnen Sie die Listings-Einstellungen und fügen
40185 \begin_inset Newline newline
40186 \end_inset
40187
40188
40189 \family sans
40190 mathescape=true
40191 \family default
40192
40193 \begin_inset Newline newline
40194 \end_inset
40195
40196 in das Feld des Tabs 
40197 \family sans
40198 Erweitert
40199 \family default
40200  ein
40201 \end_layout
40202
40203 \begin_layout Enumerate
40204 Erstellen Sie eine Formel außerhalb des Listings
40205 \end_layout
40206
40207 \begin_layout Enumerate
40208 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
40209 blage (Tastenkürzel 
40210 \family sans
40211 Ctrl+C
40212 \family default
40213 )
40214 \end_layout
40215
40216 \begin_layout Enumerate
40217 Schreiben sie 
40218 \begin_inset Quotes gld
40219 \end_inset
40220
40221
40222 \family sans
40223 $$
40224 \family default
40225
40226 \begin_inset Quotes grd
40227 \end_inset
40228
40229  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
40230 hen (Tastenkürzel 
40231 \family sans
40232 Ctrl+V
40233 \family default
40234 )
40235 \end_layout
40236
40237 \begin_layout Standard
40238 \begin_inset listings
40239 lstparams "language=Python,mathescape=true"
40240 inline false
40241 status open
40242
40243 \begin_layout Plain Layout
40244
40245 \begin_inset Caption Standard
40246
40247 \begin_layout Plain Layout
40248 Programm-Listing mit einer Formel
40249 \end_layout
40250
40251 \end_inset
40252
40253 # Beispiel-Programm-Listing
40254 \end_layout
40255
40256 \begin_layout Plain Layout
40257
40258 def func(param):
40259 \end_layout
40260
40261 \begin_layout Plain Layout
40262
40263     # $
40264 \backslash
40265 prod_{n=1}^{
40266 \backslash
40267 infty}
40268 \backslash
40269 ,
40270 \backslash
40271 frac{1}{x^{2}}$
40272 \end_layout
40273
40274 \begin_layout Plain Layout
40275
40276     pass
40277 \end_layout
40278
40279 \end_inset
40280
40281
40282 \end_layout
40283
40284 \begin_layout Standard
40285 \begin_inset VSpace bigskip
40286 \end_inset
40287
40288
40289 \end_layout
40290
40291 \begin_layout Standard
40292 \noindent
40293 Dokumentweite Listing-Eigenschaften können im Dialog 
40294 \family sans
40295 Dokument\SpecialChar menuseparator
40296 Einstellungen\SpecialChar menuseparator
40297 Listing
40298 \family default
40299  festgelegt werden.
40300  Dort bekommt man durch Eingabe eines Fragezeichens 
40301 \begin_inset Quotes gld
40302 \end_inset
40303
40304 ?
40305 \begin_inset Quotes grd
40306 \end_inset
40307
40308  eine Liste aller möglichen Parameter.
40309 \end_layout
40310
40311 \begin_layout Standard
40312 Weitere Informationen über das 
40313 \series bold
40314 listings
40315 \series default
40316 -Paket finden Sie in 
40317 \begin_inset CommandInset citation
40318 LatexCommand cite
40319 key "listings"
40320
40321 \end_inset
40322
40323 .
40324 \end_layout
40325
40326 \begin_layout Chapter
40327 \start_of_appendix
40328 In \SpecialChar LyX
40329  verfügbare Maßeinheiten
40330 \begin_inset CommandInset label
40331 LatexCommand label
40332 name "kap:In-LyX-verfügbare"
40333
40334 \end_inset
40335
40336
40337 \begin_inset Index idx
40338 status collapsed
40339
40340 \begin_layout Plain Layout
40341 Einheiten
40342 \end_layout
40343
40344 \end_inset
40345
40346
40347 \end_layout
40348
40349 \begin_layout Standard
40350 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
40351  Tabelle
40352 \begin_inset space ~
40353 \end_inset
40354
40355
40356 \begin_inset CommandInset ref
40357 LatexCommand ref
40358 reference "tab:Maßeinheiten"
40359
40360 \end_inset
40361
40362  alle in \SpecialChar LyX
40363  verfügbaren Maßeinheiten.
40364 \end_layout
40365
40366 \begin_layout Standard
40367 \begin_inset Float table
40368 placement h
40369 wide false
40370 sideways false
40371 status open
40372
40373 \begin_layout Plain Layout
40374 \begin_inset Caption Standard
40375
40376 \begin_layout Plain Layout
40377 \begin_inset CommandInset label
40378 LatexCommand label
40379 name "tab:Maßeinheiten"
40380
40381 \end_inset
40382
40383 Maßeinheiten
40384 \end_layout
40385
40386 \end_inset
40387
40388
40389 \end_layout
40390
40391 \begin_layout Plain Layout
40392 \begin_inset VSpace medskip
40393 \end_inset
40394
40395
40396 \end_layout
40397
40398 \begin_layout Plain Layout
40399 \align center
40400 \begin_inset Tabular
40401 <lyxtabular version="3" rows="20" columns="3">
40402 <features tabularvalignment="middle">
40403 <column alignment="center" valignment="top">
40404 <column alignment="center" valignment="top">
40405 <column alignment="center" valignment="top">
40406 <row>
40407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40408 \begin_inset Text
40409
40410 \begin_layout Plain Layout
40411 Maßeinheit
40412 \end_layout
40413
40414 \end_inset
40415 </cell>
40416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40417 \begin_inset Text
40418
40419 \begin_layout Plain Layout
40420 Name/Beschreibung
40421 \end_layout
40422
40423 \end_inset
40424 </cell>
40425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40426 \begin_inset Text
40427
40428 \begin_layout Plain Layout
40429 \SpecialChar LaTeX
40430 -Befehl
40431 \end_layout
40432
40433 \end_inset
40434 </cell>
40435 </row>
40436 <row>
40437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40438 \begin_inset Text
40439
40440 \begin_layout Plain Layout
40441 mm
40442 \end_layout
40443
40444 \end_inset
40445 </cell>
40446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40447 \begin_inset Text
40448
40449 \begin_layout Plain Layout
40450 Millimeter
40451 \end_layout
40452
40453 \end_inset
40454 </cell>
40455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40456 \begin_inset Text
40457
40458 \begin_layout Plain Layout
40459 -
40460 \end_layout
40461
40462 \end_inset
40463 </cell>
40464 </row>
40465 <row>
40466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40467 \begin_inset Text
40468
40469 \begin_layout Plain Layout
40470 cm
40471 \end_layout
40472
40473 \end_inset
40474 </cell>
40475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40476 \begin_inset Text
40477
40478 \begin_layout Plain Layout
40479 Zentimeter
40480 \end_layout
40481
40482 \end_inset
40483 </cell>
40484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40485 \begin_inset Text
40486
40487 \begin_layout Plain Layout
40488 -
40489 \end_layout
40490
40491 \end_inset
40492 </cell>
40493 </row>
40494 <row>
40495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40496 \begin_inset Text
40497
40498 \begin_layout Plain Layout
40499 in
40500 \end_layout
40501
40502 \end_inset
40503 </cell>
40504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40505 \begin_inset Text
40506
40507 \begin_layout Plain Layout
40508 Zoll (1
40509 \begin_inset space \thinspace{}
40510 \end_inset
40511
40512 in = 2.54
40513 \begin_inset space \thinspace{}
40514 \end_inset
40515
40516 cm
40517 \end_layout
40518
40519 \end_inset
40520 </cell>
40521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40522 \begin_inset Text
40523
40524 \begin_layout Plain Layout
40525 -
40526 \end_layout
40527
40528 \end_inset
40529 </cell>
40530 </row>
40531 <row>
40532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40533 \begin_inset Text
40534
40535 \begin_layout Plain Layout
40536 pt
40537 \end_layout
40538
40539 \end_inset
40540 </cell>
40541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40542 \begin_inset Text
40543
40544 \begin_layout Plain Layout
40545 Punkt (72.27
40546 \begin_inset space \thinspace{}
40547 \end_inset
40548
40549 pt = 1
40550 \begin_inset space \thinspace{}
40551 \end_inset
40552
40553 in)
40554 \end_layout
40555
40556 \end_inset
40557 </cell>
40558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40559 \begin_inset Text
40560
40561 \begin_layout Plain Layout
40562 -
40563 \end_layout
40564
40565 \end_inset
40566 </cell>
40567 </row>
40568 <row>
40569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40570 \begin_inset Text
40571
40572 \begin_layout Plain Layout
40573 pc
40574 \end_layout
40575
40576 \end_inset
40577 </cell>
40578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40579 \begin_inset Text
40580
40581 \begin_layout Plain Layout
40582 Pica (1
40583 \begin_inset space \thinspace{}
40584 \end_inset
40585
40586 pc = 12
40587 \begin_inset space \thinspace{}
40588 \end_inset
40589
40590 pt)
40591 \end_layout
40592
40593 \end_inset
40594 </cell>
40595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40596 \begin_inset Text
40597
40598 \begin_layout Plain Layout
40599 -
40600 \end_layout
40601
40602 \end_inset
40603 </cell>
40604 </row>
40605 <row>
40606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40607 \begin_inset Text
40608
40609 \begin_layout Plain Layout
40610 sp
40611 \end_layout
40612
40613 \end_inset
40614 </cell>
40615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40616 \begin_inset Text
40617
40618 \begin_layout Plain Layout
40619 skalierter Punkt (65536
40620 \begin_inset space \thinspace{}
40621 \end_inset
40622
40623 sp = 1
40624 \begin_inset space \thinspace{}
40625 \end_inset
40626
40627 pt)
40628 \end_layout
40629
40630 \end_inset
40631 </cell>
40632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40633 \begin_inset Text
40634
40635 \begin_layout Plain Layout
40636 -
40637 \end_layout
40638
40639 \end_inset
40640 </cell>
40641 </row>
40642 <row>
40643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40644 \begin_inset Text
40645
40646 \begin_layout Plain Layout
40647 bp
40648 \end_layout
40649
40650 \end_inset
40651 </cell>
40652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40653 \begin_inset Text
40654
40655 \begin_layout Plain Layout
40656 großer Punkt (72
40657 \begin_inset space \thinspace{}
40658 \end_inset
40659
40660 bp = 1
40661 \begin_inset space \thinspace{}
40662 \end_inset
40663
40664 in)
40665 \end_layout
40666
40667 \end_inset
40668 </cell>
40669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40670 \begin_inset Text
40671
40672 \begin_layout Plain Layout
40673 -
40674 \end_layout
40675
40676 \end_inset
40677 </cell>
40678 </row>
40679 <row>
40680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40681 \begin_inset Text
40682
40683 \begin_layout Plain Layout
40684 dd
40685 \end_layout
40686
40687 \end_inset
40688 </cell>
40689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40690 \begin_inset Text
40691
40692 \begin_layout Plain Layout
40693 Didot (1
40694 \begin_inset space \thinspace{}
40695 \end_inset
40696
40697 dd 
40698 \begin_inset Formula $\approx$
40699 \end_inset
40700
40701  0,376
40702 \begin_inset space \thinspace{}
40703 \end_inset
40704
40705 mm)
40706 \end_layout
40707
40708 \end_inset
40709 </cell>
40710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40711 \begin_inset Text
40712
40713 \begin_layout Plain Layout
40714 -
40715 \end_layout
40716
40717 \end_inset
40718 </cell>
40719 </row>
40720 <row>
40721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40722 \begin_inset Text
40723
40724 \begin_layout Plain Layout
40725 cc
40726 \end_layout
40727
40728 \end_inset
40729 </cell>
40730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40731 \begin_inset Text
40732
40733 \begin_layout Plain Layout
40734 Cicero (1
40735 \begin_inset space \thinspace{}
40736 \end_inset
40737
40738 cc = 12
40739 \begin_inset space \thinspace{}
40740 \end_inset
40741
40742 dd)
40743 \end_layout
40744
40745 \end_inset
40746 </cell>
40747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40748 \begin_inset Text
40749
40750 \begin_layout Plain Layout
40751 -
40752 \end_layout
40753
40754 \end_inset
40755 </cell>
40756 </row>
40757 <row>
40758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40759 \begin_inset Text
40760
40761 \begin_layout Plain Layout
40762 Skalierung %
40763 \end_layout
40764
40765 \end_inset
40766 </cell>
40767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40768 \begin_inset Text
40769
40770 \begin_layout Plain Layout
40771 % der originalen Bildbreite
40772 \end_layout
40773
40774 \end_inset
40775 </cell>
40776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40777 \begin_inset Text
40778
40779 \begin_layout Plain Layout
40780
40781 \end_layout
40782
40783 \end_inset
40784 </cell>
40785 </row>
40786 <row>
40787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40788 \begin_inset Text
40789
40790 \begin_layout Plain Layout
40791 Textbreite %
40792 \end_layout
40793
40794 \end_inset
40795 </cell>
40796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40797 \begin_inset Text
40798
40799 \begin_layout Plain Layout
40800 % der Textbreite
40801 \end_layout
40802
40803 \end_inset
40804 </cell>
40805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40806 \begin_inset Text
40807
40808 \begin_layout Plain Layout
40809
40810 \backslash
40811 textwidth
40812 \end_layout
40813
40814 \end_inset
40815 </cell>
40816 </row>
40817 <row>
40818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40819 \begin_inset Text
40820
40821 \begin_layout Plain Layout
40822 Spaltenbreite %
40823 \end_layout
40824
40825 \end_inset
40826 </cell>
40827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40828 \begin_inset Text
40829
40830 \begin_layout Plain Layout
40831 % der Spaltenbreite
40832 \end_layout
40833
40834 \end_inset
40835 </cell>
40836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40837 \begin_inset Text
40838
40839 \begin_layout Plain Layout
40840
40841 \backslash
40842 columnwidth
40843 \end_layout
40844
40845 \end_inset
40846 </cell>
40847 </row>
40848 <row>
40849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40850 \begin_inset Text
40851
40852 \begin_layout Plain Layout
40853 Seitenbreite %
40854 \end_layout
40855
40856 \end_inset
40857 </cell>
40858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40859 \begin_inset Text
40860
40861 \begin_layout Plain Layout
40862 % der Seitenbreite
40863 \end_layout
40864
40865 \end_inset
40866 </cell>
40867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40868 \begin_inset Text
40869
40870 \begin_layout Plain Layout
40871
40872 \backslash
40873 paperwidth
40874 \end_layout
40875
40876 \end_inset
40877 </cell>
40878 </row>
40879 <row>
40880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40881 \begin_inset Text
40882
40883 \begin_layout Plain Layout
40884 Zeilenbreite %
40885 \end_layout
40886
40887 \end_inset
40888 </cell>
40889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40890 \begin_inset Text
40891
40892 \begin_layout Plain Layout
40893 % der Zeilenbreite
40894 \end_layout
40895
40896 \end_inset
40897 </cell>
40898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40899 \begin_inset Text
40900
40901 \begin_layout Plain Layout
40902
40903 \backslash
40904 linewidth
40905 \end_layout
40906
40907 \end_inset
40908 </cell>
40909 </row>
40910 <row>
40911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40912 \begin_inset Text
40913
40914 \begin_layout Plain Layout
40915 Texthöhe %
40916 \end_layout
40917
40918 \end_inset
40919 </cell>
40920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40921 \begin_inset Text
40922
40923 \begin_layout Plain Layout
40924 % der Texthöhe
40925 \end_layout
40926
40927 \end_inset
40928 </cell>
40929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40930 \begin_inset Text
40931
40932 \begin_layout Plain Layout
40933
40934 \backslash
40935 textheight
40936 \end_layout
40937
40938 \end_inset
40939 </cell>
40940 </row>
40941 <row>
40942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40943 \begin_inset Text
40944
40945 \begin_layout Plain Layout
40946 Seitenhöhe %
40947 \end_layout
40948
40949 \end_inset
40950 </cell>
40951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40952 \begin_inset Text
40953
40954 \begin_layout Plain Layout
40955 % der Seitenhöhe
40956 \end_layout
40957
40958 \end_inset
40959 </cell>
40960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40961 \begin_inset Text
40962
40963 \begin_layout Plain Layout
40964
40965 \backslash
40966 paperheight
40967 \end_layout
40968
40969 \end_inset
40970 </cell>
40971 </row>
40972 <row>
40973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40974 \begin_inset Text
40975
40976 \begin_layout Plain Layout
40977 ex
40978 \end_layout
40979
40980 \end_inset
40981 </cell>
40982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40983 \begin_inset Text
40984
40985 \begin_layout Plain Layout
40986 Die Höhe des Buchstabens 
40987 \emph on
40988 x
40989 \emph default
40990  im aktiven Zeichensatz
40991 \end_layout
40992
40993 \end_inset
40994 </cell>
40995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40996 \begin_inset Text
40997
40998 \begin_layout Plain Layout
40999 -
41000 \end_layout
41001
41002 \end_inset
41003 </cell>
41004 </row>
41005 <row>
41006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41007 \begin_inset Text
41008
41009 \begin_layout Plain Layout
41010 em
41011 \end_layout
41012
41013 \end_inset
41014 </cell>
41015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41016 \begin_inset Text
41017
41018 \begin_layout Plain Layout
41019 Die Breite des Buchstabens 
41020 \emph on
41021 M
41022 \emph default
41023  im aktiven Zeichensatz
41024 \end_layout
41025
41026 \end_inset
41027 </cell>
41028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41029 \begin_inset Text
41030
41031 \begin_layout Plain Layout
41032 -
41033 \end_layout
41034
41035 \end_inset
41036 </cell>
41037 </row>
41038 <row>
41039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41040 \begin_inset Text
41041
41042 \begin_layout Plain Layout
41043 mu
41044 \end_layout
41045
41046 \end_inset
41047 </cell>
41048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41049 \begin_inset Text
41050
41051 \begin_layout Plain Layout
41052 mathematische Maßeinheit
41053 \series bold
41054  
41055 \series default
41056 (1
41057 \begin_inset space \thinspace{}
41058 \end_inset
41059
41060 mu = 1/18
41061 \begin_inset space \thinspace{}
41062 \end_inset
41063
41064 em)
41065 \end_layout
41066
41067 \end_inset
41068 </cell>
41069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41070 \begin_inset Text
41071
41072 \begin_layout Plain Layout
41073 -
41074 \end_layout
41075
41076 \end_inset
41077 </cell>
41078 </row>
41079 </lyxtabular>
41080
41081 \end_inset
41082
41083
41084 \end_layout
41085
41086 \end_inset
41087
41088
41089 \end_layout
41090
41091 \begin_layout Chapter
41092 Ausgabedatei-Formate mit Grafiken
41093 \begin_inset CommandInset label
41094 LatexCommand label
41095 name "kap:Ausgabedatei-Formate"
41096
41097 \end_inset
41098
41099
41100 \end_layout
41101
41102 \begin_layout Section
41103 DVI
41104 \begin_inset Index idx
41105 status collapsed
41106
41107 \begin_layout Plain Layout
41108 Dateiformat! DVI
41109 \end_layout
41110
41111 \end_inset
41112
41113
41114 \begin_inset Index idx
41115 status collapsed
41116
41117 \begin_layout Plain Layout
41118 DVI
41119 \end_layout
41120
41121 \end_inset
41122
41123
41124 \end_layout
41125
41126 \begin_layout Standard
41127 Dieser Dateityp hat die Erweiterung 
41128 \begin_inset Quotes gld
41129 \end_inset
41130
41131
41132 \family typewriter
41133 .dvi
41134 \family default
41135
41136 \begin_inset Quotes grd
41137 \end_inset
41138
41139  und wird 
41140 \begin_inset Quotes gld
41141 \end_inset
41142
41143 device independent
41144 \begin_inset Quotes grd
41145 \end_inset
41146
41147  genannt, weil er vollkommen portierbar ist.
41148  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
41149  dvi-Betrachter installiert hat.
41150  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
41151 ate wie PostScript benutzt.
41152 \end_layout
41153
41154 \begin_layout Standard
41155 \begin_inset Note Greyedout
41156 status open
41157
41158 \begin_layout Plain Layout
41159
41160 \series bold
41161 Bemerkung:
41162 \series default
41163  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
41164 \end_layout
41165
41166 \end_inset
41167
41168
41169 \end_layout
41170
41171 \begin_layout Standard
41172 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
41173  auf einen anderen Computer kopieren.
41174  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
41175  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
41176  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
41177 \family typewriter
41178  
41179 \family default
41180 blättern.
41181
41182 \family typewriter
41183  
41184 \family default
41185 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
41186  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
41187  
41188 \end_layout
41189
41190 \begin_layout Standard
41191 Sie können Ihr Dokument als DVI über das Menü 
41192 \family sans
41193 Datei\SpecialChar menuseparator
41194 Exportieren\SpecialChar menuseparator
41195 DVI
41196 \family default
41197  exportieren.
41198  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
41199 \family sans
41200 Ansicht
41201 \family default
41202  anschauen.
41203 \end_layout
41204
41205 \begin_layout Section
41206 PostScript
41207 \begin_inset Index idx
41208 status collapsed
41209
41210 \begin_layout Plain Layout
41211 Dateiformat  ! PostScript
41212 \end_layout
41213
41214 \end_inset
41215
41216
41217 \begin_inset Index idx
41218 status collapsed
41219
41220 \begin_layout Plain Layout
41221 PostScript
41222 \end_layout
41223
41224 \end_inset
41225
41226
41227 \end_layout
41228
41229 \begin_layout Standard
41230 Dieser Dateityp hat die Erweiterung 
41231 \begin_inset Quotes gld
41232 \end_inset
41233
41234
41235 \family typewriter
41236 .ps
41237 \family default
41238
41239 \begin_inset Quotes grd
41240 \end_inset
41241
41242 .
41243  PostScript wurde von der Firma
41244 \family typewriter
41245  Adobe
41246 \family default
41247  als Druckersprache entwickelt.
41248  Die Datei enthält deshalb Druckbefehle.
41249  PostScript kann als 
41250 \begin_inset Quotes gld
41251 \end_inset
41252
41253 Programmiersprache
41254 \begin_inset Quotes grd
41255 \end_inset
41256
41257  angesehen werden.
41258  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen.
41259 \begin_inset Foot
41260 status collapsed
41261
41262 \begin_layout Plain Layout
41263 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
41264  von
41265 \series bold
41266  PSTricks
41267 \series default
41268  
41269 \begin_inset CommandInset citation
41270 LatexCommand cite
41271 key "pstricks"
41272
41273 \end_inset
41274
41275  oder 
41276 \begin_inset CommandInset citation
41277 LatexCommand cite
41278 key "latex-praxisbuch"
41279
41280 \end_inset
41281
41282  ansehen.
41283 \end_layout
41284
41285 \end_inset
41286
41287  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
41288 \end_layout
41289
41290 \begin_layout Standard
41291 PostScript kann nur Bilder im Format EPS
41292 \begin_inset Index idx
41293 status collapsed
41294
41295 \begin_layout Plain Layout
41296 EPS
41297 \end_layout
41298
41299 \end_inset
41300
41301  (Encapsulated PostScript, Datei-Er\SpecialChar softhyphen
41302 wei\SpecialChar softhyphen
41303 ter\SpecialChar softhyphen
41304 ung 
41305 \begin_inset Quotes gld
41306 \end_inset
41307
41308
41309 \family typewriter
41310 .eps
41311 \family default
41312
41313 \begin_inset Quotes grd
41314 \end_inset
41315
41316 ) enthalten.
41317  Weil \SpecialChar LyX
41318  die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
41319  intern nach EPS konvertieren.
41320  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
41321  verlangsamen.
41322  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
41323  konvertieren und direkt als EPS einfügen.
41324 \end_layout
41325
41326 \begin_layout Standard
41327 Sie können Ihr Dokument als PostScript über das Menü 
41328 \family sans
41329 Datei\SpecialChar menuseparator
41330 Exportieren\SpecialChar menuseparator
41331 Post\SpecialChar softhyphen
41332 Script
41333 \family default
41334  exportieren.
41335  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
41336 \family sans
41337 Ansicht
41338 \family default
41339  anschauen.
41340 \end_layout
41341
41342 \begin_layout Section
41343 PDF
41344 \begin_inset Index idx
41345 status collapsed
41346
41347 \begin_layout Plain Layout
41348 Dateiformat! PDF
41349 \end_layout
41350
41351 \end_inset
41352
41353
41354 \begin_inset Index idx
41355 status collapsed
41356
41357 \begin_layout Plain Layout
41358 PDF
41359 \end_layout
41360
41361 \end_inset
41362
41363
41364 \end_layout
41365
41366 \begin_layout Standard
41367 Dieser Dateityp hat die Erweiterung 
41368 \begin_inset Quotes gld
41369 \end_inset
41370
41371
41372 \family typewriter
41373 .pdf
41374 \family default
41375
41376 \begin_inset Quotes grd
41377 \end_inset
41378
41379 .
41380  Das
41381 \emph on
41382  
41383 \emph default
41384
41385 \begin_inset Quotes gld
41386 \end_inset
41387
41388 Portable Document Format
41389 \begin_inset Quotes grd
41390 \end_inset
41391
41392  (PDF) wurde auch von der Firma 
41393 \family typewriter
41394 Adobe
41395 \family default
41396  als Derivat von PostScript entwickelt.
41397  Es ist komprimierter und benutzt weniger Befehle als PostScript.
41398  Wie der Begriff 
41399 \begin_inset Quotes gld
41400 \end_inset
41401
41402 portable
41403 \begin_inset Quotes grd
41404 \end_inset
41405
41406  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
41407  werden, und der Ausdruck sieht immer gleich aus.
41408 \end_layout
41409
41410 \begin_layout Standard
41411 PDF kann Bilder im eigenen PDF-Format, im Format 
41412 \begin_inset Quotes gld
41413 \end_inset
41414
41415 Joint Photographic Experts Group
41416 \begin_inset Quotes grd
41417 \end_inset
41418
41419  (JPEG
41420 \begin_inset Index idx
41421 status collapsed
41422
41423 \begin_layout Plain Layout
41424 JPG, JPEG
41425 \end_layout
41426
41427 \end_inset
41428
41429 , Datei-Erweiterung 
41430 \begin_inset Quotes gld
41431 \end_inset
41432
41433
41434 \family typewriter
41435 .jpg
41436 \family default
41437
41438 \begin_inset Quotes grd
41439 \end_inset
41440
41441  oder 
41442 \begin_inset Quotes gld
41443 \end_inset
41444
41445
41446 \family typewriter
41447 .jpeg
41448 \family default
41449
41450 \begin_inset Quotes grd
41451 \end_inset
41452
41453 ) und im Format 
41454 \begin_inset Quotes gld
41455 \end_inset
41456
41457 Portable Network Graphics
41458 \begin_inset Quotes grd
41459 \end_inset
41460
41461  (PNG
41462 \begin_inset Index idx
41463 status collapsed
41464
41465 \begin_layout Plain Layout
41466 PNG
41467 \end_layout
41468
41469 \end_inset
41470
41471 , Datei-Erweiterung 
41472 \begin_inset Quotes gld
41473 \end_inset
41474
41475
41476 \family typewriter
41477 .png
41478 \family default
41479
41480 \begin_inset Quotes grd
41481 \end_inset
41482
41483 ) enthalten.
41484  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil \SpecialChar LyX
41485  es für Sie
41486  konvertieren wird.
41487  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
41488  wird, eines der drei erwähnten Bildformate zu benutzen.
41489 \end_layout
41490
41491 \begin_layout Standard
41492 PDF-Dateien können Sie über 
41493 \family sans
41494 Datei\SpecialChar menuseparator
41495 Exportieren
41496 \family default
41497  auf drei Arten erzeugen:
41498 \end_layout
41499
41500 \begin_layout Description
41501 PDF
41502 \begin_inset space ~
41503 \end_inset
41504
41505 (ps2pdf) benutzt das Programm
41506 \family typewriter
41507  ps2pdf
41508 \family default
41509 , das eine PDF-Datei aus einer Post\SpecialChar softhyphen
41510 Script®-Version Ihres Dokument erstellt.
41511  Die PostScript-Version wird mit dem Programm 
41512 \family typewriter
41513 dvips
41514 \family default
41515  aus einer DVI-Version erstellt.
41516  Es werden also drei Konvertierungen verwendet.
41517 \end_layout
41518
41519 \begin_layout Description
41520 PDF
41521 \begin_inset space ~
41522 \end_inset
41523
41524 (dvipdfm) benutzt das Programm 
41525 \family typewriter
41526 dvipdfm
41527 \family default
41528 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
41529  PDF konvertiert.
41530 \end_layout
41531
41532 \begin_layout Description
41533 PDF
41534 \begin_inset space ~
41535 \end_inset
41536
41537 (pdflatex) benutzt das Programm
41538 \family typewriter
41539  pdftex
41540 \family default
41541 , das Ihr Dokument direkt nach PDF konvertiert.
41542 \end_layout
41543
41544 \begin_layout Standard
41545
41546 \family sans
41547 PDF
41548 \begin_inset space ~
41549 \end_inset
41550
41551 (pdflatex)
41552 \family default
41553  wird empfohlen, weil
41554 \family typewriter
41555  pdftex
41556 \family default
41557  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
41558  ohne Probleme arbeitet.
41559  Das Programm 
41560 \family typewriter
41561 dvi\SpecialChar softhyphen
41562 pdfm
41563 \family default
41564  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
41565 \end_layout
41566
41567 \begin_layout Standard
41568 Sie können Ihr Dokument als PDF über das Menü 
41569 \family sans
41570 Datei\SpecialChar menuseparator
41571 Exportieren\SpecialChar menuseparator
41572 PDF
41573 \family default
41574  exportieren.
41575  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
41576 \family sans
41577 Ansicht
41578 \family default
41579  oder einen Werkzeugleistenknopf anschauen.
41580 \end_layout
41581
41582 \begin_layout Chapter
41583 Liste der dvips-Farbnamen
41584 \begin_inset CommandInset label
41585 LatexCommand label
41586 name "kap:Liste-der-dvips-Farbnamen"
41587
41588 \end_inset
41589
41590
41591 \end_layout
41592
41593 \begin_layout Standard
41594 \begin_inset Tabular
41595 <lyxtabular version="3" rows="17" columns="4">
41596 <features tabularvalignment="middle">
41597 <column alignment="left" valignment="top" width="0pt">
41598 <column alignment="left" valignment="top" width="0pt">
41599 <column alignment="left" valignment="top" width="0pt">
41600 <column alignment="left" valignment="top" width="0pt">
41601 <row>
41602 <cell alignment="left" valignment="top" usebox="none">
41603 \begin_inset Text
41604
41605 \begin_layout Plain Layout
41606 \begin_inset ERT
41607 status collapsed
41608
41609 \begin_layout Plain Layout
41610
41611
41612 \backslash
41613 fcolorbox{black}{
41614 \end_layout
41615
41616 \end_inset
41617
41618 white
41619 \begin_inset ERT
41620 status collapsed
41621
41622 \begin_layout Plain Layout
41623
41624 }{
41625 \end_layout
41626
41627 \end_inset
41628
41629 Farbe
41630 \begin_inset ERT
41631 status collapsed
41632
41633 \begin_layout Plain Layout
41634
41635 }
41636 \end_layout
41637
41638 \end_inset
41639
41640  Farbname
41641 \end_layout
41642
41643 \end_inset
41644 </cell>
41645 <cell alignment="left" valignment="top" usebox="none">
41646 \begin_inset Text
41647
41648 \begin_layout Plain Layout
41649 \begin_inset ERT
41650 status collapsed
41651
41652 \begin_layout Plain Layout
41653
41654
41655 \backslash
41656 fcolorbox{black}{
41657 \end_layout
41658
41659 \end_inset
41660
41661 white
41662 \begin_inset ERT
41663 status collapsed
41664
41665 \begin_layout Plain Layout
41666
41667 }{
41668 \end_layout
41669
41670 \end_inset
41671
41672 Farbe
41673 \begin_inset ERT
41674 status collapsed
41675
41676 \begin_layout Plain Layout
41677
41678 }
41679 \end_layout
41680
41681 \end_inset
41682
41683  Farbname
41684 \end_layout
41685
41686 \end_inset
41687 </cell>
41688 <cell alignment="left" valignment="top" usebox="none">
41689 \begin_inset Text
41690
41691 \begin_layout Plain Layout
41692 \begin_inset ERT
41693 status collapsed
41694
41695 \begin_layout Plain Layout
41696
41697
41698 \backslash
41699 fcolorbox{black}{
41700 \end_layout
41701
41702 \end_inset
41703
41704 white
41705 \begin_inset ERT
41706 status collapsed
41707
41708 \begin_layout Plain Layout
41709
41710 }{
41711 \end_layout
41712
41713 \end_inset
41714
41715 Farbe
41716 \begin_inset ERT
41717 status collapsed
41718
41719 \begin_layout Plain Layout
41720
41721 }
41722 \end_layout
41723
41724 \end_inset
41725
41726  Farbname
41727 \end_layout
41728
41729 \end_inset
41730 </cell>
41731 <cell alignment="left" valignment="top" usebox="none">
41732 \begin_inset Text
41733
41734 \begin_layout Plain Layout
41735 \begin_inset ERT
41736 status collapsed
41737
41738 \begin_layout Plain Layout
41739
41740
41741 \backslash
41742 fcolorbox{black}{
41743 \end_layout
41744
41745 \end_inset
41746
41747 white
41748 \begin_inset ERT
41749 status collapsed
41750
41751 \begin_layout Plain Layout
41752
41753 }{
41754 \end_layout
41755
41756 \end_inset
41757
41758 Farbe
41759 \begin_inset ERT
41760 status collapsed
41761
41762 \begin_layout Plain Layout
41763
41764 }
41765 \end_layout
41766
41767 \end_inset
41768
41769  Farbname
41770 \end_layout
41771
41772 \end_inset
41773 </cell>
41774 </row>
41775 <row>
41776 <cell alignment="center" valignment="top" usebox="none">
41777 \begin_inset Text
41778
41779 \begin_layout Plain Layout
41780 \begin_inset ERT
41781 status collapsed
41782
41783 \begin_layout Plain Layout
41784
41785
41786 \backslash
41787 fcolorbox{black}{
41788 \end_layout
41789
41790 \end_inset
41791
41792 Apricot
41793 \begin_inset ERT
41794 status collapsed
41795
41796 \begin_layout Plain Layout
41797
41798 }{
41799 \end_layout
41800
41801 \end_inset
41802
41803
41804 \begin_inset Phantom Phantom
41805 status open
41806
41807 \begin_layout Plain Layout
41808 W
41809 \end_layout
41810
41811 \end_inset
41812
41813
41814 \begin_inset ERT
41815 status collapsed
41816
41817 \begin_layout Plain Layout
41818
41819 }
41820 \end_layout
41821
41822 \end_inset
41823
41824  Apricot
41825 \end_layout
41826
41827 \end_inset
41828 </cell>
41829 <cell alignment="center" valignment="top" usebox="none">
41830 \begin_inset Text
41831
41832 \begin_layout Plain Layout
41833 \begin_inset ERT
41834 status collapsed
41835
41836 \begin_layout Plain Layout
41837
41838
41839 \backslash
41840 fcolorbox{black}{
41841 \end_layout
41842
41843 \end_inset
41844
41845 Aquamarine
41846 \begin_inset ERT
41847 status collapsed
41848
41849 \begin_layout Plain Layout
41850
41851 }{
41852 \end_layout
41853
41854 \end_inset
41855
41856
41857 \begin_inset Phantom Phantom
41858 status open
41859
41860 \begin_layout Plain Layout
41861 W
41862 \end_layout
41863
41864 \end_inset
41865
41866
41867 \begin_inset ERT
41868 status collapsed
41869
41870 \begin_layout Plain Layout
41871
41872 }
41873 \end_layout
41874
41875 \end_inset
41876
41877  Aquamarine
41878 \end_layout
41879
41880 \end_inset
41881 </cell>
41882 <cell alignment="center" valignment="top" usebox="none">
41883 \begin_inset Text
41884
41885 \begin_layout Plain Layout
41886 \begin_inset ERT
41887 status collapsed
41888
41889 \begin_layout Plain Layout
41890
41891
41892 \backslash
41893 fcolorbox{black}{
41894 \end_layout
41895
41896 \end_inset
41897
41898 Bittersweet
41899 \begin_inset ERT
41900 status collapsed
41901
41902 \begin_layout Plain Layout
41903
41904 }{
41905 \end_layout
41906
41907 \end_inset
41908
41909
41910 \begin_inset Phantom Phantom
41911 status open
41912
41913 \begin_layout Plain Layout
41914 W
41915 \end_layout
41916
41917 \end_inset
41918
41919
41920 \begin_inset ERT
41921 status collapsed
41922
41923 \begin_layout Plain Layout
41924
41925 }
41926 \end_layout
41927
41928 \end_inset
41929
41930  Bittersweet
41931 \end_layout
41932
41933 \end_inset
41934 </cell>
41935 <cell alignment="center" valignment="top" usebox="none">
41936 \begin_inset Text
41937
41938 \begin_layout Plain Layout
41939 \begin_inset ERT
41940 status collapsed
41941
41942 \begin_layout Plain Layout
41943
41944
41945 \backslash
41946 fcolorbox{black}{
41947 \end_layout
41948
41949 \end_inset
41950
41951 BlueGreen
41952 \begin_inset ERT
41953 status collapsed
41954
41955 \begin_layout Plain Layout
41956
41957 }{
41958 \end_layout
41959
41960 \end_inset
41961
41962
41963 \begin_inset Phantom Phantom
41964 status open
41965
41966 \begin_layout Plain Layout
41967 W
41968 \end_layout
41969
41970 \end_inset
41971
41972
41973 \begin_inset ERT
41974 status collapsed
41975
41976 \begin_layout Plain Layout
41977
41978 }
41979 \end_layout
41980
41981 \end_inset
41982
41983  BlueGreen
41984 \end_layout
41985
41986 \end_inset
41987 </cell>
41988 </row>
41989 <row>
41990 <cell alignment="left" valignment="top" usebox="none">
41991 \begin_inset Text
41992
41993 \begin_layout Plain Layout
41994 \begin_inset ERT
41995 status collapsed
41996
41997 \begin_layout Plain Layout
41998
41999
42000 \backslash
42001 fcolorbox{black}{
42002 \end_layout
42003
42004 \end_inset
42005
42006 BlueViolet
42007 \begin_inset ERT
42008 status collapsed
42009
42010 \begin_layout Plain Layout
42011
42012 }{
42013 \end_layout
42014
42015 \end_inset
42016
42017
42018 \begin_inset Phantom Phantom
42019 status open
42020
42021 \begin_layout Plain Layout
42022 W
42023 \end_layout
42024
42025 \end_inset
42026
42027
42028 \begin_inset ERT
42029 status collapsed
42030
42031 \begin_layout Plain Layout
42032
42033 }
42034 \end_layout
42035
42036 \end_inset
42037
42038  BlueViolet
42039 \end_layout
42040
42041 \end_inset
42042 </cell>
42043 <cell alignment="left" valignment="top" usebox="none">
42044 \begin_inset Text
42045
42046 \begin_layout Plain Layout
42047 \begin_inset ERT
42048 status collapsed
42049
42050 \begin_layout Plain Layout
42051
42052
42053 \backslash
42054 fcolorbox{black}{
42055 \end_layout
42056
42057 \end_inset
42058
42059 BrickRed
42060 \begin_inset ERT
42061 status collapsed
42062
42063 \begin_layout Plain Layout
42064
42065 }{
42066 \end_layout
42067
42068 \end_inset
42069
42070
42071 \begin_inset Phantom Phantom
42072 status open
42073
42074 \begin_layout Plain Layout
42075 W
42076 \end_layout
42077
42078 \end_inset
42079
42080
42081 \begin_inset ERT
42082 status collapsed
42083
42084 \begin_layout Plain Layout
42085
42086 }
42087 \end_layout
42088
42089 \end_inset
42090
42091  BrickRed
42092 \end_layout
42093
42094 \end_inset
42095 </cell>
42096 <cell alignment="left" valignment="top" usebox="none">
42097 \begin_inset Text
42098
42099 \begin_layout Plain Layout
42100 \begin_inset ERT
42101 status collapsed
42102
42103 \begin_layout Plain Layout
42104
42105
42106 \backslash
42107 fcolorbox{black}{
42108 \end_layout
42109
42110 \end_inset
42111
42112 Brown
42113 \begin_inset ERT
42114 status collapsed
42115
42116 \begin_layout Plain Layout
42117
42118 }{
42119 \end_layout
42120
42121 \end_inset
42122
42123
42124 \begin_inset Phantom Phantom
42125 status open
42126
42127 \begin_layout Plain Layout
42128 W
42129 \end_layout
42130
42131 \end_inset
42132
42133
42134 \begin_inset ERT
42135 status collapsed
42136
42137 \begin_layout Plain Layout
42138
42139 }
42140 \end_layout
42141
42142 \end_inset
42143
42144  Brown
42145 \end_layout
42146
42147 \end_inset
42148 </cell>
42149 <cell alignment="left" valignment="top" usebox="none">
42150 \begin_inset Text
42151
42152 \begin_layout Plain Layout
42153 \begin_inset ERT
42154 status collapsed
42155
42156 \begin_layout Plain Layout
42157
42158
42159 \backslash
42160 fcolorbox{black}{
42161 \end_layout
42162
42163 \end_inset
42164
42165 BurntOrange
42166 \begin_inset ERT
42167 status collapsed
42168
42169 \begin_layout Plain Layout
42170
42171 }{
42172 \end_layout
42173
42174 \end_inset
42175
42176
42177 \begin_inset Phantom Phantom
42178 status open
42179
42180 \begin_layout Plain Layout
42181 W
42182 \end_layout
42183
42184 \end_inset
42185
42186
42187 \begin_inset ERT
42188 status collapsed
42189
42190 \begin_layout Plain Layout
42191
42192 }
42193 \end_layout
42194
42195 \end_inset
42196
42197  BurntOrange
42198 \end_layout
42199
42200 \end_inset
42201 </cell>
42202 </row>
42203 <row>
42204 <cell alignment="left" valignment="top" usebox="none">
42205 \begin_inset Text
42206
42207 \begin_layout Plain Layout
42208 \begin_inset ERT
42209 status collapsed
42210
42211 \begin_layout Plain Layout
42212
42213
42214 \backslash
42215 fcolorbox{black}{
42216 \end_layout
42217
42218 \end_inset
42219
42220 CadetBlue
42221 \begin_inset ERT
42222 status collapsed
42223
42224 \begin_layout Plain Layout
42225
42226 }{
42227 \end_layout
42228
42229 \end_inset
42230
42231
42232 \begin_inset Phantom Phantom
42233 status open
42234
42235 \begin_layout Plain Layout
42236 W
42237 \end_layout
42238
42239 \end_inset
42240
42241
42242 \begin_inset ERT
42243 status collapsed
42244
42245 \begin_layout Plain Layout
42246
42247 }
42248 \end_layout
42249
42250 \end_inset
42251
42252  CadetBlue
42253 \end_layout
42254
42255 \end_inset
42256 </cell>
42257 <cell alignment="left" valignment="top" usebox="none">
42258 \begin_inset Text
42259
42260 \begin_layout Plain Layout
42261 \begin_inset ERT
42262 status collapsed
42263
42264 \begin_layout Plain Layout
42265
42266
42267 \backslash
42268 fcolorbox{black}{
42269 \end_layout
42270
42271 \end_inset
42272
42273 CarnationPink
42274 \begin_inset ERT
42275 status collapsed
42276
42277 \begin_layout Plain Layout
42278
42279 }{
42280 \end_layout
42281
42282 \end_inset
42283
42284
42285 \begin_inset Phantom Phantom
42286 status open
42287
42288 \begin_layout Plain Layout
42289 W
42290 \end_layout
42291
42292 \end_inset
42293
42294
42295 \begin_inset ERT
42296 status collapsed
42297
42298 \begin_layout Plain Layout
42299
42300 }
42301 \end_layout
42302
42303 \end_inset
42304
42305  CarnationPink
42306 \end_layout
42307
42308 \end_inset
42309 </cell>
42310 <cell alignment="left" valignment="top" usebox="none">
42311 \begin_inset Text
42312
42313 \begin_layout Plain Layout
42314 \begin_inset ERT
42315 status collapsed
42316
42317 \begin_layout Plain Layout
42318
42319
42320 \backslash
42321 fcolorbox{black}{
42322 \end_layout
42323
42324 \end_inset
42325
42326 Cerulean
42327 \begin_inset ERT
42328 status collapsed
42329
42330 \begin_layout Plain Layout
42331
42332 }{
42333 \end_layout
42334
42335 \end_inset
42336
42337
42338 \begin_inset Phantom Phantom
42339 status open
42340
42341 \begin_layout Plain Layout
42342 W
42343 \end_layout
42344
42345 \end_inset
42346
42347
42348 \begin_inset ERT
42349 status collapsed
42350
42351 \begin_layout Plain Layout
42352
42353 }
42354 \end_layout
42355
42356 \end_inset
42357
42358  Cerulean
42359 \end_layout
42360
42361 \end_inset
42362 </cell>
42363 <cell alignment="left" valignment="top" usebox="none">
42364 \begin_inset Text
42365
42366 \begin_layout Plain Layout
42367 \begin_inset ERT
42368 status collapsed
42369
42370 \begin_layout Plain Layout
42371
42372
42373 \backslash
42374 fcolorbox{black}{
42375 \end_layout
42376
42377 \end_inset
42378
42379 CornflowerBlue
42380 \begin_inset ERT
42381 status collapsed
42382
42383 \begin_layout Plain Layout
42384
42385 }{
42386 \end_layout
42387
42388 \end_inset
42389
42390
42391 \begin_inset Phantom Phantom
42392 status open
42393
42394 \begin_layout Plain Layout
42395 W
42396 \end_layout
42397
42398 \end_inset
42399
42400
42401 \begin_inset ERT
42402 status collapsed
42403
42404 \begin_layout Plain Layout
42405
42406 }
42407 \end_layout
42408
42409 \end_inset
42410
42411  CornflowerBlue
42412 \end_layout
42413
42414 \end_inset
42415 </cell>
42416 </row>
42417 <row>
42418 <cell alignment="left" valignment="top" usebox="none">
42419 \begin_inset Text
42420
42421 \begin_layout Plain Layout
42422 \begin_inset ERT
42423 status collapsed
42424
42425 \begin_layout Plain Layout
42426
42427
42428 \backslash
42429 fcolorbox{black}{
42430 \end_layout
42431
42432 \end_inset
42433
42434 Dandelion
42435 \begin_inset ERT
42436 status collapsed
42437
42438 \begin_layout Plain Layout
42439
42440 }{
42441 \end_layout
42442
42443 \end_inset
42444
42445
42446 \begin_inset Phantom Phantom
42447 status open
42448
42449 \begin_layout Plain Layout
42450 W
42451 \end_layout
42452
42453 \end_inset
42454
42455
42456 \begin_inset ERT
42457 status collapsed
42458
42459 \begin_layout Plain Layout
42460
42461 }
42462 \end_layout
42463
42464 \end_inset
42465
42466  Dandelion
42467 \end_layout
42468
42469 \end_inset
42470 </cell>
42471 <cell alignment="left" valignment="top" usebox="none">
42472 \begin_inset Text
42473
42474 \begin_layout Plain Layout
42475 \begin_inset ERT
42476 status collapsed
42477
42478 \begin_layout Plain Layout
42479
42480
42481 \backslash
42482 fcolorbox{black}{
42483 \end_layout
42484
42485 \end_inset
42486
42487 DarkOrchid
42488 \begin_inset ERT
42489 status collapsed
42490
42491 \begin_layout Plain Layout
42492
42493 }{
42494 \end_layout
42495
42496 \end_inset
42497
42498
42499 \begin_inset Phantom Phantom
42500 status open
42501
42502 \begin_layout Plain Layout
42503 W
42504 \end_layout
42505
42506 \end_inset
42507
42508
42509 \begin_inset ERT
42510 status collapsed
42511
42512 \begin_layout Plain Layout
42513
42514 }
42515 \end_layout
42516
42517 \end_inset
42518
42519  DarkOrchid
42520 \end_layout
42521
42522 \end_inset
42523 </cell>
42524 <cell alignment="left" valignment="top" usebox="none">
42525 \begin_inset Text
42526
42527 \begin_layout Plain Layout
42528 \begin_inset ERT
42529 status collapsed
42530
42531 \begin_layout Plain Layout
42532
42533
42534 \backslash
42535 fcolorbox{black}{
42536 \end_layout
42537
42538 \end_inset
42539
42540 Emerald
42541 \begin_inset ERT
42542 status collapsed
42543
42544 \begin_layout Plain Layout
42545
42546 }{
42547 \end_layout
42548
42549 \end_inset
42550
42551
42552 \begin_inset Phantom Phantom
42553 status open
42554
42555 \begin_layout Plain Layout
42556 W
42557 \end_layout
42558
42559 \end_inset
42560
42561
42562 \begin_inset ERT
42563 status collapsed
42564
42565 \begin_layout Plain Layout
42566
42567 }
42568 \end_layout
42569
42570 \end_inset
42571
42572  Emerald
42573 \end_layout
42574
42575 \end_inset
42576 </cell>
42577 <cell alignment="left" valignment="top" usebox="none">
42578 \begin_inset Text
42579
42580 \begin_layout Plain Layout
42581 \begin_inset ERT
42582 status collapsed
42583
42584 \begin_layout Plain Layout
42585
42586
42587 \backslash
42588 fcolorbox{black}{
42589 \end_layout
42590
42591 \end_inset
42592
42593 ForestGreen
42594 \begin_inset ERT
42595 status collapsed
42596
42597 \begin_layout Plain Layout
42598
42599 }{
42600 \end_layout
42601
42602 \end_inset
42603
42604
42605 \begin_inset Phantom Phantom
42606 status open
42607
42608 \begin_layout Plain Layout
42609 W
42610 \end_layout
42611
42612 \end_inset
42613
42614
42615 \begin_inset ERT
42616 status collapsed
42617
42618 \begin_layout Plain Layout
42619
42620 }
42621 \end_layout
42622
42623 \end_inset
42624
42625  ForestGreen
42626 \end_layout
42627
42628 \end_inset
42629 </cell>
42630 </row>
42631 <row>
42632 <cell alignment="left" valignment="top" usebox="none">
42633 \begin_inset Text
42634
42635 \begin_layout Plain Layout
42636 \begin_inset ERT
42637 status collapsed
42638
42639 \begin_layout Plain Layout
42640
42641
42642 \backslash
42643 fcolorbox{black}{
42644 \end_layout
42645
42646 \end_inset
42647
42648 Fuchsia
42649 \begin_inset ERT
42650 status collapsed
42651
42652 \begin_layout Plain Layout
42653
42654 }{
42655 \end_layout
42656
42657 \end_inset
42658
42659
42660 \begin_inset Phantom Phantom
42661 status open
42662
42663 \begin_layout Plain Layout
42664 W
42665 \end_layout
42666
42667 \end_inset
42668
42669
42670 \begin_inset ERT
42671 status collapsed
42672
42673 \begin_layout Plain Layout
42674
42675 }
42676 \end_layout
42677
42678 \end_inset
42679
42680  Fuchsia
42681 \end_layout
42682
42683 \end_inset
42684 </cell>
42685 <cell alignment="left" valignment="top" usebox="none">
42686 \begin_inset Text
42687
42688 \begin_layout Plain Layout
42689 \begin_inset ERT
42690 status collapsed
42691
42692 \begin_layout Plain Layout
42693
42694
42695 \backslash
42696 fcolorbox{black}{
42697 \end_layout
42698
42699 \end_inset
42700
42701 Goldenrod
42702 \begin_inset ERT
42703 status collapsed
42704
42705 \begin_layout Plain Layout
42706
42707 }{
42708 \end_layout
42709
42710 \end_inset
42711
42712
42713 \begin_inset Phantom Phantom
42714 status open
42715
42716 \begin_layout Plain Layout
42717 W
42718 \end_layout
42719
42720 \end_inset
42721
42722
42723 \begin_inset ERT
42724 status collapsed
42725
42726 \begin_layout Plain Layout
42727
42728 }
42729 \end_layout
42730
42731 \end_inset
42732
42733  Goldenrod
42734 \end_layout
42735
42736 \end_inset
42737 </cell>
42738 <cell alignment="left" valignment="top" usebox="none">
42739 \begin_inset Text
42740
42741 \begin_layout Plain Layout
42742 \begin_inset ERT
42743 status collapsed
42744
42745 \begin_layout Plain Layout
42746
42747
42748 \backslash
42749 fcolorbox{black}{
42750 \end_layout
42751
42752 \end_inset
42753
42754 Gray
42755 \begin_inset ERT
42756 status collapsed
42757
42758 \begin_layout Plain Layout
42759
42760 }{
42761 \end_layout
42762
42763 \end_inset
42764
42765
42766 \begin_inset Phantom Phantom
42767 status open
42768
42769 \begin_layout Plain Layout
42770 W
42771 \end_layout
42772
42773 \end_inset
42774
42775
42776 \begin_inset ERT
42777 status collapsed
42778
42779 \begin_layout Plain Layout
42780
42781 }
42782 \end_layout
42783
42784 \end_inset
42785
42786  Gray
42787 \end_layout
42788
42789 \end_inset
42790 </cell>
42791 <cell alignment="left" valignment="top" usebox="none">
42792 \begin_inset Text
42793
42794 \begin_layout Plain Layout
42795 \begin_inset ERT
42796 status collapsed
42797
42798 \begin_layout Plain Layout
42799
42800
42801 \backslash
42802 fcolorbox{black}{
42803 \end_layout
42804
42805 \end_inset
42806
42807 GreenYellow
42808 \begin_inset ERT
42809 status collapsed
42810
42811 \begin_layout Plain Layout
42812
42813 }{
42814 \end_layout
42815
42816 \end_inset
42817
42818
42819 \begin_inset Phantom Phantom
42820 status open
42821
42822 \begin_layout Plain Layout
42823 W
42824 \end_layout
42825
42826 \end_inset
42827
42828
42829 \begin_inset ERT
42830 status collapsed
42831
42832 \begin_layout Plain Layout
42833
42834 }
42835 \end_layout
42836
42837 \end_inset
42838
42839  GreenYellow
42840 \end_layout
42841
42842 \end_inset
42843 </cell>
42844 </row>
42845 <row>
42846 <cell alignment="center" valignment="top" usebox="none">
42847 \begin_inset Text
42848
42849 \begin_layout Plain Layout
42850 \begin_inset ERT
42851 status collapsed
42852
42853 \begin_layout Plain Layout
42854
42855
42856 \backslash
42857 fcolorbox{black}{
42858 \end_layout
42859
42860 \end_inset
42861
42862 JungleGreen
42863 \begin_inset ERT
42864 status collapsed
42865
42866 \begin_layout Plain Layout
42867
42868 }{
42869 \end_layout
42870
42871 \end_inset
42872
42873
42874 \begin_inset Phantom Phantom
42875 status open
42876
42877 \begin_layout Plain Layout
42878 W
42879 \end_layout
42880
42881 \end_inset
42882
42883
42884 \begin_inset ERT
42885 status collapsed
42886
42887 \begin_layout Plain Layout
42888
42889 }
42890 \end_layout
42891
42892 \end_inset
42893
42894  JungleGreen
42895 \end_layout
42896
42897 \end_inset
42898 </cell>
42899 <cell alignment="center" valignment="top" usebox="none">
42900 \begin_inset Text
42901
42902 \begin_layout Plain Layout
42903 \begin_inset ERT
42904 status collapsed
42905
42906 \begin_layout Plain Layout
42907
42908
42909 \backslash
42910 fcolorbox{black}{
42911 \end_layout
42912
42913 \end_inset
42914
42915 Lavender
42916 \begin_inset ERT
42917 status collapsed
42918
42919 \begin_layout Plain Layout
42920
42921 }{
42922 \end_layout
42923
42924 \end_inset
42925
42926
42927 \begin_inset Phantom Phantom
42928 status open
42929
42930 \begin_layout Plain Layout
42931 W
42932 \end_layout
42933
42934 \end_inset
42935
42936
42937 \begin_inset ERT
42938 status collapsed
42939
42940 \begin_layout Plain Layout
42941
42942 }
42943 \end_layout
42944
42945 \end_inset
42946
42947  Lavender
42948 \end_layout
42949
42950 \end_inset
42951 </cell>
42952 <cell alignment="center" valignment="top" usebox="none">
42953 \begin_inset Text
42954
42955 \begin_layout Plain Layout
42956 \begin_inset ERT
42957 status collapsed
42958
42959 \begin_layout Plain Layout
42960
42961
42962 \backslash
42963 fcolorbox{black}{
42964 \end_layout
42965
42966 \end_inset
42967
42968 LimeGreen
42969 \begin_inset ERT
42970 status collapsed
42971
42972 \begin_layout Plain Layout
42973
42974 }{
42975 \end_layout
42976
42977 \end_inset
42978
42979
42980 \begin_inset Phantom Phantom
42981 status open
42982
42983 \begin_layout Plain Layout
42984 W
42985 \end_layout
42986
42987 \end_inset
42988
42989
42990 \begin_inset ERT
42991 status collapsed
42992
42993 \begin_layout Plain Layout
42994
42995 }
42996 \end_layout
42997
42998 \end_inset
42999
43000  LimeGreen
43001 \end_layout
43002
43003 \end_inset
43004 </cell>
43005 <cell alignment="center" valignment="top" usebox="none">
43006 \begin_inset Text
43007
43008 \begin_layout Plain Layout
43009 \begin_inset ERT
43010 status collapsed
43011
43012 \begin_layout Plain Layout
43013
43014
43015 \backslash
43016 fcolorbox{black}{
43017 \end_layout
43018
43019 \end_inset
43020
43021 Mahogany
43022 \begin_inset ERT
43023 status collapsed
43024
43025 \begin_layout Plain Layout
43026
43027 }{
43028 \end_layout
43029
43030 \end_inset
43031
43032
43033 \begin_inset Phantom Phantom
43034 status open
43035
43036 \begin_layout Plain Layout
43037 W
43038 \end_layout
43039
43040 \end_inset
43041
43042
43043 \begin_inset ERT
43044 status collapsed
43045
43046 \begin_layout Plain Layout
43047
43048 }
43049 \end_layout
43050
43051 \end_inset
43052
43053  Mahogany
43054 \end_layout
43055
43056 \end_inset
43057 </cell>
43058 </row>
43059 <row>
43060 <cell alignment="left" valignment="top" usebox="none">
43061 \begin_inset Text
43062
43063 \begin_layout Plain Layout
43064 \begin_inset ERT
43065 status collapsed
43066
43067 \begin_layout Plain Layout
43068
43069
43070 \backslash
43071 fcolorbox{black}{
43072 \end_layout
43073
43074 \end_inset
43075
43076 Mahogany
43077 \begin_inset ERT
43078 status collapsed
43079
43080 \begin_layout Plain Layout
43081
43082 }{
43083 \end_layout
43084
43085 \end_inset
43086
43087
43088 \begin_inset Phantom Phantom
43089 status open
43090
43091 \begin_layout Plain Layout
43092 W
43093 \end_layout
43094
43095 \end_inset
43096
43097
43098 \begin_inset ERT
43099 status collapsed
43100
43101 \begin_layout Plain Layout
43102
43103 }
43104 \end_layout
43105
43106 \end_inset
43107
43108  Mahogany
43109 \end_layout
43110
43111 \end_inset
43112 </cell>
43113 <cell alignment="left" valignment="top" usebox="none">
43114 \begin_inset Text
43115
43116 \begin_layout Plain Layout
43117 \begin_inset ERT
43118 status collapsed
43119
43120 \begin_layout Plain Layout
43121
43122
43123 \backslash
43124 fcolorbox{black}{
43125 \end_layout
43126
43127 \end_inset
43128
43129 Maroon
43130 \begin_inset ERT
43131 status collapsed
43132
43133 \begin_layout Plain Layout
43134
43135 }{
43136 \end_layout
43137
43138 \end_inset
43139
43140
43141 \begin_inset Phantom Phantom
43142 status open
43143
43144 \begin_layout Plain Layout
43145 W
43146 \end_layout
43147
43148 \end_inset
43149
43150
43151 \begin_inset ERT
43152 status collapsed
43153
43154 \begin_layout Plain Layout
43155
43156 }
43157 \end_layout
43158
43159 \end_inset
43160
43161  Maroon
43162 \end_layout
43163
43164 \end_inset
43165 </cell>
43166 <cell alignment="left" valignment="top" usebox="none">
43167 \begin_inset Text
43168
43169 \begin_layout Plain Layout
43170 \begin_inset ERT
43171 status collapsed
43172
43173 \begin_layout Plain Layout
43174
43175
43176 \backslash
43177 fcolorbox{black}{
43178 \end_layout
43179
43180 \end_inset
43181
43182 Melon
43183 \begin_inset ERT
43184 status collapsed
43185
43186 \begin_layout Plain Layout
43187
43188 }{
43189 \end_layout
43190
43191 \end_inset
43192
43193
43194 \begin_inset Phantom Phantom
43195 status open
43196
43197 \begin_layout Plain Layout
43198 W
43199 \end_layout
43200
43201 \end_inset
43202
43203
43204 \begin_inset ERT
43205 status collapsed
43206
43207 \begin_layout Plain Layout
43208
43209 }
43210 \end_layout
43211
43212 \end_inset
43213
43214  Melon
43215 \end_layout
43216
43217 \end_inset
43218 </cell>
43219 <cell alignment="left" valignment="top" usebox="none">
43220 \begin_inset Text
43221
43222 \begin_layout Plain Layout
43223 \begin_inset ERT
43224 status collapsed
43225
43226 \begin_layout Plain Layout
43227
43228
43229 \backslash
43230 fcolorbox{black}{
43231 \end_layout
43232
43233 \end_inset
43234
43235 MidnightBlue
43236 \begin_inset ERT
43237 status collapsed
43238
43239 \begin_layout Plain Layout
43240
43241 }{
43242 \end_layout
43243
43244 \end_inset
43245
43246
43247 \begin_inset Phantom Phantom
43248 status open
43249
43250 \begin_layout Plain Layout
43251 W
43252 \end_layout
43253
43254 \end_inset
43255
43256
43257 \begin_inset ERT
43258 status collapsed
43259
43260 \begin_layout Plain Layout
43261
43262 }
43263 \end_layout
43264
43265 \end_inset
43266
43267  MidnightBlue
43268 \end_layout
43269
43270 \end_inset
43271 </cell>
43272 </row>
43273 <row>
43274 <cell alignment="left" valignment="top" usebox="none">
43275 \begin_inset Text
43276
43277 \begin_layout Plain Layout
43278 \begin_inset ERT
43279 status collapsed
43280
43281 \begin_layout Plain Layout
43282
43283
43284 \backslash
43285 fcolorbox{black}{
43286 \end_layout
43287
43288 \end_inset
43289
43290 Mulberry
43291 \begin_inset ERT
43292 status collapsed
43293
43294 \begin_layout Plain Layout
43295
43296 }{
43297 \end_layout
43298
43299 \end_inset
43300
43301
43302 \begin_inset Phantom Phantom
43303 status open
43304
43305 \begin_layout Plain Layout
43306 W
43307 \end_layout
43308
43309 \end_inset
43310
43311
43312 \begin_inset ERT
43313 status collapsed
43314
43315 \begin_layout Plain Layout
43316
43317 }
43318 \end_layout
43319
43320 \end_inset
43321
43322  Mulberry
43323 \end_layout
43324
43325 \end_inset
43326 </cell>
43327 <cell alignment="left" valignment="top" usebox="none">
43328 \begin_inset Text
43329
43330 \begin_layout Plain Layout
43331 \begin_inset ERT
43332 status collapsed
43333
43334 \begin_layout Plain Layout
43335
43336
43337 \backslash
43338 fcolorbox{black}{
43339 \end_layout
43340
43341 \end_inset
43342
43343 NavyBlue
43344 \begin_inset ERT
43345 status collapsed
43346
43347 \begin_layout Plain Layout
43348
43349 }{
43350 \end_layout
43351
43352 \end_inset
43353
43354
43355 \begin_inset Phantom Phantom
43356 status open
43357
43358 \begin_layout Plain Layout
43359 W
43360 \end_layout
43361
43362 \end_inset
43363
43364
43365 \begin_inset ERT
43366 status collapsed
43367
43368 \begin_layout Plain Layout
43369
43370 }
43371 \end_layout
43372
43373 \end_inset
43374
43375  NavyBlue
43376 \end_layout
43377
43378 \end_inset
43379 </cell>
43380 <cell alignment="left" valignment="top" usebox="none">
43381 \begin_inset Text
43382
43383 \begin_layout Plain Layout
43384 \begin_inset ERT
43385 status collapsed
43386
43387 \begin_layout Plain Layout
43388
43389
43390 \backslash
43391 fcolorbox{black}{
43392 \end_layout
43393
43394 \end_inset
43395
43396 OliveGreen
43397 \begin_inset ERT
43398 status collapsed
43399
43400 \begin_layout Plain Layout
43401
43402 }{
43403 \end_layout
43404
43405 \end_inset
43406
43407
43408 \begin_inset Phantom Phantom
43409 status open
43410
43411 \begin_layout Plain Layout
43412 W
43413 \end_layout
43414
43415 \end_inset
43416
43417
43418 \begin_inset ERT
43419 status collapsed
43420
43421 \begin_layout Plain Layout
43422
43423 }
43424 \end_layout
43425
43426 \end_inset
43427
43428  OliveGreen
43429 \end_layout
43430
43431 \end_inset
43432 </cell>
43433 <cell alignment="left" valignment="top" usebox="none">
43434 \begin_inset Text
43435
43436 \begin_layout Plain Layout
43437 \begin_inset ERT
43438 status collapsed
43439
43440 \begin_layout Plain Layout
43441
43442
43443 \backslash
43444 fcolorbox{black}{
43445 \end_layout
43446
43447 \end_inset
43448
43449 Orange
43450 \begin_inset ERT
43451 status collapsed
43452
43453 \begin_layout Plain Layout
43454
43455 }{
43456 \end_layout
43457
43458 \end_inset
43459
43460
43461 \begin_inset Phantom Phantom
43462 status open
43463
43464 \begin_layout Plain Layout
43465 W
43466 \end_layout
43467
43468 \end_inset
43469
43470
43471 \begin_inset ERT
43472 status collapsed
43473
43474 \begin_layout Plain Layout
43475
43476 }
43477 \end_layout
43478
43479 \end_inset
43480
43481  Orange
43482 \end_layout
43483
43484 \end_inset
43485 </cell>
43486 </row>
43487 <row>
43488 <cell alignment="left" valignment="top" usebox="none">
43489 \begin_inset Text
43490
43491 \begin_layout Plain Layout
43492 \begin_inset ERT
43493 status collapsed
43494
43495 \begin_layout Plain Layout
43496
43497
43498 \backslash
43499 fcolorbox{black}{
43500 \end_layout
43501
43502 \end_inset
43503
43504 OrangeRed
43505 \begin_inset ERT
43506 status collapsed
43507
43508 \begin_layout Plain Layout
43509
43510 }{
43511 \end_layout
43512
43513 \end_inset
43514
43515
43516 \begin_inset Phantom Phantom
43517 status open
43518
43519 \begin_layout Plain Layout
43520 W
43521 \end_layout
43522
43523 \end_inset
43524
43525
43526 \begin_inset ERT
43527 status collapsed
43528
43529 \begin_layout Plain Layout
43530
43531 }
43532 \end_layout
43533
43534 \end_inset
43535
43536  OrangeRed
43537 \end_layout
43538
43539 \end_inset
43540 </cell>
43541 <cell alignment="left" valignment="top" usebox="none">
43542 \begin_inset Text
43543
43544 \begin_layout Plain Layout
43545 \begin_inset ERT
43546 status collapsed
43547
43548 \begin_layout Plain Layout
43549
43550
43551 \backslash
43552 fcolorbox{black}{
43553 \end_layout
43554
43555 \end_inset
43556
43557 Orchid
43558 \begin_inset ERT
43559 status collapsed
43560
43561 \begin_layout Plain Layout
43562
43563 }{
43564 \end_layout
43565
43566 \end_inset
43567
43568
43569 \begin_inset Phantom Phantom
43570 status open
43571
43572 \begin_layout Plain Layout
43573 W
43574 \end_layout
43575
43576 \end_inset
43577
43578
43579 \begin_inset ERT
43580 status collapsed
43581
43582 \begin_layout Plain Layout
43583
43584 }
43585 \end_layout
43586
43587 \end_inset
43588
43589  Orchid
43590 \end_layout
43591
43592 \end_inset
43593 </cell>
43594 <cell alignment="left" valignment="top" usebox="none">
43595 \begin_inset Text
43596
43597 \begin_layout Plain Layout
43598 \begin_inset ERT
43599 status collapsed
43600
43601 \begin_layout Plain Layout
43602
43603
43604 \backslash
43605 fcolorbox{black}{
43606 \end_layout
43607
43608 \end_inset
43609
43610 Peach
43611 \begin_inset ERT
43612 status collapsed
43613
43614 \begin_layout Plain Layout
43615
43616 }{
43617 \end_layout
43618
43619 \end_inset
43620
43621
43622 \begin_inset Phantom Phantom
43623 status open
43624
43625 \begin_layout Plain Layout
43626 W
43627 \end_layout
43628
43629 \end_inset
43630
43631
43632 \begin_inset ERT
43633 status collapsed
43634
43635 \begin_layout Plain Layout
43636
43637 }
43638 \end_layout
43639
43640 \end_inset
43641
43642  Peach
43643 \end_layout
43644
43645 \end_inset
43646 </cell>
43647 <cell alignment="left" valignment="top" usebox="none">
43648 \begin_inset Text
43649
43650 \begin_layout Plain Layout
43651 \begin_inset ERT
43652 status collapsed
43653
43654 \begin_layout Plain Layout
43655
43656
43657 \backslash
43658 fcolorbox{black}{
43659 \end_layout
43660
43661 \end_inset
43662
43663 Periwinkle
43664 \begin_inset ERT
43665 status collapsed
43666
43667 \begin_layout Plain Layout
43668
43669 }{
43670 \end_layout
43671
43672 \end_inset
43673
43674
43675 \begin_inset Phantom Phantom
43676 status open
43677
43678 \begin_layout Plain Layout
43679 W
43680 \end_layout
43681
43682 \end_inset
43683
43684
43685 \begin_inset ERT
43686 status collapsed
43687
43688 \begin_layout Plain Layout
43689
43690 }
43691 \end_layout
43692
43693 \end_inset
43694
43695  Periwinkle
43696 \end_layout
43697
43698 \end_inset
43699 </cell>
43700 </row>
43701 <row>
43702 <cell alignment="left" valignment="top" usebox="none">
43703 \begin_inset Text
43704
43705 \begin_layout Plain Layout
43706 \begin_inset ERT
43707 status collapsed
43708
43709 \begin_layout Plain Layout
43710
43711
43712 \backslash
43713 fcolorbox{black}{
43714 \end_layout
43715
43716 \end_inset
43717
43718 PineGreen
43719 \begin_inset ERT
43720 status collapsed
43721
43722 \begin_layout Plain Layout
43723
43724 }{
43725 \end_layout
43726
43727 \end_inset
43728
43729
43730 \begin_inset Phantom Phantom
43731 status open
43732
43733 \begin_layout Plain Layout
43734 W
43735 \end_layout
43736
43737 \end_inset
43738
43739
43740 \begin_inset ERT
43741 status collapsed
43742
43743 \begin_layout Plain Layout
43744
43745 }
43746 \end_layout
43747
43748 \end_inset
43749
43750  PineGreen
43751 \end_layout
43752
43753 \end_inset
43754 </cell>
43755 <cell alignment="left" valignment="top" usebox="none">
43756 \begin_inset Text
43757
43758 \begin_layout Plain Layout
43759 \begin_inset ERT
43760 status collapsed
43761
43762 \begin_layout Plain Layout
43763
43764
43765 \backslash
43766 fcolorbox{black}{
43767 \end_layout
43768
43769 \end_inset
43770
43771 Plum
43772 \begin_inset ERT
43773 status collapsed
43774
43775 \begin_layout Plain Layout
43776
43777 }{
43778 \end_layout
43779
43780 \end_inset
43781
43782
43783 \begin_inset Phantom Phantom
43784 status open
43785
43786 \begin_layout Plain Layout
43787 W
43788 \end_layout
43789
43790 \end_inset
43791
43792
43793 \begin_inset ERT
43794 status collapsed
43795
43796 \begin_layout Plain Layout
43797
43798 }
43799 \end_layout
43800
43801 \end_inset
43802
43803  Plum
43804 \end_layout
43805
43806 \end_inset
43807 </cell>
43808 <cell alignment="left" valignment="top" usebox="none">
43809 \begin_inset Text
43810
43811 \begin_layout Plain Layout
43812 \begin_inset ERT
43813 status collapsed
43814
43815 \begin_layout Plain Layout
43816
43817
43818 \backslash
43819 fcolorbox{black}{
43820 \end_layout
43821
43822 \end_inset
43823
43824 ProcessBlue
43825 \begin_inset ERT
43826 status collapsed
43827
43828 \begin_layout Plain Layout
43829
43830 }{
43831 \end_layout
43832
43833 \end_inset
43834
43835
43836 \begin_inset Phantom Phantom
43837 status open
43838
43839 \begin_layout Plain Layout
43840 W
43841 \end_layout
43842
43843 \end_inset
43844
43845
43846 \begin_inset ERT
43847 status collapsed
43848
43849 \begin_layout Plain Layout
43850
43851 }
43852 \end_layout
43853
43854 \end_inset
43855
43856  ProcessBlue
43857 \end_layout
43858
43859 \end_inset
43860 </cell>
43861 <cell alignment="left" valignment="top" usebox="none">
43862 \begin_inset Text
43863
43864 \begin_layout Plain Layout
43865 \begin_inset ERT
43866 status collapsed
43867
43868 \begin_layout Plain Layout
43869
43870
43871 \backslash
43872 fcolorbox{black}{
43873 \end_layout
43874
43875 \end_inset
43876
43877 Purple
43878 \begin_inset ERT
43879 status collapsed
43880
43881 \begin_layout Plain Layout
43882
43883 }{
43884 \end_layout
43885
43886 \end_inset
43887
43888
43889 \begin_inset Phantom Phantom
43890 status open
43891
43892 \begin_layout Plain Layout
43893 W
43894 \end_layout
43895
43896 \end_inset
43897
43898
43899 \begin_inset ERT
43900 status collapsed
43901
43902 \begin_layout Plain Layout
43903
43904 }
43905 \end_layout
43906
43907 \end_inset
43908
43909  Purple
43910 \end_layout
43911
43912 \end_inset
43913 </cell>
43914 </row>
43915 <row>
43916 <cell alignment="left" valignment="top" usebox="none">
43917 \begin_inset Text
43918
43919 \begin_layout Plain Layout
43920 \begin_inset ERT
43921 status collapsed
43922
43923 \begin_layout Plain Layout
43924
43925
43926 \backslash
43927 fcolorbox{black}{
43928 \end_layout
43929
43930 \end_inset
43931
43932 RawSienna
43933 \begin_inset ERT
43934 status collapsed
43935
43936 \begin_layout Plain Layout
43937
43938 }{
43939 \end_layout
43940
43941 \end_inset
43942
43943
43944 \begin_inset Phantom Phantom
43945 status open
43946
43947 \begin_layout Plain Layout
43948 W
43949 \end_layout
43950
43951 \end_inset
43952
43953
43954 \begin_inset ERT
43955 status collapsed
43956
43957 \begin_layout Plain Layout
43958
43959 }
43960 \end_layout
43961
43962 \end_inset
43963
43964  RawSienna
43965 \end_layout
43966
43967 \end_inset
43968 </cell>
43969 <cell alignment="left" valignment="top" usebox="none">
43970 \begin_inset Text
43971
43972 \begin_layout Plain Layout
43973 \begin_inset ERT
43974 status collapsed
43975
43976 \begin_layout Plain Layout
43977
43978
43979 \backslash
43980 fcolorbox{black}{
43981 \end_layout
43982
43983 \end_inset
43984
43985 RedOrange
43986 \begin_inset ERT
43987 status collapsed
43988
43989 \begin_layout Plain Layout
43990
43991 }{
43992 \end_layout
43993
43994 \end_inset
43995
43996
43997 \begin_inset Phantom Phantom
43998 status open
43999
44000 \begin_layout Plain Layout
44001 W
44002 \end_layout
44003
44004 \end_inset
44005
44006
44007 \begin_inset ERT
44008 status collapsed
44009
44010 \begin_layout Plain Layout
44011
44012 }
44013 \end_layout
44014
44015 \end_inset
44016
44017  RedOrange
44018 \end_layout
44019
44020 \end_inset
44021 </cell>
44022 <cell alignment="left" valignment="top" usebox="none">
44023 \begin_inset Text
44024
44025 \begin_layout Plain Layout
44026 \begin_inset ERT
44027 status collapsed
44028
44029 \begin_layout Plain Layout
44030
44031
44032 \backslash
44033 fcolorbox{black}{
44034 \end_layout
44035
44036 \end_inset
44037
44038 RedViolet
44039 \begin_inset ERT
44040 status collapsed
44041
44042 \begin_layout Plain Layout
44043
44044 }{
44045 \end_layout
44046
44047 \end_inset
44048
44049
44050 \begin_inset Phantom Phantom
44051 status open
44052
44053 \begin_layout Plain Layout
44054 W
44055 \end_layout
44056
44057 \end_inset
44058
44059
44060 \begin_inset ERT
44061 status collapsed
44062
44063 \begin_layout Plain Layout
44064
44065 }
44066 \end_layout
44067
44068 \end_inset
44069
44070  RedViolet
44071 \end_layout
44072
44073 \end_inset
44074 </cell>
44075 <cell alignment="left" valignment="top" usebox="none">
44076 \begin_inset Text
44077
44078 \begin_layout Plain Layout
44079 \begin_inset ERT
44080 status collapsed
44081
44082 \begin_layout Plain Layout
44083
44084
44085 \backslash
44086 fcolorbox{black}{
44087 \end_layout
44088
44089 \end_inset
44090
44091 Rhodamine
44092 \begin_inset ERT
44093 status collapsed
44094
44095 \begin_layout Plain Layout
44096
44097 }{
44098 \end_layout
44099
44100 \end_inset
44101
44102
44103 \begin_inset Phantom Phantom
44104 status open
44105
44106 \begin_layout Plain Layout
44107 W
44108 \end_layout
44109
44110 \end_inset
44111
44112
44113 \begin_inset ERT
44114 status collapsed
44115
44116 \begin_layout Plain Layout
44117
44118 }
44119 \end_layout
44120
44121 \end_inset
44122
44123  Rhodamine
44124 \end_layout
44125
44126 \end_inset
44127 </cell>
44128 </row>
44129 <row>
44130 <cell alignment="left" valignment="top" usebox="none">
44131 \begin_inset Text
44132
44133 \begin_layout Plain Layout
44134 \begin_inset ERT
44135 status collapsed
44136
44137 \begin_layout Plain Layout
44138
44139
44140 \backslash
44141 fcolorbox{black}{
44142 \end_layout
44143
44144 \end_inset
44145
44146 RoyalBlue
44147 \begin_inset ERT
44148 status collapsed
44149
44150 \begin_layout Plain Layout
44151
44152 }{
44153 \end_layout
44154
44155 \end_inset
44156
44157
44158 \begin_inset Phantom Phantom
44159 status open
44160
44161 \begin_layout Plain Layout
44162 W
44163 \end_layout
44164
44165 \end_inset
44166
44167
44168 \begin_inset ERT
44169 status collapsed
44170
44171 \begin_layout Plain Layout
44172
44173 }
44174 \end_layout
44175
44176 \end_inset
44177
44178  RoyalBlue
44179 \end_layout
44180
44181 \end_inset
44182 </cell>
44183 <cell alignment="left" valignment="top" usebox="none">
44184 \begin_inset Text
44185
44186 \begin_layout Plain Layout
44187 \begin_inset ERT
44188 status collapsed
44189
44190 \begin_layout Plain Layout
44191
44192
44193 \backslash
44194 fcolorbox{black}{
44195 \end_layout
44196
44197 \end_inset
44198
44199 RoyalPurple
44200 \begin_inset ERT
44201 status collapsed
44202
44203 \begin_layout Plain Layout
44204
44205 }{
44206 \end_layout
44207
44208 \end_inset
44209
44210
44211 \begin_inset Phantom Phantom
44212 status open
44213
44214 \begin_layout Plain Layout
44215 W
44216 \end_layout
44217
44218 \end_inset
44219
44220
44221 \begin_inset ERT
44222 status collapsed
44223
44224 \begin_layout Plain Layout
44225
44226 }
44227 \end_layout
44228
44229 \end_inset
44230
44231  RoyalPurple
44232 \end_layout
44233
44234 \end_inset
44235 </cell>
44236 <cell alignment="left" valignment="top" usebox="none">
44237 \begin_inset Text
44238
44239 \begin_layout Plain Layout
44240 \begin_inset ERT
44241 status collapsed
44242
44243 \begin_layout Plain Layout
44244
44245
44246 \backslash
44247 fcolorbox{black}{
44248 \end_layout
44249
44250 \end_inset
44251
44252 RubineRed
44253 \begin_inset ERT
44254 status collapsed
44255
44256 \begin_layout Plain Layout
44257
44258 }{
44259 \end_layout
44260
44261 \end_inset
44262
44263
44264 \begin_inset Phantom Phantom
44265 status open
44266
44267 \begin_layout Plain Layout
44268 W
44269 \end_layout
44270
44271 \end_inset
44272
44273
44274 \begin_inset ERT
44275 status collapsed
44276
44277 \begin_layout Plain Layout
44278
44279 }
44280 \end_layout
44281
44282 \end_inset
44283
44284  RubineRed
44285 \end_layout
44286
44287 \end_inset
44288 </cell>
44289 <cell alignment="left" valignment="top" usebox="none">
44290 \begin_inset Text
44291
44292 \begin_layout Plain Layout
44293 \begin_inset ERT
44294 status collapsed
44295
44296 \begin_layout Plain Layout
44297
44298
44299 \backslash
44300 fcolorbox{black}{
44301 \end_layout
44302
44303 \end_inset
44304
44305 Salmon
44306 \begin_inset ERT
44307 status collapsed
44308
44309 \begin_layout Plain Layout
44310
44311 }{
44312 \end_layout
44313
44314 \end_inset
44315
44316
44317 \begin_inset Phantom Phantom
44318 status open
44319
44320 \begin_layout Plain Layout
44321 W
44322 \end_layout
44323
44324 \end_inset
44325
44326
44327 \begin_inset ERT
44328 status collapsed
44329
44330 \begin_layout Plain Layout
44331
44332 }
44333 \end_layout
44334
44335 \end_inset
44336
44337  Salmon
44338 \end_layout
44339
44340 \end_inset
44341 </cell>
44342 </row>
44343 <row>
44344 <cell alignment="left" valignment="top" usebox="none">
44345 \begin_inset Text
44346
44347 \begin_layout Plain Layout
44348 \begin_inset ERT
44349 status collapsed
44350
44351 \begin_layout Plain Layout
44352
44353
44354 \backslash
44355 fcolorbox{black}{
44356 \end_layout
44357
44358 \end_inset
44359
44360 SeaGreen
44361 \begin_inset ERT
44362 status collapsed
44363
44364 \begin_layout Plain Layout
44365
44366 }{
44367 \end_layout
44368
44369 \end_inset
44370
44371
44372 \begin_inset Phantom Phantom
44373 status open
44374
44375 \begin_layout Plain Layout
44376 W
44377 \end_layout
44378
44379 \end_inset
44380
44381
44382 \begin_inset ERT
44383 status collapsed
44384
44385 \begin_layout Plain Layout
44386
44387 }
44388 \end_layout
44389
44390 \end_inset
44391
44392  SeaGreen
44393 \end_layout
44394
44395 \end_inset
44396 </cell>
44397 <cell alignment="left" valignment="top" usebox="none">
44398 \begin_inset Text
44399
44400 \begin_layout Plain Layout
44401 \begin_inset ERT
44402 status collapsed
44403
44404 \begin_layout Plain Layout
44405
44406
44407 \backslash
44408 fcolorbox{black}{
44409 \end_layout
44410
44411 \end_inset
44412
44413 Sepia
44414 \begin_inset ERT
44415 status collapsed
44416
44417 \begin_layout Plain Layout
44418
44419 }{
44420 \end_layout
44421
44422 \end_inset
44423
44424
44425 \begin_inset Phantom Phantom
44426 status open
44427
44428 \begin_layout Plain Layout
44429 W
44430 \end_layout
44431
44432 \end_inset
44433
44434
44435 \begin_inset ERT
44436 status collapsed
44437
44438 \begin_layout Plain Layout
44439
44440 }
44441 \end_layout
44442
44443 \end_inset
44444
44445  Sepia
44446 \end_layout
44447
44448 \end_inset
44449 </cell>
44450 <cell alignment="left" valignment="top" usebox="none">
44451 \begin_inset Text
44452
44453 \begin_layout Plain Layout
44454 \begin_inset ERT
44455 status collapsed
44456
44457 \begin_layout Plain Layout
44458
44459
44460 \backslash
44461 fcolorbox{black}{
44462 \end_layout
44463
44464 \end_inset
44465
44466 SkyBlue
44467 \begin_inset ERT
44468 status collapsed
44469
44470 \begin_layout Plain Layout
44471
44472 }{
44473 \end_layout
44474
44475 \end_inset
44476
44477
44478 \begin_inset Phantom Phantom
44479 status open
44480
44481 \begin_layout Plain Layout
44482 W
44483 \end_layout
44484
44485 \end_inset
44486
44487
44488 \begin_inset ERT
44489 status collapsed
44490
44491 \begin_layout Plain Layout
44492
44493 }
44494 \end_layout
44495
44496 \end_inset
44497
44498  SkyBlue
44499 \end_layout
44500
44501 \end_inset
44502 </cell>
44503 <cell alignment="left" valignment="top" usebox="none">
44504 \begin_inset Text
44505
44506 \begin_layout Plain Layout
44507 \begin_inset ERT
44508 status collapsed
44509
44510 \begin_layout Plain Layout
44511
44512
44513 \backslash
44514 fcolorbox{black}{
44515 \end_layout
44516
44517 \end_inset
44518
44519 SpringGreen
44520 \begin_inset ERT
44521 status collapsed
44522
44523 \begin_layout Plain Layout
44524
44525 }{
44526 \end_layout
44527
44528 \end_inset
44529
44530
44531 \begin_inset Phantom Phantom
44532 status open
44533
44534 \begin_layout Plain Layout
44535 W
44536 \end_layout
44537
44538 \end_inset
44539
44540
44541 \begin_inset ERT
44542 status collapsed
44543
44544 \begin_layout Plain Layout
44545
44546 }
44547 \end_layout
44548
44549 \end_inset
44550
44551  SpringGreen
44552 \end_layout
44553
44554 \end_inset
44555 </cell>
44556 </row>
44557 <row>
44558 <cell alignment="left" valignment="top" usebox="none">
44559 \begin_inset Text
44560
44561 \begin_layout Plain Layout
44562 \begin_inset ERT
44563 status collapsed
44564
44565 \begin_layout Plain Layout
44566
44567
44568 \backslash
44569 fcolorbox{black}{
44570 \end_layout
44571
44572 \end_inset
44573
44574 Tan
44575 \begin_inset ERT
44576 status collapsed
44577
44578 \begin_layout Plain Layout
44579
44580 }{
44581 \end_layout
44582
44583 \end_inset
44584
44585
44586 \begin_inset Phantom Phantom
44587 status open
44588
44589 \begin_layout Plain Layout
44590 W
44591 \end_layout
44592
44593 \end_inset
44594
44595
44596 \begin_inset ERT
44597 status collapsed
44598
44599 \begin_layout Plain Layout
44600
44601 }
44602 \end_layout
44603
44604 \end_inset
44605
44606  Tan
44607 \end_layout
44608
44609 \end_inset
44610 </cell>
44611 <cell alignment="left" valignment="top" usebox="none">
44612 \begin_inset Text
44613
44614 \begin_layout Plain Layout
44615 \begin_inset ERT
44616 status collapsed
44617
44618 \begin_layout Plain Layout
44619
44620
44621 \backslash
44622 fcolorbox{black}{
44623 \end_layout
44624
44625 \end_inset
44626
44627 TealBlue
44628 \begin_inset ERT
44629 status collapsed
44630
44631 \begin_layout Plain Layout
44632
44633 }{
44634 \end_layout
44635
44636 \end_inset
44637
44638
44639 \begin_inset Phantom Phantom
44640 status open
44641
44642 \begin_layout Plain Layout
44643 W
44644 \end_layout
44645
44646 \end_inset
44647
44648
44649 \begin_inset ERT
44650 status collapsed
44651
44652 \begin_layout Plain Layout
44653
44654 }
44655 \end_layout
44656
44657 \end_inset
44658
44659  TealBlue
44660 \end_layout
44661
44662 \end_inset
44663 </cell>
44664 <cell alignment="left" valignment="top" usebox="none">
44665 \begin_inset Text
44666
44667 \begin_layout Plain Layout
44668 \begin_inset ERT
44669 status collapsed
44670
44671 \begin_layout Plain Layout
44672
44673
44674 \backslash
44675 fcolorbox{black}{
44676 \end_layout
44677
44678 \end_inset
44679
44680 Thistle
44681 \begin_inset ERT
44682 status collapsed
44683
44684 \begin_layout Plain Layout
44685
44686 }{
44687 \end_layout
44688
44689 \end_inset
44690
44691
44692 \begin_inset Phantom Phantom
44693 status open
44694
44695 \begin_layout Plain Layout
44696 W
44697 \end_layout
44698
44699 \end_inset
44700
44701
44702 \begin_inset ERT
44703 status collapsed
44704
44705 \begin_layout Plain Layout
44706
44707 }
44708 \end_layout
44709
44710 \end_inset
44711
44712  Thistle
44713 \end_layout
44714
44715 \end_inset
44716 </cell>
44717 <cell alignment="left" valignment="top" usebox="none">
44718 \begin_inset Text
44719
44720 \begin_layout Plain Layout
44721 \begin_inset ERT
44722 status collapsed
44723
44724 \begin_layout Plain Layout
44725
44726
44727 \backslash
44728 fcolorbox{black}{
44729 \end_layout
44730
44731 \end_inset
44732
44733 Turquoise
44734 \begin_inset ERT
44735 status collapsed
44736
44737 \begin_layout Plain Layout
44738
44739 }{
44740 \end_layout
44741
44742 \end_inset
44743
44744
44745 \begin_inset Phantom Phantom
44746 status open
44747
44748 \begin_layout Plain Layout
44749 W
44750 \end_layout
44751
44752 \end_inset
44753
44754
44755 \begin_inset ERT
44756 status collapsed
44757
44758 \begin_layout Plain Layout
44759
44760 }
44761 \end_layout
44762
44763 \end_inset
44764
44765  Turquoise
44766 \end_layout
44767
44768 \end_inset
44769 </cell>
44770 </row>
44771 <row>
44772 <cell alignment="left" valignment="top" usebox="none">
44773 \begin_inset Text
44774
44775 \begin_layout Plain Layout
44776 \begin_inset ERT
44777 status collapsed
44778
44779 \begin_layout Plain Layout
44780
44781
44782 \backslash
44783 fcolorbox{black}{
44784 \end_layout
44785
44786 \end_inset
44787
44788 Violet
44789 \begin_inset ERT
44790 status collapsed
44791
44792 \begin_layout Plain Layout
44793
44794 }{
44795 \end_layout
44796
44797 \end_inset
44798
44799
44800 \begin_inset Phantom Phantom
44801 status open
44802
44803 \begin_layout Plain Layout
44804 W
44805 \end_layout
44806
44807 \end_inset
44808
44809
44810 \begin_inset ERT
44811 status collapsed
44812
44813 \begin_layout Plain Layout
44814
44815 }
44816 \end_layout
44817
44818 \end_inset
44819
44820  Violet
44821 \end_layout
44822
44823 \end_inset
44824 </cell>
44825 <cell alignment="left" valignment="top" usebox="none">
44826 \begin_inset Text
44827
44828 \begin_layout Plain Layout
44829 \begin_inset ERT
44830 status collapsed
44831
44832 \begin_layout Plain Layout
44833
44834
44835 \backslash
44836 fcolorbox{black}{
44837 \end_layout
44838
44839 \end_inset
44840
44841 VioletRed
44842 \begin_inset ERT
44843 status collapsed
44844
44845 \begin_layout Plain Layout
44846
44847 }{
44848 \end_layout
44849
44850 \end_inset
44851
44852
44853 \begin_inset Phantom Phantom
44854 status open
44855
44856 \begin_layout Plain Layout
44857 W
44858 \end_layout
44859
44860 \end_inset
44861
44862
44863 \begin_inset ERT
44864 status collapsed
44865
44866 \begin_layout Plain Layout
44867
44868 }
44869 \end_layout
44870
44871 \end_inset
44872
44873  VioletRed
44874 \end_layout
44875
44876 \end_inset
44877 </cell>
44878 <cell alignment="left" valignment="top" usebox="none">
44879 \begin_inset Text
44880
44881 \begin_layout Plain Layout
44882 \begin_inset ERT
44883 status collapsed
44884
44885 \begin_layout Plain Layout
44886
44887
44888 \backslash
44889 fcolorbox{black}{
44890 \end_layout
44891
44892 \end_inset
44893
44894 WildStrawberry
44895 \begin_inset ERT
44896 status collapsed
44897
44898 \begin_layout Plain Layout
44899
44900 }{
44901 \end_layout
44902
44903 \end_inset
44904
44905
44906 \begin_inset Phantom Phantom
44907 status open
44908
44909 \begin_layout Plain Layout
44910 W
44911 \end_layout
44912
44913 \end_inset
44914
44915
44916 \begin_inset ERT
44917 status collapsed
44918
44919 \begin_layout Plain Layout
44920
44921 }
44922 \end_layout
44923
44924 \end_inset
44925
44926  WildStrawberry
44927 \end_layout
44928
44929 \end_inset
44930 </cell>
44931 <cell alignment="left" valignment="top" usebox="none">
44932 \begin_inset Text
44933
44934 \begin_layout Plain Layout
44935 \begin_inset ERT
44936 status collapsed
44937
44938 \begin_layout Plain Layout
44939
44940
44941 \backslash
44942 fcolorbox{black}{
44943 \end_layout
44944
44945 \end_inset
44946
44947 YellowGreen
44948 \begin_inset ERT
44949 status collapsed
44950
44951 \begin_layout Plain Layout
44952
44953 }{
44954 \end_layout
44955
44956 \end_inset
44957
44958
44959 \begin_inset Phantom Phantom
44960 status open
44961
44962 \begin_layout Plain Layout
44963 W
44964 \end_layout
44965
44966 \end_inset
44967
44968
44969 \begin_inset ERT
44970 status collapsed
44971
44972 \begin_layout Plain Layout
44973
44974 }
44975 \end_layout
44976
44977 \end_inset
44978
44979  YellowGreen
44980 \end_layout
44981
44982 \end_inset
44983 </cell>
44984 </row>
44985 <row>
44986 <cell alignment="left" valignment="top" usebox="none">
44987 \begin_inset Text
44988
44989 \begin_layout Plain Layout
44990 \begin_inset ERT
44991 status collapsed
44992
44993 \begin_layout Plain Layout
44994
44995
44996 \backslash
44997 fcolorbox{black}{
44998 \end_layout
44999
45000 \end_inset
45001
45002 YellowOrange
45003 \begin_inset ERT
45004 status collapsed
45005
45006 \begin_layout Plain Layout
45007
45008 }{
45009 \end_layout
45010
45011 \end_inset
45012
45013
45014 \begin_inset Phantom Phantom
45015 status open
45016
45017 \begin_layout Plain Layout
45018 W
45019 \end_layout
45020
45021 \end_inset
45022
45023
45024 \begin_inset ERT
45025 status collapsed
45026
45027 \begin_layout Plain Layout
45028
45029 }
45030 \end_layout
45031
45032 \end_inset
45033
45034  YellowOrange
45035 \end_layout
45036
45037 \end_inset
45038 </cell>
45039 <cell alignment="left" valignment="top" usebox="none">
45040 \begin_inset Text
45041
45042 \begin_layout Plain Layout
45043
45044 \end_layout
45045
45046 \end_inset
45047 </cell>
45048 <cell alignment="left" valignment="top" usebox="none">
45049 \begin_inset Text
45050
45051 \begin_layout Plain Layout
45052
45053 \end_layout
45054
45055 \end_inset
45056 </cell>
45057 <cell alignment="left" valignment="top" usebox="none">
45058 \begin_inset Text
45059
45060 \begin_layout Plain Layout
45061
45062 \end_layout
45063
45064 \end_inset
45065 </cell>
45066 </row>
45067 </lyxtabular>
45068
45069 \end_inset
45070
45071
45072 \end_layout
45073
45074 \begin_layout Chapter
45075 Erklärung der Gleichung
45076 \begin_inset space ~
45077 \end_inset
45078
45079 (
45080 \begin_inset CommandInset ref
45081 LatexCommand ref
45082 reference "eq:Wgn"
45083
45084 \end_inset
45085
45086 )
45087 \begin_inset CommandInset label
45088 LatexCommand label
45089 name "kap:Erläuterung-einer-Gleichung"
45090
45091 \end_inset
45092
45093
45094 \end_layout
45095
45096 \begin_layout Standard
45097 Die Gesamtbreite von
45098 \emph on
45099  n
45100 \emph default
45101  Tabellenzellen 
45102 \begin_inset Formula $W_{\mathrm{tot\,n}}$
45103 \end_inset
45104
45105  kann wie folgt berechnet werden:
45106 \begin_inset Formula 
45107 \begin{equation}
45108 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45109 \end{equation}
45110
45111 \end_inset
45112
45113
45114 \end_layout
45115
45116 \begin_layout Standard
45117 Dabei ist 
45118 \begin_inset Formula $W_{g\,n}$
45119 \end_inset
45120
45121  die Breite jeder Zelle.
45122
45123 \series bold
45124  
45125 \backslash
45126 tabcolsep
45127 \series default
45128  ist die \SpecialChar LaTeX
45129 -Länge zwischen dem Zellentext und der Zellgrenze mit dem Standardwert
45130  6
45131 \begin_inset space \thinspace{}
45132 \end_inset
45133
45134 pt.
45135  
45136 \series bold
45137
45138 \backslash
45139 arrayrulewidth
45140 \series default
45141  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
45142 \begin_inset space \thinspace{}
45143 \end_inset
45144
45145 pt.
45146 \end_layout
45147
45148 \begin_layout Standard
45149 Nach Gleichung
45150 \begin_inset space ~
45151 \end_inset
45152
45153
45154 \begin_inset CommandInset ref
45155 LatexCommand ref
45156 reference "eq:Wtot_n"
45157
45158 \end_inset
45159
45160  ist die Gesamtbreite einer Mehrfachspalte, 
45161 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
45162 \end_inset
45163
45164 ,
45165 \begin_inset Formula 
45166 \begin{equation}
45167 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45168 \end{equation}
45169
45170 \end_inset
45171
45172
45173 \end_layout
45174
45175 \begin_layout Standard
45176 Setzt man die Gleichungen
45177 \begin_inset space ~
45178 \end_inset
45179
45180
45181 \begin_inset CommandInset ref
45182 LatexCommand ref
45183 reference "eq:Wtot_n"
45184
45185 \end_inset
45186
45187  und 
45188 \begin_inset CommandInset ref
45189 LatexCommand ref
45190 reference "eq:Wtot_mult"
45191
45192 \end_inset
45193
45194  gleich, kann man die benötigte Breite 
45195 \begin_inset Formula $W_{g\,n}$
45196 \end_inset
45197
45198 , wenn 
45199 \emph on
45200 n
45201 \emph default
45202  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
45203 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
45204 \end_inset
45205
45206  hat, berechnen:
45207 \begin_inset Formula 
45208 \begin{equation}
45209 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45210 \end{equation}
45211
45212 \end_inset
45213
45214
45215 \end_layout
45216
45217 \begin_layout Bibliography
45218 \begin_inset CommandInset bibitem
45219 LatexCommand bibitem
45220 key "latexcompanion"
45221
45222 \end_inset
45223
45224 Frank Mittelbach and Michel Goossens: 
45225 \emph on
45226 The \SpecialChar LaTeX
45227  Companion Second Edition.
45228
45229 \emph default
45230  Addison-Wesley, 2004
45231 \end_layout
45232
45233 \begin_layout Bibliography
45234 \begin_inset CommandInset bibitem
45235 LatexCommand bibitem
45236 key "latexguide"
45237
45238 \end_inset
45239
45240 Helmut Kopka and Patrick W.
45241  Daly: 
45242 \emph on
45243 A Guide to \SpecialChar LaTeX
45244  Fourth Edition.
45245
45246 \emph default
45247  Addison-Wesley, 2003
45248 \end_layout
45249
45250 \begin_layout Bibliography
45251 \begin_inset CommandInset bibitem
45252 LatexCommand bibitem
45253 key "lamport"
45254
45255 \end_inset
45256
45257 Leslie Lamport: 
45258 \emph on
45259 \SpecialChar LaTeX
45260 : A Document Preparation System.
45261
45262 \emph default
45263  Addison-Wesley, second edition, 1994
45264 \end_layout
45265
45266 \begin_layout Bibliography
45267 \begin_inset CommandInset bibitem
45268 LatexCommand bibitem
45269 key "latex-praxisbuch"
45270
45271 \end_inset
45272
45273 Niedermair, Elke & Michael: 
45274 \emph on
45275 \SpecialChar LaTeX
45276 -Praxisbuch
45277 \emph default
45278 , Franzis-Verlag, 2004
45279 \end_layout
45280
45281 \begin_layout Bibliography
45282 \begin_inset CommandInset bibitem
45283 LatexCommand bibitem
45284 key "arydshln"
45285
45286 \end_inset
45287
45288 Dokumentation des \SpecialChar LaTeX
45289 -Pakets 
45290 \series bold
45291
45292 \begin_inset CommandInset href
45293 LatexCommand href
45294 name "arydshln"
45295 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45296
45297 \end_inset
45298
45299
45300 \series default
45301
45302 \begin_inset Index idx
45303 status collapsed
45304
45305 \begin_layout Plain Layout
45306 \SpecialChar LaTeX
45307 -Pakete ! arydshln
45308 \end_layout
45309
45310 \end_inset
45311
45312
45313 \end_layout
45314
45315 \begin_layout Bibliography
45316 \begin_inset CommandInset bibitem
45317 LatexCommand bibitem
45318 key "booktabs"
45319
45320 \end_inset
45321
45322 Dokumentation des \SpecialChar LaTeX
45323 -Pakets 
45324 \series bold
45325
45326 \begin_inset CommandInset href
45327 LatexCommand href
45328 name "booktabs"
45329 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45330
45331 \end_inset
45332
45333
45334 \series default
45335
45336 \begin_inset Index idx
45337 status collapsed
45338
45339 \begin_layout Plain Layout
45340 \SpecialChar LaTeX
45341 -Pakete ! booktabs
45342 \end_layout
45343
45344 \end_inset
45345
45346
45347 \end_layout
45348
45349 \begin_layout Bibliography
45350 \begin_inset CommandInset bibitem
45351 LatexCommand bibitem
45352 key "caption"
45353
45354 \end_inset
45355
45356 Dokumentation des \SpecialChar LaTeX
45357 -Pakets 
45358 \series bold
45359
45360 \begin_inset CommandInset href
45361 LatexCommand href
45362 name "caption"
45363 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
45364
45365 \end_inset
45366
45367
45368 \series default
45369
45370 \begin_inset Index idx
45371 status collapsed
45372
45373 \begin_layout Plain Layout
45374 \SpecialChar LaTeX
45375 -Pakete ! caption
45376 \end_layout
45377
45378 \end_inset
45379
45380
45381 \end_layout
45382
45383 \begin_layout Bibliography
45384 \begin_inset CommandInset bibitem
45385 LatexCommand bibitem
45386 key "diagbox"
45387
45388 \end_inset
45389
45390 Dokumentation des \SpecialChar LaTeX
45391 -Pakets 
45392 \series bold
45393
45394 \begin_inset CommandInset href
45395 LatexCommand href
45396 name "diagbox"
45397 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45398
45399 \end_inset
45400
45401
45402 \series default
45403
45404 \begin_inset Index idx
45405 status collapsed
45406
45407 \begin_layout Plain Layout
45408 \SpecialChar LaTeX
45409 -Pakete ! diagbox
45410 \end_layout
45411
45412 \end_inset
45413
45414
45415 \end_layout
45416
45417 \begin_layout Bibliography
45418 \begin_inset CommandInset bibitem
45419 LatexCommand bibitem
45420 key "endfloat"
45421
45422 \end_inset
45423
45424 Dokumentation des \SpecialChar LaTeX
45425 -Pakets 
45426 \series bold
45427
45428 \begin_inset CommandInset href
45429 LatexCommand href
45430 name "endfloat"
45431 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45432
45433 \end_inset
45434
45435
45436 \series default
45437
45438 \begin_inset Index idx
45439 status collapsed
45440
45441 \begin_layout Plain Layout
45442 \SpecialChar LaTeX
45443 -Pakete ! endfloat
45444 \end_layout
45445
45446 \end_inset
45447
45448
45449 \end_layout
45450
45451 \begin_layout Bibliography
45452 \begin_inset CommandInset bibitem
45453 LatexCommand bibitem
45454 key "footmisc"
45455
45456 \end_inset
45457
45458 Dokumentation des \SpecialChar LaTeX
45459 -Pakets 
45460 \series bold
45461
45462 \begin_inset CommandInset href
45463 LatexCommand href
45464 name "footmisc"
45465 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45466
45467 \end_inset
45468
45469
45470 \series default
45471
45472 \begin_inset Index idx
45473 status collapsed
45474
45475 \begin_layout Plain Layout
45476 \SpecialChar LaTeX
45477 -Pakete ! footmisc
45478 \end_layout
45479
45480 \end_inset
45481
45482
45483 \end_layout
45484
45485 \begin_layout Bibliography
45486 \begin_inset CommandInset bibitem
45487 LatexCommand bibitem
45488 key "hypcap"
45489
45490 \end_inset
45491
45492 Dokumentation des \SpecialChar LaTeX
45493 -Pakets 
45494 \series bold
45495
45496 \begin_inset CommandInset href
45497 LatexCommand href
45498 name "hypcap"
45499 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45500
45501 \end_inset
45502
45503
45504 \series default
45505
45506 \begin_inset Index idx
45507 status collapsed
45508
45509 \begin_layout Plain Layout
45510 \SpecialChar LaTeX
45511 -Pakete ! hypcap
45512 \end_layout
45513
45514 \end_inset
45515
45516
45517 \end_layout
45518
45519 \begin_layout Bibliography
45520 \begin_inset CommandInset bibitem
45521 LatexCommand bibitem
45522 key "hyperref"
45523
45524 \end_inset
45525
45526 Dokumentation des \SpecialChar LaTeX
45527 -Pakets 
45528 \series bold
45529
45530 \begin_inset CommandInset href
45531 LatexCommand href
45532 name "hyperref"
45533 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45534
45535 \end_inset
45536
45537
45538 \series default
45539
45540 \begin_inset Index idx
45541 status collapsed
45542
45543 \begin_layout Plain Layout
45544 \SpecialChar LaTeX
45545 -Pakete ! hyperref
45546 \end_layout
45547
45548 \end_inset
45549
45550
45551 \end_layout
45552
45553 \begin_layout Bibliography
45554 \begin_inset CommandInset bibitem
45555 LatexCommand bibitem
45556 key "KOMA-Script"
45557
45558 \end_inset
45559
45560 Dokumentation des \SpecialChar LaTeX
45561 -Pakets 
45562 \series bold
45563
45564 \begin_inset CommandInset href
45565 LatexCommand href
45566 name "KOMA-Script"
45567 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45568
45569 \end_inset
45570
45571
45572 \series default
45573
45574 \begin_inset Index idx
45575 status collapsed
45576
45577 \begin_layout Plain Layout
45578 \SpecialChar LaTeX
45579 -Pakete ! KOMA-Script
45580 \end_layout
45581
45582 \end_inset
45583
45584
45585 \end_layout
45586
45587 \begin_layout Bibliography
45588 \begin_inset CommandInset bibitem
45589 LatexCommand bibitem
45590 key "lettrine"
45591
45592 \end_inset
45593
45594 Dokumentation des \SpecialChar LaTeX
45595 -Pakets 
45596 \series bold
45597
45598 \begin_inset CommandInset href
45599 LatexCommand href
45600 name "lettrine"
45601 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45602
45603 \end_inset
45604
45605
45606 \series default
45607  und ein 
45608 \begin_inset CommandInset href
45609 LatexCommand href
45610 name "Beispiel"
45611 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
45612
45613 \end_inset
45614
45615
45616 \begin_inset Index idx
45617 status collapsed
45618
45619 \begin_layout Plain Layout
45620 \SpecialChar LaTeX
45621 -Pakete ! lettrine
45622 \end_layout
45623
45624 \end_inset
45625
45626
45627 \end_layout
45628
45629 \begin_layout Bibliography
45630 \begin_inset CommandInset bibitem
45631 LatexCommand bibitem
45632 key "listings"
45633
45634 \end_inset
45635
45636 Dokumentation des \SpecialChar LaTeX
45637 -Pakets 
45638 \series bold
45639
45640 \begin_inset CommandInset href
45641 LatexCommand href
45642 name "listings"
45643 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45644
45645 \end_inset
45646
45647
45648 \series default
45649
45650 \begin_inset Index idx
45651 status collapsed
45652
45653 \begin_layout Plain Layout
45654 \SpecialChar LaTeX
45655 -Pakete ! listings
45656 \end_layout
45657
45658 \end_inset
45659
45660
45661 \end_layout
45662
45663 \begin_layout Bibliography
45664 \begin_inset CommandInset bibitem
45665 LatexCommand bibitem
45666 key "marginnote"
45667
45668 \end_inset
45669
45670 Dokumentation des \SpecialChar LaTeX
45671 -Pakets 
45672 \series bold
45673
45674 \begin_inset CommandInset href
45675 LatexCommand href
45676 name "marginnote"
45677 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45678
45679 \end_inset
45680
45681
45682 \series default
45683
45684 \begin_inset Index idx
45685 status collapsed
45686
45687 \begin_layout Plain Layout
45688 \SpecialChar LaTeX
45689 -Pakete ! marginnote
45690 \end_layout
45691
45692 \end_inset
45693
45694
45695 \end_layout
45696
45697 \begin_layout Bibliography
45698 \begin_inset CommandInset bibitem
45699 LatexCommand bibitem
45700 key "pdfpages"
45701
45702 \end_inset
45703
45704 Dokumentation des \SpecialChar LaTeX
45705 -Pakets 
45706 \series bold
45707
45708 \begin_inset CommandInset href
45709 LatexCommand href
45710 name "pdfpages"
45711 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45712
45713 \end_inset
45714
45715
45716 \series default
45717
45718 \begin_inset Index idx
45719 status collapsed
45720
45721 \begin_layout Plain Layout
45722 \SpecialChar LaTeX
45723 -Pakete ! pdfpages
45724 \end_layout
45725
45726 \end_inset
45727
45728
45729 \end_layout
45730
45731 \begin_layout Bibliography
45732 \begin_inset CommandInset bibitem
45733 LatexCommand bibitem
45734 key "prettyref"
45735
45736 \end_inset
45737
45738 Dokumentation des \SpecialChar LaTeX
45739 -Pakets 
45740 \series bold
45741
45742 \begin_inset CommandInset href
45743 LatexCommand href
45744 name "prettyref"
45745 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45746
45747 \end_inset
45748
45749
45750 \series default
45751
45752 \begin_inset Index idx
45753 status collapsed
45754
45755 \begin_layout Plain Layout
45756 \SpecialChar LaTeX
45757 -Pakete ! prettyref
45758 \end_layout
45759
45760 \end_inset
45761
45762
45763 \end_layout
45764
45765 \begin_layout Bibliography
45766 \begin_inset CommandInset bibitem
45767 LatexCommand bibitem
45768 key "pstricks"
45769
45770 \end_inset
45771
45772 Webseite des \SpecialChar LaTeX
45773 -Pakets 
45774 \series bold
45775
45776 \begin_inset CommandInset href
45777 LatexCommand href
45778 name "PSTricks"
45779 target "http://tug.org/PSTricks/"
45780
45781 \end_inset
45782
45783
45784 \series default
45785
45786 \begin_inset Index idx
45787 status collapsed
45788
45789 \begin_layout Plain Layout
45790 \SpecialChar LaTeX
45791 -Pakete ! pstricks
45792 \end_layout
45793
45794 \end_inset
45795
45796
45797 \end_layout
45798
45799 \begin_layout Bibliography
45800 \begin_inset CommandInset bibitem
45801 LatexCommand bibitem
45802 key "refstyle"
45803
45804 \end_inset
45805
45806 Dokumentation des \SpecialChar LaTeX
45807 -Pakets 
45808 \series bold
45809
45810 \begin_inset CommandInset href
45811 LatexCommand href
45812 name "refstyle"
45813 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
45814
45815 \end_inset
45816
45817
45818 \series default
45819
45820 \begin_inset Index idx
45821 status collapsed
45822
45823 \begin_layout Plain Layout
45824 \SpecialChar LaTeX
45825 -Pakete ! refstyle
45826 \end_layout
45827
45828 \end_inset
45829
45830
45831 \end_layout
45832
45833 \begin_layout Bibliography
45834 \begin_inset CommandInset bibitem
45835 LatexCommand bibitem
45836 key "sidecap"
45837
45838 \end_inset
45839
45840 Dokumentation des \SpecialChar LaTeX
45841 -Pakets 
45842 \series bold
45843
45844 \begin_inset CommandInset href
45845 LatexCommand href
45846 name "sidecap"
45847 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45848
45849 \end_inset
45850
45851
45852 \series default
45853
45854 \begin_inset Index idx
45855 status collapsed
45856
45857 \begin_layout Plain Layout
45858 \SpecialChar LaTeX
45859 -Pakete ! sidecap
45860 \end_layout
45861
45862 \end_inset
45863
45864
45865 \end_layout
45866
45867 \begin_layout Bibliography
45868 \begin_inset CommandInset bibitem
45869 LatexCommand bibitem
45870 key "NeuInLyX20"
45871
45872 \end_inset
45873
45874
45875 \begin_inset CommandInset href
45876 LatexCommand href
45877 name "Wiki-Seite"
45878 target "http://wiki.lyx.org/LyX/NewInLyX20"
45879
45880 \end_inset
45881
45882  über neue Funktionen in 
45883 \family sans
45884 \SpecialChar LyX
45885  2.0
45886 \family default
45887 .
45888 \end_layout
45889
45890 \begin_layout Standard
45891 \begin_inset CommandInset index_print
45892 LatexCommand printindex
45893 type "idx"
45894
45895 \end_inset
45896
45897
45898 \end_layout
45899
45900 \end_body
45901 \end_document