]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
UserGuide.lyx: update 2 images
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 508
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 latexpar
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 latexpar
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 latexpar
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 latexpar
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 (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 latexpar
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 latexpar
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 latexpar
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 latexpar
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 latexpar
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 latexpar
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 latexpar
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 latexpar
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 latexpar
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 latexpar
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 latexpar
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 latexpar
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 latexpar
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         scaleBeforeRotation
24787
24788 \end_inset
24789
24790
24791 \end_layout
24792
24793 \begin_layout Standard
24794 Die Marke wird als Anker und Name für den Querverweis benutzt.
24795  Mit 
24796 \family sans
24797 Einfügen\SpecialChar menuseparator
24798 Querverweis
24799 \family default
24800  oder einen Klick auf 
24801 \begin_inset Info
24802 type  "icon"
24803 arg   "dialog-show-new-inset ref"
24804 \end_inset
24805
24806  können Sie dann auf die Marke verweisen.
24807  Als Querverweis wird in \SpecialChar LyX
24808  ein graues Kästchen wie zum Beispiel dieses angezeigt:
24809 \end_layout
24810
24811 \begin_layout Standard
24812 \begin_inset Graphics
24813         filename clipart/Querverweis.png
24814         scaleBeforeRotation
24815
24816 \end_inset
24817
24818
24819 \begin_inset Newline newline
24820 \end_inset
24821
24822  Mehr zu Querverweisen finden Sie im 
24823 \emph on
24824 Benutzerhandbuch
24825 \emph default
24826 .
24827 \end_layout
24828
24829 \begin_layout Standard
24830 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
24831  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
24832  durch einen Zeilenumbruch getrennt werden können.
24833 \end_layout
24834
24835 \begin_layout Standard
24836 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
24837  \SpecialChar LyX
24838  passt die Querverweise automatisch an.
24839 \end_layout
24840
24841 \begin_layout Standard
24842 Ein Klick auf den Schalter 
24843 \family sans
24844 Gehe
24845 \begin_inset space ~
24846 \end_inset
24847
24848 zur
24849 \begin_inset space ~
24850 \end_inset
24851
24852 Marke
24853 \family default
24854  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
24855  Der Text der Schaltfläche heißt jetzt 
24856 \family sans
24857 Gehe
24858 \begin_inset space ~
24859 \end_inset
24860
24861 zurück
24862 \family default
24863  und ein Klick darauf macht genau dies.
24864 \end_layout
24865
24866 \begin_layout Subsection
24867 Querverweis-Formate
24868 \begin_inset CommandInset label
24869 LatexCommand label
24870 name "uab:Querverweis-Formate"
24871
24872 \end_inset
24873
24874
24875 \begin_inset Index idx
24876 status collapsed
24877
24878 \begin_layout Plain Layout
24879 Querverweise ! Formate
24880 \end_layout
24881
24882 \end_inset
24883
24884
24885 \end_layout
24886
24887 \begin_layout Standard
24888 Es gibt sechs verschiedene Querverweisstile:
24889 \end_layout
24890
24891 \begin_layout Description
24892 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
24893  
24894 \begin_inset CommandInset ref
24895 LatexCommand ref
24896 reference "abb:Zwei-Teilabbildungen"
24897
24898 \end_inset
24899
24900
24901 \end_layout
24902
24903 \begin_layout Description
24904 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
24905  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
24906  verwendet wird, speziell wenn der Name 
24907 \begin_inset Quotes gld
24908 \end_inset
24909
24910 Gleichung
24911 \begin_inset Quotes grd
24912 \end_inset
24913
24914  weggelassen wird: 
24915 \begin_inset CommandInset ref
24916 LatexCommand eqref
24917 reference "eq:Wgn"
24918
24919 \end_inset
24920
24921
24922 \end_layout
24923
24924 \begin_layout Description
24925 <Seite>: druckt die Seitennummer: Seite
24926 \begin_inset space ~
24927 \end_inset
24928
24929
24930 \begin_inset CommandInset ref
24931 LatexCommand pageref
24932 reference "abb:Zwei-Teilabbildungen"
24933
24934 \end_inset
24935
24936
24937 \end_layout
24938
24939 \begin_layout Description
24940 auf
24941 \begin_inset space ~
24942 \end_inset
24943
24944 Seite
24945 \begin_inset space ~
24946 \end_inset
24947
24948 <Seite>: druckt den Text 
24949 \begin_inset Quotes gld
24950 \end_inset
24951
24952 auf Seite
24953 \begin_inset Quotes grd
24954 \end_inset
24955
24956  und die Seitennummer: 
24957 \begin_inset CommandInset ref
24958 LatexCommand vpageref
24959 reference "abb:Zwei-Teilabbildungen"
24960
24961 \end_inset
24962
24963
24964 \end_layout
24965
24966 \begin_layout Description
24967 <Querverweis>
24968 \begin_inset space ~
24969 \end_inset
24970
24971 auf
24972 \begin_inset space ~
24973 \end_inset
24974
24975 Seite
24976 \begin_inset space ~
24977 \end_inset
24978
24979 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
24980 \begin_inset Quotes gld
24981 \end_inset
24982
24983 auf Seite
24984 \begin_inset Quotes grd
24985 \end_inset
24986
24987 , und die Seitennummer: 
24988 \begin_inset CommandInset ref
24989 LatexCommand vref
24990 reference "abb:Zwei-Teilabbildungen"
24991
24992 \end_inset
24993
24994
24995 \end_layout
24996
24997 \begin_layout Description
24998 Formatierter
24999 \begin_inset space ~
25000 \end_inset
25001
25002 Querverweis: druckt ein selbst definiertes Querverweisformat
25003 \begin_inset Newline newline
25004 \end_inset
25005
25006
25007 \begin_inset Note Greyedout
25008 status open
25009
25010 \begin_layout Plain Layout
25011
25012 \series bold
25013 Bemerkung:
25014 \series default
25015  Dies ist nur möglich, wenn das \SpecialChar LaTeX
25016 -Paket 
25017 \series bold
25018 prettyref
25019 \series default
25020  oder 
25021 \series bold
25022 refstyle
25023 \series default
25024
25025 \begin_inset Index idx
25026 status collapsed
25027
25028 \begin_layout Plain Layout
25029 \SpecialChar LaTeX
25030 -Pakete ! prettyref
25031 \end_layout
25032
25033 \end_inset
25034
25035
25036 \begin_inset Index idx
25037 status collapsed
25038
25039 \begin_layout Plain Layout
25040 \SpecialChar LaTeX
25041 -Pakete ! refstyle
25042 \end_layout
25043
25044 \end_inset
25045
25046  installiert ist.
25047 \end_layout
25048
25049 \end_inset
25050
25051
25052 \begin_inset Newline newline
25053 \end_inset
25054
25055 Sie können duch setzen der Option 
25056 \family sans
25057 Verwende refstyle (nicht prettyref) für Querverweise
25058 \family default
25059  im Menü 
25060 \family sans
25061 Dokument\SpecialChar menuseparator
25062 Einstellungen\SpecialChar menuseparator
25063 Dokumentklasse
25064 \family default
25065  wählen, welches \SpecialChar LaTeX
25066 -Paket für diesen Verweistyp verwendet wird.
25067  Das Format wird definiert, indem man den Befehl 
25068 \series bold
25069
25070 \backslash
25071 newrefformat
25072 \series default
25073  (prettyref) oder 
25074 \series bold
25075
25076 \backslash
25077 newref
25078 \series default
25079  (refstyle) in den \SpecialChar LaTeX
25080 -Vorspann einfügt.
25081  Z.
25082 \begin_inset space \thinspace{}
25083 \end_inset
25084
25085 B.
25086  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
25087  
25088 \begin_inset Quotes eld
25089 \end_inset
25090
25091
25092 \family sans
25093 abb
25094 \family default
25095
25096 \begin_inset Quotes erd
25097 \end_inset
25098
25099 ) mit dem Befehle
25100 \begin_inset Newline newline
25101 \end_inset
25102
25103
25104 \series bold
25105
25106 \backslash
25107 newref{abb}{refcmd={Bild auf Seite 
25108 \backslash
25109 pageref{#1}}}
25110 \series default
25111
25112 \begin_inset Newline newline
25113 \end_inset
25114
25115 geändert werden.
25116  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
25117 en verwiesen, 
25118 \begin_inset CommandInset citation
25119 LatexCommand cite
25120 key "prettyref,refstyle"
25121
25122 \end_inset
25123
25124 .
25125 \end_layout
25126
25127 \begin_layout Description
25128 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
25129 \begin_inset CommandInset ref
25130 LatexCommand nameref
25131 reference "abb:Zwei-Teilabbildungen"
25132
25133 \end_inset
25134
25135
25136 \end_layout
25137
25138 \begin_layout Standard
25139
25140 \family sans
25141 <Seite>
25142 \family default
25143  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
25144  vorherigen, der selben oder der nächsten Seite befindet.
25145  Stattdessen wird z.
25146 \begin_inset space \thinspace{}
25147 \end_inset
25148
25149 B.
25150  der Text 
25151 \begin_inset Quotes gld
25152 \end_inset
25153
25154
25155 \family sans
25156 auf dieser Seite
25157 \family default
25158
25159 \begin_inset Quotes grd
25160 \end_inset
25161
25162  gedruckt.
25163  Der Stil 
25164 \family sans
25165 <Querverweis>
25166 \begin_inset space ~
25167 \end_inset
25168
25169 auf
25170 \begin_inset space ~
25171 \end_inset
25172
25173 Seite
25174 \begin_inset space ~
25175 \end_inset
25176
25177 <Seite>
25178 \family default
25179  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
25180  Seite ist.
25181 \end_layout
25182
25183 \begin_layout Standard
25184 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
25185  automatisch von \SpecialChar LaTeX
25186  berechnet.
25187  Die Stile können im Feld 
25188 \family sans
25189 Format
25190 \family default
25191  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
25192  einen Querverweis klicken.
25193 \end_layout
25194
25195 \begin_layout Standard
25196 \begin_inset Note Greyedout
25197 status open
25198
25199 \begin_layout Plain Layout
25200
25201 \series bold
25202 Bemerkung:
25203 \series default
25204  Es wird empfohlen, das \SpecialChar LaTeX
25205 -Paket 
25206 \series bold
25207 refstyle
25208 \series default
25209
25210 \begin_inset Index idx
25211 status collapsed
25212
25213 \begin_layout Plain Layout
25214 \SpecialChar LaTeX
25215 -Pakete ! refstyle
25216 \end_layout
25217
25218 \end_inset
25219
25220  zu verwenden, da 
25221 \series bold
25222 prettyref
25223 \series default
25224
25225 \begin_inset Index idx
25226 status collapsed
25227
25228 \begin_layout Plain Layout
25229 \SpecialChar LaTeX
25230 -Pakete ! prettyref
25231 \end_layout
25232
25233 \end_inset
25234
25235  nicht alle möglichen \SpecialChar LyX
25236 -Marken-Kürzel
25237 \begin_inset Foot
25238 status collapsed
25239
25240 \begin_layout Plain Layout
25241  
25242 \begin_inset Quotes gld
25243 \end_inset
25244
25245 abb:
25246 \begin_inset Quotes grd
25247 \end_inset
25248
25249  ist z.
25250 \begin_inset space \thinspace{}
25251 \end_inset
25252
25253 B.
25254  \SpecialChar LyX
25255 ' Kürzel für Marken in Bildbeschriftungen.
25256 \end_layout
25257
25258 \end_inset
25259
25260  kennt und auch nicht internationalisiert ist.
25261 \end_layout
25262
25263 \end_inset
25264
25265
25266 \end_layout
25267
25268 \begin_layout Subsection
25269 Automatische Querverweisnamen
25270 \begin_inset Index idx
25271 status collapsed
25272
25273 \begin_layout Plain Layout
25274 Querverweise ! Automatische Namen 
25275 \end_layout
25276
25277 \end_inset
25278
25279
25280 \end_layout
25281
25282 \begin_layout Standard
25283 Das \SpecialChar LaTeX
25284 -Paket 
25285 \series bold
25286 hyperref
25287 \series default
25288
25289 \begin_inset Index idx
25290 status collapsed
25291
25292 \begin_layout Plain Layout
25293 \SpecialChar LaTeX
25294 -Pakete ! hyperref
25295 \end_layout
25296
25297 \end_inset
25298
25299 , das in den
25300 \family sans
25301  PDF-Eigenschaften
25302 \family default
25303  im 
25304 \family sans
25305 Dokument-Einstellungen
25306 \family default
25307  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
25308  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
25309  wie 
25310 \emph on
25311 Abschnitt
25312 \emph default
25313 ).
25314  Sie müssen damit z.
25315 \begin_inset space \thinspace{}
25316 \end_inset
25317
25318 B.
25319  nicht mehr den Namen 
25320 \begin_inset Quotes gld
25321 \end_inset
25322
25323 Abbildung
25324 \begin_inset Quotes grd
25325 \end_inset
25326
25327  vor jeden Querverweis auf eine Abbildung schreiben.
25328  Um diese Funktion benutzen zu können, aktivieren Sie 
25329 \series bold
25330 hyperref
25331 \series default
25332  und fügen diese Zeile in den \SpecialChar LaTeX
25333 -Vorspann ein:
25334 \end_layout
25335
25336 \begin_layout Standard
25337
25338 \series bold
25339
25340 \backslash
25341 AtBeginDocument{
25342 \backslash
25343 renewcommand{
25344 \backslash
25345 ref}[1]{
25346 \backslash
25347 mbox{
25348 \backslash
25349 autoref{#1}}}}
25350 \end_layout
25351
25352 \begin_layout Standard
25353 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
25354 \begin_inset space \thinspace{}
25355 \end_inset
25356
25357 B.
25358  statt 
25359 \begin_inset Quotes gld
25360 \end_inset
25361
25362 Abschnitt
25363 \begin_inset Quotes grd
25364 \end_inset
25365
25366  den Namen 
25367 \begin_inset Quotes gld
25368 \end_inset
25369
25370 Kap.
25371 \begin_inset space \thinspace{}
25372 \end_inset
25373
25374
25375 \begin_inset Quotes grd
25376 \end_inset
25377
25378 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
25379 \end_layout
25380
25381 \begin_layout Standard
25382
25383 \series bold
25384
25385 \backslash
25386 addto
25387 \backslash
25388 extrasngerman{
25389 \backslash
25390 renewcommand{
25391 \backslash
25392 sectionautorefname}
25393 \begin_inset Newline newline
25394 \end_inset
25395
25396
25397 \begin_inset Phantom HPhantom
25398 status open
25399
25400 \begin_layout Plain Layout
25401
25402 \series bold
25403 \begin_inset space ~
25404 \end_inset
25405
25406
25407 \end_layout
25408
25409 \end_inset
25410
25411 {Kap.
25412 \backslash
25413 negthinspace}}
25414 \end_layout
25415
25416 \begin_layout Standard
25417 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
25418 \begin_inset Newline newline
25419 \end_inset
25420
25421
25422 \series bold
25423
25424 \backslash
25425 extrasngerman
25426 \series default
25427  durch 
25428 \series bold
25429
25430 \backslash
25431 extras***
25432 \series default
25433 , wobei *** der Name der verwendeten Sprache ist.
25434 \end_layout
25435
25436 \begin_layout Standard
25437 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
25438  z.
25439 \begin_inset space \thinspace{}
25440 \end_inset
25441
25442 B.
25443  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
25444 \end_layout
25445
25446 \begin_layout Standard
25447
25448 \series bold
25449
25450 \backslash
25451 addto
25452 \backslash
25453 extrasngerman{
25454 \backslash
25455 renewcommand*{
25456 \backslash
25457 equationautorefname}[1]{}}
25458 \end_layout
25459
25460 \begin_layout Standard
25461 Mehr über dieses Thema finden Sie in der 
25462 \series bold
25463 hyperref
25464 \series default
25465 -Dokumentation 
25466 \begin_inset CommandInset citation
25467 LatexCommand cite
25468 key "hyperref"
25469
25470 \end_inset
25471
25472 .
25473 \end_layout
25474
25475 \begin_layout Standard
25476 \begin_inset Note Greyedout
25477 status open
25478
25479 \begin_layout Plain Layout
25480
25481 \series bold
25482 Bemerkung:
25483 \series default
25484  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
25485  als Querverweisstil 
25486 \family sans
25487 Formatierter
25488 \begin_inset space ~
25489 \end_inset
25490
25491 Querverweis
25492 \family default
25493  benutzen, wie in Abschnitt
25494 \begin_inset space ~
25495 \end_inset
25496
25497
25498 \begin_inset CommandInset ref
25499 LatexCommand ref
25500 reference "uab:Querverweis-Formate"
25501
25502 \end_inset
25503
25504  beschrieben.
25505 \end_layout
25506
25507 \end_inset
25508
25509
25510 \end_layout
25511
25512 \begin_layout Standard
25513 Das 
25514 \emph on
25515 Mathe
25516 \emph default
25517  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
25518 \end_layout
25519
25520 \begin_layout Subsection
25521 Querverweis-Position
25522 \begin_inset CommandInset label
25523 LatexCommand label
25524 name "uab:Querverweis-Position"
25525
25526 \end_inset
25527
25528
25529 \begin_inset Index idx
25530 status collapsed
25531
25532 \begin_layout Plain Layout
25533 Querverweise !  Position
25534 \end_layout
25535
25536 \end_inset
25537
25538
25539 \end_layout
25540
25541 \begin_layout Standard
25542 Wenn Sie 
25543 \series bold
25544 hyperref
25545 \series default
25546
25547 \begin_inset Index idx
25548 status collapsed
25549
25550 \begin_layout Plain Layout
25551 \SpecialChar LaTeX
25552 -Pakete ! hyperref
25553 \end_layout
25554
25555 \end_inset
25556
25557  in den
25558 \family sans
25559  PDF-Eigenschaften
25560 \family default
25561  im 
25562 \family sans
25563 Dokument-Einstellungen
25564 \family default
25565  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
25566  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
25567  und Sie werden das Bild ohne Scrollen nicht sehen.
25568  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
25569  ist.
25570  Wenn Sie das  \SpecialChar LaTeX
25571 -Paket 
25572 \series bold
25573 hypcap
25574 \series default
25575
25576 \begin_inset Index idx
25577 status collapsed
25578
25579 \begin_layout Plain Layout
25580 \SpecialChar LaTeX
25581 -Pakete ! hypcap
25582 \end_layout
25583
25584 \end_inset
25585
25586 , das Teil des \SpecialChar LaTeX
25587 -Pakets 
25588 \series bold
25589 oberdiek
25590 \series default
25591
25592 \begin_inset Index idx
25593 status collapsed
25594
25595 \begin_layout Plain Layout
25596 \SpecialChar LaTeX
25597 -Pakete ! oberdiek
25598 \end_layout
25599
25600 \end_inset
25601
25602  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
25603  Aber natürlich müssen Sie auch hier das \SpecialChar LaTeX
25604 -Paket 
25605 \series bold
25606 hypcap
25607 \series default
25608  zunächst in den \SpecialChar LaTeX
25609 -Vorspann laden:
25610 \end_layout
25611
25612 \begin_layout Standard
25613
25614 \series bold
25615
25616 \backslash
25617 usepackage[figure]{hypcap}
25618 \end_layout
25619
25620 \begin_layout Standard
25621 Sie können 
25622 \series bold
25623 hypcap
25624 \series default
25625  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
25626  nicht empfohlen.
25627  Weitere Informationen finden Sie im
25628 \series bold
25629  hypcap
25630 \series default
25631 -Handbuch 
25632 \begin_inset CommandInset citation
25633 LatexCommand cite
25634 key "hypcap"
25635
25636 \end_inset
25637
25638 .
25639 \end_layout
25640
25641 \begin_layout Standard
25642 \begin_inset Note Greyedout
25643 status open
25644
25645 \begin_layout Plain Layout
25646
25647 \series bold
25648 Bemerkung:
25649 \series default
25650  
25651 \series bold
25652 hypcap
25653 \series medium
25654  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
25655 \end_layout
25656
25657 \end_inset
25658
25659
25660 \end_layout
25661
25662 \begin_layout Section
25663 Gleitobjekt-Platzierung
25664 \begin_inset CommandInset label
25665 LatexCommand label
25666 name "abs:Gleitobjekt-Platzierung"
25667
25668 \end_inset
25669
25670
25671 \begin_inset Index idx
25672 status collapsed
25673
25674 \begin_layout Plain Layout
25675 Gleitobjekte ! Platzierung
25676 \end_layout
25677
25678 \end_inset
25679
25680
25681 \end_layout
25682
25683 \begin_layout Standard
25684 Ein Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
25685 \family sans
25686 Einstellungen 
25687 \family default
25688 öffnet einen Dialog, in dem Sie die \SpecialChar LaTeX
25689 -Optionen für die Gleitobjekt-Platzierung
25690  ändern können.
25691 \begin_inset Newline newline
25692 \end_inset
25693
25694 Die Option 
25695 \family sans
25696 Spalten
25697 \begin_inset space ~
25698 \end_inset
25699
25700 überspannen
25701 \family default
25702  ist nur bei zweispaltigen Dokumenten sinnvoll.
25703  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
25704 \begin_inset Newline newline
25705 \end_inset
25706
25707 Die Option 
25708 \family sans
25709 Seitwärts
25710 \begin_inset space ~
25711 \end_inset
25712
25713 drehen
25714 \family default
25715  ist in Abschnitt 
25716 \begin_inset CommandInset ref
25717 LatexCommand ref
25718 reference "abs:Gedrehte-Gleitobjekte"
25719
25720 \end_inset
25721
25722  beschrieben.
25723 \end_layout
25724
25725 \begin_layout Standard
25726 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
25727  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
25728  Sie die Option 
25729 \family sans
25730 Standard-Platzierung
25731 \begin_inset space ~
25732 \end_inset
25733
25734 verwenden
25735 \family default
25736  nicht verwenden:
25737 \end_layout
25738
25739 \begin_layout Description
25740 Hier
25741 \begin_inset space ~
25742 \end_inset
25743
25744 wenn
25745 \begin_inset space ~
25746 \end_inset
25747
25748 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
25749 \end_layout
25750
25751 \begin_layout Description
25752 Anfang
25753 \begin_inset space ~
25754 \end_inset
25755
25756 der
25757 \begin_inset space ~
25758 \end_inset
25759
25760 Seite
25761 \family sans
25762  
25763 \family default
25764 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
25765  Gleitobjekte, die maximal 70
25766 \begin_inset space \thinspace{}
25767 \end_inset
25768
25769 % einer Seite benötigen, dürfen oben platziert werden.
25770  Dies kann durch die Variable 
25771 \series bold
25772
25773 \backslash
25774 topfraction
25775 \series default
25776  im \SpecialChar LaTeX
25777 -Vorspann überschrieben werden, zum Beispiel: 
25778 \begin_inset Separator latexpar
25779 \end_inset
25780
25781
25782 \end_layout
25783
25784 \begin_deeper
25785 \begin_layout Standard
25786
25787 \series bold
25788
25789 \backslash
25790 renewcommand{
25791 \backslash
25792 topfraction}{0.9}
25793 \family typewriter
25794 \series default
25795  
25796 \end_layout
25797
25798 \end_deeper
25799 \begin_layout Description
25800 Ende
25801 \begin_inset space ~
25802 \end_inset
25803
25804 der
25805 \begin_inset space ~
25806 \end_inset
25807
25808 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
25809  Gleitobjekte, die maximal 30
25810 \begin_inset space \thinspace{}
25811 \end_inset
25812
25813 % einer Seite benötigen, dürfen unten platziert werden.
25814  Dies kann durch die Variable 
25815 \series bold
25816
25817 \backslash
25818 bottomfraction
25819 \series default
25820  im \SpecialChar LaTeX
25821 -Vorspann überschrieben werden, zum Beispiel setzt 
25822 \begin_inset Separator latexpar
25823 \end_inset
25824
25825
25826 \end_layout
25827
25828 \begin_deeper
25829 \begin_layout Standard
25830
25831 \series bold
25832
25833 \backslash
25834 renewcommand{
25835 \backslash
25836 bottomfraction}{0.5}
25837 \end_layout
25838
25839 \begin_layout Standard
25840 die oftmals zu kleine untere Grenze auf 50
25841 \begin_inset space \thinspace{}
25842 \end_inset
25843
25844 %.
25845 \end_layout
25846
25847 \end_deeper
25848 \begin_layout Description
25849 Seite
25850 \begin_inset space ~
25851 \end_inset
25852
25853 mit
25854 \begin_inset space ~
25855 \end_inset
25856
25857 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
25858  Nur wenn mehr als 50
25859 \begin_inset space \thinspace{}
25860 \end_inset
25861
25862 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
25863  Gleitobjekte bereitgestellt.
25864  Dies kann durch die Variable 
25865 \series bold
25866
25867 \backslash
25868 floatpagefraction 
25869 \series default
25870 im \SpecialChar LaTeX
25871 -Vorspann überschrieben werden.
25872 \end_layout
25873
25874 \begin_layout Standard
25875 Die Reihenfolge der obigen Optionen wird 
25876 \emph on
25877 immer
25878 \emph default
25879  von \SpecialChar LaTeX
25880  verwendet.
25881  Das heißt wenn Sie die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
25882  zuerst versuchen
25883  
25884 \family sans
25885 Hier
25886 \begin_inset space \space{}
25887 \end_inset
25888
25889 wenn
25890 \begin_inset space \space{}
25891 \end_inset
25892
25893 möglich
25894 \family default
25895 , dann 
25896 \family sans
25897 Anfang
25898 \begin_inset space ~
25899 \end_inset
25900
25901 der
25902 \begin_inset space ~
25903 \end_inset
25904
25905 Seite
25906 \family default
25907  und dann die anderen Optionen anzuwenden.
25908  Wenn Sie nicht die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
25909  nur die von Ihnen
25910  gewählten Optionen versuchen anzuwenden, aber immer in derselben Reihenfolge.
25911  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
25912 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
25913 \end_layout
25914
25915 \begin_layout Standard
25916 Die Option 
25917 \family sans
25918 Hier,
25919 \begin_inset space ~
25920 \end_inset
25921
25922 auf
25923 \begin_inset space ~
25924 \end_inset
25925
25926 jeden
25927 \begin_inset space ~
25928 \end_inset
25929
25930 Fall
25931 \family default
25932  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
25933  fast druckreif ist.
25934  Denn mit der Option kann das Objekt nicht mehr 
25935 \emph on
25936 gleiten
25937 \emph default
25938 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
25939  oftmals zerstört.
25940 \end_layout
25941
25942 \begin_layout Standard
25943 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
25944  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
25945 \begin_inset VSpace bigskip
25946 \end_inset
25947
25948
25949 \end_layout
25950
25951 \begin_layout Standard
25952 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
25953 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
25954  das Gleitobjekt sei Teil des vorherigen Abschnitts.
25955  Das kann mit dem \SpecialChar LaTeX
25956 -Befehl
25957 \series bold
25958  
25959 \backslash
25960 suppressfloats
25961 \series default
25962  verhindert werden.
25963  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
25964  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
25965  gesetzt wird.
25966  Dazu müssen Sie im \SpecialChar LaTeX
25967 -Vorspann folgende Befehle einfügen:
25968 \end_layout
25969
25970 \begin_layout Standard
25971
25972 \series bold
25973
25974 \backslash
25975 let
25976 \backslash
25977 meinAbschnitt
25978 \backslash
25979 section
25980 \begin_inset Newline newline
25981 \end_inset
25982
25983
25984 \backslash
25985 renewcommand{
25986 \backslash
25987 section}{
25988 \backslash
25989 suppressfloats[t]
25990 \backslash
25991 meinAbschnitt}
25992 \end_layout
25993
25994 \begin_layout Standard
25995 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
25996  Unterabschnitten festlegen.
25997  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
25998  \SpecialChar LaTeX
25999  Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
26000 \end_layout
26001
26002 \begin_layout Standard
26003 Es gibt auch noch das \SpecialChar LaTeX
26004 -Paket 
26005 \series bold
26006 flafter
26007 \series default
26008
26009 \begin_inset Index idx
26010 status collapsed
26011
26012 \begin_layout Plain Layout
26013 \SpecialChar LaTeX
26014 -Pakete ! flafter
26015 \end_layout
26016
26017 \end_inset
26018
26019  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
26020  gedruckt wird.
26021 \end_layout
26022
26023 \begin_layout Standard
26024 \begin_inset VSpace bigskip
26025 \end_inset
26026
26027 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
26028  Dafür gibt es das \SpecialChar LaTeX
26029 -Paket 
26030 \series bold
26031 endfloat
26032 \series default
26033
26034 \begin_inset Index idx
26035 status collapsed
26036
26037 \begin_layout Plain Layout
26038 \SpecialChar LaTeX
26039 -Pakete ! endfloat
26040 \end_layout
26041
26042 \end_inset
26043
26044 .
26045  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
26046  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
26047  
26048 \family sans
26049
26050 \begin_inset Quotes gld
26051 \end_inset
26052
26053 [Abbildung
26054 \begin_inset space ~
26055 \end_inset
26056
26057 3.2 ist ungefähr hier.]
26058 \family default
26059
26060 \begin_inset Quotes grd
26061 \end_inset
26062
26063  finden.
26064  Das 
26065 \series bold
26066 endfloat
26067 \series default
26068 -Paket wird mit folgendem Befehl in den \SpecialChar LaTeX
26069 -Vorspann eingefügt:
26070 \end_layout
26071
26072 \begin_layout Standard
26073
26074 \series bold
26075
26076 \backslash
26077 usepackage[Optionen]{endfloat}
26078 \end_layout
26079
26080 \begin_layout Standard
26081 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
26082  Tabellen-Abschnitte, die Sie in der 
26083 \series bold
26084 endfloat
26085 \series default
26086 -Dokumentation 
26087 \begin_inset CommandInset citation
26088 LatexCommand cite
26089 key "endfloat"
26090
26091 \end_inset
26092
26093  nachlesen können.
26094 \begin_inset Newline newline
26095 \end_inset
26096
26097
26098 \begin_inset Note Greyedout
26099 status open
26100
26101 \begin_layout Plain Layout
26102
26103 \series bold
26104 Bemerkung
26105 \begin_inset space ~
26106 \end_inset
26107
26108 1: endfloat
26109 \series default
26110  übersetzt den Hinweistext nicht automatisch.
26111  Abschnitt
26112 \begin_inset space ~
26113 \end_inset
26114
26115 4 in 
26116 \begin_inset CommandInset citation
26117 LatexCommand cite
26118 key "endfloat"
26119
26120 \end_inset
26121
26122  beschreibt, wie es geht.
26123 \end_layout
26124
26125 \end_inset
26126
26127
26128 \end_layout
26129
26130 \begin_layout Standard
26131 \begin_inset Note Greyedout
26132 status open
26133
26134 \begin_layout Plain Layout
26135
26136 \series bold
26137 Bemerkung
26138 \begin_inset space ~
26139 \end_inset
26140
26141 2: 
26142 \series default
26143 Die aktuelle Version von 
26144 \series bold
26145 endfloat
26146 \series default
26147  hat einen Fehler, wenn die Überschrift ein 
26148 \begin_inset Quotes gld
26149 \end_inset
26150
26151 ß
26152 \begin_inset Quotes grd
26153 \end_inset
26154
26155  enthält.
26156  Sie müssen stattdessen den Befehl 
26157 \series bold
26158
26159 \backslash
26160 ss
26161 \series default
26162  als \SpecialChar TeX
26163 -Code benutzen.
26164 \end_layout
26165
26166 \end_inset
26167
26168
26169 \end_layout
26170
26171 \begin_layout Standard
26172 \begin_inset VSpace bigskip
26173 \end_inset
26174
26175 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in \SpecialChar LaTeX
26176 -Büchern
26177  wie 
26178 \begin_inset CommandInset citation
26179 LatexCommand cite
26180 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26181
26182 \end_inset
26183
26184 .
26185 \end_layout
26186
26187 \begin_layout Section
26188 Gedrehte Gleitobjekte
26189 \begin_inset CommandInset label
26190 LatexCommand label
26191 name "abs:Gedrehte-Gleitobjekte"
26192
26193 \end_inset
26194
26195
26196 \begin_inset Index idx
26197 status collapsed
26198
26199 \begin_layout Plain Layout
26200 Gleitobjekte ! drehen
26201 \end_layout
26202
26203 \end_inset
26204
26205
26206 \end_layout
26207
26208 \begin_layout Standard
26209 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
26210 t drehen.
26211  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
26212  und die Option 
26213 \family sans
26214 Seitwärts
26215 \begin_inset space ~
26216 \end_inset
26217
26218 drehen
26219 \family default
26220  wählen.
26221 \end_layout
26222
26223 \begin_layout Standard
26224 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
26225  sie ein mehrspaltiges Dokument haben) gedruckt.
26226  Sie können mehrere Spalten überspannen, wenn die Option 
26227 \family sans
26228 Spalten
26229 \begin_inset space ~
26230 \end_inset
26231
26232 überspannen
26233 \family default
26234  in den Gleitobjekt Einstellungen gewählt ist.
26235  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
26236  werden können.
26237  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
26238  Option 
26239 \series bold
26240 figuresleft
26241 \series default
26242  oder 
26243 \series bold
26244 figuresright
26245 \series default
26246  zu den Dokumentklassen-Optionen hinzu.
26247 \end_layout
26248
26249 \begin_layout Standard
26250 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
26251  Tabelle
26252 \begin_inset space ~
26253 \end_inset
26254
26255
26256 \begin_inset CommandInset ref
26257 LatexCommand ref
26258 reference "tab:Gedrehte-Tabelle"
26259
26260 \end_inset
26261
26262  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
26263 \end_layout
26264
26265 \begin_layout Standard
26266 \begin_inset Note Greyedout
26267 status open
26268
26269 \begin_layout Plain Layout
26270
26271 \series bold
26272 Bemerkung:
26273 \series default
26274  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
26275 \end_layout
26276
26277 \end_inset
26278
26279
26280 \end_layout
26281
26282 \begin_layout Standard
26283 \begin_inset Float table
26284 wide false
26285 sideways true
26286 status open
26287
26288 \begin_layout Plain Layout
26289 \begin_inset Caption Standard
26290
26291 \begin_layout Plain Layout
26292 \begin_inset CommandInset label
26293 LatexCommand label
26294 name "tab:Gedrehte-Tabelle"
26295
26296 \end_inset
26297
26298 Gedrehte Tabelle
26299 \end_layout
26300
26301 \end_inset
26302
26303
26304 \end_layout
26305
26306 \begin_layout Plain Layout
26307 \align center
26308 \begin_inset Tabular
26309 <lyxtabular version="3" rows="1" columns="5">
26310 <features tabularvalignment="middle">
26311 <column alignment="center" valignment="top">
26312 <column alignment="center" valignment="top">
26313 <column alignment="center" valignment="top">
26314 <column alignment="center" valignment="top">
26315 <column alignment="center" valignment="top">
26316 <row>
26317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26318 \begin_inset Text
26319
26320 \begin_layout Plain Layout
26321 Test
26322 \end_layout
26323
26324 \end_inset
26325 </cell>
26326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26327 \begin_inset Text
26328
26329 \begin_layout Plain Layout
26330 b
26331 \end_layout
26332
26333 \end_inset
26334 </cell>
26335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26336 \begin_inset Text
26337
26338 \begin_layout Plain Layout
26339 c
26340 \end_layout
26341
26342 \end_inset
26343 </cell>
26344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26345 \begin_inset Text
26346
26347 \begin_layout Plain Layout
26348 d
26349 \end_layout
26350
26351 \end_inset
26352 </cell>
26353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26354 \begin_inset Text
26355
26356 \begin_layout Plain Layout
26357 e
26358 \end_layout
26359
26360 \end_inset
26361 </cell>
26362 </row>
26363 </lyxtabular>
26364
26365 \end_inset
26366
26367
26368 \end_layout
26369
26370 \end_inset
26371
26372
26373 \end_layout
26374
26375 \begin_layout Section
26376 Untergleitobjekte
26377 \begin_inset Index idx
26378 status collapsed
26379
26380 \begin_layout Plain Layout
26381 Gleitobjekte ! Untergleitobjekte
26382 \end_layout
26383
26384 \end_inset
26385
26386
26387 \end_layout
26388
26389 \begin_layout Standard
26390 Untergleitobjekte werden z.
26391 \begin_inset space \thinspace{}
26392 \end_inset
26393
26394 B.
26395  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
26396  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
26397  eingefügt wird.
26398  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
26399  in Tabelle
26400 \begin_inset space ~
26401 \end_inset
26402
26403
26404 \begin_inset CommandInset ref
26405 LatexCommand ref
26406 reference "tab:Untertabellen-nebeneinander"
26407
26408 \end_inset
26409
26410  und 
26411 \begin_inset CommandInset ref
26412 LatexCommand ref
26413 reference "tab:Untertabellen-übereinander"
26414
26415 \end_inset
26416
26417 .
26418 \end_layout
26419
26420 \begin_layout Standard
26421 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
26422 \begin_inset space ~
26423 \end_inset
26424
26425
26426 \begin_inset CommandInset ref
26427 LatexCommand ref
26428 reference "tab:Untertabelle-a"
26429
26430 \end_inset
26431
26432  und 
26433 \begin_inset CommandInset ref
26434 LatexCommand ref
26435 reference "tab:Untertabelle-b"
26436
26437 \end_inset
26438
26439  sind Untertabellen von Tabelle
26440 \begin_inset space ~
26441 \end_inset
26442
26443
26444 \begin_inset CommandInset ref
26445 LatexCommand ref
26446 reference "tab:Untertabellen-nebeneinander"
26447
26448 \end_inset
26449
26450 .
26451 \end_layout
26452
26453 \begin_layout Standard
26454 \begin_inset Float table
26455 wide false
26456 sideways false
26457 status open
26458
26459 \begin_layout Plain Layout
26460 \begin_inset Caption Standard
26461
26462 \begin_layout Plain Layout
26463 \begin_inset CommandInset label
26464 LatexCommand label
26465 name "tab:Untertabellen-nebeneinander"
26466
26467 \end_inset
26468
26469 Zwei Untertabellen nebeneinander.
26470 \end_layout
26471
26472 \end_inset
26473
26474
26475 \end_layout
26476
26477 \begin_layout Plain Layout
26478 \align center
26479 \begin_inset space \hfill{}
26480 \end_inset
26481
26482
26483 \begin_inset Float table
26484 wide false
26485 sideways false
26486 status collapsed
26487
26488 \begin_layout Plain Layout
26489 \begin_inset Caption Standard
26490
26491 \begin_layout Plain Layout
26492 \begin_inset CommandInset label
26493 LatexCommand label
26494 name "tab:Untertabelle-a"
26495
26496 \end_inset
26497
26498 Dies ist Untertabelle a.
26499 \end_layout
26500
26501 \end_inset
26502
26503
26504 \end_layout
26505
26506 \begin_layout Plain Layout
26507 \align center
26508 \begin_inset Tabular
26509 <lyxtabular version="3" rows="1" columns="5">
26510 <features tabularvalignment="middle">
26511 <column alignment="center" valignment="top">
26512 <column alignment="center" valignment="top">
26513 <column alignment="center" valignment="top">
26514 <column alignment="center" valignment="top">
26515 <column alignment="center" valignment="top">
26516 <row>
26517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26518 \begin_inset Text
26519
26520 \begin_layout Plain Layout
26521 Test
26522 \end_layout
26523
26524 \end_inset
26525 </cell>
26526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26527 \begin_inset Text
26528
26529 \begin_layout Plain Layout
26530 b
26531 \end_layout
26532
26533 \end_inset
26534 </cell>
26535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26536 \begin_inset Text
26537
26538 \begin_layout Plain Layout
26539 c
26540 \end_layout
26541
26542 \end_inset
26543 </cell>
26544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26545 \begin_inset Text
26546
26547 \begin_layout Plain Layout
26548 d
26549 \end_layout
26550
26551 \end_inset
26552 </cell>
26553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26554 \begin_inset Text
26555
26556 \begin_layout Plain Layout
26557 e
26558 \end_layout
26559
26560 \end_inset
26561 </cell>
26562 </row>
26563 </lyxtabular>
26564
26565 \end_inset
26566
26567
26568 \end_layout
26569
26570 \end_inset
26571
26572
26573 \begin_inset space \hfill{}
26574 \end_inset
26575
26576
26577 \begin_inset Float table
26578 wide false
26579 sideways false
26580 status collapsed
26581
26582 \begin_layout Plain Layout
26583 \begin_inset Caption Standard
26584
26585 \begin_layout Plain Layout
26586 \begin_inset CommandInset label
26587 LatexCommand label
26588 name "tab:Untertabelle-b"
26589
26590 \end_inset
26591
26592 Dies ist Untertabelle b.
26593 \end_layout
26594
26595 \end_inset
26596
26597
26598 \end_layout
26599
26600 \begin_layout Plain Layout
26601 \align center
26602 \begin_inset Tabular
26603 <lyxtabular version="3" rows="1" columns="5">
26604 <features tabularvalignment="middle">
26605 <column alignment="center" valignment="top">
26606 <column alignment="center" valignment="top">
26607 <column alignment="center" valignment="top">
26608 <column alignment="center" valignment="top">
26609 <column alignment="center" valignment="top">
26610 <row>
26611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26612 \begin_inset Text
26613
26614 \begin_layout Plain Layout
26615 e
26616 \end_layout
26617
26618 \end_inset
26619 </cell>
26620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26621 \begin_inset Text
26622
26623 \begin_layout Plain Layout
26624 d
26625 \end_layout
26626
26627 \end_inset
26628 </cell>
26629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26630 \begin_inset Text
26631
26632 \begin_layout Plain Layout
26633 c
26634 \end_layout
26635
26636 \end_inset
26637 </cell>
26638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26639 \begin_inset Text
26640
26641 \begin_layout Plain Layout
26642 b
26643 \end_layout
26644
26645 \end_inset
26646 </cell>
26647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26648 \begin_inset Text
26649
26650 \begin_layout Plain Layout
26651 Test
26652 \end_layout
26653
26654 \end_inset
26655 </cell>
26656 </row>
26657 </lyxtabular>
26658
26659 \end_inset
26660
26661
26662 \end_layout
26663
26664 \end_inset
26665
26666
26667 \begin_inset space \hfill{}
26668 \end_inset
26669
26670
26671 \end_layout
26672
26673 \end_inset
26674
26675
26676 \end_layout
26677
26678 \begin_layout Standard
26679 \begin_inset Float table
26680 wide false
26681 sideways false
26682 status open
26683
26684 \begin_layout Plain Layout
26685 \begin_inset Caption Standard
26686
26687 \begin_layout Plain Layout
26688 \begin_inset CommandInset label
26689 LatexCommand label
26690 name "tab:Untertabellen-übereinander"
26691
26692 \end_inset
26693
26694 Zwei Untertabellen übereinander.
26695  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
26696 \end_layout
26697
26698 \end_inset
26699
26700
26701 \end_layout
26702
26703 \begin_layout Plain Layout
26704 \align center
26705 \begin_inset Float table
26706 wide false
26707 sideways false
26708 status collapsed
26709
26710 \begin_layout Plain Layout
26711 \begin_inset Caption Standard
26712
26713 \begin_layout Plain Layout
26714
26715 \end_layout
26716
26717 \end_inset
26718
26719
26720 \end_layout
26721
26722 \begin_layout Plain Layout
26723 \align center
26724 \begin_inset Tabular
26725 <lyxtabular version="3" rows="1" columns="4">
26726 <features tabularvalignment="middle">
26727 <column alignment="center" valignment="top">
26728 <column alignment="center" valignment="top">
26729 <column alignment="center" valignment="top">
26730 <column alignment="center" valignment="top">
26731 <row>
26732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26733 \begin_inset Text
26734
26735 \begin_layout Plain Layout
26736 Test
26737 \end_layout
26738
26739 \end_inset
26740 </cell>
26741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26742 \begin_inset Text
26743
26744 \begin_layout Plain Layout
26745 Test
26746 \end_layout
26747
26748 \end_inset
26749 </cell>
26750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26751 \begin_inset Text
26752
26753 \begin_layout Plain Layout
26754 Test
26755 \end_layout
26756
26757 \end_inset
26758 </cell>
26759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26760 \begin_inset Text
26761
26762 \begin_layout Plain Layout
26763 Test
26764 \end_layout
26765
26766 \end_inset
26767 </cell>
26768 </row>
26769 </lyxtabular>
26770
26771 \end_inset
26772
26773
26774 \end_layout
26775
26776 \end_inset
26777
26778
26779 \end_layout
26780
26781 \begin_layout Plain Layout
26782 \align center
26783 \begin_inset Float table
26784 wide false
26785 sideways false
26786 status collapsed
26787
26788 \begin_layout Plain Layout
26789 \begin_inset Caption Standard
26790
26791 \begin_layout Plain Layout
26792
26793 \end_layout
26794
26795 \end_inset
26796
26797
26798 \end_layout
26799
26800 \begin_layout Plain Layout
26801 \align center
26802 \begin_inset Tabular
26803 <lyxtabular version="3" rows="1" columns="5">
26804 <features tabularvalignment="middle">
26805 <column alignment="center" valignment="top">
26806 <column alignment="center" valignment="top">
26807 <column alignment="center" valignment="top">
26808 <column alignment="center" valignment="top">
26809 <column alignment="center" valignment="top">
26810 <row>
26811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26812 \begin_inset Text
26813
26814 \begin_layout Plain Layout
26815 a
26816 \end_layout
26817
26818 \end_inset
26819 </cell>
26820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26821 \begin_inset Text
26822
26823 \begin_layout Plain Layout
26824 b
26825 \end_layout
26826
26827 \end_inset
26828 </cell>
26829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26830 \begin_inset Text
26831
26832 \begin_layout Plain Layout
26833 c
26834 \end_layout
26835
26836 \end_inset
26837 </cell>
26838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26839 \begin_inset Text
26840
26841 \begin_layout Plain Layout
26842 d
26843 \end_layout
26844
26845 \end_inset
26846 </cell>
26847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26848 \begin_inset Text
26849
26850 \begin_layout Plain Layout
26851 e
26852 \end_layout
26853
26854 \end_inset
26855 </cell>
26856 </row>
26857 </lyxtabular>
26858
26859 \end_inset
26860
26861
26862 \end_layout
26863
26864 \end_inset
26865
26866
26867 \end_layout
26868
26869 \end_inset
26870
26871
26872 \end_layout
26873
26874 \begin_layout Section
26875 Gleitobjekte nebeneinander
26876 \begin_inset Index idx
26877 status collapsed
26878
26879 \begin_layout Plain Layout
26880 Gleitobjekte ! nebeneinander
26881 \end_layout
26882
26883 \end_inset
26884
26885
26886 \end_layout
26887
26888 \begin_layout Standard
26889 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
26890 \begin_inset space ~
26891 \end_inset
26892
26893
26894 \begin_inset CommandInset ref
26895 LatexCommand ref
26896 reference "abb:Gleitobjekt-links"
26897
26898 \end_inset
26899
26900  und 
26901 \begin_inset CommandInset ref
26902 LatexCommand ref
26903 reference "abb:Gleitobjekt-rechts"
26904
26905 \end_inset
26906
26907  wird nur 
26908 \emph on
26909 ein
26910 \emph default
26911  Gleitobjekt verwendet.
26912  In dieses werden zwei Minipage Boxen eingefügt.
26913 \begin_inset Foot
26914 status collapsed
26915
26916 \begin_layout Plain Layout
26917 Minipages sind in Abschnitt
26918 \begin_inset space ~
26919 \end_inset
26920
26921
26922 \begin_inset CommandInset ref
26923 LatexCommand ref
26924 reference "abs:Minipage"
26925
26926 \end_inset
26927
26928  erklärt.
26929 \end_layout
26930
26931 \end_inset
26932
26933  Die Breite wird für jede Minipage auf 45
26934 \begin_inset space \thinspace{}
26935 \end_inset
26936
26937 -50
26938 \begin_inset space \thinspace{}
26939 \end_inset
26940
26941 Spalten% und die Box Ausrichtung auf 
26942 \family sans
26943 Unten
26944 \family default
26945  gesetzt.
26946  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
26947  Gleitobjekt.
26948  Der einzige Unterschied ist, dass die Bildeinheit 
26949 \family sans
26950 Spaltenbreite
26951 \begin_inset space ~
26952 \end_inset
26953
26954 %
26955 \family default
26956  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
26957 \end_layout
26958
26959 \begin_layout Standard
26960 \begin_inset Float figure
26961 wide false
26962 sideways false
26963 status open
26964
26965 \begin_layout Plain Layout
26966 \begin_inset Box Frameless
26967 position "b"
26968 hor_pos "c"
26969 has_inner_box 1
26970 inner_pos "t"
26971 use_parbox 0
26972 use_makebox 0
26973 width "45col%"
26974 special "none"
26975 height "1in"
26976 height_special "totalheight"
26977 thickness "0.4pt"
26978 separation "3pt"
26979 shadowsize "4pt"
26980 framecolor "black"
26981 backgroundcolor "none"
26982 status open
26983
26984 \begin_layout Plain Layout
26985 \align center
26986 \begin_inset Graphics
26987         filename ../clipart/mobius.eps
26988         lyxscale 50
26989         width 100col%
26990         scaleBeforeRotation
26991
26992 \end_inset
26993
26994
26995 \end_layout
26996
26997 \begin_layout Plain Layout
26998 \begin_inset Caption Standard
26999
27000 \begin_layout Plain Layout
27001 \begin_inset CommandInset label
27002 LatexCommand label
27003 name "abb:Gleitobjekt-links"
27004
27005 \end_inset
27006
27007 Gleitobjekt auf der linken Seite.
27008 \end_layout
27009
27010 \end_inset
27011
27012
27013 \end_layout
27014
27015 \end_inset
27016
27017
27018 \begin_inset space \hfill{}
27019 \end_inset
27020
27021
27022 \begin_inset Box Frameless
27023 position "b"
27024 hor_pos "c"
27025 has_inner_box 1
27026 inner_pos "t"
27027 use_parbox 0
27028 use_makebox 0
27029 width "45col%"
27030 special "none"
27031 height "1in"
27032 height_special "totalheight"
27033 thickness "0.4pt"
27034 separation "3pt"
27035 shadowsize "4pt"
27036 framecolor "black"
27037 backgroundcolor "none"
27038 status open
27039
27040 \begin_layout Plain Layout
27041 \align center
27042 \begin_inset Graphics
27043         filename ../clipart/platypus.eps
27044         lyxscale 50
27045         width 100col%
27046         scaleBeforeRotation
27047
27048 \end_inset
27049
27050
27051 \end_layout
27052
27053 \begin_layout Plain Layout
27054 \begin_inset Caption Standard
27055
27056 \begin_layout Plain Layout
27057 \begin_inset CommandInset label
27058 LatexCommand label
27059 name "abb:Gleitobjekt-rechts"
27060
27061 \end_inset
27062
27063 Gleitobjekt auf der rechten Seite.
27064 \end_layout
27065
27066 \end_inset
27067
27068
27069 \end_layout
27070
27071 \end_inset
27072
27073
27074 \end_layout
27075
27076 \end_inset
27077
27078
27079 \end_layout
27080
27081 \begin_layout Standard
27082 Eine alternative und einfachere Methode ist, das Modul 
27083 \family sans
27084 Breitenvariable
27085 \begin_inset space ~
27086 \end_inset
27087
27088 Minipages
27089 \family default
27090  zu verwenden, siehe Abschnitt
27091 \begin_inset space ~
27092 \end_inset
27093
27094
27095 \begin_inset CommandInset ref
27096 LatexCommand ref
27097 reference "abs:Minipage"
27098
27099 \end_inset
27100
27101 .
27102  Breitenvariable Minipages berücksichtigen die Breite der Abbildungen und
27103  Tabellen automatisch, so dass keine explizite Breite angegeben werden muss.
27104  Die \SpecialChar LyX
27105 -Beispieldatei 
27106 \emph on
27107 varwidth-floats-side-by-side
27108 \emph default
27109  zeigt ein paar Beispiele.
27110 \end_layout
27111
27112 \begin_layout Section
27113 Beschriftungs-Formatierung
27114 \begin_inset CommandInset label
27115 LatexCommand label
27116 name "abs:Titel-Formatierung"
27117
27118 \end_inset
27119
27120
27121 \begin_inset Index idx
27122 status collapsed
27123
27124 \begin_layout Plain Layout
27125 Gleitobjekte ! Beschriftung ! Formatierung
27126 \end_layout
27127
27128 \end_inset
27129
27130
27131 \end_layout
27132
27133 \begin_layout Standard
27134
27135 \family sans
27136 Legende
27137 \family default
27138  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
27139  In \SpecialChar LyX
27140  sehen Titel so aus:  
27141 \family sans
27142
27143 \begin_inset Quotes gld
27144 \end_inset
27145
27146 Abbildung xyz:
27147 \family default
27148
27149 \begin_inset Quotes grd
27150 \end_inset
27151
27152 , gefolgt vom Beschriftungstext, wobei 
27153 \family sans
27154 xyz
27155 \family default
27156  die von \SpecialChar LyX
27157  vergebene Nummer ist.
27158  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
27159  gedruckt.
27160  Dieses Format ist für die meisten aber nicht alle Dokumente geeignet.
27161 \end_layout
27162
27163 \begin_layout Standard
27164 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das \SpecialChar LaTeX
27165 -Paket
27166  
27167 \series bold
27168 caption
27169 \series default
27170
27171 \begin_inset Index idx
27172 status collapsed
27173
27174 \begin_layout Plain Layout
27175 \SpecialChar LaTeX
27176 -Pakete ! caption
27177 \end_layout
27178
27179 \end_inset
27180
27181  in den \SpecialChar LaTeX
27182 -Vorspann laden:
27183 \end_layout
27184
27185 \begin_layout Standard
27186
27187 \series bold
27188
27189 \backslash
27190 usepackage[Format-Definition]{caption}
27191 \end_layout
27192
27193 \begin_layout Standard
27194 Soll zum Beispiel Name und Nummer serifenlos und fett gedruckt werden und
27195  die Beschriftung immer über der Tabelle stehen, müssen Sie folgenden Befehl
27196  verwenden:
27197 \end_layout
27198
27199 \begin_layout Standard
27200
27201 \series bold
27202
27203 \backslash
27204 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27205 \end_layout
27206
27207 \begin_layout Standard
27208 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
27209  definieren.
27210  Dazu laden Sie das 
27211 \series bold
27212 caption
27213 \series default
27214 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
27215  dem Befehl
27216 \end_layout
27217
27218 \begin_layout Standard
27219
27220 \series bold
27221
27222 \backslash
27223 captionsetup[Gleitobjekt-Typ]{Format-Definition}
27224 \end_layout
27225
27226 \begin_layout Standard
27227 Für Abbildung
27228 \begin_inset space ~
27229 \end_inset
27230
27231
27232 \begin_inset CommandInset ref
27233 LatexCommand ref
27234 reference "abb:Langer-Abb-Titel"
27235
27236 \end_inset
27237
27238  und Tabelle
27239 \begin_inset space ~
27240 \end_inset
27241
27242
27243 \begin_inset CommandInset ref
27244 LatexCommand ref
27245 reference "tab:Langer-Tab-Titel"
27246
27247 \end_inset
27248
27249  können die Beschriftungen mit folgenden Befehlen im \SpecialChar LaTeX
27250 -Vorspann definiert
27251  werden:
27252 \end_layout
27253
27254 \begin_layout Standard
27255
27256 \series bold
27257
27258 \backslash
27259 usepackage[tableposition=top]{caption}
27260 \begin_inset Newline newline
27261 \end_inset
27262
27263
27264 \backslash
27265 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27266 \begin_inset Newline newline
27267 \end_inset
27268
27269
27270 \begin_inset Phantom HPhantom
27271 status open
27272
27273 \begin_layout Plain Layout
27274
27275 \series bold
27276
27277 \backslash
27278 captionsetup[figure]{
27279 \end_layout
27280
27281 \end_inset
27282
27283 labelsep=period}
27284 \begin_inset Newline newline
27285 \end_inset
27286
27287
27288 \backslash
27289 captionsetup[table]{labelfont={bf,sf}}
27290 \end_layout
27291
27292 \begin_layout Standard
27293 \begin_inset Note Greyedout
27294 status open
27295
27296 \begin_layout Plain Layout
27297
27298 \series bold
27299 Bemerkung:
27300 \series default
27301  Die Option 
27302 \series bold
27303 tableposition=top
27304 \series default
27305  hat keine Auswirkung, wenn eine 
27306 \series bold
27307 KOMA-Script
27308 \series default
27309
27310 \begin_inset Index idx
27311 status collapsed
27312
27313 \begin_layout Plain Layout
27314 \SpecialChar LaTeX
27315 -Pakete ! KOMA-Script
27316 \end_layout
27317
27318 \end_inset
27319
27320 -Dokumentklasse verwendet wird.
27321  Hier muss die Option 
27322 \series bold
27323 captions=tableheading
27324 \series default
27325  benutzt werden.
27326 \end_layout
27327
27328 \end_inset
27329
27330
27331 \end_layout
27332
27333 \begin_layout Standard
27334 Weitere Informationen über das Paket
27335 \series bold
27336  caption
27337 \series default
27338  finden Sie in seiner Dokumentation 
27339 \begin_inset CommandInset citation
27340 LatexCommand cite
27341 key "caption"
27342
27343 \end_inset
27344
27345 .
27346 \end_layout
27347
27348 \begin_layout Standard
27349 Wenn Sie den Namen von 
27350 \begin_inset Quotes gld
27351 \end_inset
27352
27353 Abbildung
27354 \begin_inset Quotes grd
27355 \end_inset
27356
27357  auf 
27358 \begin_inset Quotes gld
27359 \end_inset
27360
27361 Bild
27362 \begin_inset Quotes grd
27363 \end_inset
27364
27365  ändern wollen, können Sie das mit folgendem Befehl im \SpecialChar LaTeX
27366 -Vorspann  machen:
27367 \end_layout
27368
27369 \begin_layout Standard
27370
27371 \series bold
27372
27373 \backslash
27374 renewcommand{
27375 \backslash
27376 fnum@figure}{Bild~
27377 \backslash
27378 thefigure}
27379 \end_layout
27380
27381 \begin_layout Standard
27382 wobei 
27383 \series bold
27384
27385 \backslash
27386 thefigure
27387 \series default
27388  die Bildnummer einsetzt und
27389 \series bold
27390  ~
27391 \series default
27392  ein geschütztes Leerzeichen ist.
27393 \end_layout
27394
27395 \begin_layout Standard
27396 \begin_inset VSpace bigskip
27397 \end_inset
27398
27399 Wenn Sie eine 
27400 \series bold
27401 KOMA-Script
27402 \series default
27403
27404 \begin_inset Index idx
27405 status collapsed
27406
27407 \begin_layout Plain Layout
27408 \SpecialChar LaTeX
27409 -Pakete ! KOMA-Script
27410 \end_layout
27411
27412 \end_inset
27413
27414 -Dokumentklasse (
27415 \family sans
27416 article (KOMA-Script)
27417 \family default
27418
27419 \family sans
27420 book (KOMA-Script)
27421 \family default
27422
27423 \family sans
27424 letter (KOMA-Script)
27425 \family default
27426  oder 
27427 \family sans
27428 report (KOMA-Script)
27429 \family default
27430 ) benutzen, können Sie anstatt des 
27431 \series bold
27432 caption
27433 \series default
27434 -Paketes den eingebauten Befehl 
27435 \series bold
27436
27437 \backslash
27438 setkomafont
27439 \series default
27440  von 
27441 \series bold
27442 KOMA-Script
27443 \series default
27444  benutzen.
27445  Der Befehl
27446 \end_layout
27447
27448 \begin_layout Standard
27449
27450 \series bold
27451
27452 \backslash
27453 setkomafont{captionlabel}{
27454 \backslash
27455 bfseries}
27456 \end_layout
27457
27458 \begin_layout Standard
27459 im \SpecialChar LaTeX
27460 -Vorspann druckt den Namen fett.
27461 \end_layout
27462
27463 \begin_layout Standard
27464 Weitere Informationen über 
27465 \series bold
27466
27467 \backslash
27468 setkomafont
27469 \series default
27470  finden Sie in der 
27471 \series bold
27472 KOMA-Script
27473 \series default
27474 -Do\SpecialChar softhyphen
27475 ku\SpecialChar softhyphen
27476 men\SpecialChar softhyphen
27477 ta\SpecialChar softhyphen
27478 tion 
27479 \begin_inset CommandInset citation
27480 LatexCommand cite
27481 key "KOMA-Script"
27482
27483 \end_inset
27484
27485 .
27486 \end_layout
27487
27488 \begin_layout Standard
27489 \begin_inset ERT
27490 status collapsed
27491
27492 \begin_layout Plain Layout
27493
27494
27495 \backslash
27496 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27497 }
27498 \end_layout
27499
27500 \end_inset
27501
27502
27503 \begin_inset Note Note
27504 status open
27505
27506 \begin_layout Plain Layout
27507 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
27508 \end_layout
27509
27510 \end_inset
27511
27512
27513 \end_layout
27514
27515 \begin_layout Standard
27516 \begin_inset Float figure
27517 placement !p
27518 wide false
27519 sideways false
27520 status open
27521
27522 \begin_layout Plain Layout
27523 \align center
27524 \begin_inset Graphics
27525         filename ../clipart/mobius.eps
27526         lyxscale 50
27527         scale 50
27528         scaleBeforeRotation
27529
27530 \end_inset
27531
27532
27533 \end_layout
27534
27535 \begin_layout Plain Layout
27536 \begin_inset Caption Standard
27537
27538 \begin_layout Plain Layout
27539 \begin_inset CommandInset label
27540 LatexCommand label
27541 name "abb:Langer-Abb-Titel"
27542
27543 \end_inset
27544
27545 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27546  ist, um das andere Beschriftungsformat zu zeigen.
27547  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
27548 \begin_inset Argument 1
27549 status collapsed
27550
27551 \begin_layout Plain Layout
27552 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27553  ist.
27554 \end_layout
27555
27556 \end_inset
27557
27558
27559 \end_layout
27560
27561 \end_inset
27562
27563
27564 \end_layout
27565
27566 \end_inset
27567
27568
27569 \end_layout
27570
27571 \begin_layout Standard
27572 \begin_inset ERT
27573 status collapsed
27574
27575 \begin_layout Plain Layout
27576
27577
27578 \backslash
27579 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27580 on}
27581 \end_layout
27582
27583 \end_inset
27584
27585
27586 \end_layout
27587
27588 \begin_layout Standard
27589 \begin_inset Float table
27590 placement !p
27591 wide false
27592 sideways false
27593 status open
27594
27595 \begin_layout Plain Layout
27596 \begin_inset Caption Standard
27597
27598 \begin_layout Plain Layout
27599 \begin_inset CommandInset label
27600 LatexCommand label
27601 name "tab:Langer-Tab-Titel"
27602
27603 \end_inset
27604
27605 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27606  ist, um das andere Beschriftungsformat zu zeigen.
27607  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
27608  benutzt.
27609 \begin_inset Argument 1
27610 status collapsed
27611
27612 \begin_layout Plain Layout
27613 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27614  ist.
27615 \end_layout
27616
27617 \end_inset
27618
27619
27620 \end_layout
27621
27622 \end_inset
27623
27624
27625 \end_layout
27626
27627 \begin_layout Plain Layout
27628 \align center
27629 \begin_inset Tabular
27630 <lyxtabular version="3" rows="1" columns="5">
27631 <features tabularvalignment="middle">
27632 <column alignment="center" valignment="top">
27633 <column alignment="center" valignment="top">
27634 <column alignment="center" valignment="top">
27635 <column alignment="center" valignment="top">
27636 <column alignment="center" valignment="top">
27637 <row>
27638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27639 \begin_inset Text
27640
27641 \begin_layout Plain Layout
27642 a
27643 \end_layout
27644
27645 \end_inset
27646 </cell>
27647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27648 \begin_inset Text
27649
27650 \begin_layout Plain Layout
27651 b
27652 \end_layout
27653
27654 \end_inset
27655 </cell>
27656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27657 \begin_inset Text
27658
27659 \begin_layout Plain Layout
27660 c
27661 \end_layout
27662
27663 \end_inset
27664 </cell>
27665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27666 \begin_inset Text
27667
27668 \begin_layout Plain Layout
27669 d
27670 \end_layout
27671
27672 \end_inset
27673 </cell>
27674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27675 \begin_inset Text
27676
27677 \begin_layout Plain Layout
27678 e
27679 \end_layout
27680
27681 \end_inset
27682 </cell>
27683 </row>
27684 </lyxtabular>
27685
27686 \end_inset
27687
27688
27689 \end_layout
27690
27691 \end_inset
27692
27693
27694 \end_layout
27695
27696 \begin_layout Section
27697 Beschriftungs-Platzierung
27698 \begin_inset CommandInset label
27699 LatexCommand label
27700 name "abs:Titel-Platzierung"
27701
27702 \end_inset
27703
27704
27705 \begin_inset Index idx
27706 status collapsed
27707
27708 \begin_layout Plain Layout
27709 Gleitobjekte ! Beschriftung ! Platzierung
27710 \end_layout
27711
27712 \end_inset
27713
27714
27715 \end_layout
27716
27717 \begin_layout Standard
27718 Normalerweise werden die Beschriftungen wie folgt platziert:
27719 \end_layout
27720
27721 \begin_layout Description
27722 Abbildung: darunter
27723 \end_layout
27724
27725 \begin_layout Description
27726 Tabelle: darüber
27727 \end_layout
27728
27729 \begin_layout Standard
27730 \SpecialChar LaTeX
27731 -Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
27732  Das heißt wenn Sie eine der Dokument-Klassen 
27733 \family sans
27734 article
27735 \family default
27736
27737 \family sans
27738 book
27739 \family default
27740
27741 \family sans
27742 letter
27743 \family default
27744  oder 
27745 \family sans
27746 report
27747 \family default
27748  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
27749  Um das zu erreichen, laden Sie das \SpecialChar LaTeX
27750 -Paket 
27751 \series bold
27752 caption
27753 \series default
27754
27755 \begin_inset Index idx
27756 status collapsed
27757
27758 \begin_layout Plain Layout
27759 \SpecialChar LaTeX
27760 -Pakete ! caption
27761 \end_layout
27762
27763 \end_inset
27764
27765  im \SpecialChar LaTeX
27766 -Vorspann mit der Option
27767 \begin_inset Foot
27768 status collapsed
27769
27770 \begin_layout Plain Layout
27771 In Abschnitt
27772 \begin_inset space ~
27773 \end_inset
27774
27775
27776 \begin_inset CommandInset ref
27777 LatexCommand ref
27778 reference "abs:Titel-Formatierung"
27779
27780 \end_inset
27781
27782  steht mehr über das Paket 
27783 \series bold
27784 caption
27785 \series default
27786 .
27787 \end_layout
27788
27789 \end_inset
27790
27791
27792 \end_layout
27793
27794 \begin_layout Standard
27795
27796 \series bold
27797 tableposition=top
27798 \end_layout
27799
27800 \begin_layout Standard
27801 Wenn Sie eine 
27802 \series bold
27803 KOMA-Script
27804 \series default
27805
27806 \begin_inset Index idx
27807 status collapsed
27808
27809 \begin_layout Plain Layout
27810 \SpecialChar LaTeX
27811 -Pakete ! KOMA-Script
27812 \end_layout
27813
27814 \end_inset
27815
27816 -Dokumentklasse (
27817 \family sans
27818 article (KOMA-Script)
27819 \family default
27820
27821 \family sans
27822 book (KOMA-Script)
27823 \family default
27824
27825 \family sans
27826 letter (KOMA-Script)
27827 \family default
27828  oder 
27829 \family sans
27830 report (KOMA-Script)
27831 \family default
27832 ) benutzen, können Sie alternativ zum 
27833 \series bold
27834 caption
27835 \series default
27836 -Paket die Dokumentklassen-Option
27837 \end_layout
27838
27839 \begin_layout Standard
27840
27841 \series bold
27842 captions=tableheading
27843 \end_layout
27844
27845 \begin_layout Standard
27846 benutzen.
27847 \begin_inset Foot
27848 status collapsed
27849
27850 \begin_layout Plain Layout
27851 Diese Option wird in diesem Dokument verwendet.
27852 \end_layout
27853
27854 \end_inset
27855
27856
27857 \end_layout
27858
27859 \begin_layout Standard
27860 In Dokumenten, die eine KOMA-Script Klasse verwenden, können Sie auch mit
27861  rechts auf eine Beschriftung klicken und im Kontextmenü markieren, ob diese
27862  Beschriftung über oder unter der Tabelle/Abbildung sein soll.
27863  Auf diese Weise kann die dokumentweite Beschriftungs-Platzierung für bestimmte
27864  Beschriftungen überschrieben werden.
27865  Tabelle
27866 \begin_inset space ~
27867 \end_inset
27868
27869
27870 \begin_inset CommandInset ref
27871 LatexCommand ref
27872 reference "tab:Eine-Beschriftung-unterhalb"
27873
27874 \end_inset
27875
27876  ist ein Beispiel, bei dem die Beschriftung als unterhalb der Tabelle markiert
27877  wurde, obwohl sie über der Tabelle steht.
27878  Zum Vergleich ist die Beschriftung von Tabelle
27879 \begin_inset space ~
27880 \end_inset
27881
27882
27883 \begin_inset CommandInset ref
27884 LatexCommand ref
27885 reference "tab:Eine-normale-Tabellen-Beschriftu"
27886
27887 \end_inset
27888
27889  nicht markiert.
27890 \end_layout
27891
27892 \begin_layout Standard
27893 \begin_inset Float table
27894 wide false
27895 sideways false
27896 status open
27897
27898 \begin_layout Plain Layout
27899 \begin_inset Caption Below
27900
27901 \begin_layout Plain Layout
27902 \begin_inset CommandInset label
27903 LatexCommand label
27904 name "tab:Eine-Beschriftung-unterhalb"
27905
27906 \end_inset
27907
27908 Eine Beschriftung, die als unterhalb der der Tabelle markiert wurde.
27909 \end_layout
27910
27911 \end_inset
27912
27913
27914 \end_layout
27915
27916 \begin_layout Plain Layout
27917 \align center
27918 \begin_inset Tabular
27919 <lyxtabular version="3" rows="3" columns="3">
27920 <features tabularvalignment="middle">
27921 <column alignment="center" valignment="top" width="0pt">
27922 <column alignment="center" valignment="top" width="0pt">
27923 <column alignment="center" valignment="top" width="0pt">
27924 <row>
27925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27926 \begin_inset Text
27927
27928 \begin_layout Plain Layout
27929 1
27930 \end_layout
27931
27932 \end_inset
27933 </cell>
27934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27935 \begin_inset Text
27936
27937 \begin_layout Plain Layout
27938 2
27939 \end_layout
27940
27941 \end_inset
27942 </cell>
27943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27944 \begin_inset Text
27945
27946 \begin_layout Plain Layout
27947 3
27948 \end_layout
27949
27950 \end_inset
27951 </cell>
27952 </row>
27953 <row>
27954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27955 \begin_inset Text
27956
27957 \begin_layout Plain Layout
27958 Joe
27959 \end_layout
27960
27961 \end_inset
27962 </cell>
27963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27964 \begin_inset Text
27965
27966 \begin_layout Plain Layout
27967 Mary
27968 \end_layout
27969
27970 \end_inset
27971 </cell>
27972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27973 \begin_inset Text
27974
27975 \begin_layout Plain Layout
27976 Ted
27977 \end_layout
27978
27979 \end_inset
27980 </cell>
27981 </row>
27982 <row>
27983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27984 \begin_inset Text
27985
27986 \begin_layout Plain Layout
27987 \begin_inset Formula $\int x^{2}dx$
27988 \end_inset
27989
27990
27991 \end_layout
27992
27993 \end_inset
27994 </cell>
27995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27996 \begin_inset Text
27997
27998 \begin_layout Plain Layout
27999 \begin_inset Formula $\left[\begin{array}{cc}
28000 a & b\\
28001 c & d
28002 \end{array}\right]$
28003 \end_inset
28004
28005
28006 \end_layout
28007
28008 \end_inset
28009 </cell>
28010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28011 \begin_inset Text
28012
28013 \begin_layout Plain Layout
28014 \begin_inset Formula $1+1=2$
28015 \end_inset
28016
28017
28018 \end_layout
28019
28020 \end_inset
28021 </cell>
28022 </row>
28023 </lyxtabular>
28024
28025 \end_inset
28026
28027
28028 \end_layout
28029
28030 \end_inset
28031
28032
28033 \end_layout
28034
28035 \begin_layout Standard
28036 \begin_inset Float table
28037 wide false
28038 sideways false
28039 status open
28040
28041 \begin_layout Plain Layout
28042 \begin_inset Caption Standard
28043
28044 \begin_layout Plain Layout
28045 \begin_inset CommandInset label
28046 LatexCommand label
28047 name "tab:Eine-normale-Tabellen-Beschriftu"
28048
28049 \end_inset
28050
28051 Eine normale Tabellen-Beschriftung.
28052 \end_layout
28053
28054 \end_inset
28055
28056
28057 \end_layout
28058
28059 \begin_layout Plain Layout
28060 \align center
28061 \begin_inset Tabular
28062 <lyxtabular version="3" rows="3" columns="3">
28063 <features tabularvalignment="middle">
28064 <column alignment="center" valignment="top" width="0pt">
28065 <column alignment="center" valignment="top" width="0pt">
28066 <column alignment="center" valignment="top" width="0pt">
28067 <row>
28068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28069 \begin_inset Text
28070
28071 \begin_layout Plain Layout
28072 1
28073 \end_layout
28074
28075 \end_inset
28076 </cell>
28077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28078 \begin_inset Text
28079
28080 \begin_layout Plain Layout
28081 2
28082 \end_layout
28083
28084 \end_inset
28085 </cell>
28086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28087 \begin_inset Text
28088
28089 \begin_layout Plain Layout
28090 3
28091 \end_layout
28092
28093 \end_inset
28094 </cell>
28095 </row>
28096 <row>
28097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28098 \begin_inset Text
28099
28100 \begin_layout Plain Layout
28101 Joe
28102 \end_layout
28103
28104 \end_inset
28105 </cell>
28106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28107 \begin_inset Text
28108
28109 \begin_layout Plain Layout
28110 Mary
28111 \end_layout
28112
28113 \end_inset
28114 </cell>
28115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28116 \begin_inset Text
28117
28118 \begin_layout Plain Layout
28119 Ted
28120 \end_layout
28121
28122 \end_inset
28123 </cell>
28124 </row>
28125 <row>
28126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28127 \begin_inset Text
28128
28129 \begin_layout Plain Layout
28130 \begin_inset Formula $\int x^{2}dx$
28131 \end_inset
28132
28133
28134 \end_layout
28135
28136 \end_inset
28137 </cell>
28138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28139 \begin_inset Text
28140
28141 \begin_layout Plain Layout
28142 \begin_inset Formula $\left[\begin{array}{cc}
28143 a & b\\
28144 c & d
28145 \end{array}\right]$
28146 \end_inset
28147
28148
28149 \end_layout
28150
28151 \end_inset
28152 </cell>
28153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28154 \begin_inset Text
28155
28156 \begin_layout Plain Layout
28157 \begin_inset Formula $1+1=2$
28158 \end_inset
28159
28160
28161 \end_layout
28162
28163 \end_inset
28164 </cell>
28165 </row>
28166 </lyxtabular>
28167
28168 \end_inset
28169
28170
28171 \end_layout
28172
28173 \end_inset
28174
28175
28176 \end_layout
28177
28178 \begin_layout Standard
28179 \begin_inset VSpace bigskip
28180 \end_inset
28181
28182 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
28183  Das bewirkt das \SpecialChar LaTeX
28184 -Paket 
28185 \series bold
28186 sidecap
28187 \series default
28188
28189 \begin_inset Index idx
28190 status collapsed
28191
28192 \begin_layout Plain Layout
28193 \SpecialChar LaTeX
28194 -Pakete ! sidecap
28195 \end_layout
28196
28197 \end_inset
28198
28199 , das so in den \SpecialChar LaTeX
28200 -Vorspann geladen wird:
28201 \end_layout
28202
28203 \begin_layout Standard
28204
28205 \series bold
28206
28207 \backslash
28208 usepackage[Option]{sidecap}
28209 \end_layout
28210
28211 \begin_layout Standard
28212 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
28213  Mit 
28214 \series bold
28215 innercaption
28216 \series default
28217  wird die Beschriftung innen gedruckt.
28218  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
28219  
28220 \series bold
28221 rightcaption
28222 \series default
28223  oder 
28224 \series bold
28225 leftcaption
28226 \series default
28227 .
28228 \end_layout
28229
28230 \begin_layout Standard
28231 \begin_inset ERT
28232 status collapsed
28233
28234 \begin_layout Plain Layout
28235
28236
28237 \backslash
28238 ifsidecap
28239 \end_layout
28240
28241 \end_inset
28242
28243
28244 \begin_inset Note Note
28245 status open
28246
28247 \begin_layout Plain Layout
28248 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
28249 -Paket 
28250 \series bold
28251 sidecap
28252 \series default
28253  installiert ist.
28254 \end_layout
28255
28256 \end_inset
28257
28258
28259 \end_layout
28260
28261 \begin_layout Standard
28262 Um die Beschriftung mit \SpecialChar LyX
28263  seitlich zu drucken, müssen Sie folgende Befehle
28264  in den \SpecialChar LaTeX
28265 -Vorspann schreiben:
28266 \end_layout
28267
28268 \begin_layout Standard
28269 \begin_inset Newpage newpage
28270 \end_inset
28271
28272
28273 \end_layout
28274
28275 \begin_layout Standard
28276 \noindent
28277 \begin_inset CommandInset line
28278 LatexCommand rule
28279 offset "0.5ex"
28280 width "100line%"
28281 height "1pt"
28282
28283 \end_inset
28284
28285
28286 \end_layout
28287
28288 \begin_layout Standard
28289
28290 \series bold
28291
28292 \backslash
28293 newcommand{
28294 \backslash
28295 TabBesBeg}[1][1.0]{%
28296 \begin_inset Newline newline
28297 \end_inset
28298
28299
28300 \begin_inset Phantom HPhantom
28301 status open
28302
28303 \begin_layout Plain Layout
28304 \begin_inset space ~
28305 \end_inset
28306
28307
28308 \end_layout
28309
28310 \end_inset
28311
28312
28313 \backslash
28314 let
28315 \backslash
28316 MyTable
28317 \backslash
28318 table
28319 \begin_inset Newline newline
28320 \end_inset
28321
28322
28323 \begin_inset Phantom HPhantom
28324 status open
28325
28326 \begin_layout Plain Layout
28327
28328 \series medium
28329 \begin_inset space ~
28330 \end_inset
28331
28332
28333 \end_layout
28334
28335 \end_inset
28336
28337
28338 \backslash
28339 let
28340 \backslash
28341 MyEndtable
28342 \backslash
28343 endtable
28344 \begin_inset Newline newline
28345 \end_inset
28346
28347
28348 \begin_inset Phantom HPhantom
28349 status open
28350
28351 \begin_layout Plain Layout
28352
28353 \series medium
28354 \begin_inset space ~
28355 \end_inset
28356
28357
28358 \end_layout
28359
28360 \end_inset
28361
28362
28363 \backslash
28364 renewenvironment{table}[1]{
28365 \backslash
28366 begin{SCtable}[#1]##1}{
28367 \backslash
28368 end{SCtable}}}
28369 \end_layout
28370
28371 \begin_layout Standard
28372
28373 \series bold
28374
28375 \backslash
28376 newcommand{
28377 \backslash
28378 TabBesEnd}{%
28379 \begin_inset Newline newline
28380 \end_inset
28381
28382
28383 \begin_inset Phantom HPhantom
28384 status open
28385
28386 \begin_layout Plain Layout
28387 \begin_inset space ~
28388 \end_inset
28389
28390
28391 \end_layout
28392
28393 \end_inset
28394
28395
28396 \backslash
28397 let
28398 \backslash
28399 table
28400 \backslash
28401 MyTable
28402 \begin_inset Newline newline
28403 \end_inset
28404
28405
28406 \begin_inset Phantom HPhantom
28407 status open
28408
28409 \begin_layout Plain Layout
28410 \begin_inset space ~
28411 \end_inset
28412
28413
28414 \end_layout
28415
28416 \end_inset
28417
28418
28419 \backslash
28420 let
28421 \backslash
28422 endtable
28423 \backslash
28424 MyEndtable
28425 \end_layout
28426
28427 \begin_layout Standard
28428
28429 \series bold
28430
28431 \backslash
28432 newcommand{
28433 \backslash
28434 FigBesBeg}[1][1.0]{%
28435 \begin_inset Newline newline
28436 \end_inset
28437
28438
28439 \begin_inset Phantom HPhantom
28440 status open
28441
28442 \begin_layout Plain Layout
28443 \begin_inset space ~
28444 \end_inset
28445
28446
28447 \end_layout
28448
28449 \end_inset
28450
28451
28452 \backslash
28453 let
28454 \backslash
28455 MyFigure
28456 \backslash
28457 figure
28458 \begin_inset Newline newline
28459 \end_inset
28460
28461
28462 \begin_inset Phantom HPhantom
28463 status open
28464
28465 \begin_layout Plain Layout
28466 \begin_inset space ~
28467 \end_inset
28468
28469
28470 \end_layout
28471
28472 \end_inset
28473
28474
28475 \backslash
28476 let
28477 \backslash
28478 MyEndfigure
28479 \backslash
28480 endfigure
28481 \begin_inset Newline newline
28482 \end_inset
28483
28484
28485 \begin_inset Phantom HPhantom
28486 status open
28487
28488 \begin_layout Plain Layout
28489 \begin_inset space ~
28490 \end_inset
28491
28492
28493 \end_layout
28494
28495 \end_inset
28496
28497
28498 \backslash
28499 renewenvironment{figure}[1]{
28500 \backslash
28501 begin{SCfigure}[#1]##1}{
28502 \backslash
28503 end{SCfigure}}}
28504 \end_layout
28505
28506 \begin_layout Standard
28507
28508 \series bold
28509
28510 \backslash
28511 newcommand{
28512 \backslash
28513 FigBesEnd}{%
28514 \begin_inset Newline newline
28515 \end_inset
28516
28517
28518 \begin_inset Phantom HPhantom
28519 status open
28520
28521 \begin_layout Plain Layout
28522 \begin_inset space ~
28523 \end_inset
28524
28525
28526 \end_layout
28527
28528 \end_inset
28529
28530
28531 \backslash
28532 let
28533 \backslash
28534 figure
28535 \backslash
28536 MyFigure
28537 \begin_inset Newline newline
28538 \end_inset
28539
28540
28541 \begin_inset Phantom HPhantom
28542 status open
28543
28544 \begin_layout Plain Layout
28545 \begin_inset space ~
28546 \end_inset
28547
28548
28549 \end_layout
28550
28551 \end_inset
28552
28553
28554 \backslash
28555 let
28556 \backslash
28557 endfigure
28558 \backslash
28559 MyEndfigure}
28560 \end_layout
28561
28562 \begin_layout Standard
28563 \noindent
28564 \begin_inset CommandInset line
28565 LatexCommand rule
28566 offset "0.5ex"
28567 width "100line%"
28568 height "1pt"
28569
28570 \end_inset
28571
28572
28573 \end_layout
28574
28575 \begin_layout Standard
28576 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
28577 ungen seitlich gedruckt werden.
28578  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
28579 \end_layout
28580
28581 \begin_layout Standard
28582
28583 \series bold
28584
28585 \backslash
28586 FigBesBeg
28587 \end_layout
28588
28589 \begin_layout Standard
28590 als \SpecialChar TeX
28591 -Code vor das Gleitobjekt und fügen Sie den Befehl
28592 \end_layout
28593
28594 \begin_layout Standard
28595
28596 \series bold
28597
28598 \backslash
28599 FigBesEnd
28600 \end_layout
28601
28602 \begin_layout Standard
28603 als \SpecialChar TeX
28604 -Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
28605  zurückkehren wollen.
28606 \end_layout
28607
28608 \begin_layout Standard
28609 Bei Gleitobjekt-Tabellen heißen die Befehle
28610 \end_layout
28611
28612 \begin_layout Standard
28613
28614 \series bold
28615
28616 \backslash
28617 TabBesBeg
28618 \series default
28619  und 
28620 \series bold
28621
28622 \backslash
28623 TabBesEnd
28624 \series default
28625 .
28626 \end_layout
28627
28628 \begin_layout Standard
28629 Abbildung
28630 \begin_inset space ~
28631 \end_inset
28632
28633
28634 \begin_inset CommandInset ref
28635 LatexCommand ref
28636 reference "abb:Beschriftung-neben"
28637
28638 \end_inset
28639
28640  und Tabelle
28641 \begin_inset space ~
28642 \end_inset
28643
28644
28645 \begin_inset CommandInset ref
28646 LatexCommand ref
28647 reference "tab:Beschriftung-neben"
28648
28649 \end_inset
28650
28651  sind Beispiele für seitliche Beschriftungen.
28652 \end_layout
28653
28654 \begin_layout Standard
28655 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
28656  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
28657  der Abbildung.
28658  Das kann man mit dem Befehl
28659 \end_layout
28660
28661 \begin_layout Standard
28662
28663 \series bold
28664
28665 \backslash
28666 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
28667 \end_layout
28668
28669 \begin_layout Standard
28670 im \SpecialChar LaTeX
28671 -Vorspann oder als \SpecialChar TeX
28672 -Code vor dem Gleitobjekt ändern.
28673  Der Gleitobjekt-Typ ist entweder 
28674 \family sans
28675 figure
28676 \family default
28677  oder 
28678 \family sans
28679 table
28680 \family default
28681 , die
28682 \family sans
28683  
28684 \family default
28685 Platzierung ist 
28686 \family typewriter
28687 t
28688 \family default
28689  für oben, 
28690 \family typewriter
28691 c
28692 \family default
28693  für zentriert oder 
28694 \family typewriter
28695 b
28696 \family default
28697  für unten.
28698  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
28699  lautet der Befehl
28700 \end_layout
28701
28702 \begin_layout Standard
28703
28704 \series bold
28705
28706 \backslash
28707 sidecaptionvpos{figure}{c}
28708 \end_layout
28709
28710 \begin_layout Standard
28711 Das wurde in Abbildung
28712 \begin_inset space ~
28713 \end_inset
28714
28715
28716 \begin_inset CommandInset ref
28717 LatexCommand ref
28718 reference "abb:cap-beside-fig-2"
28719
28720 \end_inset
28721
28722  benutzt.
28723 \end_layout
28724
28725 \begin_layout Standard
28726 \begin_inset VSpace medskip
28727 \end_inset
28728
28729
28730 \end_layout
28731
28732 \begin_layout Standard
28733 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
28734  Für schmale Bilder/Tabellen, wie in Tabelle
28735 \begin_inset space ~
28736 \end_inset
28737
28738
28739 \begin_inset CommandInset ref
28740 LatexCommand ref
28741 reference "tab:Beschriftung-neben"
28742
28743 \end_inset
28744
28745 , führt dies zu zu schmalen Beschriftungen.
28746  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
28747  Breite des Bildes/der Tabelle multipliziert wird.
28748  Das Ergebnis ist die Beschriftungsbreite.
28749  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
28750  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
28751  Der 
28752 \emph on
28753 Faktor
28754 \emph default
28755  kann entweder als optionales Argument für 
28756 \series bold
28757
28758 \backslash
28759 FigBesBeg
28760 \series default
28761  angegeben werden:
28762 \end_layout
28763
28764 \begin_layout Standard
28765
28766 \series bold
28767
28768 \backslash
28769 FigBesBeg[Faktor]
28770 \end_layout
28771
28772 \begin_layout Standard
28773 oder indem man in der Definition von 
28774 \series bold
28775
28776 \backslash
28777 FigBesBeg
28778 \series default
28779  die 
28780 \series bold
28781 1.0
28782 \series default
28783  mit einem anderen Wert ersetzt.
28784  Bei letzterem ist der angegebene Faktor der Standard wenn 
28785 \series bold
28786
28787 \backslash
28788 FigBesBeg
28789 \series default
28790  ohne Argument verwendet wird.
28791  Für Tabelle
28792 \begin_inset space ~
28793 \end_inset
28794
28795
28796 \begin_inset CommandInset ref
28797 LatexCommand ref
28798 reference "tab:Beschriftung-neben-breiter"
28799
28800 \end_inset
28801
28802  wurde der Faktor 5 verwendet.
28803 \end_layout
28804
28805 \begin_layout Standard
28806 \begin_inset Note Greyedout
28807 status open
28808
28809 \begin_layout Plain Layout
28810
28811 \series bold
28812 Achtung:
28813 \series default
28814  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
28815 erungsoption 
28816 \family sans
28817 Hier,
28818 \begin_inset space ~
28819 \end_inset
28820
28821 auf
28822 \begin_inset space ~
28823 \end_inset
28824
28825 jeden
28826 \begin_inset space ~
28827 \end_inset
28828
28829 Fall
28830 \family default
28831  nicht verwendet werden werden, da diese von 
28832 \series bold
28833 sidecap
28834 \series default
28835  nicht unterstützt wird.
28836 \end_layout
28837
28838 \end_inset
28839
28840
28841 \end_layout
28842
28843 \begin_layout Standard
28844 \begin_inset VSpace medskip
28845 \end_inset
28846
28847 Weitere Informationen über das Paket
28848 \series bold
28849  sidecap
28850 \series default
28851  finden Sie in seiner Dokumentation 
28852 \begin_inset CommandInset citation
28853 LatexCommand cite
28854 key "sidecap"
28855
28856 \end_inset
28857
28858 .
28859 \end_layout
28860
28861 \begin_layout Standard
28862 \begin_inset Note Greyedout
28863 status open
28864
28865 \begin_layout Plain Layout
28866
28867 \series bold
28868 Bemerkung:
28869 \series default
28870  Das \SpecialChar LaTeX
28871 -Paket 
28872 \series bold
28873 hypcap
28874 \series default
28875 ,
28876 \begin_inset Index idx
28877 status collapsed
28878
28879 \begin_layout Plain Layout
28880 \SpecialChar LaTeX
28881 -Pakete ! hypcap
28882 \end_layout
28883
28884 \end_inset
28885
28886  das in Abschnitt
28887 \begin_inset space ~
28888 \end_inset
28889
28890
28891 \begin_inset CommandInset ref
28892 LatexCommand ref
28893 reference "uab:Querverweis-Position"
28894
28895 \end_inset
28896
28897  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
28898  Beschriftungen.
28899 \end_layout
28900
28901 \end_inset
28902
28903
28904 \end_layout
28905
28906 \begin_layout Standard
28907 \begin_inset ERT
28908 status collapsed
28909
28910 \begin_layout Plain Layout
28911
28912
28913 \backslash
28914 FigBesBeg 
28915 \end_layout
28916
28917 \end_inset
28918
28919
28920 \end_layout
28921
28922 \begin_layout Standard
28923 \begin_inset Float figure
28924 wide false
28925 sideways false
28926 status open
28927
28928 \begin_layout Plain Layout
28929 \begin_inset Graphics
28930         filename ../clipart/escher-lsd.eps
28931         scale 75
28932         scaleBeforeRotation
28933
28934 \end_inset
28935
28936
28937 \end_layout
28938
28939 \begin_layout Plain Layout
28940 \begin_inset Caption Standard
28941
28942 \begin_layout Plain Layout
28943 \begin_inset CommandInset label
28944 LatexCommand label
28945 name "abb:Beschriftung-neben"
28946
28947 \end_inset
28948
28949 Dies ist eine Beschriftung neben einer Abbildung.
28950 \end_layout
28951
28952 \end_inset
28953
28954
28955 \end_layout
28956
28957 \end_inset
28958
28959
28960 \end_layout
28961
28962 \begin_layout Standard
28963 \begin_inset ERT
28964 status collapsed
28965
28966 \begin_layout Plain Layout
28967
28968
28969 \backslash
28970 FigBesEnd
28971 \end_layout
28972
28973 \end_inset
28974
28975
28976 \end_layout
28977
28978 \begin_layout Standard
28979 \begin_inset ERT
28980 status collapsed
28981
28982 \begin_layout Plain Layout
28983
28984
28985 \backslash
28986 TabBesBeg 
28987 \end_layout
28988
28989 \end_inset
28990
28991
28992 \end_layout
28993
28994 \begin_layout Standard
28995 \begin_inset Float table
28996 wide false
28997 sideways false
28998 status open
28999
29000 \begin_layout Plain Layout
29001 \begin_inset Caption Standard
29002
29003 \begin_layout Plain Layout
29004 \begin_inset CommandInset label
29005 LatexCommand label
29006 name "tab:Beschriftung-neben"
29007
29008 \end_inset
29009
29010 Dies ist eine Beschriftung neben einer Tabelle.
29011 \end_layout
29012
29013 \end_inset
29014
29015
29016 \end_layout
29017
29018 \begin_layout Plain Layout
29019 \begin_inset Tabular
29020 <lyxtabular version="3" rows="4" columns="5">
29021 <features tabularvalignment="middle">
29022 <column alignment="center" valignment="top">
29023 <column alignment="center" valignment="top">
29024 <column alignment="center" valignment="top">
29025 <column alignment="center" valignment="top">
29026 <column alignment="center" valignment="top">
29027 <row>
29028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29029 \begin_inset Text
29030
29031 \begin_layout Plain Layout
29032 a
29033 \end_layout
29034
29035 \end_inset
29036 </cell>
29037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29038 \begin_inset Text
29039
29040 \begin_layout Plain Layout
29041
29042 \end_layout
29043
29044 \end_inset
29045 </cell>
29046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29047 \begin_inset Text
29048
29049 \begin_layout Plain Layout
29050 b
29051 \end_layout
29052
29053 \end_inset
29054 </cell>
29055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29056 \begin_inset Text
29057
29058 \begin_layout Plain Layout
29059
29060 \end_layout
29061
29062 \end_inset
29063 </cell>
29064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29065 \begin_inset Text
29066
29067 \begin_layout Plain Layout
29068 c
29069 \end_layout
29070
29071 \end_inset
29072 </cell>
29073 </row>
29074 <row>
29075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29076 \begin_inset Text
29077
29078 \begin_layout Plain Layout
29079
29080 \end_layout
29081
29082 \end_inset
29083 </cell>
29084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29085 \begin_inset Text
29086
29087 \begin_layout Plain Layout
29088 d
29089 \end_layout
29090
29091 \end_inset
29092 </cell>
29093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29094 \begin_inset Text
29095
29096 \begin_layout Plain Layout
29097
29098 \end_layout
29099
29100 \end_inset
29101 </cell>
29102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29103 \begin_inset Text
29104
29105 \begin_layout Plain Layout
29106 e
29107 \end_layout
29108
29109 \end_inset
29110 </cell>
29111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29112 \begin_inset Text
29113
29114 \begin_layout Plain Layout
29115
29116 \end_layout
29117
29118 \end_inset
29119 </cell>
29120 </row>
29121 <row>
29122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29123 \begin_inset Text
29124
29125 \begin_layout Plain Layout
29126 f
29127 \end_layout
29128
29129 \end_inset
29130 </cell>
29131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29132 \begin_inset Text
29133
29134 \begin_layout Plain Layout
29135
29136 \end_layout
29137
29138 \end_inset
29139 </cell>
29140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29141 \begin_inset Text
29142
29143 \begin_layout Plain Layout
29144 g
29145 \end_layout
29146
29147 \end_inset
29148 </cell>
29149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29150 \begin_inset Text
29151
29152 \begin_layout Plain Layout
29153
29154 \end_layout
29155
29156 \end_inset
29157 </cell>
29158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29159 \begin_inset Text
29160
29161 \begin_layout Plain Layout
29162 h
29163 \end_layout
29164
29165 \end_inset
29166 </cell>
29167 </row>
29168 <row>
29169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29170 \begin_inset Text
29171
29172 \begin_layout Plain Layout
29173
29174 \end_layout
29175
29176 \end_inset
29177 </cell>
29178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29179 \begin_inset Text
29180
29181 \begin_layout Plain Layout
29182 i
29183 \end_layout
29184
29185 \end_inset
29186 </cell>
29187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29188 \begin_inset Text
29189
29190 \begin_layout Plain Layout
29191
29192 \end_layout
29193
29194 \end_inset
29195 </cell>
29196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29197 \begin_inset Text
29198
29199 \begin_layout Plain Layout
29200 j
29201 \end_layout
29202
29203 \end_inset
29204 </cell>
29205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29206 \begin_inset Text
29207
29208 \begin_layout Plain Layout
29209
29210 \end_layout
29211
29212 \end_inset
29213 </cell>
29214 </row>
29215 </lyxtabular>
29216
29217 \end_inset
29218
29219
29220 \end_layout
29221
29222 \end_inset
29223
29224
29225 \end_layout
29226
29227 \begin_layout Standard
29228 \begin_inset ERT
29229 status collapsed
29230
29231 \begin_layout Plain Layout
29232
29233
29234 \backslash
29235 TabBesEnd
29236 \end_layout
29237
29238 \end_inset
29239
29240
29241 \end_layout
29242
29243 \begin_layout Standard
29244 \begin_inset ERT
29245 status collapsed
29246
29247 \begin_layout Plain Layout
29248
29249
29250 \backslash
29251 FigBesBeg 
29252 \end_layout
29253
29254 \end_inset
29255
29256
29257 \end_layout
29258
29259 \begin_layout Standard
29260 \begin_inset ERT
29261 status collapsed
29262
29263 \begin_layout Plain Layout
29264
29265
29266 \backslash
29267 sidecaptionvpos{figure}{c}
29268 \end_layout
29269
29270 \end_inset
29271
29272
29273 \begin_inset Float figure
29274 wide false
29275 sideways false
29276 status open
29277
29278 \begin_layout Plain Layout
29279 \begin_inset Graphics
29280         filename ../clipart/escher-lsd.eps
29281         scale 75
29282         scaleBeforeRotation
29283
29284 \end_inset
29285
29286
29287 \end_layout
29288
29289 \begin_layout Plain Layout
29290 \begin_inset Caption Standard
29291
29292 \begin_layout Plain Layout
29293 \begin_inset CommandInset label
29294 LatexCommand label
29295 name "abb:cap-beside-fig-2"
29296
29297 \end_inset
29298
29299 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
29300 \end_layout
29301
29302 \end_inset
29303
29304
29305 \end_layout
29306
29307 \end_inset
29308
29309
29310 \end_layout
29311
29312 \begin_layout Standard
29313 \begin_inset ERT
29314 status collapsed
29315
29316 \begin_layout Plain Layout
29317
29318
29319 \backslash
29320 FigBesEnd
29321 \end_layout
29322
29323 \end_inset
29324
29325
29326 \end_layout
29327
29328 \begin_layout Standard
29329 \begin_inset ERT
29330 status collapsed
29331
29332 \begin_layout Plain Layout
29333
29334
29335 \backslash
29336 TabBesBeg[5]
29337 \end_layout
29338
29339 \end_inset
29340
29341
29342 \end_layout
29343
29344 \begin_layout Standard
29345 \begin_inset Float table
29346 wide false
29347 sideways false
29348 status open
29349
29350 \begin_layout Plain Layout
29351 \begin_inset Caption Standard
29352
29353 \begin_layout Plain Layout
29354 \begin_inset CommandInset label
29355 LatexCommand label
29356 name "tab:Beschriftung-neben-breiter"
29357
29358 \end_inset
29359
29360 Diese Beschriftung ist breiter als die in Tabelle
29361 \begin_inset space ~
29362 \end_inset
29363
29364
29365 \begin_inset CommandInset ref
29366 LatexCommand ref
29367 reference "tab:Beschriftung-neben"
29368
29369 \end_inset
29370
29371 .
29372 \end_layout
29373
29374 \end_inset
29375
29376
29377 \end_layout
29378
29379 \begin_layout Plain Layout
29380 \begin_inset Tabular
29381 <lyxtabular version="3" rows="4" columns="5">
29382 <features tabularvalignment="middle">
29383 <column alignment="center" valignment="top">
29384 <column alignment="center" valignment="top">
29385 <column alignment="center" valignment="top">
29386 <column alignment="center" valignment="top">
29387 <column alignment="center" valignment="top">
29388 <row>
29389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29390 \begin_inset Text
29391
29392 \begin_layout Plain Layout
29393 a
29394 \end_layout
29395
29396 \end_inset
29397 </cell>
29398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29399 \begin_inset Text
29400
29401 \begin_layout Plain Layout
29402
29403 \end_layout
29404
29405 \end_inset
29406 </cell>
29407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29408 \begin_inset Text
29409
29410 \begin_layout Plain Layout
29411 b
29412 \end_layout
29413
29414 \end_inset
29415 </cell>
29416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29417 \begin_inset Text
29418
29419 \begin_layout Plain Layout
29420
29421 \end_layout
29422
29423 \end_inset
29424 </cell>
29425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29426 \begin_inset Text
29427
29428 \begin_layout Plain Layout
29429 c
29430 \end_layout
29431
29432 \end_inset
29433 </cell>
29434 </row>
29435 <row>
29436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29437 \begin_inset Text
29438
29439 \begin_layout Plain Layout
29440
29441 \end_layout
29442
29443 \end_inset
29444 </cell>
29445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29446 \begin_inset Text
29447
29448 \begin_layout Plain Layout
29449 d
29450 \end_layout
29451
29452 \end_inset
29453 </cell>
29454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29455 \begin_inset Text
29456
29457 \begin_layout Plain Layout
29458
29459 \end_layout
29460
29461 \end_inset
29462 </cell>
29463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29464 \begin_inset Text
29465
29466 \begin_layout Plain Layout
29467 e
29468 \end_layout
29469
29470 \end_inset
29471 </cell>
29472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29473 \begin_inset Text
29474
29475 \begin_layout Plain Layout
29476
29477 \end_layout
29478
29479 \end_inset
29480 </cell>
29481 </row>
29482 <row>
29483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29484 \begin_inset Text
29485
29486 \begin_layout Plain Layout
29487 f
29488 \end_layout
29489
29490 \end_inset
29491 </cell>
29492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29493 \begin_inset Text
29494
29495 \begin_layout Plain Layout
29496
29497 \end_layout
29498
29499 \end_inset
29500 </cell>
29501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29502 \begin_inset Text
29503
29504 \begin_layout Plain Layout
29505 g
29506 \end_layout
29507
29508 \end_inset
29509 </cell>
29510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29511 \begin_inset Text
29512
29513 \begin_layout Plain Layout
29514
29515 \end_layout
29516
29517 \end_inset
29518 </cell>
29519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29520 \begin_inset Text
29521
29522 \begin_layout Plain Layout
29523 h
29524 \end_layout
29525
29526 \end_inset
29527 </cell>
29528 </row>
29529 <row>
29530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29531 \begin_inset Text
29532
29533 \begin_layout Plain Layout
29534
29535 \end_layout
29536
29537 \end_inset
29538 </cell>
29539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29540 \begin_inset Text
29541
29542 \begin_layout Plain Layout
29543 i
29544 \end_layout
29545
29546 \end_inset
29547 </cell>
29548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29549 \begin_inset Text
29550
29551 \begin_layout Plain Layout
29552
29553 \end_layout
29554
29555 \end_inset
29556 </cell>
29557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29558 \begin_inset Text
29559
29560 \begin_layout Plain Layout
29561 j
29562 \end_layout
29563
29564 \end_inset
29565 </cell>
29566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29567 \begin_inset Text
29568
29569 \begin_layout Plain Layout
29570
29571 \end_layout
29572
29573 \end_inset
29574 </cell>
29575 </row>
29576 </lyxtabular>
29577
29578 \end_inset
29579
29580
29581 \end_layout
29582
29583 \end_inset
29584
29585
29586 \end_layout
29587
29588 \begin_layout Standard
29589 \begin_inset ERT
29590 status collapsed
29591
29592 \begin_layout Plain Layout
29593
29594
29595 \backslash
29596 TabBesEnd
29597 \end_layout
29598
29599 \end_inset
29600
29601
29602 \end_layout
29603
29604 \begin_layout Standard
29605 \begin_inset ERT
29606 status collapsed
29607
29608 \begin_layout Plain Layout
29609
29610
29611 \backslash
29612 else
29613 \end_layout
29614
29615 \end_inset
29616
29617
29618 \begin_inset Note Note
29619 status open
29620
29621 \begin_layout Plain Layout
29622 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
29623 -Paket 
29624 \series bold
29625 sidecap
29626 \series default
29627  nicht installiert ist:
29628 \end_layout
29629
29630 \end_inset
29631
29632
29633 \end_layout
29634
29635 \begin_layout Standard
29636 Das \SpecialChar LaTeX
29637 -Paket 
29638 \series bold
29639 sidecap
29640 \series default
29641  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
29642 \end_layout
29643
29644 \begin_layout Standard
29645 \begin_inset ERT
29646 status collapsed
29647
29648 \begin_layout Plain Layout
29649
29650
29651 \backslash
29652 fi
29653 \end_layout
29654
29655 \end_inset
29656
29657
29658 \end_layout
29659
29660 \begin_layout Section
29661 Gleitobjekt-Verzeichnisse
29662 \begin_inset Index idx
29663 status collapsed
29664
29665 \begin_layout Plain Layout
29666 Gleitobjekte ! Verzeichnisse
29667 \end_layout
29668
29669 \end_inset
29670
29671
29672 \end_layout
29673
29674 \begin_layout Standard
29675 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
29676  Sie können mit den Untermenüs von 
29677 \family sans
29678 Einfügen\SpecialChar menuseparator
29679 Liste
29680 \begin_inset space ~
29681 \end_inset
29682
29683 /
29684 \begin_inset space ~
29685 \end_inset
29686
29687 Inhaltsverzeichnis
29688 \family default
29689  eingefügt werden.
29690 \end_layout
29691
29692 \begin_layout Standard
29693 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
29694  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
29695 \end_layout
29696
29697 \begin_layout Standard
29698 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
29699  und ein Tabellen-Verzeichnis.
29700 \end_layout
29701
29702 \begin_layout Chapter
29703 Notizen
29704 \end_layout
29705
29706 \begin_layout Section
29707 \SpecialChar LyX
29708 -Notizen
29709 \begin_inset Index idx
29710 status collapsed
29711
29712 \begin_layout Plain Layout
29713 Notizen ! \SpecialChar LyX
29714 -Notizen
29715 \end_layout
29716
29717 \end_inset
29718
29719
29720 \end_layout
29721
29722 \begin_layout Standard
29723 Notizen werden mit einem Klick auf 
29724 \begin_inset Info
29725 type  "icon"
29726 arg   "note-insert"
29727 \end_inset
29728
29729  oder 
29730 \family sans
29731 Einfügen\SpecialChar menuseparator
29732 Notiz
29733 \family default
29734  eingefügt.
29735  Es gibt drei Arten:
29736 \end_layout
29737
29738 \begin_layout Description
29739 \SpecialChar LyX
29740 -Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
29741  Eine 
29742 \family sans
29743 \SpecialChar LyX
29744 -Notiz
29745 \family default
29746  sieht so aus:
29747 \begin_inset Newline newline
29748 \end_inset
29749
29750
29751 \begin_inset Newline newline
29752 \end_inset
29753
29754
29755 \begin_inset Graphics
29756         filename clipart/LyXNotiz.png
29757         display false
29758         scale 80
29759         scaleBeforeRotation
29760
29761 \end_inset
29762
29763  
29764 \begin_inset Note Note
29765 status open
29766
29767 \begin_layout Plain Layout
29768 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
29769 \end_layout
29770
29771 \end_inset
29772
29773
29774 \end_layout
29775
29776 \begin_layout Description
29777 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
29778  \SpecialChar LaTeX
29779 -Kommentar, wenn Sie das Dokument nach \SpecialChar LaTeX
29780  exportieren (
29781 \family sans
29782 Datei\SpecialChar menuseparator
29783 Ex\SpecialChar softhyphen
29784 por\SpecialChar softhyphen
29785 tie\SpecialChar softhyphen
29786 ren\SpecialChar menuseparator
29787 LaTeX
29788 \begin_inset space ~
29789 \end_inset
29790
29791 (pdflatex) / (normal)
29792 \family default
29793 .
29794  Ein Kommentar sieht so aus:
29795 \begin_inset Newline newline
29796 \end_inset
29797
29798
29799 \begin_inset Newline newline
29800 \end_inset
29801
29802
29803 \begin_inset Graphics
29804         filename clipart/Kommentar.png
29805         display false
29806         scale 80
29807         scaleBeforeRotation
29808
29809 \end_inset
29810
29811  
29812 \begin_inset Note Comment
29813 status open
29814
29815 \begin_layout Plain Layout
29816 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
29817 \end_layout
29818
29819 \end_inset
29820
29821
29822 \end_layout
29823
29824 \begin_layout Description
29825 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
29826 \begin_inset Newline newline
29827 \end_inset
29828
29829
29830 \begin_inset Newline newline
29831 \end_inset
29832
29833
29834 \begin_inset Graphics
29835         filename clipart/GrauschriftNotiz.png
29836         display false
29837         scale 80
29838         scaleBeforeRotation
29839
29840 \end_inset
29841
29842
29843 \begin_inset Newline newline
29844 \end_inset
29845
29846
29847 \begin_inset ERT
29848 status collapsed
29849
29850 \begin_layout Plain Layout
29851
29852
29853 \backslash
29854 renewenvironment{lyxgreyedout}
29855 \end_layout
29856
29857 \begin_layout Plain Layout
29858
29859 {
29860 \backslash
29861 textcolor[gray]{0.4}
29862 \backslash
29863 bgroup}{
29864 \backslash
29865 egroup}
29866 \end_layout
29867
29868 \end_inset
29869
29870
29871 \begin_inset Note Greyedout
29872 status open
29873
29874 \begin_layout Plain Layout
29875 Dies ist Text in einem Kommentar-Kästchen, der nur als Kommentar in der
29876  \SpecialChar LaTeX
29877 -Datei erscheint.
29878 \end_layout
29879
29880 \end_inset
29881
29882
29883 \begin_inset ERT
29884 status collapsed
29885
29886 \begin_layout Plain Layout
29887
29888
29889 \backslash
29890 renewenvironment{lyxgreyedout}
29891 \end_layout
29892
29893 \begin_layout Plain Layout
29894
29895 {
29896 \backslash
29897 textcolor{blue}
29898 \backslash
29899 bgroup}{
29900 \backslash
29901 egroup}
29902 \end_layout
29903
29904 \end_inset
29905
29906
29907 \begin_inset Note Note
29908 status collapsed
29909
29910 \begin_layout Plain Layout
29911 Die Grauschrift-Notiz wurde auf die ursprüngliche \SpecialChar LyX
29912 -Definition zurückgesetzt,
29913  weil Grauschriften im \SpecialChar LaTeX
29914 -Vorspann dieses Dokuments blau definiert wurden.
29915  
29916 \end_layout
29917
29918 \end_inset
29919
29920
29921 \begin_inset Newline newline
29922 \end_inset
29923
29924
29925 \begin_inset Newline newline
29926 \end_inset
29927
29928 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
29929  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
29930 \end_layout
29931
29932 \begin_layout Standard
29933 \begin_inset VSpace bigskip
29934 \end_inset
29935
29936 Wenn Sie auf den Werkzeugleistenknopf 
29937 \family sans
29938
29939 \begin_inset Info
29940 type  "icon"
29941 arg   "note-insert"
29942 \end_inset
29943
29944
29945 \family default
29946  klicken, wird zunächst eine 
29947 \family sans
29948 \SpecialChar LyX
29949 -Notiz
29950 \family default
29951  eingefügt.
29952  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
29953  Notiz-Typen auswählen.
29954  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
29955  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
29956  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
29957  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
29958  am Ende der Notiz ist.
29959 \end_layout
29960
29961 \begin_layout Standard
29962 \begin_inset VSpace bigskip
29963 \end_inset
29964
29965 Die Textfarbe von Grauschrift-Boxen kann im Menü 
29966 \family sans
29967 Dokument\SpecialChar menuseparator
29968 Einstellungen\SpecialChar menuseparator
29969 Farben
29970 \family default
29971  geändert werden.
29972 \end_layout
29973
29974 \begin_layout Section
29975 Fußnoten
29976 \begin_inset CommandInset label
29977 LatexCommand label
29978 name "abs:Fußnoten"
29979
29980 \end_inset
29981
29982
29983 \begin_inset Index idx
29984 status collapsed
29985
29986 \begin_layout Plain Layout
29987 Notizen ! Fußnoten
29988 \end_layout
29989
29990 \end_inset
29991
29992
29993 \begin_inset Index idx
29994 status collapsed
29995
29996 \begin_layout Plain Layout
29997 Fußnoten
29998 \end_layout
29999
30000 \end_inset
30001
30002
30003 \end_layout
30004
30005 \begin_layout Standard
30006 Fußnoten werden über den Werkzeugleistenknopf 
30007 \begin_inset Info
30008 type  "icon"
30009 arg   "footnote-insert"
30010 \end_inset
30011
30012  oder das Menü 
30013 \family sans
30014 Einfügen\SpecialChar menuseparator
30015 Fußnote
30016 \family default
30017  eingefügt.
30018  Man sieht dann diese Fußnotenbox: 
30019 \begin_inset Graphics
30020         filename clipart/Fussnote.png
30021         scale 80
30022         scaleBeforeRotation
30023
30024 \end_inset
30025
30026  in die der Fußnotentext eingegeben wird.
30027  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
30028  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
30029  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
30030 \family sans
30031 Backspace
30032 \family default
30033  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
30034 \family sans
30035 Entf
30036 \family default
30037  wenn der Cursor am Ende der Fußnote ist.
30038 \end_layout
30039
30040 \begin_layout Standard
30041 Hier ist eine Beispielfußnote:
30042 \color black
30043
30044 \begin_inset Foot
30045 status open
30046
30047 \begin_layout Plain Layout
30048 \begin_inset CommandInset label
30049 LatexCommand label
30050 name "fuss:Fußnoten-Beispiel"
30051
30052 \end_inset
30053
30054 Dies ist eine Fußnote.
30055 \end_layout
30056
30057 \end_inset
30058
30059
30060 \color inherit
30061
30062 \begin_inset ERT
30063 status collapsed
30064
30065 \begin_layout Plain Layout
30066
30067
30068 \backslash
30069 newcounter{MyRepeatFoot}
30070 \end_layout
30071
30072 \begin_layout Plain Layout
30073
30074
30075 \backslash
30076 setcounter{MyRepeatFoot}{
30077 \backslash
30078 thefootnote}
30079 \end_layout
30080
30081 \end_inset
30082
30083
30084 \end_layout
30085
30086 \begin_layout Standard
30087 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
30088  wurde, eine hochgestellte Zahl.
30089  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
30090  hochgestellt dem Text vorangeht.
30091  Die Fußnotennummern werden von \SpecialChar LaTeX
30092  berechnet und sind fortlaufend.
30093  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
30094  werden.
30095 \end_layout
30096
30097 \begin_layout Standard
30098 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
30099  der Fußnote eine Marke eingefügt wurde.
30100  Dies ist ein Querverweis auf Fußnote
30101 \begin_inset space ~
30102 \end_inset
30103
30104
30105 \begin_inset CommandInset ref
30106 LatexCommand ref
30107 reference "fuss:Fußnoten-Beispiel"
30108
30109 \end_inset
30110
30111 .
30112 \end_layout
30113
30114 \begin_layout Standard
30115 \begin_inset VSpace defskip
30116 \end_inset
30117
30118 Fußnoten in Titel-Umgebungen werden üblicherweise mit Symbolen nummeriert
30119  und sie können nur einen Absatz enthalten.
30120  Siehe als Beispiel die Fußnote der Titelseite dieses Dokuments.
30121 \end_layout
30122
30123 \begin_layout Standard
30124 \begin_inset VSpace defskip
30125 \end_inset
30126
30127 Fußnoten in Tabellen werden von \SpecialChar LaTeX
30128  aus technischen Gründen nicht gedruckt.
30129  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
30130  wird der Befehl 
30131 \series bold
30132
30133 \backslash
30134 footnotemark{}
30135 \series default
30136  als \SpecialChar TeX
30137 -Code eingefügt.
30138  Der Text der Fußnote wird als Argument des \SpecialChar TeX
30139 -Code-Befehls 
30140 \series bold
30141
30142 \backslash
30143 footnotetext
30144 \series default
30145  nach der Tabelle eingegeben.
30146 \begin_inset Newline newline
30147 \end_inset
30148
30149 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
30150 \end_layout
30151
30152 \begin_layout Standard
30153
30154 \series bold
30155
30156 \backslash
30157 footnotetext{
30158 \series default
30159 Gedruckte Tabellenfußnote.
30160 \series bold
30161 }
30162 \end_layout
30163
30164 \begin_layout Standard
30165 \begin_inset Tabular
30166 <lyxtabular version="3" rows="2" columns="1">
30167 <features tabularvalignment="middle">
30168 <column alignment="center" valignment="top">
30169 <row>
30170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30171 \begin_inset Text
30172
30173 \begin_layout Plain Layout
30174 Dies ist ein Beispieltext.
30175 \begin_inset Foot
30176 status open
30177
30178 \begin_layout Plain Layout
30179 Diese Fußnote wird nicht gedruckt!
30180 \end_layout
30181
30182 \end_inset
30183
30184
30185 \end_layout
30186
30187 \end_inset
30188 </cell>
30189 </row>
30190 <row>
30191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30192 \begin_inset Text
30193
30194 \begin_layout Plain Layout
30195 Dies ist ein Beispieltext.
30196 \begin_inset ERT
30197 status collapsed
30198
30199 \begin_layout Plain Layout
30200
30201
30202 \backslash
30203 footnotemark{}
30204 \end_layout
30205
30206 \end_inset
30207
30208
30209 \end_layout
30210
30211 \end_inset
30212 </cell>
30213 </row>
30214 </lyxtabular>
30215
30216 \end_inset
30217
30218
30219 \begin_inset ERT
30220 status collapsed
30221
30222 \begin_layout Plain Layout
30223
30224
30225 \backslash
30226 footnotetext{
30227 \end_layout
30228
30229 \end_inset
30230
30231 Gedruckte Tabellenfußnote.
30232 \begin_inset ERT
30233 status collapsed
30234
30235 \begin_layout Plain Layout
30236
30237 }
30238 \end_layout
30239
30240 \end_inset
30241
30242
30243 \end_layout
30244
30245 \begin_layout Standard
30246 Fußnoten in langen Tabellen sind in Abschnitt
30247 \begin_inset space ~
30248 \end_inset
30249
30250
30251 \begin_inset CommandInset ref
30252 LatexCommand ref
30253 reference "uab:Fußnoten-in-mehrseitigen"
30254
30255 \end_inset
30256
30257  beschrieben.
30258 \end_layout
30259
30260 \begin_layout Standard
30261 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
30262  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
30263  innerhalb einer Seite ist.
30264  (Mehr über Minipages ist in Abschnitt
30265 \begin_inset space ~
30266 \end_inset
30267
30268
30269 \begin_inset CommandInset ref
30270 LatexCommand ref
30271 reference "abs:Minipage"
30272
30273 \end_inset
30274
30275  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
30276  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
30277  Methode mit 
30278 \series bold
30279
30280 \backslash
30281 footnotemark{}
30282 \series default
30283  und 
30284 \series bold
30285
30286 \backslash
30287 footnotetext
30288 \series default
30289 .
30290 \end_layout
30291
30292 \begin_layout Standard
30293 \begin_inset Box Frameless
30294 position "t"
30295 hor_pos "c"
30296 has_inner_box 1
30297 inner_pos "t"
30298 use_parbox 0
30299 use_makebox 0
30300 width "100col%"
30301 special "none"
30302 height "1in"
30303 height_special "totalheight"
30304 thickness "0.4pt"
30305 separation "3pt"
30306 shadowsize "4pt"
30307 framecolor "black"
30308 backgroundcolor "none"
30309 status open
30310
30311 \begin_layout Plain Layout
30312 Dies ist ein Beispieltext.in einer Minipage.
30313 \begin_inset Foot
30314 status open
30315
30316 \begin_layout Plain Layout
30317 Fußnote in einer Minipage.
30318 \end_layout
30319
30320 \end_inset
30321
30322
30323 \end_layout
30324
30325 \begin_layout Plain Layout
30326 Dies ist ein Beispieltext.
30327  in einer Minipage.
30328 \begin_inset ERT
30329 status collapsed
30330
30331 \begin_layout Plain Layout
30332
30333
30334 \backslash
30335 footnotemark{}
30336 \end_layout
30337
30338 \end_inset
30339
30340
30341 \end_layout
30342
30343 \end_inset
30344
30345
30346 \end_layout
30347
30348 \begin_layout Standard
30349 \begin_inset ERT
30350 status collapsed
30351
30352 \begin_layout Plain Layout
30353
30354
30355 \backslash
30356 footnotetext{
30357 \end_layout
30358
30359 \end_inset
30360
30361 Fußnote außerhalb der Minipage.
30362 \begin_inset ERT
30363 status collapsed
30364
30365 \begin_layout Plain Layout
30366
30367 }
30368 \end_layout
30369
30370 \end_inset
30371
30372
30373 \end_layout
30374
30375 \begin_layout Standard
30376 \begin_inset VSpace defskip
30377 \end_inset
30378
30379
30380 \end_layout
30381
30382 \begin_layout Standard
30383 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
30384  Fußnotentext zu drucken, verwenden Sie den \SpecialChar TeX
30385 -Code-Befehl 
30386 \series bold
30387
30388 \backslash
30389 footnotemark[Nummer]
30390 \series default
30391 .
30392 \begin_inset Newline newline
30393 \end_inset
30394
30395 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
30396  sie speichern, nachdem Sie die Fußnote eingefügt haben.
30397  Hinter Fußnote
30398 \begin_inset space ~
30399 \end_inset
30400
30401
30402 \begin_inset CommandInset ref
30403 LatexCommand ref
30404 reference "fuss:Fußnoten-Beispiel"
30405
30406 \end_inset
30407
30408  wurde das mit folgenden \SpecialChar TeX
30409 -Code-Befehlen gemacht:
30410 \end_layout
30411
30412 \begin_layout Standard
30413
30414 \series bold
30415
30416 \backslash
30417 newcounter{MyRepeatFoot}
30418 \begin_inset Newline newline
30419 \end_inset
30420
30421
30422 \backslash
30423 setcounter{MyRepeatFoot}{
30424 \backslash
30425 thefootnote}
30426 \end_layout
30427
30428 \begin_layout Standard
30429 Die Fußnotenmarke wurde dann mit diesem \SpecialChar TeX
30430 -Code-Befehl definiert;
30431 \end_layout
30432
30433 \begin_layout Standard
30434
30435 \series bold
30436
30437 \backslash
30438 footnotemark[
30439 \backslash
30440 theMyRepeatFoot]
30441 \end_layout
30442
30443 \begin_layout Standard
30444 Hier ist eine wiederholte Fußnote:
30445 \begin_inset ERT
30446 status collapsed
30447
30448 \begin_layout Plain Layout
30449
30450
30451 \backslash
30452 footnotemark[
30453 \backslash
30454 theMyRepeatFoot]
30455 \end_layout
30456
30457 \end_inset
30458
30459
30460 \end_layout
30461
30462 \begin_layout Standard
30463 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
30464  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
30465 \end_layout
30466
30467 \begin_layout Standard
30468
30469 \series bold
30470
30471 \backslash
30472 footnotemark[
30473 \backslash
30474 thefootnote]
30475 \end_layout
30476
30477 \begin_layout Standard
30478 Hier ist eine weitere wiederholte Fußnote:
30479 \begin_inset ERT
30480 status collapsed
30481
30482 \begin_layout Plain Layout
30483
30484
30485 \backslash
30486 footnotemark[
30487 \backslash
30488 thefootnote]
30489 \end_layout
30490
30491 \end_inset
30492
30493
30494 \end_layout
30495
30496 \begin_layout Subsection
30497 Fußnoten-Nummerierung
30498 \begin_inset CommandInset label
30499 LatexCommand label
30500 name "uab:Fußnoten-Nummerierung"
30501
30502 \end_inset
30503
30504
30505 \begin_inset Index idx
30506 status collapsed
30507
30508 \begin_layout Plain Layout
30509 Fußnoten ! Nummerierung
30510 \end_layout
30511
30512 \end_inset
30513
30514
30515 \end_layout
30516
30517 \begin_layout Standard
30518 Um Fußnoten nach jedem Abschnitt
30519 \family roman
30520  auf 1 zurückzusetzen, 
30521 \family default
30522 müssen Sie folgenden Befehl in den \SpecialChar LaTeX
30523 -Vorspann schreiben:
30524 \end_layout
30525
30526 \begin_layout Standard
30527
30528 \series bold
30529
30530 \backslash
30531 @addtoreset{footnote}{section}
30532 \end_layout
30533
30534 \begin_layout Standard
30535 \begin_inset VSpace bigskip
30536 \end_inset
30537
30538 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
30539  Zahlen:
30540 \end_layout
30541
30542 \begin_layout Standard
30543
30544 \series bold
30545
30546 \backslash
30547 renewcommand{
30548 \backslash
30549 thefootnote}{
30550 \backslash
30551 roman{footnote}}
30552 \end_layout
30553
30554 \begin_layout Standard
30555 \begin_inset ERT
30556 status collapsed
30557
30558 \begin_layout Plain Layout
30559
30560
30561 \backslash
30562 renewcommand{
30563 \backslash
30564 thefootnote}{
30565 \backslash
30566 roman{footnote}}
30567 \end_layout
30568
30569 \end_inset
30570
30571  Hier ist ein Beispiel für solch eine Fußnote:
30572 \begin_inset Foot
30573 status open
30574
30575 \begin_layout Plain Layout
30576 Dies ist eine Fußnote mit kleinen römischen Zahlen
30577 \end_layout
30578
30579 \end_inset
30580
30581
30582 \end_layout
30583
30584 \begin_layout Standard
30585 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
30586  in obigem Befehl 
30587 \series bold
30588
30589 \backslash
30590 roman
30591 \series default
30592  durch 
30593 \series bold
30594
30595 \backslash
30596 Roman
30597 \series default
30598 .
30599  Um Fußnoten mit großen oder kleinen Buchstaben zu 
30600 \begin_inset Quotes gld
30601 \end_inset
30602
30603 nummerieren
30604 \begin_inset Quotes grd
30605 \end_inset
30606
30607 , verwenden Sie die Befehle 
30608 \series bold
30609
30610 \backslash
30611 Alph
30612 \series default
30613  oder 
30614 \series bold
30615
30616 \backslash
30617 alph
30618 \series default
30619 .
30620  Für die 
30621 \begin_inset Quotes gld
30622 \end_inset
30623
30624 Nummerierung
30625 \begin_inset Quotes grd
30626 \end_inset
30627
30628  mit Symbolen steht der Befehl 
30629 \series bold
30630
30631 \backslash
30632 fnsymbol
30633 \series default
30634  zur Verfügung.
30635 \end_layout
30636
30637 \begin_layout Standard
30638 \begin_inset Note Greyedout
30639 status open
30640
30641 \begin_layout Plain Layout
30642
30643 \series bold
30644 Bemerkung 1:
30645 \series default
30646  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
30647  
30648 \emph on
30649 ein
30650 \emph default
30651  Buchstabe verwendet wird.
30652 \end_layout
30653
30654 \end_inset
30655
30656
30657 \begin_inset Newline newline
30658 \end_inset
30659
30660
30661 \begin_inset Note Greyedout
30662 status open
30663
30664 \begin_layout Plain Layout
30665
30666 \series bold
30667 Bemerkung 2:
30668 \series default
30669  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
30670 \end_layout
30671
30672 \end_inset
30673
30674
30675 \end_layout
30676
30677 \begin_layout Standard
30678 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
30679 \series bold
30680
30681 \backslash
30682 arabic
30683 \series default
30684  anstelle von 
30685 \series bold
30686
30687 \backslash
30688 roman
30689 \series default
30690  in obigem Befehl.
30691 \begin_inset ERT
30692 status collapsed
30693
30694 \begin_layout Plain Layout
30695
30696
30697 \backslash
30698 renewcommand{
30699 \backslash
30700 thefootnote}{
30701 \backslash
30702 arabic{footnote}}
30703 \end_layout
30704
30705 \end_inset
30706
30707
30708 \end_layout
30709
30710 \begin_layout Standard
30711 \begin_inset VSpace bigskip
30712 \end_inset
30713
30714
30715 \end_layout
30716
30717 \begin_layout Standard
30718 Wenn Sie wollen, dass Fußnoten nach dem Schema 
30719 \begin_inset Quotes gld
30720 \end_inset
30721
30722 Kapitel.Fußnote
30723 \begin_inset Quotes grd
30724 \end_inset
30725
30726  nummeriert werden, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
30727 -Vorspann schreiben:
30728 \end_layout
30729
30730 \begin_layout Standard
30731
30732 \series bold
30733
30734 \backslash
30735 numberwithin{footnote}{chapter}
30736 \end_layout
30737
30738 \begin_layout Standard
30739 Um 
30740 \series bold
30741
30742 \backslash
30743 numberwithin
30744 \series default
30745  benutzen zu können, muss in den 
30746 \family sans
30747 Mathe
30748 \begin_inset space ~
30749 \end_inset
30750
30751 Optionen
30752 \family default
30753  der 
30754 \family sans
30755 Dokument-Einstellungen
30756 \family default
30757  
30758 \family sans
30759 AMS
30760 \begin_inset space ~
30761 \end_inset
30762
30763 Mathe
30764 \begin_inset space ~
30765 \end_inset
30766
30767 Paket
30768 \family default
30769
30770 \begin_inset space ~
30771 \end_inset
30772
30773
30774 \family sans
30775 verwenden
30776 \family default
30777  angekreuzt sein.
30778 \begin_inset ERT
30779 status collapsed
30780
30781 \begin_layout Plain Layout
30782
30783
30784 \backslash
30785 numberwithin{footnote}{chapter}
30786 \end_layout
30787
30788 \end_inset
30789
30790  Hier ist ein Beispiel für solch eine Fußnote.
30791 \series bold
30792
30793 \begin_inset Foot
30794 status open
30795
30796 \begin_layout Plain Layout
30797 Dies ist eine Fußnote nach dem Schema 
30798 \begin_inset Quotes gld
30799 \end_inset
30800
30801 Kapitel.Fußnote
30802 \begin_inset Quotes grd
30803 \end_inset
30804
30805 .
30806 \end_layout
30807
30808 \end_inset
30809
30810
30811 \series default
30812
30813 \begin_inset ERT
30814 status collapsed
30815
30816 \begin_layout Plain Layout
30817
30818
30819 \backslash
30820 renewcommand{
30821 \backslash
30822 thefootnote}{
30823 \backslash
30824 arabic{footnote}}
30825 \end_layout
30826
30827 \end_inset
30828
30829
30830 \end_layout
30831
30832 \begin_layout Standard
30833 \begin_inset Note Greyedout
30834 status open
30835
30836 \begin_layout Plain Layout
30837
30838 \series bold
30839 Bemerkung:
30840 \series default
30841  
30842 \series bold
30843
30844 \backslash
30845 numberwithin
30846 \series default
30847  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
30848  werden überschrieben.
30849 \end_layout
30850
30851 \end_inset
30852
30853
30854 \end_layout
30855
30856 \begin_layout Standard
30857 Um also z.
30858 \begin_inset space \thinspace{}
30859 \end_inset
30860
30861 B.
30862  das Schema 
30863 \begin_inset Quotes gld
30864 \end_inset
30865
30866 Kapitel.
30867 \backslash
30868 Roman{footnote}
30869 \begin_inset Quotes grd
30870 \end_inset
30871
30872  zu erhalten, muss dieser Befehl anstelle von 
30873 \series bold
30874
30875 \backslash
30876 numberwithin
30877 \series default
30878  verwendet werden:
30879 \end_layout
30880
30881 \begin_layout Standard
30882
30883 \series bold
30884
30885 \backslash
30886 renewcommand{
30887 \backslash
30888 thefootnote}{
30889 \backslash
30890 thechapter.
30891 \backslash
30892 Roman{footnote}}
30893 \end_layout
30894
30895 \begin_layout Subsection
30896 Fußnoten-Platzierung
30897 \begin_inset Index idx
30898 status collapsed
30899
30900 \begin_layout Plain Layout
30901 Fußnoten ! Platzierung
30902 \end_layout
30903
30904 \end_inset
30905
30906
30907 \end_layout
30908
30909 \begin_layout Standard
30910 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
30911  ohne Zwischenraum am Ende der Seite gedruckt.
30912  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
30913  \SpecialChar LaTeX
30914 -Vorspann 1.5
30915 \begin_inset space \thinspace{}
30916 \end_inset
30917
30918 mm Zwischenraum einfügen:
30919 \end_layout
30920
30921 \begin_layout Standard
30922
30923 \series bold
30924
30925 \backslash
30926 let
30927 \backslash
30928 myFoot
30929 \backslash
30930 footnote
30931 \begin_inset Newline newline
30932 \end_inset
30933
30934
30935 \backslash
30936 renewcommand{
30937 \backslash
30938 footnote}[1]{
30939 \backslash
30940 myFoot{#1
30941 \backslash
30942 vspace{1.5mm}}}
30943 \end_layout
30944
30945 \begin_layout Standard
30946 \begin_inset VSpace bigskip
30947 \end_inset
30948
30949 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
30950  Spalte gedruckt, Abbildung
30951 \begin_inset space ~
30952 \end_inset
30953
30954
30955 \begin_inset CommandInset ref
30956 LatexCommand ref
30957 reference "abb:Standard-Fußnoten-Platzierung-in"
30958
30959 \end_inset
30960
30961 .
30962  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
30963  in Abbildung
30964 \begin_inset space ~
30965 \end_inset
30966
30967
30968 \begin_inset CommandInset ref
30969 LatexCommand ref
30970 reference "abb:Fußnoten-Platzierung-in-einem"
30971
30972 \end_inset
30973
30974 , müssen Sie das \SpecialChar LaTeX
30975 -Paket 
30976 \series bold
30977 ftnright
30978 \series default
30979
30980 \begin_inset Index idx
30981 status collapsed
30982
30983 \begin_layout Plain Layout
30984 \SpecialChar LaTeX
30985 -Pakete ! ftnright
30986 \end_layout
30987
30988 \end_inset
30989
30990  mit folgendem Befehl im \SpecialChar LaTeX
30991 -Vorspann einfügen:
30992 \end_layout
30993
30994 \begin_layout Standard
30995
30996 \series bold
30997
30998 \backslash
30999 usepackage{ftnright}
31000 \end_layout
31001
31002 \begin_layout Standard
31003 \begin_inset Float figure
31004 placement !h
31005 wide false
31006 sideways false
31007 status open
31008
31009 \begin_layout Plain Layout
31010 \noindent
31011 \align center
31012 \begin_inset Box Boxed
31013 position "t"
31014 hor_pos "c"
31015 has_inner_box 0
31016 inner_pos "t"
31017 use_parbox 0
31018 use_makebox 0
31019 width ""
31020 special "none"
31021 height "1in"
31022 height_special "totalheight"
31023 thickness "0.4pt"
31024 separation "3pt"
31025 shadowsize "4pt"
31026 framecolor "black"
31027 backgroundcolor "none"
31028 status open
31029
31030 \begin_layout Plain Layout
31031 \begin_inset Graphics
31032         filename ../clipart/without_fntright.pdf
31033         width 100col%
31034         scaleBeforeRotation
31035
31036 \end_inset
31037
31038
31039 \end_layout
31040
31041 \end_inset
31042
31043
31044 \end_layout
31045
31046 \begin_layout Plain Layout
31047 \begin_inset Caption Standard
31048
31049 \begin_layout Plain Layout
31050 \begin_inset CommandInset label
31051 LatexCommand label
31052 name "abb:Standard-Fußnoten-Platzierung-in"
31053
31054 \end_inset
31055
31056 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
31057 \begin_inset Argument 1
31058 status open
31059
31060 \begin_layout Plain Layout
31061 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
31062 \end_layout
31063
31064 \end_inset
31065
31066
31067 \end_layout
31068
31069 \end_inset
31070
31071
31072 \end_layout
31073
31074 \end_inset
31075
31076
31077 \end_layout
31078
31079 \begin_layout Standard
31080 \begin_inset Float figure
31081 placement !h
31082 wide false
31083 sideways false
31084 status open
31085
31086 \begin_layout Plain Layout
31087 \noindent
31088 \align center
31089 \begin_inset Box Boxed
31090 position "t"
31091 hor_pos "c"
31092 has_inner_box 0
31093 inner_pos "t"
31094 use_parbox 0
31095 use_makebox 0
31096 width ""
31097 special "none"
31098 height "1in"
31099 height_special "totalheight"
31100 thickness "0.4pt"
31101 separation "3pt"
31102 shadowsize "4pt"
31103 framecolor "black"
31104 backgroundcolor "none"
31105 status open
31106
31107 \begin_layout Plain Layout
31108 \begin_inset Graphics
31109         filename ../clipart/with_fntright.pdf
31110         width 100col%
31111         scaleBeforeRotation
31112
31113 \end_inset
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 Box Boxed
31242 position "t"
31243 hor_pos "c"
31244 has_inner_box 0
31245 inner_pos "t"
31246 use_parbox 0
31247 use_makebox 0
31248 width ""
31249 special "none"
31250 height "1in"
31251 height_special "totalheight"
31252 thickness "0.4pt"
31253 separation "3pt"
31254 shadowsize "4pt"
31255 framecolor "black"
31256 backgroundcolor "none"
31257 status open
31258
31259 \begin_layout Plain Layout
31260 \begin_inset Graphics
31261         filename ../clipart/endnotes.pdf
31262         width 100col%
31263         scaleBeforeRotation
31264
31265 \end_inset
31266
31267
31268 \end_layout
31269
31270 \end_inset
31271
31272
31273 \end_layout
31274
31275 \begin_layout Plain Layout
31276 \begin_inset Caption Standard
31277
31278 \begin_layout Plain Layout
31279 \begin_inset CommandInset label
31280 LatexCommand label
31281 name "abb:endnotes"
31282
31283 \end_inset
31284
31285
31286 \series bold
31287 endnotes
31288 \series default
31289  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
31290  gedruckt.
31291 \end_layout
31292
31293 \end_inset
31294
31295
31296 \end_layout
31297
31298 \end_inset
31299
31300
31301 \end_layout
31302
31303 \begin_layout Standard
31304 \begin_inset VSpace medskip
31305 \end_inset
31306
31307 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
31308 ache übersetzt.
31309  Der folgende Befehl im \SpecialChar LaTeX
31310 -Vorspann  übersetzt den englischen Namen 
31311 \begin_inset Quotes gld
31312 \end_inset
31313
31314 Notes
31315 \begin_inset Quotes grd
31316 \end_inset
31317
31318  in 
31319 \begin_inset Quotes gld
31320 \end_inset
31321
31322 Anmerkungen
31323 \begin_inset Quotes grd
31324 \end_inset
31325
31326 :
31327 \end_layout
31328
31329 \begin_layout Standard
31330
31331 \series bold
31332
31333 \backslash
31334 renewcommand{
31335 \backslash
31336 notesname}{Anmerkungen}
31337 \end_layout
31338
31339 \begin_layout Standard
31340 \begin_inset VSpace medskip
31341 \end_inset
31342
31343 Wenn Sie in den Befehlen von Abschnitt
31344 \begin_inset space ~
31345 \end_inset
31346
31347
31348 \begin_inset CommandInset ref
31349 LatexCommand ref
31350 reference "uab:Fußnoten-Nummerierung"
31351
31352 \end_inset
31353
31354  
31355 \series bold
31356
31357 \backslash
31358 thefootnote
31359 \series default
31360  durch 
31361 \series bold
31362
31363 \backslash
31364 theendnote
31365 \series default
31366  ersetzen, können Sie die Nummerierung von Endnoten ändern.
31367  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
31368 \series bold
31369
31370 \backslash
31371 @addtoreset
31372 \series default
31373  wie in Abschnitt
31374 \begin_inset space \space{}
31375 \end_inset
31376
31377
31378 \begin_inset CommandInset ref
31379 LatexCommand ref
31380 reference "uab:Fußnoten-Nummerierung"
31381
31382 \end_inset
31383
31384  beschrieben und ersetzen 
31385 \series bold
31386 footnote
31387 \series default
31388  durch 
31389 \series bold
31390 endnote
31391 \series default
31392 .
31393 \end_layout
31394
31395 \begin_layout Standard
31396 Für Endnoten gibt es den Befehl 
31397 \series bold
31398
31399 \backslash
31400 endnotemark[Nummer]
31401 \series default
31402  analog zum Befehl 
31403 \series bold
31404
31405 \backslash
31406 footnotemark
31407 \series default
31408  der in Abschnitt
31409 \begin_inset space ~
31410 \end_inset
31411
31412
31413 \begin_inset CommandInset ref
31414 LatexCommand ref
31415 reference "abs:Fußnoten"
31416
31417 \end_inset
31418
31419  beschrieben ist.
31420 \end_layout
31421
31422 \begin_layout Standard
31423 \begin_inset VSpace bigskip
31424 \end_inset
31425
31426 Mit dem \SpecialChar LaTeX
31427 -Paket 
31428 \series bold
31429 footmisc
31430 \series default
31431
31432 \begin_inset Index idx
31433 status collapsed
31434
31435 \begin_layout Plain Layout
31436 \SpecialChar LaTeX
31437 -Pakete ! footmisc
31438 \end_layout
31439
31440 \end_inset
31441
31442  (
31443 \begin_inset CommandInset citation
31444 LatexCommand cite
31445 key "footmisc"
31446
31447 \end_inset
31448
31449 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
31450 \end_layout
31451
31452 \begin_layout Standard
31453 In \SpecialChar LaTeX
31454 -Büchern, 
31455 \begin_inset CommandInset citation
31456 LatexCommand cite
31457 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
31458
31459 \end_inset
31460
31461 , finden Sie weiteres zu Fußnoten.
31462  Wenn Sie eine 
31463 \series bold
31464 KOMA-Script
31465 \series default
31466
31467 \begin_inset Index idx
31468 status collapsed
31469
31470 \begin_layout Plain Layout
31471 \SpecialChar LaTeX
31472 -Pakete ! KOMA-Script
31473 \end_layout
31474
31475 \end_inset
31476
31477  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
31478 zifische Befehle anpassen, siehe 
31479 \begin_inset CommandInset citation
31480 LatexCommand cite
31481 key "KOMA-Script"
31482
31483 \end_inset
31484
31485 .
31486 \end_layout
31487
31488 \begin_layout Section
31489 Randnotizen
31490 \begin_inset Index idx
31491 status collapsed
31492
31493 \begin_layout Plain Layout
31494 Randnotizen
31495 \end_layout
31496
31497 \end_inset
31498
31499
31500 \begin_inset Index idx
31501 status collapsed
31502
31503 \begin_layout Plain Layout
31504 Notizen ! Randnotizen
31505 \end_layout
31506
31507 \end_inset
31508
31509
31510 \end_layout
31511
31512 \begin_layout Standard
31513 Randnotizen sehen in \SpecialChar LyX
31514  wie Fußnoten aus und verhalten sich auch so.
31515  Sie fügen sie mit einem Klick auf den Schalter 
31516 \begin_inset Info
31517 type  "icon"
31518 arg   "marginalnote-insert"
31519 \end_inset
31520
31521  oder über 
31522 \family sans
31523 Einfügen\SpecialChar menuseparator
31524 Randnotiz
31525 \family default
31526  ein.
31527  Ein graues Kästchen mit der Aufschrift 
31528 \begin_inset Quotes gld
31529 \end_inset
31530
31531 Rand
31532 \begin_inset Quotes grd
31533 \end_inset
31534
31535  erscheint
31536 \family roman
31537 \series medium
31538 , und dort, wo der Cursor steht, können Sie Text eingeben.
31539 \end_layout
31540
31541 \begin_layout Standard
31542 Hier am Rand sehen Sie eine Randnotiz.
31543  
31544 \begin_inset Marginal
31545 status open
31546
31547 \begin_layout Plain Layout
31548 Dies ist eine Randnotiz.
31549 \end_layout
31550
31551 \end_inset
31552
31553
31554 \end_layout
31555
31556 \begin_layout Standard
31557 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
31558  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
31559  Seiten und rechts auf den ungeraden.
31560  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
31561  wird und umgekehrt.
31562  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
31563  wurde.
31564 \end_layout
31565
31566 \begin_layout Standard
31567 \begin_inset VSpace bigskip
31568 \end_inset
31569
31570 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
31571 \end_layout
31572
31573 \begin_layout Standard
31574
31575 \series bold
31576
31577 \backslash
31578 reversemarginpar
31579 \end_layout
31580
31581 \begin_layout Standard
31582 als \SpecialChar TeX
31583 -Code vor einer Randnotiz ein.
31584  Das gilt dann für alle folgenden Randnotizen.
31585  
31586 \begin_inset ERT
31587 status collapsed
31588
31589 \begin_layout Plain Layout
31590
31591
31592 \backslash
31593 reversemarginpar 
31594 \end_layout
31595
31596 \end_inset
31597
31598
31599 \begin_inset Marginal
31600 status open
31601
31602 \begin_layout Plain Layout
31603 Hier ist ein Beispiel im inneren Rand.
31604 \end_layout
31605
31606 \end_inset
31607
31608
31609 \begin_inset Newline newline
31610 \end_inset
31611
31612
31613 \begin_inset Note Greyedout
31614 status open
31615
31616 \begin_layout Plain Layout
31617  
31618 \series bold
31619 Achtung:
31620 \series default
31621  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
31622 \end_layout
31623
31624 \end_inset
31625
31626
31627 \end_layout
31628
31629 \begin_layout Standard
31630 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
31631 \end_layout
31632
31633 \begin_layout Standard
31634
31635 \series bold
31636
31637 \backslash
31638 normalmarginpar
31639 \end_layout
31640
31641 \begin_layout Standard
31642 als \SpecialChar TeX
31643 -Code ein.
31644 \begin_inset ERT
31645 status collapsed
31646
31647 \begin_layout Plain Layout
31648
31649
31650 \backslash
31651 normalmarginpar 
31652 \end_layout
31653
31654 \end_inset
31655
31656
31657 \end_layout
31658
31659 \begin_layout Standard
31660 \begin_inset Note Greyedout
31661 status open
31662
31663 \begin_layout Plain Layout
31664
31665 \series bold
31666 Achtung:
31667 \series default
31668  Der Befehl wird missachtet, wenn er im selben Absatz wie 
31669 \series bold
31670
31671 \backslash
31672 reversemarginpar
31673 \series default
31674  verwendet wird.
31675 \end_layout
31676
31677 \end_inset
31678
31679
31680 \end_layout
31681
31682 \begin_layout Standard
31683 \begin_inset VSpace bigskip
31684 \end_inset
31685
31686
31687 \begin_inset Marginal
31688 status open
31689
31690 \begin_layout Plain Layout
31691
31692 \family roman
31693 \series medium
31694 EinSehrLangesWort am Anfang, das umgebrochen wird.
31695 \end_layout
31696
31697 \end_inset
31698
31699  Ähnlich wie in Abschnitt
31700 \begin_inset space ~
31701 \end_inset
31702
31703
31704 \begin_inset CommandInset ref
31705 LatexCommand ref
31706 reference "uab:Mehrere-Zeilen-in"
31707
31708 \end_inset
31709
31710  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
31711  Wort der Randnotiz sind.
31712  Um das zu vermeiden, fügen sie 0
31713 \begin_inset space \thinspace{}
31714 \end_inset
31715
31716 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
31717 \begin_inset Marginal
31718 status open
31719
31720 \begin_layout Plain Layout
31721 \begin_inset space \hspace{}
31722 \length 0pt
31723 \end_inset
31724
31725
31726 \family roman
31727 \series medium
31728 EinSehrLangesWort am Anfang, das umgebrochen wird.
31729 \end_layout
31730
31731 \end_inset
31732
31733
31734 \end_layout
31735
31736 \begin_layout Standard
31737 \begin_inset VSpace bigskip
31738 \end_inset
31739
31740
31741 \end_layout
31742
31743 \begin_layout Standard
31744 \begin_inset Note Greyedout
31745 status open
31746
31747 \begin_layout Plain Layout
31748
31749 \series bold
31750 Bemerkung:
31751 \series default
31752  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
31753  verwendet werden.
31754 \end_layout
31755
31756 \end_inset
31757
31758
31759 \end_layout
31760
31761 \begin_layout Standard
31762 \begin_inset VSpace bigskip
31763 \end_inset
31764
31765
31766 \end_layout
31767
31768 \begin_layout Standard
31769 \begin_inset ERT
31770 status collapsed
31771
31772 \begin_layout Plain Layout
31773
31774
31775 \backslash
31776 ifmarginnote
31777 \end_layout
31778
31779 \end_inset
31780
31781
31782 \begin_inset Note Note
31783 status open
31784
31785 \begin_layout Plain Layout
31786 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
31787 -Paket 
31788 \series bold
31789 marginnote
31790 \series default
31791  installiert ist.
31792 \end_layout
31793
31794 \end_inset
31795
31796
31797 \end_layout
31798
31799 \begin_layout Standard
31800 Diese Einschränkung kann umgangen werden, wenn das \SpecialChar LaTeX
31801 -Paket 
31802 \series bold
31803 marginnote
31804 \series default
31805
31806 \begin_inset Index idx
31807 status collapsed
31808
31809 \begin_layout Plain Layout
31810 \SpecialChar LaTeX
31811 -Pakete ! marginnote
31812 \end_layout
31813
31814 \end_inset
31815
31816  verwendet wird.
31817  Wenn Sie diese zwei Zeilen zum \SpecialChar LaTeX
31818 -Vorspann hinzufügen, wird der Befehl, der
31819  von \SpecialChar LyX
31820  für Randnotizen verwendet wird, umdefiniert, so dass der Befehl des
31821  Pakets 
31822 \series bold
31823 marginnote
31824 \series default
31825  für Randnotizen verwendet wird:
31826 \end_layout
31827
31828 \begin_layout Standard
31829
31830 \series bold
31831
31832 \backslash
31833 usepackage{marginnote}
31834 \begin_inset Newline newline
31835 \end_inset
31836
31837
31838 \backslash
31839 let
31840 \backslash
31841 marginpar
31842 \backslash
31843 marginnote
31844 \end_layout
31845
31846 \begin_layout Standard
31847 Dies wird auch in diesem Dokument verwendet, denn 
31848 \series bold
31849 marginnote
31850 \series default
31851  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
31852  für Randnotizen angeben.
31853  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
31854 n zu dicht beieinander sind.
31855  Der Versatz wird in \SpecialChar LyX
31856  als \SpecialChar TeX
31857 -Code direkt nach der Randnotiz mit dem Schema
31858 \end_layout
31859
31860 \begin_layout Standard
31861
31862 \series bold
31863 [Versatz]
31864 \end_layout
31865
31866 \begin_layout Standard
31867 angegeben.
31868  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
31869 \begin_inset space ~
31870 \end_inset
31871
31872
31873 \begin_inset CommandInset ref
31874 LatexCommand ref
31875 reference "tab:Maßeinheiten"
31876
31877 \end_inset
31878
31879  aufgelistet sind.
31880  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
31881  nach unten.
31882  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
31883 \begin_inset space \thinspace{}
31884 \end_inset
31885
31886 cm mit dem \SpecialChar TeX
31887 -Code-Befehl  
31888 \begin_inset Quotes gld
31889 \end_inset
31890
31891
31892 \series bold
31893 [-1.5cm]
31894 \series default
31895
31896 \begin_inset Quotes grd
31897 \end_inset
31898
31899  nach oben versetzt.
31900 \begin_inset Marginal
31901 status open
31902
31903 \begin_layout Plain Layout
31904 Diese Randnotiz ist 1.5
31905 \begin_inset space \thinspace{}
31906 \end_inset
31907
31908 cm von ihrer Originalposition nach oben versetzt.
31909 \end_layout
31910
31911 \end_inset
31912
31913
31914 \begin_inset ERT
31915 status collapsed
31916
31917 \begin_layout Plain Layout
31918
31919 [-1.5cm]
31920 \end_layout
31921
31922 \end_inset
31923
31924
31925 \end_layout
31926
31927 \begin_layout Standard
31928 \begin_inset VSpace medskip
31929 \end_inset
31930
31931 Mit 
31932 \series bold
31933 marginnote
31934 \series default
31935  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
31936  Zum Beispiel setzen die Befehle
31937 \end_layout
31938
31939 \begin_layout Standard
31940
31941 \series bold
31942
31943 \backslash
31944 renewcommand*{
31945 \backslash
31946 raggedleftmarginnote}{
31947 \backslash
31948 centering}
31949 \begin_inset Newline newline
31950 \end_inset
31951
31952
31953 \backslash
31954 renewcommand*{
31955 \backslash
31956 raggedrightmarginnote}{
31957 \backslash
31958 centering}
31959 \end_layout
31960
31961 \begin_layout Standard
31962 die Ausrichtung auf zentriert.
31963  
31964 \series bold
31965
31966 \backslash
31967 raggedleftmarginnote
31968 \series default
31969  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
31970  
31971 \begin_inset ERT
31972 status collapsed
31973
31974 \begin_layout Plain Layout
31975
31976
31977 \backslash
31978 renewcommand*{
31979 \backslash
31980 raggedleftmarginnote}{
31981 \backslash
31982 centering}
31983 \end_layout
31984
31985 \begin_layout Plain Layout
31986
31987
31988 \backslash
31989 renewcommand*{
31990 \backslash
31991 raggedrightmarginnote}{
31992 \backslash
31993 centering}
31994 \end_layout
31995
31996 \end_inset
31997
31998
31999 \begin_inset Marginal
32000 status open
32001
32002 \begin_layout Plain Layout
32003 Der Text dieser Randnotiz ist zentriert ausgerichtet.
32004 \end_layout
32005
32006 \end_inset
32007
32008  Die Voreinstellung ist
32009 \end_layout
32010
32011 \begin_layout Standard
32012
32013 \series bold
32014
32015 \backslash
32016 renewcommand*{
32017 \backslash
32018 raggedleftmarginnote}{
32019 \backslash
32020 raggedleft}
32021 \begin_inset Newline newline
32022 \end_inset
32023
32024
32025 \backslash
32026 renewcommand*{
32027 \backslash
32028 raggedrightmarginnote}{
32029 \backslash
32030 raggedright}
32031 \series default
32032
32033 \begin_inset ERT
32034 status collapsed
32035
32036 \begin_layout Plain Layout
32037
32038
32039 \backslash
32040 renewcommand*{
32041 \backslash
32042 raggedleftmarginnote}{
32043 \backslash
32044 raggedleft}
32045 \end_layout
32046
32047 \begin_layout Plain Layout
32048
32049
32050 \backslash
32051 renewcommand*{
32052 \backslash
32053 raggedrightmarginnote}{
32054 \backslash
32055 raggedright}
32056 \end_layout
32057
32058 \end_inset
32059
32060
32061 \end_layout
32062
32063 \begin_layout Standard
32064 \begin_inset VSpace medskip
32065 \end_inset
32066
32067 Für weitere Fähigkeiten des Pakets 
32068 \series bold
32069 marginnote
32070 \series default
32071  sei auf dessen Dokumentation verwiesen 
32072 \begin_inset CommandInset citation
32073 LatexCommand cite
32074 key "marginnote"
32075
32076 \end_inset
32077
32078 .
32079 \end_layout
32080
32081 \begin_layout Standard
32082 \begin_inset VSpace bigskip
32083 \end_inset
32084
32085 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
32086  geändert werden.
32087  Um z.
32088 \begin_inset space \thinspace{}
32089 \end_inset
32090
32091 B.
32092  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
32093  und fettgedruckten Text 
32094 \begin_inset Quotes eld
32095 \end_inset
32096
32097
32098 \family sans
32099 \series bold
32100 \bar under
32101 Achtung!
32102 \family default
32103 \series default
32104 \bar default
32105
32106 \begin_inset Quotes erd
32107 \end_inset
32108
32109  zu erstellen, fügen Sie dies zum \SpecialChar LaTeX
32110 -Vorspann hinzu:
32111 \end_layout
32112
32113 \begin_layout Standard
32114
32115 \series bold
32116
32117 \backslash
32118 let
32119 \backslash
32120 myMarginpar
32121 \backslash
32122 marginpar
32123 \begin_inset Newline newline
32124 \end_inset
32125
32126
32127 \backslash
32128 renewcommand{
32129 \backslash
32130 marginpar}[1]{
32131 \backslash
32132 myMarginpar{%
32133 \begin_inset Newline newline
32134 \end_inset
32135
32136
32137 \begin_inset Phantom HPhantom
32138 status open
32139
32140 \begin_layout Plain Layout
32141
32142 \series bold
32143 \begin_inset space ~
32144 \end_inset
32145
32146
32147 \end_layout
32148
32149 \end_inset
32150
32151
32152 \backslash
32153 hspace{0pt}
32154 \backslash
32155 textsf{
32156 \backslash
32157 textbf{
32158 \backslash
32159 underbar{Achtung!}}}%
32160 \begin_inset Newline newline
32161 \end_inset
32162
32163
32164 \begin_inset Phantom HPhantom
32165 status open
32166
32167 \begin_layout Plain Layout
32168
32169 \series bold
32170 \begin_inset space ~
32171 \end_inset
32172
32173
32174 \end_layout
32175
32176 \end_inset
32177
32178
32179 \backslash
32180 vspace{1.5mm}
32181 \backslash
32182
32183 \backslash
32184 #1}}
32185 \end_layout
32186
32187 \begin_layout Standard
32188 \begin_inset ERT
32189 status collapsed
32190
32191 \begin_layout Plain Layout
32192
32193
32194 \backslash
32195 let
32196 \backslash
32197 myMarginpar
32198 \backslash
32199 marginpar
32200 \end_layout
32201
32202 \begin_layout Plain Layout
32203
32204
32205 \backslash
32206 renewcommand{
32207 \backslash
32208 marginpar}[1]{
32209 \backslash
32210 myMarginpar{%
32211 \end_layout
32212
32213 \begin_layout Plain Layout
32214
32215    
32216 \backslash
32217 textsf{
32218 \backslash
32219 textbf{
32220 \backslash
32221 underbar{Achtung!}}}%
32222 \end_layout
32223
32224 \begin_layout Plain Layout
32225
32226    
32227 \backslash
32228 vspace{1.5mm}
32229 \backslash
32230
32231 \backslash
32232 #1}}
32233 \end_layout
32234
32235 \end_inset
32236
32237
32238 \begin_inset Marginal
32239 status open
32240
32241 \begin_layout Plain Layout
32242 Dies ist eine Randnotiz mit einer definierten Überschrift.
32243 \end_layout
32244
32245 \end_inset
32246
32247
32248 \begin_inset ERT
32249 status collapsed
32250
32251 \begin_layout Plain Layout
32252
32253 [-1.5cm]
32254 \end_layout
32255
32256 \end_inset
32257
32258
32259 \begin_inset ERT
32260 status collapsed
32261
32262 \begin_layout Plain Layout
32263
32264
32265 \backslash
32266 renewcommand{
32267 \backslash
32268 marginpar}[1]{
32269 \backslash
32270 myMarginpar{#1}}
32271 \end_layout
32272
32273 \end_inset
32274
32275
32276 \begin_inset Note Note
32277 status open
32278
32279 \begin_layout Plain Layout
32280 Das Format wurde nur für dieses Beispiel geändert.
32281 \end_layout
32282
32283 \end_inset
32284
32285
32286 \end_layout
32287
32288 \begin_layout Standard
32289 \begin_inset ERT
32290 status collapsed
32291
32292 \begin_layout Plain Layout
32293
32294
32295 \backslash
32296 else
32297 \end_layout
32298
32299 \end_inset
32300
32301
32302 \begin_inset Note Note
32303 status open
32304
32305 \begin_layout Plain Layout
32306 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
32307 -Paket 
32308 \series bold
32309 marginnote
32310 \series default
32311  nicht installiert ist:
32312 \end_layout
32313
32314 \end_inset
32315
32316
32317 \end_layout
32318
32319 \begin_layout Standard
32320 Das \SpecialChar LaTeX
32321 -Paket 
32322 \series bold
32323 marginnote
32324 \series default
32325  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
32326 \end_layout
32327
32328 \begin_layout Standard
32329 \begin_inset ERT
32330 status collapsed
32331
32332 \begin_layout Plain Layout
32333
32334
32335 \backslash
32336 fi
32337 \end_layout
32338
32339 \end_inset
32340
32341
32342 \end_layout
32343
32344 \begin_layout Chapter
32345 Boxen
32346 \end_layout
32347
32348 \begin_layout Section
32349 Einleitung
32350 \begin_inset Index idx
32351 status collapsed
32352
32353 \begin_layout Plain Layout
32354 Boxen ! Einleitung
32355 \end_layout
32356
32357 \end_inset
32358
32359
32360 \end_layout
32361
32362 \begin_layout Standard
32363 Boxen werden benutzt, um einen Textblock zu formatieren.
32364  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
32365  siehe Abschnitt
32366 \begin_inset space ~
32367 \end_inset
32368
32369
32370 \begin_inset CommandInset ref
32371 LatexCommand ref
32372 reference "abs:Minipage"
32373
32374 \end_inset
32375
32376 , um Text zu umrahmen, siehe Abschnitt
32377 \begin_inset space ~
32378 \end_inset
32379
32380
32381 \begin_inset CommandInset ref
32382 LatexCommand ref
32383 reference "uab:Verzierung"
32384
32385 \end_inset
32386
32387 , um Silbentrennung zu verhindern, siehe Abschnitt
32388 \begin_inset space ~
32389 \end_inset
32390
32391
32392 \begin_inset CommandInset ref
32393 LatexCommand ref
32394 reference "abs:Silbentrennung-unterbinden"
32395
32396 \end_inset
32397
32398 , um Text senkrecht auszurichten, siehe Abschnitt
32399 \begin_inset space ~
32400 \end_inset
32401
32402
32403 \begin_inset CommandInset ref
32404 LatexCommand ref
32405 reference "uab:Vertikale-Ausrichtung"
32406
32407 \end_inset
32408
32409  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
32410 \begin_inset space ~
32411 \end_inset
32412
32413
32414 \begin_inset CommandInset ref
32415 LatexCommand ref
32416 reference "abs:Farbige-Boxen"
32417
32418 \end_inset
32419
32420 .
32421 \end_layout
32422
32423 \begin_layout Standard
32424 Boxen werden mit 
32425 \family sans
32426 Einfügen\SpecialChar menuseparator
32427 Box
32428 \family default
32429  oder dem Schalter 
32430 \begin_inset Info
32431 type  "icon"
32432 arg   "box-insert Frameless"
32433 \end_inset
32434
32435  eingefügt.
32436  Ein graues Kästchen mit der Aufschrift 
32437 \begin_inset Quotes gld
32438 \end_inset
32439
32440 Box (Minipage)
32441 \begin_inset Quotes grd
32442 \end_inset
32443
32444  erscheint: 
32445 \begin_inset Graphics
32446         filename clipart/StandardBox.png
32447         scale 85
32448         scaleBeforeRotation
32449
32450 \end_inset
32451
32452  Mit einem Rechts\SpecialChar softhyphen
32453 klick auf das graue Kästchen und der Auswahl von 
32454 \family sans
32455 Einstellungen
32456 \family default
32457  kann der Typ spezifiziert werden.
32458  Das Dialogfenster bietet bei 
32459 \family sans
32460 Innere
32461 \begin_inset space ~
32462 \end_inset
32463
32464 Box
32465 \family default
32466  die Typen 
32467 \family sans
32468 Makebox
32469 \family default
32470
32471 \family sans
32472 Parbox
32473 \family default
32474  und 
32475 \family sans
32476 Minipage
32477 \family default
32478  an.
32479  
32480 \family sans
32481 Minipage
32482 \family default
32483  ist die Standard-Einstellung für neue Boxen und in Abschnitt
32484 \begin_inset space ~
32485 \end_inset
32486
32487
32488 \begin_inset CommandInset ref
32489 LatexCommand ref
32490 reference "abs:Minipage"
32491
32492 \end_inset
32493
32494  beschrieben, 
32495 \family sans
32496 Parbox
32497 \family default
32498  in Abschnitt
32499 \begin_inset space ~
32500 \end_inset
32501
32502
32503 \begin_inset CommandInset ref
32504 LatexCommand ref
32505 reference "abs:Parbox"
32506
32507 \end_inset
32508
32509  und 
32510 \family sans
32511 Makebox
32512 \family default
32513  in 
32514 \begin_inset CommandInset ref
32515 LatexCommand ref
32516 reference "abs:Silbentrennung-unterbinden"
32517
32518 \end_inset
32519
32520 .
32521 \end_layout
32522
32523 \begin_layout Standard
32524 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
32525  wie auf Gleitobjekte und Fußnoten.
32526 \end_layout
32527
32528 \begin_layout Standard
32529 \begin_inset Note Greyedout
32530 status open
32531
32532 \begin_layout Plain Layout
32533
32534 \series bold
32535 Bemerkung
32536 \begin_inset space ~
32537 \end_inset
32538
32539 1:
32540 \series default
32541  Boxen dürfen in 
32542 \family sans
32543 List-
32544 \family default
32545  oder 
32546 \family sans
32547 Beschreibung-
32548 \family default
32549 Umgebungen nicht verwendet werden.
32550 \end_layout
32551
32552 \end_inset
32553
32554
32555 \end_layout
32556
32557 \begin_layout Standard
32558 \begin_inset Note Greyedout
32559 status open
32560
32561 \begin_layout Plain Layout
32562
32563 \series bold
32564 Bemerkung
32565 \begin_inset space ~
32566 \end_inset
32567
32568 2:
32569 \series default
32570  Boxen ohne 
32571 \family sans
32572 Innere
32573 \begin_inset space ~
32574 \end_inset
32575
32576 Box
32577 \family default
32578  und ohne Rahmen werden in Abschnitt
32579 \begin_inset space ~
32580 \end_inset
32581
32582
32583 \begin_inset CommandInset ref
32584 LatexCommand ref
32585 reference "abs:Silbentrennung-unterbinden"
32586
32587 \end_inset
32588
32589  beschrieben.
32590 \end_layout
32591
32592 \end_inset
32593
32594
32595 \end_layout
32596
32597 \begin_layout Section
32598 Das Box-Einstellungen-Fenster
32599 \begin_inset CommandInset label
32600 LatexCommand label
32601 name "abs:Box-Dialog"
32602
32603 \end_inset
32604
32605
32606 \begin_inset Index idx
32607 status collapsed
32608
32609 \begin_layout Plain Layout
32610 Boxen ! Box-Dialog-Fenster
32611 \end_layout
32612
32613 \end_inset
32614
32615
32616 \end_layout
32617
32618 \begin_layout Subsection
32619 Box-Größe
32620 \begin_inset Index idx
32621 status collapsed
32622
32623 \begin_layout Plain Layout
32624 Boxen ! Größe
32625 \end_layout
32626
32627 \end_inset
32628
32629
32630 \end_layout
32631
32632 \begin_layout Standard
32633 Im 
32634 \family sans
32635 Box-Einstellungen
32636 \family default
32637 -Fenster können Sie die Größe der Box mit 
32638 \family sans
32639 Breite
32640 \family default
32641  und 
32642 \family sans
32643 Höhe 
32644 \family default
32645 festlegen.
32646  Die verfügbaren Einheiten werden in Tabelle
32647 \begin_inset space ~
32648 \end_inset
32649
32650
32651 \begin_inset CommandInset ref
32652 LatexCommand ref
32653 reference "tab:Maßeinheiten"
32654
32655 \end_inset
32656
32657  aufgelistet.
32658  Das Feld
32659 \family sans
32660  Höhe
32661 \family default
32662  bietet die folgenden zusätzlichen Größen:
32663 \end_layout
32664
32665 \begin_layout Description
32666 Tiefe Dies ist die reine Text-
32667 \begin_inset Quotes gld
32668 \end_inset
32669
32670 Höhe
32671 \begin_inset Quotes grd
32672 \end_inset
32673
32674 .
32675  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
32676 \begin_inset Newline newline
32677 \end_inset
32678
32679
32680 \begin_inset Newline newline
32681 \end_inset
32682
32683
32684 \begin_inset Newline newline
32685 \end_inset
32686
32687
32688 \begin_inset Box Boxed
32689 position "c"
32690 hor_pos "c"
32691 has_inner_box 1
32692 inner_pos "c"
32693 use_parbox 0
32694 use_makebox 0
32695 width "12col%"
32696 special "none"
32697 height "1in"
32698 height_special "depth"
32699 thickness "0.4pt"
32700 separation "3pt"
32701 shadowsize "4pt"
32702 framecolor "black"
32703 backgroundcolor "none"
32704 status collapsed
32705
32706 \begin_layout Plain Layout
32707 \align center
32708 Box-Höhe = 1
32709 \begin_inset space \thinspace{}
32710 \end_inset
32711
32712 Tiefe
32713 \end_layout
32714
32715 \end_inset
32716
32717
32718 \begin_inset Newline newline
32719 \end_inset
32720
32721
32722 \begin_inset Newline newline
32723 \end_inset
32724
32725
32726 \end_layout
32727
32728 \begin_layout Description
32729 Höhe Dies ist die Texthöhe innerhalb der Box.
32730  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
32731  Texthöhe setzen: 
32732 \begin_inset Box Boxed
32733 position "c"
32734 hor_pos "c"
32735 has_inner_box 1
32736 inner_pos "c"
32737 use_parbox 0
32738 use_makebox 0
32739 width "20col%"
32740 special "none"
32741 height "2in"
32742 height_special "height"
32743 thickness "0.4pt"
32744 separation "3pt"
32745 shadowsize "4pt"
32746 framecolor "black"
32747 backgroundcolor "none"
32748 status collapsed
32749
32750 \begin_layout Plain Layout
32751 \align center
32752 Boxhöhe = 2
32753 \begin_inset space \thinspace{}
32754 \end_inset
32755
32756 Höhe
32757 \end_layout
32758
32759 \end_inset
32760
32761
32762 \end_layout
32763
32764 \begin_layout Description
32765 Gesamthöhe Dies ist Höhe
32766 \begin_inset space \thinspace{}
32767 \end_inset
32768
32769 +
32770 \begin_inset space \thinspace{}
32771 \end_inset
32772
32773 Tiefe: 
32774 \begin_inset Box Boxed
32775 position "c"
32776 hor_pos "c"
32777 has_inner_box 1
32778 inner_pos "c"
32779 use_parbox 0
32780 use_makebox 0
32781 width "20col%"
32782 special "none"
32783 height "1in"
32784 height_special "totalheight"
32785 thickness "0.4pt"
32786 separation "3pt"
32787 shadowsize "4pt"
32788 framecolor "black"
32789 backgroundcolor "none"
32790 status collapsed
32791
32792 \begin_layout Plain Layout
32793 \align center
32794 Boxhöhe = 1
32795 \begin_inset space \thinspace{}
32796 \end_inset
32797
32798 Gesamthöhe
32799 \end_layout
32800
32801 \end_inset
32802
32803
32804 \end_layout
32805
32806 \begin_layout Description
32807 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
32808 \begin_inset Box Boxed
32809 position "c"
32810 hor_pos "c"
32811 has_inner_box 1
32812 inner_pos "c"
32813 use_parbox 0
32814 use_makebox 0
32815 width "12col%"
32816 special "none"
32817 height "1in"
32818 height_special "width"
32819 thickness "0.4pt"
32820 separation "3pt"
32821 shadowsize "4pt"
32822 framecolor "black"
32823 backgroundcolor "none"
32824 status collapsed
32825
32826 \begin_layout Plain Layout
32827 \align center
32828 Boxhöhe = 1
32829 \begin_inset space \thinspace{}
32830 \end_inset
32831
32832 Breite
32833 \end_layout
32834
32835 \end_inset
32836
32837
32838 \end_layout
32839
32840 \begin_layout Subsection
32841 Ausrichtung
32842 \begin_inset Index idx
32843 status collapsed
32844
32845 \begin_layout Plain Layout
32846 Boxen ! Ausrichtung
32847 \end_layout
32848
32849 \end_inset
32850
32851
32852 \end_layout
32853
32854 \begin_layout Standard
32855 Wenn Sie eine 
32856 \family sans
32857 Innere
32858 \begin_inset space ~
32859 \end_inset
32860
32861 Box
32862 \family default
32863  gewählt haben, kann die Box mit folgenden Werten für 
32864 \family sans
32865 Box
32866 \family default
32867  senkrecht ausgerichtet werden:
32868 \end_layout
32869
32870 \begin_layout Description
32871 Oben Dies ist ein Beispieltext.
32872  
32873 \begin_inset Box Boxed
32874 position "t"
32875 hor_pos "c"
32876 has_inner_box 1
32877 inner_pos "c"
32878 use_parbox 0
32879 use_makebox 0
32880 width "20col%"
32881 special "none"
32882 height "1in"
32883 height_special "totalheight"
32884 thickness "0.4pt"
32885 separation "3pt"
32886 shadowsize "4pt"
32887 framecolor "black"
32888 backgroundcolor "none"
32889 status collapsed
32890
32891 \begin_layout Plain Layout
32892 \align center
32893 Die Ober\SpecialChar softhyphen
32894 kante der Box ist in der Zeile.
32895 \end_layout
32896
32897 \end_inset
32898
32899  Dies ist ein Beispieltext.
32900 \end_layout
32901
32902 \begin_layout Description
32903 Mitte Dies ist ein Beispieltext.
32904  
32905 \begin_inset Box Boxed
32906 position "c"
32907 hor_pos "c"
32908 has_inner_box 1
32909 inner_pos "c"
32910 use_parbox 0
32911 use_makebox 0
32912 width "20col%"
32913 special "none"
32914 height "1in"
32915 height_special "totalheight"
32916 thickness "0.4pt"
32917 separation "3pt"
32918 shadowsize "4pt"
32919 framecolor "black"
32920 backgroundcolor "none"
32921 status collapsed
32922
32923 \begin_layout Plain Layout
32924 \align center
32925 Die Mitte der Box ist in der Zeile.
32926 \end_layout
32927
32928 \end_inset
32929
32930  Dies ist ein Beispieltext.
32931 \end_layout
32932
32933 \begin_layout Description
32934 Unten Dies ist ein Beispieltext.
32935  
32936 \begin_inset Box Boxed
32937 position "b"
32938 hor_pos "c"
32939 has_inner_box 1
32940 inner_pos "c"
32941 use_parbox 0
32942 use_makebox 0
32943 width "20col%"
32944 special "none"
32945 height "1in"
32946 height_special "totalheight"
32947 thickness "0.4pt"
32948 separation "3pt"
32949 shadowsize "4pt"
32950 framecolor "black"
32951 backgroundcolor "none"
32952 status collapsed
32953
32954 \begin_layout Plain Layout
32955 \align center
32956 Die Unter\SpecialChar softhyphen
32957 kante der Box ist in der Zeile.
32958 \end_layout
32959
32960 \end_inset
32961
32962  Dies ist ein Beispieltext.
32963 \end_layout
32964
32965 \begin_layout Standard
32966 \begin_inset Note Greyedout
32967 status open
32968
32969 \begin_layout Plain Layout
32970
32971 \series bold
32972 Bemerkung:
32973 \series default
32974  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
32975  Boxen in einer Zeile sind und eine Box z.
32976 \begin_inset space \thinspace{}
32977 \end_inset
32978
32979 B.
32980  schattiert ist, die andere aber nicht.
32981 \end_layout
32982
32983 \end_inset
32984
32985
32986 \end_layout
32987
32988 \begin_layout Standard
32989 Eine Box kann mit dem Dialog 
32990 \family sans
32991 Absatz-Einstellungen
32992 \family default
32993  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
32994 \end_layout
32995
32996 \begin_layout Standard
32997 \begin_inset VSpace bigskip
32998 \end_inset
32999
33000 Wenn Sie eine 
33001 \family sans
33002 Innere
33003 \begin_inset space ~
33004 \end_inset
33005
33006 Box
33007 \family default
33008  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
33009 \family sans
33010 Inhalt
33011 \family default
33012  senkrecht ausgerichtet werden:
33013 \end_layout
33014
33015 \begin_layout Description
33016 Oben Dies ist ein Beispieltext.
33017  
33018 \begin_inset Box Boxed
33019 position "c"
33020 hor_pos "c"
33021 has_inner_box 1
33022 inner_pos "t"
33023 use_parbox 0
33024 use_makebox 0
33025 width "20col%"
33026 special "none"
33027 height "1.5in"
33028 height_special "totalheight"
33029 thickness "0.4pt"
33030 separation "3pt"
33031 shadowsize "4pt"
33032 framecolor "black"
33033 backgroundcolor "none"
33034 status collapsed
33035
33036 \begin_layout Plain Layout
33037 \align center
33038 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
33039 \end_layout
33040
33041 \end_inset
33042
33043  Dies ist ein Beispieltext.
33044 \end_layout
33045
33046 \begin_layout Description
33047 Mitte Dies ist ein Beispieltext.
33048  
33049 \begin_inset Box Boxed
33050 position "c"
33051 hor_pos "c"
33052 has_inner_box 1
33053 inner_pos "c"
33054 use_parbox 0
33055 use_makebox 0
33056 width "20col%"
33057 special "none"
33058 height "1.5in"
33059 height_special "totalheight"
33060 thickness "0.4pt"
33061 separation "3pt"
33062 shadowsize "4pt"
33063 framecolor "black"
33064 backgroundcolor "none"
33065 status collapsed
33066
33067 \begin_layout Plain Layout
33068 \align center
33069 Der Boxinhalt ist zentriert ausgerichtet.
33070 \end_layout
33071
33072 \end_inset
33073
33074  Dies ist ein Beispieltext.
33075 \end_layout
33076
33077 \begin_layout Description
33078 Unten Dies ist ein Beispieltext.
33079  
33080 \begin_inset Box Boxed
33081 position "c"
33082 hor_pos "c"
33083 has_inner_box 1
33084 inner_pos "b"
33085 use_parbox 0
33086 use_makebox 0
33087 width "20col%"
33088 special "none"
33089 height "1.5in"
33090 height_special "totalheight"
33091 thickness "0.4pt"
33092 separation "3pt"
33093 shadowsize "4pt"
33094 framecolor "black"
33095 backgroundcolor "none"
33096 status collapsed
33097
33098 \begin_layout Plain Layout
33099 \align center
33100 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
33101 \end_layout
33102
33103 \end_inset
33104
33105  Dies ist ein Beispieltext.
33106 \end_layout
33107
33108 \begin_layout Description
33109 Dehnen Dies ist ein Beispieltext.
33110  
33111 \begin_inset Box Boxed
33112 position "c"
33113 hor_pos "c"
33114 has_inner_box 1
33115 inner_pos "s"
33116 use_parbox 0
33117 use_makebox 0
33118 width "20col%"
33119 special "none"
33120 height "1in"
33121 height_special "totalheight"
33122 thickness "0.4pt"
33123 separation "3pt"
33124 shadowsize "4pt"
33125 framecolor "black"
33126 backgroundcolor "none"
33127 status collapsed
33128
33129 \begin_layout Plain Layout
33130 \align center
33131 Der Boxinhalt
33132 \end_layout
33133
33134 \begin_layout Plain Layout
33135 \align center
33136 ist über die
33137 \end_layout
33138
33139 \begin_layout Plain Layout
33140 \align center
33141 Boxhöhe
33142 \end_layout
33143
33144 \begin_layout Plain Layout
33145 \align center
33146 gleichmäßig verteilt.
33147 \end_layout
33148
33149 \end_inset
33150
33151  Dies ist ein Beispieltext.
33152 \end_layout
33153
33154 \begin_layout Standard
33155 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
33156  besteht.
33157  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
33158 \end_layout
33159
33160 \begin_layout Standard
33161 Ein Boxinhalt kann mit dem Dialog 
33162 \family sans
33163 Absatz-Einstellungen
33164 \family default
33165  waagerecht ausgerichtet werden, wenn Sie eine
33166 \family sans
33167  Innere
33168 \begin_inset space ~
33169 \end_inset
33170
33171 Box
33172 \family default
33173  gewählt haben.
33174 \begin_inset Separator latexpar
33175 \end_inset
33176
33177
33178 \end_layout
33179
33180 \begin_layout Standard
33181 \align center
33182 \begin_inset Box Boxed
33183 position "c"
33184 hor_pos "c"
33185 has_inner_box 1
33186 inner_pos "s"
33187 use_parbox 0
33188 use_makebox 0
33189 width "30col%"
33190 special "none"
33191 height "1.25in"
33192 height_special "totalheight"
33193 thickness "0.4pt"
33194 separation "3pt"
33195 shadowsize "4pt"
33196 framecolor "black"
33197 backgroundcolor "none"
33198 status collapsed
33199
33200 \begin_layout Plain Layout
33201 \align left
33202 Hier ist jede Zeile
33203 \end_layout
33204
33205 \begin_layout Plain Layout
33206 \align center
33207 anders
33208 \end_layout
33209
33210 \begin_layout Plain Layout
33211 \align right
33212 ausgerichtet.
33213 \end_layout
33214
33215 \end_inset
33216
33217
33218 \end_layout
33219
33220 \begin_layout Standard
33221 Wenn Sie keine
33222 \family sans
33223  Innere
33224 \begin_inset space ~
33225 \end_inset
33226
33227 Box
33228 \family default
33229  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
33230 \family sans
33231 Box-Einstellungen-
33232 \family default
33233 Dialog ausrichten
33234 \begin_inset Separator latexpar
33235 \end_inset
33236
33237
33238 \end_layout
33239
33240 \begin_layout Standard
33241 \align center
33242 \begin_inset Box Boxed
33243 position "c"
33244 hor_pos "s"
33245 has_inner_box 0
33246 inner_pos "s"
33247 use_parbox 0
33248 use_makebox 0
33249 width "90col%"
33250 special "none"
33251 height "1.25in"
33252 height_special "totalheight"
33253 thickness "0.4pt"
33254 separation "3pt"
33255 shadowsize "4pt"
33256 framecolor "black"
33257 backgroundcolor "none"
33258 status collapsed
33259
33260 \begin_layout Plain Layout
33261 Dieser Boxinhalt wurde horizontal gedehnt.
33262 \end_layout
33263
33264 \end_inset
33265
33266
33267 \end_layout
33268
33269 \begin_layout Subsection
33270 Verzierung
33271 \begin_inset CommandInset label
33272 LatexCommand label
33273 name "uab:Verzierung"
33274
33275 \end_inset
33276
33277
33278 \begin_inset Index idx
33279 status collapsed
33280
33281 \begin_layout Plain Layout
33282 Boxen ! Verzierung
33283 \end_layout
33284
33285 \end_inset
33286
33287
33288 \end_layout
33289
33290 \begin_layout Standard
33291 Im 
33292 \family sans
33293 Box-Einstellungen-
33294 \family default
33295 Dialog können Sie mit der 
33296 \family sans
33297 Verzierung
33298 \family default
33299  den Typ der Box auswählen:
33300 \end_layout
33301
33302 \begin_layout Description
33303 Kein
33304 \begin_inset space ~
33305 \end_inset
33306
33307 Rahmen Nichts wird gezeichnet.
33308 \end_layout
33309
33310 \begin_layout Description
33311 Einfacher
33312 \begin_inset space ~
33313 \end_inset
33314
33315 rechteckiger
33316 \begin_inset space ~
33317 \end_inset
33318
33319 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
33320  Die Rahmendicke kann festgelegt werden.
33321  
33322 \begin_inset Box Boxed
33323 position "c"
33324 hor_pos "c"
33325 has_inner_box 1
33326 inner_pos "c"
33327 use_parbox 0
33328 use_makebox 0
33329 width "21col%"
33330 special "none"
33331 height "1in"
33332 height_special "totalheight"
33333 thickness "0.4pt"
33334 separation "3pt"
33335 shadowsize "4pt"
33336 framecolor "black"
33337 backgroundcolor "none"
33338 status collapsed
33339
33340 \begin_layout Plain Layout
33341
33342 \series medium
33343 Rechteckige
33344 \begin_inset space ~
33345 \end_inset
33346
33347 Box
33348 \end_layout
33349
33350 \end_inset
33351
33352
33353 \end_layout
33354
33355 \begin_layout Description
33356 erlaube
33357 \begin_inset space ~
33358 \end_inset
33359
33360 Seitenumbrüche 
33361 \end_layout
33362
33363 \begin_layout Description
33364 Ovaler
33365 \begin_inset space ~
33366 \end_inset
33367
33368 Rahmen,
33369 \begin_inset space ~
33370 \end_inset
33371
33372 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
33373  Die Rahmendicke ist 0.4
33374 \begin_inset space \thinspace{}
33375 \end_inset
33376
33377 pt.
33378  
33379 \begin_inset Box ovalbox
33380 position "c"
33381 hor_pos "c"
33382 has_inner_box 1
33383 inner_pos "c"
33384 use_parbox 0
33385 use_makebox 0
33386 width "20col%"
33387 special "none"
33388 height "1in"
33389 height_special "totalheight"
33390 thickness "0.4pt"
33391 separation "3pt"
33392 shadowsize "4pt"
33393 framecolor "black"
33394 backgroundcolor "none"
33395 status collapsed
33396
33397 \begin_layout Plain Layout
33398 Ovale
33399 \begin_inset space ~
33400 \end_inset
33401
33402 Box,
33403 \begin_inset space ~
33404 \end_inset
33405
33406 dünn
33407 \end_layout
33408
33409 \end_inset
33410
33411
33412 \end_layout
33413
33414 \begin_layout Description
33415 Ovaler
33416 \begin_inset space ~
33417 \end_inset
33418
33419 Rahmen,
33420 \begin_inset space ~
33421 \end_inset
33422
33423 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
33424  Die Rahmendicke ist 0.8
33425 \begin_inset space \thinspace{}
33426 \end_inset
33427
33428 pt.
33429  
33430 \begin_inset Box Ovalbox
33431 position "c"
33432 hor_pos "c"
33433 has_inner_box 1
33434 inner_pos "c"
33435 use_parbox 0
33436 use_makebox 0
33437 width "20col%"
33438 special "none"
33439 height "1in"
33440 height_special "totalheight"
33441 thickness "0.4pt"
33442 separation "3pt"
33443 shadowsize "4pt"
33444 framecolor "black"
33445 backgroundcolor "none"
33446 status collapsed
33447
33448 \begin_layout Plain Layout
33449 Ovale
33450 \begin_inset space ~
33451 \end_inset
33452
33453 Box,
33454 \begin_inset space ~
33455 \end_inset
33456
33457 dick
33458 \end_layout
33459
33460 \end_inset
33461
33462
33463 \end_layout
33464
33465 \begin_layout Description
33466 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
33467  Die Rahmendicke und die Schattenbreite kann festgelegt werden.
33468 \begin_inset Newline newline
33469 \end_inset
33470
33471
33472 \begin_inset Box Shadowbox
33473 position "c"
33474 hor_pos "c"
33475 has_inner_box 1
33476 inner_pos "c"
33477 use_parbox 0
33478 use_makebox 0
33479 width "20col%"
33480 special "none"
33481 height "1in"
33482 height_special "totalheight"
33483 thickness "0.4pt"
33484 separation "3pt"
33485 shadowsize "4pt"
33486 framecolor "black"
33487 backgroundcolor "none"
33488 status collapsed
33489
33490 \begin_layout Plain Layout
33491 Schattierte
33492 \begin_inset space ~
33493 \end_inset
33494
33495 Box
33496 \end_layout
33497
33498 \end_inset
33499
33500
33501 \end_layout
33502
33503 \begin_layout Description
33504 Schattierter
33505 \begin_inset space ~
33506 \end_inset
33507
33508 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
33509  Im Gegensatz zu farbigen Boxen
33510 \begin_inset Foot
33511 status collapsed
33512
33513 \begin_layout Plain Layout
33514 siehe Abschnitt
33515 \begin_inset space ~
33516 \end_inset
33517
33518
33519 \begin_inset CommandInset ref
33520 LatexCommand ref
33521 reference "abs:Farbige-Boxen"
33522
33523 \end_inset
33524
33525
33526 \end_layout
33527
33528 \end_inset
33529
33530  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
33531  die Box ist ein Absatz für sich.
33532  
33533 \begin_inset Box Shaded
33534 position "t"
33535 hor_pos "c"
33536 has_inner_box 0
33537 inner_pos "t"
33538 use_parbox 0
33539 use_makebox 0
33540 width "50col%"
33541 special "none"
33542 height "1in"
33543 height_special "totalheight"
33544 thickness "0.4pt"
33545 separation "3pt"
33546 shadowsize "4pt"
33547 framecolor "black"
33548 backgroundcolor "none"
33549 status collapsed
33550
33551 \begin_layout Plain Layout
33552 Schattierter Hintergrund Box
33553 \end_layout
33554
33555 \end_inset
33556
33557
33558 \end_layout
33559
33560 \begin_layout Description
33561 Doppelter
33562 \begin_inset space ~
33563 \end_inset
33564
33565 rechteckiger
33566 \begin_inset space ~
33567 \end_inset
33568
33569 Rahmen zeichnet einen doppelten Rahmen um die Box.
33570  Der innere Rahmen ist 0,75
33571 \begin_inset space \thinspace{}
33572 \end_inset
33573
33574 Rahmendicke breit, der äußere 1,5
33575 \begin_inset space \thinspace{}
33576 \end_inset
33577
33578 Rahmendicke.
33579  Der Zwischenraum beträgt 1,5
33580 \begin_inset space \thinspace{}
33581 \end_inset
33582
33583 Rahmendicke
33584 \begin_inset space \thinspace{}
33585 \end_inset
33586
33587 +
33588 \begin_inset space \thinspace{}
33589 \end_inset
33590
33591 0,5
33592 \begin_inset space \thinspace{}
33593 \end_inset
33594
33595 pt.
33596  
33597 \begin_inset Box Doublebox
33598 position "c"
33599 hor_pos "c"
33600 has_inner_box 1
33601 inner_pos "c"
33602 use_parbox 0
33603 use_makebox 0
33604 width "20col%"
33605 special "none"
33606 height "1in"
33607 height_special "totalheight"
33608 thickness "0.4pt"
33609 separation "3pt"
33610 shadowsize "4pt"
33611 framecolor "black"
33612 backgroundcolor "none"
33613 status collapsed
33614
33615 \begin_layout Plain Layout
33616 Doppelt
33617 \begin_inset space ~
33618 \end_inset
33619
33620 gerahmte
33621 \begin_inset space ~
33622 \end_inset
33623
33624 Box
33625 \end_layout
33626
33627 \end_inset
33628
33629
33630 \end_layout
33631
33632 \begin_layout Standard
33633 \begin_inset VSpace bigskip
33634 \end_inset
33635
33636 Die Aufschrift der Box in \SpecialChar LyX
33637  ändert sich mit der gewählten Verzierung.
33638  Um alle Verzierungen verwenden zu können, muss das \SpecialChar LaTeX
33639 -Paket 
33640 \series bold
33641 fancybox
33642 \series default
33643
33644 \begin_inset Index idx
33645 status collapsed
33646
33647 \begin_layout Plain Layout
33648 \SpecialChar LaTeX
33649 -Pakete ! fancybox
33650 \end_layout
33651
33652 \end_inset
33653
33654  installiert sein.
33655 \end_layout
33656
33657 \begin_layout Standard
33658 \begin_inset VSpace bigskip
33659 \end_inset
33660
33661 Wenn Sie die Verzierung 
33662 \family sans
33663 Einfacher rechteckiger Rahmen
33664 \family default
33665  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
33666  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
33667  immer über die gesamte Zeilenbreite geht und dass die Box ein Absatz für
33668  sich ist: 
33669 \begin_inset Box Framed
33670 position "t"
33671 hor_pos "c"
33672 has_inner_box 0
33673 inner_pos "t"
33674 use_parbox 0
33675 use_makebox 0
33676 width "100col%"
33677 special "none"
33678 height "1in"
33679 height_special "totalheight"
33680 thickness "0.4pt"
33681 separation "3pt"
33682 shadowsize "4pt"
33683 framecolor "black"
33684 backgroundcolor "none"
33685 status collapsed
33686
33687 \begin_layout Plain Layout
33688 Box erlaubt Seitenumbruch
33689 \end_layout
33690
33691 \end_inset
33692
33693
33694 \end_layout
33695
33696 \begin_layout Section
33697 Box-Anpassung
33698 \begin_inset Index idx
33699 status collapsed
33700
33701 \begin_layout Plain Layout
33702 Boxen ! Anpassung
33703 \end_layout
33704
33705 \end_inset
33706
33707
33708 \end_layout
33709
33710 \begin_layout Standard
33711 \noindent
33712 Der Durchmesser der abgerundeten Ecken kann mit 
33713 \series bold
33714
33715 \backslash
33716 cornersize
33717 \series default
33718  gesetzt werden.
33719  Der \SpecialChar TeX
33720 -Code-Befehl
33721 \end_layout
33722
33723 \begin_layout Standard
33724
33725 \series bold
33726
33727 \backslash
33728 cornersize*{1cm}
33729 \end_layout
33730
33731 \begin_layout Standard
33732 setzt den Durchmesser auf 1
33733 \begin_inset space \thinspace{}
33734 \end_inset
33735
33736 cm.
33737  Der \SpecialChar TeX
33738 -Code-Befehl
33739 \end_layout
33740
33741 \begin_layout Standard
33742
33743 \series bold
33744
33745 \backslash
33746 cornersize{num}
33747 \end_layout
33748
33749 \begin_layout Standard
33750 setzt den Durchmesser auf 
33751 \family sans
33752 num
33753 \begin_inset space \thinspace{}
33754 \end_inset
33755
33756 ×
33757 \begin_inset space \thinspace{}
33758 \end_inset
33759
33760 Minimum(Breite der Box, Höhe der Box)
33761 \family default
33762 .
33763  Der Standardwert ist 
33764 \series bold
33765
33766 \backslash
33767 cornersize{0.5}
33768 \series default
33769 .
33770 \end_layout
33771
33772 \begin_layout Standard
33773 \begin_inset ERT
33774 status collapsed
33775
33776 \begin_layout Plain Layout
33777
33778
33779 \backslash
33780 cornersize*{1.5cm}
33781 \end_layout
33782
33783 \end_inset
33784
33785
33786 \begin_inset Box Ovalbox
33787 position "c"
33788 hor_pos "c"
33789 has_inner_box 1
33790 inner_pos "c"
33791 use_parbox 0
33792 use_makebox 0
33793 width "30col%"
33794 special "none"
33795 height "1in"
33796 height_special "totalheight"
33797 thickness "0.4pt"
33798 separation "3pt"
33799 shadowsize "4pt"
33800 framecolor "black"
33801 backgroundcolor "none"
33802 status open
33803
33804 \begin_layout Plain Layout
33805 \align center
33806 Ovale Box, dicker Rand, mit 
33807 \series bold
33808
33809 \backslash
33810 cornersize
33811 \series default
33812
33813 \begin_inset space \thinspace{}
33814 \end_inset
33815
33816 =
33817 \begin_inset space \thinspace{}
33818 \end_inset
33819
33820 1.5
33821 \begin_inset space \thinspace{}
33822 \end_inset
33823
33824 cm
33825 \end_layout
33826
33827 \end_inset
33828
33829
33830 \begin_inset ERT
33831 status collapsed
33832
33833 \begin_layout Plain Layout
33834
33835
33836 \backslash
33837 cornersize{0.5}
33838 \end_layout
33839
33840 \end_inset
33841
33842
33843 \end_layout
33844
33845 \begin_layout Standard
33846 \begin_inset VSpace bigskip
33847 \end_inset
33848
33849 Die Standard-Hintergrundfarbe rot von Boxen mit 
33850 \family sans
33851 schattiertem Hintergrund
33852 \family default
33853  kann entweder lokal mit dem Befehl 
33854 \series bold
33855
33856 \backslash
33857 definecolor{shadecolor}
33858 \series default
33859  oder global über das Menü 
33860 \family sans
33861 Werkzeuge\SpecialChar menuseparator
33862 Einstellungen\SpecialChar menuseparator
33863 Farben\SpecialChar menuseparator
33864 Schattierte
33865 \begin_inset space ~
33866 \end_inset
33867
33868 Box
33869 \family default
33870  geändert werden.
33871  Das Schema des 
33872 \series bold
33873
33874 \backslash
33875 definecolor
33876 \series default
33877  Befehls ist  in Abschnitt
33878 \begin_inset space ~
33879 \end_inset
33880
33881
33882 \begin_inset CommandInset ref
33883 LatexCommand ref
33884 reference "abs:Farbige-Tabellen"
33885
33886 \end_inset
33887
33888  erklärt.
33889 \begin_inset Foot
33890 status collapsed
33891
33892 \begin_layout Plain Layout
33893 Beachten Sie, dass 
33894 \series bold
33895
33896 \backslash
33897 definecolor
33898 \series default
33899  das \SpecialChar LaTeX
33900 -Paket 
33901 \series bold
33902 color
33903 \series default
33904  im \SpecialChar LaTeX
33905 -Vorspann benötigt, siehe Abschnitt
33906 \begin_inset space ~
33907 \end_inset
33908
33909
33910 \begin_inset CommandInset ref
33911 LatexCommand ref
33912 reference "abs:Farbige-Boxen"
33913
33914 \end_inset
33915
33916 .
33917 \end_layout
33918
33919 \end_inset
33920
33921  Für das nächste Beispiel wurden folgender \SpecialChar TeX
33922 -Code verwendet:
33923 \end_layout
33924
33925 \begin_layout Standard
33926
33927 \series bold
33928
33929 \backslash
33930 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33931 \end_layout
33932
33933 \begin_layout Standard
33934 \begin_inset ERT
33935 status collapsed
33936
33937 \begin_layout Plain Layout
33938
33939
33940 \backslash
33941 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33942 \end_layout
33943
33944 \end_inset
33945
33946
33947 \begin_inset Box Shaded
33948 position "t"
33949 hor_pos "c"
33950 has_inner_box 0
33951 inner_pos "t"
33952 use_parbox 0
33953 use_makebox 0
33954 width "100col%"
33955 special "none"
33956 height "1in"
33957 height_special "totalheight"
33958 thickness "0.4pt"
33959 separation "3pt"
33960 shadowsize "4pt"
33961 framecolor "black"
33962 backgroundcolor "none"
33963 status open
33964
33965 \begin_layout Plain Layout
33966
33967 \color yellow
33968 Dies ist gelber Text in einer 
33969 \family sans
33970 schattierten Hintergrund
33971 \begin_inset space ~
33972 \end_inset
33973
33974
33975 \family default
33976 Box auf dunkelgrünem Hintergrund.
33977 \end_layout
33978
33979 \end_inset
33980
33981
33982 \begin_inset ERT
33983 status collapsed
33984
33985 \begin_layout Plain Layout
33986
33987
33988 \backslash
33989 definecolor{shadecolor}{rgb}{1,0,0}
33990 \end_layout
33991
33992 \end_inset
33993
33994
33995 \end_layout
33996
33997 \begin_layout Standard
33998 \begin_inset VSpace bigskip
33999 \end_inset
34000
34001 Geänderte Größen und Farben gelten für alle Boxen, die auf den Befehl folgen,
34002  der sie ändert.
34003 \end_layout
34004
34005 \begin_layout Section
34006 Minipage
34007 \begin_inset CommandInset label
34008 LatexCommand label
34009 name "abs:Minipage"
34010
34011 \end_inset
34012
34013
34014 \begin_inset Index idx
34015 status collapsed
34016
34017 \begin_layout Plain Layout
34018 Boxen ! Minipage
34019 \end_layout
34020
34021 \end_inset
34022
34023
34024 \end_layout
34025
34026 \begin_layout Standard
34027 Minipages werden von \SpecialChar LaTeX
34028  wie Seiten auf einer Seite behandelt und können deshalb
34029  unter anderem eigene Fußnoten haben.
34030 \end_layout
34031
34032 \begin_layout Standard
34033 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
34034 \end_layout
34035
34036 \begin_layout Standard
34037 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
34038  Ihre Breite ist 45 Spaltenbreite
34039 \begin_inset space ~
34040 \end_inset
34041
34042 %, und sie sind durch einen 
34043 \family sans
34044 HFill
34045 \family default
34046  getrennt (
34047 \family sans
34048 Einfügen\SpecialChar menuseparator
34049 Formatierung\SpecialChar menuseparator
34050 Horizontaler
34051 \begin_inset space \space{}
34052 \end_inset
34053
34054 Abstand\SpecialChar menuseparator
34055 Abstand\SpecialChar menuseparator
34056 Variabler
34057 \begin_inset space ~
34058 \end_inset
34059
34060 horiz.
34061 \begin_inset space ~
34062 \end_inset
34063
34064 Abstand
34065 \family default
34066 ).
34067 \begin_inset Newpage newpage
34068 \end_inset
34069
34070
34071 \end_layout
34072
34073 \begin_layout Standard
34074 \noindent
34075 \begin_inset Box Frameless
34076 position "t"
34077 hor_pos "c"
34078 has_inner_box 1
34079 inner_pos "c"
34080 use_parbox 0
34081 use_makebox 0
34082 width "45col%"
34083 special "none"
34084 height "1in"
34085 height_special "totalheight"
34086 thickness "0.4pt"
34087 separation "3pt"
34088 shadowsize "4pt"
34089 framecolor "black"
34090 backgroundcolor "none"
34091 status open
34092
34093 \begin_layout Plain Layout
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  Dies ist ein deutscher Text
34107 \begin_inset Foot
34108 status open
34109
34110 \begin_layout Plain Layout
34111 Dies ist eine deutsche Fußnote.
34112 \end_layout
34113
34114 \end_inset
34115
34116 .
34117  Dies ist ein deutscher Text.
34118  Dies ist ein deutscher Text.
34119 \end_layout
34120
34121 \end_inset
34122
34123
34124 \begin_inset space \hfill{}
34125 \end_inset
34126
34127
34128 \begin_inset Box Frameless
34129 position "t"
34130 hor_pos "c"
34131 has_inner_box 1
34132 inner_pos "c"
34133 use_parbox 0
34134 use_makebox 0
34135 width "45col%"
34136 special "none"
34137 height "1in"
34138 height_special "totalheight"
34139 thickness "0.4pt"
34140 separation "3pt"
34141 shadowsize "4pt"
34142 framecolor "black"
34143 backgroundcolor "none"
34144 status open
34145
34146 \begin_layout Plain Layout
34147
34148 \lang english
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  This is an English Text.
34165 \begin_inset Foot
34166 status collapsed
34167
34168 \begin_layout Plain Layout
34169
34170 \lang english
34171 This is an English footnote.
34172 \end_layout
34173
34174 \end_inset
34175
34176  This is an English Text.
34177 \end_layout
34178
34179 \end_inset
34180
34181
34182 \end_layout
34183
34184 \begin_layout Standard
34185 \begin_inset VSpace bigskip
34186 \end_inset
34187
34188 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
34189  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
34190  Absätze nicht eingerückt werden, obwohl Sie das in 
34191 \family sans
34192 Dokument
34193 \family default
34194 \SpecialChar menuseparator
34195
34196 \family sans
34197 Einstellun\SpecialChar softhyphen
34198 gen\SpecialChar menuseparator
34199 Textformat
34200 \family default
34201  festgelegt haben.
34202  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
34203  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem \SpecialChar TeX
34204 -Code 
34205 \series bold
34206
34207 \backslash
34208 hspace*{1em}
34209 \series default
34210 .
34211 \end_layout
34212
34213 \begin_layout Standard
34214 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
34215  zu verpassen, siehe Abschnitt
34216 \begin_inset space ~
34217 \end_inset
34218
34219
34220 \begin_inset CommandInset ref
34221 LatexCommand ref
34222 reference "abs:Farbige-Boxen"
34223
34224 \end_inset
34225
34226 .
34227 \end_layout
34228
34229 \begin_layout Standard
34230 \begin_inset Note Greyedout
34231 status open
34232
34233 \begin_layout Plain Layout
34234
34235 \series bold
34236 Bemerkung:
34237 \series default
34238  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
34239  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
34240 \end_layout
34241
34242 \end_inset
34243
34244
34245 \end_layout
34246
34247 \begin_layout Standard
34248 \begin_inset VSpace bigskip
34249 \end_inset
34250
34251
34252 \end_layout
34253
34254 \begin_layout Standard
34255 \SpecialChar LyX
34256  unterstützt auch Minipages, deren Breite sich automatisch an die Größe
34257  des Inhalts anpasst, über das Modul 
34258 \family sans
34259 Breitenvariable
34260 \begin_inset space ~
34261 \end_inset
34262
34263 Minipages
34264 \family default
34265 .
34266  Die \SpecialChar LyX
34267 -Beispieldatei 
34268 \emph on
34269 varwidth-floats-side-by-side
34270 \emph default
34271  gibt Beispiele von breitenvariablen Minipages, um Gleitobjekte nebeneinander
34272  zu setzen.
34273 \end_layout
34274
34275 \begin_layout Section
34276 Parbox
34277 \begin_inset CommandInset label
34278 LatexCommand label
34279 name "abs:Parbox"
34280
34281 \end_inset
34282
34283
34284 \begin_inset Index idx
34285 status collapsed
34286
34287 \begin_layout Plain Layout
34288 Boxen ! Parbox
34289 \end_layout
34290
34291 \end_inset
34292
34293
34294 \end_layout
34295
34296 \begin_layout Standard
34297 Parbox ist eine Abkürzung für 
34298 \begin_inset Quotes gld
34299 \end_inset
34300
34301 paragraph box
34302 \begin_inset Quotes grd
34303 \end_inset
34304
34305 , was Absatzbox bedeutet.
34306  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
34307  in Parboxen nicht ausgegeben werden:
34308 \begin_inset Separator latexpar
34309 \end_inset
34310
34311
34312 \end_layout
34313
34314 \begin_layout Standard
34315 \align center
34316 \begin_inset Box Frameless
34317 position "t"
34318 hor_pos "c"
34319 has_inner_box 1
34320 inner_pos "t"
34321 use_parbox 1
34322 use_makebox 0
34323 width "33col%"
34324 special "none"
34325 height "1in"
34326 height_special "totalheight"
34327 thickness "0.4pt"
34328 separation "3pt"
34329 shadowsize "4pt"
34330 framecolor "black"
34331 backgroundcolor "none"
34332 status open
34333
34334 \begin_layout Plain Layout
34335 Dies ist Text in einer Parbox.
34336  Dies ist Text in einer Parbox.
34337 \end_layout
34338
34339 \begin_layout Plain Layout
34340 Diese Fußnote wird nicht gedruckt:
34341 \begin_inset Foot
34342 status collapsed
34343
34344 \begin_layout Plain Layout
34345 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
34346 \end_layout
34347
34348 \end_inset
34349
34350
34351 \end_layout
34352
34353 \end_inset
34354
34355
34356 \end_layout
34357
34358 \begin_layout Section
34359 Boxen für Worte und Buchstaben
34360 \begin_inset Index idx
34361 status collapsed
34362
34363 \begin_layout Plain Layout
34364 Boxen ! für Buchstaben
34365 \end_layout
34366
34367 \end_inset
34368
34369
34370 \end_layout
34371
34372 \begin_layout Subsection
34373 Silbentrennung unterbinden
34374 \begin_inset CommandInset label
34375 LatexCommand label
34376 name "abs:Silbentrennung-unterbinden"
34377
34378 \end_inset
34379
34380
34381 \begin_inset Index idx
34382 status collapsed
34383
34384 \begin_layout Plain Layout
34385 Boxen ! zur Vermeidung von Silbentrennung
34386 \end_layout
34387
34388 \end_inset
34389
34390
34391 \end_layout
34392
34393 \begin_layout Standard
34394 Sie können den Boxtyp 
34395 \family sans
34396 Makebox
34397 \family default
34398  benutzen, um Silbentrennungen zu unterbinden.
34399 \begin_inset Newline newline
34400 \end_inset
34401
34402 Hier ist ein Beispiel: 
34403 \end_layout
34404
34405 \begin_layout Standard
34406 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
34407 \begin_inset Quotes gld
34408 \end_inset
34409
34410 einsehrsehrsehrlangeswort
34411 \begin_inset Quotes grd
34412 \end_inset
34413
34414 .
34415 \end_layout
34416
34417 \begin_layout Standard
34418 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
34419  Innere
34420 \begin_inset space ~
34421 \end_inset
34422
34423 Box auf Makebox und verwenden keine explizite Breite.
34424 \end_layout
34425
34426 \begin_layout Standard
34427 Hier ist das Ergebnis:
34428 \end_layout
34429
34430 \begin_layout Standard
34431 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34432 \begin_inset Box Frameless
34433 position "t"
34434 hor_pos "c"
34435 has_inner_box 1
34436 inner_pos "t"
34437 use_parbox 0
34438 use_makebox 1
34439 width ""
34440 special "none"
34441 height "1in"
34442 height_special "totalheight"
34443 thickness "0.4pt"
34444 separation "3pt"
34445 shadowsize "4pt"
34446 framecolor "black"
34447 backgroundcolor "none"
34448 status open
34449
34450 \begin_layout Plain Layout
34451 \begin_inset Quotes gld
34452 \end_inset
34453
34454 einsehrsehrsehrlangeswort
34455 \begin_inset Quotes grd
34456 \end_inset
34457
34458
34459 \end_layout
34460
34461 \end_inset
34462
34463 .
34464 \end_layout
34465
34466 \begin_layout Standard
34467 Alternativ dazu kann man auch den Befehl 
34468 \begin_inset Quotes gld
34469 \end_inset
34470
34471
34472 \series bold
34473
34474 \backslash
34475 -
34476 \series default
34477
34478 \begin_inset Quotes grd
34479 \end_inset
34480
34481  als \SpecialChar TeX
34482 -Code direkt vor das Wort setzen:
34483 \end_layout
34484
34485 \begin_layout Standard
34486 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34487 \begin_inset Quotes gld
34488 \end_inset
34489
34490
34491 \begin_inset ERT
34492 status collapsed
34493
34494 \begin_layout Plain Layout
34495
34496
34497 \backslash
34498 -
34499 \end_layout
34500
34501 \end_inset
34502
34503 einsehrsehrsehrlangeswort
34504 \begin_inset Quotes grd
34505 \end_inset
34506
34507 .
34508 \end_layout
34509
34510 \begin_layout Standard
34511 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
34512  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
34513 \family sans
34514 Strg-Eingabe
34515 \family default
34516 ) einfügen: 
34517 \end_layout
34518
34519 \begin_layout Standard
34520 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
34521 \begin_inset Newline newline
34522 \end_inset
34523
34524
34525 \begin_inset Box Frameless
34526 position "t"
34527 hor_pos "c"
34528 has_inner_box 1
34529 inner_pos "t"
34530 use_parbox 0
34531 use_makebox 1
34532 width ""
34533 special "none"
34534 height "1in"
34535 height_special "totalheight"
34536 thickness "0.4pt"
34537 separation "3pt"
34538 shadowsize "4pt"
34539 framecolor "black"
34540 backgroundcolor "none"
34541 status open
34542
34543 \begin_layout Plain Layout
34544 \begin_inset Quotes gld
34545 \end_inset
34546
34547 einsehrsehrsehrlangeswort
34548 \begin_inset Quotes grd
34549 \end_inset
34550
34551
34552 \end_layout
34553
34554 \end_inset
34555
34556 .
34557 \end_layout
34558
34559 \begin_layout Subsection
34560 Vertikale Ausrichtung
34561 \begin_inset CommandInset label
34562 LatexCommand label
34563 name "uab:Vertikale-Ausrichtung"
34564
34565 \end_inset
34566
34567
34568 \begin_inset Index idx
34569 status collapsed
34570
34571 \begin_layout Plain Layout
34572 Boxen ! für Vertikale Ausrichtung
34573 \end_layout
34574
34575 \end_inset
34576
34577
34578 \begin_inset Index idx
34579 status collapsed
34580
34581 \begin_layout Plain Layout
34582 Boxen ! raisebox
34583 \end_layout
34584
34585 \end_inset
34586
34587
34588 \end_layout
34589
34590 \begin_layout Standard
34591 Mit dem \SpecialChar LaTeX
34592 -Befehl 
34593 \series bold
34594
34595 \backslash
34596 raisebox
34597 \series default
34598  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
34599 n Textes ausrichten.
34600  
34601 \series bold
34602
34603 \backslash
34604 raisebox
34605 \series default
34606  wird folgendermaßen benutzt:
34607 \end_layout
34608
34609 \begin_layout Standard
34610
34611 \series bold
34612
34613 \backslash
34614 raisebox{Verschiebung}[oben][unten]{Text}
34615 \end_layout
34616
34617 \begin_layout Standard
34618 Positive Werte für Verschiebung
34619 \series bold
34620  
34621 \series default
34622 verschieben die Box nach oben, negative nach unten.
34623  Die beiden optionalen Parameter 
34624 \family typewriter
34625 oben
34626 \family default
34627  und 
34628 \family typewriter
34629 unten
34630 \family default
34631  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
34632  hinausgeht, wenn sie nicht verschoben ist.
34633 \end_layout
34634
34635 \begin_layout Standard
34636 Um zum Beispiel das Wort 
34637 \begin_inset Quotes gld
34638 \end_inset
34639
34640 provokant
34641 \begin_inset Quotes grd
34642 \end_inset
34643
34644  mit seinem 
34645 \begin_inset Quotes gld
34646 \end_inset
34647
34648 niedrigsten
34649 \begin_inset Quotes grd
34650 \end_inset
34651
34652  Buchstaben 
34653 \begin_inset Quotes gld
34654 \end_inset
34655
34656 p
34657 \begin_inset Quotes grd
34658 \end_inset
34659
34660  an der Grundlinie auszurichten, müssen Sie den \SpecialChar TeX
34661 -Code-Befehl
34662 \end_layout
34663
34664 \begin_layout Standard
34665
34666 \series bold
34667
34668 \backslash
34669 raisebox{
34670 \backslash
34671 depth}{
34672 \end_layout
34673
34674 \begin_layout Standard
34675 vor dem Wort einfügen und 
34676 \begin_inset Quotes gld
34677 \end_inset
34678
34679
34680 \series bold
34681 }
34682 \series default
34683
34684 \begin_inset Quotes grd
34685 \end_inset
34686
34687  als \SpecialChar TeX
34688 -Code dahinter:
34689 \end_layout
34690
34691 \begin_layout Standard
34692 Dies ist eine Zeile, in der das Wort 
34693 \begin_inset ERT
34694 status collapsed
34695
34696 \begin_layout Plain Layout
34697
34698
34699 \backslash
34700 raisebox{
34701 \backslash
34702 depth}{
34703 \end_layout
34704
34705 \end_inset
34706
34707
34708 \begin_inset Quotes gld
34709 \end_inset
34710
34711 provokant
34712 \begin_inset Quotes grd
34713 \end_inset
34714
34715
34716 \begin_inset ERT
34717 status collapsed
34718
34719 \begin_layout Plain Layout
34720
34721 }
34722 \end_layout
34723
34724 \end_inset
34725
34726  nach oben verschoben wurde.
34727 \end_layout
34728
34729 \begin_layout Standard
34730 \begin_inset VSpace bigskip
34731 \end_inset
34732
34733 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
34734  gedehnt:
34735 \end_layout
34736
34737 \begin_layout Standard
34738 Dies ist eine Zeile, in der das Wort 
34739 \begin_inset ERT
34740 status collapsed
34741
34742 \begin_layout Plain Layout
34743
34744
34745 \backslash
34746 raisebox{-
34747 \backslash
34748 depth}{
34749 \end_layout
34750
34751 \end_inset
34752
34753
34754 \begin_inset Quotes gld
34755 \end_inset
34756
34757 provokant
34758 \begin_inset Quotes grd
34759 \end_inset
34760
34761
34762 \begin_inset ERT
34763 status collapsed
34764
34765 \begin_layout Plain Layout
34766
34767 }
34768 \end_layout
34769
34770 \end_inset
34771
34772  nach unten verschoben wurde.
34773 \end_layout
34774
34775 \begin_layout Standard
34776 Dies ist eine Zeile, in der das Wort 
34777 \begin_inset ERT
34778 status collapsed
34779
34780 \begin_layout Plain Layout
34781
34782
34783 \backslash
34784 raisebox{0.5cm}{
34785 \end_layout
34786
34787 \end_inset
34788
34789
34790 \begin_inset Quotes gld
34791 \end_inset
34792
34793 testen
34794 \begin_inset Quotes grd
34795 \end_inset
34796
34797
34798 \begin_inset ERT
34799 status collapsed
34800
34801 \begin_layout Plain Layout
34802
34803 }
34804 \end_layout
34805
34806 \end_inset
34807
34808  um 0.5
34809 \begin_inset space \thinspace{}
34810 \end_inset
34811
34812 cm nach oben verschoben wurde.
34813 \end_layout
34814
34815 \begin_layout Standard
34816 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
34817 \end_layout
34818
34819 \begin_layout Standard
34820
34821 \series bold
34822
34823 \backslash
34824 raisebox{-
34825 \backslash
34826 depth}[0pt]{
34827 \end_layout
34828
34829 \begin_layout Standard
34830 Dies ist eine Zeile, in der das Wort 
34831 \begin_inset ERT
34832 status collapsed
34833
34834 \begin_layout Plain Layout
34835
34836
34837 \backslash
34838 raisebox{-
34839 \backslash
34840 depth}[0pt]{
34841 \end_layout
34842
34843 \end_inset
34844
34845
34846 \begin_inset Quotes gld
34847 \end_inset
34848
34849 provokant
34850 \begin_inset Quotes grd
34851 \end_inset
34852
34853
34854 \begin_inset ERT
34855 status collapsed
34856
34857 \begin_layout Plain Layout
34858
34859 }
34860 \end_layout
34861
34862 \end_inset
34863
34864  nach unten verschoben wurde.
34865 \begin_inset Newline newline
34866 \end_inset
34867
34868
34869 \begin_inset Newline newline
34870 \end_inset
34871
34872 Dies ist eine Zeile, in der das Wort 
34873 \begin_inset ERT
34874 status collapsed
34875
34876 \begin_layout Plain Layout
34877
34878
34879 \backslash
34880 raisebox{0.5cm}[0pt]{
34881 \end_layout
34882
34883 \end_inset
34884
34885
34886 \begin_inset Quotes gld
34887 \end_inset
34888
34889 testen
34890 \begin_inset Quotes grd
34891 \end_inset
34892
34893
34894 \begin_inset ERT
34895 status collapsed
34896
34897 \begin_layout Plain Layout
34898
34899 }
34900 \end_layout
34901
34902 \end_inset
34903
34904  um 0.5
34905 \begin_inset space \thinspace{}
34906 \end_inset
34907
34908 cm nach oben verschoben wurde.
34909  Jetzt überschneiden sich die verschobenen Worte.
34910 \end_layout
34911
34912 \begin_layout Section
34913 Farbige Boxen
34914 \begin_inset CommandInset label
34915 LatexCommand label
34916 name "abs:Farbige-Boxen"
34917
34918 \end_inset
34919
34920
34921 \begin_inset Index idx
34922 status collapsed
34923
34924 \begin_layout Plain Layout
34925 Boxen ! farbige
34926 \end_layout
34927
34928 \end_inset
34929
34930
34931 \end_layout
34932
34933 \begin_layout Standard
34934 Um einen Text mit einer Hintergrundfarbe zu versehen, wählen Sie diese im
34935  Box-Dialog aus.
34936  Dies ist zum Beispiel eine Box mit orangenem Hintergrund
34937 \begin_inset Newline newline
34938 \end_inset
34939
34940
34941 \begin_inset Box Frameless
34942 position "t"
34943 hor_pos "c"
34944 has_inner_box 1
34945 inner_pos "t"
34946 use_parbox 0
34947 use_makebox 1
34948 width ""
34949 special "none"
34950 height "1in"
34951 height_special "totalheight"
34952 thickness "0.4pt"
34953 separation "3pt"
34954 shadowsize "4pt"
34955 framecolor "black"
34956 backgroundcolor "orange"
34957 status open
34958
34959 \begin_layout Plain Layout
34960 Box mit orangenem Hintergrund
34961 \end_layout
34962
34963 \end_inset
34964
34965
34966 \end_layout
34967
34968 \begin_layout Standard
34969 Wenn Sie die Dekoration
34970 \family sans
34971  Einfacher
34972 \begin_inset space ~
34973 \end_inset
34974
34975 rechteckiger
34976 \begin_inset space ~
34977 \end_inset
34978
34979 Rahmen 
34980 \family default
34981 verwenden, können Sie eine Rahmenfarbe festlegen.
34982  In diesem Fall muss auch eine Hintergrundfarbe angegeben werden (LyX setzt
34983  sie standardmäßig auf weiß).
34984  Hier ist ein Beispiel:
34985 \begin_inset Newline newline
34986 \end_inset
34987
34988
34989 \begin_inset Box Boxed
34990 position "t"
34991 hor_pos "c"
34992 has_inner_box 0
34993 inner_pos "t"
34994 use_parbox 0
34995 use_makebox 0
34996 width ""
34997 special "none"
34998 height "1in"
34999 height_special "totalheight"
35000 thickness "0.4pt"
35001 separation "3pt"
35002 shadowsize "4pt"
35003 framecolor "teal"
35004 backgroundcolor "yellow"
35005 status open
35006
35007 \begin_layout Plain Layout
35008 Box mit tealer Rahmenfarbe und gelber Hintergrundfarbe
35009 \end_layout
35010
35011 \end_inset
35012
35013
35014 \end_layout
35015
35016 \begin_layout Standard
35017 \begin_inset VSpace bigskip
35018 \end_inset
35019
35020 Natürlich ist auch farbiger Text in einer farbigen Box möglich:
35021 \begin_inset Newline newline
35022 \end_inset
35023
35024
35025 \begin_inset Box Boxed
35026 position "t"
35027 hor_pos "c"
35028 has_inner_box 0
35029 inner_pos "t"
35030 use_parbox 0
35031 use_makebox 0
35032 width ""
35033 special "none"
35034 height "1in"
35035 height_special "totalheight"
35036 thickness "0.4pt"
35037 separation "3pt"
35038 shadowsize "4pt"
35039 framecolor "cyan"
35040 backgroundcolor "magenta"
35041 status open
35042
35043 \begin_layout Plain Layout
35044
35045 \color yellow
35046 Dies ist farbiger Text in einer farbigen, gerahmten Box.
35047 \end_layout
35048
35049 \end_inset
35050
35051
35052 \end_layout
35053
35054 \begin_layout Standard
35055 \begin_inset VSpace bigskip
35056 \end_inset
35057
35058
35059 \end_layout
35060
35061 \begin_layout Standard
35062 Falls sie andere als die voreingestellten Farben benötigen, können Ihre
35063  eigenen Farben definieren, wie in Abschnitt
35064 \begin_inset space ~
35065 \end_inset
35066
35067
35068 \begin_inset CommandInset ref
35069 LatexCommand ref
35070 reference "abs:Farbige-Tabellen"
35071
35072 \end_inset
35073
35074  beschrieben.
35075  Um selbstdefinierte Farben zu verwenden, muss die Box mittels TeX-Code
35076  gesetzt werden:
35077 \end_layout
35078
35079 \begin_layout Standard
35080 Farbige Boxen ohne Rahmen werden mit dem Befehl 
35081 \series bold
35082
35083 \backslash
35084 colorbox
35085 \series default
35086  erzeugt.
35087  Er hat folgendes Schema:
35088 \end_layout
35089
35090 \begin_layout Standard
35091
35092 \series bold
35093
35094 \backslash
35095 colorbox{Farbe}{Boxinhalt}
35096 \end_layout
35097
35098 \begin_layout Standard
35099 Der Boxinhalt kann auch eine Box sein, und farbige Boxen können in anderen
35100  Boxen sein.
35101  Um zum Beispiel ein Wort auf einem dunkelgrünen Hintergrund zu drucken,
35102  fügen sie den \SpecialChar TeX
35103 -Code-Befehl
35104 \end_layout
35105
35106 \begin_layout Standard
35107
35108 \series bold
35109
35110 \backslash
35111 colorbox{dunkelgruen}{
35112 \end_layout
35113
35114 \begin_layout Standard
35115 vor dem Wort ein.
35116  Hinter dem Wort fügen Sie 
35117 \series bold
35118
35119 \begin_inset Quotes gld
35120 \end_inset
35121
35122 }
35123 \series default
35124
35125 \begin_inset Quotes grd
35126 \end_inset
35127
35128  als \SpecialChar TeX
35129 -Code ein.
35130  Hier ist das Ergebnis:
35131 \end_layout
35132
35133 \begin_layout Standard
35134 In dieser Zeile hat 
35135 \begin_inset ERT
35136 status collapsed
35137
35138 \begin_layout Plain Layout
35139
35140
35141 \backslash
35142 colorbox{dunkelgruen}{
35143 \end_layout
35144
35145 \end_inset
35146
35147 Achtung!
35148 \begin_inset ERT
35149 status collapsed
35150
35151 \begin_layout Plain Layout
35152
35153 }
35154 \end_layout
35155
35156 \end_inset
35157
35158  einen dunkelgrünen Hintergrund.
35159 \end_layout
35160
35161 \begin_layout Standard
35162 Farbige Boxen mit Rahmen werden mit dem Befehl
35163 \series bold
35164  
35165 \backslash
35166 fcolorbox
35167 \series default
35168  erzeugt.
35169  Er hat folgendes Schema:
35170 \end_layout
35171
35172 \begin_layout Standard
35173
35174 \series bold
35175
35176 \backslash
35177 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
35178 \end_layout
35179
35180 \begin_layout Section
35181 Rotierte und skalierte Boxen
35182 \end_layout
35183
35184 \begin_layout Standard
35185 Um die in diesem Abschnitt beschriebenen Boxen nutzen zu können, muss das
35186  Modul 
35187 \family sans
35188 Grafik-Boxen
35189 \family default
35190  in den Dokumenteinstellungen geladen sein.
35191 \end_layout
35192
35193 \begin_layout Standard
35194 \begin_inset Note Greyedout
35195 status open
35196
35197 \begin_layout Plain Layout
35198
35199 \series bold
35200 Achtung:
35201 \series default
35202  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
35203 \end_layout
35204
35205 \end_inset
35206
35207
35208 \end_layout
35209
35210 \begin_layout Standard
35211 \begin_inset Note Greyedout
35212 status open
35213
35214 \begin_layout Plain Layout
35215
35216 \series bold
35217 Achtung:
35218 \series default
35219  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
35220 \end_layout
35221
35222 \end_inset
35223
35224
35225 \end_layout
35226
35227 \begin_layout Subsection
35228 Rotierte Boxen
35229 \begin_inset Index idx
35230 status collapsed
35231
35232 \begin_layout Plain Layout
35233 Boxen ! rotierte
35234 \end_layout
35235
35236 \end_inset
35237
35238
35239 \begin_inset Index idx
35240 status collapsed
35241
35242 \begin_layout Plain Layout
35243 Rotiertes Material
35244 \end_layout
35245
35246 \end_inset
35247
35248
35249 \end_layout
35250
35251 \begin_layout Standard
35252 Um Material zu drehen, setzt man es in eine 
35253 \family sans
35254 Rotationsbox
35255 \family default
35256 .
35257  Solch eine Box wird über das Menü 
35258 \family sans
35259 Einfügen\SpecialChar menuseparator
35260 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
35261 Rotationsbox
35262 \family default
35263  eingefügt.
35264 \end_layout
35265
35266 \begin_layout Standard
35267 Der Drehpunkt kann über die Einfügung 
35268 \family sans
35269 Drehpunkt
35270 \family default
35271  (Menü 
35272 \family sans
35273 Einfügen\SpecialChar menuseparator
35274 Drehpunkt
35275 \family default
35276 ) in der Form 
35277 \series bold
35278 origin=Position
35279 \series default
35280  angegeben.
35281  Folgende Positionen sind möglich: 
35282 \emph on
35283 c
35284 \emph default
35285  (mittig), 
35286 \emph on
35287 l
35288 \emph default
35289  (links), 
35290 \emph on
35291 r
35292 \emph default
35293  (rechts), 
35294 \emph on
35295 b
35296 \emph default
35297  (unten), 
35298 \emph on
35299 t
35300 \emph default
35301  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
35302  Z.
35303 \begin_inset space \thinspace{}
35304 \end_inset
35305
35306 B.
35307  bedeutet 
35308 \emph on
35309 lt
35310 \emph default
35311 , dass sich der Drehpunkt links oben befindet.
35312  Wird kein Drehpunkt angegeben, wird die Position 
35313 \emph on
35314 l
35315 \emph default
35316  verwendet.
35317  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
35318  Gedreht wird gegen den Uhrzeigersinn.
35319 \end_layout
35320
35321 \begin_layout Standard
35322 Im folgenden Beispiel wurde
35323 \series bold
35324  origin=c
35325 \series default
35326  in the Einfügung 
35327 \family sans
35328 Drehpunkt
35329 \family default
35330  und 
35331 \series bold
35332 60
35333 \series default
35334  in die Einfügung 
35335 \family sans
35336 Winkel
35337 \family default
35338  eingegeben.
35339 \end_layout
35340
35341 \begin_layout Standard
35342 Dies ist eine Zeile 
35343 \begin_inset Flex Rotatebox
35344 status open
35345
35346 \begin_layout Plain Layout
35347 \begin_inset Argument 1
35348 status open
35349
35350 \begin_layout Plain Layout
35351 origin=c
35352 \end_layout
35353
35354 \end_inset
35355
35356
35357 \begin_inset Argument 2
35358 status open
35359
35360 \begin_layout Plain Layout
35361 60
35362 \end_layout
35363
35364 \end_inset
35365
35366 mit rotiertem
35367 \end_layout
35368
35369 \end_inset
35370
35371  Text.
35372 \end_layout
35373
35374 \begin_layout Standard
35375 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
35376 \end_layout
35377
35378 \begin_layout Standard
35379 Dies ist eine Zeile 
35380 \begin_inset Flex Rotatebox
35381 status open
35382
35383 \begin_layout Plain Layout
35384 \begin_inset Argument 1
35385 status open
35386
35387 \begin_layout Plain Layout
35388 origin=r
35389 \end_layout
35390
35391 \end_inset
35392
35393
35394 \begin_inset Argument 2
35395 status open
35396
35397 \begin_layout Plain Layout
35398 -60
35399 \end_layout
35400
35401 \end_inset
35402
35403
35404 \begin_inset Box Doublebox
35405 position "c"
35406 hor_pos "c"
35407 has_inner_box 0
35408 inner_pos "c"
35409 use_parbox 0
35410 use_makebox 0
35411 width "1in"
35412 special "width"
35413 height "1in"
35414 height_special "totalheight"
35415 thickness "0.4pt"
35416 separation "3pt"
35417 shadowsize "4pt"
35418 framecolor "black"
35419 backgroundcolor "none"
35420 status collapsed
35421
35422 \begin_layout Plain Layout
35423 mit rotiertem
35424 \end_layout
35425
35426 \end_inset
35427
35428
35429 \end_layout
35430
35431 \end_inset
35432
35433  umrandeten Text 
35434 \begin_inset Flex Rotatebox
35435 status open
35436
35437 \begin_layout Plain Layout
35438 \begin_inset Argument 1
35439 status open
35440
35441 \begin_layout Plain Layout
35442 origin=lb
35443 \end_layout
35444
35445 \end_inset
35446
35447
35448 \begin_inset Argument 2
35449 status open
35450
35451 \begin_layout Plain Layout
35452 60
35453 \end_layout
35454
35455 \end_inset
35456
35457
35458 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35459 \end_inset
35460
35461
35462 \end_layout
35463
35464 \end_inset
35465
35466  und einer Formel.
35467 \end_layout
35468
35469 \begin_layout Standard
35470 Oder ein Bild oder Tabelle:
35471 \end_layout
35472
35473 \begin_layout Standard
35474 Dies ist eine Zeile 
35475 \begin_inset Flex Rotatebox
35476 status open
35477
35478 \begin_layout Plain Layout
35479 \begin_inset Argument 1
35480 status open
35481
35482 \begin_layout Plain Layout
35483 origin=lb
35484 \end_layout
35485
35486 \end_inset
35487
35488
35489 \begin_inset Argument 2
35490 status open
35491
35492 \begin_layout Plain Layout
35493 90
35494 \end_layout
35495
35496 \end_inset
35497
35498
35499 \begin_inset Graphics
35500         filename ../clipart/platypus.eps
35501         lyxscale 50
35502         width 25col%
35503
35504 \end_inset
35505
35506
35507 \end_layout
35508
35509 \end_inset
35510
35511  mit einem rotierten Bild 
35512 \begin_inset Flex Rotatebox
35513 status open
35514
35515 \begin_layout Plain Layout
35516 \begin_inset Argument 2
35517 status open
35518
35519 \begin_layout Plain Layout
35520 -90
35521 \end_layout
35522
35523 \end_inset
35524
35525
35526 \begin_inset Tabular
35527 <lyxtabular version="3" rows="2" columns="2">
35528 <features tabularvalignment="middle">
35529 <column alignment="center" valignment="top">
35530 <column alignment="center" valignment="top">
35531 <row>
35532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35533 \begin_inset Text
35534
35535 \begin_layout Plain Layout
35536 q
35537 \end_layout
35538
35539 \end_inset
35540 </cell>
35541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35542 \begin_inset Text
35543
35544 \begin_layout Plain Layout
35545 w
35546 \end_layout
35547
35548 \end_inset
35549 </cell>
35550 </row>
35551 <row>
35552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35553 \begin_inset Text
35554
35555 \begin_layout Plain Layout
35556 e
35557 \end_layout
35558
35559 \end_inset
35560 </cell>
35561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35562 \begin_inset Text
35563
35564 \begin_layout Plain Layout
35565 r
35566 \end_layout
35567
35568 \end_inset
35569 </cell>
35570 </row>
35571 </lyxtabular>
35572
35573 \end_inset
35574
35575
35576 \end_layout
35577
35578 \end_inset
35579
35580  und Tabelle.
35581 \begin_inset Index idx
35582 status collapsed
35583
35584 \begin_layout Plain Layout
35585 Abbildungen ! rotierte
35586 \end_layout
35587
35588 \end_inset
35589
35590
35591 \begin_inset Index idx
35592 status collapsed
35593
35594 \begin_layout Plain Layout
35595 Tabellen ! rotierte
35596 \end_layout
35597
35598 \end_inset
35599
35600
35601 \end_layout
35602
35603 \begin_layout Standard
35604 \begin_inset Note Greyedout
35605 status open
35606
35607 \begin_layout Plain Layout
35608
35609 \series bold
35610 Achtung:
35611 \series default
35612  Wenn die Einfügung 
35613 \family sans
35614 Drehpunkt
35615 \family default
35616  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
35617 -Fehler
35618  wenn man das Dokument ansieht/exportiert.
35619 \end_layout
35620
35621 \end_inset
35622
35623
35624 \end_layout
35625
35626 \begin_layout Subsection
35627 Skalierte Boxen
35628 \begin_inset Index idx
35629 status collapsed
35630
35631 \begin_layout Plain Layout
35632 Boxen ! skalierte
35633 \end_layout
35634
35635 \end_inset
35636
35637
35638 \begin_inset Index idx
35639 status collapsed
35640
35641 \begin_layout Plain Layout
35642 Skaliertes Material
35643 \end_layout
35644
35645 \end_inset
35646
35647
35648 \end_layout
35649
35650 \begin_layout Standard
35651 Um Material zu skalieren, setzt man es in eine 
35652 \family sans
35653 Skalierende
35654 \begin_inset space ~
35655 \end_inset
35656
35657 Box
35658 \family default
35659 .
35660  Solch eine Box wird über das Menü 
35661 \family sans
35662 Einfügen\SpecialChar menuseparator
35663 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
35664 Skalierende
35665 \begin_inset space ~
35666 \end_inset
35667
35668 Box
35669 \family default
35670  eingefügt.
35671 \end_layout
35672
35673 \begin_layout Standard
35674 Die 
35675 \family sans
35676 Skalierende
35677 \begin_inset space ~
35678 \end_inset
35679
35680 Box
35681 \family default
35682  Einfügung hat die obligatorische Einfügung 
35683 \family sans
35684 H-Faktor
35685 \family default
35686  und die optionale Einfügung 
35687 \family sans
35688 V-Faktor
35689 \family default
35690  (wird eingefügt über das Menü 
35691 \family sans
35692 Einfügen\SpecialChar menuseparator
35693 V-Faktor)
35694 \family default
35695 .
35696  Fügen Sie hier den horizontalen bzw.
35697 \begin_inset space \space{}
35698 \end_inset
35699
35700 den vertikalen Skalierungsfaktor ein.
35701  Wenn die Einfügung 
35702 \family sans
35703 V-Faktor
35704 \family default
35705  nicht verwendet wird, wird der horizontale Skalierungsfaktor auch für den
35706  vertikalen verwendet.
35707 \end_layout
35708
35709 \begin_layout Standard
35710 Um z.
35711 \begin_inset space \thinspace{}
35712 \end_inset
35713
35714 B.
35715  doppelte Textgröße als die Dokument-Schriftgröße zu erhalten, gibt man
35716  
35717 \series bold
35718 2
35719 \series default
35720  in die Einfügung 
35721 \family sans
35722 H-Faktor
35723 \family default
35724  ein.
35725  Ein Beispiel: 
35726 \begin_inset Flex Scalebox
35727 status open
35728
35729 \begin_layout Plain Layout
35730 \begin_inset Argument 1
35731 status open
35732
35733 \begin_layout Plain Layout
35734 2
35735 \end_layout
35736
35737 \end_inset
35738
35739 Hallo
35740 \end_layout
35741
35742 \end_inset
35743
35744
35745 \end_layout
35746
35747 \begin_layout Standard
35748
35749 \series bold
35750 2
35751 \series default
35752  als 
35753 \family sans
35754 H-Faktor
35755 \family default
35756  und 
35757 \series bold
35758 1
35759 \series default
35760  als 
35761 \family sans
35762 V-Faktor
35763 \family default
35764  verzerrt das 
35765 \begin_inset Flex Scalebox
35766 status open
35767
35768 \begin_layout Plain Layout
35769 \begin_inset Argument 1
35770 status open
35771
35772 \begin_layout Plain Layout
35773 2
35774 \end_layout
35775
35776 \end_inset
35777
35778
35779 \begin_inset Argument 2
35780 status open
35781
35782 \begin_layout Plain Layout
35783 1
35784 \end_layout
35785
35786 \end_inset
35787
35788 Hallo
35789 \end_layout
35790
35791 \end_inset
35792
35793 .
35794 \end_layout
35795
35796 \begin_layout Standard
35797 Die Skalierungsfaktoren dürfen auch negativ sein.
35798  In diesem Fall wird der Boxinhalt gespiegelt.
35799  Daher kann 
35800 \series bold
35801 -1
35802 \series default
35803  als 
35804 \family sans
35805 H-Faktor
35806 \family default
35807  und 
35808 \series bold
35809 1
35810 \series default
35811  als 
35812 \family sans
35813 V-Faktor
35814 \family default
35815  verwendet werden um Spiegelschrift zu erstellen: 
35816 \begin_inset Flex Scalebox
35817 status open
35818
35819 \begin_layout Plain Layout
35820 \begin_inset Argument 1
35821 status open
35822
35823 \begin_layout Plain Layout
35824 -1
35825 \end_layout
35826
35827 \end_inset
35828
35829
35830 \begin_inset Argument 2
35831 status open
35832
35833 \begin_layout Plain Layout
35834 1
35835 \end_layout
35836
35837 \end_inset
35838
35839 Hallo
35840 \end_layout
35841
35842 \end_inset
35843
35844
35845 \end_layout
35846
35847 \begin_layout Standard
35848
35849 \series bold
35850 1
35851 \series default
35852  als 
35853 \family sans
35854 H-Faktor
35855 \family default
35856  und 
35857 \series bold
35858 -1
35859 \series default
35860  als 
35861 \family sans
35862 V-Faktor
35863 \family default
35864  reflektiert das 
35865 \begin_inset Flex Scalebox
35866 status open
35867
35868 \begin_layout Plain Layout
35869 \begin_inset Argument 1
35870 status open
35871
35872 \begin_layout Plain Layout
35873 1
35874 \end_layout
35875
35876 \end_inset
35877
35878
35879 \begin_inset Argument 2
35880 status open
35881
35882 \begin_layout Plain Layout
35883 -1
35884 \end_layout
35885
35886 \end_inset
35887
35888 Hallo
35889 \end_layout
35890
35891 \end_inset
35892
35893  an der Grundlinie.
35894 \end_layout
35895
35896 \begin_layout Standard
35897 Die 
35898 \family sans
35899 Spiegelbox
35900 \family default
35901  (Menü 
35902 \family sans
35903 Einfügen\SpecialChar menuseparator
35904 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
35905 Spiegelbox
35906 \family default
35907 ) ist äquivalent zu 
35908 \series bold
35909 -1
35910 \series default
35911  als 
35912 \family sans
35913 H-Faktor
35914 \family default
35915  und 
35916 \series bold
35917 1
35918 \series default
35919  als 
35920 \family sans
35921 V-Faktor 
35922 \family default
35923 für eine 
35924 \family sans
35925 Skalierende
35926 \begin_inset space ~
35927 \end_inset
35928
35929 Box
35930 \family default
35931 .
35932 \end_layout
35933
35934 \begin_layout Standard
35935 \begin_inset Note Greyedout
35936 status open
35937
35938 \begin_layout Plain Layout
35939
35940 \series bold
35941 Achtung:
35942 \series default
35943  Wenn die Einfügung 
35944 \family sans
35945 Drehpunkt
35946 \family default
35947  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
35948 -Fehler
35949  wenn man das Dokument ansieht/exportiert.
35950 \end_layout
35951
35952 \end_inset
35953
35954
35955 \end_layout
35956
35957 \begin_layout Standard
35958 \begin_inset VSpace bigskip
35959 \end_inset
35960
35961 Die 
35962 \family sans
35963 Neugrößenbox
35964 \family default
35965  (Menü 
35966 \family sans
35967 Einfügen\SpecialChar menuseparator
35968 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
35969 Neugrößenbox
35970 \family default
35971 ) verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
35972  skalieren.
35973  Die 
35974 \family sans
35975 Neugrößenbox
35976 \family default
35977  Einfügung hat die obligatorische Einfügung 
35978 \family sans
35979 Breite
35980 \family default
35981  und die optionale Einfügung 
35982 \family sans
35983 Höhe
35984 \family default
35985  (wird eingefügt über das Menü 
35986 \family sans
35987 Einfügen\SpecialChar menuseparator
35988 Höhe)
35989 \family default
35990 .
35991  Fügen Sie hier die Breite bzw.
35992 \begin_inset space \space{}
35993 \end_inset
35994
35995 Höhe als Wert mit Einheit ein.
35996  
35997 \begin_inset CommandInset ref
35998 LatexCommand ref
35999 reference "tab:Maßeinheiten"
36000
36001 \end_inset
36002
36003  listet die möglichen Maßeinheiten auf.
36004  Befindet sich ein Ausrufezeichen 
36005 \series bold
36006 !
36007 \series default
36008  in einer der beiden
36009 \lang english
36010  
36011 \lang ngerman
36012 Einfügungen, wird die Größe so gewählt, dass das Seitenverhältnis der Box
36013  beibehalten wird.
36014  Wenn die Einfügung 
36015 \family sans
36016 Höhe
36017 \family default
36018  nicht verwendet wird, wird intern ein Ausrufezeichen für die Höhe verwendet.
36019 \end_layout
36020
36021 \begin_layout Standard
36022
36023 \series bold
36024 2cm
36025 \series default
36026  als 
36027 \family sans
36028 Breite
36029 \family default
36030  und 
36031 \series bold
36032 1cm
36033 \series default
36034  als 
36035 \family sans
36036 Höhe
36037 \family default
36038  ergibt: 
36039 \begin_inset Flex Resizebox
36040 status open
36041
36042 \begin_layout Plain Layout
36043 \begin_inset Argument 1
36044 status open
36045
36046 \begin_layout Plain Layout
36047 2cm
36048 \end_layout
36049
36050 \end_inset
36051
36052
36053 \begin_inset Argument 2
36054 status open
36055
36056 \begin_layout Plain Layout
36057 1cm
36058 \end_layout
36059
36060 \end_inset
36061
36062 Hallo
36063 \end_layout
36064
36065 \end_inset
36066
36067
36068 \begin_inset Newline newline
36069 \end_inset
36070
36071
36072 \series bold
36073 2cm
36074 \series default
36075  als 
36076 \family sans
36077 Breite
36078 \family default
36079  und 
36080 \series bold
36081 !
36082 \series default
36083  als 
36084 \family sans
36085 Höhe
36086 \family default
36087  (oder keine 
36088 \family sans
36089 Höhe
36090 \family default
36091 ) ergibt: 
36092 \begin_inset Flex Resizebox
36093 status open
36094
36095 \begin_layout Plain Layout
36096 \begin_inset Argument 1
36097 status open
36098
36099 \begin_layout Plain Layout
36100 2cm
36101 \end_layout
36102
36103 \end_inset
36104
36105
36106 \begin_inset Argument 2
36107 status open
36108
36109 \begin_layout Plain Layout
36110 !
36111 \end_layout
36112
36113 \end_inset
36114
36115 Hallo
36116 \end_layout
36117
36118 \end_inset
36119
36120
36121 \end_layout
36122
36123 \begin_layout Standard
36124 \begin_inset Note Greyedout
36125 status open
36126
36127 \begin_layout Plain Layout
36128
36129 \series bold
36130 Achtung:
36131 \series default
36132  Wenn die Einfügung
36133 \family sans
36134  Breite 
36135 \family default
36136 leer ist oder eine ungültige Einheit enthält, erhält man \SpecialChar LaTeX
36137 -Fehler wenn man
36138  das Dokument ansieht/exportiert.
36139 \end_layout
36140
36141 \end_inset
36142
36143
36144 \end_layout
36145
36146 \begin_layout Standard
36147 \begin_inset VSpace bigskip
36148 \end_inset
36149
36150
36151 \end_layout
36152
36153 \begin_layout Standard
36154 Alle Boxen können beliebig miteinander kombiniert werden.
36155  Als Beispiel eine 
36156 \family sans
36157 Spiegelbox
36158 \family default
36159  in einer 
36160 \family sans
36161 Neugrößenbox
36162 \family default
36163 , die wiederum in einer 
36164 \family sans
36165 Rotationsbox
36166 \family default
36167  ist:
36168 \end_layout
36169
36170 \begin_layout Standard
36171 \noindent
36172 \align center
36173 \begin_inset Flex Rotatebox
36174 status open
36175
36176 \begin_layout Plain Layout
36177 \begin_inset Argument 1
36178 status open
36179
36180 \begin_layout Plain Layout
36181 origin=c
36182 \end_layout
36183
36184 \end_inset
36185
36186
36187 \begin_inset Argument 2
36188 status open
36189
36190 \begin_layout Plain Layout
36191 -45
36192 \end_layout
36193
36194 \end_inset
36195
36196
36197 \begin_inset Flex Resizebox
36198 status open
36199
36200 \begin_layout Plain Layout
36201 \begin_inset Argument 1
36202 status open
36203
36204 \begin_layout Plain Layout
36205 2cm
36206 \end_layout
36207
36208 \end_inset
36209
36210
36211 \begin_inset Flex Reflectbox
36212 status open
36213
36214 \begin_layout Plain Layout
36215 Hallo
36216 \end_layout
36217
36218 \end_inset
36219
36220
36221 \end_layout
36222
36223 \end_inset
36224
36225
36226 \end_layout
36227
36228 \end_inset
36229
36230
36231 \end_layout
36232
36233 \begin_layout Standard
36234 \noindent
36235 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
36236 \end_layout
36237
36238 \begin_layout Standard
36239 \noindent
36240 \align center
36241 \begin_inset Flex Resizebox
36242 status open
36243
36244 \begin_layout Plain Layout
36245 \begin_inset Argument 1
36246 status open
36247
36248 \begin_layout Plain Layout
36249 2cm
36250 \end_layout
36251
36252 \end_inset
36253
36254
36255 \begin_inset Flex Reflectbox
36256 status open
36257
36258 \begin_layout Plain Layout
36259 \begin_inset Graphics
36260         filename ../clipart/platypus.eps
36261         lyxscale 50
36262         width 25col%
36263
36264 \end_inset
36265
36266
36267 \end_layout
36268
36269 \end_inset
36270
36271
36272 \end_layout
36273
36274 \end_inset
36275
36276  
36277 \begin_inset Flex Resizebox
36278 status open
36279
36280 \begin_layout Plain Layout
36281 \begin_inset Argument 1
36282 status open
36283
36284 \begin_layout Plain Layout
36285 2cm
36286 \end_layout
36287
36288 \end_inset
36289
36290
36291 \begin_inset Flex Reflectbox
36292 status open
36293
36294 \begin_layout Plain Layout
36295 \begin_inset Tabular
36296 <lyxtabular version="3" rows="2" columns="2">
36297 <features tabularvalignment="middle">
36298 <column alignment="center" valignment="top">
36299 <column alignment="center" valignment="top">
36300 <row>
36301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36302 \begin_inset Text
36303
36304 \begin_layout Plain Layout
36305 q
36306 \end_layout
36307
36308 \end_inset
36309 </cell>
36310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36311 \begin_inset Text
36312
36313 \begin_layout Plain Layout
36314 w
36315 \end_layout
36316
36317 \end_inset
36318 </cell>
36319 </row>
36320 <row>
36321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36322 \begin_inset Text
36323
36324 \begin_layout Plain Layout
36325 e
36326 \end_layout
36327
36328 \end_inset
36329 </cell>
36330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36331 \begin_inset Text
36332
36333 \begin_layout Plain Layout
36334 r
36335 \end_layout
36336
36337 \end_inset
36338 </cell>
36339 </row>
36340 </lyxtabular>
36341
36342 \end_inset
36343
36344
36345 \end_layout
36346
36347 \end_inset
36348
36349
36350 \end_layout
36351
36352 \end_inset
36353
36354  
36355 \begin_inset Flex Resizebox
36356 status open
36357
36358 \begin_layout Plain Layout
36359 \begin_inset Argument 1
36360 status open
36361
36362 \begin_layout Plain Layout
36363 3cm
36364 \end_layout
36365
36366 \end_inset
36367
36368
36369 \begin_inset Flex Reflectbox
36370 status open
36371
36372 \begin_layout Plain Layout
36373 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36374 \end_inset
36375
36376
36377 \end_layout
36378
36379 \end_inset
36380
36381
36382 \end_layout
36383
36384 \end_inset
36385
36386
36387 \begin_inset Index idx
36388 status collapsed
36389
36390 \begin_layout Plain Layout
36391 Abbildungen ! skalierte
36392 \end_layout
36393
36394 \end_inset
36395
36396
36397 \begin_inset Index idx
36398 status collapsed
36399
36400 \begin_layout Plain Layout
36401 Tabellen ! skalierte
36402 \end_layout
36403
36404 \end_inset
36405
36406
36407 \end_layout
36408
36409 \begin_layout Standard
36410 Hat man den globalen Formelstil 
36411 \series bold
36412 fleqn
36413 \series default
36414
36415 \begin_inset Foot
36416 status collapsed
36417
36418 \begin_layout Plain Layout
36419 Wenn 
36420 \begin_inset Quotes gld
36421 \end_inset
36422
36423 fleqn
36424 \begin_inset Quotes grd
36425 \end_inset
36426
36427  zu den Dokumentklassen-Optionen hinzugefügt wurde.
36428 \end_layout
36429
36430 \end_inset
36431
36432  gewählt, kann man auch abgesetzte Formeln skalieren.
36433 \end_layout
36434
36435 \begin_layout Chapter
36436 Umflossene Objekte
36437 \begin_inset Index idx
36438 status collapsed
36439
36440 \begin_layout Plain Layout
36441 Umflossene Objekte
36442 \end_layout
36443
36444 \end_inset
36445
36446
36447 \end_layout
36448
36449 \begin_layout Section
36450 Umflossene Gleitobjekte
36451 \begin_inset CommandInset label
36452 LatexCommand label
36453 name "abs:Umflossene-Gleitobjekte"
36454
36455 \end_inset
36456
36457
36458 \begin_inset Index idx
36459 status collapsed
36460
36461 \begin_layout Plain Layout
36462 Gleitobjekte ! umflossene
36463 \end_layout
36464
36465 \end_inset
36466
36467
36468 \begin_inset Index idx
36469 status collapsed
36470
36471 \begin_layout Plain Layout
36472 Umflossene Objekte ! Gleitobjekte
36473 \end_layout
36474
36475 \end_inset
36476
36477
36478 \end_layout
36479
36480 \begin_layout Standard
36481 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
36482  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
36483  den die Abbildung bzw.
36484 \begin_inset space ~
36485 \end_inset
36486
36487 Tabelle übrig lässt.
36488  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
36489  Sie werden über das Menü
36490 \family sans
36491  Einfügen\SpecialChar menuseparator
36492 Gleitobjekt\SpecialChar menuseparator
36493 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
36494 objekt
36495 \family default
36496  eingefügt, wenn das \SpecialChar LaTeX
36497 -Paket 
36498 \series bold
36499 wrapfig
36500 \series default
36501
36502 \begin_inset Index idx
36503 status collapsed
36504
36505 \begin_layout Plain Layout
36506 \SpecialChar LaTeX
36507 -Pakete ! wrapfig
36508 \end_layout
36509
36510 \end_inset
36511
36512  installiert ist.
36513 \begin_inset Foot
36514 status collapsed
36515
36516 \begin_layout Plain Layout
36517 Wie man ein \SpecialChar LaTeX
36518 -Paket installiert, wird im Handbuch 
36519 \emph on
36520 \SpecialChar LaTeX
36521 -Konfiguration
36522 \emph default
36523  beschrieben.
36524 \end_layout
36525
36526 \end_inset
36527
36528  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
36529  Box des Gleitobjekts geändert werden.
36530  
36531 \begin_inset Wrap figure
36532 lines 0
36533 placement l
36534 overhang 1cm
36535 width "40col%"
36536 status open
36537
36538 \begin_layout Plain Layout
36539 \begin_inset Graphics
36540         filename ../clipart/mobius.eps
36541         width 40col%
36542         scaleBeforeRotation
36543         rotateOrigin center
36544
36545 \end_inset
36546
36547
36548 \end_layout
36549
36550 \begin_layout Plain Layout
36551 \begin_inset Caption Standard
36552
36553 \begin_layout Plain Layout
36554 \begin_inset CommandInset label
36555 LatexCommand label
36556 name "abb:Dies-ist-eine"
36557
36558 \end_inset
36559
36560 Dies ist eine umflossene Gleitobjekt-Abbildung
36561 \end_layout
36562
36563 \end_inset
36564
36565
36566 \end_layout
36567
36568 \end_inset
36569
36570  Obligatorische Einstellungen sind die 
36571 \family sans
36572 Breite
36573 \family default
36574  und 
36575 \family sans
36576 Platzierung
36577 \family default
36578  des Gleitobjekts.
36579  Optional sind der 
36580 \family sans
36581 Überhang 
36582 \family default
36583 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
36584 \begin_inset space \thinspace{}
36585 \end_inset
36586
36587 /
36588 \begin_inset space \thinspace{}
36589 \end_inset
36590
36591 der Seite ragt und die 
36592 \family sans
36593 benötigten Zeilen
36594 \family default
36595 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
36596  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
36597  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
36598  Des weiteren können Sie entscheiden, ob es \SpecialChar LaTeX
36599  erlaubt sein soll, das Gleitobjekt
36600  innerhalb des Absatzes oder zu umgebenden Absätzen gleiten zu lassen.
36601  Abbildung
36602 \begin_inset space ~
36603 \end_inset
36604
36605
36606 \begin_inset CommandInset ref
36607 LatexCommand ref
36608 reference "abb:Dies-ist-eine"
36609
36610 \end_inset
36611
36612  ist zum Beispiel ein umflossenes Bild, das 40
36613 \begin_inset space \thinspace{}
36614 \end_inset
36615
36616 % der Spaltenbreite einnimmt, 1
36617 \begin_inset space \thinspace{}
36618 \end_inset
36619
36620 cm in den Rand ragt und links gesetzt wurde.
36621 \end_layout
36622
36623 \begin_layout Standard
36624 \begin_inset Note Greyedout
36625 status open
36626
36627 \begin_layout Plain Layout
36628
36629 \series bold
36630 Bemerkung:
36631 \series default
36632  Umflossene Objekte sind fragil! Wenn die Abbildung z.
36633 \begin_inset space \thinspace{}
36634 \end_inset
36635
36636 B.
36637  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
36638  oder über anderen Text gedruckt wird.
36639 \end_layout
36640
36641 \end_inset
36642
36643
36644 \end_layout
36645
36646 \begin_layout Standard
36647 Allgemein gilt für umflossene Gleitobjekte:
36648 \end_layout
36649
36650 \begin_layout Itemize
36651 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
36652  fortgesetzt werden.
36653  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
36654  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
36655 \end_layout
36656
36657 \begin_layout Itemize
36658 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
36659  werden oder darin.
36660 \end_layout
36661
36662 \begin_layout Itemize
36663 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
36664  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
36665 \end_layout
36666
36667 \begin_layout Itemize
36668 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
36669 \end_layout
36670
36671 \begin_layout Itemize
36672 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
36673 \begin_inset space \thinspace{}
36674 \end_inset
36675
36676
36677 \begin_inset CommandInset ref
36678 LatexCommand ref
36679 reference "kap:Gleitobjekte"
36680
36681 \end_inset
36682
36683  beschrieben.
36684 \end_layout
36685
36686 \begin_layout Section
36687 Umflossene Fixe Objekte
36688 \begin_inset Index idx
36689 status collapsed
36690
36691 \begin_layout Plain Layout
36692 Umflossene Objekte ! Fixe Objekte
36693 \end_layout
36694
36695 \end_inset
36696
36697
36698 \end_layout
36699
36700 \begin_layout Standard
36701 Die in Abschnitt
36702 \begin_inset space ~
36703 \end_inset
36704
36705
36706 \begin_inset CommandInset ref
36707 LatexCommand ref
36708 reference "abs:Umflossene-Gleitobjekte"
36709
36710 \end_inset
36711
36712  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
36713 \begin_inset Separator latexpar
36714 \end_inset
36715
36716
36717 \end_layout
36718
36719 \begin_layout Standard
36720 \noindent
36721 \align center
36722 \begin_inset Tabular
36723 <lyxtabular version="3" rows="2" columns="2">
36724 <features tabularvalignment="middle">
36725 <column alignment="center" valignment="top">
36726 <column alignment="center" valignment="top">
36727 <row>
36728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36729 \begin_inset Text
36730
36731 \begin_layout Plain Layout
36732 \begin_inset Info
36733 type  "icon"
36734 arg   "dialog-show-new-inset graphics"
36735 \end_inset
36736
36737
36738 \end_layout
36739
36740 \end_inset
36741 </cell>
36742 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36743 \begin_inset Text
36744
36745 \begin_layout Plain Layout
36746 Text
36747 \end_layout
36748
36749 \end_inset
36750 </cell>
36751 </row>
36752 <row>
36753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36754 \begin_inset Text
36755
36756 \begin_layout Plain Layout
36757 Text
36758 \end_layout
36759
36760 \end_inset
36761 </cell>
36762 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36763 \begin_inset Text
36764
36765 \begin_layout Plain Layout
36766 Text
36767 \end_layout
36768
36769 \end_inset
36770 </cell>
36771 </row>
36772 </lyxtabular>
36773
36774 \end_inset
36775
36776  oder 
36777 \begin_inset Tabular
36778 <lyxtabular version="3" rows="2" columns="2">
36779 <features tabularvalignment="middle">
36780 <column alignment="center" valignment="top">
36781 <column alignment="center" valignment="top">
36782 <row>
36783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36784 \begin_inset Text
36785
36786 \begin_layout Plain Layout
36787 Text
36788 \end_layout
36789
36790 \end_inset
36791 </cell>
36792 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36793 \begin_inset Text
36794
36795 \begin_layout Plain Layout
36796 \begin_inset Info
36797 type  "icon"
36798 arg   "dialog-show-new-inset graphics"
36799 \end_inset
36800
36801
36802 \end_layout
36803
36804 \end_inset
36805 </cell>
36806 </row>
36807 <row>
36808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36809 \begin_inset Text
36810
36811 \begin_layout Plain Layout
36812 Text
36813 \end_layout
36814
36815 \end_inset
36816 </cell>
36817 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36818 \begin_inset Text
36819
36820 \begin_layout Plain Layout
36821 Text
36822 \end_layout
36823
36824 \end_inset
36825 </cell>
36826 </row>
36827 </lyxtabular>
36828
36829 \end_inset
36830
36831
36832 \end_layout
36833
36834 \begin_layout Standard
36835 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
36836  wurde, um z.
36837 \begin_inset space \thinspace{}
36838 \end_inset
36839
36840 B.
36841  solche Positionen zu erhalten:
36842 \begin_inset VSpace defskip
36843 \end_inset
36844
36845
36846 \end_layout
36847
36848 \begin_layout Standard
36849 \noindent
36850 \align center
36851 \begin_inset Tabular
36852 <lyxtabular version="3" rows="2" columns="2">
36853 <features tabularvalignment="middle">
36854 <column alignment="center" valignment="top">
36855 <column alignment="center" valignment="top">
36856 <row>
36857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36858 \begin_inset Text
36859
36860 \begin_layout Plain Layout
36861 Text
36862 \end_layout
36863
36864 \end_inset
36865 </cell>
36866 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36867 \begin_inset Text
36868
36869 \begin_layout Plain Layout
36870 Text
36871 \end_layout
36872
36873 \end_inset
36874 </cell>
36875 </row>
36876 <row>
36877 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36878 \begin_inset Text
36879
36880 \begin_layout Plain Layout
36881 \begin_inset Info
36882 type  "icon"
36883 arg   "dialog-show-new-inset graphics"
36884 \end_inset
36885
36886
36887 \end_layout
36888
36889 \end_inset
36890 </cell>
36891 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36892 \begin_inset Text
36893
36894 \begin_layout Plain Layout
36895 Text
36896 \end_layout
36897
36898 \end_inset
36899 </cell>
36900 </row>
36901 </lyxtabular>
36902
36903 \end_inset
36904
36905  
36906 \begin_inset Tabular
36907 <lyxtabular version="3" rows="2" columns="2">
36908 <features tabularvalignment="middle">
36909 <column alignment="center" valignment="top">
36910 <column alignment="center" valignment="top">
36911 <row>
36912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36913 \begin_inset Text
36914
36915 \begin_layout Plain Layout
36916 Text
36917 \end_layout
36918
36919 \end_inset
36920 </cell>
36921 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36922 \begin_inset Text
36923
36924 \begin_layout Plain Layout
36925 Text
36926 \end_layout
36927
36928 \end_inset
36929 </cell>
36930 </row>
36931 <row>
36932 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36933 \begin_inset Text
36934
36935 \begin_layout Plain Layout
36936 Text
36937 \end_layout
36938
36939 \end_inset
36940 </cell>
36941 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36942 \begin_inset Text
36943
36944 \begin_layout Plain Layout
36945 \begin_inset Info
36946 type  "icon"
36947 arg   "dialog-show-new-inset graphics"
36948 \end_inset
36949
36950
36951 \end_layout
36952
36953 \end_inset
36954 </cell>
36955 </row>
36956 </lyxtabular>
36957
36958 \end_inset
36959
36960  
36961 \begin_inset Tabular
36962 <lyxtabular version="3" rows="2" columns="3">
36963 <features tabularvalignment="middle">
36964 <column alignment="center" valignment="top">
36965 <column alignment="center" valignment="top">
36966 <column alignment="center" valignment="top">
36967 <row>
36968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36969 \begin_inset Text
36970
36971 \begin_layout Plain Layout
36972 Text
36973 \end_layout
36974
36975 \end_inset
36976 </cell>
36977 <cell alignment="center" valignment="top" topline="true" usebox="none">
36978 \begin_inset Text
36979
36980 \begin_layout Plain Layout
36981 \begin_inset Info
36982 type  "icon"
36983 arg   "dialog-show-new-inset graphics"
36984 \end_inset
36985
36986
36987 \end_layout
36988
36989 \end_inset
36990 </cell>
36991 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36992 \begin_inset Text
36993
36994 \begin_layout Plain Layout
36995 Text
36996 \end_layout
36997
36998 \end_inset
36999 </cell>
37000 </row>
37001 <row>
37002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37003 \begin_inset Text
37004
37005 \begin_layout Plain Layout
37006 Text
37007 \end_layout
37008
37009 \end_inset
37010 </cell>
37011 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37012 \begin_inset Text
37013
37014 \begin_layout Plain Layout
37015 Text
37016 \end_layout
37017
37018 \end_inset
37019 </cell>
37020 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37021 \begin_inset Text
37022
37023 \begin_layout Plain Layout
37024 Text
37025 \end_layout
37026
37027 \end_inset
37028 </cell>
37029 </row>
37030 </lyxtabular>
37031
37032 \end_inset
37033
37034  
37035 \begin_inset Tabular
37036 <lyxtabular version="3" rows="2" columns="3">
37037 <features tabularvalignment="middle">
37038 <column alignment="center" valignment="top">
37039 <column alignment="center" valignment="top">
37040 <column alignment="center" valignment="top">
37041 <row>
37042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37043 \begin_inset Text
37044
37045 \begin_layout Plain Layout
37046 Text
37047 \end_layout
37048
37049 \end_inset
37050 </cell>
37051 <cell alignment="center" valignment="top" topline="true" usebox="none">
37052 \begin_inset Text
37053
37054 \begin_layout Plain Layout
37055 Text
37056 \end_layout
37057
37058 \end_inset
37059 </cell>
37060 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37061 \begin_inset Text
37062
37063 \begin_layout Plain Layout
37064 Text
37065 \end_layout
37066
37067 \end_inset
37068 </cell>
37069 </row>
37070 <row>
37071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37072 \begin_inset Text
37073
37074 \begin_layout Plain Layout
37075 Text
37076 \end_layout
37077
37078 \end_inset
37079 </cell>
37080 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37081 \begin_inset Text
37082
37083 \begin_layout Plain Layout
37084 \begin_inset Info
37085 type  "icon"
37086 arg   "dialog-show-new-inset graphics"
37087 \end_inset
37088
37089
37090 \end_layout
37091
37092 \end_inset
37093 </cell>
37094 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37095 \begin_inset Text
37096
37097 \begin_layout Plain Layout
37098 Text
37099 \end_layout
37100
37101 \end_inset
37102 </cell>
37103 </row>
37104 </lyxtabular>
37105
37106 \end_inset
37107
37108
37109 \end_layout
37110
37111 \begin_layout Standard
37112 \noindent
37113 \align center
37114 \begin_inset Tabular
37115 <lyxtabular version="3" rows="3" columns="2">
37116 <features tabularvalignment="middle">
37117 <column alignment="center" valignment="top">
37118 <column alignment="center" valignment="top">
37119 <row>
37120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37121 \begin_inset Text
37122
37123 \begin_layout Plain Layout
37124 Text
37125 \end_layout
37126
37127 \end_inset
37128 </cell>
37129 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37130 \begin_inset Text
37131
37132 \begin_layout Plain Layout
37133 Text
37134 \end_layout
37135
37136 \end_inset
37137 </cell>
37138 </row>
37139 <row>
37140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37141 \begin_inset Text
37142
37143 \begin_layout Plain Layout
37144 \begin_inset Info
37145 type  "icon"
37146 arg   "dialog-show-new-inset graphics"
37147 \end_inset
37148
37149
37150 \end_layout
37151
37152 \end_inset
37153 </cell>
37154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37155 \begin_inset Text
37156
37157 \begin_layout Plain Layout
37158 Text
37159 \end_layout
37160
37161 \end_inset
37162 </cell>
37163 </row>
37164 <row>
37165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37166 \begin_inset Text
37167
37168 \begin_layout Plain Layout
37169 Text
37170 \end_layout
37171
37172 \end_inset
37173 </cell>
37174 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37175 \begin_inset Text
37176
37177 \begin_layout Plain Layout
37178 Text
37179 \end_layout
37180
37181 \end_inset
37182 </cell>
37183 </row>
37184 </lyxtabular>
37185
37186 \end_inset
37187
37188  
37189 \begin_inset Tabular
37190 <lyxtabular version="3" rows="3" columns="3">
37191 <features tabularvalignment="middle">
37192 <column alignment="center" valignment="top">
37193 <column alignment="center" valignment="top">
37194 <column alignment="center" valignment="top">
37195 <row>
37196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37197 \begin_inset Text
37198
37199 \begin_layout Plain Layout
37200 Text
37201 \end_layout
37202
37203 \end_inset
37204 </cell>
37205 <cell alignment="center" valignment="top" topline="true" usebox="none">
37206 \begin_inset Text
37207
37208 \begin_layout Plain Layout
37209 Text
37210 \end_layout
37211
37212 \end_inset
37213 </cell>
37214 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37215 \begin_inset Text
37216
37217 \begin_layout Plain Layout
37218 Text
37219 \end_layout
37220
37221 \end_inset
37222 </cell>
37223 </row>
37224 <row>
37225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37226 \begin_inset Text
37227
37228 \begin_layout Plain Layout
37229 Text
37230 \end_layout
37231
37232 \end_inset
37233 </cell>
37234 <cell alignment="center" valignment="top" usebox="none">
37235 \begin_inset Text
37236
37237 \begin_layout Plain Layout
37238 \begin_inset Info
37239 type  "icon"
37240 arg   "dialog-show-new-inset graphics"
37241 \end_inset
37242
37243
37244 \end_layout
37245
37246 \end_inset
37247 </cell>
37248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37249 \begin_inset Text
37250
37251 \begin_layout Plain Layout
37252 Text
37253 \end_layout
37254
37255 \end_inset
37256 </cell>
37257 </row>
37258 <row>
37259 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37260 \begin_inset Text
37261
37262 \begin_layout Plain Layout
37263 Text
37264 \end_layout
37265
37266 \end_inset
37267 </cell>
37268 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37269 \begin_inset Text
37270
37271 \begin_layout Plain Layout
37272 Text
37273 \end_layout
37274
37275 \end_inset
37276 </cell>
37277 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37278 \begin_inset Text
37279
37280 \begin_layout Plain Layout
37281 Text
37282 \end_layout
37283
37284 \end_inset
37285 </cell>
37286 </row>
37287 </lyxtabular>
37288
37289 \end_inset
37290
37291  
37292 \begin_inset Tabular
37293 <lyxtabular version="3" rows="3" columns="2">
37294 <features tabularvalignment="middle">
37295 <column alignment="center" valignment="top">
37296 <column alignment="center" valignment="top">
37297 <row>
37298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37299 \begin_inset Text
37300
37301 \begin_layout Plain Layout
37302 Text
37303 \end_layout
37304
37305 \end_inset
37306 </cell>
37307 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37308 \begin_inset Text
37309
37310 \begin_layout Plain Layout
37311 Text
37312 \end_layout
37313
37314 \end_inset
37315 </cell>
37316 </row>
37317 <row>
37318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37319 \begin_inset Text
37320
37321 \begin_layout Plain Layout
37322 Text
37323 \end_layout
37324
37325 \end_inset
37326 </cell>
37327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37328 \begin_inset Text
37329
37330 \begin_layout Plain Layout
37331 \begin_inset Info
37332 type  "icon"
37333 arg   "dialog-show-new-inset graphics"
37334 \end_inset
37335
37336
37337 \end_layout
37338
37339 \end_inset
37340 </cell>
37341 </row>
37342 <row>
37343 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37344 \begin_inset Text
37345
37346 \begin_layout Plain Layout
37347 Text
37348 \end_layout
37349
37350 \end_inset
37351 </cell>
37352 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37353 \begin_inset Text
37354
37355 \begin_layout Plain Layout
37356 Text
37357 \end_layout
37358
37359 \end_inset
37360 </cell>
37361 </row>
37362 </lyxtabular>
37363
37364 \end_inset
37365
37366
37367 \end_layout
37368
37369 \begin_layout Standard
37370 \noindent
37371 kann man das \SpecialChar LaTeX
37372 -Paket 
37373 \series bold
37374 picinpar
37375 \series default
37376
37377 \begin_inset Index idx
37378 status collapsed
37379
37380 \begin_layout Plain Layout
37381 \SpecialChar LaTeX
37382 -Pakete ! picinpar
37383 \end_layout
37384
37385 \end_inset
37386
37387  benutzen.
37388  Hier ist ein Beispiel:
37389 \end_layout
37390
37391 \begin_layout Standard
37392 \begin_inset ERT
37393 status collapsed
37394
37395 \begin_layout Plain Layout
37396
37397
37398 \backslash
37399 ifpicinpar
37400 \end_layout
37401
37402 \end_inset
37403
37404
37405 \begin_inset Note Note
37406 status open
37407
37408 \begin_layout Plain Layout
37409 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
37410 -Paket 
37411 \series bold
37412 picinpar
37413 \series default
37414  installiert ist.
37415 \end_layout
37416
37417 \end_inset
37418
37419
37420 \end_layout
37421
37422 \begin_layout Standard
37423 \begin_inset ERT
37424 status collapsed
37425
37426 \begin_layout Plain Layout
37427
37428
37429 \backslash
37430 begin{window}[2,c,{
37431 \end_layout
37432
37433 \end_inset
37434
37435
37436 \begin_inset Graphics
37437         filename ../clipart/mobius.eps
37438         lyxscale 60
37439         width 40col%
37440         scaleBeforeRotation
37441         rotateOrigin center
37442
37443 \end_inset
37444
37445
37446 \begin_inset ERT
37447 status collapsed
37448
37449 \begin_layout Plain Layout
37450
37451 },]
37452 \end_layout
37453
37454 \begin_layout Plain Layout
37455
37456 {}
37457 \end_layout
37458
37459 \end_inset
37460
37461
37462 \size small
37463 \lang english
37464 It was in the spring of the year 1894 that all London was interested, and
37465  the fashionable world dismayed, by the murder of the Honourable Ronald
37466  Adair under most unusual and inexplicable circumstances.
37467  The public has already learned those particulars of the crime which
37468 \size default
37469
37470 \begin_inset ERT
37471 status collapsed
37472
37473 \begin_layout Plain Layout
37474
37475
37476 \backslash
37477 footnotemark{}
37478 \end_layout
37479
37480 \end_inset
37481
37482
37483 \size small
37484  came out in the police investigation, but a good deal was suppressed upon
37485  that occasion, since the case for the prosecution was so overwhelmingly
37486  strong that it was not necessary to bring forward all the facts.
37487  Only now, at the end of nearly ten years, am I allowed to supply those
37488  missing links which make up the whole of that remarkable chain.
37489 \size default
37490 \lang ngerman
37491
37492 \begin_inset ERT
37493 status collapsed
37494
37495 \begin_layout Plain Layout
37496
37497
37498 \backslash
37499 end{window}
37500 \end_layout
37501
37502 \end_inset
37503
37504
37505 \end_layout
37506
37507 \begin_layout Standard
37508 \begin_inset ERT
37509 status collapsed
37510
37511 \begin_layout Plain Layout
37512
37513
37514 \backslash
37515 footnotetext{
37516 \end_layout
37517
37518 \end_inset
37519
37520 Fußnote des Absatzes mit fixem Objekt.
37521 \begin_inset ERT
37522 status collapsed
37523
37524 \begin_layout Plain Layout
37525
37526 }
37527 \end_layout
37528
37529 \end_inset
37530
37531
37532 \end_layout
37533
37534 \begin_layout Standard
37535 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
37536  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
37537  vertikale Position im Text bestimmen kann.
37538  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
37539  beschriftet werden.
37540 \end_layout
37541
37542 \begin_layout Standard
37543 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
37544  Befehl
37545 \end_layout
37546
37547 \begin_layout Standard
37548
37549 \series bold
37550
37551 \backslash
37552 begin{window}[2,c,{
37553 \end_layout
37554
37555 \begin_layout Standard
37556 als \SpecialChar TeX
37557 -Code einfügt.
37558  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
37559  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
37560  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
37561  Danach fügt man das Objekt ein.
37562  In diesem Beispiel wurde ein Bild der Breite von 40
37563 \begin_inset space \thinspace{}
37564 \end_inset
37565
37566 % der Textspaltenbreite eingefügt.
37567  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
37568  Nach dem Objekt fügt man den Befehl
37569 \end_layout
37570
37571 \begin_layout Standard
37572
37573 \series bold
37574 },Beschreibungstext]
37575 \begin_inset Newline newline
37576 \end_inset
37577
37578 {}
37579 \end_layout
37580
37581 \begin_layout Standard
37582 ein.
37583  Man beachte dass das 
37584 \begin_inset Quotes gld
37585 \end_inset
37586
37587
37588 \series bold
37589 {}
37590 \series default
37591
37592 \begin_inset Quotes grd
37593 \end_inset
37594
37595  in der zweiten Zeile steht.
37596  Der Beschreibungstext ist optional.
37597  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
37598  das Objekt befinden, also direkt nach dem 
37599 \series bold
37600 {}
37601 \series default
37602  beginnen.
37603  Am Ende des Absatzes fügt man folgenden Befehl ein:
37604 \end_layout
37605
37606 \begin_layout Standard
37607
37608 \series bold
37609
37610 \backslash
37611 end{window}
37612 \end_layout
37613
37614 \begin_layout Standard
37615 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
37616  man muss stattdessen den Befehl 
37617 \series bold
37618
37619 \backslash
37620 footnotemark
37621 \series default
37622  verwenden.
37623  Außerhalb des Absatzes den Befehl 
37624 \series bold
37625
37626 \backslash
37627 footnotetext
37628 \series default
37629 , wie es in Abschnitt
37630 \begin_inset space ~
37631 \end_inset
37632
37633
37634 \begin_inset CommandInset ref
37635 LatexCommand ref
37636 reference "abs:Fußnoten"
37637
37638 \end_inset
37639
37640  beschrieben ist.
37641 \end_layout
37642
37643 \begin_layout Standard
37644 \begin_inset ERT
37645 status collapsed
37646
37647 \begin_layout Plain Layout
37648
37649
37650 \backslash
37651 else
37652 \end_layout
37653
37654 \end_inset
37655
37656
37657 \begin_inset Note Note
37658 status open
37659
37660 \begin_layout Plain Layout
37661 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
37662 -Paket 
37663 \series bold
37664 picinpar
37665 \series default
37666  nicht installiert ist:
37667 \end_layout
37668
37669 \end_inset
37670
37671
37672 \end_layout
37673
37674 \begin_layout Standard
37675 Das \SpecialChar LaTeX
37676 -Paket 
37677 \series bold
37678 picinpar
37679 \series default
37680  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
37681 \end_layout
37682
37683 \begin_layout Standard
37684 \begin_inset ERT
37685 status collapsed
37686
37687 \begin_layout Plain Layout
37688
37689
37690 \backslash
37691 fi
37692 \end_layout
37693
37694 \end_inset
37695
37696
37697 \end_layout
37698
37699 \begin_layout Section
37700 Initiale
37701 \begin_inset Index idx
37702 status collapsed
37703
37704 \begin_layout Plain Layout
37705 Initiale
37706 \end_layout
37707
37708 \end_inset
37709
37710
37711 \begin_inset Index idx
37712 status collapsed
37713
37714 \begin_layout Plain Layout
37715 Umflossene Objekte ! Initiale
37716 \end_layout
37717
37718 \end_inset
37719
37720
37721 \end_layout
37722
37723 \begin_layout Standard
37724 Für Initialen muss das \SpecialChar LaTeX
37725 -Paket 
37726 \series bold
37727 lettrine
37728 \series default
37729
37730 \begin_inset Index idx
37731 status collapsed
37732
37733 \begin_layout Plain Layout
37734 \SpecialChar LaTeX
37735 -Pakete ! lettrine
37736 \end_layout
37737
37738 \end_inset
37739
37740  installiert sein und das Modul 
37741 \family sans
37742 Initialen
37743 \family default
37744  im Dokument verwendet werden (Menü 
37745 \family sans
37746 Dokument\SpecialChar menuseparator
37747 Einstellungen\SpecialChar menuseparator
37748 Module
37749 \family default
37750 ).
37751  Um eine Initiale einzufügen, verwendet man den Stil 
37752 \family sans
37753 Initiale
37754 \family default
37755 .
37756  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
37757  Die Argumente werden über das Menü 
37758 \family sans
37759 Einfügen
37760 \family default
37761  eingefügt.
37762  Das obligatorische Argument 
37763 \family sans
37764 Initiale
37765 \family default
37766  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
37767 \family sans
37768 Rest
37769 \begin_inset space ~
37770 \end_inset
37771
37772 der
37773 \begin_inset space ~
37774 \end_inset
37775
37776 Initiale
37777 \family default
37778  enthält den Rest des Wortes oder Textes der Initiale.
37779  Das Argument 
37780 \family sans
37781 Optionen
37782 \family default
37783  enthält Parameter um die Initiale zu modifizieren.
37784  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
37785  von 
37786 \series bold
37787 lettrine
37788 \series default
37789
37790 \begin_inset CommandInset citation
37791 LatexCommand cite
37792 key "lettrine"
37793
37794 \end_inset
37795
37796 .
37797  Der Stil selbst enthält den Text, der die Initiale umgibt.
37798  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
37799  Initiale ist, in 
37800 \shape smallcaps
37801 Kapitälchen
37802 \shape default
37803  gedruckt wird.
37804 \end_layout
37805
37806 \begin_layout Standard
37807 Hier sind einige Beispiele:
37808 \end_layout
37809
37810 \begin_layout Standard
37811 \begin_inset ERT
37812 status collapsed
37813
37814 \begin_layout Plain Layout
37815
37816
37817 \backslash
37818 iflettrine
37819 \end_layout
37820
37821 \end_inset
37822
37823
37824 \begin_inset Note Note
37825 status open
37826
37827 \begin_layout Plain Layout
37828 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
37829 -Paket 
37830 \series bold
37831 lettrine
37832 \series default
37833  installiert ist.
37834 \end_layout
37835
37836 \end_inset
37837
37838
37839 \end_layout
37840
37841 \begin_layout Enumerate
37842 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
37843
37844 \begin_inset Formula $\mathfrak{Fraktur}$
37845 \end_inset
37846
37847 :
37848 \begin_inset Separator latexpar
37849 \end_inset
37850
37851
37852 \end_layout
37853
37854 \begin_deeper
37855 \begin_layout Initial
37856 \begin_inset Argument 2
37857 status open
37858
37859 \begin_layout Plain Layout
37860 \begin_inset Formula $\mathfrak{I}$
37861 \end_inset
37862
37863
37864 \end_layout
37865
37866 \end_inset
37867
37868
37869 \begin_inset Argument 3
37870 status open
37871
37872 \begin_layout Plain Layout
37873 t
37874 \end_layout
37875
37876 \end_inset
37877
37878  
37879 \lang english
37880 was in the spring of the year 1894 that all London was interested, and the
37881  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37882  under most unusual and inexplicable circumstances.
37883  The public has already learned those particulars of the crime which came
37884  out in the police investigation, but a good deal was suppressed upon that
37885  occasion, since the case for the prosecution was so overwhelmingly strong
37886  that it was not necessary to bring forward all the facts.
37887 \end_layout
37888
37889 \end_deeper
37890 \begin_layout Enumerate
37891 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
37892  besteht und kein Text ist in 
37893 \shape smallcaps
37894 Kapitälchen
37895 \shape default
37896 :
37897 \begin_inset Separator latexpar
37898 \end_inset
37899
37900
37901 \end_layout
37902
37903 \begin_deeper
37904 \begin_layout Initial
37905 \begin_inset Argument 1
37906 status open
37907
37908 \begin_layout Plain Layout
37909 lines=1
37910 \end_layout
37911
37912 \end_inset
37913
37914
37915 \begin_inset Argument 2
37916 status open
37917
37918 \begin_layout Plain Layout
37919 It
37920 \end_layout
37921
37922 \end_inset
37923
37924  
37925 \lang english
37926 was in the spring of the year 1894 that all London was interested, and the
37927  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37928  under most unusual and inexplicable circumstances.
37929  The public has already learned those particulars of the crime which came
37930  out in the police investigation, but a good deal was suppressed upon that
37931  occasion, since the case for the prosecution was so overwhelmingly strong
37932  that it was not necessary to bring forward all the facts.
37933 \end_layout
37934
37935 \end_deeper
37936 \begin_layout Enumerate
37937 Magenta, hängende Initiale über 3
37938 \begin_inset space ~
37939 \end_inset
37940
37941 Zeilen in der Mathe-Schrift
37942 \begin_inset Newline newline
37943 \end_inset
37944
37945  
37946 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
37947 \end_inset
37948
37949 , der Text 
37950 \begin_inset Quotes gld
37951 \end_inset
37952
37953
37954 \lang english
37955 t was in the spring
37956 \lang ngerman
37957
37958 \begin_inset Quotes erd
37959 \end_inset
37960
37961  ist in 
37962 \shape smallcaps
37963 Kapitälchen
37964 \shape default
37965 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
37966 \begin_inset Newline newline
37967 \end_inset
37968
37969
37970 \series bold
37971
37972 \backslash
37973 renewcommand{
37974 \backslash
37975 LettrineFontHook}{
37976 \backslash
37977 color{Farbe}}
37978 \series default
37979
37980 \begin_inset Newline newline
37981 \end_inset
37982
37983 wobei 
37984 \emph on
37985 Farbe
37986 \emph default
37987  
37988 \begin_inset Quotes gld
37989 \end_inset
37990
37991 red
37992 \begin_inset Quotes erd
37993 \end_inset
37994
37995
37996 \begin_inset Quotes gld
37997 \end_inset
37998
37999 blue
38000 \begin_inset Quotes erd
38001 \end_inset
38002
38003
38004 \begin_inset Quotes gld
38005 \end_inset
38006
38007 green
38008 \begin_inset Quotes erd
38009 \end_inset
38010
38011
38012 \begin_inset Quotes gld
38013 \end_inset
38014
38015 yellow
38016 \begin_inset Quotes erd
38017 \end_inset
38018
38019
38020 \begin_inset Quotes gld
38021 \end_inset
38022
38023 cyan
38024 \begin_inset Quotes erd
38025 \end_inset
38026
38027
38028 \begin_inset Quotes gld
38029 \end_inset
38030
38031 magenta
38032 \begin_inset Quotes erd
38033 \end_inset
38034
38035
38036 \begin_inset Quotes gld
38037 \end_inset
38038
38039 black
38040 \begin_inset Quotes erd
38041 \end_inset
38042
38043  oder 
38044 \begin_inset Quotes gld
38045 \end_inset
38046
38047 white
38048 \begin_inset Quotes erd
38049 \end_inset
38050
38051  sein kann, und diesen Befehl zum \SpecialChar LaTeX
38052 -Vorspann hinzufügen:
38053 \begin_inset Newline newline
38054 \end_inset
38055
38056
38057 \series bold
38058
38059 \backslash
38060 @ifundefined{textcolor}
38061 \begin_inset Newline newline
38062 \end_inset
38063
38064
38065 \begin_inset space ~
38066 \end_inset
38067
38068 {
38069 \backslash
38070 usepackage{color}}{}
38071 \series default
38072
38073 \begin_inset Separator latexpar
38074 \end_inset
38075
38076
38077 \end_layout
38078
38079 \begin_deeper
38080 \begin_layout Standard
38081 \begin_inset ERT
38082 status collapsed
38083
38084 \begin_layout Plain Layout
38085
38086
38087 \backslash
38088 renewcommand{
38089 \backslash
38090 LettrineFontHook}{
38091 \backslash
38092 color{magenta}}
38093 \end_layout
38094
38095 \end_inset
38096
38097
38098 \begin_inset Note Note
38099 status open
38100
38101 \begin_layout Plain Layout
38102 macht die Initiale magenta
38103 \end_layout
38104
38105 \end_inset
38106
38107
38108 \end_layout
38109
38110 \begin_layout Initial
38111 \begin_inset Argument 1
38112 status open
38113
38114 \begin_layout Plain Layout
38115 lines=3, lhang=0.33, loversize=0.25
38116 \end_layout
38117
38118 \end_inset
38119
38120
38121 \begin_inset Argument 2
38122 status open
38123
38124 \begin_layout Plain Layout
38125 \begin_inset Formula $\mathcal{I}$
38126 \end_inset
38127
38128
38129 \end_layout
38130
38131 \end_inset
38132
38133
38134 \begin_inset Argument 3
38135 status open
38136
38137 \begin_layout Plain Layout
38138
38139 \lang english
38140 t was in the spring
38141 \end_layout
38142
38143 \end_inset
38144
38145  
38146 \lang english
38147 of the year 1894 that all London was interested, and the fashionable world
38148  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38149  and inexplicable circumstances.
38150  The public has already learned those particulars of the crime which came
38151  out in the police investigation, but a good deal was suppressed upon that
38152  occasion, since the case for the prosecution was so overwhelmingly strong
38153  that it was not necessary to bring forward all the facts.
38154 \end_layout
38155
38156 \end_deeper
38157 \begin_layout Standard
38158 \begin_inset ERT
38159 status collapsed
38160
38161 \begin_layout Plain Layout
38162
38163
38164 \backslash
38165 else
38166 \end_layout
38167
38168 \end_inset
38169
38170
38171 \begin_inset Note Note
38172 status open
38173
38174 \begin_layout Plain Layout
38175 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
38176 -Paket 
38177 \series bold
38178 lettrine
38179 \series default
38180  nicht installiert ist:
38181 \end_layout
38182
38183 \end_inset
38184
38185
38186 \end_layout
38187
38188 \begin_layout Standard
38189 Das \SpecialChar LaTeX
38190 -Paket 
38191 \series bold
38192 lettrine
38193 \series default
38194  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
38195 \end_layout
38196
38197 \begin_layout Standard
38198 \begin_inset ERT
38199 status collapsed
38200
38201 \begin_layout Plain Layout
38202
38203
38204 \backslash
38205 fi
38206 \end_layout
38207
38208 \end_inset
38209
38210
38211 \end_layout
38212
38213 \begin_layout Chapter
38214 Externe Dateien
38215 \begin_inset Index idx
38216 status collapsed
38217
38218 \begin_layout Plain Layout
38219 Dateien ! externe
38220 \end_layout
38221
38222 \end_inset
38223
38224
38225 \end_layout
38226
38227 \begin_layout Standard
38228 Mit 
38229 \family sans
38230 Einfügen\SpecialChar menuseparator
38231 Datei
38232 \family default
38233  können Sie fremdes Material in Ihr Dokument einsetzen.
38234  Das kann folgendes sein:
38235 \end_layout
38236
38237 \begin_layout Description
38238 \SpecialChar LyX
38239 -Dokument Der Inhalt eines anderen \SpecialChar LyX
38240 -Dokuments wird direkt in Ihr Dokument
38241  eingefügt.
38242 \end_layout
38243
38244 \begin_layout Description
38245 Einfacher
38246 \begin_inset space ~
38247 \end_inset
38248
38249 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
38250  eingefügt.
38251 \end_layout
38252
38253 \begin_layout Description
38254 Einfacher
38255 \begin_inset space ~
38256 \end_inset
38257
38258 Text,
38259 \begin_inset space ~
38260 \end_inset
38261
38262 Zeilen
38263 \begin_inset space ~
38264 \end_inset
38265
38266 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
38267  Leerzeilen trennen die Absätze.
38268 \end_layout
38269
38270 \begin_layout Description
38271 Externes
38272 \begin_inset space ~
38273 \end_inset
38274
38275 Material Dateien in verschiedenen Formaten.
38276 \end_layout
38277
38278 \begin_layout Description
38279 Unterdokument \SpecialChar LyX
38280 - oder \SpecialChar LaTeX
38281 -Dokumente.
38282 \end_layout
38283
38284 \begin_layout Section
38285 Externes Material
38286 \begin_inset Index idx
38287 status collapsed
38288
38289 \begin_layout Plain Layout
38290 Externes Material
38291 \end_layout
38292
38293 \end_inset
38294
38295
38296 \end_layout
38297
38298 \begin_layout Standard
38299 Mit 
38300 \family sans
38301 Einfügen\SpecialChar menuseparator
38302 Datei\SpecialChar menuseparator
38303  Externes Material
38304 \family default
38305  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
38306  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
38307  weil \SpecialChar LyX
38308  sich darum kümmert.
38309  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in \SpecialChar LyX
38310 -Dokumente
38311  eingefügt werden können.
38312  Wenn die Grafikvorschau in den \SpecialChar LyX
38313 -Einstellungen unter
38314 \family sans
38315  Aussehen
38316 \begin_inset space ~
38317 \end_inset
38318
38319 &
38320 \begin_inset space ~
38321 \end_inset
38322
38323 Handhabung\SpecialChar menuseparator
38324 Grafik
38325 \family default
38326 , werden die externen Materialtypen Dia und Xfig direkt in \SpecialChar LyX
38327  angezeigt.
38328 \end_layout
38329
38330 \begin_layout Standard
38331 Zur Zeit können Sie folgende Dateitypen (
38332 \family sans
38333 Vorlagen
38334 \family default
38335 ) benutzen:
38336 \end_layout
38337
38338 \begin_layout Description
38339 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
38340 \series bold
38341
38342 \begin_inset CommandInset href
38343 LatexCommand href
38344 name "XBoard"
38345 target "http://de.wikipedia.org/wiki/XBoard"
38346
38347 \end_inset
38348
38349
38350 \series default
38351  erzeugt wurden.
38352 \end_layout
38353
38354 \begin_layout Description
38355 Datum fügt ein Datum mit dem Format 
38356 \emph on
38357 Tag-Monat-Jahr
38358 \emph default
38359  ein.
38360  Hier ist ein Beispiel: 
38361 \begin_inset External
38362         template Date
38363         filename .
38364
38365 \end_inset
38366
38367
38368 \begin_inset space ~
38369 \end_inset
38370
38371
38372 \begin_inset Note Note
38373 status collapsed
38374
38375 \begin_layout Plain Layout
38376
38377 \lang english
38378 Remove the protected space when bug 4398 is fixed!
38379 \end_layout
38380
38381 \end_inset
38382
38383
38384 \begin_inset Newline newline
38385 \end_inset
38386
38387 Das Datum ist in \SpecialChar LyX
38388  nicht zu sehen, nur in der Druckausgabe.
38389  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
38390  Menü 
38391 \family sans
38392 Einfügen\SpecialChar menuseparator
38393 Datum
38394 \family default
38395  und mit dem \SpecialChar LaTeX
38396 -Befehl 
38397 \series bold
38398
38399 \backslash
38400 today
38401 \series default
38402 .
38403  Die verschiedenen Methoden werden in Tabelle
38404 \begin_inset space ~
38405 \end_inset
38406
38407
38408 \begin_inset CommandInset ref
38409 LatexCommand ref
38410 reference "tab:Vergleich-der-Datums-Eingaben"
38411
38412 \end_inset
38413
38414  verglichen.
38415 \end_layout
38416
38417 \begin_layout Description
38418 Dia-Diagramm unterstützt Diagramme, die mit dem Programm 
38419 \series bold
38420
38421 \begin_inset CommandInset href
38422 LatexCommand href
38423 name "Dia"
38424 target "http://de.wikipedia.org/wiki/Dia_(Software)"
38425
38426 \end_inset
38427
38428
38429 \series default
38430  erzeugt wurden.
38431 \end_layout
38432
38433 \begin_layout Description
38434 Tabelle Mit dieser Vorlage können Sie Tabellen im Format von 
38435 \series bold
38436
38437 \begin_inset CommandInset href
38438 LatexCommand href
38439 name "Gnumeric"
38440 target "http://de.wikipedia.org/wiki/Gnumeric"
38441
38442 \end_inset
38443
38444
38445 \series default
38446
38447 \begin_inset CommandInset href
38448 LatexCommand href
38449 name "OpenDocument"
38450 target "http://de.wikipedia.org/wiki/OpenDocument"
38451
38452 \end_inset
38453
38454
38455 \begin_inset CommandInset href
38456 LatexCommand href
38457 name "Microsoft Office XML"
38458 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38459
38460 \end_inset
38461
38462  und 
38463 \begin_inset CommandInset href
38464 LatexCommand href
38465 name "Office Open XML"
38466 target "http://de.wikipedia.org/wiki/Office_Open_XML"
38467
38468 \end_inset
38469
38470  einfügen.
38471  Für dieses Feature muss \SpecialChar LyX
38472  während seiner Konfiguration das Programm 
38473 \family typewriter
38474 ssconvert
38475 \family default
38476  gefunden haben.
38477  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
38478  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
38479  Für Beispiele und mögliche Limitierungen siehe \SpecialChar LyX
38480 ' Beispieldatei 
38481 \emph on
38482 spreadsheet.lyx
38483 \emph default
38484 .
38485 \end_layout
38486
38487 \begin_layout Description
38488 LilyPond-Notenblatt Mit dieser Vorlage können Sie Musik-Notationen einfügen,
38489  die mit dem Notensatzprogramm 
38490 \series bold
38491
38492 \begin_inset CommandInset href
38493 LatexCommand href
38494 name "LilyPond"
38495 target "http://de.wikipedia.org/wiki/LilyPond"
38496
38497 \end_inset
38498
38499
38500 \series default
38501  gesetzt werden.
38502  Für \SpecialChar LyX
38503 ' erweiterte Unterstützung für LilyPond siehe \SpecialChar LyX
38504 ' Beispieldatei 
38505 \emph on
38506 lilypond.lyx
38507 \emph default
38508 .
38509 \end_layout
38510
38511 \begin_layout Description
38512 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
38513  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
38514  
38515 \series bold
38516 pages
38517 \series default
38518  im Feld 
38519 \family sans
38520 Option
38521 \family default
38522  in der Karteikarte 
38523 \family sans
38524 \SpecialChar LaTeX
38525 - und \SpecialChar LyX
38526 -Optionen
38527 \family default
38528 .
38529  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
38530  (man gibt als Option 
38531 \series bold
38532 pages={3,5,6,8}
38533 \series default
38534  an), Seitenbereiche (
38535 \series bold
38536 pages={4-9}
38537 \series default
38538 ) oder eine Kombination davon enthält.
38539  Um leere Seiten einzufügen, verwendet man {}.
38540  Z.
38541 \begin_inset space \thinspace{}
38542 \end_inset
38543
38544 B.
38545  fügt 
38546 \series bold
38547 pages={3,{},8-11,15}
38548 \series default
38549  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
38550  Seitenbereiche werden mit der Syntax 
38551 \emph on
38552 Start
38553 \emph default
38554 -
38555 \emph on
38556 Stop
38557 \emph default
38558  angegeben.
38559  Dies wählt alle Seiten von 
38560 \emph on
38561 Start
38562 \emph default
38563  bis 
38564 \emph on
38565 Stop
38566 \emph default
38567  aus.
38568  Wird 
38569 \emph on
38570 Start
38571 \emph default
38572  weggelassen, wird stattdessen die erste Seite verwendet; wird 
38573 \emph on
38574 Stop
38575 \emph default
38576  weggelassen, wird stattdessen die letzte Seite verwendet.
38577  Die letzte Seite kann außerdem mit dem Schlagwort 
38578 \series bold
38579 last
38580 \series default
38581  ausgewählt werden.
38582  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
38583 \series bold
38584 pages=-
38585 \series default
38586  fügt also alle Seiten des Dokuments ein und 
38587 \series bold
38588 pages=last-1
38589 \series default
38590  fügt alle Seiten in umgekehrter Reihenfolge ein.
38591  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
38592  eingefügt.
38593 \begin_inset Newline newline
38594 \end_inset
38595
38596 Die Option 
38597 \series bold
38598 noautoscale
38599 \series default
38600  fügt die Seiten in ihrer Originalgröße ein.
38601  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
38602  dass sie die komplette Breite Ihres Dokuments einnehmen.
38603  In der Karteikarte 
38604 \family sans
38605 Größe und Drehung
38606 \family default
38607  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
38608  werden.
38609  Wird eine andere Breite als 100
38610 \begin_inset space \thinspace{}
38611 \end_inset
38612
38613 Größe% verwendet, wird die Option 
38614 \series bold
38615 noautoscale
38616 \series default
38617  überschrieben.
38618  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
38619  des \SpecialChar LaTeX
38620 -Pakets 
38621 \series bold
38622 pdfpages
38623 \series default
38624  
38625 \begin_inset CommandInset citation
38626 LatexCommand cite
38627 key "pdfpages"
38628
38629 \end_inset
38630
38631 .
38632 \begin_inset Index idx
38633 status collapsed
38634
38635 \begin_layout Plain Layout
38636 \SpecialChar LaTeX
38637 -Pakete ! pdfpages
38638 \end_layout
38639
38640 \end_inset
38641
38642
38643 \begin_inset Newline newline
38644 \end_inset
38645
38646 Um diese Vorlage in einer 
38647 \family sans
38648 Beamer
38649 \family default
38650 -Präsentation zu verwenden, muss zuerst eine 
38651 \family sans
38652 BeendeRahmen
38653 \family default
38654  Umgebung eingefügt werden.
38655  In den folgenden Absatz kommt eine \SpecialChar TeX
38656 -Code Box mit dem Befehl 
38657 \series bold
38658
38659 \backslash
38660 setbeamertemplate{background canvas}{}
38661 \series default
38662 .
38663  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
38664  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
38665  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
38666  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
38667  sicher, dass die Ausrichtung 
38668 \family sans
38669 Standard
38670 \family default
38671  für den Absatz verwendet wird, der die Vorlage enthält.
38672 \begin_inset Newline newline
38673 \end_inset
38674
38675 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
38676 \begin_inset External
38677         template PDFPages
38678         filename ../clipart/Abstract.pdf
38679         extra LaTeX "pages=-"
38680         rotateAngle -5
38681         rotateOrigin bottomleft
38682         width 50col%
38683
38684 \end_inset
38685
38686
38687 \end_layout
38688
38689 \begin_layout Description
38690 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
38691  Die Bilddateien können im Dialogfenster 
38692 \family sans
38693 Externes
38694 \begin_inset space ~
38695 \end_inset
38696
38697 Material
38698 \family default
38699  genauso behandelt werden wie die mit dem normalen 
38700 \family sans
38701 Grafik
38702 \family default
38703 -Dialog eingefügten, siehe Abschnitt
38704 \begin_inset space ~
38705 \end_inset
38706
38707
38708 \begin_inset CommandInset ref
38709 LatexCommand ref
38710 reference "abs:Grafik-Dialog"
38711
38712 \end_inset
38713
38714 .
38715  Hier ist ein eingefügtes Rasterbild: 
38716 \begin_inset External
38717         template RasterImage
38718         filename ../clipart/ToolbarEnvBox.png
38719
38720 \end_inset
38721
38722
38723 \end_layout
38724
38725 \begin_layout Description
38726 Vektorgrafik Diese Vorlage kann für Vektorgrafiken benutzt werden.
38727  Die Bilddateien können im Dialogfenster 
38728 \family sans
38729 Externes
38730 \begin_inset space ~
38731 \end_inset
38732
38733 Material
38734 \family default
38735  genauso behandelt werden, wie die mit dem normalen 
38736 \family sans
38737 Grafik
38738 \family default
38739 -Dialog eingefügten, siehe Abschnitt
38740 \begin_inset space ~
38741 \end_inset
38742
38743
38744 \begin_inset CommandInset ref
38745 LatexCommand ref
38746 reference "abs:Grafik-Dialog"
38747
38748 \end_inset
38749
38750 .
38751  Hier ist eine eingefügte Vektorgrafik: 
38752 \begin_inset External
38753         template VectorGraphics
38754         filename ../clipart/SVG-Drawing.svg
38755         scale 33
38756
38757 \end_inset
38758
38759
38760 \end_layout
38761
38762 \begin_layout Description
38763 Xfig-Abbildung Diese Vorlage unterstützt Bilder, die mit dem Programm 
38764 \series bold
38765
38766 \begin_inset CommandInset href
38767 LatexCommand href
38768 name "Xfig"
38769 target "http://de.wikipedia.org/wiki/Xfig"
38770
38771 \end_inset
38772
38773
38774 \series default
38775  erzeugt wurden.
38776 \end_layout
38777
38778 \begin_layout Standard
38779 \begin_inset Float table
38780 placement !h
38781 wide false
38782 sideways false
38783 status open
38784
38785 \begin_layout Plain Layout
38786 \begin_inset Caption Standard
38787
38788 \begin_layout Plain Layout
38789 \begin_inset CommandInset label
38790 LatexCommand label
38791 name "tab:Vergleich-der-Datums-Eingaben"
38792
38793 \end_inset
38794
38795 Vergleich der Datums-Eingaben
38796 \end_layout
38797
38798 \end_inset
38799
38800
38801 \end_layout
38802
38803 \begin_layout Plain Layout
38804 \align center
38805 \begin_inset Tabular
38806 <lyxtabular version="3" rows="4" columns="4">
38807 <features tabularvalignment="middle">
38808 <column alignment="center" valignment="top">
38809 <column alignment="center" valignment="top">
38810 <column alignment="center" valignment="top">
38811 <column alignment="center" valignment="top">
38812 <row>
38813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38814 \begin_inset Text
38815
38816 \begin_layout Plain Layout
38817 Dokumentformat
38818 \end_layout
38819
38820 \end_inset
38821 </cell>
38822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38823 \begin_inset Text
38824
38825 \begin_layout Plain Layout
38826
38827 \family sans
38828 Externes Material\SpecialChar menuseparator
38829 Datum
38830 \end_layout
38831
38832 \end_inset
38833 </cell>
38834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38835 \begin_inset Text
38836
38837 \begin_layout Plain Layout
38838
38839 \family sans
38840 Einfügen\SpecialChar menuseparator
38841 Datum
38842 \end_layout
38843
38844 \end_inset
38845 </cell>
38846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38847 \begin_inset Text
38848
38849 \begin_layout Plain Layout
38850 Befehl 
38851 \series bold
38852
38853 \backslash
38854 today
38855 \end_layout
38856
38857 \end_inset
38858 </cell>
38859 </row>
38860 <row>
38861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38862 \begin_inset Text
38863
38864 \begin_layout Plain Layout
38865 \SpecialChar LyX
38866
38867 \end_layout
38868
38869 \end_inset
38870 </cell>
38871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38872 \begin_inset Text
38873
38874 \begin_layout Plain Layout
38875 als Box
38876 \end_layout
38877
38878 \end_inset
38879 </cell>
38880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38881 \begin_inset Text
38882
38883 \begin_layout Plain Layout
38884 als Datum
38885 \end_layout
38886
38887 \end_inset
38888 </cell>
38889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38890 \begin_inset Text
38891
38892 \begin_layout Plain Layout
38893 als \SpecialChar TeX
38894 -Code
38895 \end_layout
38896
38897 \end_inset
38898 </cell>
38899 </row>
38900 <row>
38901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38902 \begin_inset Text
38903
38904 \begin_layout Plain Layout
38905 \SpecialChar LaTeX
38906
38907 \end_layout
38908
38909 \end_inset
38910 </cell>
38911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38912 \begin_inset Text
38913
38914 \begin_layout Plain Layout
38915 als Datum
38916 \end_layout
38917
38918 \end_inset
38919 </cell>
38920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38921 \begin_inset Text
38922
38923 \begin_layout Plain Layout
38924 als Datum
38925 \end_layout
38926
38927 \end_inset
38928 </cell>
38929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38930 \begin_inset Text
38931
38932 \begin_layout Plain Layout
38933 als Befehl
38934 \end_layout
38935
38936 \end_inset
38937 </cell>
38938 </row>
38939 <row>
38940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38941 \begin_inset Text
38942
38943 \begin_layout Plain Layout
38944 DVI, PDF, PS
38945 \end_layout
38946
38947 \end_inset
38948 </cell>
38949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38950 \begin_inset Text
38951
38952 \begin_layout Plain Layout
38953 als Datum
38954 \end_layout
38955
38956 \end_inset
38957 </cell>
38958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38959 \begin_inset Text
38960
38961 \begin_layout Plain Layout
38962 als Datum
38963 \end_layout
38964
38965 \end_inset
38966 </cell>
38967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38968 \begin_inset Text
38969
38970 \begin_layout Plain Layout
38971 als Datum
38972 \end_layout
38973
38974 \end_inset
38975 </cell>
38976 </row>
38977 </lyxtabular>
38978
38979 \end_inset
38980
38981
38982 \end_layout
38983
38984 \end_inset
38985
38986
38987 \end_layout
38988
38989 \begin_layout Standard
38990 Wenn Sie im Dialogfenster
38991 \family sans
38992  Externes
38993 \begin_inset space ~
38994 \end_inset
38995
38996 Material 
38997 \family default
38998 in der Karteikarte
38999 \family sans
39000  Datei
39001 \family default
39002  die Option 
39003 \family sans
39004 Entwurf
39005 \family default
39006  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
39007 \begin_inset Newline newline
39008 \end_inset
39009
39010 \SpecialChar LyX
39011  kann externes Material entweder als Box wie hier: 
39012 \begin_inset Graphics
39013         filename clipart/ExternesMaterial.png
39014         scale 75
39015         scaleBeforeRotation
39016
39017 \end_inset
39018
39019  oder als Bild darstellen.
39020  Das hängt davon ab, ob Sie im Dialog
39021 \family sans
39022  
39023 \family default
39024 in der Karteikarte 
39025 \family sans
39026 \SpecialChar LaTeX
39027 - und \SpecialChar LyX
39028 -Optionen
39029 \family default
39030  die Option 
39031 \family sans
39032 In
39033 \begin_inset space ~
39034 \end_inset
39035
39036 \SpecialChar LyX
39037
39038 \begin_inset space ~
39039 \end_inset
39040
39041 anzeigen
39042 \family default
39043  gewählt haben oder nicht.
39044 \end_layout
39045
39046 \begin_layout Standard
39047 Im \SpecialChar LyX
39048 -Handbuch 
39049 \family sans
39050 \emph on
39051 Anpassung
39052 \family default
39053 \emph default
39054  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
39055 \end_layout
39056
39057 \begin_layout Section
39058 Unterdokumente
39059 \begin_inset CommandInset label
39060 LatexCommand label
39061 name "abs:Unterdokumente"
39062
39063 \end_inset
39064
39065
39066 \begin_inset Index idx
39067 status collapsed
39068
39069 \begin_layout Plain Layout
39070 Unterdokument
39071 \end_layout
39072
39073 \end_inset
39074
39075
39076 \end_layout
39077
39078 \begin_layout Standard
39079 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
39080  oder Abschnitten bestehen.
39081  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
39082  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
39083  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
39084  z.
39085 \begin_inset space \thinspace{}
39086 \end_inset
39087
39088 B.
39089  den \SpecialChar LaTeX
39090 -Vorspann, das Literaturverzeichnis und Querverweismarken.
39091 \end_layout
39092
39093 \begin_layout Standard
39094 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
39095  müssen, geben Sie im Unterdokument im Menü
39096 \family sans
39097  Dokument\SpecialChar menuseparator
39098 Einstellungen\SpecialChar menuseparator
39099 Dokumentklasse
39100 \family default
39101  das Hauptdokument an.
39102  Dieses wird dann von \SpecialChar LyX
39103  im Hintergrund benutzt, wenn Sie das Unterdokument
39104  bearbeiten.
39105 \end_layout
39106
39107 \begin_layout Standard
39108 Unterdokumente werden in \SpecialChar LyX
39109  als Box angezeigt: 
39110 \begin_inset Graphics
39111         filename clipart/Unterdokument.png
39112         scale 75
39113         scaleBeforeRotation
39114
39115 \end_inset
39116
39117  Sie werden über
39118 \family sans
39119  Einfügen\SpecialChar menuseparator
39120 Datei\SpecialChar menuseparator
39121 Unterdokument
39122 \family default
39123  eingebunden, was das Dialogfenster
39124 \family sans
39125  Unterdokument
39126 \family default
39127  öffnet.
39128  Für 
39129 \family sans
39130 die Art
39131 \begin_inset space ~
39132 \end_inset
39133
39134 der
39135 \begin_inset space ~
39136 \end_inset
39137
39138 Einbindung
39139 \family default
39140  gibt es dort vier Möglichkeiten:
39141 \end_layout
39142
39143 \begin_layout Description
39144 Include Sie können \SpecialChar LyX
39145 - und \SpecialChar LaTeX
39146 -Dokumente einbinden.
39147  Wenn Sie im Dialogfenster
39148 \family sans
39149  Unterdokument
39150 \family default
39151  auf 
39152 \family sans
39153 Bearbeiten
39154 \family default
39155  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
39156  und Sie können es editieren.
39157 \begin_inset Newline newline
39158 \end_inset
39159
39160
39161 \end_layout
39162
39163 \begin_layout Standard
39164 Hier wird ein Unterdokument
39165 \family sans
39166  
39167 \family default
39168 per 
39169 \family sans
39170 Include
39171 \family default
39172  eingebunden: 
39173 \begin_inset CommandInset include
39174 LatexCommand include
39175 filename "DummyDocument1.lyx"
39176
39177 \end_inset
39178
39179 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
39180  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
39181  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
39182 s.
39183  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
39184 \begin_inset space ~
39185 \end_inset
39186
39187
39188 \begin_inset CommandInset ref
39189 LatexCommand ref
39190 reference "uab:Externer-Unterabschnitt-1"
39191
39192 \end_inset
39193
39194 .
39195 \end_layout
39196
39197 \begin_layout Standard
39198 Der \SpecialChar LaTeX
39199 -Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
39200  wird benutzt.
39201  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
39202  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
39203  Unterdokumente, die per 
39204 \family sans
39205 Include
39206 \family default
39207  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
39208  und enden mit einem Seitenumbruch.
39209 \end_layout
39210
39211 \begin_layout Standard
39212 \begin_inset Note Greyedout
39213 status open
39214
39215 \begin_layout Plain Layout
39216
39217 \series bold
39218 Bemerkung:
39219 \series default
39220  Wenn Sie eine \SpecialChar LyX
39221 - oder \SpecialChar LaTeX
39222 -Datei eingebunden haben, werden Sie beim Export oder
39223  der Druckvorschau gewarnt, wenn das Unterdokument eine andere Dokumentklasse
39224  als das Hauptdokument benutzt, weil das zu unvorhersehbaren Ergebnissen
39225  führen wird.
39226 \end_layout
39227
39228 \end_inset
39229
39230
39231 \end_layout
39232
39233 \begin_layout Description
39234 Input Diese Methode ist 
39235 \family sans
39236 Include
39237 \family default
39238  sehr ähnlich mit folgenden Unterschieden:
39239 \begin_inset Separator latexpar
39240 \end_inset
39241
39242
39243 \end_layout
39244
39245 \begin_deeper
39246 \begin_layout Itemize
39247 Unterdokumente, die per 
39248 \family sans
39249 Input
39250 \family default
39251  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
39252  Seite und enden NICHT mit einem Seitenumbruch.
39253 \end_layout
39254
39255 \begin_layout Itemize
39256 Unterdokumente, die per 
39257 \family sans
39258 Input
39259 \family default
39260  eingebunden werden, können in \SpecialChar LyX
39261  angesehen werden, wenn im Dialogfenster
39262 \family sans
39263  Unterdokument Vorschau
39264 \begin_inset space ~
39265 \end_inset
39266
39267 anzeigen
39268 \family default
39269  angekreuzt wurde und in den \SpecialChar LyX
39270 -Einstellungen unter
39271 \family sans
39272  Aussehen
39273 \begin_inset space ~
39274 \end_inset
39275
39276 &
39277 \begin_inset space ~
39278 \end_inset
39279
39280 Handhabung\SpecialChar menuseparator
39281 Grafik\SpecialChar menuseparator
39282 Sofortige
39283 \begin_inset space ~
39284 \end_inset
39285
39286 Vorschau
39287 \family default
39288  auf 
39289 \family sans
39290 An
39291 \family default
39292  gesetzt wurde.
39293  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
39294  aus.
39295 \end_layout
39296
39297 \begin_layout Itemize
39298 Unterdokumente, die per 
39299 \family sans
39300 Input
39301 \family default
39302  eingebunden werden, können nicht über das Menü 
39303 \family sans
39304 Dokument\SpecialChar menuseparator
39305 Einstellungen\SpecialChar menuseparator
39306 Unterdokumente
39307 \family default
39308  unterdrückt werden.
39309 \end_layout
39310
39311 \end_deeper
39312 \begin_layout Standard
39313 Hier ist ein Unterdokument, das mit
39314 \family sans
39315  Input
39316 \family default
39317  eingebunden wurde: 
39318 \begin_inset CommandInset include
39319 LatexCommand input
39320 filename "DummyDocument2.lyx"
39321
39322 \end_inset
39323
39324 .
39325 \end_layout
39326
39327 \begin_layout Description
39328 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
39329   In der Druckvorschau wird für den Text der Stil 
39330 \family typewriter
39331 Schreibmaschine
39332 \family default
39333  verwendet.
39334  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
39335  Wenn Sie im Dialogfenster
39336 \family sans
39337  Unterdokument Leerzeichen
39338 \begin_inset space ~
39339 \end_inset
39340
39341 bei
39342 \begin_inset space ~
39343 \end_inset
39344
39345 der
39346 \begin_inset space ~
39347 \end_inset
39348
39349 Ausgabe
39350 \begin_inset space ~
39351 \end_inset
39352
39353 kennzeichnen 
39354 \family default
39355 ankreuzen, wird in der Druckvorschau das Zeichen 
39356 \begin_inset Quotes gld
39357 \end_inset
39358
39359
39360 \begin_inset ERT
39361 status collapsed
39362
39363 \begin_layout Plain Layout
39364
39365
39366 \backslash
39367 textvisiblespace 
39368 \end_layout
39369
39370 \end_inset
39371
39372
39373 \begin_inset Quotes grd
39374 \end_inset
39375
39376  für jedes Leerzeichen eingefügt.
39377 \begin_inset Newline newline
39378 \end_inset
39379
39380 Im Gegensatz zu 
39381 \family sans
39382 Einfügen\SpecialChar menuseparator
39383 Datei\SpecialChar menuseparator
39384 Einfacher
39385 \begin_inset space ~
39386 \end_inset
39387
39388 Text
39389 \family default
39390  wird bei 
39391 \family sans
39392 Unformatiert
39393 \family default
39394  der Dateiinhalt in \SpecialChar LyX
39395  nicht dargestellt.
39396 \end_layout
39397
39398 \begin_layout Standard
39399 Hier ist ein Unterdokument, das mit
39400 \family sans
39401  Unformatiert
39402 \family default
39403  eingebunden wurde: 
39404 \begin_inset CommandInset include
39405 LatexCommand verbatiminput
39406 filename "DummyTextDocument.txt"
39407
39408 \end_inset
39409
39410
39411 \begin_inset VSpace bigskip
39412 \end_inset
39413
39414 Hier ist ein Unterdokument, das mit
39415 \family sans
39416  Unformatiert
39417 \family default
39418  eingebunden wurde und
39419 \family sans
39420  Leerzeichen
39421 \begin_inset space ~
39422 \end_inset
39423
39424 bei
39425 \begin_inset space ~
39426 \end_inset
39427
39428 der
39429 \begin_inset space ~
39430 \end_inset
39431
39432 Ausgabe
39433 \begin_inset space ~
39434 \end_inset
39435
39436 kennzeichnen
39437 \family default
39438  angekreuzt hat: 
39439 \begin_inset CommandInset include
39440 LatexCommand verbatiminput*
39441 filename "DummyTextDocument.txt"
39442
39443 \end_inset
39444
39445
39446 \end_layout
39447
39448 \begin_layout Standard
39449 \begin_inset VSpace bigskip
39450 \end_inset
39451
39452
39453 \end_layout
39454
39455 \begin_layout Standard
39456 \begin_inset Note Greyedout
39457 status open
39458
39459 \begin_layout Plain Layout
39460
39461 \series bold
39462 Bemerkung:
39463 \series default
39464  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
39465  
39466 \family sans
39467 Unformatiert
39468 \family default
39469  eingebunden werden, am Zeilenende nicht umgebrochen.
39470 \end_layout
39471
39472 \end_inset
39473
39474
39475 \end_layout
39476
39477 \begin_layout Description
39478 Listing Dieser Typ wird in Kapitel
39479 \begin_inset space ~
39480 \end_inset
39481
39482
39483 \begin_inset CommandInset ref
39484 LatexCommand ref
39485 reference "kap:Programm-Code-Listen"
39486
39487 \end_inset
39488
39489  beschrieben.
39490 \end_layout
39491
39492 \begin_layout Standard
39493 \begin_inset Note Greyedout
39494 status open
39495
39496 \begin_layout Plain Layout
39497
39498 \series bold
39499 Bemerkung:
39500 \series default
39501  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
39502  das zu \SpecialChar LaTeX
39503 -Problemen führen.
39504 \end_layout
39505
39506 \end_inset
39507
39508
39509 \end_layout
39510
39511 \begin_layout Standard
39512 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
39513  wollen, z.
39514 \begin_inset space \thinspace{}
39515 \end_inset
39516
39517 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
39518  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
39519  Dies geschieht über das Menü 
39520 \family sans
39521 Dokument\SpecialChar menuseparator
39522 Einstellungen\SpecialChar menuseparator
39523 Unterdokumente
39524 \family default
39525 .
39526  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
39527  in die Spalte 
39528 \family sans
39529 In Ausgabe einbinden
39530 \family default
39531  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
39532  für Unterdokumente möglich ist, die per 
39533 \family sans
39534 Input
39535 \family default
39536  eingebunden wurden).
39537  Wenn die Option 
39538 \family sans
39539 Zähler und Querverweise wahren
39540 \family default
39541  aktiviert ist, sorgt \SpecialChar LyX
39542  dafür, dass alle Seitennummern, Querverweise usw.
39543 \begin_inset space ~
39544 \end_inset
39545
39546 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
39547  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
39548  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
39549  Dazu muss \SpecialChar LyX
39550  intern allerdings das gesamte Dokument prozessieren.
39551  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
39552  sind, wählen sie die Option nicht.
39553 \end_layout
39554
39555 \begin_layout Standard
39556 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
39557 \begin_inset Foot
39558 status collapsed
39559
39560 \begin_layout Plain Layout
39561 Zweige sind im Kapitel 
39562 \emph on
39563 Zweige
39564 \emph default
39565  des \SpecialChar LyX
39566
39567 \emph on
39568 -Benutzerhandbuchs
39569 \emph default
39570  erklärt.
39571 \end_layout
39572
39573 \end_inset
39574
39575  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
39576  Dateien in der Ausgabe erscheinen.
39577  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
39578  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
39579  werden.
39580 \end_layout
39581
39582 \begin_layout Chapter
39583 Programm-Code-Listen
39584 \begin_inset CommandInset label
39585 LatexCommand label
39586 name "kap:Programm-Code-Listen"
39587
39588 \end_inset
39589
39590
39591 \begin_inset Index idx
39592 status collapsed
39593
39594 \begin_layout Plain Layout
39595 Listen
39596 \end_layout
39597
39598 \end_inset
39599
39600
39601 \begin_inset Index idx
39602 status collapsed
39603
39604 \begin_layout Plain Layout
39605 Programm-Code
39606 \end_layout
39607
39608 \end_inset
39609
39610
39611 \end_layout
39612
39613 \begin_layout Standard
39614 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
39615 \family sans
39616 Einfügen\SpecialChar menuseparator
39617 Pro\SpecialChar softhyphen
39618 grammlisting
39619 \family default
39620  verwenden.
39621  Das \SpecialChar LaTeX
39622 -Paket 
39623 \series bold
39624 listings
39625 \series default
39626
39627 \begin_inset Index idx
39628 status collapsed
39629
39630 \begin_layout Plain Layout
39631 \SpecialChar LaTeX
39632 -Pakete ! listings
39633 \end_layout
39634
39635 \end_inset
39636
39637  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
39638 \end_layout
39639
39640 \begin_layout Standard
39641 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
39642 rmat der Programm-Code-Liste festlegen.
39643 \end_layout
39644
39645 \begin_layout Standard
39646 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
39647  Die Platzierungsoption 
39648 \family sans
39649 Eingebettetes
39650 \begin_inset space ~
39651 \end_inset
39652
39653 Listing
39654 \family default
39655  druckt das Listing in der Zeile wie hier: 
39656 \begin_inset listings
39657 lstparams "language={C++}"
39658 inline true
39659 status open
39660
39661 \begin_layout Plain Layout
39662
39663 int a=5;
39664 \end_layout
39665
39666 \end_inset
39667
39668
39669 \begin_inset Newline newline
39670 \end_inset
39671
39672 Die Option 
39673 \family sans
39674 Gleitobjekt
39675 \family default
39676  erzeugt ein Listing-Gleitobjekt, dessen 
39677 \family sans
39678 Platzierung 
39679 \family default
39680 Sie mit 
39681 \family sans
39682 h
39683 \family default
39684
39685 \family sans
39686 t
39687 \family default
39688
39689 \family sans
39690 b
39691 \family default
39692  und 
39693 \family sans
39694 p
39695 \family default
39696 , analog zu den in Abschnitt
39697 \begin_inset space ~
39698 \end_inset
39699
39700
39701 \begin_inset CommandInset ref
39702 LatexCommand ref
39703 reference "abs:Gleitobjekt-Platzierung"
39704
39705 \end_inset
39706
39707  beschriebenen Platzierungsoptionen festlegen können.
39708  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
39709  hintereinander angegeben, z.
39710 \begin_inset space \thinspace{}
39711 \end_inset
39712
39713 B.
39714  
39715 \begin_inset Quotes gld
39716 \end_inset
39717
39718
39719 \family sans
39720 htbp
39721 \family default
39722
39723 \begin_inset Quotes grd
39724 \end_inset
39725
39726 .
39727  Die Option 
39728 \begin_inset Quotes gld
39729 \end_inset
39730
39731 h
39732 \begin_inset Quotes grd
39733 \end_inset
39734
39735  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
39736  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
39737 \end_layout
39738
39739 \begin_layout Standard
39740 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
39741  zu verweisen: Listing
39742 \begin_inset space ~
39743 \end_inset
39744
39745
39746 \begin_inset CommandInset ref
39747 LatexCommand ref
39748 reference "lst:Gleitendes-Programm-Listing"
39749
39750 \end_inset
39751
39752 .
39753  Mit dem Menü 
39754 \family sans
39755 Einfügen\SpecialChar menuseparator
39756 Liste
39757 \begin_inset space ~
39758 \end_inset
39759
39760 /
39761 \begin_inset space ~
39762 \end_inset
39763
39764 Inhaltsverzeichnis\SpecialChar menuseparator
39765 Listings Verzeichnis
39766 \family default
39767  kann ein Verzeichnis aller Listings eingefügt werden.
39768  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
39769 \end_layout
39770
39771 \begin_layout Standard
39772 \begin_inset listings
39773 lstparams "language=Python"
39774 inline false
39775 status open
39776
39777 \begin_layout Plain Layout
39778
39779 \begin_inset Caption Standard
39780
39781 \begin_layout Plain Layout
39782 \begin_inset CommandInset label
39783 LatexCommand label
39784 name "lst:Gleitendes-Programm-Listing"
39785
39786 \end_inset
39787
39788 Gleitendes Programm-Listing
39789 \end_layout
39790
39791 \end_inset
39792
39793 # Gleitendes Programm-Listing
39794 \end_layout
39795
39796 \begin_layout Plain Layout
39797
39798 def func(param):
39799 \end_layout
39800
39801 \begin_layout Plain Layout
39802
39803     'Dies ist eine Python-Funktion'
39804 \end_layout
39805
39806 \begin_layout Plain Layout
39807
39808     pass
39809 \end_layout
39810
39811 \end_inset
39812
39813
39814 \end_layout
39815
39816 \begin_layout Standard
39817 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
39818  der Sprache erkannt und besonders gedruckt, wie 
39819 \emph on
39820 #
39821 \emph default
39822
39823 \emph on
39824 def
39825 \emph default
39826  und 
39827 \emph on
39828 pass
39829 \emph default
39830  in Listing
39831 \begin_inset space ~
39832 \end_inset
39833
39834
39835 \begin_inset CommandInset ref
39836 LatexCommand ref
39837 reference "lst:Gleitendes-Programm-Listing"
39838
39839 \end_inset
39840
39841 .
39842 \end_layout
39843
39844 \begin_layout Standard
39845 \begin_inset Note Greyedout
39846 status open
39847
39848 \begin_layout Plain Layout
39849
39850 \series bold
39851 Bemerkung:
39852 \series default
39853  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
39854 \family typewriter
39855 Schreib\SpecialChar softhyphen
39856 maschine
39857 \family default
39858  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
39859 h keine fett gedruckten Buchstaben.
39860  Wählen Sie in diesem Fall eine andere Schrift im Menü 
39861 \family sans
39862 Dokument\SpecialChar menuseparator
39863 Einstellungen\SpecialChar menuseparator
39864 Schriften
39865 \family default
39866 .
39867  (Die Schriften 
39868 \emph on
39869 LuxiMono, BeraMono
39870 \emph default
39871  und 
39872 \emph on
39873 Courier
39874 \emph default
39875  enthalten fett gedruckte Buchstaben.)
39876 \end_layout
39877
39878 \end_inset
39879
39880
39881 \end_layout
39882
39883 \begin_layout Standard
39884 Im Abschnitt 
39885 \family sans
39886 Zeilennummerierung
39887 \family default
39888  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
39889 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
39890  jede wievielte Zeile nummeriert werden soll und die 
39891 \family sans
39892 Schriftgröße
39893 \family default
39894  der Nummerierung.
39895 \end_layout
39896
39897 \begin_layout Standard
39898 Im Abschnitt 
39899 \family sans
39900 Bereich
39901 \family default
39902  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
39903  Im Abschnitt 
39904 \family sans
39905 Stil
39906 \family default
39907  legen Sie fest, wie die Liste ausgedruckt werden soll.
39908  Die Option 
39909 \family sans
39910 Erweiterte
39911 \begin_inset space ~
39912 \end_inset
39913
39914 Zeichentabelle
39915 \family default
39916  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
39917 \end_layout
39918
39919 \begin_layout Standard
39920 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
39921 \begin_inset Quotes gld
39922 \end_inset
39923
39924 3
39925 \begin_inset Quotes grd
39926 \end_inset
39927
39928 , Sprache 
39929 \begin_inset Quotes gld
39930 \end_inset
39931
39932 Python
39933 \begin_inset Quotes grd
39934 \end_inset
39935
39936 , Optionen 
39937 \begin_inset Quotes gld
39938 \end_inset
39939
39940 Erweiterte Zeichentabelle
39941 \begin_inset Quotes grd
39942 \end_inset
39943
39944  und 
39945 \begin_inset Quotes gld
39946 \end_inset
39947
39948 Leerzeichen als Symbol
39949 \begin_inset Quotes grd
39950 \end_inset
39951
39952  und Bereich Zeilen 3
39953 \begin_inset space \thinspace{}
39954 \end_inset
39955
39956 -
39957 \begin_inset space \thinspace{}
39958 \end_inset
39959
39960 8:
39961 \end_layout
39962
39963 \begin_layout Standard
39964 \begin_inset listings
39965 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
39966 inline false
39967 status open
39968
39969 \begin_layout Plain Layout
39970
39971 def func(param):
39972 \end_layout
39973
39974 \begin_layout Plain Layout
39975
39976     'Dies ist eine Python-Funktion'
39977 \end_layout
39978
39979 \begin_layout Plain Layout
39980
39981     pass
39982 \end_layout
39983
39984 \begin_layout Plain Layout
39985
39986 def func(param):
39987 \end_layout
39988
39989 \begin_layout Plain Layout
39990
39991 'Sonderzeichen: Tschüß'
39992 \end_layout
39993
39994 \begin_layout Plain Layout
39995
39996 pass
39997 \end_layout
39998
39999 \begin_layout Plain Layout
40000
40001 def func(param):
40002 \end_layout
40003
40004 \begin_layout Plain Layout
40005
40006 'Dies ist eine Python-Funktion'
40007 \end_layout
40008
40009 \begin_layout Plain Layout
40010
40011 pass
40012 \end_layout
40013
40014 \end_inset
40015
40016
40017 \end_layout
40018
40019 \begin_layout Standard
40020 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
40021 \family sans
40022 Tabulatorgröße
40023 \family default
40024  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
40025 \end_layout
40026
40027 \begin_layout Standard
40028 \noindent
40029 \begin_inset Note Greyedout
40030 status open
40031
40032 \begin_layout Plain Layout
40033
40034 \series bold
40035 Bemerkung:
40036 \series default
40037  Wegen eines Fehlers im 
40038 \series bold
40039 listings
40040 \series default
40041 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
40042  verschoben.
40043  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
40044  Listing nummeriert werden.
40045 \end_layout
40046
40047 \end_inset
40048
40049
40050 \end_layout
40051
40052 \begin_layout Standard
40053 \begin_inset VSpace bigskip
40054 \end_inset
40055
40056
40057 \end_layout
40058
40059 \begin_layout Standard
40060 \noindent
40061 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
40062  Das machen Sie mit
40063 \family sans
40064  Einfügen\SpecialChar menuseparator
40065 Datei\SpecialChar menuseparator
40066 Unterdokument
40067 \family default
40068  und der 
40069 \family sans
40070 Art
40071 \begin_inset space ~
40072 \end_inset
40073
40074 der
40075 \begin_inset space ~
40076 \end_inset
40077
40078 Einbindung
40079 \family default
40080  
40081 \family sans
40082 Listing
40083 \family default
40084 .
40085 \begin_inset Foot
40086 status collapsed
40087
40088 \begin_layout Plain Layout
40089 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
40090 \begin_inset space ~
40091 \end_inset
40092
40093
40094 \begin_inset CommandInset ref
40095 LatexCommand ref
40096 reference "abs:Unterdokumente"
40097
40098 \end_inset
40099
40100  beschrieben.
40101 \end_layout
40102
40103 \end_inset
40104
40105  Im Dialogfenster
40106 \family sans
40107  Unterdokument
40108 \family default
40109  können Sie die Listing-Parameter unter 
40110 \family sans
40111 Weitere
40112 \begin_inset space ~
40113 \end_inset
40114
40115 Parameter
40116 \family default
40117  eingeben.
40118  Wenn Sie dort ein Fragezeichen 
40119 \begin_inset Quotes gld
40120 \end_inset
40121
40122 ?
40123 \begin_inset Quotes grd
40124 \end_inset
40125
40126  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
40127 det.
40128 \end_layout
40129
40130 \begin_layout Standard
40131 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
40132  Text ins Feld 
40133 \family sans
40134 Marke
40135 \family default
40136 , auf die dann wie üblich verwiesen werden kann.
40137 \end_layout
40138
40139 \begin_layout Standard
40140 Listing
40141 \begin_inset space ~
40142 \end_inset
40143
40144
40145 \begin_inset CommandInset ref
40146 LatexCommand ref
40147 reference "lst:Datei-Listing"
40148
40149 \end_inset
40150
40151  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
40152 \begin_inset space \thinspace{}
40153 \end_inset
40154
40155 -
40156 \begin_inset space \thinspace{}
40157 \end_inset
40158
40159 15 gedruckt werden.
40160 \end_layout
40161
40162 \begin_layout Standard
40163 \begin_inset CommandInset include
40164 LatexCommand lstinputlisting
40165 filename "EmbeddedObjects.lyx"
40166 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}"
40167
40168 \end_inset
40169
40170
40171 \end_layout
40172
40173 \begin_layout Standard
40174 \begin_inset VSpace bigskip
40175 \end_inset
40176
40177
40178 \end_layout
40179
40180 \begin_layout Standard
40181 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
40182 \end_layout
40183
40184 \begin_layout Enumerate
40185 Öffnen Sie die Listings-Einstellungen und fügen
40186 \begin_inset Newline newline
40187 \end_inset
40188
40189
40190 \family sans
40191 mathescape=true
40192 \family default
40193
40194 \begin_inset Newline newline
40195 \end_inset
40196
40197 in das Feld des Tabs 
40198 \family sans
40199 Erweitert
40200 \family default
40201  ein
40202 \end_layout
40203
40204 \begin_layout Enumerate
40205 Erstellen Sie eine Formel außerhalb des Listings
40206 \end_layout
40207
40208 \begin_layout Enumerate
40209 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
40210 blage (Tastenkürzel 
40211 \family sans
40212 Ctrl+C
40213 \family default
40214 )
40215 \end_layout
40216
40217 \begin_layout Enumerate
40218 Schreiben sie 
40219 \begin_inset Quotes gld
40220 \end_inset
40221
40222
40223 \family sans
40224 $$
40225 \family default
40226
40227 \begin_inset Quotes grd
40228 \end_inset
40229
40230  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
40231 hen (Tastenkürzel 
40232 \family sans
40233 Ctrl+V
40234 \family default
40235 )
40236 \end_layout
40237
40238 \begin_layout Standard
40239 \begin_inset listings
40240 lstparams "language=Python,mathescape=true"
40241 inline false
40242 status open
40243
40244 \begin_layout Plain Layout
40245
40246 \begin_inset Caption Standard
40247
40248 \begin_layout Plain Layout
40249 Programm-Listing mit einer Formel
40250 \end_layout
40251
40252 \end_inset
40253
40254 # Beispiel-Programm-Listing
40255 \end_layout
40256
40257 \begin_layout Plain Layout
40258
40259 def func(param):
40260 \end_layout
40261
40262 \begin_layout Plain Layout
40263
40264     # $
40265 \backslash
40266 prod_{n=1}^{
40267 \backslash
40268 infty}
40269 \backslash
40270 ,
40271 \backslash
40272 frac{1}{x^{2}}$
40273 \end_layout
40274
40275 \begin_layout Plain Layout
40276
40277     pass
40278 \end_layout
40279
40280 \end_inset
40281
40282
40283 \end_layout
40284
40285 \begin_layout Standard
40286 \begin_inset VSpace bigskip
40287 \end_inset
40288
40289
40290 \end_layout
40291
40292 \begin_layout Standard
40293 \noindent
40294 Dokumentweite Listing-Eigenschaften können im Dialog 
40295 \family sans
40296 Dokument\SpecialChar menuseparator
40297 Einstellungen\SpecialChar menuseparator
40298 Listing
40299 \family default
40300  festgelegt werden.
40301  Dort bekommt man durch Eingabe eines Fragezeichens 
40302 \begin_inset Quotes gld
40303 \end_inset
40304
40305 ?
40306 \begin_inset Quotes grd
40307 \end_inset
40308
40309  eine Liste aller möglichen Parameter.
40310 \end_layout
40311
40312 \begin_layout Standard
40313 Weitere Informationen über das 
40314 \series bold
40315 listings
40316 \series default
40317 -Paket finden Sie in 
40318 \begin_inset CommandInset citation
40319 LatexCommand cite
40320 key "listings"
40321
40322 \end_inset
40323
40324 .
40325 \end_layout
40326
40327 \begin_layout Chapter
40328 \start_of_appendix
40329 In \SpecialChar LyX
40330  verfügbare Maßeinheiten
40331 \begin_inset CommandInset label
40332 LatexCommand label
40333 name "kap:In-LyX-verfügbare"
40334
40335 \end_inset
40336
40337
40338 \begin_inset Index idx
40339 status collapsed
40340
40341 \begin_layout Plain Layout
40342 Einheiten
40343 \end_layout
40344
40345 \end_inset
40346
40347
40348 \end_layout
40349
40350 \begin_layout Standard
40351 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
40352  Tabelle
40353 \begin_inset space ~
40354 \end_inset
40355
40356
40357 \begin_inset CommandInset ref
40358 LatexCommand ref
40359 reference "tab:Maßeinheiten"
40360
40361 \end_inset
40362
40363  alle in \SpecialChar LyX
40364  verfügbaren Maßeinheiten.
40365 \end_layout
40366
40367 \begin_layout Standard
40368 \begin_inset Float table
40369 placement h
40370 wide false
40371 sideways false
40372 status open
40373
40374 \begin_layout Plain Layout
40375 \begin_inset Caption Standard
40376
40377 \begin_layout Plain Layout
40378 \begin_inset CommandInset label
40379 LatexCommand label
40380 name "tab:Maßeinheiten"
40381
40382 \end_inset
40383
40384 Maßeinheiten
40385 \end_layout
40386
40387 \end_inset
40388
40389
40390 \end_layout
40391
40392 \begin_layout Plain Layout
40393 \begin_inset VSpace medskip
40394 \end_inset
40395
40396
40397 \end_layout
40398
40399 \begin_layout Plain Layout
40400 \align center
40401 \begin_inset Tabular
40402 <lyxtabular version="3" rows="20" columns="3">
40403 <features tabularvalignment="middle">
40404 <column alignment="center" valignment="top">
40405 <column alignment="center" valignment="top">
40406 <column alignment="center" valignment="top">
40407 <row>
40408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40409 \begin_inset Text
40410
40411 \begin_layout Plain Layout
40412 Maßeinheit
40413 \end_layout
40414
40415 \end_inset
40416 </cell>
40417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40418 \begin_inset Text
40419
40420 \begin_layout Plain Layout
40421 Name/Beschreibung
40422 \end_layout
40423
40424 \end_inset
40425 </cell>
40426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40427 \begin_inset Text
40428
40429 \begin_layout Plain Layout
40430 \SpecialChar LaTeX
40431 -Befehl
40432 \end_layout
40433
40434 \end_inset
40435 </cell>
40436 </row>
40437 <row>
40438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40439 \begin_inset Text
40440
40441 \begin_layout Plain Layout
40442 mm
40443 \end_layout
40444
40445 \end_inset
40446 </cell>
40447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40448 \begin_inset Text
40449
40450 \begin_layout Plain Layout
40451 Millimeter
40452 \end_layout
40453
40454 \end_inset
40455 </cell>
40456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40457 \begin_inset Text
40458
40459 \begin_layout Plain Layout
40460 -
40461 \end_layout
40462
40463 \end_inset
40464 </cell>
40465 </row>
40466 <row>
40467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40468 \begin_inset Text
40469
40470 \begin_layout Plain Layout
40471 cm
40472 \end_layout
40473
40474 \end_inset
40475 </cell>
40476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40477 \begin_inset Text
40478
40479 \begin_layout Plain Layout
40480 Zentimeter
40481 \end_layout
40482
40483 \end_inset
40484 </cell>
40485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40486 \begin_inset Text
40487
40488 \begin_layout Plain Layout
40489 -
40490 \end_layout
40491
40492 \end_inset
40493 </cell>
40494 </row>
40495 <row>
40496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40497 \begin_inset Text
40498
40499 \begin_layout Plain Layout
40500 in
40501 \end_layout
40502
40503 \end_inset
40504 </cell>
40505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40506 \begin_inset Text
40507
40508 \begin_layout Plain Layout
40509 Zoll (1
40510 \begin_inset space \thinspace{}
40511 \end_inset
40512
40513 in = 2.54
40514 \begin_inset space \thinspace{}
40515 \end_inset
40516
40517 cm
40518 \end_layout
40519
40520 \end_inset
40521 </cell>
40522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40523 \begin_inset Text
40524
40525 \begin_layout Plain Layout
40526 -
40527 \end_layout
40528
40529 \end_inset
40530 </cell>
40531 </row>
40532 <row>
40533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40534 \begin_inset Text
40535
40536 \begin_layout Plain Layout
40537 pt
40538 \end_layout
40539
40540 \end_inset
40541 </cell>
40542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40543 \begin_inset Text
40544
40545 \begin_layout Plain Layout
40546 Punkt (72.27
40547 \begin_inset space \thinspace{}
40548 \end_inset
40549
40550 pt = 1
40551 \begin_inset space \thinspace{}
40552 \end_inset
40553
40554 in)
40555 \end_layout
40556
40557 \end_inset
40558 </cell>
40559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40560 \begin_inset Text
40561
40562 \begin_layout Plain Layout
40563 -
40564 \end_layout
40565
40566 \end_inset
40567 </cell>
40568 </row>
40569 <row>
40570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40571 \begin_inset Text
40572
40573 \begin_layout Plain Layout
40574 pc
40575 \end_layout
40576
40577 \end_inset
40578 </cell>
40579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40580 \begin_inset Text
40581
40582 \begin_layout Plain Layout
40583 Pica (1
40584 \begin_inset space \thinspace{}
40585 \end_inset
40586
40587 pc = 12
40588 \begin_inset space \thinspace{}
40589 \end_inset
40590
40591 pt)
40592 \end_layout
40593
40594 \end_inset
40595 </cell>
40596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40597 \begin_inset Text
40598
40599 \begin_layout Plain Layout
40600 -
40601 \end_layout
40602
40603 \end_inset
40604 </cell>
40605 </row>
40606 <row>
40607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40608 \begin_inset Text
40609
40610 \begin_layout Plain Layout
40611 sp
40612 \end_layout
40613
40614 \end_inset
40615 </cell>
40616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40617 \begin_inset Text
40618
40619 \begin_layout Plain Layout
40620 skalierter Punkt (65536
40621 \begin_inset space \thinspace{}
40622 \end_inset
40623
40624 sp = 1
40625 \begin_inset space \thinspace{}
40626 \end_inset
40627
40628 pt)
40629 \end_layout
40630
40631 \end_inset
40632 </cell>
40633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40634 \begin_inset Text
40635
40636 \begin_layout Plain Layout
40637 -
40638 \end_layout
40639
40640 \end_inset
40641 </cell>
40642 </row>
40643 <row>
40644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40645 \begin_inset Text
40646
40647 \begin_layout Plain Layout
40648 bp
40649 \end_layout
40650
40651 \end_inset
40652 </cell>
40653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40654 \begin_inset Text
40655
40656 \begin_layout Plain Layout
40657 großer Punkt (72
40658 \begin_inset space \thinspace{}
40659 \end_inset
40660
40661 bp = 1
40662 \begin_inset space \thinspace{}
40663 \end_inset
40664
40665 in)
40666 \end_layout
40667
40668 \end_inset
40669 </cell>
40670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40671 \begin_inset Text
40672
40673 \begin_layout Plain Layout
40674 -
40675 \end_layout
40676
40677 \end_inset
40678 </cell>
40679 </row>
40680 <row>
40681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40682 \begin_inset Text
40683
40684 \begin_layout Plain Layout
40685 dd
40686 \end_layout
40687
40688 \end_inset
40689 </cell>
40690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40691 \begin_inset Text
40692
40693 \begin_layout Plain Layout
40694 Didot (1
40695 \begin_inset space \thinspace{}
40696 \end_inset
40697
40698 dd 
40699 \begin_inset Formula $\approx$
40700 \end_inset
40701
40702  0,376
40703 \begin_inset space \thinspace{}
40704 \end_inset
40705
40706 mm)
40707 \end_layout
40708
40709 \end_inset
40710 </cell>
40711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40712 \begin_inset Text
40713
40714 \begin_layout Plain Layout
40715 -
40716 \end_layout
40717
40718 \end_inset
40719 </cell>
40720 </row>
40721 <row>
40722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40723 \begin_inset Text
40724
40725 \begin_layout Plain Layout
40726 cc
40727 \end_layout
40728
40729 \end_inset
40730 </cell>
40731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40732 \begin_inset Text
40733
40734 \begin_layout Plain Layout
40735 Cicero (1
40736 \begin_inset space \thinspace{}
40737 \end_inset
40738
40739 cc = 12
40740 \begin_inset space \thinspace{}
40741 \end_inset
40742
40743 dd)
40744 \end_layout
40745
40746 \end_inset
40747 </cell>
40748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40749 \begin_inset Text
40750
40751 \begin_layout Plain Layout
40752 -
40753 \end_layout
40754
40755 \end_inset
40756 </cell>
40757 </row>
40758 <row>
40759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40760 \begin_inset Text
40761
40762 \begin_layout Plain Layout
40763 Skalierung %
40764 \end_layout
40765
40766 \end_inset
40767 </cell>
40768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40769 \begin_inset Text
40770
40771 \begin_layout Plain Layout
40772 % der originalen Bildbreite
40773 \end_layout
40774
40775 \end_inset
40776 </cell>
40777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40778 \begin_inset Text
40779
40780 \begin_layout Plain Layout
40781
40782 \end_layout
40783
40784 \end_inset
40785 </cell>
40786 </row>
40787 <row>
40788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40789 \begin_inset Text
40790
40791 \begin_layout Plain Layout
40792 Textbreite %
40793 \end_layout
40794
40795 \end_inset
40796 </cell>
40797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40798 \begin_inset Text
40799
40800 \begin_layout Plain Layout
40801 % der Textbreite
40802 \end_layout
40803
40804 \end_inset
40805 </cell>
40806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40807 \begin_inset Text
40808
40809 \begin_layout Plain Layout
40810
40811 \backslash
40812 textwidth
40813 \end_layout
40814
40815 \end_inset
40816 </cell>
40817 </row>
40818 <row>
40819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40820 \begin_inset Text
40821
40822 \begin_layout Plain Layout
40823 Spaltenbreite %
40824 \end_layout
40825
40826 \end_inset
40827 </cell>
40828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40829 \begin_inset Text
40830
40831 \begin_layout Plain Layout
40832 % der Spaltenbreite
40833 \end_layout
40834
40835 \end_inset
40836 </cell>
40837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40838 \begin_inset Text
40839
40840 \begin_layout Plain Layout
40841
40842 \backslash
40843 columnwidth
40844 \end_layout
40845
40846 \end_inset
40847 </cell>
40848 </row>
40849 <row>
40850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40851 \begin_inset Text
40852
40853 \begin_layout Plain Layout
40854 Seitenbreite %
40855 \end_layout
40856
40857 \end_inset
40858 </cell>
40859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40860 \begin_inset Text
40861
40862 \begin_layout Plain Layout
40863 % der Seitenbreite
40864 \end_layout
40865
40866 \end_inset
40867 </cell>
40868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40869 \begin_inset Text
40870
40871 \begin_layout Plain Layout
40872
40873 \backslash
40874 paperwidth
40875 \end_layout
40876
40877 \end_inset
40878 </cell>
40879 </row>
40880 <row>
40881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40882 \begin_inset Text
40883
40884 \begin_layout Plain Layout
40885 Zeilenbreite %
40886 \end_layout
40887
40888 \end_inset
40889 </cell>
40890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40891 \begin_inset Text
40892
40893 \begin_layout Plain Layout
40894 % der Zeilenbreite
40895 \end_layout
40896
40897 \end_inset
40898 </cell>
40899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40900 \begin_inset Text
40901
40902 \begin_layout Plain Layout
40903
40904 \backslash
40905 linewidth
40906 \end_layout
40907
40908 \end_inset
40909 </cell>
40910 </row>
40911 <row>
40912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40913 \begin_inset Text
40914
40915 \begin_layout Plain Layout
40916 Texthöhe %
40917 \end_layout
40918
40919 \end_inset
40920 </cell>
40921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40922 \begin_inset Text
40923
40924 \begin_layout Plain Layout
40925 % der Texthöhe
40926 \end_layout
40927
40928 \end_inset
40929 </cell>
40930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40931 \begin_inset Text
40932
40933 \begin_layout Plain Layout
40934
40935 \backslash
40936 textheight
40937 \end_layout
40938
40939 \end_inset
40940 </cell>
40941 </row>
40942 <row>
40943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40944 \begin_inset Text
40945
40946 \begin_layout Plain Layout
40947 Seitenhöhe %
40948 \end_layout
40949
40950 \end_inset
40951 </cell>
40952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40953 \begin_inset Text
40954
40955 \begin_layout Plain Layout
40956 % der Seitenhöhe
40957 \end_layout
40958
40959 \end_inset
40960 </cell>
40961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40962 \begin_inset Text
40963
40964 \begin_layout Plain Layout
40965
40966 \backslash
40967 paperheight
40968 \end_layout
40969
40970 \end_inset
40971 </cell>
40972 </row>
40973 <row>
40974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40975 \begin_inset Text
40976
40977 \begin_layout Plain Layout
40978 ex
40979 \end_layout
40980
40981 \end_inset
40982 </cell>
40983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40984 \begin_inset Text
40985
40986 \begin_layout Plain Layout
40987 Die Höhe des Buchstabens 
40988 \emph on
40989 x
40990 \emph default
40991  im aktiven Zeichensatz
40992 \end_layout
40993
40994 \end_inset
40995 </cell>
40996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40997 \begin_inset Text
40998
40999 \begin_layout Plain Layout
41000 -
41001 \end_layout
41002
41003 \end_inset
41004 </cell>
41005 </row>
41006 <row>
41007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41008 \begin_inset Text
41009
41010 \begin_layout Plain Layout
41011 em
41012 \end_layout
41013
41014 \end_inset
41015 </cell>
41016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41017 \begin_inset Text
41018
41019 \begin_layout Plain Layout
41020 Die Breite des Buchstabens 
41021 \emph on
41022 M
41023 \emph default
41024  im aktiven Zeichensatz
41025 \end_layout
41026
41027 \end_inset
41028 </cell>
41029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41030 \begin_inset Text
41031
41032 \begin_layout Plain Layout
41033 -
41034 \end_layout
41035
41036 \end_inset
41037 </cell>
41038 </row>
41039 <row>
41040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41041 \begin_inset Text
41042
41043 \begin_layout Plain Layout
41044 mu
41045 \end_layout
41046
41047 \end_inset
41048 </cell>
41049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41050 \begin_inset Text
41051
41052 \begin_layout Plain Layout
41053 mathematische Maßeinheit
41054 \series bold
41055  
41056 \series default
41057 (1
41058 \begin_inset space \thinspace{}
41059 \end_inset
41060
41061 mu = 1/18
41062 \begin_inset space \thinspace{}
41063 \end_inset
41064
41065 em)
41066 \end_layout
41067
41068 \end_inset
41069 </cell>
41070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41071 \begin_inset Text
41072
41073 \begin_layout Plain Layout
41074 -
41075 \end_layout
41076
41077 \end_inset
41078 </cell>
41079 </row>
41080 </lyxtabular>
41081
41082 \end_inset
41083
41084
41085 \end_layout
41086
41087 \end_inset
41088
41089
41090 \end_layout
41091
41092 \begin_layout Chapter
41093 Ausgabedatei-Formate mit Grafiken
41094 \begin_inset CommandInset label
41095 LatexCommand label
41096 name "kap:Ausgabedatei-Formate"
41097
41098 \end_inset
41099
41100
41101 \end_layout
41102
41103 \begin_layout Section
41104 DVI
41105 \begin_inset Index idx
41106 status collapsed
41107
41108 \begin_layout Plain Layout
41109 Dateiformat! DVI
41110 \end_layout
41111
41112 \end_inset
41113
41114
41115 \begin_inset Index idx
41116 status collapsed
41117
41118 \begin_layout Plain Layout
41119 DVI
41120 \end_layout
41121
41122 \end_inset
41123
41124
41125 \end_layout
41126
41127 \begin_layout Standard
41128 Dieser Dateityp hat die Erweiterung 
41129 \begin_inset Quotes gld
41130 \end_inset
41131
41132
41133 \family typewriter
41134 .dvi
41135 \family default
41136
41137 \begin_inset Quotes grd
41138 \end_inset
41139
41140  und wird 
41141 \begin_inset Quotes gld
41142 \end_inset
41143
41144 device independent
41145 \begin_inset Quotes grd
41146 \end_inset
41147
41148  genannt, weil er vollkommen portierbar ist.
41149  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
41150  dvi-Betrachter installiert hat.
41151  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
41152 ate wie PostScript benutzt.
41153 \end_layout
41154
41155 \begin_layout Standard
41156 \begin_inset Note Greyedout
41157 status open
41158
41159 \begin_layout Plain Layout
41160
41161 \series bold
41162 Bemerkung:
41163 \series default
41164  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
41165 \end_layout
41166
41167 \end_inset
41168
41169
41170 \end_layout
41171
41172 \begin_layout Standard
41173 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
41174  auf einen anderen Computer kopieren.
41175  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
41176  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
41177  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
41178 \family typewriter
41179  
41180 \family default
41181 blättern.
41182
41183 \family typewriter
41184  
41185 \family default
41186 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
41187  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
41188  
41189 \end_layout
41190
41191 \begin_layout Standard
41192 Sie können Ihr Dokument als DVI über das Menü 
41193 \family sans
41194 Datei\SpecialChar menuseparator
41195 Exportieren\SpecialChar menuseparator
41196 DVI
41197 \family default
41198  exportieren.
41199  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
41200 \family sans
41201 Ansicht
41202 \family default
41203  anschauen.
41204 \end_layout
41205
41206 \begin_layout Section
41207 PostScript
41208 \begin_inset Index idx
41209 status collapsed
41210
41211 \begin_layout Plain Layout
41212 Dateiformat  ! PostScript
41213 \end_layout
41214
41215 \end_inset
41216
41217
41218 \begin_inset Index idx
41219 status collapsed
41220
41221 \begin_layout Plain Layout
41222 PostScript
41223 \end_layout
41224
41225 \end_inset
41226
41227
41228 \end_layout
41229
41230 \begin_layout Standard
41231 Dieser Dateityp hat die Erweiterung 
41232 \begin_inset Quotes gld
41233 \end_inset
41234
41235
41236 \family typewriter
41237 .ps
41238 \family default
41239
41240 \begin_inset Quotes grd
41241 \end_inset
41242
41243 .
41244  PostScript wurde von der Firma
41245 \family typewriter
41246  Adobe
41247 \family default
41248  als Druckersprache entwickelt.
41249  Die Datei enthält deshalb Druckbefehle.
41250  PostScript kann als 
41251 \begin_inset Quotes gld
41252 \end_inset
41253
41254 Programmiersprache
41255 \begin_inset Quotes grd
41256 \end_inset
41257
41258  angesehen werden.
41259  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen.
41260 \begin_inset Foot
41261 status collapsed
41262
41263 \begin_layout Plain Layout
41264 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
41265  von
41266 \series bold
41267  PSTricks
41268 \series default
41269  
41270 \begin_inset CommandInset citation
41271 LatexCommand cite
41272 key "pstricks"
41273
41274 \end_inset
41275
41276  oder 
41277 \begin_inset CommandInset citation
41278 LatexCommand cite
41279 key "latex-praxisbuch"
41280
41281 \end_inset
41282
41283  ansehen.
41284 \end_layout
41285
41286 \end_inset
41287
41288  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
41289 \end_layout
41290
41291 \begin_layout Standard
41292 PostScript kann nur Bilder im Format EPS
41293 \begin_inset Index idx
41294 status collapsed
41295
41296 \begin_layout Plain Layout
41297 EPS
41298 \end_layout
41299
41300 \end_inset
41301
41302  (Encapsulated PostScript, Datei-Er\SpecialChar softhyphen
41303 wei\SpecialChar softhyphen
41304 ter\SpecialChar softhyphen
41305 ung 
41306 \begin_inset Quotes gld
41307 \end_inset
41308
41309
41310 \family typewriter
41311 .eps
41312 \family default
41313
41314 \begin_inset Quotes grd
41315 \end_inset
41316
41317 ) enthalten.
41318  Weil \SpecialChar LyX
41319  die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
41320  intern nach EPS konvertieren.
41321  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
41322  verlangsamen.
41323  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
41324  konvertieren und direkt als EPS einfügen.
41325 \end_layout
41326
41327 \begin_layout Standard
41328 Sie können Ihr Dokument als PostScript über das Menü 
41329 \family sans
41330 Datei\SpecialChar menuseparator
41331 Exportieren\SpecialChar menuseparator
41332 Post\SpecialChar softhyphen
41333 Script
41334 \family default
41335  exportieren.
41336  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
41337 \family sans
41338 Ansicht
41339 \family default
41340  anschauen.
41341 \end_layout
41342
41343 \begin_layout Section
41344 PDF
41345 \begin_inset Index idx
41346 status collapsed
41347
41348 \begin_layout Plain Layout
41349 Dateiformat! PDF
41350 \end_layout
41351
41352 \end_inset
41353
41354
41355 \begin_inset Index idx
41356 status collapsed
41357
41358 \begin_layout Plain Layout
41359 PDF
41360 \end_layout
41361
41362 \end_inset
41363
41364
41365 \end_layout
41366
41367 \begin_layout Standard
41368 Dieser Dateityp hat die Erweiterung 
41369 \begin_inset Quotes gld
41370 \end_inset
41371
41372
41373 \family typewriter
41374 .pdf
41375 \family default
41376
41377 \begin_inset Quotes grd
41378 \end_inset
41379
41380 .
41381  Das
41382 \emph on
41383  
41384 \emph default
41385
41386 \begin_inset Quotes gld
41387 \end_inset
41388
41389 Portable Document Format
41390 \begin_inset Quotes grd
41391 \end_inset
41392
41393  (PDF) wurde auch von der Firma 
41394 \family typewriter
41395 Adobe
41396 \family default
41397  als Derivat von PostScript entwickelt.
41398  Es ist komprimierter und benutzt weniger Befehle als PostScript.
41399  Wie der Begriff 
41400 \begin_inset Quotes gld
41401 \end_inset
41402
41403 portable
41404 \begin_inset Quotes grd
41405 \end_inset
41406
41407  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
41408  werden, und der Ausdruck sieht immer gleich aus.
41409 \end_layout
41410
41411 \begin_layout Standard
41412 PDF kann Bilder im eigenen PDF-Format, im Format 
41413 \begin_inset Quotes gld
41414 \end_inset
41415
41416 Joint Photographic Experts Group
41417 \begin_inset Quotes grd
41418 \end_inset
41419
41420  (JPEG
41421 \begin_inset Index idx
41422 status collapsed
41423
41424 \begin_layout Plain Layout
41425 JPG, JPEG
41426 \end_layout
41427
41428 \end_inset
41429
41430 , Datei-Erweiterung 
41431 \begin_inset Quotes gld
41432 \end_inset
41433
41434
41435 \family typewriter
41436 .jpg
41437 \family default
41438
41439 \begin_inset Quotes grd
41440 \end_inset
41441
41442  oder 
41443 \begin_inset Quotes gld
41444 \end_inset
41445
41446
41447 \family typewriter
41448 .jpeg
41449 \family default
41450
41451 \begin_inset Quotes grd
41452 \end_inset
41453
41454 ) und im Format 
41455 \begin_inset Quotes gld
41456 \end_inset
41457
41458 Portable Network Graphics
41459 \begin_inset Quotes grd
41460 \end_inset
41461
41462  (PNG
41463 \begin_inset Index idx
41464 status collapsed
41465
41466 \begin_layout Plain Layout
41467 PNG
41468 \end_layout
41469
41470 \end_inset
41471
41472 , Datei-Erweiterung 
41473 \begin_inset Quotes gld
41474 \end_inset
41475
41476
41477 \family typewriter
41478 .png
41479 \family default
41480
41481 \begin_inset Quotes grd
41482 \end_inset
41483
41484 ) enthalten.
41485  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil \SpecialChar LyX
41486  es für Sie
41487  konvertieren wird.
41488  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
41489  wird, eines der drei erwähnten Bildformate zu benutzen.
41490 \end_layout
41491
41492 \begin_layout Standard
41493 PDF-Dateien können Sie über 
41494 \family sans
41495 Datei\SpecialChar menuseparator
41496 Exportieren
41497 \family default
41498  auf drei Arten erzeugen:
41499 \end_layout
41500
41501 \begin_layout Description
41502 PDF
41503 \begin_inset space ~
41504 \end_inset
41505
41506 (ps2pdf) benutzt das Programm
41507 \family typewriter
41508  ps2pdf
41509 \family default
41510 , das eine PDF-Datei aus einer Post\SpecialChar softhyphen
41511 Script®-Version Ihres Dokument erstellt.
41512  Die PostScript-Version wird mit dem Programm 
41513 \family typewriter
41514 dvips
41515 \family default
41516  aus einer DVI-Version erstellt.
41517  Es werden also drei Konvertierungen verwendet.
41518 \end_layout
41519
41520 \begin_layout Description
41521 PDF
41522 \begin_inset space ~
41523 \end_inset
41524
41525 (dvipdfm) benutzt das Programm 
41526 \family typewriter
41527 dvipdfm
41528 \family default
41529 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
41530  PDF konvertiert.
41531 \end_layout
41532
41533 \begin_layout Description
41534 PDF
41535 \begin_inset space ~
41536 \end_inset
41537
41538 (pdflatex) benutzt das Programm
41539 \family typewriter
41540  pdftex
41541 \family default
41542 , das Ihr Dokument direkt nach PDF konvertiert.
41543 \end_layout
41544
41545 \begin_layout Standard
41546
41547 \family sans
41548 PDF
41549 \begin_inset space ~
41550 \end_inset
41551
41552 (pdflatex)
41553 \family default
41554  wird empfohlen, weil
41555 \family typewriter
41556  pdftex
41557 \family default
41558  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
41559  ohne Probleme arbeitet.
41560  Das Programm 
41561 \family typewriter
41562 dvi\SpecialChar softhyphen
41563 pdfm
41564 \family default
41565  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
41566 \end_layout
41567
41568 \begin_layout Standard
41569 Sie können Ihr Dokument als PDF über das Menü 
41570 \family sans
41571 Datei\SpecialChar menuseparator
41572 Exportieren\SpecialChar menuseparator
41573 PDF
41574 \family default
41575  exportieren.
41576  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
41577 \family sans
41578 Ansicht
41579 \family default
41580  oder einen Werkzeugleistenknopf anschauen.
41581 \end_layout
41582
41583 \begin_layout Chapter
41584 Liste der dvips-Farbnamen
41585 \begin_inset CommandInset label
41586 LatexCommand label
41587 name "kap:Liste-der-dvips-Farbnamen"
41588
41589 \end_inset
41590
41591
41592 \end_layout
41593
41594 \begin_layout Standard
41595 \begin_inset Tabular
41596 <lyxtabular version="3" rows="17" columns="4">
41597 <features tabularvalignment="middle">
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 <column alignment="left" valignment="top" width="0pt">
41602 <row>
41603 <cell alignment="left" valignment="top" usebox="none">
41604 \begin_inset Text
41605
41606 \begin_layout Plain Layout
41607 \begin_inset ERT
41608 status collapsed
41609
41610 \begin_layout Plain Layout
41611
41612
41613 \backslash
41614 fcolorbox{black}{
41615 \end_layout
41616
41617 \end_inset
41618
41619 white
41620 \begin_inset ERT
41621 status collapsed
41622
41623 \begin_layout Plain Layout
41624
41625 }{
41626 \end_layout
41627
41628 \end_inset
41629
41630 Farbe
41631 \begin_inset ERT
41632 status collapsed
41633
41634 \begin_layout Plain Layout
41635
41636 }
41637 \end_layout
41638
41639 \end_inset
41640
41641  Farbname
41642 \end_layout
41643
41644 \end_inset
41645 </cell>
41646 <cell alignment="left" valignment="top" usebox="none">
41647 \begin_inset Text
41648
41649 \begin_layout Plain Layout
41650 \begin_inset ERT
41651 status collapsed
41652
41653 \begin_layout Plain Layout
41654
41655
41656 \backslash
41657 fcolorbox{black}{
41658 \end_layout
41659
41660 \end_inset
41661
41662 white
41663 \begin_inset ERT
41664 status collapsed
41665
41666 \begin_layout Plain Layout
41667
41668 }{
41669 \end_layout
41670
41671 \end_inset
41672
41673 Farbe
41674 \begin_inset ERT
41675 status collapsed
41676
41677 \begin_layout Plain Layout
41678
41679 }
41680 \end_layout
41681
41682 \end_inset
41683
41684  Farbname
41685 \end_layout
41686
41687 \end_inset
41688 </cell>
41689 <cell alignment="left" valignment="top" usebox="none">
41690 \begin_inset Text
41691
41692 \begin_layout Plain Layout
41693 \begin_inset ERT
41694 status collapsed
41695
41696 \begin_layout Plain Layout
41697
41698
41699 \backslash
41700 fcolorbox{black}{
41701 \end_layout
41702
41703 \end_inset
41704
41705 white
41706 \begin_inset ERT
41707 status collapsed
41708
41709 \begin_layout Plain Layout
41710
41711 }{
41712 \end_layout
41713
41714 \end_inset
41715
41716 Farbe
41717 \begin_inset ERT
41718 status collapsed
41719
41720 \begin_layout Plain Layout
41721
41722 }
41723 \end_layout
41724
41725 \end_inset
41726
41727  Farbname
41728 \end_layout
41729
41730 \end_inset
41731 </cell>
41732 <cell alignment="left" valignment="top" usebox="none">
41733 \begin_inset Text
41734
41735 \begin_layout Plain Layout
41736 \begin_inset ERT
41737 status collapsed
41738
41739 \begin_layout Plain Layout
41740
41741
41742 \backslash
41743 fcolorbox{black}{
41744 \end_layout
41745
41746 \end_inset
41747
41748 white
41749 \begin_inset ERT
41750 status collapsed
41751
41752 \begin_layout Plain Layout
41753
41754 }{
41755 \end_layout
41756
41757 \end_inset
41758
41759 Farbe
41760 \begin_inset ERT
41761 status collapsed
41762
41763 \begin_layout Plain Layout
41764
41765 }
41766 \end_layout
41767
41768 \end_inset
41769
41770  Farbname
41771 \end_layout
41772
41773 \end_inset
41774 </cell>
41775 </row>
41776 <row>
41777 <cell alignment="center" valignment="top" usebox="none">
41778 \begin_inset Text
41779
41780 \begin_layout Plain Layout
41781 \begin_inset ERT
41782 status collapsed
41783
41784 \begin_layout Plain Layout
41785
41786
41787 \backslash
41788 fcolorbox{black}{
41789 \end_layout
41790
41791 \end_inset
41792
41793 Apricot
41794 \begin_inset ERT
41795 status collapsed
41796
41797 \begin_layout Plain Layout
41798
41799 }{
41800 \end_layout
41801
41802 \end_inset
41803
41804
41805 \begin_inset Phantom Phantom
41806 status open
41807
41808 \begin_layout Plain Layout
41809 W
41810 \end_layout
41811
41812 \end_inset
41813
41814
41815 \begin_inset ERT
41816 status collapsed
41817
41818 \begin_layout Plain Layout
41819
41820 }
41821 \end_layout
41822
41823 \end_inset
41824
41825  Apricot
41826 \end_layout
41827
41828 \end_inset
41829 </cell>
41830 <cell alignment="center" valignment="top" usebox="none">
41831 \begin_inset Text
41832
41833 \begin_layout Plain Layout
41834 \begin_inset ERT
41835 status collapsed
41836
41837 \begin_layout Plain Layout
41838
41839
41840 \backslash
41841 fcolorbox{black}{
41842 \end_layout
41843
41844 \end_inset
41845
41846 Aquamarine
41847 \begin_inset ERT
41848 status collapsed
41849
41850 \begin_layout Plain Layout
41851
41852 }{
41853 \end_layout
41854
41855 \end_inset
41856
41857
41858 \begin_inset Phantom Phantom
41859 status open
41860
41861 \begin_layout Plain Layout
41862 W
41863 \end_layout
41864
41865 \end_inset
41866
41867
41868 \begin_inset ERT
41869 status collapsed
41870
41871 \begin_layout Plain Layout
41872
41873 }
41874 \end_layout
41875
41876 \end_inset
41877
41878  Aquamarine
41879 \end_layout
41880
41881 \end_inset
41882 </cell>
41883 <cell alignment="center" valignment="top" usebox="none">
41884 \begin_inset Text
41885
41886 \begin_layout Plain Layout
41887 \begin_inset ERT
41888 status collapsed
41889
41890 \begin_layout Plain Layout
41891
41892
41893 \backslash
41894 fcolorbox{black}{
41895 \end_layout
41896
41897 \end_inset
41898
41899 Bittersweet
41900 \begin_inset ERT
41901 status collapsed
41902
41903 \begin_layout Plain Layout
41904
41905 }{
41906 \end_layout
41907
41908 \end_inset
41909
41910
41911 \begin_inset Phantom Phantom
41912 status open
41913
41914 \begin_layout Plain Layout
41915 W
41916 \end_layout
41917
41918 \end_inset
41919
41920
41921 \begin_inset ERT
41922 status collapsed
41923
41924 \begin_layout Plain Layout
41925
41926 }
41927 \end_layout
41928
41929 \end_inset
41930
41931  Bittersweet
41932 \end_layout
41933
41934 \end_inset
41935 </cell>
41936 <cell alignment="center" valignment="top" usebox="none">
41937 \begin_inset Text
41938
41939 \begin_layout Plain Layout
41940 \begin_inset ERT
41941 status collapsed
41942
41943 \begin_layout Plain Layout
41944
41945
41946 \backslash
41947 fcolorbox{black}{
41948 \end_layout
41949
41950 \end_inset
41951
41952 BlueGreen
41953 \begin_inset ERT
41954 status collapsed
41955
41956 \begin_layout Plain Layout
41957
41958 }{
41959 \end_layout
41960
41961 \end_inset
41962
41963
41964 \begin_inset Phantom Phantom
41965 status open
41966
41967 \begin_layout Plain Layout
41968 W
41969 \end_layout
41970
41971 \end_inset
41972
41973
41974 \begin_inset ERT
41975 status collapsed
41976
41977 \begin_layout Plain Layout
41978
41979 }
41980 \end_layout
41981
41982 \end_inset
41983
41984  BlueGreen
41985 \end_layout
41986
41987 \end_inset
41988 </cell>
41989 </row>
41990 <row>
41991 <cell alignment="left" valignment="top" usebox="none">
41992 \begin_inset Text
41993
41994 \begin_layout Plain Layout
41995 \begin_inset ERT
41996 status collapsed
41997
41998 \begin_layout Plain Layout
41999
42000
42001 \backslash
42002 fcolorbox{black}{
42003 \end_layout
42004
42005 \end_inset
42006
42007 BlueViolet
42008 \begin_inset ERT
42009 status collapsed
42010
42011 \begin_layout Plain Layout
42012
42013 }{
42014 \end_layout
42015
42016 \end_inset
42017
42018
42019 \begin_inset Phantom Phantom
42020 status open
42021
42022 \begin_layout Plain Layout
42023 W
42024 \end_layout
42025
42026 \end_inset
42027
42028
42029 \begin_inset ERT
42030 status collapsed
42031
42032 \begin_layout Plain Layout
42033
42034 }
42035 \end_layout
42036
42037 \end_inset
42038
42039  BlueViolet
42040 \end_layout
42041
42042 \end_inset
42043 </cell>
42044 <cell alignment="left" valignment="top" usebox="none">
42045 \begin_inset Text
42046
42047 \begin_layout Plain Layout
42048 \begin_inset ERT
42049 status collapsed
42050
42051 \begin_layout Plain Layout
42052
42053
42054 \backslash
42055 fcolorbox{black}{
42056 \end_layout
42057
42058 \end_inset
42059
42060 BrickRed
42061 \begin_inset ERT
42062 status collapsed
42063
42064 \begin_layout Plain Layout
42065
42066 }{
42067 \end_layout
42068
42069 \end_inset
42070
42071
42072 \begin_inset Phantom Phantom
42073 status open
42074
42075 \begin_layout Plain Layout
42076 W
42077 \end_layout
42078
42079 \end_inset
42080
42081
42082 \begin_inset ERT
42083 status collapsed
42084
42085 \begin_layout Plain Layout
42086
42087 }
42088 \end_layout
42089
42090 \end_inset
42091
42092  BrickRed
42093 \end_layout
42094
42095 \end_inset
42096 </cell>
42097 <cell alignment="left" valignment="top" usebox="none">
42098 \begin_inset Text
42099
42100 \begin_layout Plain Layout
42101 \begin_inset ERT
42102 status collapsed
42103
42104 \begin_layout Plain Layout
42105
42106
42107 \backslash
42108 fcolorbox{black}{
42109 \end_layout
42110
42111 \end_inset
42112
42113 Brown
42114 \begin_inset ERT
42115 status collapsed
42116
42117 \begin_layout Plain Layout
42118
42119 }{
42120 \end_layout
42121
42122 \end_inset
42123
42124
42125 \begin_inset Phantom Phantom
42126 status open
42127
42128 \begin_layout Plain Layout
42129 W
42130 \end_layout
42131
42132 \end_inset
42133
42134
42135 \begin_inset ERT
42136 status collapsed
42137
42138 \begin_layout Plain Layout
42139
42140 }
42141 \end_layout
42142
42143 \end_inset
42144
42145  Brown
42146 \end_layout
42147
42148 \end_inset
42149 </cell>
42150 <cell alignment="left" valignment="top" usebox="none">
42151 \begin_inset Text
42152
42153 \begin_layout Plain Layout
42154 \begin_inset ERT
42155 status collapsed
42156
42157 \begin_layout Plain Layout
42158
42159
42160 \backslash
42161 fcolorbox{black}{
42162 \end_layout
42163
42164 \end_inset
42165
42166 BurntOrange
42167 \begin_inset ERT
42168 status collapsed
42169
42170 \begin_layout Plain Layout
42171
42172 }{
42173 \end_layout
42174
42175 \end_inset
42176
42177
42178 \begin_inset Phantom Phantom
42179 status open
42180
42181 \begin_layout Plain Layout
42182 W
42183 \end_layout
42184
42185 \end_inset
42186
42187
42188 \begin_inset ERT
42189 status collapsed
42190
42191 \begin_layout Plain Layout
42192
42193 }
42194 \end_layout
42195
42196 \end_inset
42197
42198  BurntOrange
42199 \end_layout
42200
42201 \end_inset
42202 </cell>
42203 </row>
42204 <row>
42205 <cell alignment="left" valignment="top" usebox="none">
42206 \begin_inset Text
42207
42208 \begin_layout Plain Layout
42209 \begin_inset ERT
42210 status collapsed
42211
42212 \begin_layout Plain Layout
42213
42214
42215 \backslash
42216 fcolorbox{black}{
42217 \end_layout
42218
42219 \end_inset
42220
42221 CadetBlue
42222 \begin_inset ERT
42223 status collapsed
42224
42225 \begin_layout Plain Layout
42226
42227 }{
42228 \end_layout
42229
42230 \end_inset
42231
42232
42233 \begin_inset Phantom Phantom
42234 status open
42235
42236 \begin_layout Plain Layout
42237 W
42238 \end_layout
42239
42240 \end_inset
42241
42242
42243 \begin_inset ERT
42244 status collapsed
42245
42246 \begin_layout Plain Layout
42247
42248 }
42249 \end_layout
42250
42251 \end_inset
42252
42253  CadetBlue
42254 \end_layout
42255
42256 \end_inset
42257 </cell>
42258 <cell alignment="left" valignment="top" usebox="none">
42259 \begin_inset Text
42260
42261 \begin_layout Plain Layout
42262 \begin_inset ERT
42263 status collapsed
42264
42265 \begin_layout Plain Layout
42266
42267
42268 \backslash
42269 fcolorbox{black}{
42270 \end_layout
42271
42272 \end_inset
42273
42274 CarnationPink
42275 \begin_inset ERT
42276 status collapsed
42277
42278 \begin_layout Plain Layout
42279
42280 }{
42281 \end_layout
42282
42283 \end_inset
42284
42285
42286 \begin_inset Phantom Phantom
42287 status open
42288
42289 \begin_layout Plain Layout
42290 W
42291 \end_layout
42292
42293 \end_inset
42294
42295
42296 \begin_inset ERT
42297 status collapsed
42298
42299 \begin_layout Plain Layout
42300
42301 }
42302 \end_layout
42303
42304 \end_inset
42305
42306  CarnationPink
42307 \end_layout
42308
42309 \end_inset
42310 </cell>
42311 <cell alignment="left" valignment="top" usebox="none">
42312 \begin_inset Text
42313
42314 \begin_layout Plain Layout
42315 \begin_inset ERT
42316 status collapsed
42317
42318 \begin_layout Plain Layout
42319
42320
42321 \backslash
42322 fcolorbox{black}{
42323 \end_layout
42324
42325 \end_inset
42326
42327 Cerulean
42328 \begin_inset ERT
42329 status collapsed
42330
42331 \begin_layout Plain Layout
42332
42333 }{
42334 \end_layout
42335
42336 \end_inset
42337
42338
42339 \begin_inset Phantom Phantom
42340 status open
42341
42342 \begin_layout Plain Layout
42343 W
42344 \end_layout
42345
42346 \end_inset
42347
42348
42349 \begin_inset ERT
42350 status collapsed
42351
42352 \begin_layout Plain Layout
42353
42354 }
42355 \end_layout
42356
42357 \end_inset
42358
42359  Cerulean
42360 \end_layout
42361
42362 \end_inset
42363 </cell>
42364 <cell alignment="left" valignment="top" usebox="none">
42365 \begin_inset Text
42366
42367 \begin_layout Plain Layout
42368 \begin_inset ERT
42369 status collapsed
42370
42371 \begin_layout Plain Layout
42372
42373
42374 \backslash
42375 fcolorbox{black}{
42376 \end_layout
42377
42378 \end_inset
42379
42380 CornflowerBlue
42381 \begin_inset ERT
42382 status collapsed
42383
42384 \begin_layout Plain Layout
42385
42386 }{
42387 \end_layout
42388
42389 \end_inset
42390
42391
42392 \begin_inset Phantom Phantom
42393 status open
42394
42395 \begin_layout Plain Layout
42396 W
42397 \end_layout
42398
42399 \end_inset
42400
42401
42402 \begin_inset ERT
42403 status collapsed
42404
42405 \begin_layout Plain Layout
42406
42407 }
42408 \end_layout
42409
42410 \end_inset
42411
42412  CornflowerBlue
42413 \end_layout
42414
42415 \end_inset
42416 </cell>
42417 </row>
42418 <row>
42419 <cell alignment="left" valignment="top" usebox="none">
42420 \begin_inset Text
42421
42422 \begin_layout Plain Layout
42423 \begin_inset ERT
42424 status collapsed
42425
42426 \begin_layout Plain Layout
42427
42428
42429 \backslash
42430 fcolorbox{black}{
42431 \end_layout
42432
42433 \end_inset
42434
42435 Dandelion
42436 \begin_inset ERT
42437 status collapsed
42438
42439 \begin_layout Plain Layout
42440
42441 }{
42442 \end_layout
42443
42444 \end_inset
42445
42446
42447 \begin_inset Phantom Phantom
42448 status open
42449
42450 \begin_layout Plain Layout
42451 W
42452 \end_layout
42453
42454 \end_inset
42455
42456
42457 \begin_inset ERT
42458 status collapsed
42459
42460 \begin_layout Plain Layout
42461
42462 }
42463 \end_layout
42464
42465 \end_inset
42466
42467  Dandelion
42468 \end_layout
42469
42470 \end_inset
42471 </cell>
42472 <cell alignment="left" valignment="top" usebox="none">
42473 \begin_inset Text
42474
42475 \begin_layout Plain Layout
42476 \begin_inset ERT
42477 status collapsed
42478
42479 \begin_layout Plain Layout
42480
42481
42482 \backslash
42483 fcolorbox{black}{
42484 \end_layout
42485
42486 \end_inset
42487
42488 DarkOrchid
42489 \begin_inset ERT
42490 status collapsed
42491
42492 \begin_layout Plain Layout
42493
42494 }{
42495 \end_layout
42496
42497 \end_inset
42498
42499
42500 \begin_inset Phantom Phantom
42501 status open
42502
42503 \begin_layout Plain Layout
42504 W
42505 \end_layout
42506
42507 \end_inset
42508
42509
42510 \begin_inset ERT
42511 status collapsed
42512
42513 \begin_layout Plain Layout
42514
42515 }
42516 \end_layout
42517
42518 \end_inset
42519
42520  DarkOrchid
42521 \end_layout
42522
42523 \end_inset
42524 </cell>
42525 <cell alignment="left" valignment="top" usebox="none">
42526 \begin_inset Text
42527
42528 \begin_layout Plain Layout
42529 \begin_inset ERT
42530 status collapsed
42531
42532 \begin_layout Plain Layout
42533
42534
42535 \backslash
42536 fcolorbox{black}{
42537 \end_layout
42538
42539 \end_inset
42540
42541 Emerald
42542 \begin_inset ERT
42543 status collapsed
42544
42545 \begin_layout Plain Layout
42546
42547 }{
42548 \end_layout
42549
42550 \end_inset
42551
42552
42553 \begin_inset Phantom Phantom
42554 status open
42555
42556 \begin_layout Plain Layout
42557 W
42558 \end_layout
42559
42560 \end_inset
42561
42562
42563 \begin_inset ERT
42564 status collapsed
42565
42566 \begin_layout Plain Layout
42567
42568 }
42569 \end_layout
42570
42571 \end_inset
42572
42573  Emerald
42574 \end_layout
42575
42576 \end_inset
42577 </cell>
42578 <cell alignment="left" valignment="top" usebox="none">
42579 \begin_inset Text
42580
42581 \begin_layout Plain Layout
42582 \begin_inset ERT
42583 status collapsed
42584
42585 \begin_layout Plain Layout
42586
42587
42588 \backslash
42589 fcolorbox{black}{
42590 \end_layout
42591
42592 \end_inset
42593
42594 ForestGreen
42595 \begin_inset ERT
42596 status collapsed
42597
42598 \begin_layout Plain Layout
42599
42600 }{
42601 \end_layout
42602
42603 \end_inset
42604
42605
42606 \begin_inset Phantom Phantom
42607 status open
42608
42609 \begin_layout Plain Layout
42610 W
42611 \end_layout
42612
42613 \end_inset
42614
42615
42616 \begin_inset ERT
42617 status collapsed
42618
42619 \begin_layout Plain Layout
42620
42621 }
42622 \end_layout
42623
42624 \end_inset
42625
42626  ForestGreen
42627 \end_layout
42628
42629 \end_inset
42630 </cell>
42631 </row>
42632 <row>
42633 <cell alignment="left" valignment="top" usebox="none">
42634 \begin_inset Text
42635
42636 \begin_layout Plain Layout
42637 \begin_inset ERT
42638 status collapsed
42639
42640 \begin_layout Plain Layout
42641
42642
42643 \backslash
42644 fcolorbox{black}{
42645 \end_layout
42646
42647 \end_inset
42648
42649 Fuchsia
42650 \begin_inset ERT
42651 status collapsed
42652
42653 \begin_layout Plain Layout
42654
42655 }{
42656 \end_layout
42657
42658 \end_inset
42659
42660
42661 \begin_inset Phantom Phantom
42662 status open
42663
42664 \begin_layout Plain Layout
42665 W
42666 \end_layout
42667
42668 \end_inset
42669
42670
42671 \begin_inset ERT
42672 status collapsed
42673
42674 \begin_layout Plain Layout
42675
42676 }
42677 \end_layout
42678
42679 \end_inset
42680
42681  Fuchsia
42682 \end_layout
42683
42684 \end_inset
42685 </cell>
42686 <cell alignment="left" valignment="top" usebox="none">
42687 \begin_inset Text
42688
42689 \begin_layout Plain Layout
42690 \begin_inset ERT
42691 status collapsed
42692
42693 \begin_layout Plain Layout
42694
42695
42696 \backslash
42697 fcolorbox{black}{
42698 \end_layout
42699
42700 \end_inset
42701
42702 Goldenrod
42703 \begin_inset ERT
42704 status collapsed
42705
42706 \begin_layout Plain Layout
42707
42708 }{
42709 \end_layout
42710
42711 \end_inset
42712
42713
42714 \begin_inset Phantom Phantom
42715 status open
42716
42717 \begin_layout Plain Layout
42718 W
42719 \end_layout
42720
42721 \end_inset
42722
42723
42724 \begin_inset ERT
42725 status collapsed
42726
42727 \begin_layout Plain Layout
42728
42729 }
42730 \end_layout
42731
42732 \end_inset
42733
42734  Goldenrod
42735 \end_layout
42736
42737 \end_inset
42738 </cell>
42739 <cell alignment="left" valignment="top" usebox="none">
42740 \begin_inset Text
42741
42742 \begin_layout Plain Layout
42743 \begin_inset ERT
42744 status collapsed
42745
42746 \begin_layout Plain Layout
42747
42748
42749 \backslash
42750 fcolorbox{black}{
42751 \end_layout
42752
42753 \end_inset
42754
42755 Gray
42756 \begin_inset ERT
42757 status collapsed
42758
42759 \begin_layout Plain Layout
42760
42761 }{
42762 \end_layout
42763
42764 \end_inset
42765
42766
42767 \begin_inset Phantom Phantom
42768 status open
42769
42770 \begin_layout Plain Layout
42771 W
42772 \end_layout
42773
42774 \end_inset
42775
42776
42777 \begin_inset ERT
42778 status collapsed
42779
42780 \begin_layout Plain Layout
42781
42782 }
42783 \end_layout
42784
42785 \end_inset
42786
42787  Gray
42788 \end_layout
42789
42790 \end_inset
42791 </cell>
42792 <cell alignment="left" valignment="top" usebox="none">
42793 \begin_inset Text
42794
42795 \begin_layout Plain Layout
42796 \begin_inset ERT
42797 status collapsed
42798
42799 \begin_layout Plain Layout
42800
42801
42802 \backslash
42803 fcolorbox{black}{
42804 \end_layout
42805
42806 \end_inset
42807
42808 GreenYellow
42809 \begin_inset ERT
42810 status collapsed
42811
42812 \begin_layout Plain Layout
42813
42814 }{
42815 \end_layout
42816
42817 \end_inset
42818
42819
42820 \begin_inset Phantom Phantom
42821 status open
42822
42823 \begin_layout Plain Layout
42824 W
42825 \end_layout
42826
42827 \end_inset
42828
42829
42830 \begin_inset ERT
42831 status collapsed
42832
42833 \begin_layout Plain Layout
42834
42835 }
42836 \end_layout
42837
42838 \end_inset
42839
42840  GreenYellow
42841 \end_layout
42842
42843 \end_inset
42844 </cell>
42845 </row>
42846 <row>
42847 <cell alignment="center" valignment="top" usebox="none">
42848 \begin_inset Text
42849
42850 \begin_layout Plain Layout
42851 \begin_inset ERT
42852 status collapsed
42853
42854 \begin_layout Plain Layout
42855
42856
42857 \backslash
42858 fcolorbox{black}{
42859 \end_layout
42860
42861 \end_inset
42862
42863 JungleGreen
42864 \begin_inset ERT
42865 status collapsed
42866
42867 \begin_layout Plain Layout
42868
42869 }{
42870 \end_layout
42871
42872 \end_inset
42873
42874
42875 \begin_inset Phantom Phantom
42876 status open
42877
42878 \begin_layout Plain Layout
42879 W
42880 \end_layout
42881
42882 \end_inset
42883
42884
42885 \begin_inset ERT
42886 status collapsed
42887
42888 \begin_layout Plain Layout
42889
42890 }
42891 \end_layout
42892
42893 \end_inset
42894
42895  JungleGreen
42896 \end_layout
42897
42898 \end_inset
42899 </cell>
42900 <cell alignment="center" valignment="top" usebox="none">
42901 \begin_inset Text
42902
42903 \begin_layout Plain Layout
42904 \begin_inset ERT
42905 status collapsed
42906
42907 \begin_layout Plain Layout
42908
42909
42910 \backslash
42911 fcolorbox{black}{
42912 \end_layout
42913
42914 \end_inset
42915
42916 Lavender
42917 \begin_inset ERT
42918 status collapsed
42919
42920 \begin_layout Plain Layout
42921
42922 }{
42923 \end_layout
42924
42925 \end_inset
42926
42927
42928 \begin_inset Phantom Phantom
42929 status open
42930
42931 \begin_layout Plain Layout
42932 W
42933 \end_layout
42934
42935 \end_inset
42936
42937
42938 \begin_inset ERT
42939 status collapsed
42940
42941 \begin_layout Plain Layout
42942
42943 }
42944 \end_layout
42945
42946 \end_inset
42947
42948  Lavender
42949 \end_layout
42950
42951 \end_inset
42952 </cell>
42953 <cell alignment="center" valignment="top" usebox="none">
42954 \begin_inset Text
42955
42956 \begin_layout Plain Layout
42957 \begin_inset ERT
42958 status collapsed
42959
42960 \begin_layout Plain Layout
42961
42962
42963 \backslash
42964 fcolorbox{black}{
42965 \end_layout
42966
42967 \end_inset
42968
42969 LimeGreen
42970 \begin_inset ERT
42971 status collapsed
42972
42973 \begin_layout Plain Layout
42974
42975 }{
42976 \end_layout
42977
42978 \end_inset
42979
42980
42981 \begin_inset Phantom Phantom
42982 status open
42983
42984 \begin_layout Plain Layout
42985 W
42986 \end_layout
42987
42988 \end_inset
42989
42990
42991 \begin_inset ERT
42992 status collapsed
42993
42994 \begin_layout Plain Layout
42995
42996 }
42997 \end_layout
42998
42999 \end_inset
43000
43001  LimeGreen
43002 \end_layout
43003
43004 \end_inset
43005 </cell>
43006 <cell alignment="center" valignment="top" usebox="none">
43007 \begin_inset Text
43008
43009 \begin_layout Plain Layout
43010 \begin_inset ERT
43011 status collapsed
43012
43013 \begin_layout Plain Layout
43014
43015
43016 \backslash
43017 fcolorbox{black}{
43018 \end_layout
43019
43020 \end_inset
43021
43022 Mahogany
43023 \begin_inset ERT
43024 status collapsed
43025
43026 \begin_layout Plain Layout
43027
43028 }{
43029 \end_layout
43030
43031 \end_inset
43032
43033
43034 \begin_inset Phantom Phantom
43035 status open
43036
43037 \begin_layout Plain Layout
43038 W
43039 \end_layout
43040
43041 \end_inset
43042
43043
43044 \begin_inset ERT
43045 status collapsed
43046
43047 \begin_layout Plain Layout
43048
43049 }
43050 \end_layout
43051
43052 \end_inset
43053
43054  Mahogany
43055 \end_layout
43056
43057 \end_inset
43058 </cell>
43059 </row>
43060 <row>
43061 <cell alignment="left" valignment="top" usebox="none">
43062 \begin_inset Text
43063
43064 \begin_layout Plain Layout
43065 \begin_inset ERT
43066 status collapsed
43067
43068 \begin_layout Plain Layout
43069
43070
43071 \backslash
43072 fcolorbox{black}{
43073 \end_layout
43074
43075 \end_inset
43076
43077 Mahogany
43078 \begin_inset ERT
43079 status collapsed
43080
43081 \begin_layout Plain Layout
43082
43083 }{
43084 \end_layout
43085
43086 \end_inset
43087
43088
43089 \begin_inset Phantom Phantom
43090 status open
43091
43092 \begin_layout Plain Layout
43093 W
43094 \end_layout
43095
43096 \end_inset
43097
43098
43099 \begin_inset ERT
43100 status collapsed
43101
43102 \begin_layout Plain Layout
43103
43104 }
43105 \end_layout
43106
43107 \end_inset
43108
43109  Mahogany
43110 \end_layout
43111
43112 \end_inset
43113 </cell>
43114 <cell alignment="left" valignment="top" usebox="none">
43115 \begin_inset Text
43116
43117 \begin_layout Plain Layout
43118 \begin_inset ERT
43119 status collapsed
43120
43121 \begin_layout Plain Layout
43122
43123
43124 \backslash
43125 fcolorbox{black}{
43126 \end_layout
43127
43128 \end_inset
43129
43130 Maroon
43131 \begin_inset ERT
43132 status collapsed
43133
43134 \begin_layout Plain Layout
43135
43136 }{
43137 \end_layout
43138
43139 \end_inset
43140
43141
43142 \begin_inset Phantom Phantom
43143 status open
43144
43145 \begin_layout Plain Layout
43146 W
43147 \end_layout
43148
43149 \end_inset
43150
43151
43152 \begin_inset ERT
43153 status collapsed
43154
43155 \begin_layout Plain Layout
43156
43157 }
43158 \end_layout
43159
43160 \end_inset
43161
43162  Maroon
43163 \end_layout
43164
43165 \end_inset
43166 </cell>
43167 <cell alignment="left" valignment="top" usebox="none">
43168 \begin_inset Text
43169
43170 \begin_layout Plain Layout
43171 \begin_inset ERT
43172 status collapsed
43173
43174 \begin_layout Plain Layout
43175
43176
43177 \backslash
43178 fcolorbox{black}{
43179 \end_layout
43180
43181 \end_inset
43182
43183 Melon
43184 \begin_inset ERT
43185 status collapsed
43186
43187 \begin_layout Plain Layout
43188
43189 }{
43190 \end_layout
43191
43192 \end_inset
43193
43194
43195 \begin_inset Phantom Phantom
43196 status open
43197
43198 \begin_layout Plain Layout
43199 W
43200 \end_layout
43201
43202 \end_inset
43203
43204
43205 \begin_inset ERT
43206 status collapsed
43207
43208 \begin_layout Plain Layout
43209
43210 }
43211 \end_layout
43212
43213 \end_inset
43214
43215  Melon
43216 \end_layout
43217
43218 \end_inset
43219 </cell>
43220 <cell alignment="left" valignment="top" usebox="none">
43221 \begin_inset Text
43222
43223 \begin_layout Plain Layout
43224 \begin_inset ERT
43225 status collapsed
43226
43227 \begin_layout Plain Layout
43228
43229
43230 \backslash
43231 fcolorbox{black}{
43232 \end_layout
43233
43234 \end_inset
43235
43236 MidnightBlue
43237 \begin_inset ERT
43238 status collapsed
43239
43240 \begin_layout Plain Layout
43241
43242 }{
43243 \end_layout
43244
43245 \end_inset
43246
43247
43248 \begin_inset Phantom Phantom
43249 status open
43250
43251 \begin_layout Plain Layout
43252 W
43253 \end_layout
43254
43255 \end_inset
43256
43257
43258 \begin_inset ERT
43259 status collapsed
43260
43261 \begin_layout Plain Layout
43262
43263 }
43264 \end_layout
43265
43266 \end_inset
43267
43268  MidnightBlue
43269 \end_layout
43270
43271 \end_inset
43272 </cell>
43273 </row>
43274 <row>
43275 <cell alignment="left" valignment="top" usebox="none">
43276 \begin_inset Text
43277
43278 \begin_layout Plain Layout
43279 \begin_inset ERT
43280 status collapsed
43281
43282 \begin_layout Plain Layout
43283
43284
43285 \backslash
43286 fcolorbox{black}{
43287 \end_layout
43288
43289 \end_inset
43290
43291 Mulberry
43292 \begin_inset ERT
43293 status collapsed
43294
43295 \begin_layout Plain Layout
43296
43297 }{
43298 \end_layout
43299
43300 \end_inset
43301
43302
43303 \begin_inset Phantom Phantom
43304 status open
43305
43306 \begin_layout Plain Layout
43307 W
43308 \end_layout
43309
43310 \end_inset
43311
43312
43313 \begin_inset ERT
43314 status collapsed
43315
43316 \begin_layout Plain Layout
43317
43318 }
43319 \end_layout
43320
43321 \end_inset
43322
43323  Mulberry
43324 \end_layout
43325
43326 \end_inset
43327 </cell>
43328 <cell alignment="left" valignment="top" usebox="none">
43329 \begin_inset Text
43330
43331 \begin_layout Plain Layout
43332 \begin_inset ERT
43333 status collapsed
43334
43335 \begin_layout Plain Layout
43336
43337
43338 \backslash
43339 fcolorbox{black}{
43340 \end_layout
43341
43342 \end_inset
43343
43344 NavyBlue
43345 \begin_inset ERT
43346 status collapsed
43347
43348 \begin_layout Plain Layout
43349
43350 }{
43351 \end_layout
43352
43353 \end_inset
43354
43355
43356 \begin_inset Phantom Phantom
43357 status open
43358
43359 \begin_layout Plain Layout
43360 W
43361 \end_layout
43362
43363 \end_inset
43364
43365
43366 \begin_inset ERT
43367 status collapsed
43368
43369 \begin_layout Plain Layout
43370
43371 }
43372 \end_layout
43373
43374 \end_inset
43375
43376  NavyBlue
43377 \end_layout
43378
43379 \end_inset
43380 </cell>
43381 <cell alignment="left" valignment="top" usebox="none">
43382 \begin_inset Text
43383
43384 \begin_layout Plain Layout
43385 \begin_inset ERT
43386 status collapsed
43387
43388 \begin_layout Plain Layout
43389
43390
43391 \backslash
43392 fcolorbox{black}{
43393 \end_layout
43394
43395 \end_inset
43396
43397 OliveGreen
43398 \begin_inset ERT
43399 status collapsed
43400
43401 \begin_layout Plain Layout
43402
43403 }{
43404 \end_layout
43405
43406 \end_inset
43407
43408
43409 \begin_inset Phantom Phantom
43410 status open
43411
43412 \begin_layout Plain Layout
43413 W
43414 \end_layout
43415
43416 \end_inset
43417
43418
43419 \begin_inset ERT
43420 status collapsed
43421
43422 \begin_layout Plain Layout
43423
43424 }
43425 \end_layout
43426
43427 \end_inset
43428
43429  OliveGreen
43430 \end_layout
43431
43432 \end_inset
43433 </cell>
43434 <cell alignment="left" valignment="top" usebox="none">
43435 \begin_inset Text
43436
43437 \begin_layout Plain Layout
43438 \begin_inset ERT
43439 status collapsed
43440
43441 \begin_layout Plain Layout
43442
43443
43444 \backslash
43445 fcolorbox{black}{
43446 \end_layout
43447
43448 \end_inset
43449
43450 Orange
43451 \begin_inset ERT
43452 status collapsed
43453
43454 \begin_layout Plain Layout
43455
43456 }{
43457 \end_layout
43458
43459 \end_inset
43460
43461
43462 \begin_inset Phantom Phantom
43463 status open
43464
43465 \begin_layout Plain Layout
43466 W
43467 \end_layout
43468
43469 \end_inset
43470
43471
43472 \begin_inset ERT
43473 status collapsed
43474
43475 \begin_layout Plain Layout
43476
43477 }
43478 \end_layout
43479
43480 \end_inset
43481
43482  Orange
43483 \end_layout
43484
43485 \end_inset
43486 </cell>
43487 </row>
43488 <row>
43489 <cell alignment="left" valignment="top" usebox="none">
43490 \begin_inset Text
43491
43492 \begin_layout Plain Layout
43493 \begin_inset ERT
43494 status collapsed
43495
43496 \begin_layout Plain Layout
43497
43498
43499 \backslash
43500 fcolorbox{black}{
43501 \end_layout
43502
43503 \end_inset
43504
43505 OrangeRed
43506 \begin_inset ERT
43507 status collapsed
43508
43509 \begin_layout Plain Layout
43510
43511 }{
43512 \end_layout
43513
43514 \end_inset
43515
43516
43517 \begin_inset Phantom Phantom
43518 status open
43519
43520 \begin_layout Plain Layout
43521 W
43522 \end_layout
43523
43524 \end_inset
43525
43526
43527 \begin_inset ERT
43528 status collapsed
43529
43530 \begin_layout Plain Layout
43531
43532 }
43533 \end_layout
43534
43535 \end_inset
43536
43537  OrangeRed
43538 \end_layout
43539
43540 \end_inset
43541 </cell>
43542 <cell alignment="left" valignment="top" usebox="none">
43543 \begin_inset Text
43544
43545 \begin_layout Plain Layout
43546 \begin_inset ERT
43547 status collapsed
43548
43549 \begin_layout Plain Layout
43550
43551
43552 \backslash
43553 fcolorbox{black}{
43554 \end_layout
43555
43556 \end_inset
43557
43558 Orchid
43559 \begin_inset ERT
43560 status collapsed
43561
43562 \begin_layout Plain Layout
43563
43564 }{
43565 \end_layout
43566
43567 \end_inset
43568
43569
43570 \begin_inset Phantom Phantom
43571 status open
43572
43573 \begin_layout Plain Layout
43574 W
43575 \end_layout
43576
43577 \end_inset
43578
43579
43580 \begin_inset ERT
43581 status collapsed
43582
43583 \begin_layout Plain Layout
43584
43585 }
43586 \end_layout
43587
43588 \end_inset
43589
43590  Orchid
43591 \end_layout
43592
43593 \end_inset
43594 </cell>
43595 <cell alignment="left" valignment="top" usebox="none">
43596 \begin_inset Text
43597
43598 \begin_layout Plain Layout
43599 \begin_inset ERT
43600 status collapsed
43601
43602 \begin_layout Plain Layout
43603
43604
43605 \backslash
43606 fcolorbox{black}{
43607 \end_layout
43608
43609 \end_inset
43610
43611 Peach
43612 \begin_inset ERT
43613 status collapsed
43614
43615 \begin_layout Plain Layout
43616
43617 }{
43618 \end_layout
43619
43620 \end_inset
43621
43622
43623 \begin_inset Phantom Phantom
43624 status open
43625
43626 \begin_layout Plain Layout
43627 W
43628 \end_layout
43629
43630 \end_inset
43631
43632
43633 \begin_inset ERT
43634 status collapsed
43635
43636 \begin_layout Plain Layout
43637
43638 }
43639 \end_layout
43640
43641 \end_inset
43642
43643  Peach
43644 \end_layout
43645
43646 \end_inset
43647 </cell>
43648 <cell alignment="left" valignment="top" usebox="none">
43649 \begin_inset Text
43650
43651 \begin_layout Plain Layout
43652 \begin_inset ERT
43653 status collapsed
43654
43655 \begin_layout Plain Layout
43656
43657
43658 \backslash
43659 fcolorbox{black}{
43660 \end_layout
43661
43662 \end_inset
43663
43664 Periwinkle
43665 \begin_inset ERT
43666 status collapsed
43667
43668 \begin_layout Plain Layout
43669
43670 }{
43671 \end_layout
43672
43673 \end_inset
43674
43675
43676 \begin_inset Phantom Phantom
43677 status open
43678
43679 \begin_layout Plain Layout
43680 W
43681 \end_layout
43682
43683 \end_inset
43684
43685
43686 \begin_inset ERT
43687 status collapsed
43688
43689 \begin_layout Plain Layout
43690
43691 }
43692 \end_layout
43693
43694 \end_inset
43695
43696  Periwinkle
43697 \end_layout
43698
43699 \end_inset
43700 </cell>
43701 </row>
43702 <row>
43703 <cell alignment="left" valignment="top" usebox="none">
43704 \begin_inset Text
43705
43706 \begin_layout Plain Layout
43707 \begin_inset ERT
43708 status collapsed
43709
43710 \begin_layout Plain Layout
43711
43712
43713 \backslash
43714 fcolorbox{black}{
43715 \end_layout
43716
43717 \end_inset
43718
43719 PineGreen
43720 \begin_inset ERT
43721 status collapsed
43722
43723 \begin_layout Plain Layout
43724
43725 }{
43726 \end_layout
43727
43728 \end_inset
43729
43730
43731 \begin_inset Phantom Phantom
43732 status open
43733
43734 \begin_layout Plain Layout
43735 W
43736 \end_layout
43737
43738 \end_inset
43739
43740
43741 \begin_inset ERT
43742 status collapsed
43743
43744 \begin_layout Plain Layout
43745
43746 }
43747 \end_layout
43748
43749 \end_inset
43750
43751  PineGreen
43752 \end_layout
43753
43754 \end_inset
43755 </cell>
43756 <cell alignment="left" valignment="top" usebox="none">
43757 \begin_inset Text
43758
43759 \begin_layout Plain Layout
43760 \begin_inset ERT
43761 status collapsed
43762
43763 \begin_layout Plain Layout
43764
43765
43766 \backslash
43767 fcolorbox{black}{
43768 \end_layout
43769
43770 \end_inset
43771
43772 Plum
43773 \begin_inset ERT
43774 status collapsed
43775
43776 \begin_layout Plain Layout
43777
43778 }{
43779 \end_layout
43780
43781 \end_inset
43782
43783
43784 \begin_inset Phantom Phantom
43785 status open
43786
43787 \begin_layout Plain Layout
43788 W
43789 \end_layout
43790
43791 \end_inset
43792
43793
43794 \begin_inset ERT
43795 status collapsed
43796
43797 \begin_layout Plain Layout
43798
43799 }
43800 \end_layout
43801
43802 \end_inset
43803
43804  Plum
43805 \end_layout
43806
43807 \end_inset
43808 </cell>
43809 <cell alignment="left" valignment="top" usebox="none">
43810 \begin_inset Text
43811
43812 \begin_layout Plain Layout
43813 \begin_inset ERT
43814 status collapsed
43815
43816 \begin_layout Plain Layout
43817
43818
43819 \backslash
43820 fcolorbox{black}{
43821 \end_layout
43822
43823 \end_inset
43824
43825 ProcessBlue
43826 \begin_inset ERT
43827 status collapsed
43828
43829 \begin_layout Plain Layout
43830
43831 }{
43832 \end_layout
43833
43834 \end_inset
43835
43836
43837 \begin_inset Phantom Phantom
43838 status open
43839
43840 \begin_layout Plain Layout
43841 W
43842 \end_layout
43843
43844 \end_inset
43845
43846
43847 \begin_inset ERT
43848 status collapsed
43849
43850 \begin_layout Plain Layout
43851
43852 }
43853 \end_layout
43854
43855 \end_inset
43856
43857  ProcessBlue
43858 \end_layout
43859
43860 \end_inset
43861 </cell>
43862 <cell alignment="left" valignment="top" usebox="none">
43863 \begin_inset Text
43864
43865 \begin_layout Plain Layout
43866 \begin_inset ERT
43867 status collapsed
43868
43869 \begin_layout Plain Layout
43870
43871
43872 \backslash
43873 fcolorbox{black}{
43874 \end_layout
43875
43876 \end_inset
43877
43878 Purple
43879 \begin_inset ERT
43880 status collapsed
43881
43882 \begin_layout Plain Layout
43883
43884 }{
43885 \end_layout
43886
43887 \end_inset
43888
43889
43890 \begin_inset Phantom Phantom
43891 status open
43892
43893 \begin_layout Plain Layout
43894 W
43895 \end_layout
43896
43897 \end_inset
43898
43899
43900 \begin_inset ERT
43901 status collapsed
43902
43903 \begin_layout Plain Layout
43904
43905 }
43906 \end_layout
43907
43908 \end_inset
43909
43910  Purple
43911 \end_layout
43912
43913 \end_inset
43914 </cell>
43915 </row>
43916 <row>
43917 <cell alignment="left" valignment="top" usebox="none">
43918 \begin_inset Text
43919
43920 \begin_layout Plain Layout
43921 \begin_inset ERT
43922 status collapsed
43923
43924 \begin_layout Plain Layout
43925
43926
43927 \backslash
43928 fcolorbox{black}{
43929 \end_layout
43930
43931 \end_inset
43932
43933 RawSienna
43934 \begin_inset ERT
43935 status collapsed
43936
43937 \begin_layout Plain Layout
43938
43939 }{
43940 \end_layout
43941
43942 \end_inset
43943
43944
43945 \begin_inset Phantom Phantom
43946 status open
43947
43948 \begin_layout Plain Layout
43949 W
43950 \end_layout
43951
43952 \end_inset
43953
43954
43955 \begin_inset ERT
43956 status collapsed
43957
43958 \begin_layout Plain Layout
43959
43960 }
43961 \end_layout
43962
43963 \end_inset
43964
43965  RawSienna
43966 \end_layout
43967
43968 \end_inset
43969 </cell>
43970 <cell alignment="left" valignment="top" usebox="none">
43971 \begin_inset Text
43972
43973 \begin_layout Plain Layout
43974 \begin_inset ERT
43975 status collapsed
43976
43977 \begin_layout Plain Layout
43978
43979
43980 \backslash
43981 fcolorbox{black}{
43982 \end_layout
43983
43984 \end_inset
43985
43986 RedOrange
43987 \begin_inset ERT
43988 status collapsed
43989
43990 \begin_layout Plain Layout
43991
43992 }{
43993 \end_layout
43994
43995 \end_inset
43996
43997
43998 \begin_inset Phantom Phantom
43999 status open
44000
44001 \begin_layout Plain Layout
44002 W
44003 \end_layout
44004
44005 \end_inset
44006
44007
44008 \begin_inset ERT
44009 status collapsed
44010
44011 \begin_layout Plain Layout
44012
44013 }
44014 \end_layout
44015
44016 \end_inset
44017
44018  RedOrange
44019 \end_layout
44020
44021 \end_inset
44022 </cell>
44023 <cell alignment="left" valignment="top" usebox="none">
44024 \begin_inset Text
44025
44026 \begin_layout Plain Layout
44027 \begin_inset ERT
44028 status collapsed
44029
44030 \begin_layout Plain Layout
44031
44032
44033 \backslash
44034 fcolorbox{black}{
44035 \end_layout
44036
44037 \end_inset
44038
44039 RedViolet
44040 \begin_inset ERT
44041 status collapsed
44042
44043 \begin_layout Plain Layout
44044
44045 }{
44046 \end_layout
44047
44048 \end_inset
44049
44050
44051 \begin_inset Phantom Phantom
44052 status open
44053
44054 \begin_layout Plain Layout
44055 W
44056 \end_layout
44057
44058 \end_inset
44059
44060
44061 \begin_inset ERT
44062 status collapsed
44063
44064 \begin_layout Plain Layout
44065
44066 }
44067 \end_layout
44068
44069 \end_inset
44070
44071  RedViolet
44072 \end_layout
44073
44074 \end_inset
44075 </cell>
44076 <cell alignment="left" valignment="top" usebox="none">
44077 \begin_inset Text
44078
44079 \begin_layout Plain Layout
44080 \begin_inset ERT
44081 status collapsed
44082
44083 \begin_layout Plain Layout
44084
44085
44086 \backslash
44087 fcolorbox{black}{
44088 \end_layout
44089
44090 \end_inset
44091
44092 Rhodamine
44093 \begin_inset ERT
44094 status collapsed
44095
44096 \begin_layout Plain Layout
44097
44098 }{
44099 \end_layout
44100
44101 \end_inset
44102
44103
44104 \begin_inset Phantom Phantom
44105 status open
44106
44107 \begin_layout Plain Layout
44108 W
44109 \end_layout
44110
44111 \end_inset
44112
44113
44114 \begin_inset ERT
44115 status collapsed
44116
44117 \begin_layout Plain Layout
44118
44119 }
44120 \end_layout
44121
44122 \end_inset
44123
44124  Rhodamine
44125 \end_layout
44126
44127 \end_inset
44128 </cell>
44129 </row>
44130 <row>
44131 <cell alignment="left" valignment="top" usebox="none">
44132 \begin_inset Text
44133
44134 \begin_layout Plain Layout
44135 \begin_inset ERT
44136 status collapsed
44137
44138 \begin_layout Plain Layout
44139
44140
44141 \backslash
44142 fcolorbox{black}{
44143 \end_layout
44144
44145 \end_inset
44146
44147 RoyalBlue
44148 \begin_inset ERT
44149 status collapsed
44150
44151 \begin_layout Plain Layout
44152
44153 }{
44154 \end_layout
44155
44156 \end_inset
44157
44158
44159 \begin_inset Phantom Phantom
44160 status open
44161
44162 \begin_layout Plain Layout
44163 W
44164 \end_layout
44165
44166 \end_inset
44167
44168
44169 \begin_inset ERT
44170 status collapsed
44171
44172 \begin_layout Plain Layout
44173
44174 }
44175 \end_layout
44176
44177 \end_inset
44178
44179  RoyalBlue
44180 \end_layout
44181
44182 \end_inset
44183 </cell>
44184 <cell alignment="left" valignment="top" usebox="none">
44185 \begin_inset Text
44186
44187 \begin_layout Plain Layout
44188 \begin_inset ERT
44189 status collapsed
44190
44191 \begin_layout Plain Layout
44192
44193
44194 \backslash
44195 fcolorbox{black}{
44196 \end_layout
44197
44198 \end_inset
44199
44200 RoyalPurple
44201 \begin_inset ERT
44202 status collapsed
44203
44204 \begin_layout Plain Layout
44205
44206 }{
44207 \end_layout
44208
44209 \end_inset
44210
44211
44212 \begin_inset Phantom Phantom
44213 status open
44214
44215 \begin_layout Plain Layout
44216 W
44217 \end_layout
44218
44219 \end_inset
44220
44221
44222 \begin_inset ERT
44223 status collapsed
44224
44225 \begin_layout Plain Layout
44226
44227 }
44228 \end_layout
44229
44230 \end_inset
44231
44232  RoyalPurple
44233 \end_layout
44234
44235 \end_inset
44236 </cell>
44237 <cell alignment="left" valignment="top" usebox="none">
44238 \begin_inset Text
44239
44240 \begin_layout Plain Layout
44241 \begin_inset ERT
44242 status collapsed
44243
44244 \begin_layout Plain Layout
44245
44246
44247 \backslash
44248 fcolorbox{black}{
44249 \end_layout
44250
44251 \end_inset
44252
44253 RubineRed
44254 \begin_inset ERT
44255 status collapsed
44256
44257 \begin_layout Plain Layout
44258
44259 }{
44260 \end_layout
44261
44262 \end_inset
44263
44264
44265 \begin_inset Phantom Phantom
44266 status open
44267
44268 \begin_layout Plain Layout
44269 W
44270 \end_layout
44271
44272 \end_inset
44273
44274
44275 \begin_inset ERT
44276 status collapsed
44277
44278 \begin_layout Plain Layout
44279
44280 }
44281 \end_layout
44282
44283 \end_inset
44284
44285  RubineRed
44286 \end_layout
44287
44288 \end_inset
44289 </cell>
44290 <cell alignment="left" valignment="top" usebox="none">
44291 \begin_inset Text
44292
44293 \begin_layout Plain Layout
44294 \begin_inset ERT
44295 status collapsed
44296
44297 \begin_layout Plain Layout
44298
44299
44300 \backslash
44301 fcolorbox{black}{
44302 \end_layout
44303
44304 \end_inset
44305
44306 Salmon
44307 \begin_inset ERT
44308 status collapsed
44309
44310 \begin_layout Plain Layout
44311
44312 }{
44313 \end_layout
44314
44315 \end_inset
44316
44317
44318 \begin_inset Phantom Phantom
44319 status open
44320
44321 \begin_layout Plain Layout
44322 W
44323 \end_layout
44324
44325 \end_inset
44326
44327
44328 \begin_inset ERT
44329 status collapsed
44330
44331 \begin_layout Plain Layout
44332
44333 }
44334 \end_layout
44335
44336 \end_inset
44337
44338  Salmon
44339 \end_layout
44340
44341 \end_inset
44342 </cell>
44343 </row>
44344 <row>
44345 <cell alignment="left" valignment="top" usebox="none">
44346 \begin_inset Text
44347
44348 \begin_layout Plain Layout
44349 \begin_inset ERT
44350 status collapsed
44351
44352 \begin_layout Plain Layout
44353
44354
44355 \backslash
44356 fcolorbox{black}{
44357 \end_layout
44358
44359 \end_inset
44360
44361 SeaGreen
44362 \begin_inset ERT
44363 status collapsed
44364
44365 \begin_layout Plain Layout
44366
44367 }{
44368 \end_layout
44369
44370 \end_inset
44371
44372
44373 \begin_inset Phantom Phantom
44374 status open
44375
44376 \begin_layout Plain Layout
44377 W
44378 \end_layout
44379
44380 \end_inset
44381
44382
44383 \begin_inset ERT
44384 status collapsed
44385
44386 \begin_layout Plain Layout
44387
44388 }
44389 \end_layout
44390
44391 \end_inset
44392
44393  SeaGreen
44394 \end_layout
44395
44396 \end_inset
44397 </cell>
44398 <cell alignment="left" valignment="top" usebox="none">
44399 \begin_inset Text
44400
44401 \begin_layout Plain Layout
44402 \begin_inset ERT
44403 status collapsed
44404
44405 \begin_layout Plain Layout
44406
44407
44408 \backslash
44409 fcolorbox{black}{
44410 \end_layout
44411
44412 \end_inset
44413
44414 Sepia
44415 \begin_inset ERT
44416 status collapsed
44417
44418 \begin_layout Plain Layout
44419
44420 }{
44421 \end_layout
44422
44423 \end_inset
44424
44425
44426 \begin_inset Phantom Phantom
44427 status open
44428
44429 \begin_layout Plain Layout
44430 W
44431 \end_layout
44432
44433 \end_inset
44434
44435
44436 \begin_inset ERT
44437 status collapsed
44438
44439 \begin_layout Plain Layout
44440
44441 }
44442 \end_layout
44443
44444 \end_inset
44445
44446  Sepia
44447 \end_layout
44448
44449 \end_inset
44450 </cell>
44451 <cell alignment="left" valignment="top" usebox="none">
44452 \begin_inset Text
44453
44454 \begin_layout Plain Layout
44455 \begin_inset ERT
44456 status collapsed
44457
44458 \begin_layout Plain Layout
44459
44460
44461 \backslash
44462 fcolorbox{black}{
44463 \end_layout
44464
44465 \end_inset
44466
44467 SkyBlue
44468 \begin_inset ERT
44469 status collapsed
44470
44471 \begin_layout Plain Layout
44472
44473 }{
44474 \end_layout
44475
44476 \end_inset
44477
44478
44479 \begin_inset Phantom Phantom
44480 status open
44481
44482 \begin_layout Plain Layout
44483 W
44484 \end_layout
44485
44486 \end_inset
44487
44488
44489 \begin_inset ERT
44490 status collapsed
44491
44492 \begin_layout Plain Layout
44493
44494 }
44495 \end_layout
44496
44497 \end_inset
44498
44499  SkyBlue
44500 \end_layout
44501
44502 \end_inset
44503 </cell>
44504 <cell alignment="left" valignment="top" usebox="none">
44505 \begin_inset Text
44506
44507 \begin_layout Plain Layout
44508 \begin_inset ERT
44509 status collapsed
44510
44511 \begin_layout Plain Layout
44512
44513
44514 \backslash
44515 fcolorbox{black}{
44516 \end_layout
44517
44518 \end_inset
44519
44520 SpringGreen
44521 \begin_inset ERT
44522 status collapsed
44523
44524 \begin_layout Plain Layout
44525
44526 }{
44527 \end_layout
44528
44529 \end_inset
44530
44531
44532 \begin_inset Phantom Phantom
44533 status open
44534
44535 \begin_layout Plain Layout
44536 W
44537 \end_layout
44538
44539 \end_inset
44540
44541
44542 \begin_inset ERT
44543 status collapsed
44544
44545 \begin_layout Plain Layout
44546
44547 }
44548 \end_layout
44549
44550 \end_inset
44551
44552  SpringGreen
44553 \end_layout
44554
44555 \end_inset
44556 </cell>
44557 </row>
44558 <row>
44559 <cell alignment="left" valignment="top" usebox="none">
44560 \begin_inset Text
44561
44562 \begin_layout Plain Layout
44563 \begin_inset ERT
44564 status collapsed
44565
44566 \begin_layout Plain Layout
44567
44568
44569 \backslash
44570 fcolorbox{black}{
44571 \end_layout
44572
44573 \end_inset
44574
44575 Tan
44576 \begin_inset ERT
44577 status collapsed
44578
44579 \begin_layout Plain Layout
44580
44581 }{
44582 \end_layout
44583
44584 \end_inset
44585
44586
44587 \begin_inset Phantom Phantom
44588 status open
44589
44590 \begin_layout Plain Layout
44591 W
44592 \end_layout
44593
44594 \end_inset
44595
44596
44597 \begin_inset ERT
44598 status collapsed
44599
44600 \begin_layout Plain Layout
44601
44602 }
44603 \end_layout
44604
44605 \end_inset
44606
44607  Tan
44608 \end_layout
44609
44610 \end_inset
44611 </cell>
44612 <cell alignment="left" valignment="top" usebox="none">
44613 \begin_inset Text
44614
44615 \begin_layout Plain Layout
44616 \begin_inset ERT
44617 status collapsed
44618
44619 \begin_layout Plain Layout
44620
44621
44622 \backslash
44623 fcolorbox{black}{
44624 \end_layout
44625
44626 \end_inset
44627
44628 TealBlue
44629 \begin_inset ERT
44630 status collapsed
44631
44632 \begin_layout Plain Layout
44633
44634 }{
44635 \end_layout
44636
44637 \end_inset
44638
44639
44640 \begin_inset Phantom Phantom
44641 status open
44642
44643 \begin_layout Plain Layout
44644 W
44645 \end_layout
44646
44647 \end_inset
44648
44649
44650 \begin_inset ERT
44651 status collapsed
44652
44653 \begin_layout Plain Layout
44654
44655 }
44656 \end_layout
44657
44658 \end_inset
44659
44660  TealBlue
44661 \end_layout
44662
44663 \end_inset
44664 </cell>
44665 <cell alignment="left" valignment="top" usebox="none">
44666 \begin_inset Text
44667
44668 \begin_layout Plain Layout
44669 \begin_inset ERT
44670 status collapsed
44671
44672 \begin_layout Plain Layout
44673
44674
44675 \backslash
44676 fcolorbox{black}{
44677 \end_layout
44678
44679 \end_inset
44680
44681 Thistle
44682 \begin_inset ERT
44683 status collapsed
44684
44685 \begin_layout Plain Layout
44686
44687 }{
44688 \end_layout
44689
44690 \end_inset
44691
44692
44693 \begin_inset Phantom Phantom
44694 status open
44695
44696 \begin_layout Plain Layout
44697 W
44698 \end_layout
44699
44700 \end_inset
44701
44702
44703 \begin_inset ERT
44704 status collapsed
44705
44706 \begin_layout Plain Layout
44707
44708 }
44709 \end_layout
44710
44711 \end_inset
44712
44713  Thistle
44714 \end_layout
44715
44716 \end_inset
44717 </cell>
44718 <cell alignment="left" valignment="top" usebox="none">
44719 \begin_inset Text
44720
44721 \begin_layout Plain Layout
44722 \begin_inset ERT
44723 status collapsed
44724
44725 \begin_layout Plain Layout
44726
44727
44728 \backslash
44729 fcolorbox{black}{
44730 \end_layout
44731
44732 \end_inset
44733
44734 Turquoise
44735 \begin_inset ERT
44736 status collapsed
44737
44738 \begin_layout Plain Layout
44739
44740 }{
44741 \end_layout
44742
44743 \end_inset
44744
44745
44746 \begin_inset Phantom Phantom
44747 status open
44748
44749 \begin_layout Plain Layout
44750 W
44751 \end_layout
44752
44753 \end_inset
44754
44755
44756 \begin_inset ERT
44757 status collapsed
44758
44759 \begin_layout Plain Layout
44760
44761 }
44762 \end_layout
44763
44764 \end_inset
44765
44766  Turquoise
44767 \end_layout
44768
44769 \end_inset
44770 </cell>
44771 </row>
44772 <row>
44773 <cell alignment="left" valignment="top" usebox="none">
44774 \begin_inset Text
44775
44776 \begin_layout Plain Layout
44777 \begin_inset ERT
44778 status collapsed
44779
44780 \begin_layout Plain Layout
44781
44782
44783 \backslash
44784 fcolorbox{black}{
44785 \end_layout
44786
44787 \end_inset
44788
44789 Violet
44790 \begin_inset ERT
44791 status collapsed
44792
44793 \begin_layout Plain Layout
44794
44795 }{
44796 \end_layout
44797
44798 \end_inset
44799
44800
44801 \begin_inset Phantom Phantom
44802 status open
44803
44804 \begin_layout Plain Layout
44805 W
44806 \end_layout
44807
44808 \end_inset
44809
44810
44811 \begin_inset ERT
44812 status collapsed
44813
44814 \begin_layout Plain Layout
44815
44816 }
44817 \end_layout
44818
44819 \end_inset
44820
44821  Violet
44822 \end_layout
44823
44824 \end_inset
44825 </cell>
44826 <cell alignment="left" valignment="top" usebox="none">
44827 \begin_inset Text
44828
44829 \begin_layout Plain Layout
44830 \begin_inset ERT
44831 status collapsed
44832
44833 \begin_layout Plain Layout
44834
44835
44836 \backslash
44837 fcolorbox{black}{
44838 \end_layout
44839
44840 \end_inset
44841
44842 VioletRed
44843 \begin_inset ERT
44844 status collapsed
44845
44846 \begin_layout Plain Layout
44847
44848 }{
44849 \end_layout
44850
44851 \end_inset
44852
44853
44854 \begin_inset Phantom Phantom
44855 status open
44856
44857 \begin_layout Plain Layout
44858 W
44859 \end_layout
44860
44861 \end_inset
44862
44863
44864 \begin_inset ERT
44865 status collapsed
44866
44867 \begin_layout Plain Layout
44868
44869 }
44870 \end_layout
44871
44872 \end_inset
44873
44874  VioletRed
44875 \end_layout
44876
44877 \end_inset
44878 </cell>
44879 <cell alignment="left" valignment="top" usebox="none">
44880 \begin_inset Text
44881
44882 \begin_layout Plain Layout
44883 \begin_inset ERT
44884 status collapsed
44885
44886 \begin_layout Plain Layout
44887
44888
44889 \backslash
44890 fcolorbox{black}{
44891 \end_layout
44892
44893 \end_inset
44894
44895 WildStrawberry
44896 \begin_inset ERT
44897 status collapsed
44898
44899 \begin_layout Plain Layout
44900
44901 }{
44902 \end_layout
44903
44904 \end_inset
44905
44906
44907 \begin_inset Phantom Phantom
44908 status open
44909
44910 \begin_layout Plain Layout
44911 W
44912 \end_layout
44913
44914 \end_inset
44915
44916
44917 \begin_inset ERT
44918 status collapsed
44919
44920 \begin_layout Plain Layout
44921
44922 }
44923 \end_layout
44924
44925 \end_inset
44926
44927  WildStrawberry
44928 \end_layout
44929
44930 \end_inset
44931 </cell>
44932 <cell alignment="left" valignment="top" usebox="none">
44933 \begin_inset Text
44934
44935 \begin_layout Plain Layout
44936 \begin_inset ERT
44937 status collapsed
44938
44939 \begin_layout Plain Layout
44940
44941
44942 \backslash
44943 fcolorbox{black}{
44944 \end_layout
44945
44946 \end_inset
44947
44948 YellowGreen
44949 \begin_inset ERT
44950 status collapsed
44951
44952 \begin_layout Plain Layout
44953
44954 }{
44955 \end_layout
44956
44957 \end_inset
44958
44959
44960 \begin_inset Phantom Phantom
44961 status open
44962
44963 \begin_layout Plain Layout
44964 W
44965 \end_layout
44966
44967 \end_inset
44968
44969
44970 \begin_inset ERT
44971 status collapsed
44972
44973 \begin_layout Plain Layout
44974
44975 }
44976 \end_layout
44977
44978 \end_inset
44979
44980  YellowGreen
44981 \end_layout
44982
44983 \end_inset
44984 </cell>
44985 </row>
44986 <row>
44987 <cell alignment="left" valignment="top" usebox="none">
44988 \begin_inset Text
44989
44990 \begin_layout Plain Layout
44991 \begin_inset ERT
44992 status collapsed
44993
44994 \begin_layout Plain Layout
44995
44996
44997 \backslash
44998 fcolorbox{black}{
44999 \end_layout
45000
45001 \end_inset
45002
45003 YellowOrange
45004 \begin_inset ERT
45005 status collapsed
45006
45007 \begin_layout Plain Layout
45008
45009 }{
45010 \end_layout
45011
45012 \end_inset
45013
45014
45015 \begin_inset Phantom Phantom
45016 status open
45017
45018 \begin_layout Plain Layout
45019 W
45020 \end_layout
45021
45022 \end_inset
45023
45024
45025 \begin_inset ERT
45026 status collapsed
45027
45028 \begin_layout Plain Layout
45029
45030 }
45031 \end_layout
45032
45033 \end_inset
45034
45035  YellowOrange
45036 \end_layout
45037
45038 \end_inset
45039 </cell>
45040 <cell alignment="left" valignment="top" usebox="none">
45041 \begin_inset Text
45042
45043 \begin_layout Plain Layout
45044
45045 \end_layout
45046
45047 \end_inset
45048 </cell>
45049 <cell alignment="left" valignment="top" usebox="none">
45050 \begin_inset Text
45051
45052 \begin_layout Plain Layout
45053
45054 \end_layout
45055
45056 \end_inset
45057 </cell>
45058 <cell alignment="left" valignment="top" usebox="none">
45059 \begin_inset Text
45060
45061 \begin_layout Plain Layout
45062
45063 \end_layout
45064
45065 \end_inset
45066 </cell>
45067 </row>
45068 </lyxtabular>
45069
45070 \end_inset
45071
45072
45073 \end_layout
45074
45075 \begin_layout Chapter
45076 Erklärung der Gleichung
45077 \begin_inset space ~
45078 \end_inset
45079
45080 (
45081 \begin_inset CommandInset ref
45082 LatexCommand ref
45083 reference "eq:Wgn"
45084
45085 \end_inset
45086
45087 )
45088 \begin_inset CommandInset label
45089 LatexCommand label
45090 name "kap:Erläuterung-einer-Gleichung"
45091
45092 \end_inset
45093
45094
45095 \end_layout
45096
45097 \begin_layout Standard
45098 Die Gesamtbreite von
45099 \emph on
45100  n
45101 \emph default
45102  Tabellenzellen 
45103 \begin_inset Formula $W_{\mathrm{tot\,n}}$
45104 \end_inset
45105
45106  kann wie folgt berechnet werden:
45107 \begin_inset Formula 
45108 \begin{equation}
45109 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45110 \end{equation}
45111
45112 \end_inset
45113
45114
45115 \end_layout
45116
45117 \begin_layout Standard
45118 Dabei ist 
45119 \begin_inset Formula $W_{g\,n}$
45120 \end_inset
45121
45122  die Breite jeder Zelle.
45123
45124 \series bold
45125  
45126 \backslash
45127 tabcolsep
45128 \series default
45129  ist die \SpecialChar LaTeX
45130 -Länge zwischen dem Zellentext und der Zellgrenze mit dem Standardwert
45131  6
45132 \begin_inset space \thinspace{}
45133 \end_inset
45134
45135 pt.
45136  
45137 \series bold
45138
45139 \backslash
45140 arrayrulewidth
45141 \series default
45142  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
45143 \begin_inset space \thinspace{}
45144 \end_inset
45145
45146 pt.
45147 \end_layout
45148
45149 \begin_layout Standard
45150 Nach Gleichung
45151 \begin_inset space ~
45152 \end_inset
45153
45154
45155 \begin_inset CommandInset ref
45156 LatexCommand ref
45157 reference "eq:Wtot_n"
45158
45159 \end_inset
45160
45161  ist die Gesamtbreite einer Mehrfachspalte, 
45162 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
45163 \end_inset
45164
45165 ,
45166 \begin_inset Formula 
45167 \begin{equation}
45168 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45169 \end{equation}
45170
45171 \end_inset
45172
45173
45174 \end_layout
45175
45176 \begin_layout Standard
45177 Setzt man die Gleichungen
45178 \begin_inset space ~
45179 \end_inset
45180
45181
45182 \begin_inset CommandInset ref
45183 LatexCommand ref
45184 reference "eq:Wtot_n"
45185
45186 \end_inset
45187
45188  und 
45189 \begin_inset CommandInset ref
45190 LatexCommand ref
45191 reference "eq:Wtot_mult"
45192
45193 \end_inset
45194
45195  gleich, kann man die benötigte Breite 
45196 \begin_inset Formula $W_{g\,n}$
45197 \end_inset
45198
45199 , wenn 
45200 \emph on
45201 n
45202 \emph default
45203  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
45204 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
45205 \end_inset
45206
45207  hat, berechnen:
45208 \begin_inset Formula 
45209 \begin{equation}
45210 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45211 \end{equation}
45212
45213 \end_inset
45214
45215
45216 \end_layout
45217
45218 \begin_layout Bibliography
45219 \begin_inset CommandInset bibitem
45220 LatexCommand bibitem
45221 key "latexcompanion"
45222
45223 \end_inset
45224
45225 Frank Mittelbach and Michel Goossens: 
45226 \emph on
45227 The \SpecialChar LaTeX
45228  Companion Second Edition.
45229
45230 \emph default
45231  Addison-Wesley, 2004
45232 \end_layout
45233
45234 \begin_layout Bibliography
45235 \begin_inset CommandInset bibitem
45236 LatexCommand bibitem
45237 key "latexguide"
45238
45239 \end_inset
45240
45241 Helmut Kopka and Patrick W.
45242  Daly: 
45243 \emph on
45244 A Guide to \SpecialChar LaTeX
45245  Fourth Edition.
45246
45247 \emph default
45248  Addison-Wesley, 2003
45249 \end_layout
45250
45251 \begin_layout Bibliography
45252 \begin_inset CommandInset bibitem
45253 LatexCommand bibitem
45254 key "lamport"
45255
45256 \end_inset
45257
45258 Leslie Lamport: 
45259 \emph on
45260 \SpecialChar LaTeX
45261 : A Document Preparation System.
45262
45263 \emph default
45264  Addison-Wesley, second edition, 1994
45265 \end_layout
45266
45267 \begin_layout Bibliography
45268 \begin_inset CommandInset bibitem
45269 LatexCommand bibitem
45270 key "latex-praxisbuch"
45271
45272 \end_inset
45273
45274 Niedermair, Elke & Michael: 
45275 \emph on
45276 \SpecialChar LaTeX
45277 -Praxisbuch
45278 \emph default
45279 , Franzis-Verlag, 2004
45280 \end_layout
45281
45282 \begin_layout Bibliography
45283 \begin_inset CommandInset bibitem
45284 LatexCommand bibitem
45285 key "arydshln"
45286
45287 \end_inset
45288
45289 Dokumentation des \SpecialChar LaTeX
45290 -Pakets 
45291 \series bold
45292
45293 \begin_inset CommandInset href
45294 LatexCommand href
45295 name "arydshln"
45296 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45297
45298 \end_inset
45299
45300
45301 \series default
45302
45303 \begin_inset Index idx
45304 status collapsed
45305
45306 \begin_layout Plain Layout
45307 \SpecialChar LaTeX
45308 -Pakete ! arydshln
45309 \end_layout
45310
45311 \end_inset
45312
45313
45314 \end_layout
45315
45316 \begin_layout Bibliography
45317 \begin_inset CommandInset bibitem
45318 LatexCommand bibitem
45319 key "booktabs"
45320
45321 \end_inset
45322
45323 Dokumentation des \SpecialChar LaTeX
45324 -Pakets 
45325 \series bold
45326
45327 \begin_inset CommandInset href
45328 LatexCommand href
45329 name "booktabs"
45330 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45331
45332 \end_inset
45333
45334
45335 \series default
45336
45337 \begin_inset Index idx
45338 status collapsed
45339
45340 \begin_layout Plain Layout
45341 \SpecialChar LaTeX
45342 -Pakete ! booktabs
45343 \end_layout
45344
45345 \end_inset
45346
45347
45348 \end_layout
45349
45350 \begin_layout Bibliography
45351 \begin_inset CommandInset bibitem
45352 LatexCommand bibitem
45353 key "caption"
45354
45355 \end_inset
45356
45357 Dokumentation des \SpecialChar LaTeX
45358 -Pakets 
45359 \series bold
45360
45361 \begin_inset CommandInset href
45362 LatexCommand href
45363 name "caption"
45364 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
45365
45366 \end_inset
45367
45368
45369 \series default
45370
45371 \begin_inset Index idx
45372 status collapsed
45373
45374 \begin_layout Plain Layout
45375 \SpecialChar LaTeX
45376 -Pakete ! caption
45377 \end_layout
45378
45379 \end_inset
45380
45381
45382 \end_layout
45383
45384 \begin_layout Bibliography
45385 \begin_inset CommandInset bibitem
45386 LatexCommand bibitem
45387 key "diagbox"
45388
45389 \end_inset
45390
45391 Dokumentation des \SpecialChar LaTeX
45392 -Pakets 
45393 \series bold
45394
45395 \begin_inset CommandInset href
45396 LatexCommand href
45397 name "diagbox"
45398 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45399
45400 \end_inset
45401
45402
45403 \series default
45404
45405 \begin_inset Index idx
45406 status collapsed
45407
45408 \begin_layout Plain Layout
45409 \SpecialChar LaTeX
45410 -Pakete ! diagbox
45411 \end_layout
45412
45413 \end_inset
45414
45415
45416 \end_layout
45417
45418 \begin_layout Bibliography
45419 \begin_inset CommandInset bibitem
45420 LatexCommand bibitem
45421 key "endfloat"
45422
45423 \end_inset
45424
45425 Dokumentation des \SpecialChar LaTeX
45426 -Pakets 
45427 \series bold
45428
45429 \begin_inset CommandInset href
45430 LatexCommand href
45431 name "endfloat"
45432 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45433
45434 \end_inset
45435
45436
45437 \series default
45438
45439 \begin_inset Index idx
45440 status collapsed
45441
45442 \begin_layout Plain Layout
45443 \SpecialChar LaTeX
45444 -Pakete ! endfloat
45445 \end_layout
45446
45447 \end_inset
45448
45449
45450 \end_layout
45451
45452 \begin_layout Bibliography
45453 \begin_inset CommandInset bibitem
45454 LatexCommand bibitem
45455 key "footmisc"
45456
45457 \end_inset
45458
45459 Dokumentation des \SpecialChar LaTeX
45460 -Pakets 
45461 \series bold
45462
45463 \begin_inset CommandInset href
45464 LatexCommand href
45465 name "footmisc"
45466 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45467
45468 \end_inset
45469
45470
45471 \series default
45472
45473 \begin_inset Index idx
45474 status collapsed
45475
45476 \begin_layout Plain Layout
45477 \SpecialChar LaTeX
45478 -Pakete ! footmisc
45479 \end_layout
45480
45481 \end_inset
45482
45483
45484 \end_layout
45485
45486 \begin_layout Bibliography
45487 \begin_inset CommandInset bibitem
45488 LatexCommand bibitem
45489 key "hypcap"
45490
45491 \end_inset
45492
45493 Dokumentation des \SpecialChar LaTeX
45494 -Pakets 
45495 \series bold
45496
45497 \begin_inset CommandInset href
45498 LatexCommand href
45499 name "hypcap"
45500 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45501
45502 \end_inset
45503
45504
45505 \series default
45506
45507 \begin_inset Index idx
45508 status collapsed
45509
45510 \begin_layout Plain Layout
45511 \SpecialChar LaTeX
45512 -Pakete ! hypcap
45513 \end_layout
45514
45515 \end_inset
45516
45517
45518 \end_layout
45519
45520 \begin_layout Bibliography
45521 \begin_inset CommandInset bibitem
45522 LatexCommand bibitem
45523 key "hyperref"
45524
45525 \end_inset
45526
45527 Dokumentation des \SpecialChar LaTeX
45528 -Pakets 
45529 \series bold
45530
45531 \begin_inset CommandInset href
45532 LatexCommand href
45533 name "hyperref"
45534 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45535
45536 \end_inset
45537
45538
45539 \series default
45540
45541 \begin_inset Index idx
45542 status collapsed
45543
45544 \begin_layout Plain Layout
45545 \SpecialChar LaTeX
45546 -Pakete ! hyperref
45547 \end_layout
45548
45549 \end_inset
45550
45551
45552 \end_layout
45553
45554 \begin_layout Bibliography
45555 \begin_inset CommandInset bibitem
45556 LatexCommand bibitem
45557 key "KOMA-Script"
45558
45559 \end_inset
45560
45561 Dokumentation des \SpecialChar LaTeX
45562 -Pakets 
45563 \series bold
45564
45565 \begin_inset CommandInset href
45566 LatexCommand href
45567 name "KOMA-Script"
45568 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45569
45570 \end_inset
45571
45572
45573 \series default
45574
45575 \begin_inset Index idx
45576 status collapsed
45577
45578 \begin_layout Plain Layout
45579 \SpecialChar LaTeX
45580 -Pakete ! KOMA-Script
45581 \end_layout
45582
45583 \end_inset
45584
45585
45586 \end_layout
45587
45588 \begin_layout Bibliography
45589 \begin_inset CommandInset bibitem
45590 LatexCommand bibitem
45591 key "lettrine"
45592
45593 \end_inset
45594
45595 Dokumentation des \SpecialChar LaTeX
45596 -Pakets 
45597 \series bold
45598
45599 \begin_inset CommandInset href
45600 LatexCommand href
45601 name "lettrine"
45602 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45603
45604 \end_inset
45605
45606
45607 \series default
45608  und ein 
45609 \begin_inset CommandInset href
45610 LatexCommand href
45611 name "Beispiel"
45612 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
45613
45614 \end_inset
45615
45616
45617 \begin_inset Index idx
45618 status collapsed
45619
45620 \begin_layout Plain Layout
45621 \SpecialChar LaTeX
45622 -Pakete ! lettrine
45623 \end_layout
45624
45625 \end_inset
45626
45627
45628 \end_layout
45629
45630 \begin_layout Bibliography
45631 \begin_inset CommandInset bibitem
45632 LatexCommand bibitem
45633 key "listings"
45634
45635 \end_inset
45636
45637 Dokumentation des \SpecialChar LaTeX
45638 -Pakets 
45639 \series bold
45640
45641 \begin_inset CommandInset href
45642 LatexCommand href
45643 name "listings"
45644 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45645
45646 \end_inset
45647
45648
45649 \series default
45650
45651 \begin_inset Index idx
45652 status collapsed
45653
45654 \begin_layout Plain Layout
45655 \SpecialChar LaTeX
45656 -Pakete ! listings
45657 \end_layout
45658
45659 \end_inset
45660
45661
45662 \end_layout
45663
45664 \begin_layout Bibliography
45665 \begin_inset CommandInset bibitem
45666 LatexCommand bibitem
45667 key "marginnote"
45668
45669 \end_inset
45670
45671 Dokumentation des \SpecialChar LaTeX
45672 -Pakets 
45673 \series bold
45674
45675 \begin_inset CommandInset href
45676 LatexCommand href
45677 name "marginnote"
45678 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45679
45680 \end_inset
45681
45682
45683 \series default
45684
45685 \begin_inset Index idx
45686 status collapsed
45687
45688 \begin_layout Plain Layout
45689 \SpecialChar LaTeX
45690 -Pakete ! marginnote
45691 \end_layout
45692
45693 \end_inset
45694
45695
45696 \end_layout
45697
45698 \begin_layout Bibliography
45699 \begin_inset CommandInset bibitem
45700 LatexCommand bibitem
45701 key "pdfpages"
45702
45703 \end_inset
45704
45705 Dokumentation des \SpecialChar LaTeX
45706 -Pakets 
45707 \series bold
45708
45709 \begin_inset CommandInset href
45710 LatexCommand href
45711 name "pdfpages"
45712 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45713
45714 \end_inset
45715
45716
45717 \series default
45718
45719 \begin_inset Index idx
45720 status collapsed
45721
45722 \begin_layout Plain Layout
45723 \SpecialChar LaTeX
45724 -Pakete ! pdfpages
45725 \end_layout
45726
45727 \end_inset
45728
45729
45730 \end_layout
45731
45732 \begin_layout Bibliography
45733 \begin_inset CommandInset bibitem
45734 LatexCommand bibitem
45735 key "prettyref"
45736
45737 \end_inset
45738
45739 Dokumentation des \SpecialChar LaTeX
45740 -Pakets 
45741 \series bold
45742
45743 \begin_inset CommandInset href
45744 LatexCommand href
45745 name "prettyref"
45746 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45747
45748 \end_inset
45749
45750
45751 \series default
45752
45753 \begin_inset Index idx
45754 status collapsed
45755
45756 \begin_layout Plain Layout
45757 \SpecialChar LaTeX
45758 -Pakete ! prettyref
45759 \end_layout
45760
45761 \end_inset
45762
45763
45764 \end_layout
45765
45766 \begin_layout Bibliography
45767 \begin_inset CommandInset bibitem
45768 LatexCommand bibitem
45769 key "pstricks"
45770
45771 \end_inset
45772
45773 Webseite des \SpecialChar LaTeX
45774 -Pakets 
45775 \series bold
45776
45777 \begin_inset CommandInset href
45778 LatexCommand href
45779 name "PSTricks"
45780 target "http://tug.org/PSTricks/"
45781
45782 \end_inset
45783
45784
45785 \series default
45786
45787 \begin_inset Index idx
45788 status collapsed
45789
45790 \begin_layout Plain Layout
45791 \SpecialChar LaTeX
45792 -Pakete ! pstricks
45793 \end_layout
45794
45795 \end_inset
45796
45797
45798 \end_layout
45799
45800 \begin_layout Bibliography
45801 \begin_inset CommandInset bibitem
45802 LatexCommand bibitem
45803 key "refstyle"
45804
45805 \end_inset
45806
45807 Dokumentation des \SpecialChar LaTeX
45808 -Pakets 
45809 \series bold
45810
45811 \begin_inset CommandInset href
45812 LatexCommand href
45813 name "refstyle"
45814 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
45815
45816 \end_inset
45817
45818
45819 \series default
45820
45821 \begin_inset Index idx
45822 status collapsed
45823
45824 \begin_layout Plain Layout
45825 \SpecialChar LaTeX
45826 -Pakete ! refstyle
45827 \end_layout
45828
45829 \end_inset
45830
45831
45832 \end_layout
45833
45834 \begin_layout Bibliography
45835 \begin_inset CommandInset bibitem
45836 LatexCommand bibitem
45837 key "sidecap"
45838
45839 \end_inset
45840
45841 Dokumentation des \SpecialChar LaTeX
45842 -Pakets 
45843 \series bold
45844
45845 \begin_inset CommandInset href
45846 LatexCommand href
45847 name "sidecap"
45848 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45849
45850 \end_inset
45851
45852
45853 \series default
45854
45855 \begin_inset Index idx
45856 status collapsed
45857
45858 \begin_layout Plain Layout
45859 \SpecialChar LaTeX
45860 -Pakete ! sidecap
45861 \end_layout
45862
45863 \end_inset
45864
45865
45866 \end_layout
45867
45868 \begin_layout Bibliography
45869 \begin_inset CommandInset bibitem
45870 LatexCommand bibitem
45871 key "NeuInLyX20"
45872
45873 \end_inset
45874
45875
45876 \begin_inset CommandInset href
45877 LatexCommand href
45878 name "Wiki-Seite"
45879 target "http://wiki.lyx.org/LyX/NewInLyX20"
45880
45881 \end_inset
45882
45883  über neue Funktionen in 
45884 \family sans
45885 \SpecialChar LyX
45886  2.0
45887 \family default
45888 .
45889 \end_layout
45890
45891 \begin_layout Standard
45892 \begin_inset CommandInset index_print
45893 LatexCommand printindex
45894 type "idx"
45895
45896 \end_inset
45897
45898
45899 \end_layout
45900
45901 \end_body
45902 \end_document