]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
UserGuide.lyx: describe a new feature
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 504
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/de/
7 \textclass scrbook
8 \begin_preamble
9 % Setzt den Link für Sprünge zu Gleitabbildungen
10 % auf den Anfang des Gleitobjekts und nicht aufs Ende
11 \usepackage[figure]{hypcap}
12
13 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
14 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
15 \let\myTOC\tableofcontents
16 \renewcommand\tableofcontents{%
17   \frontmatter
18   \pdfbookmark[1]{\contentsname}{}
19   \myTOC
20   \mainmatter }
21
22 % Formatierung von Legenden
23 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
24
25 % Definitionen um Legenden neben Tabellen und Abbildungen zu setzen
26 \newcommand{\TabBesBeg}[1][1.0]{%
27  \let\MyTable\table
28  \let\MyEndtable\endtable
29  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
30
31 \newcommand{\TabBesEnd}{%
32  \let\table\MyTable
33  \let\endtable\MyEndtable}
34
35 \newcommand{\FigBesBeg}[1][1.0]{%
36  \let\MyFigure\figure
37  \let\MyEndfigure\endfigure
38  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
39
40 \newcommand{\FigBesEnd}{%
41  \let\figure\MyFigure
42  \let\endfigure\MyEndfigure}
43
44 % ermöglicht das Berechnen von Werten
45 \usepackage{calc}
46
47 %Vergrößert den Teil der Seite, in dem Gleitobjekte
48 % unten angeordnet werden dürfen
49 \renewcommand{\bottomfraction}{0.5}
50
51 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
52 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
53
54 % beschleunigt die Berechnung von langen Tabellen
55 \setcounter{LTchunksize}{100}
56
57 % wird bei farbigen Tabellen benutzt
58 \@ifundefined{textcolor}
59  {\usepackage{color}}{}
60 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
61 \definecolor{hellgrau}{gray}{0.8}
62
63 % testen ob paket colortbl installiert ist
64 % wird für farbige Tabellenzellen benutzt
65 \newboolean{colortbl}
66 \IfFileExists{colortbl.sty}
67  {\usepackage{colortbl}
68   \setboolean{colortbl}{true}}
69  {\setboolean{colortbl}{false}}
70
71 % wird benutzt, um Tabellenzellen zu vergrößern
72 \@ifundefined{extrarowheight}
73  {\usepackage{array}}{}
74 \setlength{\extrarowheight}{2pt}
75
76 % wird fuer benutzerdefinierte Tabellen benutzt
77 % ---
78 \newcolumntype{M}[1]
79  {>{\centering\hspace{0pt}}m{#1}}
80
81 \newcolumntype{S}[2]
82  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
83
84 \newcolumntype{K}[1]
85  {>{\columncolor{#1}\hspace{0pt}}c}
86
87 \newcolumntype{V}{!{\vrule width 1.5pt}}
88
89 \newcolumntype{W}{!{\color{green}\vline}}
90 % ---
91
92 % Setzt einen zusaetzlichen Abstand von
93 % 1.5 mm zwischen Fussnoten
94 \let\myFoot\footnote
95 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
96
97 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
98 \numberwithin{algorithm}{chapter}
99
100
101 % ------------------------------------
102 % Prüfung auf benötigte LaTeXPakete
103 \usepackage{ifthen}
104
105 % Pruefung auf arydshln
106 % für Tabellen mit gestrichelten Linien
107 \newboolean{arydshln}
108 \IfFileExists{arydshln.sty}
109  {\usepackage{arydshln}
110   \setboolean{arydshln}{true}}
111  {\setboolean{arydshln}{false}}
112
113 % Prüfung auf marginnote
114 % für Randnotizen
115 \newboolean{marginnote}
116 \IfFileExists{marginnote.sty}
117  {\usepackage{marginnote}
118   \let\marginpar\marginnote
119   \setboolean{marginnote}{true}}
120  {\setboolean{marginnote}{false}}
121
122 % Prüfung auf sidecap
123 % für seitliche Beschriftungen
124 \newboolean{sidecap}
125 \IfFileExists{sidecap.sty}
126  {\usepackage{sidecap}
127   \setboolean{sidecap}{true}}
128  {\setboolean{sidecap}{false}}
129
130 % Prüfung auf picinpar
131 \newboolean{picinpar}
132 \IfFileExists{picinpar.sty}
133  {\usepackage{picinpar}
134   \setboolean{picinpar}{true}}
135  {\setboolean{picinpar}{false}}
136
137 % Prüfung auf lettrine
138 \newboolean{lettrine}
139 \IfFileExists{lettrine.sty}
140  {\usepackage{lettrine}
141   \setboolean{lettrine}{true}}
142  {\setboolean{lettrine}{false}}
143
144 % Prüfung auf diagbox
145 \newboolean{diagbox}
146 \IfFileExists{diagbox.sty}
147  {\usepackage{diagbox}
148   \setboolean{diagbox}{true}}
149  {\setboolean{diagbox}{false}}
150
151 \@ifpackageloaded{babel}{
152  % Damit der Index den Namen "Stichwortverzeichnis" erhält
153  \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
154 }{}
155 \end_preamble
156 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
157 \use_default_options false
158 \begin_modules
159 initials
160 graphicboxes
161 \end_modules
162 \maintain_unincluded_children false
163 \language ngerman
164 \language_package default
165 \inputencoding auto
166 \fontencoding global
167 \font_roman "lmodern" "default"
168 \font_sans "lmss" "default"
169 \font_typewriter "lmtt" "default"
170 \font_math "auto" "auto"
171 \font_default_family default
172 \use_non_tex_fonts false
173 \font_sc false
174 \font_osf false
175 \font_sf_scale 100 100
176 \font_tt_scale 100 100
177 \graphics default
178 \default_output_format pdf2
179 \output_sync 0
180 \bibtex_command default
181 \index_command default
182 \paperfontsize 12
183 \spacing single
184 \use_hyperref true
185 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
186 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
187 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
188 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
189 \pdf_bookmarks true
190 \pdf_bookmarksnumbered true
191 \pdf_bookmarksopen true
192 \pdf_bookmarksopenlevel 1
193 \pdf_breaklinks false
194 \pdf_pdfborder false
195 \pdf_colorlinks true
196 \pdf_backref false
197 \pdf_pdfusetitle false
198 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
199 \papersize a4paper
200 \use_geometry false
201 \use_package amsmath 2
202 \use_package amssymb 2
203 \use_package cancel 0
204 \use_package esint 0
205 \use_package mathdots 1
206 \use_package mathtools 0
207 \use_package mhchem 1
208 \use_package stackrel 0
209 \use_package stmaryrd 0
210 \use_package undertilde 0
211 \cite_engine basic
212 \cite_engine_type default
213 \biblio_style plain
214 \use_bibtopic false
215 \use_indices false
216 \paperorientation portrait
217 \suppress_date false
218 \justification true
219 \use_refstyle 0
220 \notefontcolor #0000ff
221 \index Stichwortverzeichnis
222 \shortcut idx
223 \color #008000
224 \end_index
225 \secnumdepth 3
226 \tocdepth 3
227 \paragraph_separation skip
228 \defskip medskip
229 \quotes_language german
230 \papercolumns 1
231 \papersides 2
232 \paperpagestyle default
233 \tracking_changes false
234 \output_changes false
235 \html_math_output 0
236 \html_css_as_file 0
237 \html_be_strict false
238 \end_header
239
240 \begin_body
241
242 \begin_layout Title
243 Das \SpecialChar LyX
244 -Handbuch der Einfügungen:
245 \begin_inset Newline newline
246 \end_inset
247
248  
249 \size larger
250 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
251 \end_layout
252
253 \begin_layout Author
254 vom \SpecialChar LyX
255 -Team
256 \begin_inset Foot
257 status open
258
259 \begin_layout Plain Layout
260 \noindent
261
262 \size normal
263 Übersetzung und Bearbeitung: Hartmut Haase
264 \size default
265  (
266 \noun on
267 HHa
268 \noun default
269 , bis März 2010), Uwe Stöhr
270 \begin_inset Newline newline
271 \end_inset
272
273 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
274  bitte an: 
275 \begin_inset CommandInset href
276 LatexCommand href
277 name "lyx-docs@lists.lyx.org"
278 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
279 type "mailto:"
280
281 \end_inset
282
283
284 \end_layout
285
286 \end_inset
287
288
289 \begin_inset Note Note
290 status collapsed
291
292 \begin_layout Plain Layout
293 Autor: Uwe Stöhr <uwestoehr@web.de>
294 \end_layout
295
296 \end_inset
297
298
299 \begin_inset Newline newline
300 \end_inset
301
302
303 \begin_inset Newline newline
304 \end_inset
305
306
307 \family sans
308 Version 2.2.x
309 \end_layout
310
311 \begin_layout Standard
312 \begin_inset CommandInset toc
313 LatexCommand tableofcontents
314
315 \end_inset
316
317
318 \end_layout
319
320 \begin_layout Standard
321 \begin_inset Note Note
322 status open
323
324 \begin_layout Plain Layout
325 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
326 en zu können oder es auszudrucken, benötigen Sie die \SpecialChar LaTeX
327 -Pakte 
328 \series bold
329 arydshln
330 \series default
331
332 \series bold
333 colortbl
334 \series default
335
336 \series bold
337 diagbox, lettrine, marginnote, picinpar
338 \series default
339  und 
340 \series bold
341 sidecap
342 \series default
343 .
344  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
345  denen sie benötigt werden.
346 \end_layout
347
348 \begin_layout Plain Layout
349 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
350  hier finden:
351 \begin_inset Newline newline
352 \end_inset
353
354
355 \series bold
356 http://wiki.lyx.org/\SpecialChar LyX
357 /DocumentationDevelopment#EmbeddedObjects
358 \end_layout
359
360 \end_inset
361
362
363 \end_layout
364
365 \begin_layout Chapter
366 Abbildungen
367 \begin_inset Index idx
368 status collapsed
369
370 \begin_layout Plain Layout
371 Abbildungen
372 \end_layout
373
374 \end_inset
375
376
377 \end_layout
378
379 \begin_layout Section
380 Grafik-Dialog
381 \begin_inset Index idx
382 status collapsed
383
384 \begin_layout Plain Layout
385 Abbildungen ! Grafik-Dialog
386 \end_layout
387
388 \end_inset
389
390
391 \begin_inset CommandInset label
392 LatexCommand label
393 name "abs:Grafik-Dialog"
394
395 \end_inset
396
397
398 \end_layout
399
400 \begin_layout Standard
401 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
402  
403 \begin_inset Info
404 type  "icon"
405 arg   "dialog-show-new-inset graphics"
406 \end_inset
407
408  in der Werkzeugleiste oder wählen das Menü 
409 \family sans
410 Einfügen\SpecialChar menuseparator
411 Grafik
412 \family default
413 .
414  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
415  
416 \family sans
417 Durchsuchen
418 \family default
419  eingeben können.
420  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
421  an der Sie sie eingefügt haben.
422 \end_layout
423
424 \begin_layout Standard
425 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
426  klicken.
427  Der Dialog hat drei Karteikarten:
428 \end_layout
429
430 \begin_layout Description
431
432 \family sans
433 Grafik
434 \family default
435  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
436  Version festlegen.
437  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
438 \begin_inset space ~
439 \end_inset
440
441
442 \begin_inset CommandInset ref
443 LatexCommand ref
444 reference "kap:In-LyX-verfügbare"
445
446 \end_inset
447
448  erklärt.
449 \begin_inset Newline newline
450 \end_inset
451
452
453 \begin_inset Index idx
454 status collapsed
455
456 \begin_layout Plain Layout
457 Abbildungen ! rotierte
458 \end_layout
459
460 \end_inset
461
462 Sie können Abbildungen durch Angabe eines 
463 \family sans
464 Winkel
465 \family default
466
467 \begin_inset space ~
468 \end_inset
469
470
471 \family sans
472 (Grad)
473 \family default
474  und Festlegung eines 
475 \family sans
476 Drehpunktes
477 \family default
478  drehen.
479  Negative Winkel drehen im Uhrzeigersinn.
480  Die Abbildung wird auch in \SpecialChar LyX
481  gedreht.
482 \begin_inset Newline newline
483 \end_inset
484
485
486 \begin_inset Index idx
487 status collapsed
488
489 \begin_layout Plain Layout
490 Abbildungen ! skalierte
491 \end_layout
492
493 \end_inset
494
495 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
496  oder Höhe und Breite definiert.
497  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
498  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
499  wobei sie möglicherweise verzerrt wird.
500  Um das zu vermeiden, sollten Sie 
501 \family sans
502 Seitenverhältnis
503 \begin_inset space ~
504 \end_inset
505
506 beibehalten
507 \family default
508  ankreuzen.
509  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
510  und Breite nicht überschritten werden.
511 \begin_inset Newline newline
512 \end_inset
513
514 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
515 nden Kontext-Menü 
516 \family sans
517 Datei extern bearbeiten
518 \family default
519  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
520  öffnen.
521  Das Programm kann für jedes Bildformat in den \SpecialChar LyX
522 -Einstellungen unter 
523 \family sans
524 Datei-Handhabung\SpecialChar menuseparator
525 Dateiformate
526 \family default
527  festgelegt werden.
528 \end_layout
529
530 \begin_layout Description
531
532 \family sans
533 Ausschnitt
534 \family default
535  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
536  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
537  Wenn Sie auf 
538 \family sans
539 Lese
540 \begin_inset space ~
541 \end_inset
542
543 aus
544 \begin_inset space ~
545 \end_inset
546
547 Datei
548 \family default
549  klicken, werden die Koordinaten automatisch berechnet.
550  Die Option 
551 \family sans
552 Auf
553 \begin_inset space ~
554 \end_inset
555
556 Begrenzungsbox
557 \begin_inset space ~
558 \end_inset
559
560 zuschneiden
561 \family default
562  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
563  Koordinaten liegt.
564  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
565  diese Karteikarte ignorieren.
566 \end_layout
567
568 \begin_layout Description
569
570 \family sans
571 \SpecialChar LaTeX
572 -
573 \begin_inset space ~
574 \end_inset
575
576 und
577 \begin_inset space ~
578 \end_inset
579
580 \SpecialChar LyX
581 -Optionen
582 \family default
583  Hier können Sie das Aussehen einer Abbildung innerhalb von \SpecialChar LyX
584  ändern und
585  \SpecialChar LaTeX
586 -Experten können weitere \SpecialChar LaTeX
587 -Optionen definieren.
588 \begin_inset Newline newline
589 \end_inset
590
591 Ist die Option 
592 \family sans
593 Entwurfsmodus 
594 \family default
595 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
596  darin gedruckt.
597 \begin_inset Newline newline
598 \end_inset
599
600 Im Abschnitt 
601 \family sans
602 Grafikgruppe
603 \family default
604  kann man eine Einstellungsgruppe definieren oder dem Bild eine solche zuzuordne
605 n.
606 \begin_inset Index idx
607 status collapsed
608
609 \begin_layout Plain Layout
610 Abbildungen ! Einstellungsgruppen
611 \end_layout
612
613 \end_inset
614
615  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
616  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
617  der Gruppe geändert werden.
618  Damit kann man z.B.
619 \begin_inset space ~
620 \end_inset
621
622 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
623  Bild tun zu müssen.
624  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
625  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
626 \end_layout
627
628 \begin_layout Standard
629 \begin_inset VSpace bigskip
630 \end_inset
631
632
633 \end_layout
634
635 \begin_layout Standard
636 Hier ist eine zentrierte EPS-Abbildung
637 \begin_inset Foot
638 status collapsed
639
640 \begin_layout Plain Layout
641 Abbildungsformate sind in Abschnitt
642 \begin_inset space ~
643 \end_inset
644
645
646 \begin_inset CommandInset ref
647 LatexCommand ref
648 reference "abs:Bildformate"
649
650 \end_inset
651
652  beschrieben.
653 \end_layout
654
655 \end_inset
656
657  in einem eigenen Absatz:
658 \begin_inset Separator parbreak
659 \end_inset
660
661
662 \end_layout
663
664 \begin_layout Standard
665 \align center
666 \begin_inset Graphics
667         filename ../clipart/mobius.eps
668         scale 70
669         scaleBeforeRotation
670         rotateOrigin center
671
672 \end_inset
673
674
675 \end_layout
676
677 \begin_layout Standard
678 \noindent
679 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
680 \begin_inset Separator parbreak
681 \end_inset
682
683
684 \end_layout
685
686 \begin_layout Standard
687 \align center
688 \begin_inset Graphics
689         filename ../clipart/mobius.eps
690         scale 70
691         draft
692         scaleBeforeRotation
693         rotateOrigin center
694
695 \end_inset
696
697
698 \end_layout
699
700 \begin_layout Section
701 Gleitende Abbildungen
702 \begin_inset CommandInset label
703 LatexCommand label
704 name "abs:Gleitende-Abbildungen"
705
706 \end_inset
707
708
709 \begin_inset Index idx
710 status collapsed
711
712 \begin_layout Plain Layout
713 Abbildungen ! gleitende
714 \end_layout
715
716 \end_inset
717
718
719 \begin_inset Index idx
720 status collapsed
721
722 \begin_layout Plain Layout
723 Gleitobjekte ! Abbildungen
724 \end_layout
725
726 \end_inset
727
728
729 \end_layout
730
731 \begin_layout Standard
732 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
733 \begin_inset space ~
734 \end_inset
735
736
737 \begin_inset CommandInset ref
738 LatexCommand ref
739 reference "abs:Gleitobjekte-Einleitung"
740
741 \end_inset
742
743 .
744 \end_layout
745
746 \begin_layout Standard
747 Wenn Sie auf das Werkzeugleisten-Symbol 
748 \begin_inset Info
749 type  "icon"
750 arg   "float-insert figure"
751 \end_inset
752
753  klicken oder 
754 \family sans
755 Einfügen\SpecialChar menuseparator
756 Gleit\SpecialChar softhyphen
757 objekt\SpecialChar menuseparator
758 Abbildung
759 \family default
760  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
761  In das rot umrahmte Feld rechts von 
762 \emph on
763 Abbildung
764 \begin_inset space ~
765 \end_inset
766
767 Nr:
768 \emph default
769  schreiben Sie die Bildbeschriftung.
770  Nach einem Klick oberhalb oder unterhalb von 
771 \emph on
772 Abbildung
773 \begin_inset space ~
774 \end_inset
775
776 Nr:
777 \emph default
778  können Sie dann eine Abbildung wie 
779 \begin_inset CommandInset ref
780 LatexCommand ref
781 reference "abb:kill-plat"
782
783 \end_inset
784
785  oberhalb oder wie Abbildung
786 \begin_inset space ~
787 \end_inset
788
789
790 \begin_inset CommandInset ref
791 LatexCommand ref
792 reference "abb:escher"
793
794 \end_inset
795
796  unterhalb der Bildbeschriftung einfügen.
797  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
798 \begin_inset space ~
799 \end_inset
800
801
802 \begin_inset CommandInset ref
803 LatexCommand ref
804 reference "abs:Titel-Platzierung"
805
806 \end_inset
807
808 .
809 \end_layout
810
811 \begin_layout Standard
812 \begin_inset Float figure
813 wide false
814 sideways false
815 status open
816
817 \begin_layout Plain Layout
818 \align center
819 \begin_inset Graphics
820         filename ../clipart/platypus.eps
821         width 50col%
822         scaleBeforeRotation
823         rotateOrigin center
824
825 \end_inset
826
827
828 \end_layout
829
830 \begin_layout Plain Layout
831 \begin_inset Caption Standard
832
833 \begin_layout Plain Layout
834 \begin_inset CommandInset label
835 LatexCommand label
836 name "abb:kill-plat"
837
838 \end_inset
839
840 Platypus in einem Gleitobjekt
841 \end_layout
842
843 \end_inset
844
845
846 \end_layout
847
848 \end_inset
849
850
851 \end_layout
852
853 \begin_layout Standard
854 \begin_inset Float figure
855 wide false
856 sideways false
857 status open
858
859 \begin_layout Plain Layout
860 \begin_inset Caption Standard
861
862 \begin_layout Plain Layout
863 \begin_inset CommandInset label
864 LatexCommand label
865 name "abb:escher"
866
867 \end_inset
868
869 M.C.
870  Escher
871 \end_layout
872
873 \end_inset
874
875
876 \end_layout
877
878 \begin_layout Plain Layout
879 \align center
880 \begin_inset Graphics
881         filename ../clipart/escher-lsd.eps
882         scale 80
883         scaleBeforeRotation
884         rotateOrigin center
885
886 \end_inset
887
888
889 \end_layout
890
891 \end_inset
892
893
894 \end_layout
895
896 \begin_layout Standard
897 \begin_inset Index idx
898 status collapsed
899
900 \begin_layout Plain Layout
901 Querverweise ! auf Abbildungen
902 \end_layout
903
904 \end_inset
905
906 Abbildung
907 \begin_inset space ~
908 \end_inset
909
910
911 \begin_inset CommandInset ref
912 LatexCommand ref
913 reference "abb:kill-plat"
914
915 \end_inset
916
917  und 
918 \begin_inset CommandInset ref
919 LatexCommand ref
920 reference "abb:escher"
921
922 \end_inset
923
924  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
925  Dafür fügen Sie in der Beschriftung mit 
926 \family sans
927 Einfügen\SpecialChar menuseparator
928 Marke
929 \family default
930  oder durch Klicken auf 
931 \begin_inset Info
932 type  "icon"
933 arg   "label-insert"
934 \end_inset
935
936  eine Marke ein.
937  Auf diese können Sie dann wie gewohnt mit 
938 \family sans
939 Einfügen\SpecialChar menuseparator
940 Querverweis
941 \family default
942  oder durch Klicken auf 
943 \family sans
944
945 \begin_inset Info
946 type  "icon"
947 arg   "dialog-show-new-inset ref"
948 \end_inset
949
950
951 \family default
952  verweisen.
953  Das ist besser als eine vage Formulierung wie 
954 \begin_inset Quotes gld
955 \end_inset
956
957 die obige Abbildung
958 \begin_inset Quotes grd
959 \end_inset
960
961  zu benutzen, weil \SpecialChar LaTeX
962  die Abbildung dort platzieren wird, wo es sinnvoll erscheint
963 , und das muss nicht 
964 \emph on
965 oben
966 \emph default
967  sein.
968  Verweise werden detailliert in Abschnitt
969 \begin_inset space ~
970 \end_inset
971
972
973 \begin_inset CommandInset ref
974 LatexCommand ref
975 reference "abs:Auf-Gleitobjekte-verweisen"
976
977 \end_inset
978
979  beschrieben.
980 \end_layout
981
982 \begin_layout Standard
983 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
984  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
985  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
986  Gleitabbildung einfügt.
987  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
988  Abbildung
989 \begin_inset space ~
990 \end_inset
991
992
993 \begin_inset CommandInset ref
994 LatexCommand ref
995 reference "abb:Zwei-Teilabbildungen"
996
997 \end_inset
998
999  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1000  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1001  Gleitabbildung auf Eingabe drücken.
1002  Abbildung
1003 \begin_inset space ~
1004 \end_inset
1005
1006
1007 \begin_inset CommandInset ref
1008 LatexCommand ref
1009 reference "abb:Undefinierbar"
1010
1011 \end_inset
1012
1013  und 
1014 \begin_inset CommandInset ref
1015 LatexCommand ref
1016 reference "abb:Ein-Schnabeltier"
1017
1018 \end_inset
1019
1020  sind die Teilabbildungen.
1021 \end_layout
1022
1023 \begin_layout Standard
1024 \begin_inset Float figure
1025 wide false
1026 sideways false
1027 status open
1028
1029 \begin_layout Plain Layout
1030 \begin_inset space \hfill{}
1031 \end_inset
1032
1033
1034 \begin_inset Float figure
1035 wide false
1036 sideways false
1037 status collapsed
1038
1039 \begin_layout Plain Layout
1040 \begin_inset Caption Standard
1041
1042 \begin_layout Plain Layout
1043 \begin_inset CommandInset label
1044 LatexCommand label
1045 name "abb:Undefinierbar"
1046
1047 \end_inset
1048
1049 Undefinierbar
1050 \end_layout
1051
1052 \end_inset
1053
1054
1055 \end_layout
1056
1057 \begin_layout Plain Layout
1058 \begin_inset Graphics
1059         filename ../clipart/escher-lsd.eps
1060         width 35col%
1061         scaleBeforeRotation
1062         groupId Teilabbildung
1063
1064 \end_inset
1065
1066
1067 \end_layout
1068
1069 \end_inset
1070
1071
1072 \begin_inset space \hfill{}
1073 \end_inset
1074
1075
1076 \begin_inset Float figure
1077 wide false
1078 sideways false
1079 status collapsed
1080
1081 \begin_layout Plain Layout
1082 \begin_inset Caption Standard
1083
1084 \begin_layout Plain Layout
1085 \begin_inset CommandInset label
1086 LatexCommand label
1087 name "abb:Ein-Schnabeltier"
1088
1089 \end_inset
1090
1091 Ein Schnabeltier
1092 \end_layout
1093
1094 \end_inset
1095
1096
1097 \end_layout
1098
1099 \begin_layout Plain Layout
1100 \begin_inset Graphics
1101         filename ../clipart/platypus.eps
1102         width 35col%
1103         scaleBeforeRotation
1104         groupId Teilabbildung
1105
1106 \end_inset
1107
1108
1109 \end_layout
1110
1111 \end_inset
1112
1113
1114 \begin_inset space \hfill{}
1115 \end_inset
1116
1117
1118 \end_layout
1119
1120 \begin_layout Plain Layout
1121 \begin_inset Caption Standard
1122
1123 \begin_layout Plain Layout
1124 \begin_inset CommandInset label
1125 LatexCommand label
1126 name "abb:Zwei-Teilabbildungen"
1127
1128 \end_inset
1129
1130 Zwei Teilabbildungen nebeneinander.
1131  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1132 \begin_inset Quotes gld
1133 \end_inset
1134
1135 Teilabbildung
1136 \begin_inset Quotes grd
1137 \end_inset
1138
1139  an.
1140 \end_layout
1141
1142 \end_inset
1143
1144
1145 \end_layout
1146
1147 \end_inset
1148
1149
1150 \end_layout
1151
1152 \begin_layout Section
1153 Bildformate
1154 \begin_inset CommandInset label
1155 LatexCommand label
1156 name "abs:Bildformate"
1157
1158 \end_inset
1159
1160
1161 \begin_inset Index idx
1162 status collapsed
1163
1164 \begin_layout Plain Layout
1165 Abbildungen ! Bildformate
1166 \end_layout
1167
1168 \end_inset
1169
1170
1171 \end_layout
1172
1173 \begin_layout Standard
1174 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1175  Aber wie in Anhang
1176 \begin_inset space ~
1177 \end_inset
1178
1179
1180 \begin_inset CommandInset ref
1181 LatexCommand ref
1182 reference "kap:Ausgabedatei-Formate"
1183
1184 \end_inset
1185
1186  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1187  \SpecialChar LyX
1188  benutzt im Hintergrund das Programm
1189 \family typewriter
1190  ImageMagick
1191 \family default
1192 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1193  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1194  vermeiden.
1195  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1196  werden können.
1197  Diese Formate werden in Anhang
1198 \begin_inset space ~
1199 \end_inset
1200
1201
1202 \begin_inset CommandInset ref
1203 LatexCommand ref
1204 reference "kap:Ausgabedatei-Formate"
1205
1206 \end_inset
1207
1208  beschrieben.
1209 \end_layout
1210
1211 \begin_layout Standard
1212 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1213 \end_layout
1214
1215 \begin_layout Description
1216 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1217  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1218  
1219 \emph on
1220 pixelig
1221 \emph default
1222  aus.
1223  Bekannte Pixel-Formate sind 
1224 \begin_inset Quotes gld
1225 \end_inset
1226
1227 Graphics Interchange Format
1228 \begin_inset Quotes grd
1229 \end_inset
1230
1231  (GIF, Dateiendung
1232 \family typewriter
1233  
1234 \family default
1235
1236 \begin_inset Quotes gld
1237 \end_inset
1238
1239
1240 \family typewriter
1241 .gif
1242 \family default
1243
1244 \begin_inset Quotes grd
1245 \end_inset
1246
1247 )
1248 \begin_inset Index idx
1249 status collapsed
1250
1251 \begin_layout Plain Layout
1252 GIF
1253 \end_layout
1254
1255 \end_inset
1256
1257
1258 \begin_inset Quotes gld
1259 \end_inset
1260
1261 Portable Network Graphics
1262 \begin_inset Quotes grd
1263 \end_inset
1264
1265  (PNG, Dateiendung 
1266 \begin_inset Quotes gld
1267 \end_inset
1268
1269
1270 \family typewriter
1271 .png
1272 \family default
1273
1274 \begin_inset Quotes grd
1275 \end_inset
1276
1277 )
1278 \begin_inset Index idx
1279 status collapsed
1280
1281 \begin_layout Plain Layout
1282 PNG
1283 \end_layout
1284
1285 \end_inset
1286
1287
1288 \begin_inset Quotes gld
1289 \end_inset
1290
1291 Joint Photographic Experts Group
1292 \begin_inset Quotes grd
1293 \end_inset
1294
1295  (JPEG, Dateiendung
1296 \family typewriter
1297  
1298 \family default
1299
1300 \begin_inset Quotes gld
1301 \end_inset
1302
1303
1304 \family typewriter
1305 .jpg
1306 \family default
1307
1308 \begin_inset Quotes grd
1309 \end_inset
1310
1311  oder 
1312 \begin_inset Quotes gld
1313 \end_inset
1314
1315
1316 \family typewriter
1317 .jpeg
1318 \family default
1319
1320 \begin_inset Quotes grd
1321 \end_inset
1322
1323 )
1324 \begin_inset Index idx
1325 status collapsed
1326
1327 \begin_layout Plain Layout
1328 JPG, JPEG
1329 \end_layout
1330
1331 \end_inset
1332
1333  und 
1334 \begin_inset Quotes gld
1335 \end_inset
1336
1337 Windows Bitmap
1338 \begin_inset Quotes grd
1339 \end_inset
1340
1341  (BMP, Dateiendung 
1342 \begin_inset Quotes gld
1343 \end_inset
1344
1345
1346 \family typewriter
1347 .bmp
1348 \family default
1349
1350 \begin_inset Quotes grd
1351 \end_inset
1352
1353 )
1354 \begin_inset Index idx
1355 status collapsed
1356
1357 \begin_layout Plain Layout
1358 BMP
1359 \end_layout
1360
1361 \end_inset
1362
1363 .
1364 \end_layout
1365
1366 \begin_layout Description
1367 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1368  auf jede beliebige Größe skaliert werden.
1369  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1370  zoomen zu können.
1371 \begin_inset Newline newline
1372 \end_inset
1373
1374 Bekannte Formate sind 
1375 \begin_inset Quotes gld
1376 \end_inset
1377
1378 Scalable Vector Graphics
1379 \begin_inset Quotes grd
1380 \end_inset
1381
1382  (SVG, Dateiendung
1383 \family typewriter
1384  
1385 \family default
1386
1387 \begin_inset Quotes gld
1388 \end_inset
1389
1390
1391 \family typewriter
1392 .svg
1393 \family default
1394
1395 \begin_inset Quotes grd
1396 \end_inset
1397
1398 )
1399 \begin_inset Index idx
1400 status collapsed
1401
1402 \begin_layout Plain Layout
1403 SVG
1404 \end_layout
1405
1406 \end_inset
1407
1408
1409 \begin_inset Quotes gld
1410 \end_inset
1411
1412 Encapsulated PostScript
1413 \begin_inset Quotes grd
1414 \end_inset
1415
1416  (EPS, Dateiendung 
1417 \begin_inset Quotes gld
1418 \end_inset
1419
1420
1421 \family typewriter
1422 .eps
1423 \family default
1424
1425 \begin_inset Quotes grd
1426 \end_inset
1427
1428 )
1429 \begin_inset Index idx
1430 status collapsed
1431
1432 \begin_layout Plain Layout
1433 EPS
1434 \end_layout
1435
1436 \end_inset
1437
1438
1439 \begin_inset Quotes gld
1440 \end_inset
1441
1442 Portable Document Format
1443 \begin_inset Quotes grd
1444 \end_inset
1445
1446  (PDF, Dateiendung
1447 \family typewriter
1448  
1449 \family default
1450
1451 \begin_inset Quotes gld
1452 \end_inset
1453
1454
1455 \family typewriter
1456 .pdf
1457 \family default
1458
1459 \begin_inset Quotes grd
1460 \end_inset
1461
1462 )
1463 \begin_inset Index idx
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467 PDF
1468 \end_layout
1469
1470 \end_inset
1471
1472  und 
1473 \begin_inset Quotes gld
1474 \end_inset
1475
1476 Windows Metafile
1477 \begin_inset Quotes grd
1478 \end_inset
1479
1480  (WMF, Dateiendung 
1481 \begin_inset Quotes gld
1482 \end_inset
1483
1484
1485 \family typewriter
1486 .wmf
1487 \family default
1488
1489 \begin_inset Quotes grd
1490 \end_inset
1491
1492 )
1493 \begin_inset Index idx
1494 status collapsed
1495
1496 \begin_layout Plain Layout
1497 WMF
1498 \end_layout
1499
1500 \end_inset
1501
1502 .
1503 \end_layout
1504
1505 \begin_layout Standard
1506 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1507  das Ergebnis ist immer noch ein Pixelbild.
1508  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1509  hinzugefügt.
1510 \begin_inset Foot
1511 status collapsed
1512
1513 \begin_layout Plain Layout
1514 Bei PDF wird das Originalbild auch noch komprimiert.
1515 \end_layout
1516
1517 \end_inset
1518
1519  Die PDF-Dateien, die 
1520 \family typewriter
1521 Adobe Photoshop
1522 \family default
1523  erzeugt, sind zum Beispiel Pixelbilder.
1524 \end_layout
1525
1526 \begin_layout Standard
1527 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1528  umgekehrt.
1529  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1530  eingefügt werden.
1531  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1532  erzeugt wird, weil es zur Zeit keine WMF/SVG
1533 \begin_inset Formula $\to$
1534 \end_inset
1535
1536 PDF/EPS Konverter gibt.
1537 \end_layout
1538
1539 \begin_layout Chapter
1540 Tabellen
1541 \begin_inset Index idx
1542 status collapsed
1543
1544 \begin_layout Plain Layout
1545 Tabellen
1546 \end_layout
1547
1548 \end_inset
1549
1550
1551 \end_layout
1552
1553 \begin_layout Section
1554 Einführung
1555 \begin_inset Index idx
1556 status collapsed
1557
1558 \begin_layout Plain Layout
1559 Tabellen ! Einführung
1560 \end_layout
1561
1562 \end_inset
1563
1564
1565 \end_layout
1566
1567 \begin_layout Standard
1568 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1569 \begin_inset Info
1570 type  "icon"
1571 arg   "tabular-insert"
1572 \end_inset
1573
1574  oder das Menü 
1575 \family sans
1576 Einfügen\SpecialChar menuseparator
1577 Tabelle
1578 \family default
1579  einfügen.
1580  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1581 \begin_inset space \thinspace{}
1582 \end_inset
1583
1584 -Tabelle.
1585  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1586  und die Größe der dunkelblauen Tabelle angezeigt.
1587  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1588  ein.
1589  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1590  Spaltenanzahl festlegen können.
1591 \end_layout
1592
1593 \begin_layout Standard
1594 In der so erstellten Tabelle ist jede Zelle umrandet.
1595  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1596  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1597  die zweite Zeile eine Linie oberhalb haben.
1598  Hier ist ein Beispiel:
1599 \begin_inset Separator parbreak
1600 \end_inset
1601
1602
1603 \end_layout
1604
1605 \begin_layout Standard
1606 \align center
1607 \begin_inset Tabular
1608 <lyxtabular version="3" rows="5" columns="4">
1609 <features tabularvalignment="middle">
1610 <column alignment="center" valignment="top">
1611 <column alignment="center" valignment="top">
1612 <column alignment="center" valignment="top">
1613 <column alignment="center" valignment="top">
1614 <row>
1615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1616 \begin_inset Text
1617
1618 \begin_layout Plain Layout
1619
1620 \end_layout
1621
1622 \end_inset
1623 </cell>
1624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1625 \begin_inset Text
1626
1627 \begin_layout Plain Layout
1628
1629 \family roman
1630 \series medium
1631 \shape up
1632 \size normal
1633 \emph off
1634 \bar no
1635 \noun off
1636 \color none
1637 1
1638 \end_layout
1639
1640 \end_inset
1641 </cell>
1642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1643 \begin_inset Text
1644
1645 \begin_layout Plain Layout
1646 2
1647 \end_layout
1648
1649 \end_inset
1650 </cell>
1651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1652 \begin_inset Text
1653
1654 \begin_layout Plain Layout
1655 3
1656 \end_layout
1657
1658 \end_inset
1659 </cell>
1660 </row>
1661 <row>
1662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1663 \begin_inset Text
1664
1665 \begin_layout Plain Layout
1666
1667 \family roman
1668 \series medium
1669 \shape up
1670 \size normal
1671 \emph off
1672 \bar no
1673 \noun off
1674 \color none
1675 A
1676 \end_layout
1677
1678 \end_inset
1679 </cell>
1680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1681 \begin_inset Text
1682
1683 \begin_layout Plain Layout
1684
1685 \end_layout
1686
1687 \end_inset
1688 </cell>
1689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1690 \begin_inset Text
1691
1692 \begin_layout Plain Layout
1693
1694 \end_layout
1695
1696 \end_inset
1697 </cell>
1698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1699 \begin_inset Text
1700
1701 \begin_layout Plain Layout
1702
1703 \end_layout
1704
1705 \end_inset
1706 </cell>
1707 </row>
1708 <row>
1709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1710 \begin_inset Text
1711
1712 \begin_layout Plain Layout
1713
1714 \family roman
1715 \series medium
1716 \shape up
1717 \size normal
1718 \emph off
1719 \bar no
1720 \noun off
1721 \color none
1722 B
1723 \end_layout
1724
1725 \end_inset
1726 </cell>
1727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1728 \begin_inset Text
1729
1730 \begin_layout Plain Layout
1731
1732 \end_layout
1733
1734 \end_inset
1735 </cell>
1736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1737 \begin_inset Text
1738
1739 \begin_layout Plain Layout
1740
1741 \end_layout
1742
1743 \end_inset
1744 </cell>
1745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1746 \begin_inset Text
1747
1748 \begin_layout Plain Layout
1749
1750 \end_layout
1751
1752 \end_inset
1753 </cell>
1754 </row>
1755 <row>
1756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1757 \begin_inset Text
1758
1759 \begin_layout Plain Layout
1760
1761 \family roman
1762 \series medium
1763 \shape up
1764 \size normal
1765 \emph off
1766 \bar no
1767 \noun off
1768 \color none
1769 C
1770 \end_layout
1771
1772 \end_inset
1773 </cell>
1774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1775 \begin_inset Text
1776
1777 \begin_layout Plain Layout
1778
1779 \end_layout
1780
1781 \end_inset
1782 </cell>
1783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1784 \begin_inset Text
1785
1786 \begin_layout Plain Layout
1787
1788 \end_layout
1789
1790 \end_inset
1791 </cell>
1792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1793 \begin_inset Text
1794
1795 \begin_layout Plain Layout
1796
1797 \end_layout
1798
1799 \end_inset
1800 </cell>
1801 </row>
1802 <row>
1803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807 D
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816
1817 \end_layout
1818
1819 \end_inset
1820 </cell>
1821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Plain Layout
1834
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 </row>
1840 </lyxtabular>
1841
1842 \end_inset
1843
1844
1845 \end_layout
1846
1847 \begin_layout Section
1848 Tabellen-Dialog
1849 \begin_inset Index idx
1850 status collapsed
1851
1852 \begin_layout Plain Layout
1853 Tabellen ! Einstellungen
1854 \end_layout
1855
1856 \end_inset
1857
1858
1859 \end_layout
1860
1861 \begin_layout Standard
1862 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1863  Maustaste darauf klicken.
1864  Dadurch wird ein Kontextmenü angezeigt, in dem Sie im Eintrag 
1865 \family sans
1866 Mehr
1867 \family default
1868  Eigenschaften der Zelle und Zeile/Spalte, in der der Mauszeiger gerade
1869  ist, geändert werden können.
1870  Das Kontextmenü 
1871 \family sans
1872 Mehr\SpecialChar menuseparator
1873 Einstellungen
1874 \family default
1875  öffnet den Tabellen-Dialog wo weitere Einstellungen vorgenommen werden
1876  können.
1877  Viele der Optionen im Dialog sind auch für eine Zellenauswahl wirksam.
1878  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1879  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1880  Auswahl.
1881  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1882 \emph on
1883 Inhalt
1884 \emph default
1885  einer Zelle oder die Zelle selber ausgewählt haben.
1886 \begin_inset Newline newline
1887 \end_inset
1888
1889 Mit der Dialog-Option 
1890 \family sans
1891 Direkt
1892 \begin_inset space ~
1893 \end_inset
1894
1895 übernehmen
1896 \family default
1897  wird jede Änderung, die Sie machen, direkt übernommen.
1898  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
1899  dann auch die Parameter der neuen Zelle an.
1900  Wenn Sie Längenwerte im Dialog ändern, müssen Sie 
1901 \family sans
1902 Enter
1903 \family default
1904  drücken, um die Änderung zu übernehmen.
1905 \begin_inset Newline newline
1906 \end_inset
1907
1908 Der Tabellen-Dialog hat folgende Karteikarten:
1909 \end_layout
1910
1911 \begin_layout Description
1912
1913 \family sans
1914 Tabellen-Einstellungen
1915 \family default
1916  Hier können Sie die Horizontale
1917 \begin_inset space ~
1918 \end_inset
1919
1920 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1921  Die Ausrichtung 
1922 \family sans
1923 Am
1924 \begin_inset space ~
1925 \end_inset
1926
1927 Dezimaltrenner
1928 \family default
1929  ist in Abschnitt
1930 \begin_inset space ~
1931 \end_inset
1932
1933
1934 \begin_inset CommandInset ref
1935 LatexCommand ref
1936 reference "uab:Besondere-Zellenausrichtung"
1937
1938 \end_inset
1939
1940  beschrieben.
1941  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
1942 \begin_inset space ~
1943 \end_inset
1944
1945 Ausrichtung der momentanen Zeile wählen.
1946  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1947  Absätze haben, wie in Abschnitt
1948 \begin_inset space ~
1949 \end_inset
1950
1951
1952 \begin_inset CommandInset ref
1953 LatexCommand ref
1954 reference "uab:Mehrfache-Zeilen-in"
1955
1956 \end_inset
1957
1958  beschrieben.
1959  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1960 \begin_inset Newline newline
1961 \end_inset
1962
1963 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1964  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
1965 \begin_inset space ~
1966 \end_inset
1967
1968
1969 \begin_inset CommandInset ref
1970 LatexCommand ref
1971 reference "uab:Mehrfachspalten"
1972
1973 \end_inset
1974
1975  und 
1976 \begin_inset CommandInset ref
1977 LatexCommand ref
1978 reference "uab:Mehrfachzeilen"
1979
1980 \end_inset
1981
1982  beschrieben.
1983 \begin_inset Newline newline
1984 \end_inset
1985
1986 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
1987  den Uhrzeigersinn um 90° drehen.
1988  \SpecialChar LyX
1989  zeigt diese Drehung nur in der Ausgabe.
1990  Für weitere Informationen siehe Abschnitt
1991 \begin_inset space ~
1992 \end_inset
1993
1994
1995 \begin_inset CommandInset ref
1996 LatexCommand ref
1997 reference "abs:Rotierte-Tabellenzellen"
1998
1999 \end_inset
2000
2001 .
2002 \begin_inset Newline newline
2003 \end_inset
2004
2005
2006 \begin_inset Note Greyedout
2007 status open
2008
2009 \begin_layout Plain Layout
2010
2011 \series bold
2012 Achtung:
2013 \series default
2014  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2015 \end_layout
2016
2017 \end_inset
2018
2019
2020 \begin_inset Newline newline
2021 \end_inset
2022
2023 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2024  Textzeilen verwendet:
2025 \begin_inset Newline newline
2026 \end_inset
2027
2028 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2029 \begin_inset Tabular
2030 <lyxtabular version="3" rows="2" columns="2">
2031 <features tabularvalignment="top">
2032 <column alignment="center" valignment="top" width="0pt">
2033 <column alignment="center" valignment="top">
2034 <row>
2035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2036 \begin_inset Text
2037
2038 \begin_layout Plain Layout
2039
2040 \end_layout
2041
2042 \end_inset
2043 </cell>
2044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2045 \begin_inset Text
2046
2047 \begin_layout Plain Layout
2048 1
2049 \end_layout
2050
2051 \end_inset
2052 </cell>
2053 </row>
2054 <row>
2055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2056 \begin_inset Text
2057
2058 \begin_layout Plain Layout
2059 A
2060 \end_layout
2061
2062 \end_inset
2063 </cell>
2064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2065 \begin_inset Text
2066
2067 \begin_layout Plain Layout
2068
2069 \end_layout
2070
2071 \end_inset
2072 </cell>
2073 </row>
2074 </lyxtabular>
2075
2076 \end_inset
2077
2078  
2079 \begin_inset Tabular
2080 <lyxtabular version="3" rows="2" columns="2">
2081 <features tabularvalignment="middle">
2082 <column alignment="center" valignment="top">
2083 <column alignment="center" valignment="top">
2084 <row>
2085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2086 \begin_inset Text
2087
2088 \begin_layout Plain Layout
2089
2090 \end_layout
2091
2092 \end_inset
2093 </cell>
2094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2095 \begin_inset Text
2096
2097 \begin_layout Plain Layout
2098 1
2099 \end_layout
2100
2101 \end_inset
2102 </cell>
2103 </row>
2104 <row>
2105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2106 \begin_inset Text
2107
2108 \begin_layout Plain Layout
2109 A
2110 \end_layout
2111
2112 \end_inset
2113 </cell>
2114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2115 \begin_inset Text
2116
2117 \begin_layout Plain Layout
2118
2119 \end_layout
2120
2121 \end_inset
2122 </cell>
2123 </row>
2124 </lyxtabular>
2125
2126 \end_inset
2127
2128  
2129 \begin_inset Tabular
2130 <lyxtabular version="3" rows="2" columns="2">
2131 <features tabularvalignment="bottom">
2132 <column alignment="center" valignment="top" width="0pt">
2133 <column alignment="center" valignment="top">
2134 <row>
2135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2136 \begin_inset Text
2137
2138 \begin_layout Plain Layout
2139
2140 \end_layout
2141
2142 \end_inset
2143 </cell>
2144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2145 \begin_inset Text
2146
2147 \begin_layout Plain Layout
2148 1
2149 \end_layout
2150
2151 \end_inset
2152 </cell>
2153 </row>
2154 <row>
2155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2156 \begin_inset Text
2157
2158 \begin_layout Plain Layout
2159 A
2160 \end_layout
2161
2162 \end_inset
2163 </cell>
2164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2165 \begin_inset Text
2166
2167 \begin_layout Plain Layout
2168
2169 \end_layout
2170
2171 \end_inset
2172 </cell>
2173 </row>
2174 </lyxtabular>
2175
2176 \end_inset
2177
2178
2179 \begin_inset Newline newline
2180 \end_inset
2181
2182 Man kann auch ein \SpecialChar LaTeX
2183 -Argument für besondere Tabellen-Formatierun\SpecialChar softhyphen
2184 gen einfügen,
2185  wie in den Abschnitten 
2186 \begin_inset CommandInset ref
2187 LatexCommand ref
2188 reference "uab:Mehrfachspalten-Berechnungen"
2189
2190 \end_inset
2191
2192  und 
2193 \begin_inset CommandInset ref
2194 LatexCommand ref
2195 reference "abs:Farbige-Tabellen"
2196
2197 \end_inset
2198
2199  beschrieben.
2200 \end_layout
2201
2202 \begin_layout Description
2203
2204 \family sans
2205 Rahmen
2206 \family default
2207  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2208  hinzufügen und löschen.
2209 \begin_inset Newline newline
2210 \end_inset
2211
2212 Wenn Sie die Stil-Option
2213 \family sans
2214  Formal
2215 \family default
2216  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2217 \begin_inset space ~
2218 \end_inset
2219
2220
2221 \begin_inset CommandInset ref
2222 LatexCommand ref
2223 reference "abs:Formale-Tabellen"
2224
2225 \end_inset
2226
2227  beschrieben, konvertiert.
2228 \begin_inset Newline newline
2229 \end_inset
2230
2231 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2232 \begin_inset space ~
2233 \end_inset
2234
2235
2236 \begin_inset CommandInset ref
2237 LatexCommand ref
2238 reference "uab:Zeilenabstand"
2239
2240 \end_inset
2241
2242  beschrieben.
2243 \end_layout
2244
2245 \begin_layout Description
2246
2247 \family sans
2248 Lange
2249 \begin_inset space ~
2250 \end_inset
2251
2252 Tabelle
2253 \family default
2254  Hier kann eine Tabelle als 
2255 \begin_inset Quotes gld
2256 \end_inset
2257
2258 Lange
2259 \begin_inset space ~
2260 \end_inset
2261
2262 Tabelle
2263 \begin_inset Quotes grd
2264 \end_inset
2265
2266  definiert werden, die über mehrere Seiten reicht.
2267  Die Abschnitte
2268 \begin_inset space ~
2269 \end_inset
2270
2271
2272 \begin_inset CommandInset ref
2273 LatexCommand ref
2274 reference "abs:Lange-Tabellen"
2275
2276 \end_inset
2277
2278  und 
2279 \begin_inset CommandInset ref
2280 LatexCommand ref
2281 reference "abs:Special-Longtable-Issues"
2282
2283 \end_inset
2284
2285  beschreiben diese Funktion genauer.
2286 \end_layout
2287
2288 \begin_layout Section
2289 Tabellen-Werkzeugleiste
2290 \begin_inset Index idx
2291 status collapsed
2292
2293 \begin_layout Plain Layout
2294 Tabellen ! Werkzeugleiste
2295 \end_layout
2296
2297 \end_inset
2298
2299
2300 \end_layout
2301
2302 \begin_layout Standard
2303 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2304 \family sans
2305 Tabellen-Einstellungen
2306 \family default
2307 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2308  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2309  \SpecialChar LyX
2310 -Fensters.
2311 \end_layout
2312
2313 \begin_layout Standard
2314 Die Werkzeugleiste hat folgende Knöpfe:
2315 \end_layout
2316
2317 \begin_layout Labeling
2318 \labelwidthstring 00.00.0000
2319 \begin_inset Info
2320 type  "icon"
2321 arg   "inset-modify tabular append-row"
2322 \end_inset
2323
2324  Fügt eine Zeile unterhalb der momentanen an
2325 \end_layout
2326
2327 \begin_layout Labeling
2328 \labelwidthstring 00.00.0000
2329 \begin_inset Info
2330 type  "icon"
2331 arg   "inset-modify tabular append-column"
2332 \end_inset
2333
2334  Fügt eine Spalte rechts von der momentanen an
2335 \end_layout
2336
2337 \begin_layout Labeling
2338 \labelwidthstring 00.00.0000
2339 \begin_inset Info
2340 type  "icon"
2341 arg   "inset-modify tabular delete-row"
2342 \end_inset
2343
2344  Löscht die ausgewählte(n) Zeile(n)
2345 \end_layout
2346
2347 \begin_layout Labeling
2348 \labelwidthstring 00.00.0000
2349 \begin_inset Info
2350 type  "icon"
2351 arg   "inset-modify tabular delete-column"
2352 \end_inset
2353
2354  Löscht die ausgewählte(n) Spalte(n)
2355 \end_layout
2356
2357 \begin_layout Labeling
2358 \labelwidthstring 00.00.0000
2359 \begin_inset Info
2360 type  "icon"
2361 arg   "inset-modify tabular move-row-up"
2362 \end_inset
2363
2364  verschiebt die ausgewählte Zeile nach oben
2365 \end_layout
2366
2367 \begin_layout Labeling
2368 \labelwidthstring 00.00.0000
2369 \begin_inset Info
2370 type  "icon"
2371 arg   "inset-modify tabular move-column-left"
2372 \end_inset
2373
2374  verschiebt die ausgewählte Spalte nach links
2375 \end_layout
2376
2377 \begin_layout Labeling
2378 \labelwidthstring 00.00.0000
2379 \begin_inset Info
2380 type  "icon"
2381 arg   "inset-modify tabular move-row-down"
2382 \end_inset
2383
2384  verschiebt die ausgewählte Zeile nach unten
2385 \end_layout
2386
2387 \begin_layout Labeling
2388 \labelwidthstring 00.00.0000
2389 \begin_inset Info
2390 type  "icon"
2391 arg   "inset-modify tabular move-column-right"
2392 \end_inset
2393
2394  verschiebt die ausgewählte Spalte nach rechts
2395 \end_layout
2396
2397 \begin_layout Labeling
2398 \labelwidthstring 00.00.0000
2399 \begin_inset Info
2400 type  "icon"
2401 arg   "inset-modify tabular toggle-line-top"
2402 \end_inset
2403
2404  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2405  wenn der Knopf grau hinterlegt ist
2406 \end_layout
2407
2408 \begin_layout Labeling
2409 \labelwidthstring 00.00.0000
2410 \begin_inset Info
2411 type  "icon"
2412 arg   "inset-modify tabular toggle-line-bottom"
2413 \end_inset
2414
2415  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2416  wenn der Knopf grau hinterlegt ist
2417 \end_layout
2418
2419 \begin_layout Labeling
2420 \labelwidthstring 00.00.0000
2421 \begin_inset Info
2422 type  "icon"
2423 arg   "inset-modify tabular toggle-line-left"
2424 \end_inset
2425
2426  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2427  wenn der Knopf grau hinterlegt ist
2428 \end_layout
2429
2430 \begin_layout Labeling
2431 \labelwidthstring 00.00.0000
2432 \begin_inset Info
2433 type  "icon"
2434 arg   "inset-modify tabular toggle-line-right"
2435 \end_inset
2436
2437  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2438  wenn der Knopf grau hinterlegt ist
2439 \end_layout
2440
2441 \begin_layout Labeling
2442 \labelwidthstring 00.00.0000
2443 \begin_inset Info
2444 type  "icon"
2445 arg   "inset-modify tabular set-all-lines"
2446 \end_inset
2447
2448  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2449 \end_layout
2450
2451 \begin_layout Labeling
2452 \labelwidthstring 00.00.0000
2453 \begin_inset Info
2454 type  "icon"
2455 arg   "inset-modify tabular unset-all-lines"
2456 \end_inset
2457
2458  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2459 \end_layout
2460
2461 \begin_layout Labeling
2462 \labelwidthstring 00.00.0000
2463 \begin_inset Info
2464 type  "icon"
2465 arg   "inset-modify tabular m-align-left"
2466 \end_inset
2467
2468  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2469 \end_layout
2470
2471 \begin_layout Labeling
2472 \labelwidthstring 00.00.0000
2473 \begin_inset Info
2474 type  "icon"
2475 arg   "inset-modify tabular m-align-center"
2476 \end_inset
2477
2478  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2479 \end_layout
2480
2481 \begin_layout Labeling
2482 \labelwidthstring 00.00.0000
2483 \begin_inset Info
2484 type  "icon"
2485 arg   "inset-modify tabular m-align-right"
2486 \end_inset
2487
2488  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2489 \end_layout
2490
2491 \begin_layout Labeling
2492 \labelwidthstring 00.00.0000
2493 \begin_inset Info
2494 type  "icon"
2495 arg   "inset-modify tabular align-decimal"
2496 \end_inset
2497
2498  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2499 \end_layout
2500
2501 \begin_layout Labeling
2502 \labelwidthstring 00.00.0000
2503 \begin_inset Info
2504 type  "icon"
2505 arg   "inset-modify tabular m-valign-top"
2506 \end_inset
2507
2508  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2509 \end_layout
2510
2511 \begin_layout Labeling
2512 \labelwidthstring 00.00.0000
2513 \begin_inset Info
2514 type  "icon"
2515 arg   "inset-modify tabular m-valign-middle"
2516 \end_inset
2517
2518  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2519 \end_layout
2520
2521 \begin_layout Labeling
2522 \labelwidthstring 00.00.0000
2523 \begin_inset Info
2524 type  "icon"
2525 arg   "inset-modify tabular m-valign-bottom"
2526 \end_inset
2527
2528  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2529 \end_layout
2530
2531 \begin_layout Labeling
2532 \labelwidthstring 00.00.0000
2533 \begin_inset Info
2534 type  "icon"
2535 arg   "inset-modify tabular set-rotate-cell"
2536 \end_inset
2537
2538  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2539 \end_layout
2540
2541 \begin_layout Labeling
2542 \labelwidthstring 00.00.0000
2543 \begin_inset Info
2544 type  "icon"
2545 arg   "inset-modify tabular set-rotate-tabular"
2546 \end_inset
2547
2548  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2549 \end_layout
2550
2551 \begin_layout Labeling
2552 \labelwidthstring 00.00.0000
2553 \begin_inset Info
2554 type  "icon"
2555 arg   "inset-modify tabular multicolumn"
2556 \end_inset
2557
2558  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2559 \end_layout
2560
2561 \begin_layout Labeling
2562 \labelwidthstring 00.00.0000
2563 \begin_inset Info
2564 type  "icon"
2565 arg   "inset-modify tabular multirow"
2566 \end_inset
2567
2568  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2569 \end_layout
2570
2571 \begin_layout Standard
2572 \begin_inset Note Greyedout
2573 status open
2574
2575 \begin_layout Plain Layout
2576
2577 \series bold
2578 Bemerkung:
2579 \series default
2580  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2581  Reihe für alle Zelle der Reihe verwendet.
2582 \end_layout
2583
2584 \end_inset
2585
2586
2587 \end_layout
2588
2589 \begin_layout Section
2590 Bearbeiten-Menü
2591 \begin_inset Index idx
2592 status collapsed
2593
2594 \begin_layout Plain Layout
2595 Tabellen ! Bearbeiten-Menü
2596 \end_layout
2597
2598 \end_inset
2599
2600
2601 \end_layout
2602
2603 \begin_layout Standard
2604 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2605  Wenn der Cursor in einer Tabelle steht, sind im 
2606 \family sans
2607 Bearbeiten
2608 \family default
2609 -Menü folgende Punkte aktiviert: 
2610 \family sans
2611 Tabelle
2612 \family default
2613
2614 \family sans
2615 Zeilen
2616 \begin_inset space ~
2617 \end_inset
2618
2619 &
2620 \begin_inset space ~
2621 \end_inset
2622
2623 Spalten
2624 \family default
2625  und 
2626 \family sans
2627 Tabellen-Einstellungen
2628 \family default
2629 .
2630  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2631 ngsmöglichkeiten zu erreichen.
2632 \end_layout
2633
2634 \begin_layout Section
2635 Gleitende Tabellen
2636 \begin_inset CommandInset label
2637 LatexCommand label
2638 name "abs:Gleitende-Tabellen"
2639
2640 \end_inset
2641
2642
2643 \begin_inset Index idx
2644 status collapsed
2645
2646 \begin_layout Plain Layout
2647 Gleitobjekte ! Tabellen
2648 \end_layout
2649
2650 \end_inset
2651
2652
2653 \begin_inset Index idx
2654 status collapsed
2655
2656 \begin_layout Plain Layout
2657 Tabellen ! gleitende
2658 \end_layout
2659
2660 \end_inset
2661
2662
2663 \end_layout
2664
2665 \begin_layout Standard
2666 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2667 \begin_inset space ~
2668 \end_inset
2669
2670
2671 \begin_inset CommandInset ref
2672 LatexCommand ref
2673 reference "abs:Gleitobjekte-Einleitung"
2674
2675 \end_inset
2676
2677 .
2678 \end_layout
2679
2680 \begin_layout Standard
2681 \begin_inset Float table
2682 placement h
2683 wide false
2684 sideways false
2685 status open
2686
2687 \begin_layout Plain Layout
2688 \begin_inset Caption Standard
2689
2690 \begin_layout Plain Layout
2691 \begin_inset CommandInset label
2692 LatexCommand label
2693 name "tab:a table float"
2694
2695 \end_inset
2696
2697 Eine gleitende Tabelle
2698 \end_layout
2699
2700 \end_inset
2701
2702
2703 \end_layout
2704
2705 \begin_layout Plain Layout
2706 \align center
2707 \begin_inset Tabular
2708 <lyxtabular version="3" rows="3" columns="3">
2709 <features tabularvalignment="middle">
2710 <column alignment="center" valignment="top" width="0pt">
2711 <column alignment="center" valignment="top" width="0pt">
2712 <column alignment="center" valignment="top" width="0pt">
2713 <row>
2714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2715 \begin_inset Text
2716
2717 \begin_layout Plain Layout
2718
2719 \family roman
2720 \series medium
2721 \shape up
2722 \size normal
2723 \emph off
2724 \bar no
2725 \noun off
2726 \color none
2727 1
2728 \end_layout
2729
2730 \end_inset
2731 </cell>
2732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2733 \begin_inset Text
2734
2735 \begin_layout Plain Layout
2736
2737 \family roman
2738 \series medium
2739 \shape up
2740 \size normal
2741 \emph off
2742 \bar no
2743 \noun off
2744 \color none
2745 2
2746 \end_layout
2747
2748 \end_inset
2749 </cell>
2750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2751 \begin_inset Text
2752
2753 \begin_layout Plain Layout
2754
2755 \family roman
2756 \series medium
2757 \shape up
2758 \size normal
2759 \emph off
2760 \bar no
2761 \noun off
2762 \color none
2763 3
2764 \end_layout
2765
2766 \end_inset
2767 </cell>
2768 </row>
2769 <row>
2770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2771 \begin_inset Text
2772
2773 \begin_layout Plain Layout
2774
2775 \family roman
2776 \series medium
2777 \shape up
2778 \size normal
2779 \emph off
2780 \bar no
2781 \noun off
2782 \color none
2783 Martin
2784 \end_layout
2785
2786 \end_inset
2787 </cell>
2788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2789 \begin_inset Text
2790
2791 \begin_layout Plain Layout
2792
2793 \family roman
2794 \series medium
2795 \shape up
2796 \size normal
2797 \emph off
2798 \bar no
2799 \noun off
2800 \color none
2801 Lena
2802 \end_layout
2803
2804 \end_inset
2805 </cell>
2806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2807 \begin_inset Text
2808
2809 \begin_layout Plain Layout
2810
2811 \family roman
2812 \series medium
2813 \shape up
2814 \size normal
2815 \emph off
2816 \bar no
2817 \noun off
2818 \color none
2819 Alina
2820 \end_layout
2821
2822 \end_inset
2823 </cell>
2824 </row>
2825 <row>
2826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2827 \begin_inset Text
2828
2829 \begin_layout Plain Layout
2830
2831 \family roman
2832 \series medium
2833 \shape up
2834 \size normal
2835 \emph off
2836 \bar no
2837 \noun off
2838 \color none
2839 \begin_inset Formula $\int x^{2}dx$
2840 \end_inset
2841
2842
2843 \end_layout
2844
2845 \end_inset
2846 </cell>
2847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2848 \begin_inset Text
2849
2850 \begin_layout Plain Layout
2851
2852 \family roman
2853 \series medium
2854 \shape up
2855 \size normal
2856 \emph off
2857 \bar no
2858 \noun off
2859 \color none
2860 \begin_inset Formula $\left[\begin{array}{cc}
2861 a & b\\
2862 c & d
2863 \end{array}\right]$
2864 \end_inset
2865
2866
2867 \end_layout
2868
2869 \end_inset
2870 </cell>
2871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2872 \begin_inset Text
2873
2874 \begin_layout Plain Layout
2875
2876 \family roman
2877 \series medium
2878 \shape up
2879 \size normal
2880 \emph off
2881 \bar no
2882 \noun off
2883 \color none
2884 \begin_inset Formula $1+1=2$
2885 \end_inset
2886
2887
2888 \end_layout
2889
2890 \end_inset
2891 </cell>
2892 </row>
2893 </lyxtabular>
2894
2895 \end_inset
2896
2897
2898 \end_layout
2899
2900 \end_inset
2901
2902
2903 \end_layout
2904
2905 \begin_layout Standard
2906 Gleitende Tabellen können über 
2907 \family sans
2908 Einfügen\SpecialChar menuseparator
2909 Gleitobjekt\SpecialChar menuseparator
2910 Tabelle
2911 \family default
2912  oder einen Klick auf den Werkzeugleistenknopf 
2913 \begin_inset Info
2914 type  "icon"
2915 arg   "float-insert table"
2916 \end_inset
2917
2918  erzeugt werden.
2919  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2920  In das rot umrahmte Feld rechts von 
2921 \emph on
2922 Tabelle
2923 \begin_inset space ~
2924 \end_inset
2925
2926 Nr:
2927 \emph default
2928  schreiben Sie die Tabellenbeschriftung.
2929  Nach einem Klick oberhalb oder unterhalb von 
2930 \emph on
2931 Tabelle
2932 \begin_inset space ~
2933 \end_inset
2934
2935 Nr:
2936 \emph default
2937  können Sie dann eine Tabelle einfügen.
2938 \end_layout
2939
2940 \begin_layout Standard
2941 Tabelle
2942 \begin_inset space ~
2943 \end_inset
2944
2945
2946 \begin_inset CommandInset ref
2947 LatexCommand ref
2948 reference "tab:a table float"
2949
2950 \end_inset
2951
2952  ist ein Beispiel für eine gleitende Tabelle.
2953 \end_layout
2954
2955 \begin_layout Standard
2956 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2957 herweise wird das von \SpecialChar LaTeX
2958  Standard-Klassen nicht unterstützt.
2959  Das bedeutet, dass bei den Klassen 
2960 \family sans
2961 article
2962 \family default
2963
2964 \family sans
2965 book
2966 \family default
2967
2968 \family sans
2969 letter
2970 \family default
2971 , und 
2972 \family sans
2973 report
2974 \family default
2975  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2976  Um den einzufügen, können Sie zum Ladebefehl des \SpecialChar LaTeX
2977 -Paketes 
2978 \series bold
2979 caption
2980 \series default
2981
2982 \begin_inset Index idx
2983 status collapsed
2984
2985 \begin_layout Plain Layout
2986 \SpecialChar LaTeX
2987 -Pakete ! caption
2988 \end_layout
2989
2990 \end_inset
2991
2992  im \SpecialChar LaTeX
2993 -Vorspann Ihres Dokuments folgende Option einfügen:
2994 \begin_inset Foot
2995 status collapsed
2996
2997 \begin_layout Plain Layout
2998 Näheres finden Sie im Abschnitt
2999 \begin_inset space ~
3000 \end_inset
3001
3002
3003 \begin_inset CommandInset ref
3004 LatexCommand ref
3005 reference "abs:Titel-Platzierung"
3006
3007 \end_inset
3008
3009 .
3010 \end_layout
3011
3012 \end_inset
3013
3014
3015 \end_layout
3016
3017 \begin_layout Standard
3018
3019 \series bold
3020 tableposition=top
3021 \end_layout
3022
3023 \begin_layout Standard
3024 Das Paket 
3025 \series bold
3026 caption
3027 \series default
3028 , das in Abschnitt
3029 \begin_inset space ~
3030 \end_inset
3031
3032
3033 \begin_inset CommandInset ref
3034 LatexCommand ref
3035 reference "abs:Titel-Formatierung"
3036
3037 \end_inset
3038
3039  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3040 \end_layout
3041
3042 \begin_layout Standard
3043 \begin_inset Index idx
3044 status collapsed
3045
3046 \begin_layout Plain Layout
3047 Querverweise ! auf Tabellen
3048 \end_layout
3049
3050 \end_inset
3051
3052 Auf Tabellen kann über ihre Marke verwiesen werden.
3053  Dafür fügen Sie in der Beschriftung mit 
3054 \family sans
3055 Einfügen\SpecialChar menuseparator
3056 Marke
3057 \family default
3058  oder durch Klicken auf 
3059 \begin_inset Info
3060 type  "icon"
3061 arg   "label-insert"
3062 \end_inset
3063
3064  eine Marke ein.
3065  Auf diese können Sie dann wie gewohnt mit 
3066 \family sans
3067 Einfügen\SpecialChar menuseparator
3068 Querverweis
3069 \family default
3070  oder durch Klicken auf 
3071 \begin_inset Info
3072 type  "icon"
3073 arg   "dialog-show-new-inset ref"
3074 \end_inset
3075
3076  verweisen.
3077  Verweise werden detailliert in Abschnitt
3078 \begin_inset space ~
3079 \end_inset
3080
3081
3082 \begin_inset CommandInset ref
3083 LatexCommand ref
3084 reference "abs:Auf-Gleitobjekte-verweisen"
3085
3086 \end_inset
3087
3088  beschrieben.
3089 \end_layout
3090
3091 \begin_layout Section
3092 Lange Tabellen
3093 \begin_inset CommandInset label
3094 LatexCommand label
3095 name "abs:Lange-Tabellen"
3096
3097 \end_inset
3098
3099
3100 \begin_inset Index idx
3101 status collapsed
3102
3103 \begin_layout Plain Layout
3104 Tabellen ! lange
3105 \end_layout
3106
3107 \end_inset
3108
3109
3110 \end_layout
3111
3112 \begin_layout Standard
3113 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3114  Dialogfenster 
3115 \family sans
3116 Tabellen-Einstellungen
3117 \family default
3118  auf der Karteikarte  
3119 \family sans
3120 Lange
3121 \begin_inset space ~
3122 \end_inset
3123
3124 Tabelle
3125 \family default
3126  die Option 
3127 \family sans
3128 Lange
3129 \begin_inset space ~
3130 \end_inset
3131
3132 Tabelle
3133 \begin_inset space ~
3134 \end_inset
3135
3136 verwenden
3137 \family default
3138  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3139  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3140 \end_layout
3141
3142 \begin_layout Description
3143 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3144  festgelegt; mit Ausnahme der ersten, wenn 
3145 \family sans
3146 Erste
3147 \begin_inset space ~
3148 \end_inset
3149
3150 Kopfzeile
3151 \family default
3152  aktiviert ist.
3153 \end_layout
3154
3155 \begin_layout Description
3156 Erste
3157 \lang english
3158
3159 \begin_inset space ~
3160 \end_inset
3161
3162
3163 \lang ngerman
3164 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3165  Seite einer mehrseitigen Tabelle definiert.
3166 \end_layout
3167
3168 \begin_layout Description
3169 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3170  mit Ausnahme der letzten, wenn 
3171 \family sans
3172 Letzte
3173 \begin_inset space ~
3174 \end_inset
3175
3176 Fußzeile
3177 \family default
3178  aktiviert ist.
3179 \end_layout
3180
3181 \begin_layout Description
3182 Letzte
3183 \begin_inset space ~
3184 \end_inset
3185
3186 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3187  einer mehrseitigen Tabelle definiert.
3188 \end_layout
3189
3190 \begin_layout Description
3191 Legende: Die aktuelle Zeile enthält die Legende.
3192  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3193  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3194 \begin_inset space ~
3195 \end_inset
3196
3197
3198 \begin_inset CommandInset ref
3199 LatexCommand ref
3200 reference "uab:Beschriftungen-langer-Tabellen"
3201
3202 \end_inset
3203
3204  erklärt.
3205 \end_layout
3206
3207 \begin_layout Standard
3208 Hier ist ein Beispiel einer langen Tabelle:
3209 \begin_inset Separator parbreak
3210 \end_inset
3211
3212
3213 \end_layout
3214
3215 \begin_layout Standard
3216 \align center
3217 \begin_inset Tabular
3218 <lyxtabular version="3" rows="69" columns="3">
3219 <features islongtable="true" longtabularalignment="center">
3220 <column alignment="left" valignment="top" width="0cm">
3221 <column alignment="left" valignment="top" width="0pt">
3222 <column alignment="right" valignment="top" width="0pt">
3223 <row endfirsthead="true">
3224 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3225 \begin_inset Text
3226
3227 \begin_layout Plain Layout
3228
3229 \series bold
3230 Telefonliste (ignoriere die Namen)
3231 \end_layout
3232
3233 \end_inset
3234 </cell>
3235 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3236 \begin_inset Text
3237
3238 \begin_layout Plain Layout
3239
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3245 \begin_inset Text
3246
3247 \begin_layout Plain Layout
3248
3249 \end_layout
3250
3251 \end_inset
3252 </cell>
3253 </row>
3254 <row endfirsthead="true">
3255 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3256 \begin_inset Text
3257
3258 \begin_layout Plain Layout
3259
3260 \series bold
3261 NAME
3262 \end_layout
3263
3264 \end_inset
3265 </cell>
3266 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3267 \begin_inset Text
3268
3269 \begin_layout Plain Layout
3270
3271 \end_layout
3272
3273 \end_inset
3274 </cell>
3275 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3276 \begin_inset Text
3277
3278 \begin_layout Plain Layout
3279
3280 \series bold
3281 TEL.
3282 \end_layout
3283
3284 \end_inset
3285 </cell>
3286 </row>
3287 <row endhead="true">
3288 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3289 \begin_inset Text
3290
3291 \begin_layout Plain Layout
3292
3293 \series bold
3294 Telefonliste
3295 \end_layout
3296
3297 \end_inset
3298 </cell>
3299 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3300 \begin_inset Text
3301
3302 \begin_layout Plain Layout
3303
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Plain Layout
3312
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 </row>
3318 <row endhead="true">
3319 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3320 \begin_inset Text
3321
3322 \begin_layout Plain Layout
3323
3324 \series bold
3325 NAME
3326 \end_layout
3327
3328 \end_inset
3329 </cell>
3330 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3331 \begin_inset Text
3332
3333 \begin_layout Plain Layout
3334
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343
3344 \series bold
3345 TEL.
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 </row>
3351 <row endfoot="true">
3352 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356
3357 \series bold
3358 wird fortgesetzt
3359 \series default
3360  \SpecialChar ldots
3361
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Plain Layout
3379
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 </row>
3385 <row>
3386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390
3391 \series bold
3392 Annovi
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 <cell alignment="center" valignment="top" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401 Silvia
3402 \end_layout
3403
3404 \end_inset
3405 </cell>
3406 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3407 \begin_inset Text
3408
3409 \begin_layout Plain Layout
3410 111
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 </row>
3416 <row>
3417 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421
3422 \series bold
3423 Bertoli
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 <cell alignment="center" valignment="top" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432 Stefano
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Plain Layout
3441 111
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 </row>
3447 <row>
3448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452
3453 \series bold
3454 Bozzi
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 <cell alignment="center" valignment="top" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463 Walter
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3469 \begin_inset Text
3470
3471 \begin_layout Plain Layout
3472 111
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 </row>
3478 <row>
3479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483
3484 \series bold
3485 Cachia
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 <cell alignment="center" valignment="top" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494 Maria
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503 111
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 </row>
3509 <row>
3510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514
3515 \series bold
3516 Cachia
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 <cell alignment="center" valignment="top" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 Maurizio
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534 111
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 </row>
3540 <row>
3541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545
3546 \series bold
3547 Cinquemani
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 <cell alignment="center" valignment="top" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556 Giusi
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565 111
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 </row>
3571 <row>
3572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576
3577 \series bold
3578 Colin
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 <cell alignment="center" valignment="top" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587 Bernard
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596 111
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 </row>
3602 <row>
3603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607
3608 \series bold
3609 Concli
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 <cell alignment="center" valignment="top" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618 Gianfranco
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627 111
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 </row>
3633 <row>
3634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638
3639 \series bold
3640 Dal Bosco
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 <cell alignment="center" valignment="top" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649 Carolina
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658 111
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 </row>
3664 <row>
3665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669
3670 \series bold
3671 Dalpiaz
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 <cell alignment="center" valignment="top" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680 Annamaria
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689 111
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 </row>
3695 <row>
3696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700
3701 \series bold
3702 Feliciello
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 <cell alignment="center" valignment="top" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711 Domenico
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720 111
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 </row>
3726 <row>
3727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731
3732 \series bold
3733 Focarelli
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 <cell alignment="center" valignment="top" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742 Paola
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3748 \begin_inset Text
3749
3750 \begin_layout Plain Layout
3751 111
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 </row>
3757 <row>
3758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762
3763 \series bold
3764 Galletti
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 <cell alignment="center" valignment="top" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773 Oreste
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782 111
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 </row>
3788 <row>
3789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793
3794 \series bold
3795 Gasparini
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 <cell alignment="center" valignment="top" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804 Franca
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 111
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 </row>
3819 <row>
3820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824
3825 \series bold
3826 Rizzardi
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 <cell alignment="center" valignment="top" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835 Paola
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844 111
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 </row>
3850 <row>
3851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855
3856 \series bold
3857 Lassini
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 <cell alignment="center" valignment="top" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866 Giancarlo
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875 111
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 </row>
3881 <row>
3882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886
3887 \series bold
3888 Malfatti
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 <cell alignment="center" valignment="top" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897 Luciano
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906 111
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 </row>
3912 <row>
3913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917
3918 \series bold
3919 Malfatti
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 <cell alignment="center" valignment="top" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928 Valeriano
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937 111
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 </row>
3943 <row>
3944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948
3949 \series bold
3950 Meneguzzo
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 <cell alignment="center" valignment="top" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959 Roberto
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968 111
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 </row>
3974 <row>
3975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979
3980 \series bold
3981 Mezzadra
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 <cell alignment="center" valignment="top" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990 Roberto
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Plain Layout
3999 111
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 </row>
4005 <row>
4006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010
4011 \series bold
4012 Pirpamer
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 <cell alignment="center" valignment="top" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021 Erich
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030 111
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 </row>
4036 <row>
4037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041
4042 \series bold
4043 Pochiesa
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 <cell alignment="center" valignment="top" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052 Paolo
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061 111, 222
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 </row>
4067 <row>
4068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072
4073 \series bold
4074 Radina
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 <cell alignment="center" valignment="top" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083 Claudio
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092 111
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 </row>
4098 <row>
4099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103
4104 \series bold
4105 Stuffer
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 <cell alignment="center" valignment="top" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114 Oskar
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123 111
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 </row>
4129 <row>
4130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134
4135 \series bold
4136 Tacchelli
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 <cell alignment="center" valignment="top" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145 Ugo
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 111
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 </row>
4160 <row>
4161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165
4166 \series bold
4167 Tezzele
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 <cell alignment="center" valignment="top" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176 Margit
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185 111
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 </row>
4191 <row>
4192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196
4197 \series bold
4198 Unterkalmsteiner
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 <cell alignment="center" valignment="top" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207 Frieda
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216 111
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 </row>
4222 <row>
4223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227
4228 \series bold
4229 Vieider
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238 Hilde
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247 111
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 </row>
4253 <row>
4254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258
4259 \series bold
4260 Vigna
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 <cell alignment="center" valignment="top" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269 Jürgen
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278 111
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 </row>
4284 <row>
4285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289
4290 \series bold
4291 Weber
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 <cell alignment="center" valignment="top" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300 Maurizio
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309 111
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 </row>
4315 <row>
4316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320
4321 \series bold
4322 Winkler
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331 Franz
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340 111
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 </row>
4346 <row>
4347 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351  
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 </row>
4375 <row>
4376 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380
4381 \series bold
4382 Annovi
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 <cell alignment="center" valignment="top" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391 Silvia
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400 555
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 </row>
4406 <row>
4407 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411
4412 \series bold
4413 Bertoli
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell alignment="center" valignment="top" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 Stefano
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431 555
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 </row>
4437 <row>
4438 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442
4443 \series bold
4444 Bozzi
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 <cell alignment="center" valignment="top" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453 Walter
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Plain Layout
4462 555
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 </row>
4468 <row>
4469 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473
4474 \series bold
4475 Cachia
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 Maria
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493 555
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 </row>
4499 <row>
4500 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504
4505 \series bold
4506 Cachia
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 <cell alignment="center" valignment="top" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 Maurizio
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524 555
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 </row>
4530 <row>
4531 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535
4536 \series bold
4537 Cinquemani
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 <cell alignment="center" valignment="top" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546 Giusi
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555 555
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 </row>
4561 <row>
4562 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566
4567 \series bold
4568 Colin
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577 Bernard
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586 555
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 </row>
4592 <row>
4593 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597
4598 \series bold
4599 Concli
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 Gianfranco
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 555
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 </row>
4623 <row>
4624 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628
4629 \series bold
4630 Dal Bosco
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 <cell alignment="center" valignment="top" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639 Carolina
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648 555
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 </row>
4654 <row>
4655 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659
4660 \series bold
4661 Dalpiaz
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 <cell alignment="center" valignment="top" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670 Annamaria
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679 555
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 </row>
4685 <row>
4686 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690
4691 \series bold
4692 Feliciello
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 <cell alignment="center" valignment="top" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701 Domenico
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710 555
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 </row>
4716 <row>
4717 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721
4722 \series bold
4723 Focarelli
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 <cell alignment="center" valignment="top" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732 Paola
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741 555
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 </row>
4747 <row>
4748 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752
4753 \series bold
4754 Galletti
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 <cell alignment="center" valignment="top" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763 Oreste
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772 555
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 </row>
4778 <row>
4779 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783
4784 \series bold
4785 Gasparini
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 <cell alignment="center" valignment="top" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794 Franca
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803 555
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 </row>
4809 <row>
4810 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814
4815 \series bold
4816 Rizzardi
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 <cell alignment="center" valignment="top" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825 Paola
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834 555
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 </row>
4840 <row>
4841 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845
4846 \series bold
4847 Lassini
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 <cell alignment="center" valignment="top" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856 Giancarlo
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865 555
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 </row>
4871 <row>
4872 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876
4877 \series bold
4878 Malfatti
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 <cell alignment="center" valignment="top" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887 Luciano
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896 555
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 </row>
4902 <row>
4903 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907
4908 \series bold
4909 Malfatti
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 <cell alignment="center" valignment="top" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918 Valeriano
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927 555
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 </row>
4933 <row>
4934 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938
4939 \series bold
4940 Meneguzzo
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 <cell alignment="center" valignment="top" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949 Roberto
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958 555
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 </row>
4964 <row>
4965 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969
4970 \series bold
4971 Mezzadra
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 <cell alignment="center" valignment="top" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980 Roberto
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4986 \begin_inset Text
4987
4988 \begin_layout Plain Layout
4989 555
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 </row>
4995 <row>
4996 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000
5001 \series bold
5002 Pirpamer
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 <cell alignment="center" valignment="top" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011 Erich
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020 555
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 </row>
5026 <row>
5027 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031
5032 \series bold
5033 Pochiesa
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 <cell alignment="center" valignment="top" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042 Paolo
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051 555, 222
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 </row>
5057 <row>
5058 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062
5063 \series bold
5064 Radina
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 <cell alignment="center" valignment="top" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073 Claudio
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082 555
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 </row>
5088 <row>
5089 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093
5094 \series bold
5095 Stuffer
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 <cell alignment="center" valignment="top" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104 Oskar
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113 555
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 </row>
5119 <row>
5120 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124
5125 \series bold
5126 Tacchelli
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell alignment="center" valignment="top" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135 Ugo
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144 555
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 </row>
5150 <row>
5151 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155
5156 \series bold
5157 Tezzele
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 <cell alignment="center" valignment="top" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166 Margit
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Plain Layout
5175 555
5176 \end_layout
5177
5178 \end_inset
5179 </cell>
5180 </row>
5181 <row>
5182 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186
5187 \series bold
5188 Unterkalmsteiner
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 <cell alignment="center" valignment="top" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197 Frieda
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206 555
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 </row>
5212 <row>
5213 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5214 \begin_inset Text
5215
5216 \begin_layout Plain Layout
5217
5218 \series bold
5219 Vieider
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 <cell alignment="center" valignment="top" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228 Hilde
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5234 \begin_inset Text
5235
5236 \begin_layout Plain Layout
5237 555
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 </row>
5243 <row>
5244 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248
5249 \series bold
5250 Vigna
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 <cell alignment="center" valignment="top" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Plain Layout
5259 Jürgen
5260 \end_layout
5261
5262 \end_inset
5263 </cell>
5264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5265 \begin_inset Text
5266
5267 \begin_layout Plain Layout
5268 999
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 </row>
5274 <row>
5275 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279
5280 \series bold
5281 Weber
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 <cell alignment="center" valignment="top" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290 Maurizio
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299 555
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 </row>
5305 <row>
5306 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310
5311 \series bold
5312 Winkler
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321 Franz
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Plain Layout
5330 555
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 </row>
5336 <row endlastfoot="true">
5337 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341 Ende
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 </row>
5365 </lyxtabular>
5366
5367 \end_inset
5368
5369
5370 \begin_inset ERT
5371 status collapsed
5372
5373 \begin_layout Plain Layout
5374
5375
5376 \backslash
5377 addtocounter{table}{-1}
5378 \end_layout
5379
5380 \end_inset
5381
5382
5383 \begin_inset Note Note
5384 status collapsed
5385
5386 \begin_layout Plain Layout
5387 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5388 \begin_inset space ~
5389 \end_inset
5390
5391
5392 \begin_inset CommandInset ref
5393 LatexCommand ref
5394 reference "uab:Beschriftungen-langer-Tabellen"
5395
5396 \end_inset
5397
5398
5399 \end_layout
5400
5401 \end_inset
5402
5403
5404 \end_layout
5405
5406 \begin_layout Subsection
5407 Fußnoten in langen Tabellen
5408 \begin_inset CommandInset label
5409 LatexCommand label
5410 name "uab:Fußnoten-in-langen"
5411
5412 \end_inset
5413
5414
5415 \begin_inset Index idx
5416 status collapsed
5417
5418 \begin_layout Plain Layout
5419 Tabellen ! lange ! Fußnoten
5420 \end_layout
5421
5422 \end_inset
5423
5424
5425 \end_layout
5426
5427 \begin_layout Standard
5428 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5429  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5430  Tabelle
5431 \begin_inset space ~
5432 \end_inset
5433
5434
5435 \begin_inset CommandInset ref
5436 LatexCommand ref
5437 reference "tab:DiffCaptions"
5438
5439 \end_inset
5440
5441  hat zum Beispiel eine Fußnote.
5442 \end_layout
5443
5444 \begin_layout Subsection
5445 Ausrichtung langer Tabellen
5446 \begin_inset Index idx
5447 status collapsed
5448
5449 \begin_layout Plain Layout
5450 Tabellen ! lange ! Ausrichtung
5451 \end_layout
5452
5453 \end_inset
5454
5455
5456 \end_layout
5457
5458 \begin_layout Standard
5459 Die horizontale Ausrichtung von langen Tabellen kann in den Tabelleneinstellunge
5460 n festgelegt werden.
5461  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5462  Seitenrand.
5463  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5464  ausgerichtet werden und die Werte der Längen 
5465 \series bold
5466
5467 \backslash
5468 LTleft 
5469 \series default
5470 und 
5471 \series bold
5472
5473 \backslash
5474 LTright
5475 \series default
5476  geändert werden, indem diese Zeile als \SpecialChar TeX
5477 -Code vor die lange Tabelle eingefügt
5478  wird:
5479 \end_layout
5480
5481 \begin_layout Standard
5482
5483 \series bold
5484
5485 \backslash
5486 setlength{
5487 \backslash
5488 LTleft}{Wert}
5489 \end_layout
5490
5491 \begin_layout Standard
5492 Der Wert kann eine der in Tabelle
5493 \begin_inset space ~
5494 \end_inset
5495
5496
5497 \begin_inset CommandInset ref
5498 LatexCommand ref
5499 reference "tab:Maßeinheiten"
5500
5501 \end_inset
5502
5503  aufgelisteten Einheiten kann.
5504  
5505 \series bold
5506
5507 \backslash
5508 LTleft
5509 \series default
5510  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5511  
5512 \series bold
5513
5514 \backslash
5515 LTright
5516 \series default
5517  den Abstand von rechts.
5518  Die Voreinstellung für beide Werte ist 
5519 \series bold
5520
5521 \backslash
5522 fill
5523 \series default
5524 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5525  in \SpecialChar LyX
5526  ist.
5527 \end_layout
5528
5529 \begin_layout Standard
5530 Die folgende lange Tabelle wurde zentriert und 
5531 \series bold
5532
5533 \backslash
5534 LTleft
5535 \series default
5536  auf den Wert 
5537 \family sans
5538 0.1
5539 \backslash
5540 columnwidth
5541 \family default
5542  gesetzt:
5543 \begin_inset ERT
5544 status collapsed
5545
5546 \begin_layout Plain Layout
5547
5548
5549 \backslash
5550 setlength{
5551 \backslash
5552 LTleft}{0.1
5553 \backslash
5554 columnwidth}
5555 \end_layout
5556
5557 \end_inset
5558
5559
5560 \end_layout
5561
5562 \begin_layout Standard
5563 \begin_inset Tabular
5564 <lyxtabular version="3" rows="5" columns="5">
5565 <features islongtable="true" longtabularalignment="center">
5566 <column alignment="center" valignment="top">
5567 <column alignment="center" valignment="top">
5568 <column alignment="center" valignment="top" width="0pt">
5569 <column alignment="center" valignment="top">
5570 <column alignment="center" valignment="top">
5571 <row>
5572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576 1
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585 2
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594 3
5595 \end_layout
5596
5597 \end_inset
5598 </cell>
5599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603 4
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612 5
5613 \end_layout
5614
5615 \end_inset
5616 </cell>
5617 </row>
5618 <row>
5619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 asd
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632 s
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5638 \begin_inset Text
5639
5640 \begin_layout Plain Layout
5641 s
5642 \end_layout
5643
5644 \end_inset
5645 </cell>
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 s
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5656 \begin_inset Text
5657
5658 \begin_layout Plain Layout
5659 asd
5660 \end_layout
5661
5662 \end_inset
5663 </cell>
5664 </row>
5665 <row>
5666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 asd
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 s
5680 \end_layout
5681
5682 \end_inset
5683 </cell>
5684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5685 \begin_inset Text
5686
5687 \begin_layout Plain Layout
5688 s
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 s
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5703 \begin_inset Text
5704
5705 \begin_layout Plain Layout
5706 asd
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 </row>
5712 <row>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 asd
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 s
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 s
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 s
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 asd
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 </row>
5759 <row>
5760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 asd
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5770 \begin_inset Text
5771
5772 \begin_layout Plain Layout
5773 asd
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Plain Layout
5782 asd
5783 \end_layout
5784
5785 \end_inset
5786 </cell>
5787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791 asd
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800 asd
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 </row>
5806 </lyxtabular>
5807
5808 \end_inset
5809
5810
5811 \begin_inset ERT
5812 status collapsed
5813
5814 \begin_layout Plain Layout
5815
5816
5817 \backslash
5818 setlength{
5819 \backslash
5820 LTleft}{
5821 \backslash
5822 fill}
5823 \end_layout
5824
5825 \end_inset
5826
5827
5828 \begin_inset ERT
5829 status collapsed
5830
5831 \begin_layout Plain Layout
5832
5833
5834 \backslash
5835 addtocounter{table}{-1}
5836 \end_layout
5837
5838 \end_inset
5839
5840
5841 \begin_inset Note Note
5842 status collapsed
5843
5844 \begin_layout Plain Layout
5845 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5846 \begin_inset space ~
5847 \end_inset
5848
5849
5850 \begin_inset CommandInset ref
5851 LatexCommand ref
5852 reference "uab:Beschriftungen-langer-Tabellen"
5853
5854 \end_inset
5855
5856
5857 \end_layout
5858
5859 \end_inset
5860
5861
5862 \end_layout
5863
5864 \begin_layout Subsection
5865 Beschriftungen langer Tabellen
5866 \begin_inset CommandInset label
5867 LatexCommand label
5868 name "uab:Beschriftungen-langer-Tabellen"
5869
5870 \end_inset
5871
5872
5873 \begin_inset Index idx
5874 status collapsed
5875
5876 \begin_layout Plain Layout
5877 Tabellen ! lange ! Titel
5878 \end_layout
5879
5880 \end_inset
5881
5882
5883 \end_layout
5884
5885 \begin_layout Standard
5886 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5887  nur auf eine Seite gedruckt werden können.
5888  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5889 \begin_inset space ~
5890 \end_inset
5891
5892
5893 \begin_inset CommandInset ref
5894 LatexCommand ref
5895 reference "abs:Lange-Tabellen"
5896
5897 \end_inset
5898
5899  erklärt.
5900  Nur eine Tabellenzeile kann eine Beschriftung enthalten, entweder eine
5901  Kopf- oder eine Fußzeile.
5902 \end_layout
5903
5904 \begin_layout Standard
5905 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5906 \end_layout
5907
5908 \begin_layout Standard
5909 \begin_inset Tabular
5910 <lyxtabular version="3" rows="6" columns="5">
5911 <features islongtable="true" longtabularalignment="center">
5912 <column alignment="center" valignment="top">
5913 <column alignment="center" valignment="top">
5914 <column alignment="center" valignment="top">
5915 <column alignment="center" valignment="top">
5916 <column alignment="center" valignment="top">
5917 <row endfirsthead="true" caption="true">
5918 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5919 \begin_inset Text
5920
5921 \begin_layout Plain Layout
5922 \begin_inset Caption Standard
5923
5924 \begin_layout Plain Layout
5925 Eine lange Tabelle mit Titel
5926 \begin_inset Argument 1
5927 status open
5928
5929 \begin_layout Plain Layout
5930 Lange Tabelle
5931 \end_layout
5932
5933 \end_inset
5934
5935
5936 \end_layout
5937
5938 \end_inset
5939
5940
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Plain Layout
5949
5950 \end_layout
5951
5952 \end_inset
5953 </cell>
5954 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Plain Layout
5958
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 </row>
5982 <row>
5983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Plain Layout
5987 1
5988 \end_layout
5989
5990 \end_inset
5991 </cell>
5992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5993 \begin_inset Text
5994
5995 \begin_layout Plain Layout
5996 2
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005 3
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Plain Layout
6014 4
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Plain Layout
6023 5
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 </row>
6029 <row>
6030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6031 \begin_inset Text
6032
6033 \begin_layout Plain Layout
6034 asd
6035 \end_layout
6036
6037 \end_inset
6038 </cell>
6039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Plain Layout
6043 s
6044 \end_layout
6045
6046 \end_inset
6047 </cell>
6048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Plain Layout
6052 s
6053 \end_layout
6054
6055 \end_inset
6056 </cell>
6057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Plain Layout
6061 s
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070 asd
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 </row>
6076 <row>
6077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081 asd
6082 \end_layout
6083
6084 \end_inset
6085 </cell>
6086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6087 \begin_inset Text
6088
6089 \begin_layout Plain Layout
6090 s
6091 \end_layout
6092
6093 \end_inset
6094 </cell>
6095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Plain Layout
6099 s
6100 \end_layout
6101
6102 \end_inset
6103 </cell>
6104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108 s
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Plain Layout
6117 asd
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 </row>
6123 <row>
6124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6125 \begin_inset Text
6126
6127 \begin_layout Plain Layout
6128 asd
6129 \end_layout
6130
6131 \end_inset
6132 </cell>
6133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6134 \begin_inset Text
6135
6136 \begin_layout Plain Layout
6137 s
6138 \end_layout
6139
6140 \end_inset
6141 </cell>
6142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6143 \begin_inset Text
6144
6145 \begin_layout Plain Layout
6146 s
6147 \end_layout
6148
6149 \end_inset
6150 </cell>
6151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Plain Layout
6155 s
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Plain Layout
6164 asd
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 </row>
6170 <row>
6171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Plain Layout
6175 asd
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Plain Layout
6184 asd
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6190 \begin_inset Text
6191
6192 \begin_layout Plain Layout
6193 asd
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Plain Layout
6202 asd
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211 asd
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 </row>
6217 </lyxtabular>
6218
6219 \end_inset
6220
6221
6222 \end_layout
6223
6224 \begin_layout Standard
6225 \begin_inset VSpace medskip
6226 \end_inset
6227
6228
6229 \begin_inset Note Greyedout
6230 status open
6231
6232 \begin_layout Plain Layout
6233
6234 \series bold
6235 Bemerkung
6236 \begin_inset space ~
6237 \end_inset
6238
6239 1:
6240 \series default
6241  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6242  Titel vergeben.
6243  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6244 \begin_inset space ~
6245 \end_inset
6246
6247 2.4 auf Tabelle
6248 \begin_inset space ~
6249 \end_inset
6250
6251 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6252  Beschriftung sind.
6253  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6254  \SpecialChar LaTeX
6255 -Befehl als \SpecialChar TeX
6256 -Code einfügen:
6257 \end_layout
6258
6259 \begin_layout Plain Layout
6260
6261 \series bold
6262
6263 \backslash
6264 addtocounter{table}{-1}
6265 \end_layout
6266
6267 \begin_layout Plain Layout
6268 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6269  Beschriftung hat und Sie diesen Code zum \SpecialChar LaTeX
6270 -Vorspann hinzufügen:
6271 \end_layout
6272
6273 \begin_layout Plain Layout
6274
6275 \series bold
6276
6277 \backslash
6278 let
6279 \backslash
6280 myEnd
6281 \backslash
6282 endlongtable
6283 \begin_inset Newline newline
6284 \end_inset
6285
6286
6287 \backslash
6288 renewcommand{
6289 \backslash
6290 endlongtable}{
6291 \backslash
6292 myEnd
6293 \backslash
6294 addtocounter{table}{-1}}
6295 \end_layout
6296
6297 \end_inset
6298
6299
6300 \end_layout
6301
6302 \begin_layout Standard
6303 \begin_inset Note Greyedout
6304 status open
6305
6306 \begin_layout Plain Layout
6307
6308 \series bold
6309 Bemerkung
6310 \begin_inset space ~
6311 \end_inset
6312
6313 2:
6314 \series default
6315  Wenn Sie 
6316 \series bold
6317 hyperref
6318 \series default
6319
6320 \begin_inset Index idx
6321 status collapsed
6322
6323 \begin_layout Plain Layout
6324 \SpecialChar LaTeX
6325 -Pakete ! hyperref
6326 \end_layout
6327
6328 \end_inset
6329
6330  in den
6331 \family sans
6332  PDF-Eigenschaften
6333 \family default
6334  im 
6335 \family sans
6336 Dokument-Einstellungen
6337 \family default
6338  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6339  immer auf den Anfang des Dokuments zeigen.
6340 \end_layout
6341
6342 \end_inset
6343
6344
6345 \end_layout
6346
6347 \begin_layout Subsubsection
6348 Querverweise auf 
6349 \family sans
6350 lange Tabelle
6351 \family default
6352 n
6353 \begin_inset Index idx
6354 status collapsed
6355
6356 \begin_layout Plain Layout
6357 Tabellen ! lange ! Querverweis
6358 \end_layout
6359
6360 \end_inset
6361
6362
6363 \end_layout
6364
6365 \begin_layout Standard
6366 \begin_inset Tabular
6367 <lyxtabular version="3" rows="6" columns="5">
6368 <features islongtable="true" longtabularalignment="center">
6369 <column alignment="center" valignment="top">
6370 <column alignment="center" valignment="top">
6371 <column alignment="center" valignment="top">
6372 <column alignment="center" valignment="top">
6373 <column alignment="center" valignment="top">
6374 <row endfirsthead="true" caption="true">
6375 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379 \begin_inset Caption Standard
6380
6381 \begin_layout Plain Layout
6382 Lange Tabelle mit Marke
6383 \begin_inset CommandInset label
6384 LatexCommand label
6385 name "tab:LangeTabelle-mit-Marke"
6386
6387 \end_inset
6388
6389
6390 \end_layout
6391
6392 \end_inset
6393
6394
6395 \end_layout
6396
6397 \end_inset
6398 </cell>
6399 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Plain Layout
6403
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 </row>
6436 <row>
6437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6438 \begin_inset Text
6439
6440 \begin_layout Plain Layout
6441 1
6442 \end_layout
6443
6444 \end_inset
6445 </cell>
6446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Plain Layout
6450 2
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459 3
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468 4
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477 5
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 </row>
6483 <row>
6484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488 asd
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497 s
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506 s
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 s
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6521 \begin_inset Text
6522
6523 \begin_layout Plain Layout
6524 asd
6525 \end_layout
6526
6527 \end_inset
6528 </cell>
6529 </row>
6530 <row>
6531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6532 \begin_inset Text
6533
6534 \begin_layout Plain Layout
6535 asd
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544 s
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553 s
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 s
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571 asd
6572 \end_layout
6573
6574 \end_inset
6575 </cell>
6576 </row>
6577 <row>
6578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582 asd
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591 s
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600 s
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 s
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Plain Layout
6618 asd
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 </row>
6624 <row>
6625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629 asd
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638 sad
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647 asd
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 asd
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665 asd
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 </row>
6671 </lyxtabular>
6672
6673 \end_inset
6674
6675
6676 \end_layout
6677
6678 \begin_layout Standard
6679 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6680  im Titel einfügen.
6681 \end_layout
6682
6683 \begin_layout Standard
6684 Dies ist ein Verweis auf Tabelle
6685 \begin_inset space ~
6686 \end_inset
6687
6688
6689 \begin_inset CommandInset ref
6690 LatexCommand ref
6691 reference "tab:LangeTabelle-mit-Marke"
6692
6693 \end_inset
6694
6695 .
6696 \end_layout
6697
6698 \begin_layout Standard
6699 Mit dem \SpecialChar LaTeX
6700 -Paket 
6701 \series bold
6702 caption
6703 \series default
6704
6705 \begin_inset Index idx
6706 status collapsed
6707
6708 \begin_layout Plain Layout
6709 \SpecialChar LaTeX
6710 -Pakete ! caption
6711 \end_layout
6712
6713 \end_inset
6714
6715 , siehe Abschnitt
6716 \begin_inset space ~
6717 \end_inset
6718
6719
6720 \begin_inset CommandInset ref
6721 LatexCommand ref
6722 reference "abs:Titel-Formatierung"
6723
6724 \end_inset
6725
6726 , können Sie alle anderen Beschriftungsoptionen benutzen.
6727 \end_layout
6728
6729 \begin_layout Subsubsection
6730 Titelbreite
6731 \begin_inset Index idx
6732 status collapsed
6733
6734 \begin_layout Plain Layout
6735 Tabellen ! lange ! Beschriftungsbreite
6736 \end_layout
6737
6738 \end_inset
6739
6740
6741 \end_layout
6742
6743 \begin_layout Standard
6744 Die maximale Titelbreite wird durch die Variable 
6745 \series bold
6746
6747 \backslash
6748 LTcapwidth
6749 \series default
6750  definiert.
6751  Ihr Standardwert ist 4
6752 \begin_inset space \thinspace{}
6753 \end_inset
6754
6755 Zoll (
6756 \begin_inset Formula $\approx10$
6757 \end_inset
6758
6759
6760 \begin_inset space \thinspace{}
6761 \end_inset
6762
6763 cm).
6764  Um das zu ändern, können Sie entweder im \SpecialChar LaTeX
6765 -Vorspann oder als \SpecialChar TeX
6766 -Code vor der
6767  betreffenden Tabelle folgenden Befehl einsetzen:
6768 \end_layout
6769
6770 \begin_layout Standard
6771
6772 \series bold
6773
6774 \backslash
6775 setlength{
6776 \backslash
6777 LTcapwidth}{Breite}
6778 \end_layout
6779
6780 \begin_layout Standard
6781 wobei die 
6782 \family sans
6783 Breite
6784 \family default
6785  eine der in Anhang
6786 \begin_inset space ~
6787 \end_inset
6788
6789
6790 \begin_inset CommandInset ref
6791 LatexCommand ref
6792 reference "kap:In-LyX-verfügbare"
6793
6794 \end_inset
6795
6796  aufgelisteten Einheiten haben kann.
6797 \end_layout
6798
6799 \begin_layout Standard
6800 Die beiden folgenden Tabellen zeigen den Unterschied:
6801 \end_layout
6802
6803 \begin_layout Standard
6804 \begin_inset Tabular
6805 <lyxtabular version="3" rows="6" columns="5">
6806 <features islongtable="true" longtabularalignment="center">
6807 <column alignment="center" valignment="top">
6808 <column alignment="center" valignment="top">
6809 <column alignment="center" valignment="top">
6810 <column alignment="center" valignment="top">
6811 <column alignment="center" valignment="top">
6812 <row endfirsthead="true" caption="true">
6813 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6814 \begin_inset Text
6815
6816 \begin_layout Plain Layout
6817 \begin_inset Caption Standard
6818
6819 \begin_layout Plain Layout
6820 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6821 \begin_inset Argument 1
6822 status open
6823
6824 \begin_layout Plain Layout
6825 Titel mit Standardbreite
6826 \end_layout
6827
6828 \end_inset
6829
6830
6831 \end_layout
6832
6833 \end_inset
6834
6835
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Plain Layout
6844
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Plain Layout
6853
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Plain Layout
6862
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Plain Layout
6871
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 </row>
6877 <row>
6878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Plain Layout
6882 1
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891 2
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout Plain Layout
6900 3
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909 4
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Plain Layout
6918 5
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 </row>
6924 <row>
6925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929 asd
6930 \end_layout
6931
6932 \end_inset
6933 </cell>
6934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6935 \begin_inset Text
6936
6937 \begin_layout Plain Layout
6938 s
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947 s
6948 \end_layout
6949
6950 \end_inset
6951 </cell>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956 s
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Plain Layout
6965 asd
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 </row>
6971 <row>
6972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976 asd
6977 \end_layout
6978
6979 \end_inset
6980 </cell>
6981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Plain Layout
6985 s
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Plain Layout
6994 s
6995 \end_layout
6996
6997 \end_inset
6998 </cell>
6999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Plain Layout
7003 s
7004 \end_layout
7005
7006 \end_inset
7007 </cell>
7008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Plain Layout
7012 asd
7013 \end_layout
7014
7015 \end_inset
7016 </cell>
7017 </row>
7018 <row>
7019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023 asd
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7029 \begin_inset Text
7030
7031 \begin_layout Plain Layout
7032 s
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041 s
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 s
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7056 \begin_inset Text
7057
7058 \begin_layout Plain Layout
7059 asd
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 </row>
7065 <row>
7066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070 asd
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079 sad
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088 asd
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097 asd
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Plain Layout
7106 asd
7107 \end_layout
7108
7109 \end_inset
7110 </cell>
7111 </row>
7112 </lyxtabular>
7113
7114 \end_inset
7115
7116
7117 \end_layout
7118
7119 \begin_layout Standard
7120 \begin_inset ERT
7121 status collapsed
7122
7123 \begin_layout Plain Layout
7124
7125
7126 \backslash
7127 setlength{
7128 \backslash
7129 LTcapwidth}{5cm}
7130 \end_layout
7131
7132 \end_inset
7133
7134
7135 \begin_inset Tabular
7136 <lyxtabular version="3" rows="6" columns="5">
7137 <features islongtable="true" longtabularalignment="center">
7138 <column alignment="center" valignment="top">
7139 <column alignment="center" valignment="top">
7140 <column alignment="center" valignment="top">
7141 <column alignment="center" valignment="top">
7142 <column alignment="center" valignment="top">
7143 <row endfirsthead="true" caption="true">
7144 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7145 \begin_inset Text
7146
7147 \begin_layout Plain Layout
7148 \begin_inset Caption Standard
7149
7150 \begin_layout Plain Layout
7151 Langer Titel mit 5
7152 \begin_inset space \thinspace{}
7153 \end_inset
7154
7155 cm Breite, Langer Titel mit 5
7156 \begin_inset space \thinspace{}
7157 \end_inset
7158
7159 cm Breite
7160 \begin_inset Argument 1
7161 status open
7162
7163 \begin_layout Plain Layout
7164 Titel mit 5
7165 \begin_inset space \thinspace{}
7166 \end_inset
7167
7168 cm Breite
7169 \end_layout
7170
7171 \end_inset
7172
7173
7174 \end_layout
7175
7176 \end_inset
7177
7178
7179 \end_layout
7180
7181 \end_inset
7182 </cell>
7183 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7184 \begin_inset Text
7185
7186 \begin_layout Plain Layout
7187
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7193 \begin_inset Text
7194
7195 \begin_layout Plain Layout
7196
7197 \end_layout
7198
7199 \end_inset
7200 </cell>
7201 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7202 \begin_inset Text
7203
7204 \begin_layout Plain Layout
7205
7206 \end_layout
7207
7208 \end_inset
7209 </cell>
7210 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7211 \begin_inset Text
7212
7213 \begin_layout Plain Layout
7214
7215 \end_layout
7216
7217 \end_inset
7218 </cell>
7219 </row>
7220 <row>
7221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7222 \begin_inset Text
7223
7224 \begin_layout Plain Layout
7225 1
7226 \end_layout
7227
7228 \end_inset
7229 </cell>
7230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7231 \begin_inset Text
7232
7233 \begin_layout Plain Layout
7234 2
7235 \end_layout
7236
7237 \end_inset
7238 </cell>
7239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7240 \begin_inset Text
7241
7242 \begin_layout Plain Layout
7243 3
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252 4
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Plain Layout
7261 5
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 </row>
7267 <row>
7268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7269 \begin_inset Text
7270
7271 \begin_layout Plain Layout
7272 asd
7273 \end_layout
7274
7275 \end_inset
7276 </cell>
7277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7278 \begin_inset Text
7279
7280 \begin_layout Plain Layout
7281 s
7282 \end_layout
7283
7284 \end_inset
7285 </cell>
7286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7287 \begin_inset Text
7288
7289 \begin_layout Plain Layout
7290 s
7291 \end_layout
7292
7293 \end_inset
7294 </cell>
7295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7296 \begin_inset Text
7297
7298 \begin_layout Plain Layout
7299 s
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Plain Layout
7308 asd
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 </row>
7314 <row>
7315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319 asd
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7325 \begin_inset Text
7326
7327 \begin_layout Plain Layout
7328 s
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Plain Layout
7337 s
7338 \end_layout
7339
7340 \end_inset
7341 </cell>
7342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7343 \begin_inset Text
7344
7345 \begin_layout Plain Layout
7346 s
7347 \end_layout
7348
7349 \end_inset
7350 </cell>
7351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7352 \begin_inset Text
7353
7354 \begin_layout Plain Layout
7355 asd
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 </row>
7361 <row>
7362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7363 \begin_inset Text
7364
7365 \begin_layout Plain Layout
7366 asd
7367 \end_layout
7368
7369 \end_inset
7370 </cell>
7371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7372 \begin_inset Text
7373
7374 \begin_layout Plain Layout
7375 s
7376 \end_layout
7377
7378 \end_inset
7379 </cell>
7380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7381 \begin_inset Text
7382
7383 \begin_layout Plain Layout
7384 s
7385 \end_layout
7386
7387 \end_inset
7388 </cell>
7389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7390 \begin_inset Text
7391
7392 \begin_layout Plain Layout
7393 s
7394 \end_layout
7395
7396 \end_inset
7397 </cell>
7398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7399 \begin_inset Text
7400
7401 \begin_layout Plain Layout
7402 asd
7403 \end_layout
7404
7405 \end_inset
7406 </cell>
7407 </row>
7408 <row>
7409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7410 \begin_inset Text
7411
7412 \begin_layout Plain Layout
7413 asd
7414 \end_layout
7415
7416 \end_inset
7417 </cell>
7418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7419 \begin_inset Text
7420
7421 \begin_layout Plain Layout
7422 sad
7423 \end_layout
7424
7425 \end_inset
7426 </cell>
7427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7428 \begin_inset Text
7429
7430 \begin_layout Plain Layout
7431 asd
7432 \end_layout
7433
7434 \end_inset
7435 </cell>
7436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Plain Layout
7440 asd
7441 \end_layout
7442
7443 \end_inset
7444 </cell>
7445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449 asd
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 </row>
7455 </lyxtabular>
7456
7457 \end_inset
7458
7459
7460 \begin_inset ERT
7461 status collapsed
7462
7463 \begin_layout Plain Layout
7464
7465
7466 \backslash
7467 setlength{
7468 \backslash
7469 LTcapwidth}{4in}
7470 \end_layout
7471
7472 \end_inset
7473
7474
7475 \begin_inset Note Note
7476 status collapsed
7477
7478 \begin_layout Plain Layout
7479 Beschriftungsbreite zurücksetzen
7480 \end_layout
7481
7482 \end_inset
7483
7484
7485 \end_layout
7486
7487 \begin_layout Standard
7488 \begin_inset Note Greyedout
7489 status open
7490
7491 \begin_layout Plain Layout
7492
7493 \series bold
7494 Achtung:
7495 \series default
7496  Wenn das \SpecialChar LaTeX
7497 -Paket 
7498 \series bold
7499 caption
7500 \series default
7501
7502 \begin_inset Index idx
7503 status collapsed
7504
7505 \begin_layout Plain Layout
7506 \SpecialChar LaTeX
7507 -Pakete ! caption
7508 \end_layout
7509
7510 \end_inset
7511
7512  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7513  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7514  4
7515 \begin_inset space \thinspace{}
7516 \end_inset
7517
7518 Zoll für 
7519 \series bold
7520
7521 \backslash
7522 LTcapwidth
7523 \series default
7524  benutzen.
7525  Um in diesem Fall eine genau 4
7526 \begin_inset space \thinspace{}
7527 \end_inset
7528
7529 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7530  4
7531 \begin_inset space \thinspace{}
7532 \end_inset
7533
7534 Zoll veränderten Wert wie z.
7535 \begin_inset space \thinspace{}
7536 \end_inset
7537
7538 B.
7539  3.99
7540 \begin_inset space \thinspace{}
7541 \end_inset
7542
7543 Zoll verwenden oder den \SpecialChar LaTeX
7544 -Befehl 
7545 \series bold
7546
7547 \backslash
7548 captionsetup{width=Wert}
7549 \series default
7550  benutzen, der vom 
7551 \series bold
7552 caption
7553 \series default
7554 -Paket bereitgestellt wird.
7555 \end_layout
7556
7557 \end_inset
7558
7559
7560 \end_layout
7561
7562 \begin_layout Subsubsection
7563 Unterschiedliche Beschriftung für Tabellenseiten
7564 \begin_inset Index idx
7565 status collapsed
7566
7567 \begin_layout Plain Layout
7568 Tabellen ! lange ! mehrere Beschriftungen
7569 \end_layout
7570
7571 \end_inset
7572
7573
7574 \end_layout
7575
7576 \begin_layout Standard
7577 Wenn die Tabellenbeschriftung der folgenden Seiten anders sein soll, als
7578  die der ersten Seite, markieren Sie eine leere Zeile als Kopfzeile, die
7579  eine Beschriftung enthält.
7580  Dann klicken Sie mit rechts auf die Beschriftung und wählen im Kontext-Menü
7581  
7582 \family sans
7583 Legende
7584 \begin_inset space ~
7585 \end_inset
7586
7587 (Lange Tabelle (unnummeriert))
7588 \family default
7589  aus.
7590  Tabelle
7591 \begin_inset space ~
7592 \end_inset
7593
7594
7595 \begin_inset CommandInset ref
7596 LatexCommand ref
7597 reference "tab:DiffCaptions"
7598
7599 \end_inset
7600
7601  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7602  ohne Tabellennummer auf der zweiten Seite.
7603 \begin_inset Separator parbreak
7604 \end_inset
7605
7606
7607 \end_layout
7608
7609 \begin_layout Standard
7610 \align center
7611 \begin_inset Tabular
7612 <lyxtabular version="3" rows="59" columns="3">
7613 <features islongtable="true" longtabularalignment="center">
7614 <column alignment="left" valignment="top" width="0pt">
7615 <column alignment="left" valignment="top" width="0pt">
7616 <column alignment="center" valignment="top" width="0pt">
7617 <row endfirsthead="true" caption="true">
7618 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Plain Layout
7622 \begin_inset Caption Standard
7623
7624 \begin_layout Plain Layout
7625 Telefonliste
7626 \begin_inset CommandInset label
7627 LatexCommand label
7628 name "tab:DiffCaptions"
7629
7630 \end_inset
7631
7632
7633 \begin_inset Argument 1
7634 status collapsed
7635
7636 \begin_layout Plain Layout
7637 Telefonliste
7638 \end_layout
7639
7640 \end_inset
7641
7642
7643 \end_layout
7644
7645 \end_inset
7646
7647
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656
7657 \end_layout
7658
7659 \end_inset
7660 </cell>
7661 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 </row>
7671 <row endfirsthead="true">
7672 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676
7677 \series bold
7678 Telefonliste (ignoriere die Namen)
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Plain Layout
7687
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696
7697 \end_layout
7698
7699 \end_inset
7700 </cell>
7701 </row>
7702 <row endfirsthead="true">
7703 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707
7708 \series bold
7709 NAME
7710 \end_layout
7711
7712 \end_inset
7713 </cell>
7714 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7715 \begin_inset Text
7716
7717 \begin_layout Plain Layout
7718
7719 \end_layout
7720
7721 \end_inset
7722 </cell>
7723 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727
7728 \series bold
7729 TEL.
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 </row>
7735 <row endhead="true" caption="true">
7736 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740 \begin_inset Caption LongTableNoNumber
7741
7742 \begin_layout Plain Layout
7743 Fortsetzung der Telefonliste
7744 \end_layout
7745
7746 \end_inset
7747
7748
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7754 \begin_inset Text
7755
7756 \begin_layout Plain Layout
7757
7758 \end_layout
7759
7760 \end_inset
7761 </cell>
7762 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7763 \begin_inset Text
7764
7765 \begin_layout Plain Layout
7766
7767 \end_layout
7768
7769 \end_inset
7770 </cell>
7771 </row>
7772 <row endhead="true">
7773 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7774 \begin_inset Text
7775
7776 \begin_layout Plain Layout
7777
7778 \series bold
7779 Telefonliste
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7785 \begin_inset Text
7786
7787 \begin_layout Plain Layout
7788
7789 \end_layout
7790
7791 \end_inset
7792 </cell>
7793 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7794 \begin_inset Text
7795
7796 \begin_layout Plain Layout
7797
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 </row>
7803 <row endhead="true">
7804 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808
7809 \series bold
7810 NAME
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828
7829 \series bold
7830 TEL.
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 </row>
7836 <row endfoot="true">
7837 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841 wird fortgesetzt\SpecialChar ldots
7842
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851
7852 \end_layout
7853
7854 \end_inset
7855 </cell>
7856 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Plain Layout
7860
7861 \end_layout
7862
7863 \end_inset
7864 </cell>
7865 </row>
7866 <row>
7867 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871
7872 \series bold
7873 Annovi
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Plain Layout
7882 Silvia
7883 \end_layout
7884
7885 \end_inset
7886 </cell>
7887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7888 \begin_inset Text
7889
7890 \begin_layout Plain Layout
7891 111
7892 \end_layout
7893
7894 \end_inset
7895 </cell>
7896 </row>
7897 <row>
7898 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902
7903 \series bold
7904 Bertoli
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913 Stefano
7914 \end_layout
7915
7916 \end_inset
7917 </cell>
7918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922 111
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 </row>
7928 <row>
7929 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933
7934 \series bold
7935 Bozzi
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944 Walter
7945 \end_layout
7946
7947 \end_inset
7948 </cell>
7949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953 111
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 </row>
7959 <row>
7960 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964
7965 \series bold
7966 Cachia
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975 Maria
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984 111
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 </row>
7990 <row>
7991 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995
7996 \series bold
7997 Cachia
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006 Maurizio
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015 111
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 </row>
8021 <row>
8022 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026
8027 \series bold
8028 Cinquemani
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037 Giusi
8038 \end_layout
8039
8040 \end_inset
8041 </cell>
8042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046 111
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 </row>
8052 <row>
8053 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057
8058 \series bold
8059 Colin
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068 Bernard
8069 \end_layout
8070
8071 \end_inset
8072 </cell>
8073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077 111
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 </row>
8083 <row>
8084 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088
8089 \series bold
8090 Concli
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099 Gianfranco
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108 111
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 </row>
8114 <row>
8115 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119
8120 \series bold
8121 Dal Bosco
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130 Carolina
8131 \end_layout
8132
8133 \end_inset
8134 </cell>
8135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139 111
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 </row>
8145 <row>
8146 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150
8151 \series bold
8152 Dalpiaz
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161 Annamaria
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170 111
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 </row>
8176 <row>
8177 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181
8182 \series bold
8183 Feliciello
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192 Domenico
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201 111
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 </row>
8207 <row>
8208 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212
8213 \series bold
8214 Focarelli
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223 Paola
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232 111
8233 \end_layout
8234
8235 \end_inset
8236 </cell>
8237 </row>
8238 <row>
8239 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243
8244 \series bold
8245 Galletti
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254 Oreste
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263 111
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 </row>
8269 <row>
8270 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274
8275 \series bold
8276 Gasparini
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 Franca
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294 111
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 </row>
8300 <row>
8301 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305
8306 \series bold
8307 Rizzardi
8308 \series default
8309
8310 \begin_inset Foot
8311 status open
8312
8313 \begin_layout Plain Layout
8314 Beispielfußnote
8315 \end_layout
8316
8317 \end_inset
8318
8319
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328 Paola
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337 111
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 </row>
8343 <row>
8344 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348
8349 \series bold
8350 Lassini
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359 Giancarlo
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368 111
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 </row>
8374 <row>
8375 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379
8380 \series bold
8381 Malfatti
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8387 \begin_inset Text
8388
8389 \begin_layout Plain Layout
8390 Luciano
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399 111
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 </row>
8405 <row>
8406 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410
8411 \series bold
8412 Malfatti
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421 Valeriano
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430 111
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 </row>
8436 <row>
8437 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441
8442 \series bold
8443 Meneguzzo
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452 Roberto
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461 111
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 </row>
8467 <row>
8468 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472
8473 \series bold
8474 Mezzadra
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483 Roberto
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492 111
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 </row>
8498 <row>
8499 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503
8504 \series bold
8505 Pirpamer
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514 Erich
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523 111
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 </row>
8529 <row>
8530 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534
8535 \series bold
8536 Pochiesa
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545 Paolo
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554 111, 222
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 </row>
8560 <row>
8561 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565
8566 \series bold
8567 Radina
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576 Claudio
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585 111
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 </row>
8591 <row>
8592 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596
8597 \series bold
8598 Stuffer
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607 Oskar
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616 111
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 </row>
8622 <row>
8623 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627
8628 \series bold
8629 Tacchelli
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638 Ugo
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647 111
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 </row>
8653 <row>
8654 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658
8659 \series bold
8660 Tezzele
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 Margit
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678 111
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 </row>
8684 <row>
8685 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689
8690 \series bold
8691 Unterkalmsteiner
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700 Frieda
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709 111
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 </row>
8715 <row>
8716 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720
8721 \series bold
8722 Vieider
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731 Hilde
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740 111
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 </row>
8746 <row>
8747 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751
8752 \series bold
8753 Vigna
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762 Jürgen
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771 111
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 </row>
8777 <row>
8778 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782
8783 \series bold
8784 Weber
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793 Maurizio
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802 111
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 </row>
8808 <row>
8809 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813
8814 \series bold
8815 Winkler
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824 Franz
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833 111
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 </row>
8839 <row>
8840 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844  
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 </row>
8868 <row>
8869 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873
8874 \series bold
8875 Annovi
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884 Silvia
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893 555
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 </row>
8899 <row>
8900 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904
8905 \series bold
8906 Bertoli
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915 Stefano
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924 555
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 </row>
8930 <row>
8931 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935
8936 \series bold
8937 Bozzi
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946 Walter
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955 555
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 </row>
8961 <row>
8962 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966
8967 \series bold
8968 Cachia
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977 Maria
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986 555
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 </row>
8992 <row>
8993 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997
8998 \series bold
8999 Cachia
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008 Maurizio
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017 555
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 </row>
9023 <row>
9024 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028
9029 \series bold
9030 Cinquemani
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039 Giusi
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048 555
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 </row>
9054 <row>
9055 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059
9060 \series bold
9061 Colin
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 Bernard
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079 555
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 </row>
9085 <row>
9086 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090
9091 \series bold
9092 Concli
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101 Gianfranco
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110 555
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 </row>
9116 <row>
9117 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121
9122 \series bold
9123 Dal Bosco
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132 Carolina
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141 555
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 </row>
9147 <row>
9148 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152
9153 \series bold
9154 Dalpiaz
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163 Annamaria
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172 555
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 </row>
9178 <row>
9179 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183
9184 \series bold
9185 Feliciello
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194 Domenico
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203 555
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 </row>
9209 <row>
9210 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214
9215 \series bold
9216 Focarelli
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225 Paola
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234 555
9235 \end_layout
9236
9237 \end_inset
9238 </cell>
9239 </row>
9240 <row>
9241 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245
9246 \series bold
9247 Galletti
9248 \end_layout
9249
9250 \end_inset
9251 </cell>
9252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256 Oreste
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265 555
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 </row>
9271 <row>
9272 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276
9277 \series bold
9278 Gasparini
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287 Franca
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296 555
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 </row>
9302 <row>
9303 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307
9308 \series bold
9309 Rizzardi
9310 \end_layout
9311
9312 \end_inset
9313 </cell>
9314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9315 \begin_inset Text
9316
9317 \begin_layout Plain Layout
9318 Paola
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Plain Layout
9327 555
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 </row>
9333 <row>
9334 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338
9339 \series bold
9340 Lassini
9341 \end_layout
9342
9343 \end_inset
9344 </cell>
9345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349 Giancarlo
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9355 \begin_inset Text
9356
9357 \begin_layout Plain Layout
9358 555
9359 \end_layout
9360
9361 \end_inset
9362 </cell>
9363 </row>
9364 <row>
9365 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369
9370 \series bold
9371 Malfatti
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380 Luciano
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Plain Layout
9389 555
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 </row>
9395 <row>
9396 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400
9401 \series bold
9402 Malfatti
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411 Valeriano
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420 555
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 </row>
9426 <row>
9427 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431
9432 \series bold
9433 Meneguzzo
9434 \end_layout
9435
9436 \end_inset
9437 </cell>
9438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9439 \begin_inset Text
9440
9441 \begin_layout Plain Layout
9442 Roberto
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Plain Layout
9451 555
9452 \end_layout
9453
9454 \end_inset
9455 </cell>
9456 </row>
9457 <row>
9458 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462
9463 \series bold
9464 Mezzadra
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473 Roberto
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482 555
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 </row>
9488 </lyxtabular>
9489
9490 \end_inset
9491
9492
9493 \end_layout
9494
9495 \begin_layout Section
9496 Weitere Möglichkeiten für 
9497 \family sans
9498 lange Tabelle
9499 \family default
9500 n
9501 \begin_inset CommandInset label
9502 LatexCommand label
9503 name "abs:Special-Longtable-Issues"
9504
9505 \end_inset
9506
9507
9508 \end_layout
9509
9510 \begin_layout Subsection
9511 L
9512 \family sans
9513 ange Tabelle
9514 \family default
9515 n: Berechnung
9516 \begin_inset Index idx
9517 status collapsed
9518
9519 \begin_layout Plain Layout
9520 Tabellen ! lange ! Berechnung
9521 \end_layout
9522
9523 \end_inset
9524
9525
9526 \end_layout
9527
9528 \begin_layout Standard
9529 \SpecialChar LaTeX
9530  berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit so genannten
9531  
9532 \emph on
9533 chunks
9534 \emph default
9535  (Brocken).
9536  Chunks sind Tabellenteile, die \SpecialChar LaTeX
9537  gleichzeitig im Speicher hält.
9538  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9539  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9540  das die Druckausgabe.
9541  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9542  setzen, indem Sie in den \SpecialChar LaTeX
9543 -Vorspann Ihres Dokumentes folgende Zeile einfügen:
9544 \end_layout
9545
9546 \begin_layout Standard
9547
9548 \series bold
9549
9550 \backslash
9551 setcounter{LTchunksize}{100}
9552 \end_layout
9553
9554 \begin_layout Subsection
9555 Gleitobjekte und L
9556 \family sans
9557 ange Tabelle
9558 \family default
9559 n
9560 \begin_inset Index idx
9561 status collapsed
9562
9563 \begin_layout Plain Layout
9564 Tabellen ! lange ! und Gleitobjekte
9565 \end_layout
9566
9567 \end_inset
9568
9569
9570 \end_layout
9571
9572 \begin_layout Standard
9573 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9574 \family sans
9575 lange
9576 \begin_inset space ~
9577 \end_inset
9578
9579 Tabelle
9580 \family default
9581  beginnt, ein Gleitobjekt befindet.
9582  Um das zu vermeiden, können Sie vor der 
9583 \family sans
9584 langen
9585 \begin_inset space ~
9586 \end_inset
9587
9588 Tabellen
9589 \family default
9590  einen manuellen Seitenumbruch
9591 \family sans
9592  Einfügen\SpecialChar menuseparator
9593 Formatierung\SpecialChar menuseparator
9594 [Doppel]Seite
9595 \begin_inset space \space{}
9596 \end_inset
9597
9598 leeren
9599 \family default
9600  einfügen, siehe 
9601 \emph on
9602 Benutzerhandbuch
9603 \emph default
9604 .
9605 \end_layout
9606
9607 \begin_layout Subsection
9608 Manuelle Seitenumbrüche
9609 \begin_inset Index idx
9610 status collapsed
9611
9612 \begin_layout Plain Layout
9613 Tabellen ! lange ! manueller Seitenumbruch
9614 \end_layout
9615
9616 \end_inset
9617
9618
9619 \end_layout
9620
9621 \begin_layout Standard
9622 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9623  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9624  der Zelle umbrechen wollen, fügen Sie den Befehl  
9625 \begin_inset Quotes gld
9626 \end_inset
9627
9628
9629 \series bold
9630
9631 \backslash
9632
9633 \backslash
9634
9635 \series default
9636
9637 \begin_inset Quotes grd
9638 \end_inset
9639
9640  für eine neue Zeile als \SpecialChar TeX
9641 -Code an der Stelle in der Zelle ein, wo umgebrochen
9642  werden kann.
9643  Vor dem 
9644 \begin_inset Quotes gld
9645 \end_inset
9646
9647
9648 \series bold
9649
9650 \backslash
9651
9652 \backslash
9653
9654 \series default
9655
9656 \begin_inset Quotes grd
9657 \end_inset
9658
9659 -Befehl müssen Sie so viele 
9660 \begin_inset Quotes gld
9661 \end_inset
9662
9663
9664 \series bold
9665 &
9666 \series default
9667
9668 \begin_inset Quotes grd
9669 \end_inset
9670
9671  als \SpecialChar TeX
9672 -Code einfügen wie noch Spalten in der Zeile folgen.
9673  Mit 
9674 \begin_inset Quotes gld
9675 \end_inset
9676
9677
9678 \series bold
9679 &
9680 \series default
9681
9682 \begin_inset Quotes grd
9683 \end_inset
9684
9685   werden in \SpecialChar LaTeX
9686  Tabellenzellen getrennt.
9687  Hinter jedes 
9688 \begin_inset Quotes gld
9689 \end_inset
9690
9691
9692 \series bold
9693 &
9694 \series default
9695
9696 \begin_inset Quotes grd
9697 \end_inset
9698
9699  schreiben Sie ebenfalls in \SpecialChar TeX
9700 -Code den Inhalt der entsprechenden Zelle und
9701  löschen den Inhalt dieser Zellen.
9702 \end_layout
9703
9704 \begin_layout Standard
9705 Hinter dem 
9706 \begin_inset Quotes gld
9707 \end_inset
9708
9709
9710 \series bold
9711
9712 \backslash
9713
9714 \backslash
9715
9716 \series default
9717
9718 \begin_inset Quotes grd
9719 \end_inset
9720
9721 -Befehl müssen Sie so viele 
9722 \begin_inset Quotes gld
9723 \end_inset
9724
9725
9726 \series bold
9727 &
9728 \series default
9729
9730 \begin_inset Quotes grd
9731 \end_inset
9732
9733  als \SpecialChar TeX
9734 -Code einfügen wie Spalten vor der momentanen Spalte sind.
9735  In Tabelle
9736 \begin_inset space ~
9737 \end_inset
9738
9739
9740 \begin_inset CommandInset ref
9741 LatexCommand ref
9742 reference "tab:ForcedPagebreak"
9743
9744 \end_inset
9745
9746  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9747  Es folgt noch eine weitere Spalte.
9748  Deshalb wurde hinter dem Wort 
9749 \emph on
9750 Castelchiodato, 
9751 \emph default
9752 folgendes eingefügt:
9753 \end_layout
9754
9755 \begin_layout Standard
9756
9757 \series bold
9758 & 111
9759 \backslash
9760
9761 \backslash
9762  
9763 \backslash
9764 newpage
9765 \begin_inset Newline newline
9766 \end_inset
9767
9768 &
9769 \end_layout
9770
9771 \begin_layout Standard
9772 Die 
9773 \begin_inset Quotes gld
9774 \end_inset
9775
9776 111
9777 \begin_inset Quotes grd
9778 \end_inset
9779
9780  in der dritten Spalte wurde gelöscht.
9781  
9782 \series bold
9783
9784 \backslash
9785 newpage
9786 \series default
9787  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9788  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9789  Wenn die Fußzeile Ihrer 
9790 \family sans
9791 langen
9792 \begin_inset space ~
9793 \end_inset
9794
9795 Tabelle
9796 \family default
9797  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9798  Befehle benutzen:
9799 \end_layout
9800
9801 \begin_layout Standard
9802
9803 \series bold
9804 & 111
9805 \backslash
9806
9807 \backslash
9808
9809 \begin_inset Newline newline
9810 \end_inset
9811
9812
9813 \backslash
9814 hline &
9815 \end_layout
9816
9817 \begin_layout Standard
9818 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9819  muss folgender Befehl als \SpecialChar TeX
9820 -Code am Anfang der Zelle eingefügt werden:
9821 \end_layout
9822
9823 \begin_layout Standard
9824
9825 \series bold
9826
9827 \backslash
9828 setlength{
9829 \backslash
9830 parfillskip}{0pt}
9831 \end_layout
9832
9833 \begin_layout Standard
9834 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9835  erscheint.
9836 \begin_inset Separator parbreak
9837 \end_inset
9838
9839
9840 \end_layout
9841
9842 \begin_layout Standard
9843 \align center
9844 \begin_inset Tabular
9845 <lyxtabular version="3" rows="38" columns="3">
9846 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9847 <column alignment="left" valignment="top" width="0cm">
9848 <column alignment="left" valignment="top" width="3cm">
9849 <column alignment="right" valignment="top" width="0pt">
9850 <row endfirsthead="true" caption="true">
9851 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Plain Layout
9855 \begin_inset Caption Standard
9856
9857 \begin_layout Plain Layout
9858 Tabelle mit manuellem Seitenumbruch in einer Zelle
9859 \begin_inset CommandInset label
9860 LatexCommand label
9861 name "tab:ForcedPagebreak"
9862
9863 \end_inset
9864
9865
9866 \begin_inset Argument 1
9867 status collapsed
9868
9869 \begin_layout Plain Layout
9870 Tabelle mit manuellem Seitenumbruch in einer Zelle
9871 \end_layout
9872
9873 \end_inset
9874
9875
9876 \end_layout
9877
9878 \end_inset
9879
9880
9881 \end_layout
9882
9883 \end_inset
9884 </cell>
9885 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9886 \begin_inset Text
9887
9888 \begin_layout Plain Layout
9889
9890 \end_layout
9891
9892 \end_inset
9893 </cell>
9894 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9895 \begin_inset Text
9896
9897 \begin_layout Plain Layout
9898
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 </row>
9904 <row endfirsthead="true">
9905 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9906 \begin_inset Text
9907
9908 \begin_layout Plain Layout
9909
9910 \series bold
9911 Telefonliste (ignoriere die Namen)
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 </row>
9935 <row endfirsthead="true">
9936 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940
9941 \series bold
9942 NAME
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Plain Layout
9951
9952 \end_layout
9953
9954 \end_inset
9955 </cell>
9956 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Plain Layout
9960
9961 \series bold
9962 TEL.
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 </row>
9968 <row endhead="true">
9969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9970 \begin_inset Text
9971
9972 \begin_layout Plain Layout
9973 \begin_inset ERT
9974 status collapsed
9975
9976 \begin_layout Plain Layout
9977
9978
9979 \backslash
9980 caption*{Fortsetzung der Tabelle}
9981 \backslash
9982
9983 \backslash
9984 %
9985 \end_layout
9986
9987 \end_inset
9988
9989
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Plain Layout
10007
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 </row>
10013 <row endhead="true">
10014 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018
10019 \series bold
10020 Telefonliste
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 </row>
10044 <row endhead="true">
10045 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049
10050 \series bold
10051 NAME
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069
10070 \series bold
10071 TEL.
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 </row>
10077 <row endfoot="true">
10078 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082 wird fortgesetzt\SpecialChar ldots
10083
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 </row>
10107 <row>
10108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112
10113 \series bold
10114 Annovi
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123 Silvia
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132 111
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 </row>
10138 <row>
10139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143
10144 \series bold
10145 Bertoli
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154 Stefano
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10160 \begin_inset Text
10161
10162 \begin_layout Plain Layout
10163 111
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 </row>
10169 <row>
10170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174
10175 \series bold
10176 Bozzi
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 Walter
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10191 \begin_inset Text
10192
10193 \begin_layout Plain Layout
10194 111
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 </row>
10200 <row>
10201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205
10206 \series bold
10207 Cachia
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216 Maria
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225 111
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 </row>
10231 <row>
10232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236
10237 \series bold
10238 Cachia
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247 Maurizio
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256 111
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 </row>
10262 <row>
10263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267
10268 \series bold
10269 Cinquemani
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278 Giusi
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287 111
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 </row>
10293 <row>
10294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298
10299 \series bold
10300 Colin
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309 Bernard
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318 111
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 </row>
10324 <row>
10325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329
10330 \series bold
10331 Concli
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340 Gianfranco
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349 111
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 </row>
10355 <row>
10356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360
10361 \series bold
10362 Dal Bosco
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371 Carolina
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380 111
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 </row>
10386 <row>
10387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391
10392 \series bold
10393 Dalpiaz
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402 Annamaria
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411 111
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 </row>
10417 <row>
10418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422
10423 \series bold
10424 Feliciello
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433 Domenico
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10439 \begin_inset Text
10440
10441 \begin_layout Plain Layout
10442 111
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 </row>
10448 <row>
10449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453
10454 \series bold
10455 Focarelli
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464 Paola
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473 111
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 </row>
10479 <row>
10480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484
10485 \series bold
10486 Galletti
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495 Oreste
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504 111
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 </row>
10510 <row>
10511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515
10516 \series bold
10517 Gasparini
10518 \end_layout
10519
10520 \end_inset
10521 </cell>
10522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526 Franca
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535 111
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 </row>
10541 <row>
10542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546
10547 \series bold
10548 Lassini
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557 Giancarlo
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10563 \begin_inset Text
10564
10565 \begin_layout Plain Layout
10566 111
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 </row>
10572 <row>
10573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577
10578 \series bold
10579 Malfatti
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588 Luciano
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597 111
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 </row>
10603 <row>
10604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10605 \begin_inset Text
10606
10607 \begin_layout Plain Layout
10608
10609 \series bold
10610 Malfatti
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619 Valeriano
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Plain Layout
10628 111
10629 \end_layout
10630
10631 \end_inset
10632 </cell>
10633 </row>
10634 <row>
10635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10636 \begin_inset Text
10637
10638 \begin_layout Plain Layout
10639
10640 \series bold
10641 Meneguzzo
10642 \end_layout
10643
10644 \end_inset
10645 </cell>
10646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10647 \begin_inset Text
10648
10649 \begin_layout Plain Layout
10650 Roberto
10651 \end_layout
10652
10653 \end_inset
10654 </cell>
10655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10656 \begin_inset Text
10657
10658 \begin_layout Plain Layout
10659 111
10660 \end_layout
10661
10662 \end_inset
10663 </cell>
10664 </row>
10665 <row>
10666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10667 \begin_inset Text
10668
10669 \begin_layout Plain Layout
10670
10671 \series bold
10672 Mezzadra
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681 Roberto
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10687 \begin_inset Text
10688
10689 \begin_layout Plain Layout
10690 111
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 </row>
10696 <row>
10697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Plain Layout
10701
10702 \series bold
10703 Pirpamer
10704 \end_layout
10705
10706 \end_inset
10707 </cell>
10708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10709 \begin_inset Text
10710
10711 \begin_layout Plain Layout
10712 Erich
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721 111
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 </row>
10727 <row>
10728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732
10733 \series bold
10734 Pochiesa
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743 Paolo
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752 111, 222
10753 \end_layout
10754
10755 \end_inset
10756 </cell>
10757 </row>
10758 <row>
10759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763
10764 \series bold
10765 Radina
10766 \end_layout
10767
10768 \end_inset
10769 </cell>
10770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774 Claudio
10775 \end_layout
10776
10777 \end_inset
10778 </cell>
10779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783 111
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 </row>
10789 <row>
10790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794
10795 \series bold
10796 Rizzardi
10797 \end_layout
10798
10799 \end_inset
10800 </cell>
10801 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10802 \begin_inset Text
10803
10804 \begin_layout Plain Layout
10805 Paolo, 11.
10806  Fürst von Monte\SpecialChar softhyphen
10807 com\SpecialChar softhyphen
10808 patri, 11.
10809  Fürst von Sulmona und Vivaro, 10.
10810  Fürst von Rossano, 5.
10811  Herzog von Canemorte, 11.
10812  Herzog von Palombara, 5.
10813  Herzog von Castelchiodato,
10814 \begin_inset ERT
10815 status open
10816
10817 \begin_layout Plain Layout
10818
10819 & 111
10820 \backslash
10821
10822 \backslash
10823  
10824 \backslash
10825 newpage
10826 \end_layout
10827
10828 \begin_layout Plain Layout
10829
10830 &
10831 \end_layout
10832
10833 \end_inset
10834
10835  11.
10836  Herzog von Poggionativo, 11.
10837  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10838  Graf von Valinfreda, 11.
10839  Baron von Cropalati, 11.
10840  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849
10850 \end_layout
10851
10852 \end_inset
10853 </cell>
10854 </row>
10855 <row>
10856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10857 \begin_inset Text
10858
10859 \begin_layout Plain Layout
10860
10861 \series bold
10862 Stuffer
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871 Oskar
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Plain Layout
10880 111
10881 \end_layout
10882
10883 \end_inset
10884 </cell>
10885 </row>
10886 <row>
10887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891
10892 \series bold
10893 Tacchelli
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902 Ugo
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911 111
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 </row>
10917 <row>
10918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922
10923 \series bold
10924 Tezzele
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933 Margit
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942 111
10943 \end_layout
10944
10945 \end_inset
10946 </cell>
10947 </row>
10948 <row>
10949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953
10954 \series bold
10955 Unterkalmsteiner
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 Frieda
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973 111
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 </row>
10979 <row>
10980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984
10985 \series bold
10986 Vieider
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 Hilde
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11001 \begin_inset Text
11002
11003 \begin_layout Plain Layout
11004 111
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 </row>
11010 <row>
11011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015
11016 \series bold
11017 Vigna
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 Jürgen
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035 111
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 </row>
11041 <row>
11042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046
11047 \series bold
11048 Weber
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057 Maurizio
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066 111
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 </row>
11072 <row>
11073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077
11078 \series bold
11079 Winkler
11080 \end_layout
11081
11082 \end_inset
11083 </cell>
11084 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Plain Layout
11088 Franz
11089 \end_layout
11090
11091 \end_inset
11092 </cell>
11093 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11094 \begin_inset Text
11095
11096 \begin_layout Plain Layout
11097 111
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 </row>
11103 </lyxtabular>
11104
11105 \end_inset
11106
11107
11108 \end_layout
11109
11110 \begin_layout Section
11111 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11112 \end_layout
11113
11114 \begin_layout Subsection
11115 Mehrfache Zeilen in Zellen
11116 \begin_inset CommandInset label
11117 LatexCommand label
11118 name "uab:Mehrfache-Zeilen-in"
11119
11120 \end_inset
11121
11122
11123 \begin_inset Index idx
11124 status collapsed
11125
11126 \begin_layout Plain Layout
11127 Mehrfache ! Zeilen in Zellen
11128 \end_layout
11129
11130 \end_inset
11131
11132
11133 \begin_inset Index idx
11134 status collapsed
11135
11136 \begin_layout Plain Layout
11137 Tabellen ! Zeilenumbrüche
11138 \end_layout
11139
11140 \end_inset
11141
11142
11143 \end_layout
11144
11145 \begin_layout Standard
11146 \noindent
11147 \begin_inset Float table
11148 placement H
11149 wide false
11150 sideways false
11151 status open
11152
11153 \begin_layout Plain Layout
11154 \begin_inset Caption Standard
11155
11156 \begin_layout Plain Layout
11157 \begin_inset CommandInset label
11158 LatexCommand label
11159 name "tab:Table-with-multiple"
11160
11161 \end_inset
11162
11163 Tabelle mit mehrfachen Zeilen in einer Zelle
11164 \end_layout
11165
11166 \end_inset
11167
11168
11169 \end_layout
11170
11171 \begin_layout Plain Layout
11172 \align center
11173 \begin_inset Tabular
11174 <lyxtabular version="3" rows="3" columns="3">
11175 <features tabularvalignment="middle">
11176 <column alignment="center" valignment="middle" width="2.5cm">
11177 <column alignment="center" valignment="middle" width="0.5cm">
11178 <column alignment="center" valignment="middle" width="0.5cm">
11179 <row>
11180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11181 \begin_inset Text
11182
11183 \begin_layout Plain Layout
11184 zwei
11185 \begin_inset Newline linebreak
11186 \end_inset
11187
11188 Zeilen
11189 \end_layout
11190
11191 \end_inset
11192 </cell>
11193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Plain Layout
11197 b
11198 \end_layout
11199
11200 \end_inset
11201 </cell>
11202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Plain Layout
11206 c
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 </row>
11212 <row>
11213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11214 \begin_inset Text
11215
11216 \begin_layout Plain Layout
11217 d
11218 \end_layout
11219
11220 \end_inset
11221 </cell>
11222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11223 \begin_inset Text
11224
11225 \begin_layout Plain Layout
11226 e
11227 \end_layout
11228
11229 \end_inset
11230 </cell>
11231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11232 \begin_inset Text
11233
11234 \begin_layout Plain Layout
11235 f
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 </row>
11241 <row>
11242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246 g
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255 h
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264 i
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 </row>
11270 </lyxtabular>
11271
11272 \end_inset
11273
11274
11275 \end_layout
11276
11277 \end_inset
11278
11279
11280 \end_layout
11281
11282 \begin_layout Standard
11283 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11284  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11285  Tabelle
11286 \begin_inset space ~
11287 \end_inset
11288
11289
11290 \begin_inset CommandInset ref
11291 LatexCommand ref
11292 reference "tab:Table-with-multiple"
11293
11294 \end_inset
11295
11296  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11297 \family sans
11298 Tabellen-Einstellungen
11299 \family default
11300 -Dialog auf 2.5
11301 \begin_inset space \thinspace{}
11302 \end_inset
11303
11304 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11305  Weil unser Text schmaler als 2.5
11306 \begin_inset space \thinspace{}
11307 \end_inset
11308
11309 cm ist, würde er in einer Zeile gedruckt werden.
11310  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11311
11312 \family sans
11313 Strg+Shift+Enter
11314 \family default
11315 ) eingefügt.
11316  Wenn der Text länger ist, wird er automatisch umgebrochen.
11317 \end_layout
11318
11319 \begin_layout Standard
11320 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11321  setzen Sie die Breite der beiden Spalten im 
11322 \family sans
11323 Tabellen-Einstellungen
11324 \family default
11325 -Dialog auf 0.5
11326 \begin_inset space \thinspace{}
11327 \end_inset
11328
11329 cm und die vertikale Ausrichtung auf zentriert.
11330 \end_layout
11331
11332 \begin_layout Standard
11333 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11334  haben, kann \SpecialChar LaTeX
11335  es ohne Trennhilfen nicht trennen.
11336  Wenn Sie \SpecialChar LaTeX
11337  trotzdem die Trennung überlassen wollen, müssen Sie vor dem Wort
11338  etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11339  Fügen sie daher 0
11340 \begin_inset space \thinspace{}
11341 \end_inset
11342
11343 pt horizontalen Abstand vor dem Wort ein.
11344  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11345  Tabelle
11346 \begin_inset space ~
11347 \end_inset
11348
11349
11350 \begin_inset CommandInset ref
11351 LatexCommand ref
11352 reference "tab:Table-with-and"
11353
11354 \end_inset
11355
11356  zeigt die Wirkungen.
11357 \end_layout
11358
11359 \begin_layout Standard
11360 \begin_inset Float table
11361 placement h
11362 wide false
11363 sideways false
11364 status open
11365
11366 \begin_layout Plain Layout
11367 \begin_inset Caption Standard
11368
11369 \begin_layout Plain Layout
11370 \begin_inset CommandInset label
11371 LatexCommand label
11372 name "tab:Table-with-and"
11373
11374 \end_inset
11375
11376 Tabelle ohne und mit Silbentrennung
11377 \end_layout
11378
11379 \end_inset
11380
11381
11382 \end_layout
11383
11384 \begin_layout Plain Layout
11385 \begin_inset space \hfill{}
11386 \end_inset
11387
11388
11389 \begin_inset Tabular
11390 <lyxtabular version="3" rows="3" columns="3">
11391 <features tabularvalignment="middle">
11392 <column alignment="center" valignment="middle" width="2.5cm">
11393 <column alignment="center" valignment="middle" width="0.5cm">
11394 <column alignment="center" valignment="middle" width="0.5cm">
11395 <row>
11396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400 einsehrlangesZellenwort
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409 b
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418 c
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 </row>
11424 <row>
11425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 d
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438 e
11439 \end_layout
11440
11441 \end_inset
11442 </cell>
11443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11444 \begin_inset Text
11445
11446 \begin_layout Plain Layout
11447 f
11448 \end_layout
11449
11450 \end_inset
11451 </cell>
11452 </row>
11453 <row>
11454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11455 \begin_inset Text
11456
11457 \begin_layout Plain Layout
11458 g
11459 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467 h
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11473 \begin_inset Text
11474
11475 \begin_layout Plain Layout
11476 i
11477 \end_layout
11478
11479 \end_inset
11480 </cell>
11481 </row>
11482 </lyxtabular>
11483
11484 \end_inset
11485
11486
11487 \begin_inset space \hfill{}
11488 \end_inset
11489
11490
11491 \begin_inset Tabular
11492 <lyxtabular version="3" rows="3" columns="3">
11493 <features tabularvalignment="middle">
11494 <column alignment="center" valignment="middle" width="2.5cm">
11495 <column alignment="center" valignment="middle" width="0.5cm">
11496 <column alignment="center" valignment="middle" width="0.5cm">
11497 <row>
11498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 \begin_inset space \hspace{}
11503 \length 0pt
11504 \end_inset
11505
11506 einsehrlangesZellenwort
11507 \end_layout
11508
11509 \end_inset
11510 </cell>
11511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Plain Layout
11515 b
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Plain Layout
11524 c
11525 \end_layout
11526
11527 \end_inset
11528 </cell>
11529 </row>
11530 <row>
11531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535 d
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Plain Layout
11544 e
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11550 \begin_inset Text
11551
11552 \begin_layout Plain Layout
11553 f
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 </row>
11559 <row>
11560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11561 \begin_inset Text
11562
11563 \begin_layout Plain Layout
11564 g
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11570 \begin_inset Text
11571
11572 \begin_layout Plain Layout
11573 h
11574 \end_layout
11575
11576 \end_inset
11577 </cell>
11578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11579 \begin_inset Text
11580
11581 \begin_layout Plain Layout
11582 i
11583 \end_layout
11584
11585 \end_inset
11586 </cell>
11587 </row>
11588 </lyxtabular>
11589
11590 \end_inset
11591
11592
11593 \begin_inset space \hfill{}
11594 \end_inset
11595
11596
11597 \end_layout
11598
11599 \end_inset
11600
11601
11602 \end_layout
11603
11604 \begin_layout Subsection
11605 Mehrfachspalten
11606 \begin_inset CommandInset label
11607 LatexCommand label
11608 name "uab:Mehrfachspalten"
11609
11610 \end_inset
11611
11612
11613 \begin_inset Index idx
11614 status collapsed
11615
11616 \begin_layout Plain Layout
11617 Mahrfachspalten
11618 \end_layout
11619
11620 \end_inset
11621
11622
11623 \begin_inset Index idx
11624 status collapsed
11625
11626 \begin_layout Plain Layout
11627 Tabellen ! Mahrfachspalten
11628 \end_layout
11629
11630 \end_inset
11631
11632
11633 \end_layout
11634
11635 \begin_layout Subsubsection
11636 Grundlagen
11637 \end_layout
11638
11639 \begin_layout Standard
11640 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11641  und verwenden dann den Knopf 
11642 \begin_inset Info
11643 type  "icon"
11644 arg   "inset-modify tabular multicolumn"
11645 \end_inset
11646
11647  in der Werkzeugleiste, das Menü 
11648 \family sans
11649 Bearbeiten\SpecialChar menuseparator
11650 Tabelle\SpecialChar menuseparator
11651 Mehrfachspalte
11652 \family default
11653 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11654  
11655 \family sans
11656 Mehrfachspalte
11657 \family default
11658 .
11659 \end_layout
11660
11661 \begin_layout Standard
11662 Mehrfachspalten haben ihre eigenen Einstellungen.
11663  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11664  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11665  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11666 \begin_inset Separator parbreak
11667 \end_inset
11668
11669
11670 \end_layout
11671
11672 \begin_layout Standard
11673 \align center
11674 \begin_inset Tabular
11675 <lyxtabular version="3" rows="3" columns="4">
11676 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11677 <column alignment="center" valignment="top" width="0pt">
11678 <column alignment="center" valignment="middle">
11679 <column alignment="center" valignment="top" width="0in">
11680 <column alignment="center" valignment="top" width="0pt">
11681 <row>
11682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11683 \begin_inset Text
11684
11685 \begin_layout Plain Layout
11686 abc
11687 \end_layout
11688
11689 \end_inset
11690 </cell>
11691 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11692 \begin_inset Text
11693
11694 \begin_layout Plain Layout
11695 def ghi
11696 \end_layout
11697
11698 \end_inset
11699 </cell>
11700 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11701 \begin_inset Text
11702
11703 \begin_layout Plain Layout
11704
11705 \end_layout
11706
11707 \end_inset
11708 </cell>
11709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11710 \begin_inset Text
11711
11712 \begin_layout Plain Layout
11713 jkl
11714 \end_layout
11715
11716 \end_inset
11717 </cell>
11718 </row>
11719 <row>
11720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11721 \begin_inset Text
11722
11723 \begin_layout Plain Layout
11724
11725 \family roman
11726 \series medium
11727 \shape up
11728 \size normal
11729 \emph off
11730 \bar no
11731 \noun off
11732 \color none
11733 A
11734 \end_layout
11735
11736 \end_inset
11737 </cell>
11738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11739 \begin_inset Text
11740
11741 \begin_layout Plain Layout
11742 B
11743 \end_layout
11744
11745 \end_inset
11746 </cell>
11747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11748 \begin_inset Text
11749
11750 \begin_layout Plain Layout
11751 C
11752 \end_layout
11753
11754 \end_inset
11755 </cell>
11756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760 D
11761 \end_layout
11762
11763 \end_inset
11764 </cell>
11765 </row>
11766 <row>
11767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11768 \begin_inset Text
11769
11770 \begin_layout Plain Layout
11771 1
11772 \end_layout
11773
11774 \end_inset
11775 </cell>
11776 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11777 \begin_inset Text
11778
11779 \begin_layout Plain Layout
11780 2
11781 \end_layout
11782
11783 \end_inset
11784 </cell>
11785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11786 \begin_inset Text
11787
11788 \begin_layout Plain Layout
11789 3
11790 \end_layout
11791
11792 \end_inset
11793 </cell>
11794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11795 \begin_inset Text
11796
11797 \begin_layout Plain Layout
11798 4
11799 \end_layout
11800
11801 \end_inset
11802 </cell>
11803 </row>
11804 </lyxtabular>
11805
11806 \end_inset
11807
11808
11809 \end_layout
11810
11811 \begin_layout Subsubsection
11812 Mehrfachspalten-Berechnungen
11813 \begin_inset CommandInset label
11814 LatexCommand label
11815 name "uab:Mehrfachspalten-Berechnungen"
11816
11817 \end_inset
11818
11819
11820 \begin_inset Index idx
11821 status collapsed
11822
11823 \begin_layout Plain Layout
11824 Mahrfachspalten ! Berechnung
11825 \end_layout
11826
11827 \end_inset
11828
11829
11830 \begin_inset Index idx
11831 status collapsed
11832
11833 \begin_layout Plain Layout
11834 Tabellen ! Mahrfachspalten ! Berechnung
11835 \end_layout
11836
11837 \end_inset
11838
11839
11840 \end_layout
11841
11842 \begin_layout Standard
11843 \SpecialChar LyX
11844  unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11845  Zellen beachten.
11846 \end_layout
11847
11848 \begin_layout Standard
11849 \begin_inset Float table
11850 placement h
11851 wide false
11852 sideways false
11853 status open
11854
11855 \begin_layout Plain Layout
11856 \begin_inset Caption Standard
11857
11858 \begin_layout Plain Layout
11859 \begin_inset CommandInset label
11860 LatexCommand label
11861 name "tab:Table-with-centered"
11862
11863 \end_inset
11864
11865 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11866  die halbe Breite der Mehrfachspalten-Zelle haben
11867 \begin_inset Argument 1
11868 status collapsed
11869
11870 \begin_layout Plain Layout
11871 Eine Mehrfachspalten-Tabelle
11872 \end_layout
11873
11874 \end_inset
11875
11876
11877 \end_layout
11878
11879 \end_inset
11880
11881
11882 \end_layout
11883
11884 \begin_layout Plain Layout
11885 \align center
11886 \begin_inset Tabular
11887 <lyxtabular version="3" rows="3" columns="3">
11888 <features tabularvalignment="middle">
11889 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11890 <column alignment="center" valignment="middle">
11891 <column alignment="center" valignment="top">
11892 <row>
11893 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11894 \begin_inset Text
11895
11896 \begin_layout Plain Layout
11897 Dies ist eine Mehrfach\SpecialChar softhyphen
11898 spalten-Zelle
11899 \end_layout
11900
11901 \end_inset
11902 </cell>
11903 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11904 \begin_inset Text
11905
11906 \begin_layout Plain Layout
11907
11908 \end_layout
11909
11910 \end_inset
11911 </cell>
11912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11913 \begin_inset Text
11914
11915 \begin_layout Plain Layout
11916 c
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 </row>
11922 <row>
11923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11924 \begin_inset Text
11925
11926 \begin_layout Plain Layout
11927 d
11928 \end_layout
11929
11930 \end_inset
11931 </cell>
11932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11933 \begin_inset Text
11934
11935 \begin_layout Plain Layout
11936 e
11937 \end_layout
11938
11939 \end_inset
11940 </cell>
11941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11942 \begin_inset Text
11943
11944 \begin_layout Plain Layout
11945 f
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 </row>
11951 <row>
11952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11953 \begin_inset Text
11954
11955 \begin_layout Plain Layout
11956 g
11957 \end_layout
11958
11959 \end_inset
11960 </cell>
11961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11962 \begin_inset Text
11963
11964 \begin_layout Plain Layout
11965 h
11966 \end_layout
11967
11968 \end_inset
11969 </cell>
11970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11971 \begin_inset Text
11972
11973 \begin_layout Plain Layout
11974 i
11975 \end_layout
11976
11977 \end_inset
11978 </cell>
11979 </row>
11980 </lyxtabular>
11981
11982 \end_inset
11983
11984
11985 \end_layout
11986
11987 \end_inset
11988
11989
11990 \end_layout
11991
11992 \begin_layout Standard
11993 Um Tabelle
11994 \begin_inset space ~
11995 \end_inset
11996
11997
11998 \begin_inset CommandInset ref
11999 LatexCommand ref
12000 reference "tab:Table-with-centered"
12001
12002 \end_inset
12003
12004  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
12005  3×3-Tabelle, kreuzen im 
12006 \family sans
12007 Tabellen-Einstellungen
12008 \family default
12009 -Dialog 
12010 \family sans
12011 Mehrfachspalte
12012 \family default
12013  an, setzen die 
12014 \family sans
12015 Horizontale
12016 \begin_inset space ~
12017 \end_inset
12018
12019 Ausrichtung
12020 \family default
12021  auf 
12022 \family sans
12023 Zentriert
12024 \family default
12025  und die 
12026 \family sans
12027 Breite
12028 \family default
12029  auf 2.5
12030 \begin_inset space \thinspace{}
12031 \end_inset
12032
12033 cm.
12034  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12035  Sie die Breite der ersten Spalte auf 1.25
12036 \begin_inset space \thinspace{}
12037 \end_inset
12038
12039 cm setzen.
12040  Die zweite Spalte wird dann automatisch 1.25
12041 \begin_inset space \thinspace{}
12042 \end_inset
12043
12044 cm breit (Breite der 
12045 \family sans
12046 Mehrfachspalte
12047 \family default
12048  
12049 \begin_inset Formula $-$
12050 \end_inset
12051
12052  Breite der ersten Spalte).
12053  Dies wurde so für Tabelle
12054 \begin_inset space ~
12055 \end_inset
12056
12057
12058 \begin_inset CommandInset ref
12059 LatexCommand ref
12060 reference "tab:Table-without-half"
12061
12062 \end_inset
12063
12064  gemacht.
12065 \end_layout
12066
12067 \begin_layout Standard
12068 \begin_inset Float table
12069 wide false
12070 sideways false
12071 status open
12072
12073 \begin_layout Plain Layout
12074 \begin_inset Caption Standard
12075
12076 \begin_layout Plain Layout
12077 \begin_inset CommandInset label
12078 LatexCommand label
12079 name "tab:Table-without-half"
12080
12081 \end_inset
12082
12083 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12084  wie die Mehrfachspalte
12085 \begin_inset Argument 1
12086 status collapsed
12087
12088 \begin_layout Plain Layout
12089 Eine unvollkommene Mehrfachspalten-Tabelle
12090 \end_layout
12091
12092 \end_inset
12093
12094
12095 \end_layout
12096
12097 \end_inset
12098
12099
12100 \end_layout
12101
12102 \begin_layout Plain Layout
12103 \align center
12104 \begin_inset Tabular
12105 <lyxtabular version="3" rows="3" columns="3">
12106 <features tabularvalignment="middle">
12107 <column alignment="center" valignment="top" width="1.25cm">
12108 <column alignment="center" valignment="top">
12109 <column alignment="center" valignment="top">
12110 <row>
12111 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12112 \begin_inset Text
12113
12114 \begin_layout Plain Layout
12115 Dies ist auch eine Mehr\SpecialChar softhyphen
12116 fach\SpecialChar softhyphen
12117 spalten-Zelle
12118 \end_layout
12119
12120 \end_inset
12121 </cell>
12122 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12123 \begin_inset Text
12124
12125 \begin_layout Plain Layout
12126
12127 \end_layout
12128
12129 \end_inset
12130 </cell>
12131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12132 \begin_inset Text
12133
12134 \begin_layout Plain Layout
12135 c
12136 \end_layout
12137
12138 \end_inset
12139 </cell>
12140 </row>
12141 <row>
12142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12143 \begin_inset Text
12144
12145 \begin_layout Plain Layout
12146 d
12147 \end_layout
12148
12149 \end_inset
12150 </cell>
12151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12152 \begin_inset Text
12153
12154 \begin_layout Plain Layout
12155 e
12156 \end_layout
12157
12158 \end_inset
12159 </cell>
12160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12161 \begin_inset Text
12162
12163 \begin_layout Plain Layout
12164 f
12165 \end_layout
12166
12167 \end_inset
12168 </cell>
12169 </row>
12170 <row>
12171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12172 \begin_inset Text
12173
12174 \begin_layout Plain Layout
12175 g
12176 \end_layout
12177
12178 \end_inset
12179 </cell>
12180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12181 \begin_inset Text
12182
12183 \begin_layout Plain Layout
12184 h
12185 \end_layout
12186
12187 \end_inset
12188 </cell>
12189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12190 \begin_inset Text
12191
12192 \begin_layout Plain Layout
12193 i
12194 \end_layout
12195
12196 \end_inset
12197 </cell>
12198 </row>
12199 </lyxtabular>
12200
12201 \end_inset
12202
12203
12204 \end_layout
12205
12206 \end_inset
12207
12208
12209 \end_layout
12210
12211 \begin_layout Standard
12212 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12213  als die zweite ist.
12214  Das liegt daran, dass die Zellenbreite 
12215 \begin_inset Formula $W_{\mathrm{tot}}$
12216 \end_inset
12217
12218  nicht ihre definierte Breite 
12219 \begin_inset Formula $W_{g}$
12220 \end_inset
12221
12222  ist, sondern ein wenig mehr.
12223  Anhang
12224 \begin_inset space ~
12225 \end_inset
12226
12227
12228 \begin_inset CommandInset ref
12229 LatexCommand ref
12230 reference "kap:Erläuterung-einer-Gleichung"
12231
12232 \end_inset
12233
12234  erklärt das genauer.
12235 \end_layout
12236
12237 \begin_layout Standard
12238 Wenn 
12239 \emph on
12240 n
12241 \emph default
12242  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12243  die definierte Breite 
12244 \begin_inset Formula $W_{g\,n}$
12245 \end_inset
12246
12247  einer Spalte, deren totale Breite = 
12248 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12249 \end_inset
12250
12251  sein soll, wie folgt:
12252 \begin_inset Formula 
12253 \begin{equation}
12254 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12255 \end{equation}
12256
12257 \end_inset
12258
12259
12260 \end_layout
12261
12262 \begin_layout Standard
12263 In unserem Falls ist 
12264 \begin_inset Formula $n=2$
12265 \end_inset
12266
12267
12268 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12269 \end_inset
12270
12271 cm, und damit wird aus Gleichung
12272 \begin_inset space ~
12273 \end_inset
12274
12275
12276 \begin_inset CommandInset ref
12277 LatexCommand ref
12278 reference "eq:Wgn"
12279
12280 \end_inset
12281
12282  
12283 \begin_inset Formula 
12284 \begin{equation}
12285 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12286 \end{equation}
12287
12288 \end_inset
12289
12290
12291 \end_layout
12292
12293 \begin_layout Standard
12294 Damit \SpecialChar LaTeX
12295  rechnen kann, muss das Paket 
12296 \series bold
12297 calc
12298 \series default
12299  im Vorspann geladen werden.
12300 \begin_inset Index idx
12301 status collapsed
12302
12303 \begin_layout Plain Layout
12304 \SpecialChar LaTeX
12305 -Pakete ! calc
12306 \end_layout
12307
12308 \end_inset
12309
12310
12311 \end_layout
12312
12313 \begin_layout Standard
12314
12315 \series bold
12316
12317 \backslash
12318 usepackage{calc}
12319 \end_layout
12320
12321 \begin_layout Standard
12322 \SpecialChar LyX
12323  erlaubt im 
12324 \family sans
12325 Breite
12326 \family default
12327 -Feld des 
12328 \family sans
12329 Tabellen-Einstellungen
12330 \family default
12331 -Dialogs keine Berechnungen.
12332  Deshalb müssen Sie die Formel für die Breite im Feld 
12333 \family sans
12334 LaTeX-Argument
12335 \family default
12336  eingeben.
12337  Hier iss ein Überblick über die Argumente:
12338 \end_layout
12339
12340 \begin_layout Itemize
12341
12342 \series bold
12343 p{Breite}
12344 \series default
12345  die Zelle bekommt eine feste 
12346 \series bold
12347 Breite
12348 \series default
12349 , und die vertikale Ausrichtung ist 
12350 \family sans
12351 Oben
12352 \end_layout
12353
12354 \begin_layout Itemize
12355
12356 \series bold
12357 m{Breite}
12358 \series default
12359  die Zelle bekommt eine feste 
12360 \series bold
12361 Breite
12362 \series default
12363 , und die vertikale Ausrichtung ist 
12364 \family sans
12365 Mitte
12366 \end_layout
12367
12368 \begin_layout Itemize
12369
12370 \series bold
12371 b{Breite}
12372 \series default
12373  die Zelle bekommt eine feste 
12374 \series bold
12375 Breite
12376 \series default
12377 , und die vertikale Ausrichtung ist 
12378 \family sans
12379 Unten
12380 \end_layout
12381
12382 \begin_layout Standard
12383 Wenn Sie ein \SpecialChar LaTeX
12384 -Argument eingeben, werden alle anderen Einstellungen für diese
12385  Zelle überschrieben.
12386 \end_layout
12387
12388 \begin_layout Standard
12389 \begin_inset Note Greyedout
12390 status open
12391
12392 \begin_layout Plain Layout
12393
12394 \series bold
12395 Bemerkung:
12396 \series default
12397  Wegen eines Fehlers in \SpecialChar LyX
12398  werden die überschriebenen Einstellungen dennoch
12399  angezeigt.
12400 \end_layout
12401
12402 \end_inset
12403
12404
12405 \end_layout
12406
12407 \begin_layout Standard
12408 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12409  der Zelle mit dem Inhalt 
12410 \begin_inset Quotes gld
12411 \end_inset
12412
12413 d
12414 \begin_inset Quotes grd
12415 \end_inset
12416
12417  der Tabelle
12418 \begin_inset space ~
12419 \end_inset
12420
12421
12422 \begin_inset CommandInset ref
12423 LatexCommand ref
12424 reference "tab:Table-with-centered"
12425
12426 \end_inset
12427
12428  auch noch der Befehl
12429 \family typewriter
12430 \series bold
12431  
12432 \family default
12433
12434 \backslash
12435 centering
12436 \series default
12437  hinzugefügt.
12438  Das Ganze sieht dann so aus:
12439 \end_layout
12440
12441 \begin_layout Standard
12442
12443 \series bold
12444 |>{
12445 \backslash
12446 centering}m{1.25cm-6.2pt}
12447 \end_layout
12448
12449 \begin_layout Standard
12450 Der vertikale Strich 
12451 \series bold
12452
12453 \begin_inset Quotes gld
12454 \end_inset
12455
12456 |
12457 \series default
12458
12459 \begin_inset Quotes grd
12460 \end_inset
12461
12462  am Anfang zeichnet die linke Linie, und der Befehl 
12463 \series bold
12464
12465 \begin_inset Quotes gld
12466 \end_inset
12467
12468 >{ }
12469 \begin_inset Quotes grd
12470 \end_inset
12471
12472
12473 \series default
12474  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12475  der Zelle benutzt werden sollen.
12476 \end_layout
12477
12478 \begin_layout Standard
12479 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12480  haben, ist der Text noch immer linksbündig, weil \SpecialChar LyX
12481  Ausrichtungen nur für
12482  einzelne Spalten anwendet.
12483  Deswegen musste für die Mehrfachspalte folgendes \SpecialChar LaTeX
12484 -Argument benutzt werden:
12485 \end_layout
12486
12487 \begin_layout Standard
12488
12489 \series bold
12490 |>{
12491 \backslash
12492 centering}m{2.5cm}|
12493 \end_layout
12494
12495 \begin_layout Subsection
12496 Mehrfachzeilen
12497 \begin_inset CommandInset label
12498 LatexCommand label
12499 name "uab:Mehrfachzeilen"
12500
12501 \end_inset
12502
12503
12504 \begin_inset Index idx
12505 status collapsed
12506
12507 \begin_layout Plain Layout
12508 Mehrfachzeilen
12509 \end_layout
12510
12511 \end_inset
12512
12513
12514 \begin_inset Index idx
12515 status collapsed
12516
12517 \begin_layout Plain Layout
12518 Tabellen ! Mehrfachzeilen
12519 \end_layout
12520
12521 \end_inset
12522
12523
12524 \end_layout
12525
12526 \begin_layout Standard
12527 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12528  und verwenden dann den Knopf 
12529 \begin_inset Info
12530 type  "icon"
12531 arg   "inset-modify tabular multirow"
12532 \end_inset
12533
12534  in der Werkzeugleiste, das Menü 
12535 \family sans
12536 Bearbeiten\SpecialChar menuseparator
12537 Tabelle\SpecialChar menuseparator
12538 Mehrfachzeile
12539 \family default
12540 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12541  
12542 \family sans
12543 Mehrfachzeile
12544 \family default
12545 .
12546 \end_layout
12547
12548 \begin_layout Standard
12549 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12550 \begin_inset Separator parbreak
12551 \end_inset
12552
12553
12554 \end_layout
12555
12556 \begin_layout Standard
12557 \align center
12558 \begin_inset Tabular
12559 <lyxtabular version="3" rows="3" columns="3">
12560 <features tabularvalignment="middle">
12561 <column alignment="center" valignment="top" width="0pt">
12562 <column alignment="center" valignment="top">
12563 <column alignment="center" valignment="top">
12564 <row>
12565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12566 \begin_inset Text
12567
12568 \begin_layout Plain Layout
12569 ein langer Eintrag
12570 \end_layout
12571
12572 \end_inset
12573 </cell>
12574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12575 \begin_inset Text
12576
12577 \begin_layout Plain Layout
12578 b
12579 \end_layout
12580
12581 \end_inset
12582 </cell>
12583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12584 \begin_inset Text
12585
12586 \begin_layout Plain Layout
12587 c
12588 \end_layout
12589
12590 \end_inset
12591 </cell>
12592 </row>
12593 <row>
12594 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12595 \begin_inset Text
12596
12597 \begin_layout Plain Layout
12598 Mehrfachzeile
12599 \end_layout
12600
12601 \end_inset
12602 </cell>
12603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12604 \begin_inset Text
12605
12606 \begin_layout Plain Layout
12607 e
12608 \end_layout
12609
12610 \end_inset
12611 </cell>
12612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12613 \begin_inset Text
12614
12615 \begin_layout Plain Layout
12616 f
12617 \end_layout
12618
12619 \end_inset
12620 </cell>
12621 </row>
12622 <row>
12623 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12624 \begin_inset Text
12625
12626 \begin_layout Plain Layout
12627
12628 \end_layout
12629
12630 \end_inset
12631 </cell>
12632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12633 \begin_inset Text
12634
12635 \begin_layout Plain Layout
12636 h
12637 \end_layout
12638
12639 \end_inset
12640 </cell>
12641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12642 \begin_inset Text
12643
12644 \begin_layout Plain Layout
12645 i
12646 \end_layout
12647
12648 \end_inset
12649 </cell>
12650 </row>
12651 </lyxtabular>
12652
12653 \end_inset
12654
12655
12656 \end_layout
12657
12658 \begin_layout Standard
12659 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12660  Spalte festgelegt.
12661  Der 
12662 \family sans
12663 Vertikale Versatz
12664 \family default
12665  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12666  positiv/negativ ist.
12667 \end_layout
12668
12669 \begin_layout Standard
12670 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12671  die Mehrfachzeile die Ausrichtung der Spalte.
12672  Ansonsten ist sie standardmäßig links ausgerichtet.
12673  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12674 \series bold
12675
12676 \backslash
12677 multirowsetup
12678 \series default
12679  mit dem Befehl
12680 \end_layout
12681
12682 \begin_layout Standard
12683
12684 \series bold
12685
12686 \backslash
12687 renewcommand{
12688 \backslash
12689 multirowsetup}{
12690 \backslash
12691 centering}
12692 \end_layout
12693
12694 \begin_layout Standard
12695 im \SpecialChar LaTeX
12696 -Vorspann.
12697  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12698  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12699  auch mittels \SpecialChar TeX
12700 -Code vor der jeweiligen Tabelle, statt im \SpecialChar LaTeX
12701 -Vorspann, erneuert
12702  werden.
12703  Für rechtsbündigen Text ersetzt man 
12704 \series bold
12705
12706 \backslash
12707 centering
12708 \series default
12709  durch 
12710 \series bold
12711
12712 \backslash
12713 raggedleft
12714 \series default
12715 .
12716  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12717 \series bold
12718
12719 \backslash
12720 raggedright
12721 \series default
12722  verwendet.
12723 \end_layout
12724
12725 \begin_layout Standard
12726 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12727  die -4
12728 \begin_inset space \thinspace{}
12729 \end_inset
12730
12731 mm vertikalen Versatz hat und sich in einer 3
12732 \begin_inset space \thinspace{}
12733 \end_inset
12734
12735 cm breiten Spalte befindet:
12736 \begin_inset Separator parbreak
12737 \end_inset
12738
12739
12740 \end_layout
12741
12742 \begin_layout Standard
12743 \noindent
12744 \align center
12745 \begin_inset ERT
12746 status collapsed
12747
12748 \begin_layout Plain Layout
12749
12750
12751 \backslash
12752 renewcommand{
12753 \backslash
12754 multirowsetup}{
12755 \backslash
12756 raggedleft}
12757 \end_layout
12758
12759 \end_inset
12760
12761
12762 \begin_inset Tabular
12763 <lyxtabular version="3" rows="4" columns="3">
12764 <features tabularvalignment="middle">
12765 <column alignment="center" valignment="top" width="3cm">
12766 <column alignment="center" valignment="top">
12767 <column alignment="center" valignment="top">
12768 <row>
12769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12770 \begin_inset Text
12771
12772 \begin_layout Plain Layout
12773 ein langer Eintrag
12774 \end_layout
12775
12776 \end_inset
12777 </cell>
12778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12779 \begin_inset Text
12780
12781 \begin_layout Plain Layout
12782 b
12783 \end_layout
12784
12785 \end_inset
12786 </cell>
12787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12788 \begin_inset Text
12789
12790 \begin_layout Plain Layout
12791 c
12792 \end_layout
12793
12794 \end_inset
12795 </cell>
12796 </row>
12797 <row>
12798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12799 \begin_inset Text
12800
12801 \begin_layout Plain Layout
12802 t
12803 \end_layout
12804
12805 \end_inset
12806 </cell>
12807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12808 \begin_inset Text
12809
12810 \begin_layout Plain Layout
12811 n
12812 \end_layout
12813
12814 \end_inset
12815 </cell>
12816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12817 \begin_inset Text
12818
12819 \begin_layout Plain Layout
12820 m
12821 \end_layout
12822
12823 \end_inset
12824 </cell>
12825 </row>
12826 <row>
12827 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12828 \begin_inset Text
12829
12830 \begin_layout Plain Layout
12831 Mehrfachzeile
12832 \end_layout
12833
12834 \end_inset
12835 </cell>
12836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12837 \begin_inset Text
12838
12839 \begin_layout Plain Layout
12840 e
12841 \end_layout
12842
12843 \end_inset
12844 </cell>
12845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12846 \begin_inset Text
12847
12848 \begin_layout Plain Layout
12849 f
12850 \end_layout
12851
12852 \end_inset
12853 </cell>
12854 </row>
12855 <row>
12856 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12857 \begin_inset Text
12858
12859 \begin_layout Plain Layout
12860
12861 \end_layout
12862
12863 \end_inset
12864 </cell>
12865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12866 \begin_inset Text
12867
12868 \begin_layout Plain Layout
12869 h
12870 \end_layout
12871
12872 \end_inset
12873 </cell>
12874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12875 \begin_inset Text
12876
12877 \begin_layout Plain Layout
12878 i
12879 \end_layout
12880
12881 \end_inset
12882 </cell>
12883 </row>
12884 </lyxtabular>
12885
12886 \end_inset
12887
12888
12889 \begin_inset ERT
12890 status collapsed
12891
12892 \begin_layout Plain Layout
12893
12894
12895 \backslash
12896 renewcommand{
12897 \backslash
12898 multirowsetup}{
12899 \backslash
12900 raggedright}
12901 \end_layout
12902
12903 \end_inset
12904
12905
12906 \end_layout
12907
12908 \begin_layout Standard
12909 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12910  (Tastenkürzel 
12911 \family sans
12912 Strg+Enter
12913 \family default
12914 ) verwenden.
12915  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12916 \begin_inset Separator parbreak
12917 \end_inset
12918
12919
12920 \end_layout
12921
12922 \begin_layout Standard
12923 \noindent
12924 \align center
12925 \begin_inset Tabular
12926 <lyxtabular version="3" rows="3" columns="2">
12927 <features tabularvalignment="middle">
12928 <column alignment="left" valignment="middle" width="2cm">
12929 <column alignment="center" valignment="top">
12930 <row>
12931 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Plain Layout
12935 aaa
12936 \begin_inset Newline newline
12937 \end_inset
12938
12939 aaa
12940 \begin_inset Newline newline
12941 \end_inset
12942
12943 falsche Zelle
12944 \end_layout
12945
12946 \end_inset
12947 </cell>
12948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12949 \begin_inset Text
12950
12951 \begin_layout Plain Layout
12952 ccc
12953 \end_layout
12954
12955 \end_inset
12956 </cell>
12957 </row>
12958 <row>
12959 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12960 \begin_inset Text
12961
12962 \begin_layout Plain Layout
12963
12964 \end_layout
12965
12966 \end_inset
12967 </cell>
12968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12969 \begin_inset Text
12970
12971 \begin_layout Plain Layout
12972 ddd
12973 \end_layout
12974
12975 \end_inset
12976 </cell>
12977 </row>
12978 <row>
12979 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12980 \begin_inset Text
12981
12982 \begin_layout Plain Layout
12983 bbb
12984 \end_layout
12985
12986 \end_inset
12987 </cell>
12988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12989 \begin_inset Text
12990
12991 \begin_layout Plain Layout
12992 eee
12993 \end_layout
12994
12995 \end_inset
12996 </cell>
12997 </row>
12998 </lyxtabular>
12999
13000 \end_inset
13001
13002
13003 \end_layout
13004
13005 \begin_layout Standard
13006 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
13007 \end_layout
13008
13009 \begin_layout Subsection
13010 Zellen mit diagonalen Linien
13011 \end_layout
13012
13013 \begin_layout Standard
13014 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
13015  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
13016  oder zwei diagonalen Linien zu teilen.
13017  Dies kann erreicht werden, indem man das \SpecialChar LaTeX
13018 -Paket 
13019 \series bold
13020 diagbox
13021 \series default
13022
13023 \begin_inset Index idx
13024 status collapsed
13025
13026 \begin_layout Plain Layout
13027 \SpecialChar LaTeX
13028 -Pakete ! diagbox
13029 \end_layout
13030
13031 \end_inset
13032
13033  im \SpecialChar LaTeX
13034 -Vorspann lädt.
13035  Das Paket stellt den Befehl 
13036 \series bold
13037
13038 \backslash
13039 diagbox
13040 \series default
13041  zur Verfügung, der als \SpecialChar TeX
13042 -Code eingefügt wird und 2 oder 3
13043 \begin_inset space ~
13044 \end_inset
13045
13046 Argumente hat:
13047 \end_layout
13048
13049 \begin_layout Standard
13050
13051 \series bold
13052
13053 \backslash
13054 diagbox[Optionen]{links unten}{rechts oben}
13055 \end_layout
13056
13057 \begin_layout Standard
13058
13059 \series bold
13060
13061 \backslash
13062 diagbox[Optionen]{links unten}{links oben}{rechts oben}
13063 \end_layout
13064
13065 \begin_layout Standard
13066 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
13067  die Argumente werden unter und über diese Linie platziert.
13068  Das zweite Schema teilt die Zelle mit 2
13069 \begin_inset space ~
13070 \end_inset
13071
13072 Linien.
13073 \end_layout
13074
13075 \begin_layout Standard
13076 \begin_inset ERT
13077 status collapsed
13078
13079 \begin_layout Plain Layout
13080
13081
13082 \backslash
13083 ifdiagbox
13084 \end_layout
13085
13086 \end_inset
13087
13088
13089 \begin_inset Note Note
13090 status open
13091
13092 \begin_layout Plain Layout
13093 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
13094 -Paket 
13095 \series bold
13096 diagbox
13097 \series default
13098  installiert ist.
13099 \end_layout
13100
13101 \end_inset
13102
13103
13104 \end_layout
13105
13106 \begin_layout Standard
13107 Hier ist eine Beispieltabelle in der 
13108 \series bold
13109
13110 \backslash
13111 diagbox 
13112 \series default
13113 im 2-Argument Schema in der ersten Zelle verwendet wird:
13114 \begin_inset VSpace medskip
13115 \end_inset
13116
13117
13118 \end_layout
13119
13120 \begin_layout Standard
13121 \noindent
13122 \begin_inset Tabular
13123 <lyxtabular version="3" rows="4" columns="4">
13124 <features tabularvalignment="middle">
13125 <column alignment="center" valignment="top">
13126 <column alignment="center" valignment="top">
13127 <column alignment="center" valignment="top">
13128 <column alignment="center" valignment="top">
13129 <row>
13130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13131 \begin_inset Text
13132
13133 \begin_layout Plain Layout
13134 \begin_inset ERT
13135 status collapsed
13136
13137 \begin_layout Plain Layout
13138
13139
13140 \backslash
13141 diagbox{
13142 \end_layout
13143
13144 \end_inset
13145
13146 Name
13147 \begin_inset ERT
13148 status collapsed
13149
13150 \begin_layout Plain Layout
13151
13152 }{
13153 \end_layout
13154
13155 \end_inset
13156
13157 Parameter
13158 \begin_inset ERT
13159 status collapsed
13160
13161 \begin_layout Plain Layout
13162
13163 }
13164 \end_layout
13165
13166 \end_inset
13167
13168
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 Dicke in nm
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13183 \begin_inset Text
13184
13185 \begin_layout Plain Layout
13186 Transparenz in %
13187 \end_layout
13188
13189 \end_inset
13190 </cell>
13191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13192 \begin_inset Text
13193
13194 \begin_layout Plain Layout
13195 Härte in MPa
13196 \end_layout
13197
13198 \end_inset
13199 </cell>
13200 </row>
13201 <row>
13202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13203 \begin_inset Text
13204
13205 \begin_layout Plain Layout
13206 Perfekt Grün
13207 \end_layout
13208
13209 \end_inset
13210 </cell>
13211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13212 \begin_inset Text
13213
13214 \begin_layout Plain Layout
13215 45
13216 \end_layout
13217
13218 \end_inset
13219 </cell>
13220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13221 \begin_inset Text
13222
13223 \begin_layout Plain Layout
13224 80
13225 \end_layout
13226
13227 \end_inset
13228 </cell>
13229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13230 \begin_inset Text
13231
13232 \begin_layout Plain Layout
13233 504
13234 \end_layout
13235
13236 \end_inset
13237 </cell>
13238 </row>
13239 <row>
13240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13241 \begin_inset Text
13242
13243 \begin_layout Plain Layout
13244 Dunkel Multi-P
13245 \end_layout
13246
13247 \end_inset
13248 </cell>
13249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13250 \begin_inset Text
13251
13252 \begin_layout Plain Layout
13253 60
13254 \end_layout
13255
13256 \end_inset
13257 </cell>
13258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13259 \begin_inset Text
13260
13261 \begin_layout Plain Layout
13262 72
13263 \end_layout
13264
13265 \end_inset
13266 </cell>
13267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13268 \begin_inset Text
13269
13270 \begin_layout Plain Layout
13271 982
13272 \end_layout
13273
13274 \end_inset
13275 </cell>
13276 </row>
13277 <row>
13278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13279 \begin_inset Text
13280
13281 \begin_layout Plain Layout
13282 Kristallklar Pro
13283 \end_layout
13284
13285 \end_inset
13286 </cell>
13287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13288 \begin_inset Text
13289
13290 \begin_layout Plain Layout
13291 18
13292 \end_layout
13293
13294 \end_inset
13295 </cell>
13296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13297 \begin_inset Text
13298
13299 \begin_layout Plain Layout
13300 86
13301 \end_layout
13302
13303 \end_inset
13304 </cell>
13305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309 374
13310 \end_layout
13311
13312 \end_inset
13313 </cell>
13314 </row>
13315 </lyxtabular>
13316
13317 \end_inset
13318
13319
13320 \begin_inset VSpace medskip
13321 \end_inset
13322
13323
13324 \end_layout
13325
13326 \begin_layout Standard
13327 \begin_inset Newpage newpage
13328 \end_inset
13329
13330
13331 \end_layout
13332
13333 \begin_layout Standard
13334 Das 3-Argument Schema ist z.
13335 \begin_inset space \thinspace{}
13336 \end_inset
13337
13338 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13339 \begin_inset Separator parbreak
13340 \end_inset
13341
13342
13343 \end_layout
13344
13345 \begin_layout Standard
13346 \noindent
13347 \align center
13348 \begin_inset Tabular
13349 <lyxtabular version="3" rows="4" columns="4">
13350 <features tabularvalignment="middle">
13351 <column alignment="center" valignment="top" width="0pt">
13352 <column alignment="center" valignment="top">
13353 <column alignment="center" valignment="top">
13354 <column alignment="center" valignment="top">
13355 <row>
13356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13357 \begin_inset Text
13358
13359 \begin_layout Plain Layout
13360 \begin_inset ERT
13361 status collapsed
13362
13363 \begin_layout Plain Layout
13364
13365
13366 \backslash
13367 diagbox{
13368 \end_layout
13369
13370 \end_inset
13371
13372 Heim
13373 \begin_inset ERT
13374 status collapsed
13375
13376 \begin_layout Plain Layout
13377
13378 }{
13379 \end_layout
13380
13381 \end_inset
13382
13383 Ergebnis
13384 \begin_inset ERT
13385 status collapsed
13386
13387 \begin_layout Plain Layout
13388
13389 }{
13390 \end_layout
13391
13392 \end_inset
13393
13394 Auswärts
13395 \begin_inset ERT
13396 status collapsed
13397
13398 \begin_layout Plain Layout
13399
13400 }
13401 \end_layout
13402
13403 \end_inset
13404
13405
13406 \end_layout
13407
13408 \end_inset
13409 </cell>
13410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414 Tiger
13415 \end_layout
13416
13417 \end_inset
13418 </cell>
13419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13420 \begin_inset Text
13421
13422 \begin_layout Plain Layout
13423 Panther
13424 \end_layout
13425
13426 \end_inset
13427 </cell>
13428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13429 \begin_inset Text
13430
13431 \begin_layout Plain Layout
13432 Falken
13433 \end_layout
13434
13435 \end_inset
13436 </cell>
13437 </row>
13438 <row>
13439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13440 \begin_inset Text
13441
13442 \begin_layout Plain Layout
13443 Tiger
13444 \end_layout
13445
13446 \end_inset
13447 </cell>
13448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13449 \begin_inset Text
13450
13451 \begin_layout Plain Layout
13452
13453 \end_layout
13454
13455 \end_inset
13456 </cell>
13457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13458 \begin_inset Text
13459
13460 \begin_layout Plain Layout
13461 1:3
13462 \end_layout
13463
13464 \end_inset
13465 </cell>
13466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13467 \begin_inset Text
13468
13469 \begin_layout Plain Layout
13470 0:1
13471 \end_layout
13472
13473 \end_inset
13474 </cell>
13475 </row>
13476 <row>
13477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13478 \begin_inset Text
13479
13480 \begin_layout Plain Layout
13481 Panther
13482 \end_layout
13483
13484 \end_inset
13485 </cell>
13486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13487 \begin_inset Text
13488
13489 \begin_layout Plain Layout
13490 3:1
13491 \end_layout
13492
13493 \end_inset
13494 </cell>
13495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13496 \begin_inset Text
13497
13498 \begin_layout Plain Layout
13499
13500 \end_layout
13501
13502 \end_inset
13503 </cell>
13504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13505 \begin_inset Text
13506
13507 \begin_layout Plain Layout
13508 0:0
13509 \end_layout
13510
13511 \end_inset
13512 </cell>
13513 </row>
13514 <row>
13515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13516 \begin_inset Text
13517
13518 \begin_layout Plain Layout
13519 Falken
13520 \end_layout
13521
13522 \end_inset
13523 </cell>
13524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13525 \begin_inset Text
13526
13527 \begin_layout Plain Layout
13528 1:0
13529 \end_layout
13530
13531 \end_inset
13532 </cell>
13533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13534 \begin_inset Text
13535
13536 \begin_layout Plain Layout
13537 0:0
13538 \end_layout
13539
13540 \end_inset
13541 </cell>
13542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13543 \begin_inset Text
13544
13545 \begin_layout Plain Layout
13546
13547 \end_layout
13548
13549 \end_inset
13550 </cell>
13551 </row>
13552 </lyxtabular>
13553
13554 \end_inset
13555
13556
13557 \end_layout
13558
13559 \begin_layout Standard
13560 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
13561  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
13562 \begin_inset Separator parbreak
13563 \end_inset
13564
13565
13566 \end_layout
13567
13568 \begin_layout Standard
13569 \noindent
13570 \align center
13571 \begin_inset Tabular
13572 <lyxtabular version="3" rows="5" columns="5">
13573 <features tabularvalignment="middle">
13574 <column alignment="center" valignment="top" width="0pt">
13575 <column alignment="center" valignment="top">
13576 <column alignment="center" valignment="top">
13577 <column alignment="center" valignment="top">
13578 <column alignment="center" valignment="top">
13579 <row>
13580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13581 \begin_inset Text
13582
13583 \begin_layout Plain Layout
13584 \begin_inset ERT
13585 status open
13586
13587 \begin_layout Plain Layout
13588
13589
13590 \backslash
13591 diagbox{
13592 \end_layout
13593
13594 \end_inset
13595
13596 Heim
13597 \begin_inset ERT
13598 status collapsed
13599
13600 \begin_layout Plain Layout
13601
13602 }{
13603 \end_layout
13604
13605 \end_inset
13606
13607 Ergebnis
13608 \begin_inset ERT
13609 status collapsed
13610
13611 \begin_layout Plain Layout
13612
13613 }{
13614 \end_layout
13615
13616 \end_inset
13617
13618 Auswärts
13619 \begin_inset ERT
13620 status collapsed
13621
13622 \begin_layout Plain Layout
13623
13624 }
13625 \end_layout
13626
13627 \end_inset
13628
13629
13630 \end_layout
13631
13632 \end_inset
13633 </cell>
13634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13635 \begin_inset Text
13636
13637 \begin_layout Plain Layout
13638 Tiger
13639 \end_layout
13640
13641 \end_inset
13642 </cell>
13643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13644 \begin_inset Text
13645
13646 \begin_layout Plain Layout
13647 Panther
13648 \end_layout
13649
13650 \end_inset
13651 </cell>
13652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13653 \begin_inset Text
13654
13655 \begin_layout Plain Layout
13656 Falken
13657 \end_layout
13658
13659 \end_inset
13660 </cell>
13661 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13662 \begin_inset Text
13663
13664 \begin_layout Plain Layout
13665 \begin_inset ERT
13666 status open
13667
13668 \begin_layout Plain Layout
13669
13670
13671 \backslash
13672 diagbox[dir=NE]{
13673 \end_layout
13674
13675 \end_inset
13676
13677 Heim
13678 \begin_inset ERT
13679 status collapsed
13680
13681 \begin_layout Plain Layout
13682
13683 }{
13684 \end_layout
13685
13686 \end_inset
13687
13688 Ergebnis
13689 \begin_inset ERT
13690 status collapsed
13691
13692 \begin_layout Plain Layout
13693
13694 }{
13695 \end_layout
13696
13697 \end_inset
13698
13699 Auswärts
13700 \begin_inset ERT
13701 status collapsed
13702
13703 \begin_layout Plain Layout
13704
13705 }
13706 \end_layout
13707
13708 \end_inset
13709
13710
13711 \end_layout
13712
13713 \end_inset
13714 </cell>
13715 </row>
13716 <row>
13717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721 Tiger
13722 \end_layout
13723
13724 \end_inset
13725 </cell>
13726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13727 \begin_inset Text
13728
13729 \begin_layout Plain Layout
13730
13731 \end_layout
13732
13733 \end_inset
13734 </cell>
13735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13736 \begin_inset Text
13737
13738 \begin_layout Plain Layout
13739 1:3
13740 \end_layout
13741
13742 \end_inset
13743 </cell>
13744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13745 \begin_inset Text
13746
13747 \begin_layout Plain Layout
13748 0:1
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757 Tiger
13758 \end_layout
13759
13760 \end_inset
13761 </cell>
13762 </row>
13763 <row>
13764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13765 \begin_inset Text
13766
13767 \begin_layout Plain Layout
13768 Panther
13769 \end_layout
13770
13771 \end_inset
13772 </cell>
13773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13774 \begin_inset Text
13775
13776 \begin_layout Plain Layout
13777 3:1
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Plain Layout
13786
13787 \end_layout
13788
13789 \end_inset
13790 </cell>
13791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13792 \begin_inset Text
13793
13794 \begin_layout Plain Layout
13795 0:0
13796 \end_layout
13797
13798 \end_inset
13799 </cell>
13800 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13801 \begin_inset Text
13802
13803 \begin_layout Plain Layout
13804 Panther
13805 \end_layout
13806
13807 \end_inset
13808 </cell>
13809 </row>
13810 <row>
13811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Plain Layout
13815 Falken
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13821 \begin_inset Text
13822
13823 \begin_layout Plain Layout
13824 1:0
13825 \end_layout
13826
13827 \end_inset
13828 </cell>
13829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13830 \begin_inset Text
13831
13832 \begin_layout Plain Layout
13833 0:0
13834 \end_layout
13835
13836 \end_inset
13837 </cell>
13838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13839 \begin_inset Text
13840
13841 \begin_layout Plain Layout
13842
13843 \end_layout
13844
13845 \end_inset
13846 </cell>
13847 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13848 \begin_inset Text
13849
13850 \begin_layout Plain Layout
13851 Falken
13852 \end_layout
13853
13854 \end_inset
13855 </cell>
13856 </row>
13857 <row>
13858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13859 \begin_inset Text
13860
13861 \begin_layout Plain Layout
13862 \begin_inset ERT
13863 status open
13864
13865 \begin_layout Plain Layout
13866
13867
13868 \backslash
13869 diagbox[dir=SW]{
13870 \end_layout
13871
13872 \end_inset
13873
13874 Heim
13875 \begin_inset ERT
13876 status collapsed
13877
13878 \begin_layout Plain Layout
13879
13880 }{
13881 \end_layout
13882
13883 \end_inset
13884
13885 Ergebnis
13886 \begin_inset ERT
13887 status collapsed
13888
13889 \begin_layout Plain Layout
13890
13891 }{
13892 \end_layout
13893
13894 \end_inset
13895
13896 Auswärts
13897 \begin_inset ERT
13898 status collapsed
13899
13900 \begin_layout Plain Layout
13901
13902 }
13903 \end_layout
13904
13905 \end_inset
13906
13907
13908 \end_layout
13909
13910 \end_inset
13911 </cell>
13912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13913 \begin_inset Text
13914
13915 \begin_layout Plain Layout
13916 Tiger
13917 \end_layout
13918
13919 \end_inset
13920 </cell>
13921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13922 \begin_inset Text
13923
13924 \begin_layout Plain Layout
13925 Panther
13926 \end_layout
13927
13928 \end_inset
13929 </cell>
13930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13931 \begin_inset Text
13932
13933 \begin_layout Plain Layout
13934 Falken
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Plain Layout
13943 \begin_inset ERT
13944 status open
13945
13946 \begin_layout Plain Layout
13947
13948
13949 \backslash
13950 diagbox[dir=SE]{
13951 \end_layout
13952
13953 \end_inset
13954
13955 Heim
13956 \begin_inset ERT
13957 status collapsed
13958
13959 \begin_layout Plain Layout
13960
13961 }{
13962 \end_layout
13963
13964 \end_inset
13965
13966 Ergebnis
13967 \begin_inset ERT
13968 status collapsed
13969
13970 \begin_layout Plain Layout
13971
13972 }{
13973 \end_layout
13974
13975 \end_inset
13976
13977 Auswärts
13978 \begin_inset ERT
13979 status collapsed
13980
13981 \begin_layout Plain Layout
13982
13983 }
13984 \end_layout
13985
13986 \end_inset
13987
13988
13989 \end_layout
13990
13991 \end_inset
13992 </cell>
13993 </row>
13994 </lyxtabular>
13995
13996 \end_inset
13997
13998
13999 \end_layout
14000
14001 \begin_layout Standard
14002 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
14003 \series bold
14004 dir=Richtung
14005 \series default
14006  verwendet.
14007  
14008 \emph on
14009 Richtung
14010 \emph default
14011  ist entweder 
14012 \series bold
14013 NE
14014 \series default
14015
14016 \series bold
14017 DE
14018 \series default
14019
14020 \series bold
14021 SW
14022 \series default
14023  oder 
14024 \series bold
14025 NW
14026 \series default
14027  und stellt eine Himmelsrichtung dar.
14028  
14029 \series bold
14030 SW
14031 \series default
14032  ist z.
14033 \begin_inset space \thinspace{}
14034 \end_inset
14035
14036 B.
14037  die Südwestecke.
14038  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
14039 \end_layout
14040
14041 \begin_layout Standard
14042
14043 \series bold
14044
14045 \backslash
14046 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
14047 \end_layout
14048
14049 \begin_layout Standard
14050 verwendet.
14051  Wenn keine Richtung angegeben ist, wird NW verwendet.
14052 \end_layout
14053
14054 \begin_layout Standard
14055 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
14056  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
14057 e ist, ragt der Inhalt über die Zelle hinaus:
14058 \begin_inset Separator parbreak
14059 \end_inset
14060
14061
14062 \end_layout
14063
14064 \begin_layout Standard
14065 \noindent
14066 \align center
14067 \begin_inset Tabular
14068 <lyxtabular version="3" rows="2" columns="2">
14069 <features tabularvalignment="middle">
14070 <column alignment="center" valignment="top" width="3cm">
14071 <column alignment="center" valignment="top">
14072 <row>
14073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Plain Layout
14077 \begin_inset ERT
14078 status collapsed
14079
14080 \begin_layout Plain Layout
14081
14082
14083 \backslash
14084 diagbox{
14085 \end_layout
14086
14087 \end_inset
14088
14089 Name
14090 \begin_inset ERT
14091 status collapsed
14092
14093 \begin_layout Plain Layout
14094
14095 }{
14096 \end_layout
14097
14098 \end_inset
14099
14100 Parameter
14101 \begin_inset ERT
14102 status collapsed
14103
14104 \begin_layout Plain Layout
14105
14106 }
14107 \end_layout
14108
14109 \end_inset
14110
14111
14112 \end_layout
14113
14114 \end_inset
14115 </cell>
14116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14117 \begin_inset Text
14118
14119 \begin_layout Plain Layout
14120 Dicke in nm
14121 \end_layout
14122
14123 \end_inset
14124 </cell>
14125 </row>
14126 <row>
14127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14128 \begin_inset Text
14129
14130 \begin_layout Plain Layout
14131 Perfekt Grün
14132 \end_layout
14133
14134 \end_inset
14135 </cell>
14136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14137 \begin_inset Text
14138
14139 \begin_layout Plain Layout
14140 45
14141 \end_layout
14142
14143 \end_inset
14144 </cell>
14145 </row>
14146 </lyxtabular>
14147
14148 \end_inset
14149
14150
14151 \end_layout
14152
14153 \begin_layout Standard
14154 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14155  verwendet man die Befehlsoption 
14156 \series bold
14157 width=3cm
14158 \series default
14159  (ersetzen Sie '3cm' durch die benötigte Breite).
14160  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14161 \begin_inset space \thinspace{}
14162 \end_inset
14163
14164 cm gesetzt.
14165  Für 
14166 \series bold
14167
14168 \backslash
14169 diagbox
14170 \series default
14171  wird eine Breite von 4
14172 \begin_inset space \thinspace{}
14173 \end_inset
14174
14175 cm + 2
14176 \begin_inset space \thinspace{}
14177 \end_inset
14178
14179
14180 \backslash
14181 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14182  diesem Fall 4
14183 \begin_inset space \thinspace{}
14184 \end_inset
14185
14186 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14187  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14188 \series bold
14189
14190 \backslash
14191 diagbox
14192 \series default
14193  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14194  später verwenden kann.
14195  Dies wird mit den \SpecialChar TeX
14196 -Code Befehlen
14197 \end_layout
14198
14199 \begin_layout Standard
14200
14201 \series bold
14202
14203 \backslash
14204 newlength{
14205 \backslash
14206 diagtest}
14207 \begin_inset Newline newline
14208 \end_inset
14209
14210
14211 \backslash
14212 setlength{
14213 \backslash
14214 diagtest}{4cm+2
14215 \backslash
14216 tabcolsep}
14217 \end_layout
14218
14219 \begin_layout Standard
14220 erreicht.
14221 \end_layout
14222
14223 \begin_layout Standard
14224 \begin_inset ERT
14225 status collapsed
14226
14227 \begin_layout Plain Layout
14228
14229
14230 \backslash
14231 newlength{
14232 \backslash
14233 diagtest}
14234 \end_layout
14235
14236 \begin_layout Plain Layout
14237
14238
14239 \backslash
14240 setlength{
14241 \backslash
14242 diagtest}{4cm+2
14243 \backslash
14244 tabcolsep}
14245 \end_layout
14246
14247 \end_inset
14248
14249
14250 \end_layout
14251
14252 \begin_layout Standard
14253 Um Berechnungen in \SpecialChar LaTeX
14254  zu aktivieren, muss das Paket 
14255 \series bold
14256 calc
14257 \series default
14258
14259 \begin_inset Index idx
14260 status collapsed
14261
14262 \begin_layout Plain Layout
14263 \SpecialChar LaTeX
14264 -Pakete ! calc
14265 \end_layout
14266
14267 \end_inset
14268
14269  im \SpecialChar LaTeX
14270 -Vorspann geladen werden.
14271 \end_layout
14272
14273 \begin_layout Standard
14274 In der Tabelle kann man nun den Befehl
14275 \end_layout
14276
14277 \begin_layout Standard
14278
14279 \series bold
14280
14281 \backslash
14282 diagbox[width=
14283 \backslash
14284 diagtest]{A}{B}
14285 \end_layout
14286
14287 \begin_layout Standard
14288 in der ersten Zelle verwenden:
14289 \begin_inset Separator parbreak
14290 \end_inset
14291
14292
14293 \end_layout
14294
14295 \begin_layout Standard
14296 \noindent
14297 \align center
14298 \begin_inset Tabular
14299 <lyxtabular version="3" rows="2" columns="2">
14300 <features tabularvalignment="middle">
14301 <column alignment="center" valignment="top" width="4cm">
14302 <column alignment="center" valignment="top">
14303 <row>
14304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14305 \begin_inset Text
14306
14307 \begin_layout Plain Layout
14308 \begin_inset ERT
14309 status open
14310
14311 \begin_layout Plain Layout
14312
14313
14314 \backslash
14315 diagbox[width=
14316 \backslash
14317 diagtest]{
14318 \end_layout
14319
14320 \end_inset
14321
14322 A
14323 \begin_inset ERT
14324 status collapsed
14325
14326 \begin_layout Plain Layout
14327
14328 }{
14329 \end_layout
14330
14331 \end_inset
14332
14333 B
14334 \begin_inset ERT
14335 status collapsed
14336
14337 \begin_layout Plain Layout
14338
14339 }
14340 \end_layout
14341
14342 \end_inset
14343
14344
14345 \end_layout
14346
14347 \end_inset
14348 </cell>
14349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14350 \begin_inset Text
14351
14352 \begin_layout Plain Layout
14353 Dicke in nm
14354 \end_layout
14355
14356 \end_inset
14357 </cell>
14358 </row>
14359 <row>
14360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14361 \begin_inset Text
14362
14363 \begin_layout Plain Layout
14364 Perfekt Grün
14365 \end_layout
14366
14367 \end_inset
14368 </cell>
14369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14370 \begin_inset Text
14371
14372 \begin_layout Plain Layout
14373 45
14374 \end_layout
14375
14376 \end_inset
14377 </cell>
14378 </row>
14379 </lyxtabular>
14380
14381 \end_inset
14382
14383
14384 \end_layout
14385
14386 \begin_layout Standard
14387 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14388  muss.
14389  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14390  wie in in dieser Tabelle:
14391 \begin_inset Separator parbreak
14392 \end_inset
14393
14394
14395 \end_layout
14396
14397 \begin_layout Standard
14398 \noindent
14399 \align center
14400 \begin_inset Tabular
14401 <lyxtabular version="3" rows="2" columns="2">
14402 <features tabularvalignment="middle">
14403 <column alignment="center" valignment="top" width="0pt">
14404 <column alignment="center" valignment="top">
14405 <row>
14406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14407 \begin_inset Text
14408
14409 \begin_layout Plain Layout
14410 \begin_inset ERT
14411 status collapsed
14412
14413 \begin_layout Plain Layout
14414
14415
14416 \backslash
14417 diagbox{
14418 \end_layout
14419
14420 \end_inset
14421
14422 A
14423 \begin_inset ERT
14424 status collapsed
14425
14426 \begin_layout Plain Layout
14427
14428 }{
14429 \end_layout
14430
14431 \end_inset
14432
14433 B
14434 \begin_inset ERT
14435 status collapsed
14436
14437 \begin_layout Plain Layout
14438
14439 }
14440 \end_layout
14441
14442 \end_inset
14443
14444
14445 \end_layout
14446
14447 \end_inset
14448 </cell>
14449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14450 \begin_inset Text
14451
14452 \begin_layout Plain Layout
14453 Dicke in nm
14454 \end_layout
14455
14456 \end_inset
14457 </cell>
14458 </row>
14459 <row>
14460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14461 \begin_inset Text
14462
14463 \begin_layout Plain Layout
14464 Perfekt Grün
14465 \end_layout
14466
14467 \end_inset
14468 </cell>
14469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14470 \begin_inset Text
14471
14472 \begin_layout Plain Layout
14473 45
14474 \end_layout
14475
14476 \end_inset
14477 </cell>
14478 </row>
14479 </lyxtabular>
14480
14481 \end_inset
14482
14483
14484 \end_layout
14485
14486 \begin_layout Standard
14487 Verwenden Sie in diesem Fall die Option 
14488 \series bold
14489 width
14490 \series default
14491  des Befehls 
14492 \series bold
14493
14494 \backslash
14495 diagbox
14496 \series default
14497 .
14498  Es ist dabei nicht notwendig, 2
14499 \backslash
14500 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
14501  ist.
14502  In dieser Tabelle wird eine Breite von 3
14503 \begin_inset space \thinspace{}
14504 \end_inset
14505
14506 cm verwendet:
14507 \begin_inset Separator parbreak
14508 \end_inset
14509
14510
14511 \end_layout
14512
14513 \begin_layout Standard
14514 \noindent
14515 \align center
14516 \begin_inset Tabular
14517 <lyxtabular version="3" rows="2" columns="2">
14518 <features tabularvalignment="middle">
14519 <column alignment="center" valignment="top" width="0pt">
14520 <column alignment="center" valignment="top">
14521 <row>
14522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14523 \begin_inset Text
14524
14525 \begin_layout Plain Layout
14526 \begin_inset ERT
14527 status open
14528
14529 \begin_layout Plain Layout
14530
14531
14532 \backslash
14533 diagbox[width=3cm]{
14534 \end_layout
14535
14536 \end_inset
14537
14538 A
14539 \begin_inset ERT
14540 status collapsed
14541
14542 \begin_layout Plain Layout
14543
14544 }{
14545 \end_layout
14546
14547 \end_inset
14548
14549 B
14550 \begin_inset ERT
14551 status collapsed
14552
14553 \begin_layout Plain Layout
14554
14555 }
14556 \end_layout
14557
14558 \end_inset
14559
14560
14561 \end_layout
14562
14563 \end_inset
14564 </cell>
14565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14566 \begin_inset Text
14567
14568 \begin_layout Plain Layout
14569 Dicke in nm
14570 \end_layout
14571
14572 \end_inset
14573 </cell>
14574 </row>
14575 <row>
14576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14577 \begin_inset Text
14578
14579 \begin_layout Plain Layout
14580 Perfekt Grün
14581 \end_layout
14582
14583 \end_inset
14584 </cell>
14585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14586 \begin_inset Text
14587
14588 \begin_layout Plain Layout
14589 45
14590 \end_layout
14591
14592 \end_inset
14593 </cell>
14594 </row>
14595 </lyxtabular>
14596
14597 \end_inset
14598
14599
14600 \end_layout
14601
14602 \begin_layout Standard
14603 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
14604  Text in der Zelle unterzubringen.
14605  Dies wird mit der 
14606 \series bold
14607
14608 \backslash
14609 diagbox
14610 \series default
14611 -Option 
14612 \series bold
14613 height=3cm
14614 \series default
14615  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
14616  In der folgenden Tabelle wird der Befehl
14617 \end_layout
14618
14619 \begin_layout Standard
14620
14621 \series bold
14622
14623 \backslash
14624 diagbox[width=3cm,height=1.4cm]{A
14625 \backslash
14626
14627 \backslash
14628 B}{C
14629 \backslash
14630
14631 \backslash
14632 D}
14633 \end_layout
14634
14635 \begin_layout Standard
14636 in der ersten Zelle verwendet.
14637  Der Befehl 
14638 \series bold
14639
14640 \backslash
14641
14642 \backslash
14643
14644 \series default
14645  erzeugt hierbei den Zeilenumbruch.
14646 \begin_inset Foot
14647 status collapsed
14648
14649 \begin_layout Plain Layout
14650 Zeilen mit 
14651 \family sans
14652 Strg+Enter
14653 \family default
14654  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
14655 \end_layout
14656
14657 \end_inset
14658
14659
14660 \begin_inset Separator parbreak
14661 \end_inset
14662
14663
14664 \end_layout
14665
14666 \begin_layout Standard
14667 \noindent
14668 \align center
14669 \begin_inset Tabular
14670 <lyxtabular version="3" rows="2" columns="2">
14671 <features tabularvalignment="middle">
14672 <column alignment="center" valignment="top">
14673 <column alignment="center" valignment="top">
14674 <row>
14675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14676 \begin_inset Text
14677
14678 \begin_layout Plain Layout
14679 \begin_inset ERT
14680 status open
14681
14682 \begin_layout Plain Layout
14683
14684
14685 \backslash
14686 diagbox[width=3cm,height=1.4cm]{
14687 \end_layout
14688
14689 \end_inset
14690
14691 A
14692 \begin_inset ERT
14693 status collapsed
14694
14695 \begin_layout Plain Layout
14696
14697
14698 \backslash
14699
14700 \backslash
14701
14702 \end_layout
14703
14704 \end_inset
14705
14706 B
14707 \begin_inset ERT
14708 status collapsed
14709
14710 \begin_layout Plain Layout
14711
14712 }{
14713 \end_layout
14714
14715 \end_inset
14716
14717 C
14718 \begin_inset ERT
14719 status collapsed
14720
14721 \begin_layout Plain Layout
14722
14723
14724 \backslash
14725
14726 \backslash
14727
14728 \end_layout
14729
14730 \end_inset
14731
14732 D
14733 \begin_inset ERT
14734 status collapsed
14735
14736 \begin_layout Plain Layout
14737
14738 }
14739 \end_layout
14740
14741 \end_inset
14742
14743
14744 \end_layout
14745
14746 \end_inset
14747 </cell>
14748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14749 \begin_inset Text
14750
14751 \begin_layout Plain Layout
14752 Dicke in nm
14753 \end_layout
14754
14755 \end_inset
14756 </cell>
14757 </row>
14758 <row>
14759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14760 \begin_inset Text
14761
14762 \begin_layout Plain Layout
14763 Perfekt Grün
14764 \end_layout
14765
14766 \end_inset
14767 </cell>
14768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14769 \begin_inset Text
14770
14771 \begin_layout Plain Layout
14772 45
14773 \end_layout
14774
14775 \end_inset
14776 </cell>
14777 </row>
14778 </lyxtabular>
14779
14780 \end_inset
14781
14782
14783 \end_layout
14784
14785 \begin_layout Standard
14786 \begin_inset ERT
14787 status collapsed
14788
14789 \begin_layout Plain Layout
14790
14791
14792 \backslash
14793 else
14794 \end_layout
14795
14796 \end_inset
14797
14798
14799 \begin_inset Note Note
14800 status open
14801
14802 \begin_layout Plain Layout
14803 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
14804 -Paket 
14805 \series bold
14806 diagbox
14807 \series default
14808  nicht installiert ist:
14809 \end_layout
14810
14811 \end_inset
14812
14813
14814 \end_layout
14815
14816 \begin_layout Standard
14817 Sie müssen das \SpecialChar LaTeX
14818 -Paket 
14819 \series bold
14820 diagbox
14821 \series default
14822  installiert haben um den Inhalt dieses Abschnitts zu sehen.
14823 \end_layout
14824
14825 \begin_layout Standard
14826 \begin_inset ERT
14827 status collapsed
14828
14829 \begin_layout Plain Layout
14830
14831
14832 \backslash
14833 fi
14834 \end_layout
14835
14836 \end_inset
14837
14838
14839 \end_layout
14840
14841 \begin_layout Standard
14842 Für mehr Informationen über das \SpecialChar LaTeX
14843 -Paket 
14844 \series bold
14845 diagbox
14846 \series default
14847 , siehe dessen Dokumentation, 
14848 \begin_inset CommandInset citation
14849 LatexCommand cite
14850 key "diagbox"
14851
14852 \end_inset
14853
14854 .
14855 \end_layout
14856
14857 \begin_layout Section
14858 Formale Tabellen
14859 \begin_inset CommandInset label
14860 LatexCommand label
14861 name "abs:Formale-Tabellen"
14862
14863 \end_inset
14864
14865
14866 \begin_inset Index idx
14867 status collapsed
14868
14869 \begin_layout Plain Layout
14870 Tabellen ! Formale
14871 \end_layout
14872
14873 \end_inset
14874
14875
14876 \end_layout
14877
14878 \begin_layout Standard
14879 Tabellen werden in Büchern oft wie Tabelle
14880 \begin_inset space ~
14881 \end_inset
14882
14883
14884 \begin_inset CommandInset ref
14885 LatexCommand ref
14886 reference "tab:Formale-Tabelle"
14887
14888 \end_inset
14889
14890  gesetzt.
14891  Diese Tabellen werden
14892 \emph on
14893  formal
14894 \emph default
14895  genannt.
14896  Formale Tabellen bekommen Sie, wenn Sie im 
14897 \family sans
14898 Tabellen-Einstellungen
14899 \family default
14900 -Dialog auf der Karteikarte 
14901 \family sans
14902 Rahmen
14903 \family default
14904  den 
14905 \family sans
14906 Stil
14907 \family default
14908  
14909 \family sans
14910 Formal
14911 \family default
14912  ankreuzen.
14913 \end_layout
14914
14915 \begin_layout Standard
14916 \begin_inset Float table
14917 placement h
14918 wide false
14919 sideways false
14920 status open
14921
14922 \begin_layout Plain Layout
14923 \begin_inset Caption Standard
14924
14925 \begin_layout Plain Layout
14926 \begin_inset CommandInset label
14927 LatexCommand label
14928 name "tab:Formale-Tabelle"
14929
14930 \end_inset
14931
14932 Formale Tabelle
14933 \end_layout
14934
14935 \end_inset
14936
14937
14938 \end_layout
14939
14940 \begin_layout Plain Layout
14941 \align center
14942 \begin_inset Tabular
14943 <lyxtabular version="3" rows="8" columns="4">
14944 <features booktabs="true" tabularvalignment="middle">
14945 <column alignment="center" valignment="top">
14946 <column alignment="right" valignment="top">
14947 <column alignment="right" valignment="top">
14948 <column alignment="right" valignment="top">
14949 <row>
14950 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954 System
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 <cell alignment="center" valignment="top" topline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963 Chip
14964 \begin_inset space \thinspace{}
14965 \end_inset
14966
14967 1
14968 \end_layout
14969
14970 \end_inset
14971 </cell>
14972 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14973 \begin_inset Text
14974
14975 \begin_layout Plain Layout
14976 Chip
14977 \begin_inset space \thinspace{}
14978 \end_inset
14979
14980 2
14981 \end_layout
14982
14983 \end_inset
14984 </cell>
14985 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Plain Layout
14989
14990 \end_layout
14991
14992 \end_inset
14993 </cell>
14994 </row>
14995 <row>
14996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000 \begin_inset ERT
15001 status collapsed
15002
15003 \begin_layout Plain Layout
15004
15005
15006 \backslash
15007 cmidrule(r){2-2}
15008 \end_layout
15009
15010 \end_inset
15011
15012
15013 \begin_inset ERT
15014 status collapsed
15015
15016 \begin_layout Plain Layout
15017
15018
15019 \backslash
15020 cmidrule(l){3-4}
15021 \end_layout
15022
15023 \end_inset
15024
15025 Detektordicke in µm
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 <cell alignment="center" valignment="top" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034 300
15035 \end_layout
15036
15037 \end_inset
15038 </cell>
15039 <cell alignment="center" valignment="top" usebox="none">
15040 \begin_inset Text
15041
15042 \begin_layout Plain Layout
15043 300
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 <cell alignment="center" valignment="top" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Plain Layout
15052 700
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 </row>
15058 <row>
15059 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063 Kantenwinkel in °
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 <cell alignment="center" valignment="top" topline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072 3.55
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 <cell alignment="center" valignment="top" topline="true" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Plain Layout
15081 2.71
15082 \end_layout
15083
15084 \end_inset
15085 </cell>
15086 <cell alignment="center" valignment="top" topline="true" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Plain Layout
15090 7.99
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 </row>
15096 <row topspace="default">
15097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15098 \begin_inset Text
15099
15100 \begin_layout Plain Layout
15101 räumliche Auf\SpecialChar ligaturebreak
15102 lösung in µm
15103 \end_layout
15104
15105 \end_inset
15106 </cell>
15107 <cell alignment="center" valignment="top" usebox="none">
15108 \begin_inset Text
15109
15110 \begin_layout Plain Layout
15111 4.26
15112 \end_layout
15113
15114 \end_inset
15115 </cell>
15116 <cell alignment="center" valignment="top" usebox="none">
15117 \begin_inset Text
15118
15119 \begin_layout Plain Layout
15120 10.17
15121 \end_layout
15122
15123 \end_inset
15124 </cell>
15125 <cell alignment="center" valignment="top" usebox="none">
15126 \begin_inset Text
15127
15128 \begin_layout Plain Layout
15129 10.56
15130 \end_layout
15131
15132 \end_inset
15133 </cell>
15134 </row>
15135 <row topspace="default">
15136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Plain Layout
15140 MTF bei 
15141 \begin_inset Formula $f_{\mathrm{max}}$
15142 \end_inset
15143
15144
15145 \end_layout
15146
15147 \end_inset
15148 </cell>
15149 <cell alignment="center" valignment="top" usebox="none">
15150 \begin_inset Text
15151
15152 \begin_layout Plain Layout
15153 0.53
15154 \end_layout
15155
15156 \end_inset
15157 </cell>
15158 <cell alignment="center" valignment="top" usebox="none">
15159 \begin_inset Text
15160
15161 \begin_layout Plain Layout
15162 0.37
15163 \end_layout
15164
15165 \end_inset
15166 </cell>
15167 <cell alignment="center" valignment="top" usebox="none">
15168 \begin_inset Text
15169
15170 \begin_layout Plain Layout
15171 0.39
15172 \end_layout
15173
15174 \end_inset
15175 </cell>
15176 </row>
15177 <row topspace="default">
15178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15179 \begin_inset Text
15180
15181 \begin_layout Plain Layout
15182 \begin_inset ERT
15183 status collapsed
15184
15185 \begin_layout Plain Layout
15186
15187
15188 \backslash
15189 cmidrule[2pt](l{10pt}){1-1}
15190 \end_layout
15191
15192 \end_inset
15193
15194 LSF räumliche Auf\SpecialChar ligaturebreak
15195 lösung
15196 \end_layout
15197
15198 \end_inset
15199 </cell>
15200 <cell alignment="center" valignment="top" usebox="none">
15201 \begin_inset Text
15202
15203 \begin_layout Plain Layout
15204
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 <cell alignment="center" valignment="top" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Plain Layout
15213
15214 \end_layout
15215
15216 \end_inset
15217 </cell>
15218 <cell alignment="center" valignment="top" usebox="none">
15219 \begin_inset Text
15220
15221 \begin_layout Plain Layout
15222
15223 \end_layout
15224
15225 \end_inset
15226 </cell>
15227 </row>
15228 <row>
15229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15230 \begin_inset Text
15231
15232 \begin_layout Plain Layout
15233 in µm
15234 \end_layout
15235
15236 \end_inset
15237 </cell>
15238 <cell alignment="center" valignment="top" usebox="none">
15239 \begin_inset Text
15240
15241 \begin_layout Plain Layout
15242 129.7
15243 \end_layout
15244
15245 \end_inset
15246 </cell>
15247 <cell alignment="center" valignment="top" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251 52.75
15252 \end_layout
15253
15254 \end_inset
15255 </cell>
15256 <cell alignment="center" valignment="top" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Plain Layout
15260 50.78
15261 \end_layout
15262
15263 \end_inset
15264 </cell>
15265 </row>
15266 <row>
15267 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Plain Layout
15271 in % der Pixelgröße
15272 \end_layout
15273
15274 \end_inset
15275 </cell>
15276 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280 76.3
15281 \end_layout
15282
15283 \end_inset
15284 </cell>
15285 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15286 \begin_inset Text
15287
15288 \begin_layout Plain Layout
15289 95.9
15290 \end_layout
15291
15292 \end_inset
15293 </cell>
15294 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15295 \begin_inset Text
15296
15297 \begin_layout Plain Layout
15298 92.3
15299 \end_layout
15300
15301 \end_inset
15302 </cell>
15303 </row>
15304 </lyxtabular>
15305
15306 \end_inset
15307
15308
15309 \end_layout
15310
15311 \end_inset
15312
15313
15314 \end_layout
15315
15316 \begin_layout Standard
15317 Abstände zu Tabellenzeilen können auf der Karteikarte 
15318 \family sans
15319 Rahmen
15320 \family default
15321  des 
15322 \family sans
15323 Tabellen-Ein\SpecialChar softhyphen
15324 stel\SpecialChar softhyphen
15325 lun\SpecialChar softhyphen
15326 gen
15327 \family default
15328 -Dialogs hinzugefügt werden, wie in Abschnitt
15329 \begin_inset space ~
15330 \end_inset
15331
15332
15333 \begin_inset CommandInset ref
15334 LatexCommand ref
15335 reference "uab:Zeilenabstand"
15336
15337 \end_inset
15338
15339  beschrieben.
15340 \end_layout
15341
15342 \begin_layout Standard
15343 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15344  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15345  gedruckt aber anders aus.
15346  Die erste und letzte Linie ist 0.08
15347 \begin_inset space \thinspace{}
15348 \end_inset
15349
15350 em dick, während die anderen 0.05
15351 \begin_inset space \thinspace{}
15352 \end_inset
15353
15354 em dick sind.
15355 \end_layout
15356
15357 \begin_layout Standard
15358 Die Standarddicken können im \SpecialChar LaTeX
15359 -Vorspann geändert werden:
15360 \end_layout
15361
15362 \begin_layout Standard
15363
15364 \series bold
15365
15366 \backslash
15367 let
15368 \backslash
15369 mytoprule
15370 \backslash
15371 toprule
15372 \begin_inset Newline newline
15373 \end_inset
15374
15375
15376 \backslash
15377 renewcommand{
15378 \backslash
15379 toprule}{
15380 \backslash
15381 mytoprule[Breite]}
15382 \end_layout
15383
15384 \begin_layout Standard
15385 Dies Beispiel gilt für die oberste Linie, genannt 
15386 \series bold
15387 toprule
15388 \series default
15389 .
15390  Für die letzte müssen Sie 
15391 \series bold
15392 toprule
15393 \series default
15394  durch 
15395 \series bold
15396 bottomrule
15397 \series default
15398  ersetzen.
15399  Die Linien dazwischen heißen 
15400 \series bold
15401 midrule
15402 \series default
15403 .
15404  Für 
15405 \family sans
15406 Breite
15407 \family default
15408  können Sie alle Einheiten benutzen, die in Anhang
15409 \begin_inset space ~
15410 \end_inset
15411
15412
15413 \begin_inset CommandInset ref
15414 LatexCommand ref
15415 reference "kap:In-LyX-verfügbare"
15416
15417 \end_inset
15418
15419  aufgelistet sind.
15420 \end_layout
15421
15422 \begin_layout Standard
15423 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
15424  eine Linie unter einer Mehrfachspalte.
15425  \SpecialChar LyX
15426  wird intern den Befehl 
15427 \series bold
15428
15429 \backslash
15430 cmidrule
15431 \series default
15432  benutzen, um diese Linie zu drucken.
15433  Der ganze Befehl sieht so aus:
15434 \end_layout
15435
15436 \begin_layout Standard
15437
15438 \series bold
15439
15440 \backslash
15441 cmidrule[Höhe](trim){Anfangsspalte-Endspalte}
15442 \end_layout
15443
15444 \begin_layout Standard
15445 Die 
15446 \series bold
15447
15448 \backslash
15449 cmidrule
15450 \series default
15451 -Optionen werden (noch) nicht von \SpecialChar LyX
15452  unterstützt, also müssen Sie \SpecialChar TeX
15453 -Code benutzen.
15454  
15455 \series bold
15456
15457 \backslash
15458 cmidrule
15459 \series default
15460  kann man benutzen, indem man den Befehl als \SpecialChar TeX
15461 -Code als erstes in die erste
15462  Zelle einer Zeile einfügt.
15463  Die Linie wird dann über der Zeile gedruckt.
15464 \end_layout
15465
15466 \begin_layout Standard
15467 Der Standardwert der optionalen 
15468 \series bold
15469 Höhe
15470 \series default
15471  ist 0.03
15472 \begin_inset space \thinspace{}
15473 \end_inset
15474
15475 em.
15476  Die Linie reicht von 
15477 \series bold
15478 Anfangsspalte
15479 \series default
15480  bis 
15481 \series bold
15482 Endspalte
15483 \series default
15484 .
15485  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15486  Die 
15487 \series bold
15488 Endspalte
15489 \series default
15490  muss immer angegeben werden, auch wenn die Linie nur über eine Spalte geht.
15491  Der optionale Parameter 
15492 \series bold
15493 trim
15494 \series default
15495  kann die Werte 
15496 \emph on
15497 r
15498 \emph default
15499
15500 \emph on
15501 r{Breite}
15502 \emph default
15503
15504 \emph on
15505 l
15506 \family typewriter
15507 \emph default
15508  
15509 \family default
15510 oder 
15511 \emph on
15512 l{Breite}
15513 \emph default
15514  annehmen, wobei die 
15515 \emph on
15516 Breite
15517 \emph default
15518  optional ist.
15519  
15520 \emph on
15521 l{2pt}
15522 \emph default
15523  zum Beispiel bedeutet, dass die Linie links um 2
15524 \begin_inset space \thinspace{}
15525 \end_inset
15526
15527 pt gekürzt wird.
15528  Ohne Breitenangabe wird die Linie um 0.5
15529 \begin_inset space \thinspace{}
15530 \end_inset
15531
15532 em gekürzt.
15533 \end_layout
15534
15535 \begin_layout Standard
15536 \begin_inset VSpace bigskip
15537 \end_inset
15538
15539 In Tabelle
15540 \begin_inset space ~
15541 \end_inset
15542
15543
15544 \begin_inset CommandInset ref
15545 LatexCommand ref
15546 reference "tab:Formale-Tabelle"
15547
15548 \end_inset
15549
15550  wurden die Befehle
15551 \end_layout
15552
15553 \begin_layout Standard
15554
15555 \series bold
15556
15557 \backslash
15558 cmidrule(r){2-2}
15559 \backslash
15560 cmidrule(l){3-4}
15561 \end_layout
15562
15563 \begin_layout Standard
15564 am Anfang der zweiten Zeile und
15565 \end_layout
15566
15567 \begin_layout Standard
15568
15569 \series bold
15570
15571 \backslash
15572 cmidrule[2pt](l{10pt}){1-1}
15573 \end_layout
15574
15575 \begin_layout Standard
15576 in der sechsten benutzt.
15577 \end_layout
15578
15579 \begin_layout Standard
15580 \begin_inset VSpace bigskip
15581 \end_inset
15582
15583
15584 \end_layout
15585
15586 \begin_layout Standard
15587 Sie können mit 
15588 \series bold
15589
15590 \backslash
15591 cmidrule
15592 \series default
15593  auch überlappende Linien wie in Tabelle
15594 \begin_inset space ~
15595 \end_inset
15596
15597
15598 \begin_inset CommandInset ref
15599 LatexCommand ref
15600 reference "tab:Special-booktabs-table"
15601
15602 \end_inset
15603
15604  definieren.
15605  Der Befehl ist:
15606 \end_layout
15607
15608 \begin_layout Standard
15609
15610 \series bold
15611
15612 \backslash
15613 morecmidrules
15614 \end_layout
15615
15616 \begin_layout Standard
15617 In Zeile zwei der Tabelle
15618 \begin_inset space ~
15619 \end_inset
15620
15621
15622 \begin_inset CommandInset ref
15623 LatexCommand ref
15624 reference "tab:Special-booktabs-table"
15625
15626 \end_inset
15627
15628  wurde folgender Befehl benutzt:
15629 \end_layout
15630
15631 \begin_layout Standard
15632
15633 \series bold
15634
15635 \backslash
15636 cmidrule(r){2-2}
15637 \backslash
15638 cmidrule(l){3-4}
15639 \backslash
15640 morecmidrules
15641 \begin_inset Newline newline
15642 \end_inset
15643
15644
15645 \backslash
15646 cmidrule{2-4}
15647 \end_layout
15648
15649 \begin_layout Standard
15650 und in Zeile sechs:
15651 \end_layout
15652
15653 \begin_layout Standard
15654
15655 \series bold
15656
15657 \backslash
15658 midrule
15659 \backslash
15660 morecmidrules
15661 \backslash
15662 cmidrule{3-4}
15663 \end_layout
15664
15665 \begin_layout Standard
15666 \begin_inset VSpace bigskip
15667 \end_inset
15668
15669
15670 \end_layout
15671
15672 \begin_layout Standard
15673 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15674  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15675 \end_layout
15676
15677 \begin_layout Standard
15678
15679 \series bold
15680
15681 \backslash
15682 specialrule{Dicke}{Abstand davor}{Abstand danach}
15683 \end_layout
15684
15685 \begin_layout Standard
15686 Weitere Informationen finden Sie im Handbuch des \SpecialChar LaTeX
15687 -Pakets 
15688 \series bold
15689 booktabs
15690 \series default
15691  
15692 \begin_inset CommandInset citation
15693 LatexCommand cite
15694 key "booktabs"
15695
15696 \end_inset
15697
15698 .
15699 \begin_inset Index idx
15700 status collapsed
15701
15702 \begin_layout Plain Layout
15703 \SpecialChar LaTeX
15704 -Pakete ! booktabs
15705 \end_layout
15706
15707 \end_inset
15708
15709
15710 \end_layout
15711
15712 \begin_layout Standard
15713 \begin_inset Float table
15714 placement h
15715 wide false
15716 sideways false
15717 status open
15718
15719 \begin_layout Plain Layout
15720 \begin_inset Caption Standard
15721
15722 \begin_layout Plain Layout
15723 \begin_inset CommandInset label
15724 LatexCommand label
15725 name "tab:Special-booktabs-table"
15726
15727 \end_inset
15728
15729 Eine spezielle formale Tabelle
15730 \end_layout
15731
15732 \end_inset
15733
15734
15735 \end_layout
15736
15737 \begin_layout Plain Layout
15738 \align center
15739 \begin_inset Tabular
15740 <lyxtabular version="3" rows="8" columns="4">
15741 <features booktabs="true" tabularvalignment="middle">
15742 <column alignment="center" valignment="top">
15743 <column alignment="center" valignment="top">
15744 <column alignment="right" valignment="top">
15745 <column alignment="right" valignment="top">
15746 <row>
15747 <cell alignment="center" valignment="top" topline="true" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751 System
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 <cell alignment="center" valignment="top" topline="true" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760 Chip
15761 \begin_inset space \thinspace{}
15762 \end_inset
15763
15764 1
15765 \end_layout
15766
15767 \end_inset
15768 </cell>
15769 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Plain Layout
15773 Chip
15774 \begin_inset space \thinspace{}
15775 \end_inset
15776
15777 2
15778 \end_layout
15779
15780 \end_inset
15781 </cell>
15782 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15783 \begin_inset Text
15784
15785 \begin_layout Plain Layout
15786
15787 \end_layout
15788
15789 \end_inset
15790 </cell>
15791 </row>
15792 <row>
15793 <cell alignment="center" valignment="top" usebox="none">
15794 \begin_inset Text
15795
15796 \begin_layout Plain Layout
15797 \begin_inset ERT
15798 status collapsed
15799
15800 \begin_layout Plain Layout
15801
15802
15803 \backslash
15804 cmidrule(r){2-2}
15805 \end_layout
15806
15807 \end_inset
15808
15809
15810 \begin_inset ERT
15811 status collapsed
15812
15813 \begin_layout Plain Layout
15814
15815
15816 \backslash
15817 cmidrule(l){3-4}
15818 \end_layout
15819
15820 \end_inset
15821
15822
15823 \begin_inset ERT
15824 status collapsed
15825
15826 \begin_layout Plain Layout
15827
15828
15829 \backslash
15830 morecmidrules 
15831 \end_layout
15832
15833 \end_inset
15834
15835
15836 \begin_inset ERT
15837 status collapsed
15838
15839 \begin_layout Plain Layout
15840
15841
15842 \backslash
15843 cmidrule{2-4}
15844 \end_layout
15845
15846 \end_inset
15847
15848 Detektordicke in µm
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 <cell alignment="center" valignment="top" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857 300
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 <cell alignment="center" valignment="top" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866 300
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 <cell alignment="center" valignment="top" usebox="none">
15872 \begin_inset Text
15873
15874 \begin_layout Plain Layout
15875 700
15876 \end_layout
15877
15878 \end_inset
15879 </cell>
15880 </row>
15881 <row>
15882 <cell alignment="center" valignment="top" topline="true" usebox="none">
15883 \begin_inset Text
15884
15885 \begin_layout Plain Layout
15886 Kantenwinkel in °
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 <cell alignment="center" valignment="top" topline="true" usebox="none">
15892 \begin_inset Text
15893
15894 \begin_layout Plain Layout
15895 3,55
15896 \end_layout
15897
15898 \end_inset
15899 </cell>
15900 <cell alignment="center" valignment="top" topline="true" usebox="none">
15901 \begin_inset Text
15902
15903 \begin_layout Plain Layout
15904 2,71
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 <cell alignment="center" valignment="top" topline="true" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Plain Layout
15913 7,99
15914 \end_layout
15915
15916 \end_inset
15917 </cell>
15918 </row>
15919 <row topspace="default">
15920 <cell alignment="center" valignment="top" usebox="none">
15921 \begin_inset Text
15922
15923 \begin_layout Plain Layout
15924 räumliche Auf\SpecialChar ligaturebreak
15925 lösung in µm
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 <cell alignment="center" valignment="top" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Plain Layout
15934 4,26
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 <cell alignment="center" valignment="top" usebox="none">
15940 \begin_inset Text
15941
15942 \begin_layout Plain Layout
15943 10,17
15944 \end_layout
15945
15946 \end_inset
15947 </cell>
15948 <cell alignment="center" valignment="top" usebox="none">
15949 \begin_inset Text
15950
15951 \begin_layout Plain Layout
15952 10,56
15953 \end_layout
15954
15955 \end_inset
15956 </cell>
15957 </row>
15958 <row topspace="default">
15959 <cell alignment="center" valignment="top" usebox="none">
15960 \begin_inset Text
15961
15962 \begin_layout Plain Layout
15963 MTF bei 
15964 \begin_inset Formula $f_{\mathrm{max}}$
15965 \end_inset
15966
15967
15968 \end_layout
15969
15970 \end_inset
15971 </cell>
15972 <cell alignment="center" valignment="top" usebox="none">
15973 \begin_inset Text
15974
15975 \begin_layout Plain Layout
15976 0,53
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 <cell alignment="center" valignment="top" usebox="none">
15982 \begin_inset Text
15983
15984 \begin_layout Plain Layout
15985 0,37
15986 \end_layout
15987
15988 \end_inset
15989 </cell>
15990 <cell alignment="center" valignment="top" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994 0,39
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 </row>
16000 <row>
16001 <cell alignment="center" valignment="top" topline="true" usebox="none">
16002 \begin_inset Text
16003
16004 \begin_layout Plain Layout
16005 \begin_inset ERT
16006 status collapsed
16007
16008 \begin_layout Plain Layout
16009
16010
16011 \backslash
16012 morecmidrules 
16013 \end_layout
16014
16015 \end_inset
16016
16017
16018 \begin_inset ERT
16019 status collapsed
16020
16021 \begin_layout Plain Layout
16022
16023
16024 \backslash
16025 cmidrule{3-4}
16026 \end_layout
16027
16028 \end_inset
16029
16030 LSF-räumliche Auf\SpecialChar ligaturebreak
16031 lösung
16032 \end_layout
16033
16034 \end_inset
16035 </cell>
16036 <cell alignment="center" valignment="top" topline="true" usebox="none">
16037 \begin_inset Text
16038
16039 \begin_layout Plain Layout
16040
16041 \end_layout
16042
16043 \end_inset
16044 </cell>
16045 <cell alignment="center" valignment="top" topline="true" usebox="none">
16046 \begin_inset Text
16047
16048 \begin_layout Plain Layout
16049
16050 \end_layout
16051
16052 \end_inset
16053 </cell>
16054 <cell alignment="center" valignment="top" topline="true" usebox="none">
16055 \begin_inset Text
16056
16057 \begin_layout Plain Layout
16058
16059 \end_layout
16060
16061 \end_inset
16062 </cell>
16063 </row>
16064 <row>
16065 <cell alignment="center" valignment="top" usebox="none">
16066 \begin_inset Text
16067
16068 \begin_layout Plain Layout
16069 in µm
16070 \end_layout
16071
16072 \end_inset
16073 </cell>
16074 <cell alignment="center" valignment="top" usebox="none">
16075 \begin_inset Text
16076
16077 \begin_layout Plain Layout
16078 129,7
16079 \end_layout
16080
16081 \end_inset
16082 </cell>
16083 <cell alignment="center" valignment="top" usebox="none">
16084 \begin_inset Text
16085
16086 \begin_layout Plain Layout
16087 52,75
16088 \end_layout
16089
16090 \end_inset
16091 </cell>
16092 <cell alignment="center" valignment="top" usebox="none">
16093 \begin_inset Text
16094
16095 \begin_layout Plain Layout
16096 50,78
16097 \end_layout
16098
16099 \end_inset
16100 </cell>
16101 </row>
16102 <row>
16103 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Plain Layout
16107 in % der Pixelgröße
16108 \end_layout
16109
16110 \end_inset
16111 </cell>
16112 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16113 \begin_inset Text
16114
16115 \begin_layout Plain Layout
16116 76,3
16117 \end_layout
16118
16119 \end_inset
16120 </cell>
16121 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Plain Layout
16125 95,9
16126 \end_layout
16127
16128 \end_inset
16129 </cell>
16130 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16131 \begin_inset Text
16132
16133 \begin_layout Plain Layout
16134 92,3
16135 \end_layout
16136
16137 \end_inset
16138 </cell>
16139 </row>
16140 </lyxtabular>
16141
16142 \end_inset
16143
16144
16145 \end_layout
16146
16147 \end_inset
16148
16149
16150 \end_layout
16151
16152 \begin_layout Section
16153 Vertikale Tabellen-Ausrichtung
16154 \begin_inset Index idx
16155 status collapsed
16156
16157 \begin_layout Plain Layout
16158 Tabellen ! Ausrichtung
16159 \end_layout
16160
16161 \end_inset
16162
16163
16164 \end_layout
16165
16166 \begin_layout Standard
16167 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16168  einer Box sein.
16169  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16170 \begin_inset space ~
16171 \end_inset
16172
16173
16174 \begin_inset CommandInset ref
16175 LatexCommand ref
16176 reference "abs:Box-Dialog"
16177
16178 \end_inset
16179
16180  beschrieben.
16181 \end_layout
16182
16183 \begin_layout Standard
16184 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16185 \begin_inset Foot
16186 status collapsed
16187
16188 \begin_layout Plain Layout
16189 Minipages werden in Abschnitt
16190 \begin_inset space ~
16191 \end_inset
16192
16193
16194 \begin_inset CommandInset ref
16195 LatexCommand ref
16196 reference "abs:Minipage"
16197
16198 \end_inset
16199
16200  beschrieben.
16201 \end_layout
16202
16203 \end_inset
16204
16205  mit 15
16206 \begin_inset space \thinspace{}
16207 \end_inset
16208
16209 col%-Breite:
16210 \end_layout
16211
16212 \begin_layout Itemize
16213 Test 
16214 \begin_inset Box Frameless
16215 position "t"
16216 hor_pos "c"
16217 has_inner_box 1
16218 inner_pos "c"
16219 use_parbox 0
16220 use_makebox 0
16221 width "15col%"
16222 special "none"
16223 height "1in"
16224 height_special "totalheight"
16225 thickness "0.4pt"
16226 separation "3pt"
16227 shadowsize "4pt"
16228 framecolor "black"
16229 backgroundcolor "none"
16230 status collapsed
16231
16232 \begin_layout Plain Layout
16233 \begin_inset Tabular
16234 <lyxtabular version="3" rows="3" columns="3">
16235 <features tabularvalignment="middle">
16236 <column alignment="center" valignment="top">
16237 <column alignment="center" valignment="top">
16238 <column alignment="center" valignment="top">
16239 <row>
16240 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16241 \begin_inset Text
16242
16243 \begin_layout Plain Layout
16244 Tabelle 1
16245 \end_layout
16246
16247 \end_inset
16248 </cell>
16249 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Plain Layout
16253
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Plain Layout
16262
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 </row>
16268 <row>
16269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16270 \begin_inset Text
16271
16272 \begin_layout Plain Layout
16273 b
16274 \end_layout
16275
16276 \end_inset
16277 </cell>
16278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16279 \begin_inset Text
16280
16281 \begin_layout Plain Layout
16282 e
16283 \end_layout
16284
16285 \end_inset
16286 </cell>
16287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16288 \begin_inset Text
16289
16290 \begin_layout Plain Layout
16291 h
16292 \end_layout
16293
16294 \end_inset
16295 </cell>
16296 </row>
16297 <row>
16298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16299 \begin_inset Text
16300
16301 \begin_layout Plain Layout
16302 c
16303 \end_layout
16304
16305 \end_inset
16306 </cell>
16307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16308 \begin_inset Text
16309
16310 \begin_layout Plain Layout
16311 f
16312 \end_layout
16313
16314 \end_inset
16315 </cell>
16316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16317 \begin_inset Text
16318
16319 \begin_layout Plain Layout
16320 i
16321 \end_layout
16322
16323 \end_inset
16324 </cell>
16325 </row>
16326 </lyxtabular>
16327
16328 \end_inset
16329
16330
16331 \end_layout
16332
16333 \end_inset
16334
16335  Test 
16336 \begin_inset ERT
16337 status collapsed
16338
16339 \begin_layout Plain Layout
16340
16341
16342 \backslash
16343 raisebox{0.85
16344 \backslash
16345 baselineskip}{
16346 \end_layout
16347
16348 \end_inset
16349
16350
16351 \begin_inset Box Frameless
16352 position "t"
16353 hor_pos "c"
16354 has_inner_box 1
16355 inner_pos "c"
16356 use_parbox 0
16357 use_makebox 0
16358 width "15col%"
16359 special "none"
16360 height "1in"
16361 height_special "totalheight"
16362 thickness "0.4pt"
16363 separation "3pt"
16364 shadowsize "4pt"
16365 framecolor "black"
16366 backgroundcolor "none"
16367 status collapsed
16368
16369 \begin_layout Plain Layout
16370 \begin_inset Tabular
16371 <lyxtabular version="3" rows="3" columns="3">
16372 <features tabularvalignment="middle">
16373 <column alignment="center" valignment="top">
16374 <column alignment="center" valignment="top">
16375 <column alignment="center" valignment="top">
16376 <row>
16377 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Plain Layout
16381 Tabelle 2
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Plain Layout
16390
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16396 \begin_inset Text
16397
16398 \begin_layout Plain Layout
16399
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 </row>
16405 <row>
16406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410 b
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16416 \begin_inset Text
16417
16418 \begin_layout Plain Layout
16419 e
16420 \end_layout
16421
16422 \end_inset
16423 </cell>
16424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16425 \begin_inset Text
16426
16427 \begin_layout Plain Layout
16428 h
16429 \end_layout
16430
16431 \end_inset
16432 </cell>
16433 </row>
16434 <row>
16435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16436 \begin_inset Text
16437
16438 \begin_layout Plain Layout
16439 c
16440 \end_layout
16441
16442 \end_inset
16443 </cell>
16444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16445 \begin_inset Text
16446
16447 \begin_layout Plain Layout
16448 f
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16454 \begin_inset Text
16455
16456 \begin_layout Plain Layout
16457 i
16458 \end_layout
16459
16460 \end_inset
16461 </cell>
16462 </row>
16463 </lyxtabular>
16464
16465 \end_inset
16466
16467
16468 \end_layout
16469
16470 \end_inset
16471
16472
16473 \begin_inset ERT
16474 status collapsed
16475
16476 \begin_layout Plain Layout
16477
16478 }
16479 \end_layout
16480
16481 \end_inset
16482
16483
16484 \end_layout
16485
16486 \begin_layout Itemize
16487 Test 
16488 \begin_inset Box Frameless
16489 position "c"
16490 hor_pos "c"
16491 has_inner_box 1
16492 inner_pos "c"
16493 use_parbox 0
16494 use_makebox 0
16495 width "15col%"
16496 special "none"
16497 height "1in"
16498 height_special "totalheight"
16499 thickness "0.4pt"
16500 separation "3pt"
16501 shadowsize "4pt"
16502 framecolor "black"
16503 backgroundcolor "none"
16504 status collapsed
16505
16506 \begin_layout Plain Layout
16507 \begin_inset Tabular
16508 <lyxtabular version="3" rows="3" columns="3">
16509 <features tabularvalignment="middle">
16510 <column alignment="center" valignment="top">
16511 <column alignment="center" valignment="top">
16512 <column alignment="center" valignment="top">
16513 <row>
16514 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16515 \begin_inset Text
16516
16517 \begin_layout Plain Layout
16518 Tabelle 3
16519 \end_layout
16520
16521 \end_inset
16522 </cell>
16523 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16524 \begin_inset Text
16525
16526 \begin_layout Plain Layout
16527
16528 \end_layout
16529
16530 \end_inset
16531 </cell>
16532 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Plain Layout
16536
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 </row>
16542 <row>
16543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16544 \begin_inset Text
16545
16546 \begin_layout Plain Layout
16547 b
16548 \end_layout
16549
16550 \end_inset
16551 </cell>
16552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Plain Layout
16556 e
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16562 \begin_inset Text
16563
16564 \begin_layout Plain Layout
16565 h
16566 \end_layout
16567
16568 \end_inset
16569 </cell>
16570 </row>
16571 <row>
16572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16573 \begin_inset Text
16574
16575 \begin_layout Plain Layout
16576 c
16577 \end_layout
16578
16579 \end_inset
16580 </cell>
16581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585 f
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594 i
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 </row>
16600 </lyxtabular>
16601
16602 \end_inset
16603
16604
16605 \end_layout
16606
16607 \end_inset
16608
16609
16610 \end_layout
16611
16612 \begin_layout Itemize
16613 Test 
16614 \begin_inset Box Frameless
16615 position "b"
16616 hor_pos "c"
16617 has_inner_box 1
16618 inner_pos "c"
16619 use_parbox 0
16620 use_makebox 0
16621 width "15col%"
16622 special "none"
16623 height "1in"
16624 height_special "totalheight"
16625 thickness "0.4pt"
16626 separation "3pt"
16627 shadowsize "4pt"
16628 framecolor "black"
16629 backgroundcolor "none"
16630 status collapsed
16631
16632 \begin_layout Plain Layout
16633 \begin_inset Tabular
16634 <lyxtabular version="3" rows="3" columns="3">
16635 <features tabularvalignment="middle">
16636 <column alignment="center" valignment="top">
16637 <column alignment="center" valignment="top">
16638 <column alignment="center" valignment="top">
16639 <row>
16640 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644 Tabelle 4
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16650 \begin_inset Text
16651
16652 \begin_layout Plain Layout
16653
16654 \end_layout
16655
16656 \end_inset
16657 </cell>
16658 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16659 \begin_inset Text
16660
16661 \begin_layout Plain Layout
16662
16663 \end_layout
16664
16665 \end_inset
16666 </cell>
16667 </row>
16668 <row>
16669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16670 \begin_inset Text
16671
16672 \begin_layout Plain Layout
16673 b
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16679 \begin_inset Text
16680
16681 \begin_layout Plain Layout
16682 e
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691 h
16692 \end_layout
16693
16694 \end_inset
16695 </cell>
16696 </row>
16697 <row>
16698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16699 \begin_inset Text
16700
16701 \begin_layout Plain Layout
16702 c
16703 \end_layout
16704
16705 \end_inset
16706 </cell>
16707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16708 \begin_inset Text
16709
16710 \begin_layout Plain Layout
16711 f
16712 \end_layout
16713
16714 \end_inset
16715 </cell>
16716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16717 \begin_inset Text
16718
16719 \begin_layout Plain Layout
16720 i
16721 \end_layout
16722
16723 \end_inset
16724 </cell>
16725 </row>
16726 </lyxtabular>
16727
16728 \end_inset
16729
16730
16731 \end_layout
16732
16733 \end_inset
16734
16735 Test 
16736 \begin_inset ERT
16737 status collapsed
16738
16739 \begin_layout Plain Layout
16740
16741
16742 \backslash
16743 raisebox{-0.32
16744 \backslash
16745 baselineskip}{
16746 \end_layout
16747
16748 \end_inset
16749
16750
16751 \begin_inset Box Frameless
16752 position "b"
16753 hor_pos "c"
16754 has_inner_box 1
16755 inner_pos "c"
16756 use_parbox 0
16757 use_makebox 0
16758 width "15col%"
16759 special "none"
16760 height "1in"
16761 height_special "totalheight"
16762 thickness "0.4pt"
16763 separation "3pt"
16764 shadowsize "4pt"
16765 framecolor "black"
16766 backgroundcolor "none"
16767 status collapsed
16768
16769 \begin_layout Plain Layout
16770 \begin_inset Tabular
16771 <lyxtabular version="3" rows="3" columns="3">
16772 <features tabularvalignment="middle">
16773 <column alignment="center" valignment="top">
16774 <column alignment="center" valignment="top">
16775 <column alignment="center" valignment="top">
16776 <row>
16777 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Plain Layout
16781 Tabelle 5
16782 \end_layout
16783
16784 \end_inset
16785 </cell>
16786 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16787 \begin_inset Text
16788
16789 \begin_layout Plain Layout
16790
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16796 \begin_inset Text
16797
16798 \begin_layout Plain Layout
16799
16800 \end_layout
16801
16802 \end_inset
16803 </cell>
16804 </row>
16805 <row>
16806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16807 \begin_inset Text
16808
16809 \begin_layout Plain Layout
16810 b
16811 \end_layout
16812
16813 \end_inset
16814 </cell>
16815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16816 \begin_inset Text
16817
16818 \begin_layout Plain Layout
16819 e
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Plain Layout
16828 h
16829 \end_layout
16830
16831 \end_inset
16832 </cell>
16833 </row>
16834 <row>
16835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16836 \begin_inset Text
16837
16838 \begin_layout Plain Layout
16839 c
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16845 \begin_inset Text
16846
16847 \begin_layout Plain Layout
16848 f
16849 \end_layout
16850
16851 \end_inset
16852 </cell>
16853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Plain Layout
16857 i
16858 \end_layout
16859
16860 \end_inset
16861 </cell>
16862 </row>
16863 </lyxtabular>
16864
16865 \end_inset
16866
16867
16868 \end_layout
16869
16870 \end_inset
16871
16872
16873 \begin_inset ERT
16874 status collapsed
16875
16876 \begin_layout Plain Layout
16877
16878 }
16879 \end_layout
16880
16881 \end_inset
16882
16883
16884 \end_layout
16885
16886 \begin_layout Standard
16887 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16888 \begin_inset space \space{}
16889 \end_inset
16890
16891 1 und letzten Zeile von Tabelle
16892 \begin_inset space \space{}
16893 \end_inset
16894
16895 4 bezüglich dem Wort 
16896 \begin_inset Quotes gld
16897 \end_inset
16898
16899 Test
16900 \begin_inset Quotes grd
16901 \end_inset
16902
16903  nicht richtig ausgerichtet.
16904  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16905 \begin_inset Quotes gld
16906 \end_inset
16907
16908 Raisebox
16909 \begin_inset Quotes grd
16910 \end_inset
16911
16912
16913 \begin_inset Foot
16914 status collapsed
16915
16916 \begin_layout Plain Layout
16917 Raiseboxen werden in Abschnitt
16918 \begin_inset space ~
16919 \end_inset
16920
16921
16922 \begin_inset CommandInset ref
16923 LatexCommand ref
16924 reference "uab:Vertikale-Ausrichtung"
16925
16926 \end_inset
16927
16928  beschrieben.
16929 \end_layout
16930
16931 \end_inset
16932
16933  setzen.
16934  In Tabelle
16935 \begin_inset space \space{}
16936 \end_inset
16937
16938 2 wurde der Text mit dem Befehl
16939 \end_layout
16940
16941 \begin_layout Standard
16942
16943 \series bold
16944
16945 \backslash
16946 raisebox{0.85
16947 \backslash
16948 baselineskip}{
16949 \end_layout
16950
16951 \begin_layout Standard
16952 vor der Box ausgerichtet.
16953  Hinter der Box wurde auch noch 
16954 \series bold
16955 }
16956 \series default
16957  als \SpecialChar TeX
16958 -Code eingefügt, weil der obige Befehl mit 
16959 \series bold
16960 {
16961 \series default
16962  aufhörte.
16963  Für Tabelle
16964 \begin_inset space \space{}
16965 \end_inset
16966
16967 5 wurde der Befehl
16968 \end_layout
16969
16970 \begin_layout Standard
16971
16972 \series bold
16973
16974 \backslash
16975 raisebox{-0.32
16976 \backslash
16977 baselineskip}{
16978 \end_layout
16979
16980 \begin_layout Standard
16981 benutzt.
16982 \end_layout
16983
16984 \begin_layout Standard
16985 \begin_inset Note Greyedout
16986 status open
16987
16988 \begin_layout Plain Layout
16989
16990 \series bold
16991 Bemerkung:
16992 \series default
16993  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
16994  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
16995  Der Faktor im 
16996 \series bold
16997
16998 \backslash
16999 raisebox
17000 \series default
17001 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
17002 \end_layout
17003
17004 \end_inset
17005
17006
17007 \end_layout
17008
17009 \begin_layout Section
17010 Farbige Tabellen
17011 \begin_inset CommandInset label
17012 LatexCommand label
17013 name "abs:Farbige-Tabellen"
17014
17015 \end_inset
17016
17017
17018 \begin_inset Index idx
17019 status collapsed
17020
17021 \begin_layout Plain Layout
17022 Tabellen ! farbige
17023 \end_layout
17024
17025 \end_inset
17026
17027
17028 \end_layout
17029
17030 \begin_layout Subsection
17031 Farbige Zellen
17032 \begin_inset Index idx
17033 status collapsed
17034
17035 \begin_layout Plain Layout
17036 farbige !  Tabellenzellen
17037 \end_layout
17038
17039 \end_inset
17040
17041
17042 \end_layout
17043
17044 \begin_layout Standard
17045 \begin_inset Float table
17046 placement h
17047 wide false
17048 sideways false
17049 status open
17050
17051 \begin_layout Plain Layout
17052 \begin_inset Caption Standard
17053
17054 \begin_layout Plain Layout
17055 \begin_inset CommandInset label
17056 LatexCommand label
17057 name "tab:Farbige-Tabelle-ohne"
17058
17059 \end_inset
17060
17061 Farbige Tabelle, ohne Paket 
17062 \series bold
17063 colortbl
17064 \series default
17065
17066 \begin_inset Argument 1
17067 status collapsed
17068
17069 \begin_layout Plain Layout
17070 Tabelle ohne 
17071 \family typewriter
17072 colortbl
17073 \end_layout
17074
17075 \end_inset
17076
17077
17078 \end_layout
17079
17080 \end_inset
17081
17082
17083 \end_layout
17084
17085 \begin_layout Plain Layout
17086 \align center
17087 \begin_inset Tabular
17088 <lyxtabular version="3" rows="3" columns="3">
17089 <features tabularvalignment="middle">
17090 <column alignment="center" valignment="top">
17091 <column alignment="center" valignment="top">
17092 <column alignment="center" valignment="top">
17093 <row>
17094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Plain Layout
17098
17099 \color green
17100 a
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109
17110 \color red
17111 b
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120
17121 \color red
17122 c
17123 \end_layout
17124
17125 \end_inset
17126 </cell>
17127 </row>
17128 <row>
17129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Plain Layout
17133
17134 \color green
17135 d
17136 \end_layout
17137
17138 \end_inset
17139 </cell>
17140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17141 \begin_inset Text
17142
17143 \begin_layout Plain Layout
17144
17145 \color blue
17146 e
17147 \end_layout
17148
17149 \end_inset
17150 </cell>
17151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17152 \begin_inset Text
17153
17154 \begin_layout Plain Layout
17155
17156 \color blue
17157 f
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 </row>
17163 <row>
17164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17165 \begin_inset Text
17166
17167 \begin_layout Plain Layout
17168
17169 \color green
17170 g
17171 \end_layout
17172
17173 \end_inset
17174 </cell>
17175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179
17180 \color blue
17181 h
17182 \end_layout
17183
17184 \end_inset
17185 </cell>
17186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17187 \begin_inset Text
17188
17189 \begin_layout Plain Layout
17190
17191 \color blue
17192 i
17193 \end_layout
17194
17195 \end_inset
17196 </cell>
17197 </row>
17198 </lyxtabular>
17199
17200 \end_inset
17201
17202
17203 \end_layout
17204
17205 \end_inset
17206
17207
17208 \end_layout
17209
17210 \begin_layout Standard
17211 Wenn Sie nur farbigen Text
17212 \begin_inset Index idx
17213 status collapsed
17214
17215 \begin_layout Plain Layout
17216 Farbe ! für Text
17217 \end_layout
17218
17219 \end_inset
17220
17221  benötigen, markieren Sie diesen und ändern die Farbe mit dem 
17222 \family sans
17223 Textstil
17224 \family default
17225 -Dialog (Werkzeugleistenknopf 
17226 \begin_inset Info
17227 type  "icon"
17228 arg   "dialog-show character"
17229 \end_inset
17230
17231 ) wie es in Tabelle
17232 \begin_inset space ~
17233 \end_inset
17234
17235
17236 \begin_inset CommandInset ref
17237 LatexCommand ref
17238 reference "tab:Farbige-Tabelle-ohne"
17239
17240 \end_inset
17241
17242  gemacht wurde.
17243  In anderen Fällen müssen Sie das \SpecialChar LaTeX
17244 -Paket 
17245 \series bold
17246 colortbl
17247 \series default
17248  benutzen.
17249 \begin_inset Index idx
17250 status collapsed
17251
17252 \begin_layout Plain Layout
17253 \SpecialChar LaTeX
17254 -Pakete ! colortbl
17255 \end_layout
17256
17257 \end_inset
17258
17259
17260 \end_layout
17261
17262 \begin_layout Standard
17263 \begin_inset ERT
17264 status collapsed
17265
17266 \begin_layout Plain Layout
17267
17268
17269 \backslash
17270 ifcolortbl
17271 \end_layout
17272
17273 \end_inset
17274
17275
17276 \begin_inset Note Note
17277 status open
17278
17279 \begin_layout Plain Layout
17280 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
17281 -Paket 
17282 \series bold
17283 colortbl
17284 \series default
17285  installiert ist.
17286 \end_layout
17287
17288 \end_inset
17289
17290
17291 \end_layout
17292
17293 \begin_layout Standard
17294 Um farbige Tabellen zu erzeugen, muss 
17295 \series bold
17296 colortbl
17297 \series default
17298  im \SpecialChar LaTeX
17299 -Vorspann geladen werden:
17300 \end_layout
17301
17302 \begin_layout Standard
17303
17304 \series bold
17305
17306 \backslash
17307 usepackage{colortbl}
17308 \end_layout
17309
17310 \begin_layout Standard
17311 Die Farbe einer Spalte ändert man dann mit dem Befehl
17312 \end_layout
17313
17314 \begin_layout Standard
17315
17316 \series bold
17317
17318 \backslash
17319 columncolor{Farbname}
17320 \end_layout
17321
17322 \begin_layout Standard
17323 innerhalb des Befehls 
17324 \series bold
17325 >{}
17326 \series default
17327 .
17328  Mehr über den Befehl 
17329 \series bold
17330 >{}
17331 \series default
17332  finden Sie im Abschnitt
17333 \begin_inset space ~
17334 \end_inset
17335
17336
17337 \begin_inset CommandInset ref
17338 LatexCommand ref
17339 reference "uab:Mehrfachspalten-Berechnungen"
17340
17341 \end_inset
17342
17343 .
17344 \end_layout
17345
17346 \begin_layout Standard
17347 Folgende Farbnamen sind vordefiniert:
17348 \end_layout
17349
17350 \begin_layout Standard
17351
17352 \family sans
17353 red
17354 \family default
17355
17356 \family sans
17357 green
17358 \family default
17359
17360 \family sans
17361 yellow
17362 \family default
17363
17364 \family sans
17365 blue
17366 \family default
17367
17368 \family sans
17369 cyan
17370 \family default
17371
17372 \family sans
17373 magenta
17374 \family default
17375
17376 \family sans
17377 black
17378 \family default
17379  und 
17380 \family sans
17381 white
17382 \begin_inset Newline newline
17383 \end_inset
17384
17385 (
17386 \family default
17387 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17388 \end_layout
17389
17390 \begin_layout Standard
17391 \begin_inset VSpace medskip
17392 \end_inset
17393
17394
17395 \end_layout
17396
17397 \begin_layout Standard
17398 Wenn Sie die Option
17399 \end_layout
17400
17401 \begin_layout Standard
17402
17403 \series bold
17404 dvipsnames
17405 \end_layout
17406
17407 \begin_layout Standard
17408 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17409  können Sie zusätzlich weitere 61
17410 \begin_inset space ~
17411 \end_inset
17412
17413 Farben verwenden.
17414  Diese Farben sind in Anhang
17415 \begin_inset space ~
17416 \end_inset
17417
17418
17419 \begin_inset CommandInset ref
17420 LatexCommand ref
17421 reference "kap:Liste-der-dvips-Farbnamen"
17422
17423 \end_inset
17424
17425  aufgelistet.
17426  Eine dieser Farben, 
17427 \family sans
17428 Maroon
17429 \family default
17430 , wird als Beispiel in Tabelle
17431 \begin_inset space ~
17432 \end_inset
17433
17434
17435 \begin_inset CommandInset ref
17436 LatexCommand ref
17437 reference "tab:Eine-mit-colortbl"
17438
17439 \end_inset
17440
17441  verwendet.
17442 \end_layout
17443
17444 \begin_layout Standard
17445 \begin_inset VSpace medskip
17446 \end_inset
17447
17448
17449 \end_layout
17450
17451 \begin_layout Standard
17452 Sie können auch eigene Farben definieren:
17453 \end_layout
17454
17455 \begin_layout Standard
17456
17457 \series bold
17458
17459 \backslash
17460 definecolor{Farbname}{Farbmodell}{Farbwerte}
17461 \end_layout
17462
17463 \begin_layout Standard
17464 Das Farbmodell kann eins der folgenden sein:
17465 \end_layout
17466
17467 \begin_layout Labeling
17468 \labelwidthstring 00.00.0000
17469 cmyk: cyan, magenta, yellow, black
17470 \end_layout
17471
17472 \begin_layout Labeling
17473 \labelwidthstring 00.00.0000
17474 rgb: red, green blue
17475 \end_layout
17476
17477 \begin_layout Labeling
17478 \labelwidthstring 00.00.0000
17479 gray: gray
17480 \end_layout
17481
17482 \begin_layout Standard
17483 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17484  die die entsprechende Farbe für das Farbmodell beschreiben.
17485 \end_layout
17486
17487 \begin_layout Standard
17488 Im \SpecialChar LaTeX
17489 -Vorspann können Sie zum Beispiel die Farbe 
17490 \emph on
17491
17492 \begin_inset Quotes gld
17493 \end_inset
17494
17495 dunkelgruen
17496 \emph default
17497
17498 \begin_inset Quotes grd
17499 \end_inset
17500
17501  und 
17502 \begin_inset Quotes gld
17503 \end_inset
17504
17505
17506 \emph on
17507 hellgrau
17508 \emph default
17509
17510 \begin_inset Quotes grd
17511 \end_inset
17512
17513  folgendermaßen definieren:
17514 \end_layout
17515
17516 \begin_layout Standard
17517
17518 \series bold
17519
17520 \backslash
17521 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17522 \end_layout
17523
17524 \begin_layout Standard
17525
17526 \series bold
17527
17528 \backslash
17529 definecolor{hellgrau}{gray}{0.8}
17530 \end_layout
17531
17532 \begin_layout Standard
17533 \begin_inset VSpace medskip
17534 \end_inset
17535
17536
17537 \end_layout
17538
17539 \begin_layout Standard
17540 Linien werden mit dem Befehl
17541 \end_layout
17542
17543 \begin_layout Standard
17544
17545 \series bold
17546
17547 \backslash
17548 rowcolor{Farbname}
17549 \end_layout
17550
17551 \begin_layout Standard
17552 gefärbt, Zellen mit dem Befehl
17553 \end_layout
17554
17555 \begin_layout Standard
17556
17557 \series bold
17558
17559 \backslash
17560 cellcolor{Farbname}
17561 \end_layout
17562
17563 \begin_layout Standard
17564 Beide Befehle werden am Anfang einer Zelle als \SpecialChar TeX
17565 -Code eingegeben.
17566 \end_layout
17567
17568 \begin_layout Standard
17569 Um nur Text zu färben, verwenden Sie den 
17570 \family sans
17571 Textstil
17572 \family default
17573 -Dialog.
17574  Wenn die Zelle aber \SpecialChar TeX
17575 -Code zum Färben enthält, 
17576 \emph on
17577 markieren Sie nur den Text
17578 \emph default
17579 , sonst werden Sie \SpecialChar LaTeX
17580 -Fehler erzeugen.
17581 \end_layout
17582
17583 \begin_layout Standard
17584 \begin_inset Note Greyedout
17585 status open
17586
17587 \begin_layout Plain Layout
17588
17589 \series bold
17590 Achtung:
17591 \series default
17592  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17593 \end_layout
17594
17595 \end_inset
17596
17597
17598 \end_layout
17599
17600 \begin_layout Standard
17601 \begin_inset VSpace medskip
17602 \end_inset
17603
17604
17605 \end_layout
17606
17607 \begin_layout Standard
17608 Die Tabelle
17609 \begin_inset space ~
17610 \end_inset
17611
17612
17613 \begin_inset CommandInset ref
17614 LatexCommand ref
17615 reference "tab:Eine-mit-colortbl"
17616
17617 \end_inset
17618
17619  wurde folgendermaßen erstellt: die erste Spalte soll 
17620 \emph on
17621
17622 \begin_inset Quotes gld
17623 \end_inset
17624
17625 dunkelgruen
17626 \emph default
17627
17628 \begin_inset Quotes grd
17629 \end_inset
17630
17631  werden, also müssen Sie ins 
17632 \family sans
17633 LaTeX-Argument
17634 \family default
17635  der Zellen der ersten Spalte den Befehl
17636 \end_layout
17637
17638 \begin_layout Standard
17639
17640 \series bold
17641 >{
17642 \backslash
17643 columncolor{dunkelgruen}
17644 \backslash
17645 centering}c
17646 \end_layout
17647
17648 \begin_layout Standard
17649 schreiben.
17650  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der \SpecialChar TeX
17651 -Code-Befehl
17652 \end_layout
17653
17654 \begin_layout Standard
17655
17656 \series bold
17657
17658 \backslash
17659 rowcolor{cyan}
17660 \end_layout
17661
17662 \begin_layout Standard
17663 in die erste Zelle der ersten Zeile eingefügt.
17664  Diese Farbe ersetzt die Spaltenfarbe.
17665  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17666  Das wird mit folgendem Befehl erreicht:
17667 \end_layout
17668
17669 \begin_layout Standard
17670
17671 \series bold
17672
17673 \backslash
17674 cellcolor{Maroon}
17675 \end_layout
17676
17677 \begin_layout Standard
17678 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17679 \family sans
17680 Textstil
17681 \family default
17682 -Dialog.
17683 \end_layout
17684
17685 \begin_layout Standard
17686 \begin_inset Float table
17687 placement h
17688 wide false
17689 sideways false
17690 status open
17691
17692 \begin_layout Plain Layout
17693 \begin_inset Caption Standard
17694
17695 \begin_layout Plain Layout
17696 \begin_inset CommandInset label
17697 LatexCommand label
17698 name "tab:Eine-mit-colortbl"
17699
17700 \end_inset
17701
17702 Eine mit dem Paket 
17703 \series bold
17704 colortbl
17705 \series default
17706  gefärbte Tabelle
17707 \begin_inset Argument 1
17708 status collapsed
17709
17710 \begin_layout Plain Layout
17711 Tabelle mit 
17712 \family typewriter
17713 colortbl
17714 \end_layout
17715
17716 \end_inset
17717
17718
17719 \end_layout
17720
17721 \end_inset
17722
17723
17724 \end_layout
17725
17726 \begin_layout Plain Layout
17727 \align center
17728 \begin_inset Tabular
17729 <lyxtabular version="3" rows="3" columns="3">
17730 <features tabularvalignment="middle">
17731 <column alignment="center" valignment="top" special=">{\columncolor{dunkelgruen}\centering}c">
17732 <column alignment="center" valignment="top">
17733 <column alignment="center" valignment="top">
17734 <row>
17735 <cell alignment="center" valignment="top" usebox="none">
17736 \begin_inset Text
17737
17738 \begin_layout Plain Layout
17739 \begin_inset ERT
17740 status open
17741
17742 \begin_layout Plain Layout
17743
17744
17745 \backslash
17746 rowcolor{cyan}
17747 \end_layout
17748
17749 \end_inset
17750
17751
17752 \color magenta
17753 a
17754 \end_layout
17755
17756 \end_inset
17757 </cell>
17758 <cell alignment="center" valignment="top" usebox="none">
17759 \begin_inset Text
17760
17761 \begin_layout Plain Layout
17762
17763 \color red
17764 b
17765 \end_layout
17766
17767 \end_inset
17768 </cell>
17769 <cell alignment="center" valignment="top" usebox="none">
17770 \begin_inset Text
17771
17772 \begin_layout Plain Layout
17773
17774 \color red
17775 c
17776 \end_layout
17777
17778 \end_inset
17779 </cell>
17780 </row>
17781 <row>
17782 <cell alignment="center" valignment="top" usebox="none">
17783 \begin_inset Text
17784
17785 \begin_layout Plain Layout
17786
17787 \color yellow
17788 d
17789 \end_layout
17790
17791 \end_inset
17792 </cell>
17793 <cell alignment="center" valignment="top" usebox="none">
17794 \begin_inset Text
17795
17796 \begin_layout Plain Layout
17797
17798 \color blue
17799 e
17800 \end_layout
17801
17802 \end_inset
17803 </cell>
17804 <cell alignment="center" valignment="top" usebox="none">
17805 \begin_inset Text
17806
17807 \begin_layout Plain Layout
17808
17809 \color blue
17810 f
17811 \end_layout
17812
17813 \end_inset
17814 </cell>
17815 </row>
17816 <row>
17817 <cell alignment="center" valignment="top" usebox="none">
17818 \begin_inset Text
17819
17820 \begin_layout Plain Layout
17821
17822 \color yellow
17823 g
17824 \end_layout
17825
17826 \end_inset
17827 </cell>
17828 <cell alignment="center" valignment="top" usebox="none">
17829 \begin_inset Text
17830
17831 \begin_layout Plain Layout
17832
17833 \color blue
17834 h
17835 \end_layout
17836
17837 \end_inset
17838 </cell>
17839 <cell alignment="center" valignment="top" usebox="none">
17840 \begin_inset Text
17841
17842 \begin_layout Plain Layout
17843 \begin_inset ERT
17844 status collapsed
17845
17846 \begin_layout Plain Layout
17847
17848
17849 \backslash
17850 cellcolor{Maroon}
17851 \end_layout
17852
17853 \end_inset
17854
17855
17856 \color green
17857 i
17858 \end_layout
17859
17860 \end_inset
17861 </cell>
17862 </row>
17863 </lyxtabular>
17864
17865 \end_inset
17866
17867
17868 \end_layout
17869
17870 \end_inset
17871
17872
17873 \end_layout
17874
17875 \begin_layout Standard
17876 \begin_inset ERT
17877 status collapsed
17878
17879 \begin_layout Plain Layout
17880
17881
17882 \backslash
17883 else
17884 \end_layout
17885
17886 \end_inset
17887
17888
17889 \begin_inset Note Note
17890 status open
17891
17892 \begin_layout Plain Layout
17893 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
17894 -Paket 
17895 \series bold
17896 colortbl
17897 \series default
17898  nicht installiert ist:
17899 \end_layout
17900
17901 \end_inset
17902
17903
17904 \end_layout
17905
17906 \begin_layout Standard
17907 Sie müssen das \SpecialChar LaTeX
17908 -Paket 
17909 \series bold
17910 colortbl
17911 \series default
17912  installiert haben um den Inhalt dieses Abschnitts zu sehen.
17913 \end_layout
17914
17915 \begin_layout Standard
17916 \begin_inset ERT
17917 status collapsed
17918
17919 \begin_layout Plain Layout
17920
17921
17922 \backslash
17923 fi
17924 \end_layout
17925
17926 \end_inset
17927
17928
17929 \end_layout
17930
17931 \begin_layout Subsection
17932 Farbige Zeilen
17933 \begin_inset Index idx
17934 status collapsed
17935
17936 \begin_layout Plain Layout
17937 farbige ! Tabellenzeilen
17938 \end_layout
17939
17940 \end_inset
17941
17942
17943 \end_layout
17944
17945 \begin_layout Standard
17946 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
17947  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
17948  Man lädt das \SpecialChar LaTeX
17949 -Paket 
17950 \series bold
17951 xcolor
17952 \series default
17953
17954 \begin_inset Index idx
17955 status collapsed
17956
17957 \begin_layout Plain Layout
17958 \SpecialChar LaTeX
17959 -Pakete ! xcolor
17960 \begin_inset ERT
17961 status collapsed
17962
17963 \begin_layout Plain Layout
17964
17965
17966 \backslash
17967 vspace{4mm}
17968 \end_layout
17969
17970 \end_inset
17971
17972
17973 \end_layout
17974
17975 \end_inset
17976
17977  im \SpecialChar LaTeX
17978 -Vorspann mit dem Befehl
17979 \end_layout
17980
17981 \begin_layout Standard
17982
17983 \series bold
17984
17985 \backslash
17986 usepackage[table]{xcolor}
17987 \end_layout
17988
17989 \begin_layout Standard
17990
17991 \series bold
17992 xcolor
17993 \series default
17994  lädt automatisch auch das \SpecialChar LaTeX
17995 -Paket 
17996 \series bold
17997 colortbl
17998 \series default
17999
18000 \begin_inset Index idx
18001 status collapsed
18002
18003 \begin_layout Plain Layout
18004 \SpecialChar LaTeX
18005 -Pakete ! colortbl
18006 \end_layout
18007
18008 \end_inset
18009
18010 , so dass 
18011 \series bold
18012 colortbl
18013 \series default
18014  in Ihrer \SpecialChar LaTeX
18015 -Distribution installiert sein muss, ansonsten bekommt man \SpecialChar LaTeX
18016 -Fehler.
18017 \end_layout
18018
18019 \begin_layout Standard
18020 \begin_inset ERT
18021 status collapsed
18022
18023 \begin_layout Plain Layout
18024
18025
18026 \backslash
18027 ifcolortbl
18028 \end_layout
18029
18030 \end_inset
18031
18032
18033 \begin_inset Note Note
18034 status open
18035
18036 \begin_layout Plain Layout
18037 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
18038 -Paket 
18039 \series bold
18040 colortbl
18041 \series default
18042  installiert ist.
18043 \end_layout
18044
18045 \end_inset
18046
18047
18048 \end_layout
18049
18050 \begin_layout Standard
18051 Die Tabellenzeilen werden mit dem Befehl
18052 \end_layout
18053
18054 \begin_layout Standard
18055
18056 \series bold
18057
18058 \backslash
18059 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
18060 \end_layout
18061
18062 \begin_layout Standard
18063 eingefärbt, der entweder in den \SpecialChar LaTeX
18064 -Vorspann oder als \SpecialChar TeX
18065 -Code vor der ersten
18066  zu färbenden Tabelle eingefügt wird.
18067  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
18068  Zeilenfarbe gefärbt werden soll.
18069  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
18070  werden.
18071  So führt zum Beispiel der Befehl
18072 \end_layout
18073
18074 \begin_layout Standard
18075
18076 \series bold
18077
18078 \backslash
18079 rowcolors{1}{white}{lightgray}
18080 \end_layout
18081
18082 \begin_layout Standard
18083 zum Farbschema von Tabelle
18084 \begin_inset space ~
18085 \end_inset
18086
18087
18088 \begin_inset CommandInset ref
18089 LatexCommand ref
18090 reference "tab:Tabelle-rowcolors"
18091
18092 \end_inset
18093
18094 .
18095  Der Befehl
18096 \end_layout
18097
18098 \begin_layout Standard
18099
18100 \series bold
18101
18102 \backslash
18103 rowcolors[
18104 \backslash
18105 hline]{1}{lightgray}{cyan}
18106 \end_layout
18107
18108 \begin_layout Standard
18109 führt zum Farbschema von Tabelle
18110 \begin_inset space ~
18111 \end_inset
18112
18113
18114 \begin_inset CommandInset ref
18115 LatexCommand ref
18116 reference "tab:Tabelle-rowcolors-2"
18117
18118 \end_inset
18119
18120 .
18121  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
18122  wird keine Farbe verwendet, so dass der Befehl
18123 \end_layout
18124
18125 \begin_layout Standard
18126
18127 \series bold
18128
18129 \backslash
18130 rowcolors{1}{}{}
18131 \end_layout
18132
18133 \begin_layout Standard
18134 alle Farben löscht.
18135  
18136 \series bold
18137
18138 \backslash
18139 rowcolors
18140 \series default
18141  beeinflusst alle diesem Befehl folgenden Tabellen.
18142 \end_layout
18143
18144 \begin_layout Standard
18145 \begin_inset ERT
18146 status open
18147
18148 \begin_layout Plain Layout
18149
18150
18151 \backslash
18152 rowcolors{1}{white}{lightgray}
18153 \end_layout
18154
18155 \end_inset
18156
18157
18158 \end_layout
18159
18160 \begin_layout Standard
18161 \begin_inset Float table
18162 placement h
18163 wide false
18164 sideways false
18165 status open
18166
18167 \begin_layout Plain Layout
18168 \begin_inset Caption Standard
18169
18170 \begin_layout Plain Layout
18171 \begin_inset CommandInset label
18172 LatexCommand label
18173 name "tab:Tabelle-rowcolors"
18174
18175 \end_inset
18176
18177 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18178 \end_layout
18179
18180 \end_inset
18181
18182
18183 \end_layout
18184
18185 \begin_layout Plain Layout
18186 \align center
18187 \begin_inset Tabular
18188 <lyxtabular version="3" rows="4" columns="3">
18189 <features tabularvalignment="middle">
18190 <column alignment="center" valignment="top">
18191 <column alignment="center" valignment="top" width="0pt">
18192 <column alignment="center" valignment="top" width="0pt">
18193 <row>
18194 <cell alignment="center" valignment="top" usebox="none">
18195 \begin_inset Text
18196
18197 \begin_layout Plain Layout
18198 X
18199 \end_layout
18200
18201 \end_inset
18202 </cell>
18203 <cell alignment="center" valignment="top" usebox="none">
18204 \begin_inset Text
18205
18206 \begin_layout Plain Layout
18207 Y
18208 \end_layout
18209
18210 \end_inset
18211 </cell>
18212 <cell alignment="center" valignment="top" usebox="none">
18213 \begin_inset Text
18214
18215 \begin_layout Plain Layout
18216 Z
18217 \end_layout
18218
18219 \end_inset
18220 </cell>
18221 </row>
18222 <row>
18223 <cell alignment="center" valignment="top" usebox="none">
18224 \begin_inset Text
18225
18226 \begin_layout Plain Layout
18227 1
18228 \end_layout
18229
18230 \end_inset
18231 </cell>
18232 <cell alignment="center" valignment="top" usebox="none">
18233 \begin_inset Text
18234
18235 \begin_layout Plain Layout
18236 2
18237 \end_layout
18238
18239 \end_inset
18240 </cell>
18241 <cell alignment="center" valignment="top" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Plain Layout
18245 3
18246 \end_layout
18247
18248 \end_inset
18249 </cell>
18250 </row>
18251 <row>
18252 <cell alignment="center" valignment="top" usebox="none">
18253 \begin_inset Text
18254
18255 \begin_layout Plain Layout
18256 4
18257 \end_layout
18258
18259 \end_inset
18260 </cell>
18261 <cell alignment="center" valignment="top" usebox="none">
18262 \begin_inset Text
18263
18264 \begin_layout Plain Layout
18265 5
18266 \end_layout
18267
18268 \end_inset
18269 </cell>
18270 <cell alignment="center" valignment="top" usebox="none">
18271 \begin_inset Text
18272
18273 \begin_layout Plain Layout
18274 6
18275 \end_layout
18276
18277 \end_inset
18278 </cell>
18279 </row>
18280 <row>
18281 <cell alignment="center" valignment="top" usebox="none">
18282 \begin_inset Text
18283
18284 \begin_layout Plain Layout
18285 7
18286 \end_layout
18287
18288 \end_inset
18289 </cell>
18290 <cell alignment="center" valignment="top" usebox="none">
18291 \begin_inset Text
18292
18293 \begin_layout Plain Layout
18294 8
18295 \end_layout
18296
18297 \end_inset
18298 </cell>
18299 <cell alignment="center" valignment="top" usebox="none">
18300 \begin_inset Text
18301
18302 \begin_layout Plain Layout
18303 9
18304 \end_layout
18305
18306 \end_inset
18307 </cell>
18308 </row>
18309 </lyxtabular>
18310
18311 \end_inset
18312
18313
18314 \end_layout
18315
18316 \end_inset
18317
18318
18319 \end_layout
18320
18321 \begin_layout Standard
18322 \begin_inset ERT
18323 status open
18324
18325 \begin_layout Plain Layout
18326
18327
18328 \backslash
18329 rowcolors[
18330 \backslash
18331 hline]{1}{lightgray}{cyan}
18332 \end_layout
18333
18334 \end_inset
18335
18336
18337 \end_layout
18338
18339 \begin_layout Standard
18340 \begin_inset Float table
18341 placement h
18342 wide false
18343 sideways false
18344 status open
18345
18346 \begin_layout Plain Layout
18347 \begin_inset Caption Standard
18348
18349 \begin_layout Plain Layout
18350 \begin_inset CommandInset label
18351 LatexCommand label
18352 name "tab:Tabelle-rowcolors-2"
18353
18354 \end_inset
18355
18356 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18357  Linie zwischen jeder Zeile befindet.
18358 \end_layout
18359
18360 \end_inset
18361
18362
18363 \end_layout
18364
18365 \begin_layout Plain Layout
18366 \align center
18367 \begin_inset Tabular
18368 <lyxtabular version="3" rows="4" columns="3">
18369 <features tabularvalignment="middle">
18370 <column alignment="center" valignment="top">
18371 <column alignment="center" valignment="top">
18372 <column alignment="center" valignment="top" width="0pt">
18373 <row>
18374 <cell alignment="center" valignment="top" usebox="none">
18375 \begin_inset Text
18376
18377 \begin_layout Plain Layout
18378 X
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 <cell alignment="center" valignment="top" usebox="none">
18384 \begin_inset Text
18385
18386 \begin_layout Plain Layout
18387 Y
18388 \end_layout
18389
18390 \end_inset
18391 </cell>
18392 <cell alignment="center" valignment="top" usebox="none">
18393 \begin_inset Text
18394
18395 \begin_layout Plain Layout
18396 Z
18397 \end_layout
18398
18399 \end_inset
18400 </cell>
18401 </row>
18402 <row>
18403 <cell alignment="center" valignment="top" usebox="none">
18404 \begin_inset Text
18405
18406 \begin_layout Plain Layout
18407 1
18408 \end_layout
18409
18410 \end_inset
18411 </cell>
18412 <cell alignment="center" valignment="top" usebox="none">
18413 \begin_inset Text
18414
18415 \begin_layout Plain Layout
18416 2
18417 \end_layout
18418
18419 \end_inset
18420 </cell>
18421 <cell alignment="center" valignment="top" usebox="none">
18422 \begin_inset Text
18423
18424 \begin_layout Plain Layout
18425 3
18426 \end_layout
18427
18428 \end_inset
18429 </cell>
18430 </row>
18431 <row>
18432 <cell alignment="center" valignment="top" usebox="none">
18433 \begin_inset Text
18434
18435 \begin_layout Plain Layout
18436 4
18437 \end_layout
18438
18439 \end_inset
18440 </cell>
18441 <cell alignment="center" valignment="top" usebox="none">
18442 \begin_inset Text
18443
18444 \begin_layout Plain Layout
18445 5
18446 \end_layout
18447
18448 \end_inset
18449 </cell>
18450 <cell alignment="center" valignment="top" usebox="none">
18451 \begin_inset Text
18452
18453 \begin_layout Plain Layout
18454 6
18455 \end_layout
18456
18457 \end_inset
18458 </cell>
18459 </row>
18460 <row>
18461 <cell alignment="center" valignment="top" usebox="none">
18462 \begin_inset Text
18463
18464 \begin_layout Plain Layout
18465 7
18466 \end_layout
18467
18468 \end_inset
18469 </cell>
18470 <cell alignment="center" valignment="top" usebox="none">
18471 \begin_inset Text
18472
18473 \begin_layout Plain Layout
18474 8
18475 \end_layout
18476
18477 \end_inset
18478 </cell>
18479 <cell alignment="center" valignment="top" usebox="none">
18480 \begin_inset Text
18481
18482 \begin_layout Plain Layout
18483 9
18484 \end_layout
18485
18486 \end_inset
18487 </cell>
18488 </row>
18489 </lyxtabular>
18490
18491 \end_inset
18492
18493
18494 \end_layout
18495
18496 \end_inset
18497
18498
18499 \end_layout
18500
18501 \begin_layout Standard
18502 \begin_inset ERT
18503 status collapsed
18504
18505 \begin_layout Plain Layout
18506
18507
18508 \backslash
18509 rowcolors{1}{}{}
18510 \end_layout
18511
18512 \end_inset
18513
18514
18515 \begin_inset Note Note
18516 status collapsed
18517
18518 \begin_layout Plain Layout
18519 schaltet die Färbung aus
18520 \end_layout
18521
18522 \end_inset
18523
18524
18525 \end_layout
18526
18527 \begin_layout Standard
18528 \begin_inset ERT
18529 status collapsed
18530
18531 \begin_layout Plain Layout
18532
18533
18534 \backslash
18535 else
18536 \end_layout
18537
18538 \end_inset
18539
18540
18541 \begin_inset Note Note
18542 status open
18543
18544 \begin_layout Plain Layout
18545 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
18546 -Paket 
18547 \series bold
18548 colortbl
18549 \series default
18550  nicht installiert ist:
18551 \end_layout
18552
18553 \end_inset
18554
18555
18556 \end_layout
18557
18558 \begin_layout Standard
18559 Sie müssen das \SpecialChar LaTeX
18560 -Paket 
18561 \series bold
18562 colortbl
18563 \series default
18564  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18565 \end_layout
18566
18567 \begin_layout Standard
18568 \begin_inset ERT
18569 status collapsed
18570
18571 \begin_layout Plain Layout
18572
18573
18574 \backslash
18575 fi
18576 \end_layout
18577
18578 \end_inset
18579
18580
18581 \end_layout
18582
18583 \begin_layout Subsection
18584 Farbige Linien
18585 \begin_inset Index idx
18586 status collapsed
18587
18588 \begin_layout Plain Layout
18589 farbige !  Tabellenlinien
18590 \end_layout
18591
18592 \end_inset
18593
18594
18595 \end_layout
18596
18597 \begin_layout Standard
18598 Wie in Abschnitt
18599 \begin_inset space ~
18600 \end_inset
18601
18602
18603 \begin_inset CommandInset ref
18604 LatexCommand ref
18605 reference "uab:Liniendicke"
18606
18607 \end_inset
18608
18609  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
18610 \series bold
18611
18612 \backslash
18613 arrayrulewidth
18614 \series default
18615  definiert werden.
18616  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
18617 \begin_inset space \thinspace{}
18618 \end_inset
18619
18620 pt gesetzt.
18621 \begin_inset ERT
18622 status collapsed
18623
18624 \begin_layout Plain Layout
18625
18626
18627 \backslash
18628 setlength{
18629 \backslash
18630 arrayrulewidth}{1.5pt}
18631 \end_layout
18632
18633 \end_inset
18634
18635
18636 \end_layout
18637
18638 \begin_layout Standard
18639 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im \SpecialChar LaTeX
18640 -Vorspann
18641  folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
18642 \begin_inset space ~
18643 \end_inset
18644
18645
18646 \begin_inset CommandInset ref
18647 LatexCommand ref
18648 reference "uab:Angepasste-Zellen-/Spaltenformate"
18649
18650 \end_inset
18651
18652  definiert:
18653 \end_layout
18654
18655 \begin_layout Standard
18656
18657 \series bold
18658
18659 \backslash
18660 newcolumntype{W}{!{
18661 \backslash
18662 color{green}
18663 \backslash
18664 vline}}
18665 \end_layout
18666
18667 \begin_layout Standard
18668 In Tabelle
18669 \begin_inset space ~
18670 \end_inset
18671
18672
18673 \begin_inset CommandInset ref
18674 LatexCommand ref
18675 reference "tab:Tabelle-mit-farbigen-vert"
18676
18677 \end_inset
18678
18679  wurde das \SpecialChar LaTeX
18680 -Argument 
18681 \series bold
18682 WcW
18683 \series default
18684  für die letzte und 
18685 \series bold
18686 Wc
18687 \series default
18688  für die anderen Spalten benutzt.
18689 \end_layout
18690
18691 \begin_layout Standard
18692 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18693 \end_layout
18694
18695 \begin_layout Standard
18696 \begin_inset Float table
18697 placement h
18698 wide false
18699 sideways false
18700 status open
18701
18702 \begin_layout Plain Layout
18703 \begin_inset Caption Standard
18704
18705 \begin_layout Plain Layout
18706 \begin_inset CommandInset label
18707 LatexCommand label
18708 name "tab:Tabelle-mit-farbigen-vert"
18709
18710 \end_inset
18711
18712 Tabelle mit farbigen vertikalen Linien
18713 \end_layout
18714
18715 \end_inset
18716
18717
18718 \end_layout
18719
18720 \begin_layout Plain Layout
18721 \align center
18722 \begin_inset Tabular
18723 <lyxtabular version="3" rows="3" columns="3">
18724 <features tabularvalignment="middle">
18725 <column alignment="center" valignment="top" special="Wc">
18726 <column alignment="center" valignment="top" special="Wc">
18727 <column alignment="center" valignment="top" special="WcW">
18728 <row>
18729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18730 \begin_inset Text
18731
18732 \begin_layout Plain Layout
18733 sd
18734 \end_layout
18735
18736 \end_inset
18737 </cell>
18738 <cell alignment="center" valignment="top" topline="true" usebox="none">
18739 \begin_inset Text
18740
18741 \begin_layout Plain Layout
18742
18743 \end_layout
18744
18745 \end_inset
18746 </cell>
18747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18748 \begin_inset Text
18749
18750 \begin_layout Plain Layout
18751
18752 \end_layout
18753
18754 \end_inset
18755 </cell>
18756 </row>
18757 <row>
18758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18759 \begin_inset Text
18760
18761 \begin_layout Plain Layout
18762
18763 \end_layout
18764
18765 \end_inset
18766 </cell>
18767 <cell alignment="center" valignment="top" topline="true" usebox="none">
18768 \begin_inset Text
18769
18770 \begin_layout Plain Layout
18771 sd
18772 \end_layout
18773
18774 \end_inset
18775 </cell>
18776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18777 \begin_inset Text
18778
18779 \begin_layout Plain Layout
18780
18781 \end_layout
18782
18783 \end_inset
18784 </cell>
18785 </row>
18786 <row>
18787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18788 \begin_inset Text
18789
18790 \begin_layout Plain Layout
18791
18792 \end_layout
18793
18794 \end_inset
18795 </cell>
18796 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18797 \begin_inset Text
18798
18799 \begin_layout Plain Layout
18800
18801 \end_layout
18802
18803 \end_inset
18804 </cell>
18805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18806 \begin_inset Text
18807
18808 \begin_layout Plain Layout
18809 sd
18810 \end_layout
18811
18812 \end_inset
18813 </cell>
18814 </row>
18815 </lyxtabular>
18816
18817 \end_inset
18818
18819
18820 \end_layout
18821
18822 \end_inset
18823
18824
18825 \end_layout
18826
18827 \begin_layout Standard
18828 \begin_inset VSpace bigskip
18829 \end_inset
18830
18831 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18832 \begin_inset space ~
18833 \end_inset
18834
18835
18836 \begin_inset CommandInset ref
18837 LatexCommand ref
18838 reference "tab:Tabelle-mit-farbigen-horiz"
18839
18840 \end_inset
18841
18842 , müssen Sie folgenden Befehl als \SpecialChar TeX
18843 -Code vor der (Gleitobjekt-)Tabelle einfügen:
18844 \end_layout
18845
18846 \begin_layout Standard
18847
18848 \series bold
18849
18850 \backslash
18851 let
18852 \backslash
18853 myHlineC
18854 \backslash
18855 hline
18856 \begin_inset Newline newline
18857 \end_inset
18858
18859
18860 \backslash
18861 renewcommand{
18862 \backslash
18863 hline}
18864 \begin_inset Newline newline
18865 \end_inset
18866
18867
18868 \begin_inset Phantom HPhantom
18869 status open
18870
18871 \begin_layout Plain Layout
18872
18873 \series bold
18874 \begin_inset space ~
18875 \end_inset
18876
18877
18878 \end_layout
18879
18880 \end_inset
18881
18882 {
18883 \backslash
18884 arrayrulecolor{red}
18885 \backslash
18886 myHlineC
18887 \backslash
18888 arrayrulecolor{black}}
18889 \end_layout
18890
18891 \begin_layout Standard
18892 \begin_inset ERT
18893 status collapsed
18894
18895 \begin_layout Plain Layout
18896
18897
18898 \backslash
18899 let
18900 \backslash
18901 myHlineC
18902 \backslash
18903 hline
18904 \end_layout
18905
18906 \begin_layout Plain Layout
18907
18908
18909 \backslash
18910 renewcommand{
18911 \backslash
18912 hline}
18913 \end_layout
18914
18915 \begin_layout Plain Layout
18916
18917  {
18918 \backslash
18919 arrayrulecolor{red}
18920 \backslash
18921 myHlineC
18922 \backslash
18923 arrayrulecolor{black}}
18924 \end_layout
18925
18926 \end_inset
18927
18928
18929 \begin_inset Float table
18930 placement h
18931 wide false
18932 sideways false
18933 status open
18934
18935 \begin_layout Plain Layout
18936 \begin_inset Caption Standard
18937
18938 \begin_layout Plain Layout
18939 \begin_inset CommandInset label
18940 LatexCommand label
18941 name "tab:Tabelle-mit-farbigen-horiz"
18942
18943 \end_inset
18944
18945 Tabelle mit farbigen horizontalen Linien
18946 \end_layout
18947
18948 \end_inset
18949
18950
18951 \end_layout
18952
18953 \begin_layout Plain Layout
18954 \align center
18955 \begin_inset Tabular
18956 <lyxtabular version="3" rows="3" columns="3">
18957 <features tabularvalignment="middle">
18958 <column alignment="center" valignment="top">
18959 <column alignment="center" valignment="top">
18960 <column alignment="center" valignment="top">
18961 <row>
18962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18963 \begin_inset Text
18964
18965 \begin_layout Plain Layout
18966 sd
18967 \end_layout
18968
18969 \end_inset
18970 </cell>
18971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18972 \begin_inset Text
18973
18974 \begin_layout Plain Layout
18975
18976 \end_layout
18977
18978 \end_inset
18979 </cell>
18980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18981 \begin_inset Text
18982
18983 \begin_layout Plain Layout
18984
18985 \end_layout
18986
18987 \end_inset
18988 </cell>
18989 </row>
18990 <row>
18991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18992 \begin_inset Text
18993
18994 \begin_layout Plain Layout
18995
18996 \end_layout
18997
18998 \end_inset
18999 </cell>
19000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19001 \begin_inset Text
19002
19003 \begin_layout Plain Layout
19004 sd
19005 \end_layout
19006
19007 \end_inset
19008 </cell>
19009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19010 \begin_inset Text
19011
19012 \begin_layout Plain Layout
19013
19014 \end_layout
19015
19016 \end_inset
19017 </cell>
19018 </row>
19019 <row>
19020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19021 \begin_inset Text
19022
19023 \begin_layout Plain Layout
19024
19025 \end_layout
19026
19027 \end_inset
19028 </cell>
19029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19030 \begin_inset Text
19031
19032 \begin_layout Plain Layout
19033
19034 \end_layout
19035
19036 \end_inset
19037 </cell>
19038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19039 \begin_inset Text
19040
19041 \begin_layout Plain Layout
19042 sd
19043 \end_layout
19044
19045 \end_inset
19046 </cell>
19047 </row>
19048 </lyxtabular>
19049
19050 \end_inset
19051
19052
19053 \end_layout
19054
19055 \end_inset
19056
19057
19058 \end_layout
19059
19060 \begin_layout Standard
19061 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
19062  als \SpecialChar TeX
19063 -Code hinter der Tabelle einfügen:
19064 \end_layout
19065
19066 \begin_layout Standard
19067
19068 \series bold
19069
19070 \backslash
19071 renewcommand{
19072 \backslash
19073 hline}{
19074 \backslash
19075 myHlineC}
19076 \end_layout
19077
19078 \begin_layout Standard
19079 Tabelle
19080 \begin_inset space ~
19081 \end_inset
19082
19083
19084 \begin_inset CommandInset ref
19085 LatexCommand ref
19086 reference "tab:Table-with-colored"
19087
19088 \end_inset
19089
19090  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
19091 \end_layout
19092
19093 \begin_layout Standard
19094 \begin_inset Float table
19095 placement h
19096 wide false
19097 sideways false
19098 status open
19099
19100 \begin_layout Plain Layout
19101 \begin_inset Caption Standard
19102
19103 \begin_layout Plain Layout
19104 \begin_inset CommandInset label
19105 LatexCommand label
19106 name "tab:Table-with-colored"
19107
19108 \end_inset
19109
19110 Tabelle mit farbigen Linien
19111 \end_layout
19112
19113 \end_inset
19114
19115
19116 \end_layout
19117
19118 \begin_layout Plain Layout
19119 \align center
19120 \begin_inset Tabular
19121 <lyxtabular version="3" rows="3" columns="3">
19122 <features tabularvalignment="middle">
19123 <column alignment="center" valignment="top" special="Wc">
19124 <column alignment="center" valignment="top" special="Wc">
19125 <column alignment="center" valignment="top" special="WcW">
19126 <row>
19127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19128 \begin_inset Text
19129
19130 \begin_layout Plain Layout
19131 sd
19132 \end_layout
19133
19134 \end_inset
19135 </cell>
19136 <cell alignment="center" valignment="top" topline="true" usebox="none">
19137 \begin_inset Text
19138
19139 \begin_layout Plain Layout
19140
19141 \end_layout
19142
19143 \end_inset
19144 </cell>
19145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19146 \begin_inset Text
19147
19148 \begin_layout Plain Layout
19149
19150 \end_layout
19151
19152 \end_inset
19153 </cell>
19154 </row>
19155 <row>
19156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19157 \begin_inset Text
19158
19159 \begin_layout Plain Layout
19160
19161 \end_layout
19162
19163 \end_inset
19164 </cell>
19165 <cell alignment="center" valignment="top" topline="true" usebox="none">
19166 \begin_inset Text
19167
19168 \begin_layout Plain Layout
19169 sd
19170 \end_layout
19171
19172 \end_inset
19173 </cell>
19174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19175 \begin_inset Text
19176
19177 \begin_layout Plain Layout
19178
19179 \end_layout
19180
19181 \end_inset
19182 </cell>
19183 </row>
19184 <row topspace="default">
19185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19186 \begin_inset Text
19187
19188 \begin_layout Plain Layout
19189
19190 \end_layout
19191
19192 \end_inset
19193 </cell>
19194 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19195 \begin_inset Text
19196
19197 \begin_layout Plain Layout
19198
19199 \end_layout
19200
19201 \end_inset
19202 </cell>
19203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19204 \begin_inset Text
19205
19206 \begin_layout Plain Layout
19207 sd
19208 \end_layout
19209
19210 \end_inset
19211 </cell>
19212 </row>
19213 </lyxtabular>
19214
19215 \end_inset
19216
19217
19218 \end_layout
19219
19220 \end_inset
19221
19222
19223 \end_layout
19224
19225 \begin_layout Standard
19226 \begin_inset ERT
19227 status collapsed
19228
19229 \begin_layout Plain Layout
19230
19231
19232 \backslash
19233 renewcommand{
19234 \backslash
19235 hline}{
19236 \backslash
19237 myHlineC}
19238 \end_layout
19239
19240 \end_inset
19241
19242
19243 \end_layout
19244
19245 \begin_layout Standard
19246 \begin_inset ERT
19247 status collapsed
19248
19249 \begin_layout Plain Layout
19250
19251
19252 \backslash
19253 setlength{
19254 \backslash
19255 arrayrulewidth}{0.4pt}
19256 \end_layout
19257
19258 \end_inset
19259
19260
19261 \begin_inset Note Note
19262 status collapsed
19263
19264 \begin_layout Plain Layout
19265 setzt die Liniendicke wieder auf ihren Standardwert zurück
19266 \end_layout
19267
19268 \end_inset
19269
19270
19271 \end_layout
19272
19273 \begin_layout Section
19274 Rotierte Tabellenzellen
19275 \begin_inset CommandInset label
19276 LatexCommand label
19277 name "abs:Rotierte-Tabellenzellen"
19278
19279 \end_inset
19280
19281
19282 \begin_inset Index idx
19283 status collapsed
19284
19285 \begin_layout Plain Layout
19286 Tabellen ! rotierte Zellen
19287 \end_layout
19288
19289 \end_inset
19290
19291
19292 \begin_inset Index idx
19293 status collapsed
19294
19295 \begin_layout Plain Layout
19296 Rotiertes Material
19297 \end_layout
19298
19299 \end_inset
19300
19301
19302 \end_layout
19303
19304 \begin_layout Standard
19305 \begin_inset Note Greyedout
19306 status open
19307
19308 \begin_layout Plain Layout
19309
19310 \series bold
19311 Achtung:
19312 \series default
19313  Nicht alle DVI-Betrachter können Rotationen anzeigen.
19314 \end_layout
19315
19316 \end_inset
19317
19318
19319 \end_layout
19320
19321 \begin_layout Standard
19322 Tabelle
19323 \begin_inset space ~
19324 \end_inset
19325
19326
19327 \begin_inset CommandInset ref
19328 LatexCommand ref
19329 reference "tab:Tabelle-mit-rotierten"
19330
19331 \end_inset
19332
19333  ist ein Beispiel bei dem 3
19334 \begin_inset space ~
19335 \end_inset
19336
19337 Zellen um 45
19338 \begin_inset space \thinspace{}
19339 \end_inset
19340
19341 ° rotiert wurden.
19342 \end_layout
19343
19344 \begin_layout Standard
19345 \begin_inset Float table
19346 placement h
19347 wide false
19348 sideways false
19349 status open
19350
19351 \begin_layout Plain Layout
19352 \begin_inset Caption Standard
19353
19354 \begin_layout Plain Layout
19355 \begin_inset CommandInset label
19356 LatexCommand label
19357 name "tab:Tabelle-mit-rotierten"
19358
19359 \end_inset
19360
19361 Tabelle mit rotierten Zellen in der ersten Zeile.
19362 \end_layout
19363
19364 \end_inset
19365
19366
19367 \end_layout
19368
19369 \begin_layout Plain Layout
19370 \noindent
19371 \align center
19372 \begin_inset Tabular
19373 <lyxtabular version="3" rows="2" columns="3">
19374 <features tabularvalignment="middle">
19375 <column alignment="center" valignment="top" width="0pt">
19376 <column alignment="center" valignment="top" width="0pt">
19377 <column alignment="center" valignment="top" width="0pt">
19378 <row>
19379 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Plain Layout
19383 Tassen
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19389 \begin_inset Text
19390
19391 \begin_layout Plain Layout
19392 Teller
19393 \end_layout
19394
19395 \end_inset
19396 </cell>
19397 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19398 \begin_inset Text
19399
19400 \begin_layout Plain Layout
19401 Untertassen
19402 \end_layout
19403
19404 \end_inset
19405 </cell>
19406 </row>
19407 <row>
19408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19409 \begin_inset Text
19410
19411 \begin_layout Plain Layout
19412 45
19413 \end_layout
19414
19415 \end_inset
19416 </cell>
19417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19418 \begin_inset Text
19419
19420 \begin_layout Plain Layout
19421 33
19422 \end_layout
19423
19424 \end_inset
19425 </cell>
19426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19427 \begin_inset Text
19428
19429 \begin_layout Plain Layout
19430 21
19431 \end_layout
19432
19433 \end_inset
19434 </cell>
19435 </row>
19436 </lyxtabular>
19437
19438 \end_inset
19439
19440
19441 \end_layout
19442
19443 \end_inset
19444
19445
19446 \end_layout
19447
19448 \begin_layout Standard
19449 \begin_inset Note Greyedout
19450 status open
19451
19452 \begin_layout Plain Layout
19453
19454 \series bold
19455 Achtung:
19456 \series default
19457  Zeilenumbrüche (Tastenkürzel 
19458 \family sans
19459 Strg+Enter
19460 \family default
19461 ) sind in rotierten Zellen nicht erlaubt.
19462 \end_layout
19463
19464 \end_inset
19465
19466
19467 \end_layout
19468
19469 \begin_layout Standard
19470 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen, müssen Sie
19471  den Zelleninhalt in eine Minipage oder Parbox tun.
19472 \begin_inset Foot
19473 status collapsed
19474
19475 \begin_layout Plain Layout
19476 Für mehr über diese Boxen siehe Abschnitt
19477 \begin_inset space ~
19478 \end_inset
19479
19480
19481 \begin_inset CommandInset ref
19482 LatexCommand ref
19483 reference "abs:Minipage"
19484
19485 \end_inset
19486
19487  und 
19488 \begin_inset CommandInset ref
19489 LatexCommand ref
19490 reference "abs:Parbox"
19491
19492 \end_inset
19493
19494 .
19495 \end_layout
19496
19497 \end_inset
19498
19499  Wenn Sie diese Zelle um 90
19500 \begin_inset space \thinspace{}
19501 \end_inset
19502
19503 ° rotieren, ist die Breite der Box die Höhe der Zelle.
19504  Tabelle
19505 \begin_inset space ~
19506 \end_inset
19507
19508
19509 \begin_inset CommandInset ref
19510 LatexCommand ref
19511 reference "tab:Tabelle-mit-rotierter-Umbruch"
19512
19513 \end_inset
19514
19515  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch, wobei die Boxbreite
19516  auch 3
19517 \begin_inset space \thinspace{}
19518 \end_inset
19519
19520 cm gesetzt wurde.
19521 \end_layout
19522
19523 \begin_layout Standard
19524 \begin_inset Float table
19525 wide false
19526 sideways false
19527 status open
19528
19529 \begin_layout Plain Layout
19530 \begin_inset Caption Standard
19531
19532 \begin_layout Plain Layout
19533 \begin_inset CommandInset label
19534 LatexCommand label
19535 name "tab:Tabelle-mit-rotierter-Umbruch"
19536
19537 \end_inset
19538
19539 Tabelle mit rotierter Zelle mit Zeilenumbruch.
19540 \end_layout
19541
19542 \end_inset
19543
19544
19545 \end_layout
19546
19547 \begin_layout Plain Layout
19548 \noindent
19549 \align center
19550 \begin_inset Tabular
19551 <lyxtabular version="3" rows="2" columns="3">
19552 <features tabularvalignment="middle">
19553 <column alignment="center" valignment="top">
19554 <column alignment="center" valignment="top" width="0pt">
19555 <column alignment="center" valignment="top">
19556 <row>
19557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19558 \begin_inset Text
19559
19560 \begin_layout Plain Layout
19561 a
19562 \end_layout
19563
19564 \end_inset
19565 </cell>
19566 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19567 \begin_inset Text
19568
19569 \begin_layout Plain Layout
19570 \begin_inset Box Frameless
19571 position "t"
19572 hor_pos "c"
19573 has_inner_box 1
19574 inner_pos "t"
19575 use_parbox 0
19576 use_makebox 0
19577 width "3cm"
19578 special "none"
19579 height "1in"
19580 height_special "totalheight"
19581 thickness "0.4pt"
19582 separation "3pt"
19583 shadowsize "4pt"
19584 framecolor "black"
19585 backgroundcolor "none"
19586 status open
19587
19588 \begin_layout Plain Layout
19589 rotierte Zelle
19590 \begin_inset Newline newline
19591 \end_inset
19592
19593 mit Zeilenumbruch
19594 \end_layout
19595
19596 \end_inset
19597
19598
19599 \end_layout
19600
19601 \end_inset
19602 </cell>
19603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19604 \begin_inset Text
19605
19606 \begin_layout Plain Layout
19607 e
19608 \end_layout
19609
19610 \end_inset
19611 </cell>
19612 </row>
19613 <row>
19614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19615 \begin_inset Text
19616
19617 \begin_layout Plain Layout
19618 b
19619 \end_layout
19620
19621 \end_inset
19622 </cell>
19623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19624 \begin_inset Text
19625
19626 \begin_layout Plain Layout
19627 c
19628 \end_layout
19629
19630 \end_inset
19631 </cell>
19632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19633 \begin_inset Text
19634
19635 \begin_layout Plain Layout
19636 d
19637 \end_layout
19638
19639 \end_inset
19640 </cell>
19641 </row>
19642 </lyxtabular>
19643
19644 \end_inset
19645
19646
19647 \end_layout
19648
19649 \end_inset
19650
19651
19652 \end_layout
19653
19654 \begin_layout Section
19655 Berechnung der Tabellenbreite
19656 \begin_inset CommandInset label
19657 LatexCommand label
19658 name "abs:Berechnung-der-Tabellenbreite"
19659
19660 \end_inset
19661
19662
19663 \end_layout
19664
19665 \begin_layout Standard
19666 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
19667  Tabelle nicht über den Seitenrand hinausragt.
19668  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
19669  aber wie viel Platz wird für jede Spalte benötigt?
19670 \end_layout
19671
19672 \begin_layout Standard
19673 Die Tabellenbreite 
19674 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19675 \end_inset
19676
19677  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
19678  
19679 \begin_inset Formula $W_{\mathrm{Spalte}}$
19680 \end_inset
19681
19682  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
19683  Spalteninhalt und dem Rand der Spalte (\SpecialChar LaTeX
19684 -Länge
19685 \series bold
19686  
19687 \backslash
19688 tabcolsep
19689 \series default
19690 , Voreinstellung 6
19691 \begin_inset space \thinspace{}
19692 \end_inset
19693
19694 pt) plus die Breite einer Tabellenlinie (\SpecialChar LaTeX
19695 -Länge 
19696 \series bold
19697
19698 \backslash
19699 arrayrulewidth
19700 \series default
19701 , Voreinstellung 0.4
19702 \begin_inset space \thinspace{}
19703 \end_inset
19704
19705 pt): Wenn alle 
19706 \begin_inset Formula $n$
19707 \end_inset
19708
19709
19710 \begin_inset space ~
19711 \end_inset
19712
19713 Spalten dieselbe Breite haben, ist die Tabellenbreite also
19714 \begin_inset Formula 
19715 \begin{equation}
19716 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19717 \end{equation}
19718
19719 \end_inset
19720
19721
19722 \end_layout
19723
19724 \begin_layout Standard
19725 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
19726  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (\SpecialChar LaTeX
19727 -Länge
19728  
19729 \series bold
19730
19731 \backslash
19732 columnwidth
19733 \series default
19734 ).
19735  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
19736 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19737 \end_inset
19738
19739  gleich 1
19740 \begin_inset space \thinspace{}
19741 \end_inset
19742
19743
19744 \backslash
19745 columnwidth sein soll, kann 
19746 \begin_inset Formula $W_{\mathrm{Spalte}}$
19747 \end_inset
19748
19749  leicht berechnet werden.
19750 \end_layout
19751
19752 \begin_layout Standard
19753 Um Berechnungen ausführen zu können, muss das \SpecialChar LaTeX
19754 -Paket 
19755 \series bold
19756 calc
19757 \series default
19758
19759 \begin_inset Index idx
19760 status collapsed
19761
19762 \begin_layout Plain Layout
19763 \SpecialChar LaTeX
19764 -Pakete ! calc
19765 \end_layout
19766
19767 \end_inset
19768
19769  im \SpecialChar LaTeX
19770 -Vorspann geladen werden.
19771  Um die Breite im Tabellendialog anzugeben, muss das Feld 
19772 \family sans
19773 \SpecialChar LaTeX
19774 -Argument
19775 \family default
19776  verwendet werden.
19777  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
19778 \begin_inset space ~
19779 \end_inset
19780
19781
19782 \begin_inset CommandInset ref
19783 LatexCommand ref
19784 reference "uab:Mehrfachspalten-Berechnungen"
19785
19786 \end_inset
19787
19788  erklärt ist.
19789  Für eine Tabelle mit 5
19790 \begin_inset space \thinspace{}
19791 \end_inset
19792
19793 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
19794  für jede Spalte den Befehl
19795 \end_layout
19796
19797 \begin_layout Standard
19798
19799 \series bold
19800 >{
19801 \backslash
19802 centering}p{(1
19803 \backslash
19804 columnwidth-62.4pt)/5}
19805 \end_layout
19806
19807 \begin_layout Standard
19808 an.
19809  Für eine Tabelle mit 5
19810 \begin_inset space \thinspace{}
19811 \end_inset
19812
19813 Spalten bei der 2 das 0,75
19814 \begin_inset space \thinspace{}
19815 \end_inset
19816
19817 fache der Breite der anderen 3
19818 \begin_inset space ~
19819 \end_inset
19820
19821 Spalten haben sollen, ist die Berechnung
19822 \begin_inset Formula 
19823 \begin{align}
19824 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{Spalte}}+2\cdot0,75\,W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19825  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19826  & =4,5\,W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
19827 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
19828 \end{align}
19829
19830 \end_inset
19831
19832
19833 \end_layout
19834
19835 \begin_layout Standard
19836 In der Tabelle wird daher der Befehl
19837 \end_layout
19838
19839 \begin_layout Standard
19840
19841 \series bold
19842 >{
19843 \backslash
19844 centering}p{(1
19845 \backslash
19846 columnwidth-62.4pt)/
19847 \backslash
19848 real{4.5}}
19849 \end_layout
19850
19851 \begin_layout Standard
19852 für die breiteren Spalten verwendet und
19853 \end_layout
19854
19855 \begin_layout Standard
19856
19857 \series bold
19858 >{
19859 \backslash
19860 centering}p{(1
19861 \backslash
19862 columnwidth-62.4pt)/
19863 \backslash
19864 real{4.5}*
19865 \backslash
19866 real{0.75}}
19867 \end_layout
19868
19869 \begin_layout Standard
19870 für die schmaleren:
19871 \end_layout
19872
19873 \begin_layout Standard
19874 \begin_inset Tabular
19875 <lyxtabular version="3" rows="2" columns="5">
19876 <features tabularvalignment="middle">
19877 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19878 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19879 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19880 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19881 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19882 <row>
19883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19884 \begin_inset Text
19885
19886 \begin_layout Plain Layout
19887 1
19888 \end_layout
19889
19890 \end_inset
19891 </cell>
19892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19893 \begin_inset Text
19894
19895 \begin_layout Plain Layout
19896 2
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19902 \begin_inset Text
19903
19904 \begin_layout Plain Layout
19905 3
19906 \end_layout
19907
19908 \end_inset
19909 </cell>
19910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19911 \begin_inset Text
19912
19913 \begin_layout Plain Layout
19914 4
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923 5
19924 \end_layout
19925
19926 \end_inset
19927 </cell>
19928 </row>
19929 <row>
19930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19931 \begin_inset Text
19932
19933 \begin_layout Plain Layout
19934 111111 1111111 111111 111111111 11111 11111 1111
19935 \end_layout
19936
19937 \end_inset
19938 </cell>
19939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19940 \begin_inset Text
19941
19942 \begin_layout Plain Layout
19943
19944 \end_layout
19945
19946 \end_inset
19947 </cell>
19948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19949 \begin_inset Text
19950
19951 \begin_layout Plain Layout
19952 2222 22222 222222 222222222 2222222 22 22222
19953 \end_layout
19954
19955 \end_inset
19956 </cell>
19957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19958 \begin_inset Text
19959
19960 \begin_layout Plain Layout
19961
19962 \end_layout
19963
19964 \end_inset
19965 </cell>
19966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19967 \begin_inset Text
19968
19969 \begin_layout Plain Layout
19970 333333 333333 333333 33333 3333333 333
19971 \end_layout
19972
19973 \end_inset
19974 </cell>
19975 </row>
19976 </lyxtabular>
19977
19978 \end_inset
19979
19980
19981 \end_layout
19982
19983 \begin_layout Section
19984 Tabellen-Anpassung
19985 \begin_inset Index idx
19986 status collapsed
19987
19988 \begin_layout Plain Layout
19989 Tabellen ! Anpassung
19990 \end_layout
19991
19992 \end_inset
19993
19994
19995 \end_layout
19996
19997 \begin_layout Subsection
19998 Zeilenabstand
19999 \begin_inset CommandInset label
20000 LatexCommand label
20001 name "uab:Zeilenabstand"
20002
20003 \end_inset
20004
20005
20006 \begin_inset Index idx
20007 status collapsed
20008
20009 \begin_layout Plain Layout
20010 Tabellen ! Zeilenabstand
20011 \end_layout
20012
20013 \end_inset
20014
20015
20016 \end_layout
20017
20018 \begin_layout Standard
20019 Auf der Karteikarte 
20020 \family sans
20021 Rahmen
20022 \family default
20023  des 
20024 \family sans
20025 Tabellen-Einstellungen
20026 \family default
20027 -Dialogs können Sie 
20028 \family sans
20029 zusätzliche
20030 \begin_inset space ~
20031 \end_inset
20032
20033 Abstände
20034 \family default
20035  einfügen.
20036  Dabei haben Sie drei Möglichkeiten:
20037 \end_layout
20038
20039 \begin_layout Description
20040 Oberhalb
20041 \begin_inset space ~
20042 \end_inset
20043
20044 der
20045 \begin_inset space ~
20046 \end_inset
20047
20048 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
20049  Bei einer formalen Tabelle
20050 \begin_inset Foot
20051 status collapsed
20052
20053 \begin_layout Plain Layout
20054 Formale Tabellen wurden in Abschnitt
20055 \begin_inset space ~
20056 \end_inset
20057
20058
20059 \begin_inset CommandInset ref
20060 LatexCommand ref
20061 reference "abs:Formale-Tabellen"
20062
20063 \end_inset
20064
20065  beschrieben.
20066 \end_layout
20067
20068 \end_inset
20069
20070  fügt \SpecialChar LyX
20071  standardmäßig 0.5
20072 \begin_inset space \thinspace{}
20073 \end_inset
20074
20075 em Leerraum ein.
20076  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20077 \begin_inset VSpace medskip
20078 \end_inset
20079
20080
20081 \begin_inset Newline newline
20082 \end_inset
20083
20084
20085 \begin_inset space \hspace*{}
20086 \length 0pt
20087 \end_inset
20088
20089
20090 \begin_inset space \hfill{}
20091 \end_inset
20092
20093
20094 \begin_inset Tabular
20095 <lyxtabular version="3" rows="3" columns="1">
20096 <features tabularvalignment="middle">
20097 <column alignment="center" valignment="top">
20098 <row>
20099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20100 \begin_inset Text
20101
20102 \begin_layout Plain Layout
20103 A
20104 \end_layout
20105
20106 \end_inset
20107 </cell>
20108 </row>
20109 <row topspace="3mm">
20110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20111 \begin_inset Text
20112
20113 \begin_layout Plain Layout
20114 3
20115 \begin_inset space \thinspace{}
20116 \end_inset
20117
20118 mm Leerraum oberhalb der Zeile
20119 \end_layout
20120
20121 \end_inset
20122 </cell>
20123 </row>
20124 <row>
20125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20126 \begin_inset Text
20127
20128 \begin_layout Plain Layout
20129 C
20130 \end_layout
20131
20132 \end_inset
20133 </cell>
20134 </row>
20135 </lyxtabular>
20136
20137 \end_inset
20138
20139
20140 \begin_inset space \hfill{}
20141 \end_inset
20142
20143
20144 \begin_inset space \hspace*{}
20145 \length 0pt
20146 \end_inset
20147
20148
20149 \begin_inset VSpace medskip
20150 \end_inset
20151
20152
20153 \begin_inset Newline newline
20154 \end_inset
20155
20156 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20157 n Linien verwenden.
20158 \end_layout
20159
20160 \begin_layout Description
20161 Unterhalb
20162 \begin_inset space ~
20163 \end_inset
20164
20165 der
20166 \begin_inset space ~
20167 \end_inset
20168
20169 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
20170  Bei einer formalen Tabelle fügt \SpecialChar LyX
20171  standardmäßig 0.5
20172 \begin_inset space \thinspace{}
20173 \end_inset
20174
20175 em Leerraum ein.
20176  Bei normalen Tabellen ist der Standardwert 2
20177 \begin_inset space \thinspace{}
20178 \end_inset
20179
20180 pt.
20181 \end_layout
20182
20183 \begin_layout Description
20184 Zwischen
20185 \begin_inset space ~
20186 \end_inset
20187
20188 den
20189 \begin_inset space ~
20190 \end_inset
20191
20192 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
20193  Bei einer formalen Tabelle fügt \SpecialChar LyX
20194  standardmäßig 0.5
20195 \begin_inset space \thinspace{}
20196 \end_inset
20197
20198 em Leerraum ein.
20199  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20200 \begin_inset VSpace medskip
20201 \end_inset
20202
20203
20204 \begin_inset Newline newline
20205 \end_inset
20206
20207
20208 \begin_inset space \hspace*{}
20209 \length 0pt
20210 \end_inset
20211
20212
20213 \begin_inset space \hfill{}
20214 \end_inset
20215
20216
20217 \begin_inset Tabular
20218 <lyxtabular version="3" rows="3" columns="1">
20219 <features tabularvalignment="middle">
20220 <column alignment="center" valignment="top">
20221 <row>
20222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20223 \begin_inset Text
20224
20225 \begin_layout Plain Layout
20226 A
20227 \end_layout
20228
20229 \end_inset
20230 </cell>
20231 </row>
20232 <row interlinespace="3mm">
20233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20234 \begin_inset Text
20235
20236 \begin_layout Plain Layout
20237 \begin_inset Formula $\downarrow$
20238 \end_inset
20239
20240  3
20241 \begin_inset space \thinspace{}
20242 \end_inset
20243
20244 mm Leerraum zwischen den Zeilen 
20245 \begin_inset Formula $\downarrow$
20246 \end_inset
20247
20248
20249 \end_layout
20250
20251 \end_inset
20252 </cell>
20253 </row>
20254 <row>
20255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20256 \begin_inset Text
20257
20258 \begin_layout Plain Layout
20259 \begin_inset Formula $\uparrow$
20260 \end_inset
20261
20262  3
20263 \begin_inset space \thinspace{}
20264 \end_inset
20265
20266 mm Leerraum zwischen den Zeilen 
20267 \begin_inset Formula $\uparrow$
20268 \end_inset
20269
20270
20271 \end_layout
20272
20273 \end_inset
20274 </cell>
20275 </row>
20276 </lyxtabular>
20277
20278 \end_inset
20279
20280
20281 \begin_inset space \hfill{}
20282 \end_inset
20283
20284
20285 \begin_inset space \hspace*{}
20286 \length 0pt
20287 \end_inset
20288
20289
20290 \begin_inset VSpace medskip
20291 \end_inset
20292
20293
20294 \begin_inset Newline newline
20295 \end_inset
20296
20297 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20298 n Linien verwenden.
20299 \end_layout
20300
20301 \begin_layout Standard
20302 \begin_inset VSpace bigskip
20303 \end_inset
20304
20305 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
20306  Befehlen im \SpecialChar LaTeX
20307 -Vorspann machen:
20308 \end_layout
20309
20310 \begin_layout Standard
20311
20312 \series bold
20313
20314 \backslash
20315 @ifundefined{extrarowheight}
20316 \begin_inset Newline newline
20317 \end_inset
20318
20319
20320 \begin_inset Phantom HPhantom
20321 status open
20322
20323 \begin_layout Plain Layout
20324
20325 \series bold
20326 \begin_inset space ~
20327 \end_inset
20328
20329
20330 \end_layout
20331
20332 \end_inset
20333
20334 {
20335 \backslash
20336 usepackage{array}}{}
20337 \begin_inset Newline newline
20338 \end_inset
20339
20340
20341 \backslash
20342 setlength{
20343 \backslash
20344 extrarowheight}{Höhe}
20345 \series default
20346
20347 \begin_inset Note Note
20348 status collapsed
20349
20350 \begin_layout Plain Layout
20351 Das Paket 
20352 \series bold
20353 array
20354 \series default
20355  wird automatisch von \SpecialChar LyX
20356  geladen, wenn Sie selbst definierte Tabellenformate
20357  verwenden.
20358  Der Befehl 
20359 \series bold
20360
20361 \backslash
20362 @ifundefined
20363 \series default
20364  vermeidet, dass es in diesem Fall doppelt geladen wird.
20365 \end_layout
20366
20367 \end_inset
20368
20369
20370 \end_layout
20371
20372 \begin_layout Standard
20373 wobei die 
20374 \family sans
20375 Höhe
20376 \family default
20377  eine der in Anhang
20378 \begin_inset space ~
20379 \end_inset
20380
20381
20382 \begin_inset CommandInset ref
20383 LatexCommand ref
20384 reference "kap:In-LyX-verfügbare"
20385
20386 \end_inset
20387
20388  aufgelisteten Einheiten haben kann.
20389  Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
20390  ausgerichtet sind.
20391 \end_layout
20392
20393 \begin_layout Standard
20394 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
20395  zu nah an den Buchstaben.
20396  Das kann korrigiert werden, indem man den Befehl 
20397 \series bold
20398
20399 \backslash
20400 strut
20401 \series default
20402  als \SpecialChar TeX
20403 -Code am Anfang einer Tabellenzeile einfügt.
20404  Tabelle
20405 \begin_inset space ~
20406 \end_inset
20407
20408
20409 \begin_inset CommandInset ref
20410 LatexCommand ref
20411 reference "tab:Vertikale-Ausrichtung-von"
20412
20413 \end_inset
20414
20415  zeigt den Effekt.
20416 \end_layout
20417
20418 \begin_layout Standard
20419 \noindent
20420 \begin_inset Float table
20421 placement h
20422 wide false
20423 sideways false
20424 status open
20425
20426 \begin_layout Plain Layout
20427 \begin_inset Caption Standard
20428
20429 \begin_layout Plain Layout
20430 \begin_inset CommandInset label
20431 LatexCommand label
20432 name "tab:Vertikale-Ausrichtung-von"
20433
20434 \end_inset
20435
20436 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
20437 \end_layout
20438
20439 \end_inset
20440
20441
20442 \end_layout
20443
20444 \begin_layout Plain Layout
20445 \begin_inset space \hfill{}
20446 \end_inset
20447
20448
20449 \begin_inset Float table
20450 wide false
20451 sideways false
20452 status collapsed
20453
20454 \begin_layout Plain Layout
20455 \begin_inset Caption Standard
20456
20457 \begin_layout Plain Layout
20458 Normale Tabelle.
20459 \end_layout
20460
20461 \end_inset
20462
20463
20464 \end_layout
20465
20466 \begin_layout Plain Layout
20467 \noindent
20468 \align center
20469 \begin_inset Tabular
20470 <lyxtabular version="3" rows="6" columns="1">
20471 <features tabularvalignment="middle">
20472 <column alignment="left" valignment="top">
20473 <row>
20474 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20475 \begin_inset Text
20476
20477 \begin_layout Plain Layout
20478 Normal, g
20479 \end_layout
20480
20481 \end_inset
20482 </cell>
20483 </row>
20484 <row>
20485 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20486 \begin_inset Text
20487
20488 \begin_layout Plain Layout
20489
20490 \size large
20491 Groß, g
20492 \end_layout
20493
20494 \end_inset
20495 </cell>
20496 </row>
20497 <row>
20498 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20499 \begin_inset Text
20500
20501 \begin_layout Plain Layout
20502
20503 \size larger
20504 Größer, g
20505 \end_layout
20506
20507 \end_inset
20508 </cell>
20509 </row>
20510 <row>
20511 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20512 \begin_inset Text
20513
20514 \begin_layout Plain Layout
20515
20516 \size largest
20517 noch Größer, g
20518 \end_layout
20519
20520 \end_inset
20521 </cell>
20522 </row>
20523 <row>
20524 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528
20529 \size huge
20530 Riesig
20531 \end_layout
20532
20533 \end_inset
20534 </cell>
20535 </row>
20536 <row>
20537 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20538 \begin_inset Text
20539
20540 \begin_layout Plain Layout
20541
20542 \size giant
20543 Gigantisch
20544 \end_layout
20545
20546 \end_inset
20547 </cell>
20548 </row>
20549 </lyxtabular>
20550
20551 \end_inset
20552
20553
20554 \end_layout
20555
20556 \end_inset
20557
20558
20559 \begin_inset space \hfill{}
20560 \end_inset
20561
20562
20563 \begin_inset Float table
20564 wide false
20565 sideways false
20566 status collapsed
20567
20568 \begin_layout Plain Layout
20569 \begin_inset Caption Standard
20570
20571 \begin_layout Plain Layout
20572 Tabelle bei der der Befehl 
20573 \series bold
20574
20575 \backslash
20576 strut
20577 \series default
20578  verwendet wurde.
20579 \end_layout
20580
20581 \end_inset
20582
20583
20584 \end_layout
20585
20586 \begin_layout Plain Layout
20587 \noindent
20588 \align center
20589 \begin_inset Tabular
20590 <lyxtabular version="3" rows="6" columns="1">
20591 <features tabularvalignment="middle">
20592 <column alignment="left" valignment="top">
20593 <row>
20594 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20595 \begin_inset Text
20596
20597 \begin_layout Plain Layout
20598 Normal, g
20599 \end_layout
20600
20601 \end_inset
20602 </cell>
20603 </row>
20604 <row>
20605 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20606 \begin_inset Text
20607
20608 \begin_layout Plain Layout
20609
20610 \size large
20611 \begin_inset ERT
20612 status collapsed
20613
20614 \begin_layout Plain Layout
20615
20616
20617 \backslash
20618 strut 
20619 \end_layout
20620
20621 \end_inset
20622
20623 Groß, g
20624 \end_layout
20625
20626 \end_inset
20627 </cell>
20628 </row>
20629 <row>
20630 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20631 \begin_inset Text
20632
20633 \begin_layout Plain Layout
20634
20635 \size larger
20636 \begin_inset ERT
20637 status collapsed
20638
20639 \begin_layout Plain Layout
20640
20641
20642 \backslash
20643 strut 
20644 \end_layout
20645
20646 \end_inset
20647
20648 Größer, g
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 </row>
20654 <row>
20655 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20656 \begin_inset Text
20657
20658 \begin_layout Plain Layout
20659
20660 \size largest
20661 \begin_inset ERT
20662 status collapsed
20663
20664 \begin_layout Plain Layout
20665
20666
20667 \backslash
20668 strut 
20669 \end_layout
20670
20671 \end_inset
20672
20673 noch Größer, g
20674 \end_layout
20675
20676 \end_inset
20677 </cell>
20678 </row>
20679 <row>
20680 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20681 \begin_inset Text
20682
20683 \begin_layout Plain Layout
20684
20685 \size huge
20686 \begin_inset ERT
20687 status collapsed
20688
20689 \begin_layout Plain Layout
20690
20691
20692 \backslash
20693 strut 
20694 \end_layout
20695
20696 \end_inset
20697
20698 Riesig
20699 \end_layout
20700
20701 \end_inset
20702 </cell>
20703 </row>
20704 <row>
20705 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20706 \begin_inset Text
20707
20708 \begin_layout Plain Layout
20709
20710 \size giant
20711 \begin_inset ERT
20712 status collapsed
20713
20714 \begin_layout Plain Layout
20715
20716
20717 \backslash
20718 strut 
20719 \end_layout
20720
20721 \end_inset
20722
20723 Gigantisch
20724 \end_layout
20725
20726 \end_inset
20727 </cell>
20728 </row>
20729 </lyxtabular>
20730
20731 \end_inset
20732
20733
20734 \end_layout
20735
20736 \end_inset
20737
20738
20739 \begin_inset space \hfill{}
20740 \end_inset
20741
20742
20743 \end_layout
20744
20745 \end_inset
20746
20747
20748 \end_layout
20749
20750 \begin_layout Subsection
20751 Besondere Zellenausrichtung
20752 \begin_inset CommandInset label
20753 LatexCommand label
20754 name "uab:Besondere-Zellenausrichtung"
20755
20756 \end_inset
20757
20758
20759 \begin_inset Index idx
20760 status collapsed
20761
20762 \begin_layout Plain Layout
20763 Tabellen ! Zellenausrichtung
20764 \end_layout
20765
20766 \end_inset
20767
20768
20769 \end_layout
20770
20771 \begin_layout Standard
20772 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
20773  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
20774 \begin_inset space ~
20775 \end_inset
20776
20777
20778 \begin_inset CommandInset ref
20779 LatexCommand ref
20780 reference "tab:Tabellenzellen-sind-auf"
20781
20782 \end_inset
20783
20784 .
20785  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
20786  dann entweder den Werkzeugleistenknopf 
20787 \begin_inset Info
20788 type  "icon"
20789 arg   "inset-modify tabular align-decimal"
20790 \end_inset
20791
20792  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
20793 \family sans
20794 Am
20795 \begin_inset space ~
20796 \end_inset
20797
20798 Dezimaltrenner
20799 \family default
20800  setzt.
20801  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
20802  frei wählen.
20803 \end_layout
20804
20805 \begin_layout Standard
20806 \begin_inset Float table
20807 placement h
20808 wide false
20809 sideways false
20810 status open
20811
20812 \begin_layout Plain Layout
20813 \begin_inset Caption Standard
20814
20815 \begin_layout Plain Layout
20816 \begin_inset CommandInset label
20817 LatexCommand label
20818 name "tab:Tabellenzellen-sind-auf"
20819
20820 \end_inset
20821
20822 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
20823 \end_layout
20824
20825 \end_inset
20826
20827
20828 \end_layout
20829
20830 \begin_layout Plain Layout
20831 \align center
20832 \begin_inset Tabular
20833 <lyxtabular version="3" rows="4" columns="1">
20834 <features booktabs="true" tabularvalignment="middle">
20835 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20836 <row>
20837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841 Überschrift
20842 \end_layout
20843
20844 \end_inset
20845 </cell>
20846 </row>
20847 <row>
20848 <cell alignment="center" valignment="top" topline="true" usebox="none">
20849 \begin_inset Text
20850
20851 \begin_layout Plain Layout
20852 12,6
20853 \end_layout
20854
20855 \end_inset
20856 </cell>
20857 </row>
20858 <row>
20859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20860 \begin_inset Text
20861
20862 \begin_layout Plain Layout
20863 0,68
20864 \end_layout
20865
20866 \end_inset
20867 </cell>
20868 </row>
20869 <row>
20870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20871 \begin_inset Text
20872
20873 \begin_layout Plain Layout
20874 -123,0
20875 \end_layout
20876
20877 \end_inset
20878 </cell>
20879 </row>
20880 </lyxtabular>
20881
20882 \end_inset
20883
20884
20885 \end_layout
20886
20887 \end_inset
20888
20889
20890 \end_layout
20891
20892 \begin_layout Standard
20893 \begin_inset Float table
20894 placement h
20895 wide false
20896 sideways false
20897 status open
20898
20899 \begin_layout Plain Layout
20900 \begin_inset Caption Standard
20901
20902 \begin_layout Plain Layout
20903 \begin_inset CommandInset label
20904 LatexCommand label
20905 name "tab:Tabellenzellen-Operator"
20906
20907 \end_inset
20908
20909 Tabellenzellen sind auf den Operator ausgerichtet
20910 \end_layout
20911
20912 \end_inset
20913
20914
20915 \end_layout
20916
20917 \begin_layout Plain Layout
20918 \align center
20919 \begin_inset Tabular
20920 <lyxtabular version="3" rows="4" columns="2">
20921 <features booktabs="true" tabularvalignment="middle">
20922 <column alignment="right" valignment="top" width="0pt">
20923 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20924 <row>
20925 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20926 \begin_inset Text
20927
20928 \begin_layout Plain Layout
20929 Überschrift
20930 \end_layout
20931
20932 \end_inset
20933 </cell>
20934 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20935 \begin_inset Text
20936
20937 \begin_layout Plain Layout
20938
20939 \end_layout
20940
20941 \end_inset
20942 </cell>
20943 </row>
20944 <row>
20945 <cell alignment="center" valignment="top" usebox="none">
20946 \begin_inset Text
20947
20948 \begin_layout Plain Layout
20949 \begin_inset Formula $12\,+$
20950 \end_inset
20951
20952
20953 \end_layout
20954
20955 \end_inset
20956 </cell>
20957 <cell alignment="center" valignment="top" usebox="none">
20958 \begin_inset Text
20959
20960 \begin_layout Plain Layout
20961 \begin_inset Formula $\,6$
20962 \end_inset
20963
20964
20965 \end_layout
20966
20967 \end_inset
20968 </cell>
20969 </row>
20970 <row>
20971 <cell alignment="center" valignment="top" usebox="none">
20972 \begin_inset Text
20973
20974 \begin_layout Plain Layout
20975 \begin_inset Formula $0\,-$
20976 \end_inset
20977
20978
20979 \end_layout
20980
20981 \end_inset
20982 </cell>
20983 <cell alignment="center" valignment="top" usebox="none">
20984 \begin_inset Text
20985
20986 \begin_layout Plain Layout
20987 \begin_inset Formula $\,68$
20988 \end_inset
20989
20990
20991 \end_layout
20992
20993 \end_inset
20994 </cell>
20995 </row>
20996 <row>
20997 <cell alignment="center" valignment="top" usebox="none">
20998 \begin_inset Text
20999
21000 \begin_layout Plain Layout
21001 \begin_inset Formula $-123\,/$
21002 \end_inset
21003
21004
21005 \end_layout
21006
21007 \end_inset
21008 </cell>
21009 <cell alignment="center" valignment="top" usebox="none">
21010 \begin_inset Text
21011
21012 \begin_layout Plain Layout
21013 \begin_inset Formula $\,0$
21014 \end_inset
21015
21016
21017 \end_layout
21018
21019 \end_inset
21020 </cell>
21021 </row>
21022 </lyxtabular>
21023
21024 \end_inset
21025
21026
21027 \end_layout
21028
21029 \end_inset
21030
21031
21032 \end_layout
21033
21034 \begin_layout Standard
21035 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
21036  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
21037  Formeln erlaubt.
21038  In diesem Fall verwendet man die Methode von Tabelle
21039 \begin_inset space ~
21040 \end_inset
21041
21042
21043 \begin_inset CommandInset ref
21044 LatexCommand ref
21045 reference "tab:Tabellenzellen-Operator"
21046
21047 \end_inset
21048
21049 .
21050  Diese Tabelle wurde als 4×2 Tabelle erstellt.
21051  Die Überschrift ist eine zentrierte Mehrfachspalte.
21052  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
21053  und den Operator.
21054  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
21055  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
21056  um den üblichen Leerraum um einen Operator zu erhalten.
21057  Um den Raum zwischen den beiden Spalten zu löschen, wurde im \SpecialChar LaTeX
21058 -Argument
21059  für die zweite Spalte folgendes eingefügt:
21060 \end_layout
21061
21062 \begin_layout Standard
21063
21064 \series bold
21065 @{}l
21066 \end_layout
21067
21068 \begin_layout Standard
21069 Tabelle
21070 \begin_inset space ~
21071 \end_inset
21072
21073
21074 \begin_inset CommandInset ref
21075 LatexCommand ref
21076 reference "tab:Verschiedene-Ausrichtungen"
21077
21078 \end_inset
21079
21080  zeigt einige Ausrichtungen.
21081  Für die Ausrichtung der Relationen wurde ein kleiner 
21082 \family sans
21083 Leerraum
21084 \family default
21085  eingefügt; wie in der zweiten Spalte von Tabelle
21086 \begin_inset space ~
21087 \end_inset
21088
21089
21090 \begin_inset CommandInset ref
21091 LatexCommand ref
21092 reference "tab:Tabellenzellen-Operator"
21093
21094 \end_inset
21095
21096 .
21097 \end_layout
21098
21099 \begin_layout Standard
21100
21101 \color black
21102 \begin_inset Float table
21103 placement h
21104 wide false
21105 sideways false
21106 status open
21107
21108 \begin_layout Plain Layout
21109
21110 \color black
21111 \begin_inset Caption Standard
21112
21113 \begin_layout Plain Layout
21114
21115 \color black
21116 \begin_inset CommandInset label
21117 LatexCommand label
21118 name "tab:Verschiedene-Ausrichtungen"
21119
21120 \end_inset
21121
21122
21123 \color inherit
21124 Verschiedene Ausrichtungen
21125 \end_layout
21126
21127 \end_inset
21128
21129
21130 \end_layout
21131
21132 \begin_layout Plain Layout
21133 \align center
21134 \begin_inset Tabular
21135 <lyxtabular version="3" rows="4" columns="6">
21136 <features tabularvalignment="middle">
21137 <column alignment="right" valignment="top">
21138 <column alignment="left" valignment="top" special="@{}l">
21139 <column alignment="right" valignment="top">
21140 <column alignment="left" valignment="top" special="@{}l">
21141 <column alignment="right" valignment="top">
21142 <column alignment="left" valignment="top" special="@{}l">
21143 <row>
21144 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21145 \begin_inset Text
21146
21147 \begin_layout Plain Layout
21148 Einheiten
21149 \end_layout
21150
21151 \end_inset
21152 </cell>
21153 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21154 \begin_inset Text
21155
21156 \begin_layout Plain Layout
21157
21158 \end_layout
21159
21160 \end_inset
21161 </cell>
21162 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21163 \begin_inset Text
21164
21165 \begin_layout Plain Layout
21166 Exponenten
21167 \end_layout
21168
21169 \end_inset
21170 </cell>
21171 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21172 \begin_inset Text
21173
21174 \begin_layout Plain Layout
21175
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21181 \begin_inset Text
21182
21183 \begin_layout Plain Layout
21184 Relationen
21185 \end_layout
21186
21187 \end_inset
21188 </cell>
21189 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21190 \begin_inset Text
21191
21192 \begin_layout Plain Layout
21193
21194 \end_layout
21195
21196 \end_inset
21197 </cell>
21198 </row>
21199 <row>
21200 <cell alignment="center" valignment="top" usebox="none">
21201 \begin_inset Text
21202
21203 \begin_layout Plain Layout
21204 12×
21205 \end_layout
21206
21207 \end_inset
21208 </cell>
21209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213 24
21214 \begin_inset space \thinspace{}
21215 \end_inset
21216
21217 Flaschen
21218 \end_layout
21219
21220 \end_inset
21221 </cell>
21222 <cell alignment="center" valignment="top" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226 \begin_inset Formula $10\cdot$
21227 \end_inset
21228
21229
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21235 \begin_inset Text
21236
21237 \begin_layout Plain Layout
21238 \begin_inset Formula $10^{\mbox{-}17}$
21239 \end_inset
21240
21241
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 <cell alignment="center" valignment="top" usebox="none">
21247 \begin_inset Text
21248
21249 \begin_layout Plain Layout
21250 \begin_inset Formula $\Gamma(t)\propto$
21251 \end_inset
21252
21253
21254 \end_layout
21255
21256 \end_inset
21257 </cell>
21258 <cell alignment="center" valignment="top" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262 \begin_inset Formula $\:\Upsilon(t)$
21263 \end_inset
21264
21265
21266 \end_layout
21267
21268 \end_inset
21269 </cell>
21270 </row>
21271 <row>
21272 <cell alignment="center" valignment="top" usebox="none">
21273 \begin_inset Text
21274
21275 \begin_layout Plain Layout
21276 1024×
21277 \end_layout
21278
21279 \end_inset
21280 </cell>
21281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21282 \begin_inset Text
21283
21284 \begin_layout Plain Layout
21285 768
21286 \begin_inset space \thinspace{}
21287 \end_inset
21288
21289 Pixel
21290 \end_layout
21291
21292 \end_inset
21293 </cell>
21294 <cell alignment="center" valignment="top" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298 \begin_inset Formula $5.78\cdot$
21299 \end_inset
21300
21301
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310 \begin_inset Formula $10^{7}$
21311 \end_inset
21312
21313
21314 \end_layout
21315
21316 \end_inset
21317 </cell>
21318 <cell alignment="center" valignment="top" usebox="none">
21319 \begin_inset Text
21320
21321 \begin_layout Plain Layout
21322 \begin_inset Formula $A\ne$
21323 \end_inset
21324
21325
21326 \end_layout
21327
21328 \end_inset
21329 </cell>
21330 <cell alignment="center" valignment="top" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Plain Layout
21334 \begin_inset Formula $\:B_{\mathrm{red}}$
21335 \end_inset
21336
21337
21338 \end_layout
21339
21340 \end_inset
21341 </cell>
21342 </row>
21343 <row>
21344 <cell alignment="center" valignment="top" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348 32×
21349 \end_layout
21350
21351 \end_inset
21352 </cell>
21353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21354 \begin_inset Text
21355
21356 \begin_layout Plain Layout
21357 6
21358 \begin_inset space \thinspace{}
21359 \end_inset
21360
21361 cm
21362 \end_layout
21363
21364 \end_inset
21365 </cell>
21366 <cell alignment="center" valignment="top" usebox="none">
21367 \begin_inset Text
21368
21369 \begin_layout Plain Layout
21370 -
21371 \begin_inset Formula $33.5\cdot$
21372 \end_inset
21373
21374
21375 \end_layout
21376
21377 \end_inset
21378 </cell>
21379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21380 \begin_inset Text
21381
21382 \begin_layout Plain Layout
21383 \begin_inset Formula $10^{4}$
21384 \end_inset
21385
21386
21387 \end_layout
21388
21389 \end_inset
21390 </cell>
21391 <cell alignment="center" valignment="top" usebox="none">
21392 \begin_inset Text
21393
21394 \begin_layout Plain Layout
21395 \begin_inset Formula $\sin(\alpha)\ge$
21396 \end_inset
21397
21398
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 <cell alignment="center" valignment="top" usebox="none">
21404 \begin_inset Text
21405
21406 \begin_layout Plain Layout
21407 \begin_inset Formula $\:\sin(\beta)$
21408 \end_inset
21409
21410
21411 \end_layout
21412
21413 \end_inset
21414 </cell>
21415 </row>
21416 </lyxtabular>
21417
21418 \end_inset
21419
21420
21421 \end_layout
21422
21423 \end_inset
21424
21425
21426 \end_layout
21427
21428 \begin_layout Subsection
21429 Angepasste Zellen-/Spaltenformate
21430 \begin_inset CommandInset label
21431 LatexCommand label
21432 name "uab:Angepasste-Zellen-/Spaltenformate"
21433
21434 \end_inset
21435
21436
21437 \begin_inset Index idx
21438 status collapsed
21439
21440 \begin_layout Plain Layout
21441 Tabellen ! Spaltenformat
21442 \end_layout
21443
21444 \end_inset
21445
21446
21447 \end_layout
21448
21449 \begin_layout Standard
21450 Wenn man wie in Abschnitt
21451 \begin_inset space ~
21452 \end_inset
21453
21454
21455 \begin_inset CommandInset ref
21456 LatexCommand ref
21457 reference "abs:Berechnung-der-Tabellenbreite"
21458
21459 \end_inset
21460
21461  oder Abschnitt
21462 \begin_inset space ~
21463 \end_inset
21464
21465
21466 \begin_inset CommandInset ref
21467 LatexCommand ref
21468 reference "uab:Mehrfachspalten-Berechnungen"
21469
21470 \end_inset
21471
21472  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
21473  Tabellen sehr lästig.
21474  Um sich das Leben zu erleichtern, kann man im \SpecialChar LaTeX
21475 -Vorspann ein Zellen/Spalten-Form
21476 at definieren, das dann in allen Tabellen des Dokuments verwendet werden
21477  kann.
21478  Das Format wird mit dem Befehl
21479 \end_layout
21480
21481 \begin_layout Standard
21482
21483 \series bold
21484
21485 \backslash
21486 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
21487 \end_layout
21488
21489 \begin_layout Standard
21490 definiert.
21491  Der Formatname darf nur ein Buchstabe sein, aber nicht 
21492 \emph on
21493 b
21494 \emph default
21495
21496 \emph on
21497 c
21498 \emph default
21499
21500 \emph on
21501 l
21502 \emph default
21503
21504 \emph on
21505 m
21506 \emph default
21507
21508 \emph on
21509 p
21510 \emph default
21511  oder 
21512 \emph on
21513 r
21514 \emph default
21515 , weil diese vordefiniert sind.
21516  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
21517 \end_layout
21518
21519 \begin_layout Standard
21520 \begin_inset VSpace medskip
21521 \end_inset
21522
21523
21524 \end_layout
21525
21526 \begin_layout Standard
21527 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
21528  Breite könnte das Format so aussehen:
21529 \end_layout
21530
21531 \begin_layout Standard
21532
21533 \series bold
21534
21535 \backslash
21536 newcolumntype{M}[1]{>{
21537 \backslash
21538 centering
21539 \backslash
21540 hspace{0pt}}m{#1}}
21541 \end_layout
21542
21543 \begin_layout Standard
21544 wobei 
21545 \series bold
21546
21547 \backslash
21548 hspace{0pt}
21549 \series default
21550  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
21551  Abschnitt
21552 \begin_inset space ~
21553 \end_inset
21554
21555
21556 \begin_inset CommandInset ref
21557 LatexCommand ref
21558 reference "uab:Mehrfache-Zeilen-in"
21559
21560 \end_inset
21561
21562  beschrieben.
21563  Jetzt können Sie mit
21564 \end_layout
21565
21566 \begin_layout Standard
21567
21568 \series bold
21569 M{Breite}
21570 \end_layout
21571
21572 \begin_layout Standard
21573 im 
21574 \family sans
21575 \SpecialChar LaTeX
21576 -Argument
21577 \family default
21578  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
21579 \end_layout
21580
21581 \begin_layout Standard
21582 \begin_inset VSpace bigskip
21583 \end_inset
21584
21585
21586 \end_layout
21587
21588 \begin_layout Standard
21589 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
21590  Format definieren:
21591 \end_layout
21592
21593 \begin_layout Standard
21594
21595 \series bold
21596
21597 \backslash
21598 newcolumntype{S}[2]{>{
21599 \backslash
21600 centering
21601 \backslash
21602 hspace{0pt}}
21603 \begin_inset Newline newline
21604 \end_inset
21605
21606
21607 \begin_inset Phantom HPhantom
21608 status open
21609
21610 \begin_layout Plain Layout
21611
21612 \series bold
21613
21614 \backslash
21615 newcolumntype
21616 \end_layout
21617
21618 \end_inset
21619
21620 m{(#1+(2
21621 \backslash
21622 tabcolsep+
21623 \backslash
21624 arrayrulewidth)*(1-#2))/#2}}
21625 \end_layout
21626
21627 \begin_layout Standard
21628 Dieses Format benutzt Gleichung
21629 \begin_inset space ~
21630 \end_inset
21631
21632
21633 \begin_inset CommandInset ref
21634 LatexCommand ref
21635 reference "eq:Wgn"
21636
21637 \end_inset
21638
21639 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
21640  breit ist.
21641 \end_layout
21642
21643 \begin_layout Standard
21644 Jetzt können Sie im 
21645 \family sans
21646 \SpecialChar LaTeX
21647 -Argument
21648 \family default
21649  im 
21650 \family sans
21651 Tabellen-Einstellungen
21652 \family default
21653 -Dialog folgendes einfügen:
21654 \end_layout
21655
21656 \begin_layout Standard
21657
21658 \series bold
21659 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
21660 \end_layout
21661
21662 \begin_layout Standard
21663 \begin_inset VSpace bigskip
21664 \end_inset
21665
21666
21667 \end_layout
21668
21669 \begin_layout Standard
21670 Für farbige Spalten können Sie folgendes einfügen:
21671 \end_layout
21672
21673 \begin_layout Standard
21674
21675 \series bold
21676
21677 \backslash
21678 newcolumntype{K}[1]{>{
21679 \backslash
21680 columncolor{#1}
21681 \backslash
21682 hspace{0pt}}c}
21683 \end_layout
21684
21685 \begin_layout Standard
21686 Das 
21687 \begin_inset Quotes gld
21688 \end_inset
21689
21690 c
21691 \begin_inset Quotes grd
21692 \end_inset
21693
21694  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
21695  zentriert ist.
21696  Jetzt können Sie als 
21697 \family sans
21698 \SpecialChar LaTeX
21699 -Argument
21700 \family default
21701  folgendes einfügen:
21702 \end_layout
21703
21704 \begin_layout Standard
21705
21706 \series bold
21707 K{Farbname}
21708 \end_layout
21709
21710 \begin_layout Standard
21711 \begin_inset VSpace bigskip
21712 \end_inset
21713
21714
21715 \end_layout
21716
21717 \begin_layout Standard
21718 Für Tabelle
21719 \begin_inset space ~
21720 \end_inset
21721
21722
21723 \begin_inset CommandInset ref
21724 LatexCommand ref
21725 reference "tab:Tabelle-mit-benutzerdefinierte"
21726
21727 \end_inset
21728
21729  wurden folgende 
21730 \family sans
21731 \SpecialChar LaTeX
21732 -Argumente
21733 \family default
21734  benutzt:
21735 \end_layout
21736
21737 \begin_layout Standard
21738
21739 \series bold
21740 M{2.5cm}
21741 \end_layout
21742
21743 \begin_layout Standard
21744 für die erste Spalte und die Mehrfachspalte,
21745 \end_layout
21746
21747 \begin_layout Standard
21748
21749 \series bold
21750 K{red}
21751 \end_layout
21752
21753 \begin_layout Standard
21754 für die letzte Spalte und
21755 \end_layout
21756
21757 \begin_layout Standard
21758
21759 \series bold
21760 S{2.5cm}{2}
21761 \end_layout
21762
21763 \begin_layout Standard
21764 für die Spalten in der zweiten Mehrfachspalte.
21765 \end_layout
21766
21767 \begin_layout Standard
21768 \begin_inset Float table
21769 placement h
21770 wide false
21771 sideways false
21772 status open
21773
21774 \begin_layout Plain Layout
21775 \begin_inset Caption Standard
21776
21777 \begin_layout Plain Layout
21778 \begin_inset CommandInset label
21779 LatexCommand label
21780 name "tab:Tabelle-mit-benutzerdefinierte"
21781
21782 \end_inset
21783
21784 Tabelle mit benutzerdefinierten Formaten
21785 \end_layout
21786
21787 \end_inset
21788
21789
21790 \end_layout
21791
21792 \begin_layout Plain Layout
21793 \align center
21794 \begin_inset Tabular
21795 <lyxtabular version="3" rows="3" columns="4">
21796 <features tabularvalignment="middle">
21797 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21798 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21799 <column alignment="center" valignment="middle">
21800 <column alignment="center" valignment="middle" special="K{red}">
21801 <row>
21802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21803 \begin_inset Text
21804
21805 \begin_layout Plain Layout
21806 einsehrlangesWort
21807 \end_layout
21808
21809 \end_inset
21810 </cell>
21811 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21812 \begin_inset Text
21813
21814 \begin_layout Plain Layout
21815 Mehrfachspalte mit mehreren Zeilen
21816 \end_layout
21817
21818 \end_inset
21819 </cell>
21820 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21821 \begin_inset Text
21822
21823 \begin_layout Plain Layout
21824
21825 \end_layout
21826
21827 \end_inset
21828 </cell>
21829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21830 \begin_inset Text
21831
21832 \begin_layout Plain Layout
21833 c
21834 \end_layout
21835
21836 \end_inset
21837 </cell>
21838 </row>
21839 <row>
21840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21841 \begin_inset Text
21842
21843 \begin_layout Plain Layout
21844 d
21845 \end_layout
21846
21847 \end_inset
21848 </cell>
21849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21850 \begin_inset Text
21851
21852 \begin_layout Plain Layout
21853 e
21854 \end_layout
21855
21856 \end_inset
21857 </cell>
21858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21859 \begin_inset Text
21860
21861 \begin_layout Plain Layout
21862 f
21863 \end_layout
21864
21865 \end_inset
21866 </cell>
21867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21868 \begin_inset Text
21869
21870 \begin_layout Plain Layout
21871 g
21872 \end_layout
21873
21874 \end_inset
21875 </cell>
21876 </row>
21877 <row>
21878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21879 \begin_inset Text
21880
21881 \begin_layout Plain Layout
21882 h
21883 \end_layout
21884
21885 \end_inset
21886 </cell>
21887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21888 \begin_inset Text
21889
21890 \begin_layout Plain Layout
21891 i
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900 j
21901 \end_layout
21902
21903 \end_inset
21904 </cell>
21905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909 k
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 </row>
21915 </lyxtabular>
21916
21917 \end_inset
21918
21919
21920 \end_layout
21921
21922 \end_inset
21923
21924
21925 \end_layout
21926
21927 \begin_layout Subsection
21928 Liniendicke
21929 \begin_inset CommandInset label
21930 LatexCommand label
21931 name "uab:Liniendicke"
21932
21933 \end_inset
21934
21935
21936 \begin_inset Index idx
21937 status collapsed
21938
21939 \begin_layout Plain Layout
21940 Tabellen  ! Linien ! -dicke
21941 \end_layout
21942
21943 \end_inset
21944
21945
21946 \end_layout
21947
21948 \begin_layout Standard
21949 Die Liniendicke für alle Linien einer Tabelle kann mit 
21950 \series bold
21951
21952 \backslash
21953 arrayrulewidth
21954 \series default
21955  eingestellt werden.
21956  Um eine Liniendicke von 1.5
21957 \begin_inset space \thinspace{}
21958 \end_inset
21959
21960 pt wie in Tabelle
21961 \begin_inset space ~
21962 \end_inset
21963
21964
21965 \begin_inset CommandInset ref
21966 LatexCommand ref
21967 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
21968
21969 \end_inset
21970
21971  zu bekommen, geben Sie den Befehl
21972 \end_layout
21973
21974 \begin_layout Standard
21975
21976 \series bold
21977
21978 \backslash
21979 setlength{
21980 \backslash
21981 arrayrulewidth}{1.5pt}
21982 \end_layout
21983
21984 \begin_layout Standard
21985 als \SpecialChar TeX
21986 -Code vor der (Gleitobjekt-)Tabelle ein.
21987  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
21988  Mit
21989 \end_layout
21990
21991 \begin_layout Standard
21992
21993 \series bold
21994
21995 \backslash
21996 setlength{
21997 \backslash
21998 arrayrulewidth}{0.4pt}
21999 \end_layout
22000
22001 \begin_layout Standard
22002 bekommen Sie wieder die Standarddicke.
22003 \end_layout
22004
22005 \begin_layout Standard
22006 \begin_inset ERT
22007 status collapsed
22008
22009 \begin_layout Plain Layout
22010
22011
22012 \backslash
22013 setlength{
22014 \backslash
22015 arrayrulewidth}{1.5pt}
22016 \end_layout
22017
22018 \end_inset
22019
22020
22021 \begin_inset Float table
22022 placement H
22023 wide false
22024 sideways false
22025 status open
22026
22027 \begin_layout Plain Layout
22028 \begin_inset Caption Standard
22029
22030 \begin_layout Plain Layout
22031 \begin_inset CommandInset label
22032 LatexCommand label
22033 name "tab:Tabelle-mit-1.5pt-Liniendicke"
22034
22035 \end_inset
22036
22037 Tabelle mit 1.5
22038 \begin_inset space \thinspace{}
22039 \end_inset
22040
22041 pt Liniendicke
22042 \end_layout
22043
22044 \end_inset
22045
22046
22047 \end_layout
22048
22049 \begin_layout Plain Layout
22050 \align center
22051 \begin_inset Tabular
22052 <lyxtabular version="3" rows="3" columns="3">
22053 <features tabularvalignment="middle">
22054 <column alignment="center" valignment="top">
22055 <column alignment="center" valignment="top">
22056 <column alignment="center" valignment="top">
22057 <row>
22058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22059 \begin_inset Text
22060
22061 \begin_layout Plain Layout
22062 sd
22063 \end_layout
22064
22065 \end_inset
22066 </cell>
22067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22068 \begin_inset Text
22069
22070 \begin_layout Plain Layout
22071
22072 \end_layout
22073
22074 \end_inset
22075 </cell>
22076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22077 \begin_inset Text
22078
22079 \begin_layout Plain Layout
22080
22081 \end_layout
22082
22083 \end_inset
22084 </cell>
22085 </row>
22086 <row>
22087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22088 \begin_inset Text
22089
22090 \begin_layout Plain Layout
22091
22092 \end_layout
22093
22094 \end_inset
22095 </cell>
22096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22097 \begin_inset Text
22098
22099 \begin_layout Plain Layout
22100 sd
22101 \end_layout
22102
22103 \end_inset
22104 </cell>
22105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22106 \begin_inset Text
22107
22108 \begin_layout Plain Layout
22109
22110 \end_layout
22111
22112 \end_inset
22113 </cell>
22114 </row>
22115 <row>
22116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120
22121 \end_layout
22122
22123 \end_inset
22124 </cell>
22125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22126 \begin_inset Text
22127
22128 \begin_layout Plain Layout
22129
22130 \end_layout
22131
22132 \end_inset
22133 </cell>
22134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22135 \begin_inset Text
22136
22137 \begin_layout Plain Layout
22138 sd
22139 \end_layout
22140
22141 \end_inset
22142 </cell>
22143 </row>
22144 </lyxtabular>
22145
22146 \end_inset
22147
22148
22149 \end_layout
22150
22151 \end_inset
22152
22153
22154 \begin_inset ERT
22155 status collapsed
22156
22157 \begin_layout Plain Layout
22158
22159
22160 \backslash
22161 setlength{
22162 \backslash
22163 arrayrulewidth}{0.4pt}
22164 \end_layout
22165
22166 \end_inset
22167
22168
22169 \end_layout
22170
22171 \begin_layout Standard
22172 \begin_inset VSpace bigskip
22173 \end_inset
22174
22175 Um eine Liniendicke von 1.5
22176 \begin_inset space \thinspace{}
22177 \end_inset
22178
22179 pt nur für horizontale Linien zu bekommen wie in Tabelle
22180 \begin_inset space ~
22181 \end_inset
22182
22183
22184 \begin_inset CommandInset ref
22185 LatexCommand ref
22186 reference "tab:Tabelle-mit-1.5pt-horiz"
22187
22188 \end_inset
22189
22190 , müssen Sie folgende Befehle als \SpecialChar TeX
22191 -Code vor der (Gleitobjekt-)Tabelle einfügen:
22192 \end_layout
22193
22194 \begin_layout Standard
22195
22196 \series bold
22197
22198 \backslash
22199 let
22200 \backslash
22201 myHline
22202 \backslash
22203 hline
22204 \begin_inset Newline newline
22205 \end_inset
22206
22207
22208 \backslash
22209 renewcommand{
22210 \backslash
22211 hline}
22212 \begin_inset Newline newline
22213 \end_inset
22214
22215  {
22216 \backslash
22217 noalign{
22218 \backslash
22219 global
22220 \backslash
22221 arrayrulewidth 1.5pt}
22222 \begin_inset Newline newline
22223 \end_inset
22224
22225  
22226 \backslash
22227 myHline
22228 \backslash
22229 noalign{
22230 \backslash
22231 global
22232 \backslash
22233 arrayrulewidth 0.4pt}}
22234 \end_layout
22235
22236 \begin_layout Standard
22237 Die Standarddicke erhalten Sie mit folgendem Befehl als \SpecialChar TeX
22238 -Code hinter der
22239  (Gleit\SpecialChar softhyphen
22240 objekt-)Tabelle zurück:
22241 \end_layout
22242
22243 \begin_layout Standard
22244
22245 \series bold
22246
22247 \backslash
22248 renewcommand{
22249 \backslash
22250 hline}{
22251 \backslash
22252 myHline}
22253 \end_layout
22254
22255 \begin_layout Standard
22256 \begin_inset ERT
22257 status collapsed
22258
22259 \begin_layout Plain Layout
22260
22261
22262 \backslash
22263 let
22264 \backslash
22265 myHline
22266 \backslash
22267 hline
22268 \end_layout
22269
22270 \begin_layout Plain Layout
22271
22272
22273 \backslash
22274 renewcommand{
22275 \backslash
22276 hline}
22277 \end_layout
22278
22279 \begin_layout Plain Layout
22280
22281  {
22282 \backslash
22283 noalign{
22284 \backslash
22285 global
22286 \backslash
22287 arrayrulewidth 1.5pt}
22288 \end_layout
22289
22290 \begin_layout Plain Layout
22291
22292   
22293 \backslash
22294 myHline
22295 \backslash
22296 noalign{
22297 \backslash
22298 global
22299 \backslash
22300 arrayrulewidth 0.4pt}}
22301 \end_layout
22302
22303 \end_inset
22304
22305
22306 \begin_inset Float table
22307 placement h
22308 wide false
22309 sideways false
22310 status open
22311
22312 \begin_layout Plain Layout
22313 \begin_inset Caption Standard
22314
22315 \begin_layout Plain Layout
22316 \begin_inset CommandInset label
22317 LatexCommand label
22318 name "tab:Tabelle-mit-1.5pt-horiz"
22319
22320 \end_inset
22321
22322 Tabelle mit 1.5
22323 \begin_inset space \thinspace{}
22324 \end_inset
22325
22326 pt dicken horizontalen Linien
22327 \end_layout
22328
22329 \end_inset
22330
22331
22332 \end_layout
22333
22334 \begin_layout Plain Layout
22335 \align center
22336 \begin_inset Tabular
22337 <lyxtabular version="3" rows="3" columns="3">
22338 <features tabularvalignment="middle">
22339 <column alignment="center" valignment="top">
22340 <column alignment="center" valignment="top">
22341 <column alignment="center" valignment="top">
22342 <row>
22343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22344 \begin_inset Text
22345
22346 \begin_layout Plain Layout
22347 sd
22348 \end_layout
22349
22350 \end_inset
22351 </cell>
22352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22353 \begin_inset Text
22354
22355 \begin_layout Plain Layout
22356
22357 \end_layout
22358
22359 \end_inset
22360 </cell>
22361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22362 \begin_inset Text
22363
22364 \begin_layout Plain Layout
22365
22366 \end_layout
22367
22368 \end_inset
22369 </cell>
22370 </row>
22371 <row>
22372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22373 \begin_inset Text
22374
22375 \begin_layout Plain Layout
22376
22377 \end_layout
22378
22379 \end_inset
22380 </cell>
22381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22382 \begin_inset Text
22383
22384 \begin_layout Plain Layout
22385 sd
22386 \end_layout
22387
22388 \end_inset
22389 </cell>
22390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22391 \begin_inset Text
22392
22393 \begin_layout Plain Layout
22394
22395 \end_layout
22396
22397 \end_inset
22398 </cell>
22399 </row>
22400 <row>
22401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22402 \begin_inset Text
22403
22404 \begin_layout Plain Layout
22405
22406 \end_layout
22407
22408 \end_inset
22409 </cell>
22410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22411 \begin_inset Text
22412
22413 \begin_layout Plain Layout
22414
22415 \end_layout
22416
22417 \end_inset
22418 </cell>
22419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22420 \begin_inset Text
22421
22422 \begin_layout Plain Layout
22423 sd
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 </row>
22429 </lyxtabular>
22430
22431 \end_inset
22432
22433
22434 \end_layout
22435
22436 \end_inset
22437
22438
22439 \begin_inset ERT
22440 status collapsed
22441
22442 \begin_layout Plain Layout
22443
22444
22445 \backslash
22446 renewcommand{
22447 \backslash
22448 hline}{
22449 \backslash
22450 myHline}
22451 \end_layout
22452
22453 \end_inset
22454
22455
22456 \end_layout
22457
22458 \begin_layout Standard
22459 \begin_inset VSpace bigskip
22460 \end_inset
22461
22462 Um die Liniendicke von 1.5
22463 \begin_inset space \thinspace{}
22464 \end_inset
22465
22466 pt nur für vertikale Linien zu bekommen, müssen Sie im \SpecialChar LaTeX
22467 -Vorspann folgendes
22468  Spaltenformat entsprechend der Beschreibung in Abschnitt
22469 \begin_inset space ~
22470 \end_inset
22471
22472
22473 \begin_inset CommandInset ref
22474 LatexCommand ref
22475 reference "uab:Angepasste-Zellen-/Spaltenformate"
22476
22477 \end_inset
22478
22479  definieren:
22480 \end_layout
22481
22482 \begin_layout Standard
22483
22484 \series bold
22485
22486 \backslash
22487 newcolumntype{V}{!{
22488 \backslash
22489 vrule width 1.5pt}}
22490 \end_layout
22491
22492 \begin_layout Standard
22493 In Tabelle
22494 \begin_inset space ~
22495 \end_inset
22496
22497
22498 \begin_inset CommandInset ref
22499 LatexCommand ref
22500 reference "tab:Tabelle-mit-1.5pt-vert"
22501
22502 \end_inset
22503
22504  wurde das 
22505 \family sans
22506 LaTeX-Argument
22507 \family default
22508 \series bold
22509  VcV
22510 \series default
22511  für die letzte Spalte und
22512 \series bold
22513  Vc
22514 \series default
22515  für die anderen benutzt.
22516 \end_layout
22517
22518 \begin_layout Standard
22519 \begin_inset Float table
22520 placement H
22521 wide false
22522 sideways false
22523 status open
22524
22525 \begin_layout Plain Layout
22526 \begin_inset Caption Standard
22527
22528 \begin_layout Plain Layout
22529 \begin_inset CommandInset label
22530 LatexCommand label
22531 name "tab:Tabelle-mit-1.5pt-vert"
22532
22533 \end_inset
22534
22535 Tabelle mit 1.5
22536 \begin_inset space \thinspace{}
22537 \end_inset
22538
22539 pt dicken vertikalen Linien
22540 \end_layout
22541
22542 \end_inset
22543
22544
22545 \end_layout
22546
22547 \begin_layout Plain Layout
22548 \align center
22549 \begin_inset Tabular
22550 <lyxtabular version="3" rows="3" columns="3">
22551 <features tabularvalignment="middle">
22552 <column alignment="center" valignment="top" special="Vc">
22553 <column alignment="center" valignment="top" special="Vc">
22554 <column alignment="center" valignment="top" special="VcV">
22555 <row>
22556 <cell alignment="center" valignment="top" topline="true" usebox="none">
22557 \begin_inset Text
22558
22559 \begin_layout Plain Layout
22560 sd
22561 \end_layout
22562
22563 \end_inset
22564 </cell>
22565 <cell alignment="center" valignment="top" topline="true" usebox="none">
22566 \begin_inset Text
22567
22568 \begin_layout Plain Layout
22569
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 <cell alignment="center" valignment="top" topline="true" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 </row>
22584 <row>
22585 <cell alignment="center" valignment="top" topline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 <cell alignment="center" valignment="top" topline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598 sd
22599 \end_layout
22600
22601 \end_inset
22602 </cell>
22603 <cell alignment="center" valignment="top" topline="true" usebox="none">
22604 \begin_inset Text
22605
22606 \begin_layout Plain Layout
22607
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 </row>
22613 <row>
22614 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22615 \begin_inset Text
22616
22617 \begin_layout Plain Layout
22618
22619 \end_layout
22620
22621 \end_inset
22622 </cell>
22623 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22624 \begin_inset Text
22625
22626 \begin_layout Plain Layout
22627
22628 \end_layout
22629
22630 \end_inset
22631 </cell>
22632 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22633 \begin_inset Text
22634
22635 \begin_layout Plain Layout
22636 sd
22637 \end_layout
22638
22639 \end_inset
22640 </cell>
22641 </row>
22642 </lyxtabular>
22643
22644 \end_inset
22645
22646
22647 \end_layout
22648
22649 \end_inset
22650
22651
22652 \end_layout
22653
22654 \begin_layout Subsection
22655 Gestrichelte Linien
22656 \begin_inset Index idx
22657 status collapsed
22658
22659 \begin_layout Plain Layout
22660 Tabellen  ! Linien ! gestrichelte 
22661 \end_layout
22662
22663 \end_inset
22664
22665
22666 \end_layout
22667
22668 \begin_layout Standard
22669 \begin_inset ERT
22670 status collapsed
22671
22672 \begin_layout Plain Layout
22673
22674
22675 \backslash
22676 ifarydshln
22677 \end_layout
22678
22679 \end_inset
22680
22681
22682 \begin_inset Note Note
22683 status open
22684
22685 \begin_layout Plain Layout
22686 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
22687 -Paket 
22688 \series bold
22689 arydshln
22690 \series default
22691  installiert ist.
22692 \end_layout
22693
22694 \end_inset
22695
22696
22697 \end_layout
22698
22699 \begin_layout Standard
22700 \begin_inset Float table
22701 placement h
22702 wide false
22703 sideways false
22704 status open
22705
22706 \begin_layout Plain Layout
22707 \begin_inset Caption Standard
22708
22709 \begin_layout Plain Layout
22710 \begin_inset CommandInset label
22711 LatexCommand label
22712 name "tab:Tabelle-mit-gestrichelten"
22713
22714 \end_inset
22715
22716 Tabelle mit gestrichelten Linien
22717 \end_layout
22718
22719 \end_inset
22720
22721
22722 \end_layout
22723
22724 \begin_layout Plain Layout
22725 \align center
22726 \begin_inset Tabular
22727 <lyxtabular version="3" rows="5" columns="5">
22728 <features tabularvalignment="middle">
22729 <column alignment="center" valignment="top">
22730 <column alignment="center" valignment="top">
22731 <column alignment="center" valignment="top" special=":c">
22732 <column alignment="center" valignment="top">
22733 <column alignment="center" valignment="top">
22734 <row>
22735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22736 \begin_inset Text
22737
22738 \begin_layout Plain Layout
22739 a
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22745 \begin_inset Text
22746
22747 \begin_layout Plain Layout
22748 b
22749 \end_layout
22750
22751 \end_inset
22752 </cell>
22753 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22754 \begin_inset Text
22755
22756 \begin_layout Plain Layout
22757 c
22758 \end_layout
22759
22760 \end_inset
22761 </cell>
22762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22763 \begin_inset Text
22764
22765 \begin_layout Plain Layout
22766 d
22767 \end_layout
22768
22769 \end_inset
22770 </cell>
22771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22772 \begin_inset Text
22773
22774 \begin_layout Plain Layout
22775 e
22776 \end_layout
22777
22778 \end_inset
22779 </cell>
22780 </row>
22781 <row>
22782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22783 \begin_inset Text
22784
22785 \begin_layout Plain Layout
22786 f
22787 \end_layout
22788
22789 \end_inset
22790 </cell>
22791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22792 \begin_inset Text
22793
22794 \begin_layout Plain Layout
22795 g
22796 \end_layout
22797
22798 \end_inset
22799 </cell>
22800 <cell alignment="center" valignment="top" topline="true" usebox="none">
22801 \begin_inset Text
22802
22803 \begin_layout Plain Layout
22804 h
22805 \end_layout
22806
22807 \end_inset
22808 </cell>
22809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22810 \begin_inset Text
22811
22812 \begin_layout Plain Layout
22813 i
22814 \end_layout
22815
22816 \end_inset
22817 </cell>
22818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22819 \begin_inset Text
22820
22821 \begin_layout Plain Layout
22822 j
22823 \end_layout
22824
22825 \end_inset
22826 </cell>
22827 </row>
22828 <row>
22829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22830 \begin_inset Text
22831
22832 \begin_layout Plain Layout
22833 \begin_inset ERT
22834 status collapsed
22835
22836 \begin_layout Plain Layout
22837
22838
22839 \backslash
22840 hdashline 
22841 \end_layout
22842
22843 \end_inset
22844
22845 k
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22851 \begin_inset Text
22852
22853 \begin_layout Plain Layout
22854 l
22855 \end_layout
22856
22857 \end_inset
22858 </cell>
22859 <cell alignment="center" valignment="top" usebox="none">
22860 \begin_inset Text
22861
22862 \begin_layout Plain Layout
22863 m
22864 \end_layout
22865
22866 \end_inset
22867 </cell>
22868 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22869 \begin_inset Text
22870
22871 \begin_layout Plain Layout
22872 n
22873 \end_layout
22874
22875 \end_inset
22876 </cell>
22877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22878 \begin_inset Text
22879
22880 \begin_layout Plain Layout
22881 o
22882 \end_layout
22883
22884 \end_inset
22885 </cell>
22886 </row>
22887 <row>
22888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22889 \begin_inset Text
22890
22891 \begin_layout Plain Layout
22892 \begin_inset ERT
22893 status collapsed
22894
22895 \begin_layout Plain Layout
22896
22897
22898 \backslash
22899 cdashline{4-5}
22900 \end_layout
22901
22902 \end_inset
22903
22904 p
22905 \end_layout
22906
22907 \end_inset
22908 </cell>
22909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22910 \begin_inset Text
22911
22912 \begin_layout Plain Layout
22913 q
22914 \end_layout
22915
22916 \end_inset
22917 </cell>
22918 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22919 \begin_inset Text
22920
22921 \begin_layout Plain Layout
22922 r
22923 \end_layout
22924
22925 \end_inset
22926 </cell>
22927 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22928 \begin_inset Text
22929
22930 \begin_layout Plain Layout
22931 s
22932 \end_layout
22933
22934 \end_inset
22935 </cell>
22936 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22937 \begin_inset Text
22938
22939 \begin_layout Plain Layout
22940
22941 \end_layout
22942
22943 \end_inset
22944 </cell>
22945 </row>
22946 <row>
22947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22948 \begin_inset Text
22949
22950 \begin_layout Plain Layout
22951 t
22952 \end_layout
22953
22954 \end_inset
22955 </cell>
22956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22957 \begin_inset Text
22958
22959 \begin_layout Plain Layout
22960 u
22961 \end_layout
22962
22963 \end_inset
22964 </cell>
22965 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22966 \begin_inset Text
22967
22968 \begin_layout Plain Layout
22969 v
22970 \end_layout
22971
22972 \end_inset
22973 </cell>
22974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22975 \begin_inset Text
22976
22977 \begin_layout Plain Layout
22978 w
22979 \end_layout
22980
22981 \end_inset
22982 </cell>
22983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22984 \begin_inset Text
22985
22986 \begin_layout Plain Layout
22987 x
22988 \end_layout
22989
22990 \end_inset
22991 </cell>
22992 </row>
22993 </lyxtabular>
22994
22995 \end_inset
22996
22997
22998 \end_layout
22999
23000 \end_inset
23001
23002
23003 \end_layout
23004
23005 \begin_layout Standard
23006 \SpecialChar LyX
23007  unterstützt von sich aus keine gestrichelten Linien, also müssen Sie \SpecialChar TeX
23008 -Code
23009  benutzen.
23010  Zunächst müssen Sie das \SpecialChar LaTeX
23011 -Paket 
23012 \series bold
23013 arydshln
23014 \series default
23015
23016 \begin_inset Index idx
23017 status collapsed
23018
23019 \begin_layout Plain Layout
23020 \SpecialChar LaTeX
23021 -Pakete ! arydshln
23022 \end_layout
23023
23024 \end_inset
23025
23026  im \SpecialChar LaTeX
23027 -Vorspann laden:
23028 \end_layout
23029
23030 \begin_layout Standard
23031
23032 \series bold
23033
23034 \backslash
23035 usepackage{arydshln}
23036 \end_layout
23037
23038 \begin_layout Standard
23039 Um senkrechte Linien zu stricheln, müssen Sie im 
23040 \family sans
23041 LaTeX-Argument
23042 \family default
23043  des 
23044 \family sans
23045 Tabellen-Einstellungen
23046 \family default
23047 -Dialogs 
23048 \begin_inset Quotes gld
23049 \end_inset
23050
23051 :
23052 \begin_inset Quotes grd
23053 \end_inset
23054
23055 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
23056 \end_layout
23057
23058 \begin_layout Standard
23059 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
23060 \end_layout
23061
23062 \begin_layout Standard
23063
23064 \series bold
23065
23066 \backslash
23067 hdashline
23068 \end_layout
23069
23070 \begin_layout Standard
23071 als \SpecialChar TeX
23072 -Code als erstes in die erste Zelle einer Zeile einfügen.
23073 \end_layout
23074
23075 \begin_layout Standard
23076 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
23077 \end_layout
23078
23079 \begin_layout Standard
23080
23081 \series bold
23082
23083 \backslash
23084 cdashline{Anfangsspalte-Endspalte}
23085 \end_layout
23086
23087 \begin_layout Standard
23088 als \SpecialChar TeX
23089 -Code als erstes in die erste Zelle einer Zeile eingefügt.
23090  Wenn Sie z.
23091 \begin_inset space \thinspace{}
23092 \end_inset
23093
23094 B.
23095  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
23096  gestrichelte Linie haben, fügen Sie den Befehl
23097 \end_layout
23098
23099 \begin_layout Standard
23100
23101 \series bold
23102
23103 \backslash
23104 cdashline{2-4}
23105 \end_layout
23106
23107 \begin_layout Standard
23108 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
23109 \end_layout
23110
23111 \begin_layout Standard
23112 \begin_inset VSpace bigskip
23113 \end_inset
23114
23115
23116 \end_layout
23117
23118 \begin_layout Standard
23119 In Tabelle
23120 \begin_inset space ~
23121 \end_inset
23122
23123
23124 \begin_inset CommandInset ref
23125 LatexCommand ref
23126 reference "tab:Tabelle-mit-gestrichelten"
23127
23128 \end_inset
23129
23130  wurde in der dritten Spalte der Befehl
23131 \series bold
23132  
23133 \series default
23134
23135 \begin_inset Quotes gld
23136 \end_inset
23137
23138
23139 \series bold
23140 :c
23141 \begin_inset Quotes grd
23142 \end_inset
23143
23144
23145 \series default
23146  benutzt.
23147  Der Befehl 
23148 \series bold
23149
23150 \backslash
23151 hdashline
23152 \series default
23153  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
23154 \begin_inset Newline newline
23155 \end_inset
23156
23157  
23158 \series bold
23159
23160 \backslash
23161 cdashline{4-5} 
23162 \series default
23163 wurde in die erste Zelle der vierten Zeile eingefügt.
23164 \end_layout
23165
23166 \begin_layout Standard
23167 \begin_inset VSpace bigskip
23168 \end_inset
23169
23170
23171 \end_layout
23172
23173 \begin_layout Standard
23174 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
23175 \begin_inset space ~
23176 \end_inset
23177
23178
23179 \begin_inset CommandInset ref
23180 LatexCommand ref
23181 reference "tab:Farbige-Tabelle-mit"
23182
23183 \end_inset
23184
23185  verdeutlicht.
23186 \end_layout
23187
23188 \begin_layout Standard
23189 \begin_inset ERT
23190 status collapsed
23191
23192 \begin_layout Plain Layout
23193
23194
23195 \backslash
23196 setlength{
23197 \backslash
23198 arrayrulewidth}{1pt}
23199 \end_layout
23200
23201 \end_inset
23202
23203
23204 \begin_inset Note Note
23205 status collapsed
23206
23207 \begin_layout Plain Layout
23208 dickere Linien zur besseren Visualisierung der Linienfarbe
23209 \end_layout
23210
23211 \end_inset
23212
23213
23214 \end_layout
23215
23216 \begin_layout Standard
23217 \begin_inset ERT
23218 status collapsed
23219
23220 \begin_layout Plain Layout
23221
23222
23223 \backslash
23224 dashgapcolor{green}
23225 \end_layout
23226
23227 \end_inset
23228
23229
23230 \begin_inset Note Note
23231 status collapsed
23232
23233 \begin_layout Plain Layout
23234 färbt Raum zwischen den Strichen grün
23235 \end_layout
23236
23237 \end_inset
23238
23239
23240 \end_layout
23241
23242 \begin_layout Standard
23243 \begin_inset ERT
23244 status collapsed
23245
23246 \begin_layout Plain Layout
23247
23248
23249 \backslash
23250 let
23251 \backslash
23252 myHdashline
23253 \backslash
23254 hdashline
23255 \end_layout
23256
23257 \begin_layout Plain Layout
23258
23259
23260 \backslash
23261 renewcommand{
23262 \backslash
23263 hdashline}
23264 \end_layout
23265
23266 \begin_layout Plain Layout
23267
23268  {
23269 \backslash
23270 arrayrulecolor{red}
23271 \backslash
23272 myHdashline
23273 \backslash
23274 arrayrulecolor{black}}
23275 \end_layout
23276
23277 \end_inset
23278
23279
23280 \begin_inset Note Note
23281 status collapsed
23282
23283 \begin_layout Plain Layout
23284 färbt horizontale, gestrichelte Linien rot
23285 \end_layout
23286
23287 \end_inset
23288
23289
23290 \end_layout
23291
23292 \begin_layout Standard
23293 \begin_inset ERT
23294 status collapsed
23295
23296 \begin_layout Plain Layout
23297
23298
23299 \backslash
23300 let
23301 \backslash
23302 myCdashline
23303 \backslash
23304 cdashline
23305 \end_layout
23306
23307 \begin_layout Plain Layout
23308
23309
23310 \backslash
23311 renewcommand{
23312 \backslash
23313 cdashline}[1]
23314 \end_layout
23315
23316 \begin_layout Plain Layout
23317
23318  {
23319 \backslash
23320 arrayrulecolor{yellow}
23321 \backslash
23322 myCdashline{#1}
23323 \backslash
23324 arrayrulecolor{black}}
23325 \end_layout
23326
23327 \end_inset
23328
23329
23330 \begin_inset Note Note
23331 status collapsed
23332
23333 \begin_layout Plain Layout
23334 färbt partielle horizontale, gestrichelte Linien gelb
23335 \end_layout
23336
23337 \end_inset
23338
23339
23340 \end_layout
23341
23342 \begin_layout Standard
23343 \begin_inset Float table
23344 placement h
23345 wide false
23346 sideways false
23347 status open
23348
23349 \begin_layout Plain Layout
23350 \begin_inset Caption Standard
23351
23352 \begin_layout Plain Layout
23353 \begin_inset CommandInset label
23354 LatexCommand label
23355 name "tab:Farbige-Tabelle-mit"
23356
23357 \end_inset
23358
23359 Farbige Tabelle mit gestrichelten Linien
23360 \end_layout
23361
23362 \end_inset
23363
23364
23365 \end_layout
23366
23367 \begin_layout Plain Layout
23368 \align center
23369 \begin_inset Tabular
23370 <lyxtabular version="3" rows="5" columns="5">
23371 <features tabularvalignment="middle">
23372 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
23373 <column alignment="center" valignment="top" width="0pt">
23374 <column alignment="center" valignment="top" width="0pt" special=":c">
23375 <column alignment="center" valignment="top">
23376 <column alignment="center" valignment="top">
23377 <row>
23378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23379 \begin_inset Text
23380
23381 \begin_layout Plain Layout
23382 a
23383 \end_layout
23384
23385 \end_inset
23386 </cell>
23387 <cell alignment="center" valignment="top" topline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391 b
23392 \end_layout
23393
23394 \end_inset
23395 </cell>
23396 <cell alignment="center" valignment="top" topline="true" usebox="none">
23397 \begin_inset Text
23398
23399 \begin_layout Plain Layout
23400 c
23401 \end_layout
23402
23403 \end_inset
23404 </cell>
23405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23406 \begin_inset Text
23407
23408 \begin_layout Plain Layout
23409 d
23410 \end_layout
23411
23412 \end_inset
23413 </cell>
23414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23415 \begin_inset Text
23416
23417 \begin_layout Plain Layout
23418 e
23419 \end_layout
23420
23421 \end_inset
23422 </cell>
23423 </row>
23424 <row>
23425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23426 \begin_inset Text
23427
23428 \begin_layout Plain Layout
23429 f
23430 \end_layout
23431
23432 \end_inset
23433 </cell>
23434 <cell alignment="center" valignment="top" topline="true" usebox="none">
23435 \begin_inset Text
23436
23437 \begin_layout Plain Layout
23438 g
23439 \end_layout
23440
23441 \end_inset
23442 </cell>
23443 <cell alignment="center" valignment="top" topline="true" usebox="none">
23444 \begin_inset Text
23445
23446 \begin_layout Plain Layout
23447 h
23448 \end_layout
23449
23450 \end_inset
23451 </cell>
23452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23453 \begin_inset Text
23454
23455 \begin_layout Plain Layout
23456 i
23457 \end_layout
23458
23459 \end_inset
23460 </cell>
23461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23462 \begin_inset Text
23463
23464 \begin_layout Plain Layout
23465 j
23466 \end_layout
23467
23468 \end_inset
23469 </cell>
23470 </row>
23471 <row>
23472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23473 \begin_inset Text
23474
23475 \begin_layout Plain Layout
23476 \begin_inset ERT
23477 status collapsed
23478
23479 \begin_layout Plain Layout
23480
23481
23482 \backslash
23483 hdashline 
23484 \end_layout
23485
23486 \end_inset
23487
23488
23489 \begin_inset ERT
23490 status collapsed
23491
23492 \begin_layout Plain Layout
23493
23494
23495 \backslash
23496 rowcolor{Gray}
23497 \end_layout
23498
23499 \end_inset
23500
23501 k
23502 \end_layout
23503
23504 \end_inset
23505 </cell>
23506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23507 \begin_inset Text
23508
23509 \begin_layout Plain Layout
23510 l
23511 \end_layout
23512
23513 \end_inset
23514 </cell>
23515 <cell alignment="center" valignment="top" usebox="none">
23516 \begin_inset Text
23517
23518 \begin_layout Plain Layout
23519 m
23520 \end_layout
23521
23522 \end_inset
23523 </cell>
23524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528 n
23529 \end_layout
23530
23531 \end_inset
23532 </cell>
23533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23534 \begin_inset Text
23535
23536 \begin_layout Plain Layout
23537 o
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 </row>
23543 <row>
23544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Plain Layout
23548 \begin_inset ERT
23549 status collapsed
23550
23551 \begin_layout Plain Layout
23552
23553
23554 \backslash
23555 cdashline{4-5}
23556 \end_layout
23557
23558 \end_inset
23559
23560 p
23561 \end_layout
23562
23563 \end_inset
23564 </cell>
23565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23566 \begin_inset Text
23567
23568 \begin_layout Plain Layout
23569 q
23570 \end_layout
23571
23572 \end_inset
23573 </cell>
23574 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578 r
23579 \end_layout
23580
23581 \end_inset
23582 </cell>
23583 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23584 \begin_inset Text
23585
23586 \begin_layout Plain Layout
23587 s
23588 \end_layout
23589
23590 \end_inset
23591 </cell>
23592 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23593 \begin_inset Text
23594
23595 \begin_layout Plain Layout
23596
23597 \end_layout
23598
23599 \end_inset
23600 </cell>
23601 </row>
23602 <row>
23603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23604 \begin_inset Text
23605
23606 \begin_layout Plain Layout
23607 t
23608 \end_layout
23609
23610 \end_inset
23611 </cell>
23612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23613 \begin_inset Text
23614
23615 \begin_layout Plain Layout
23616 u
23617 \end_layout
23618
23619 \end_inset
23620 </cell>
23621 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23622 \begin_inset Text
23623
23624 \begin_layout Plain Layout
23625 v
23626 \end_layout
23627
23628 \end_inset
23629 </cell>
23630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23631 \begin_inset Text
23632
23633 \begin_layout Plain Layout
23634 w
23635 \end_layout
23636
23637 \end_inset
23638 </cell>
23639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23640 \begin_inset Text
23641
23642 \begin_layout Plain Layout
23643 \begin_inset ERT
23644 status collapsed
23645
23646 \begin_layout Plain Layout
23647
23648
23649 \backslash
23650 cellcolor{Maroon}
23651 \end_layout
23652
23653 \end_inset
23654
23655
23656 \color green
23657 i
23658 \end_layout
23659
23660 \end_inset
23661 </cell>
23662 </row>
23663 </lyxtabular>
23664
23665 \end_inset
23666
23667
23668 \end_layout
23669
23670 \end_inset
23671
23672
23673 \end_layout
23674
23675 \begin_layout Standard
23676 \begin_inset ERT
23677 status collapsed
23678
23679 \begin_layout Plain Layout
23680
23681
23682 \backslash
23683 renewcommand{
23684 \backslash
23685 hdashline}{
23686 \backslash
23687 myHdashline}
23688 \end_layout
23689
23690 \end_inset
23691
23692
23693 \begin_inset Note Note
23694 status collapsed
23695
23696 \begin_layout Plain Layout
23697 zurücksetzen auf Standardwert
23698 \end_layout
23699
23700 \end_inset
23701
23702
23703 \end_layout
23704
23705 \begin_layout Standard
23706 \begin_inset ERT
23707 status collapsed
23708
23709 \begin_layout Plain Layout
23710
23711
23712 \backslash
23713 renewcommand{
23714 \backslash
23715 cdashline}{
23716 \backslash
23717 myCdashline}
23718 \end_layout
23719
23720 \end_inset
23721
23722
23723 \begin_inset Note Note
23724 status collapsed
23725
23726 \begin_layout Plain Layout
23727 zurücksetzen auf Standardwert
23728 \end_layout
23729
23730 \end_inset
23731
23732
23733 \end_layout
23734
23735 \begin_layout Standard
23736 \begin_inset ERT
23737 status collapsed
23738
23739 \begin_layout Plain Layout
23740
23741
23742 \backslash
23743 nodashgapcolor
23744 \end_layout
23745
23746 \end_inset
23747
23748
23749 \begin_inset Note Note
23750 status collapsed
23751
23752 \begin_layout Plain Layout
23753 zurücksetzen auf Standardwert
23754 \end_layout
23755
23756 \end_inset
23757
23758
23759 \end_layout
23760
23761 \begin_layout Standard
23762 \begin_inset ERT
23763 status collapsed
23764
23765 \begin_layout Plain Layout
23766
23767
23768 \backslash
23769 setlength{
23770 \backslash
23771 arrayrulewidth}{0.4pt}
23772 \end_layout
23773
23774 \end_inset
23775
23776
23777 \begin_inset Note Note
23778 status collapsed
23779
23780 \begin_layout Plain Layout
23781 zurücksetzen auf Standardwert
23782 \end_layout
23783
23784 \end_inset
23785
23786
23787 \end_layout
23788
23789 \begin_layout Standard
23790 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
23791 \begin_inset space ~
23792 \end_inset
23793
23794
23795 \begin_inset CommandInset ref
23796 LatexCommand ref
23797 reference "abs:Farbige-Tabellen"
23798
23799 \end_inset
23800
23801  beschrieben.
23802  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
23803  beschrieben, man muss in den Befehlen nur 
23804 \series bold
23805
23806 \backslash
23807 myHlineC
23808 \series default
23809  durch 
23810 \series bold
23811
23812 \backslash
23813 myHdashline
23814 \series default
23815  und 
23816 \backslash
23817
23818 \series bold
23819 hline
23820 \series default
23821  durch 
23822 \series bold
23823
23824 \backslash
23825 hdashline
23826 \series default
23827  ersetzen; man verwendet also den Befehl
23828 \end_layout
23829
23830 \begin_layout Standard
23831
23832 \series bold
23833
23834 \backslash
23835 let
23836 \backslash
23837 myHdashline
23838 \backslash
23839 hdashline
23840 \begin_inset Newline newline
23841 \end_inset
23842
23843
23844 \backslash
23845 renewcommand{
23846 \backslash
23847 hdashline}
23848 \begin_inset Newline newline
23849 \end_inset
23850
23851
23852 \begin_inset Phantom HPhantom
23853 status open
23854
23855 \begin_layout Plain Layout
23856
23857 \series bold
23858 \begin_inset space ~
23859 \end_inset
23860
23861
23862 \end_layout
23863
23864 \end_inset
23865
23866 {
23867 \backslash
23868 arrayrulecolor{red}
23869 \backslash
23870 myHdashline
23871 \backslash
23872 arrayrulecolor{black}}
23873 \end_layout
23874
23875 \begin_layout Standard
23876 Um 
23877 \series bold
23878
23879 \backslash
23880 cdashline
23881 \series default
23882  zu färben, lautet der Befehl
23883 \end_layout
23884
23885 \begin_layout Standard
23886
23887 \series bold
23888
23889 \backslash
23890 let
23891 \backslash
23892 myCdashline
23893 \backslash
23894 cdashline
23895 \begin_inset Newline newline
23896 \end_inset
23897
23898
23899 \backslash
23900 renewcommand{
23901 \backslash
23902 cdashline}[1]
23903 \begin_inset Newline newline
23904 \end_inset
23905
23906
23907 \begin_inset Phantom HPhantom
23908 status open
23909
23910 \begin_layout Plain Layout
23911
23912 \series bold
23913 \begin_inset space ~
23914 \end_inset
23915
23916
23917 \end_layout
23918
23919 \end_inset
23920
23921 {
23922 \backslash
23923 arrayrulecolor{red}
23924 \backslash
23925 myCdashline{#1}
23926 \backslash
23927 arrayrulecolor{black}}
23928 \end_layout
23929
23930 \begin_layout Standard
23931 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
23932  als \SpecialChar TeX
23933 -Code hinter der Tabelle einfügen:
23934 \end_layout
23935
23936 \begin_layout Standard
23937 Für 
23938 \series bold
23939
23940 \backslash
23941 hdashline
23942 \end_layout
23943
23944 \begin_layout Standard
23945
23946 \series bold
23947
23948 \backslash
23949 renewcommand{
23950 \backslash
23951 hdashline}{
23952 \backslash
23953 myHdashline}
23954 \end_layout
23955
23956 \begin_layout Standard
23957 und für 
23958 \series bold
23959
23960 \backslash
23961 cdashline
23962 \end_layout
23963
23964 \begin_layout Standard
23965
23966 \series bold
23967
23968 \backslash
23969 renewcommand{
23970 \backslash
23971 cdashline}{
23972 \backslash
23973 myCdashline}
23974 \end_layout
23975
23976 \begin_layout Standard
23977 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
23978  Befehl
23979 \end_layout
23980
23981 \begin_layout Standard
23982
23983 \series bold
23984
23985 \backslash
23986 dashgapcolor{Farbe}
23987 \end_layout
23988
23989 \begin_layout Standard
23990 als \SpecialChar TeX
23991 -Code vor der Tabelle verwenden.
23992  Farbe ist hierbei der Name einer definierten Farbe.
23993  Der Befehl
23994 \end_layout
23995
23996 \begin_layout Standard
23997
23998 \series bold
23999
24000 \backslash
24001 nodashgapcolor
24002 \end_layout
24003
24004 \begin_layout Standard
24005 hebt die Einstellung von 
24006 \series bold
24007
24008 \backslash
24009 dashgapcolor
24010 \series default
24011  auf.
24012 \end_layout
24013
24014 \begin_layout Standard
24015 \begin_inset Note Greyedout
24016 status open
24017
24018 \begin_layout Plain Layout
24019
24020 \series bold
24021 \color none
24022 Achtung
24023 \series default
24024 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
24025  
24026 \series bold
24027 arydshln
24028 \series default
24029  an erster Stelle in der Zelle befinden.
24030  Daher ist in in Zelle 
24031 \emph on
24032 k
24033 \emph default
24034  der Tabelle
24035 \begin_inset space ~
24036 \end_inset
24037
24038
24039 \begin_inset CommandInset ref
24040 LatexCommand ref
24041 reference "tab:Farbige-Tabelle-mit"
24042
24043 \end_inset
24044
24045  der Befehl 
24046 \series bold
24047
24048 \backslash
24049 hdashline
24050 \series default
24051  vor 
24052 \series bold
24053
24054 \backslash
24055 rowcolor
24056 \series default
24057 .
24058 \end_layout
24059
24060 \end_inset
24061
24062
24063 \end_layout
24064
24065 \begin_layout Standard
24066 \begin_inset Note Greyedout
24067 status open
24068
24069 \begin_layout Plain Layout
24070
24071 \series bold
24072 \color none
24073 Achtung:
24074 \series default
24075  Das \SpecialChar LaTeX
24076 -Paket 
24077 \series bold
24078 arydshln
24079 \series default
24080  muss im \SpecialChar LaTeX
24081 -Vorspann nach dem \SpecialChar LaTeX
24082 -Paket 
24083 \series bold
24084 colortbl
24085 \series default
24086
24087 \begin_inset Index idx
24088 status collapsed
24089
24090 \begin_layout Plain Layout
24091 \SpecialChar LaTeX
24092 -Pakete ! colortbl
24093 \end_layout
24094
24095 \end_inset
24096
24097  geladen werden.
24098 \end_layout
24099
24100 \end_inset
24101
24102
24103 \end_layout
24104
24105 \begin_layout Standard
24106 \begin_inset ERT
24107 status collapsed
24108
24109 \begin_layout Plain Layout
24110
24111
24112 \backslash
24113 else
24114 \end_layout
24115
24116 \end_inset
24117
24118
24119 \begin_inset Note Note
24120 status open
24121
24122 \begin_layout Plain Layout
24123 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
24124 -Paket 
24125 \series bold
24126 arydshln
24127 \series default
24128  nicht installiert ist:
24129 \end_layout
24130
24131 \end_inset
24132
24133
24134 \end_layout
24135
24136 \begin_layout Standard
24137 Sie müssen das \SpecialChar LaTeX
24138 -Paket 
24139 \series bold
24140 arydshln
24141 \series default
24142  installiert haben um den Inhalt dieses Abschnitts zu sehen.
24143 \end_layout
24144
24145 \begin_layout Standard
24146 \begin_inset ERT
24147 status collapsed
24148
24149 \begin_layout Plain Layout
24150
24151
24152 \backslash
24153 fi
24154 \end_layout
24155
24156 \end_inset
24157
24158
24159 \end_layout
24160
24161 \begin_layout Standard
24162 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
24163  von 
24164 \series bold
24165 arydshln
24166 \series default
24167
24168 \begin_inset CommandInset citation
24169 LatexCommand cite
24170 key "arydshln"
24171
24172 \end_inset
24173
24174 .
24175 \end_layout
24176
24177 \begin_layout Chapter
24178 Gleitobjekte
24179 \begin_inset CommandInset label
24180 LatexCommand label
24181 name "kap:Gleitobjekte"
24182
24183 \end_inset
24184
24185
24186 \begin_inset Index idx
24187 status collapsed
24188
24189 \begin_layout Plain Layout
24190 Gleitobjekte
24191 \end_layout
24192
24193 \end_inset
24194
24195
24196 \end_layout
24197
24198 \begin_layout Section
24199 Einleitung
24200 \begin_inset CommandInset label
24201 LatexCommand label
24202 name "abs:Gleitobjekte-Einleitung"
24203
24204 \end_inset
24205
24206
24207 \begin_inset Index idx
24208 status collapsed
24209
24210 \begin_layout Plain Layout
24211 Gleitobjekte ! Einleitung
24212 \end_layout
24213
24214 \end_inset
24215
24216
24217 \end_layout
24218
24219 \begin_layout Standard
24220 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
24221  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
24222  der beste Platz ist.
24223  
24224 \family sans
24225 Fußnoten
24226 \family default
24227  und 
24228 \family sans
24229 Randnotizen
24230 \family default
24231  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
24232  wenn auf ihrer Seite schon zu viele sind.
24233 \end_layout
24234
24235 \begin_layout Standard
24236 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
24237  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
24238  um weiße Flächen und Seiten ohne Text zu vermeiden.
24239  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar ligaturebreak
24240 löst,
24241  kann im Text auf ein Gleitobjekt verwiesen werden.
24242  Gleitobjekte sind deshalb nummeriert.
24243  Querverweise werden in Abschnitt
24244 \begin_inset space ~
24245 \end_inset
24246
24247
24248 \begin_inset CommandInset ref
24249 LatexCommand ref
24250 reference "abs:Auf-Gleitobjekte-verweisen"
24251
24252 \end_inset
24253
24254  beschrieben.
24255 \end_layout
24256
24257 \begin_layout Standard
24258 Ein Gleitobjekt wird mit 
24259 \family sans
24260 Einfügen\SpecialChar menuseparator
24261 Gleitobjekt\SpecialChar menuseparator
24262 Algorithmus/Abbildung/Ta\SpecialChar softhyphen
24263 belle/Um\SpecialChar softhyphen
24264 flos\SpecialChar softhyphen
24265 se\SpecialChar softhyphen
24266 nes
24267 \begin_inset space ~
24268 \end_inset
24269
24270 Gleitobjekt
24271 \family default
24272  eingefügt (Werkzeugleistenknopf 
24273 \begin_inset Info
24274 type  "icon"
24275 arg   "float-insert figure"
24276 \end_inset
24277
24278  oder 
24279 \begin_inset Info
24280 type  "icon"
24281 arg   "float-insert table"
24282 \end_inset
24283
24284 ).
24285  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
24286  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
24287  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
24288  #:).
24289  Statt # sehen Sie die von \SpecialChar LyX
24290  vergebene Nummer.
24291  In das schmale Feld nach der Marke können Sie den Titel schreiben.
24292  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
24293  eingefügt.
24294  In Abschnitt
24295 \begin_inset space ~
24296 \end_inset
24297
24298
24299 \begin_inset CommandInset ref
24300 LatexCommand ref
24301 reference "abs:Titel-Platzierung"
24302
24303 \end_inset
24304
24305  finden Sie mehr über die Platzierung des Titels.
24306  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
24307  auch wieder geöffnet.
24308  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
24309 \begin_inset Graphics
24310         filename clipart/Gleitobjekt.png
24311         scale 70
24312         scaleBeforeRotation
24313
24314 \end_inset
24315
24316  – ein graues Kästchen mit roter Beschriftung.
24317 \end_layout
24318
24319 \begin_layout Standard
24320 Um mögliche \SpecialChar LaTeX
24321 -Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
24322  Gleitobjekte in einem eigenen Absatz einzufügen.
24323 \end_layout
24324
24325 \begin_layout Standard
24326 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
24327  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf
24328  klicken.
24329 \end_layout
24330
24331 \begin_layout Section
24332 Gleitobjekt-Typen
24333 \begin_inset Index idx
24334 status collapsed
24335
24336 \begin_layout Plain Layout
24337 Gleitobjekte ! Typen
24338 \end_layout
24339
24340 \end_inset
24341
24342
24343 \end_layout
24344
24345 \begin_layout Standard
24346 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
24347 \begin_inset space ~
24348 \end_inset
24349
24350
24351 \begin_inset CommandInset ref
24352 LatexCommand ref
24353 reference "abs:Gleitende-Abbildungen"
24354
24355 \end_inset
24356
24357  und 
24358 \begin_inset CommandInset ref
24359 LatexCommand ref
24360 reference "abs:Gleitende-Tabellen"
24361
24362 \end_inset
24363
24364  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
24365  Letztere sind in Abschnitt
24366 \begin_inset space ~
24367 \end_inset
24368
24369
24370 \begin_inset CommandInset ref
24371 LatexCommand ref
24372 reference "abs:Umflossene-Gleitobjekte"
24373
24374 \end_inset
24375
24376  beschrieben.
24377 \end_layout
24378
24379 \begin_layout Subsection
24380 Algorithmen-Gleitobjekt
24381 \begin_inset Index idx
24382 status collapsed
24383
24384 \begin_layout Plain Layout
24385 Gleitobjekte ! Algorithmen
24386 \end_layout
24387
24388 \end_inset
24389
24390
24391 \end_layout
24392
24393 \begin_layout Standard
24394 \begin_inset Float algorithm
24395 placement h
24396 wide false
24397 sideways false
24398 status open
24399
24400 \begin_layout Plain Layout
24401 \begin_inset Caption Standard
24402
24403 \begin_layout Plain Layout
24404 \begin_inset CommandInset label
24405 LatexCommand label
24406 name "alg:Ein-Gleitobjekt-Algorithmus"
24407
24408 \end_inset
24409
24410 Ein Gleitobjekt-Algorithmus 
24411 \end_layout
24412
24413 \end_inset
24414
24415
24416 \end_layout
24417
24418 \begin_layout LyX-Code
24419 for I in 1..N loop
24420 \begin_inset Newline newline
24421 \end_inset
24422
24423  Sum:= Sum + A(I); /*Kommentar*/
24424 \begin_inset Newline newline
24425 \end_inset
24426
24427 end loop
24428 \begin_inset VSpace -4mm
24429 \end_inset
24430
24431
24432 \end_layout
24433
24434 \end_inset
24435
24436
24437 \end_layout
24438
24439 \begin_layout Standard
24440 Dieser Typ wird mit 
24441 \family sans
24442 Einfügen\SpecialChar menuseparator
24443 Gleitobjekt\SpecialChar menuseparator
24444 Algorithmus
24445 \family default
24446  eingefügt.
24447  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
24448  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
24449 \begin_inset space ~
24450 \end_inset
24451
24452
24453 \begin_inset CommandInset ref
24454 LatexCommand ref
24455 reference "kap:Programm-Code-Listen"
24456
24457 \end_inset
24458
24459 .
24460  Eine mögliche Absatz-Umgebung hier für ist 
24461 \family sans
24462 \SpecialChar LyX
24463 -Code
24464 \family default
24465 , beschrieben im 
24466 \emph on
24467 Benutzerhandbuch
24468 \emph default
24469 .
24470  In Algorithmus
24471 \begin_inset space ~
24472 \end_inset
24473
24474
24475 \begin_inset CommandInset ref
24476 LatexCommand ref
24477 reference "alg:Ein-Gleitobjekt-Algorithmus"
24478
24479 \end_inset
24480
24481  wurden am Ende -4
24482 \begin_inset space \thinspace{}
24483 \end_inset
24484
24485 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
24486  letzten Zeile gedruckt wird.
24487 \end_layout
24488
24489 \begin_layout Standard
24490 Die Marke 
24491 \emph on
24492 Algorithmus
24493 \emph default
24494  wird nicht automatisch in die druckbare Version übernommen, sondern das
24495  englische Wort 
24496 \emph on
24497 Algorithm
24498 \emph default
24499  verwendet.
24500  Soll
24501 \emph on
24502  Algorithmus
24503 \emph default
24504  dort stehen, müssen Sie folgendes in den \SpecialChar LaTeX
24505 -Vorspann schreiben: 
24506 \end_layout
24507
24508 \begin_layout Standard
24509
24510 \series bold
24511
24512 \backslash
24513 floatname{algorithm}{Algorithmus}
24514 \end_layout
24515
24516 \begin_layout Standard
24517 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
24518  Sprache wie die \SpecialChar LyX
24519  Menünamen haben, das Menü 
24520 \family sans
24521 Einfügen\SpecialChar menuseparator
24522 Liste
24523 \begin_inset space \thinspace{}
24524 \end_inset
24525
24526 /
24527 \begin_inset space \thinspace{}
24528 \end_inset
24529
24530 Inhaltsverzeichnis\SpecialChar menuseparator
24531 Algorithmenverzeichnis
24532 \family default
24533  verwendet werden.
24534  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als \SpecialChar TeX
24535 -Code
24536  eingefügt werden:
24537 \end_layout
24538
24539 \begin_layout Standard
24540
24541 \series bold
24542
24543 \backslash
24544 listof{algorithm}{Algorithmenverzeichnis}
24545 \end_layout
24546
24547 \begin_layout Standard
24548 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
24549  nach dem Schema 
24550 \begin_inset Quotes gld
24551 \end_inset
24552
24553 Kapitelnummer.Algorithmusnummer
24554 \begin_inset Quotes grd
24555 \end_inset
24556
24557  nummeriert.
24558  Um das zu erreichen, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
24559 -Vorspann einfügen:
24560 \end_layout
24561
24562 \begin_layout Standard
24563
24564 \series bold
24565
24566 \backslash
24567 numberwithin{algorithm}{chapter}
24568 \end_layout
24569
24570 \begin_layout Standard
24571 Um 
24572 \series bold
24573
24574 \backslash
24575 numberwithin
24576 \series default
24577  benutzen zu können, muss in den 
24578 \family sans
24579 Mathe
24580 \begin_inset space ~
24581 \end_inset
24582
24583 Optionen
24584 \family default
24585  der 
24586 \family sans
24587 Dokument-Einstellungen
24588 \family default
24589  
24590 \family sans
24591 AMS
24592 \begin_inset space ~
24593 \end_inset
24594
24595 Mathe
24596 \begin_inset space ~
24597 \end_inset
24598
24599 Paket
24600 \family default
24601
24602 \begin_inset space ~
24603 \end_inset
24604
24605
24606 \family sans
24607 verwenden
24608 \family default
24609  angekreuzt sein.
24610 \end_layout
24611
24612 \begin_layout Section
24613 Gleitobjekt-Nummerierung
24614 \begin_inset Index idx
24615 status collapsed
24616
24617 \begin_layout Plain Layout
24618 Gleitobjekte ! Nummerierung
24619 \end_layout
24620
24621 \end_inset
24622
24623
24624 \end_layout
24625
24626 \begin_layout Standard
24627 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
24628  nummeriert oder nach dem Schema 
24629 \begin_inset Quotes gld
24630 \end_inset
24631
24632 Kapitelnummer.Gleitobjektnummer
24633 \begin_inset Quotes grd
24634 \end_inset
24635
24636  oder 
24637 \begin_inset Quotes gld
24638 \end_inset
24639
24640 Abschnittsnummer.Gleitobjektnummer
24641 \begin_inset Quotes grd
24642 \end_inset
24643
24644 .
24645  Das hängt von der Dokumentklasse ab.
24646 \end_layout
24647
24648 \begin_layout Standard
24649 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
24650  in den \SpecialChar LaTeX
24651 -Vorspann einfügen:
24652 \end_layout
24653
24654 \begin_layout Standard
24655
24656 \series bold
24657
24658 \backslash
24659 renewcommand{
24660 \backslash
24661 thetable}{
24662 \backslash
24663 roman{table}}
24664 \end_layout
24665
24666 \begin_layout Standard
24667
24668 \series bold
24669
24670 \backslash
24671 thetable
24672 \series default
24673  ist der Befehl, der die Tabellennummer druckt.
24674  Für Abbildungen ist das 
24675 \series bold
24676
24677 \backslash
24678 thefigure
24679 \series default
24680 .
24681  Der Befehl 
24682 \series bold
24683
24684 \backslash
24685 roman
24686 \series default
24687  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
24688 \end_layout
24689
24690 \begin_layout Standard
24691 Um das Nummerierungsschema zum Beispiel auf 
24692 \begin_inset Quotes gld
24693 \end_inset
24694
24695 Unterabschnittsnummer.Num\SpecialChar softhyphen
24696 mer
24697 \begin_inset Quotes grd
24698 \end_inset
24699
24700  zu ändern, setzen Sie folgendes in den \SpecialChar LaTeX
24701 -Vorspann:
24702 \end_layout
24703
24704 \begin_layout Standard
24705
24706 \series bold
24707
24708 \backslash
24709 numberwithin{table}{subsection}
24710 \end_layout
24711
24712 \begin_layout Standard
24713 Um den Befehl 
24714 \series bold
24715
24716 \backslash
24717 numberwithin
24718 \series default
24719  benutzen zu können, müssen Sie in den 
24720 \family sans
24721 Mathe
24722 \begin_inset space ~
24723 \end_inset
24724
24725 Optionen
24726 \family default
24727  der 
24728 \family sans
24729 Dokument-Einstellungen
24730 \family default
24731  
24732 \family sans
24733 AMS
24734 \begin_inset space ~
24735 \end_inset
24736
24737 Mathe
24738 \begin_inset space ~
24739 \end_inset
24740
24741 Paket
24742 \family default
24743
24744 \begin_inset space ~
24745 \end_inset
24746
24747
24748 \family sans
24749 verwenden
24750 \family default
24751  ankreuzen.
24752 \end_layout
24753
24754 \begin_layout Standard
24755 Sehen Sie sich bitte auch Abschnitt
24756 \begin_inset space ~
24757 \end_inset
24758
24759
24760 \begin_inset CommandInset ref
24761 LatexCommand ref
24762 reference "uab:Fußnoten-Nummerierung"
24763
24764 \end_inset
24765
24766  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
24767 \end_layout
24768
24769 \begin_layout Section
24770 Auf Gleitobjekte verweisen
24771 \begin_inset CommandInset label
24772 LatexCommand label
24773 name "abs:Auf-Gleitobjekte-verweisen"
24774
24775 \end_inset
24776
24777
24778 \begin_inset Index idx
24779 status collapsed
24780
24781 \begin_layout Plain Layout
24782 Gleitobjekte ! Querverweise
24783 \end_layout
24784
24785 \end_inset
24786
24787
24788 \begin_inset Index idx
24789 status collapsed
24790
24791 \begin_layout Plain Layout
24792 Querverweise ! auf Gleitobjekte
24793 \end_layout
24794
24795 \end_inset
24796
24797
24798 \end_layout
24799
24800 \begin_layout Standard
24801 Zunächst müssen Sie mit 
24802 \family sans
24803 Einfügen\SpecialChar menuseparator
24804 Marke
24805 \family default
24806  oder einen Klick auf 
24807 \begin_inset Info
24808 type  "icon"
24809 arg   "label-insert"
24810 \end_inset
24811
24812  eine Marke im Titel einfügen.
24813  Im 
24814 \family sans
24815 Marke
24816 \family default
24817 -Dialog schreiben Sie einen Text in das Feld 
24818 \family sans
24819 Marke
24820 \family default
24821  oder übernehmen den vorgeschlagenen.
24822  Die Marke sieht in \SpecialChar LyX
24823  dann so aus:
24824 \end_layout
24825
24826 \begin_layout Standard
24827 \begin_inset Graphics
24828         filename clipart/Marke.png
24829         lyxscale 80
24830         scale 50
24831         scaleBeforeRotation
24832
24833 \end_inset
24834
24835
24836 \end_layout
24837
24838 \begin_layout Standard
24839 Die Marke wird als Anker und Name für den Querverweis benutzt.
24840  Mit 
24841 \family sans
24842 Einfügen\SpecialChar menuseparator
24843 Querverweis
24844 \family default
24845  oder einen Klick auf 
24846 \begin_inset Info
24847 type  "icon"
24848 arg   "dialog-show-new-inset ref"
24849 \end_inset
24850
24851  können Sie dann auf die Marke verweisen.
24852  Als Querverweis wird in \SpecialChar LyX
24853  ein graues Kästchen wie zum Beispiel dieses angezeigt:
24854 \end_layout
24855
24856 \begin_layout Standard
24857 \begin_inset Graphics
24858         filename clipart/Querverweis.png
24859         lyxscale 80
24860         scale 50
24861         scaleBeforeRotation
24862
24863 \end_inset
24864
24865
24866 \begin_inset Newline newline
24867 \end_inset
24868
24869  Mehr zu Querverweisen finden Sie im 
24870 \emph on
24871 Benutzerhandbuch
24872 \emph default
24873 .
24874 \end_layout
24875
24876 \begin_layout Standard
24877 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
24878  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
24879  durch einen Zeilenumbruch getrennt werden können.
24880 \end_layout
24881
24882 \begin_layout Standard
24883 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
24884  \SpecialChar LyX
24885  passt die Querverweise automatisch an.
24886 \end_layout
24887
24888 \begin_layout Standard
24889 Ein Klick auf den Schalter 
24890 \family sans
24891 Gehe
24892 \begin_inset space ~
24893 \end_inset
24894
24895 zur
24896 \begin_inset space ~
24897 \end_inset
24898
24899 Marke
24900 \family default
24901  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
24902  Der Text der Schaltfläche heißt jetzt 
24903 \family sans
24904 Gehe
24905 \begin_inset space ~
24906 \end_inset
24907
24908 zurück
24909 \family default
24910  und ein Klick darauf macht genau dies.
24911 \end_layout
24912
24913 \begin_layout Subsection
24914 Querverweis-Formate
24915 \begin_inset CommandInset label
24916 LatexCommand label
24917 name "uab:Querverweis-Formate"
24918
24919 \end_inset
24920
24921
24922 \begin_inset Index idx
24923 status collapsed
24924
24925 \begin_layout Plain Layout
24926 Querverweise ! Formate
24927 \end_layout
24928
24929 \end_inset
24930
24931
24932 \end_layout
24933
24934 \begin_layout Standard
24935 Es gibt sechs verschiedene Querverweisstile:
24936 \end_layout
24937
24938 \begin_layout Description
24939 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
24940  
24941 \begin_inset CommandInset ref
24942 LatexCommand ref
24943 reference "abb:Zwei-Teilabbildungen"
24944
24945 \end_inset
24946
24947
24948 \end_layout
24949
24950 \begin_layout Description
24951 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
24952  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
24953  verwendet wird, speziell wenn der Name 
24954 \begin_inset Quotes gld
24955 \end_inset
24956
24957 Gleichung
24958 \begin_inset Quotes grd
24959 \end_inset
24960
24961  weggelassen wird: 
24962 \begin_inset CommandInset ref
24963 LatexCommand eqref
24964 reference "eq:Wgn"
24965
24966 \end_inset
24967
24968
24969 \end_layout
24970
24971 \begin_layout Description
24972 <Seite>: druckt die Seitennummer: Seite
24973 \begin_inset space ~
24974 \end_inset
24975
24976
24977 \begin_inset CommandInset ref
24978 LatexCommand pageref
24979 reference "abb:Zwei-Teilabbildungen"
24980
24981 \end_inset
24982
24983
24984 \end_layout
24985
24986 \begin_layout Description
24987 auf
24988 \begin_inset space ~
24989 \end_inset
24990
24991 Seite
24992 \begin_inset space ~
24993 \end_inset
24994
24995 <Seite>: druckt den Text 
24996 \begin_inset Quotes gld
24997 \end_inset
24998
24999 auf Seite
25000 \begin_inset Quotes grd
25001 \end_inset
25002
25003  und die Seitennummer: 
25004 \begin_inset CommandInset ref
25005 LatexCommand vpageref
25006 reference "abb:Zwei-Teilabbildungen"
25007
25008 \end_inset
25009
25010
25011 \end_layout
25012
25013 \begin_layout Description
25014 <Querverweis>
25015 \begin_inset space ~
25016 \end_inset
25017
25018 auf
25019 \begin_inset space ~
25020 \end_inset
25021
25022 Seite
25023 \begin_inset space ~
25024 \end_inset
25025
25026 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
25027 \begin_inset Quotes gld
25028 \end_inset
25029
25030 auf Seite
25031 \begin_inset Quotes grd
25032 \end_inset
25033
25034 , und die Seitennummer: 
25035 \begin_inset CommandInset ref
25036 LatexCommand vref
25037 reference "abb:Zwei-Teilabbildungen"
25038
25039 \end_inset
25040
25041
25042 \end_layout
25043
25044 \begin_layout Description
25045 Formatierter
25046 \begin_inset space ~
25047 \end_inset
25048
25049 Querverweis: druckt ein selbst definiertes Querverweisformat
25050 \begin_inset Newline newline
25051 \end_inset
25052
25053
25054 \begin_inset Note Greyedout
25055 status open
25056
25057 \begin_layout Plain Layout
25058
25059 \series bold
25060 Bemerkung:
25061 \series default
25062  Dies ist nur möglich, wenn das \SpecialChar LaTeX
25063 -Paket 
25064 \series bold
25065 prettyref
25066 \series default
25067  oder 
25068 \series bold
25069 refstyle
25070 \series default
25071
25072 \begin_inset Index idx
25073 status collapsed
25074
25075 \begin_layout Plain Layout
25076 \SpecialChar LaTeX
25077 -Pakete ! prettyref
25078 \end_layout
25079
25080 \end_inset
25081
25082
25083 \begin_inset Index idx
25084 status collapsed
25085
25086 \begin_layout Plain Layout
25087 \SpecialChar LaTeX
25088 -Pakete ! refstyle
25089 \end_layout
25090
25091 \end_inset
25092
25093  installiert ist.
25094 \end_layout
25095
25096 \end_inset
25097
25098
25099 \begin_inset Newline newline
25100 \end_inset
25101
25102 Sie können duch setzen der Option 
25103 \family sans
25104 Verwende refstyle (nicht prettyref) für Querverweise
25105 \family default
25106  im Menü 
25107 \family sans
25108 Dokument\SpecialChar menuseparator
25109 Einstellungen\SpecialChar menuseparator
25110 Dokumentklasse
25111 \family default
25112  wählen, welches \SpecialChar LaTeX
25113 -Paket für diesen Verweistyp verwendet wird.
25114  Das Format wird definiert, indem man den Befehl 
25115 \series bold
25116
25117 \backslash
25118 newrefformat
25119 \series default
25120  (prettyref) oder 
25121 \series bold
25122
25123 \backslash
25124 newref
25125 \series default
25126  (refstyle) in den \SpecialChar LaTeX
25127 -Vorspann einfügt.
25128  Z.
25129 \begin_inset space \thinspace{}
25130 \end_inset
25131
25132 B.
25133  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
25134  
25135 \begin_inset Quotes eld
25136 \end_inset
25137
25138
25139 \family sans
25140 abb
25141 \family default
25142
25143 \begin_inset Quotes erd
25144 \end_inset
25145
25146 ) mit dem Befehle
25147 \begin_inset Newline newline
25148 \end_inset
25149
25150
25151 \series bold
25152
25153 \backslash
25154 newref{abb}{refcmd={Bild auf Seite 
25155 \backslash
25156 pageref{#1}}}
25157 \series default
25158
25159 \begin_inset Newline newline
25160 \end_inset
25161
25162 geändert werden.
25163  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
25164 en verwiesen, 
25165 \begin_inset CommandInset citation
25166 LatexCommand cite
25167 key "prettyref,refstyle"
25168
25169 \end_inset
25170
25171 .
25172 \end_layout
25173
25174 \begin_layout Description
25175 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
25176 \begin_inset CommandInset ref
25177 LatexCommand nameref
25178 reference "abb:Zwei-Teilabbildungen"
25179
25180 \end_inset
25181
25182
25183 \end_layout
25184
25185 \begin_layout Standard
25186
25187 \family sans
25188 <Seite>
25189 \family default
25190  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
25191  vorherigen, der selben oder der nächsten Seite befindet.
25192  Stattdessen wird z.
25193 \begin_inset space \thinspace{}
25194 \end_inset
25195
25196 B.
25197  der Text 
25198 \begin_inset Quotes gld
25199 \end_inset
25200
25201
25202 \family sans
25203 auf dieser Seite
25204 \family default
25205
25206 \begin_inset Quotes grd
25207 \end_inset
25208
25209  gedruckt.
25210  Der Stil 
25211 \family sans
25212 <Querverweis>
25213 \begin_inset space ~
25214 \end_inset
25215
25216 auf
25217 \begin_inset space ~
25218 \end_inset
25219
25220 Seite
25221 \begin_inset space ~
25222 \end_inset
25223
25224 <Seite>
25225 \family default
25226  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
25227  Seite ist.
25228 \end_layout
25229
25230 \begin_layout Standard
25231 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
25232  automatisch von \SpecialChar LaTeX
25233  berechnet.
25234  Die Stile können im Feld 
25235 \family sans
25236 Format
25237 \family default
25238  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
25239  einen Querverweis klicken.
25240 \end_layout
25241
25242 \begin_layout Standard
25243 \begin_inset Note Greyedout
25244 status open
25245
25246 \begin_layout Plain Layout
25247
25248 \series bold
25249 Bemerkung:
25250 \series default
25251  Es wird empfohlen, das \SpecialChar LaTeX
25252 -Paket 
25253 \series bold
25254 refstyle
25255 \series default
25256
25257 \begin_inset Index idx
25258 status collapsed
25259
25260 \begin_layout Plain Layout
25261 \SpecialChar LaTeX
25262 -Pakete ! refstyle
25263 \end_layout
25264
25265 \end_inset
25266
25267  zu verwenden, da 
25268 \series bold
25269 prettyref
25270 \series default
25271
25272 \begin_inset Index idx
25273 status collapsed
25274
25275 \begin_layout Plain Layout
25276 \SpecialChar LaTeX
25277 -Pakete ! prettyref
25278 \end_layout
25279
25280 \end_inset
25281
25282  nicht alle möglichen \SpecialChar LyX
25283 -Marken-Kürzel
25284 \begin_inset Foot
25285 status collapsed
25286
25287 \begin_layout Plain Layout
25288  
25289 \begin_inset Quotes gld
25290 \end_inset
25291
25292 abb:
25293 \begin_inset Quotes grd
25294 \end_inset
25295
25296  ist z.
25297 \begin_inset space \thinspace{}
25298 \end_inset
25299
25300 B.
25301  \SpecialChar LyX
25302 ' Kürzel für Marken in Bildbeschriftungen.
25303 \end_layout
25304
25305 \end_inset
25306
25307  kennt und auch nicht internationalisiert ist.
25308 \end_layout
25309
25310 \end_inset
25311
25312
25313 \end_layout
25314
25315 \begin_layout Subsection
25316 Automatische Querverweisnamen
25317 \begin_inset Index idx
25318 status collapsed
25319
25320 \begin_layout Plain Layout
25321 Querverweise ! Automatische Namen 
25322 \end_layout
25323
25324 \end_inset
25325
25326
25327 \end_layout
25328
25329 \begin_layout Standard
25330 Das \SpecialChar LaTeX
25331 -Paket 
25332 \series bold
25333 hyperref
25334 \series default
25335
25336 \begin_inset Index idx
25337 status collapsed
25338
25339 \begin_layout Plain Layout
25340 \SpecialChar LaTeX
25341 -Pakete ! hyperref
25342 \end_layout
25343
25344 \end_inset
25345
25346 , das in den
25347 \family sans
25348  PDF-Eigenschaften
25349 \family default
25350  im 
25351 \family sans
25352 Dokument-Einstellungen
25353 \family default
25354  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
25355  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
25356  wie 
25357 \emph on
25358 Abschnitt
25359 \emph default
25360 ).
25361  Sie müssen damit z.
25362 \begin_inset space \thinspace{}
25363 \end_inset
25364
25365 B.
25366  nicht mehr den Namen 
25367 \begin_inset Quotes gld
25368 \end_inset
25369
25370 Abbildung
25371 \begin_inset Quotes grd
25372 \end_inset
25373
25374  vor jeden Querverweis auf eine Abbildung schreiben.
25375  Um diese Funktion benutzen zu können, aktivieren Sie 
25376 \series bold
25377 hyperref
25378 \series default
25379  und fügen diese Zeile in den \SpecialChar LaTeX
25380 -Vorspann ein:
25381 \end_layout
25382
25383 \begin_layout Standard
25384
25385 \series bold
25386
25387 \backslash
25388 AtBeginDocument{
25389 \backslash
25390 renewcommand{
25391 \backslash
25392 ref}[1]{
25393 \backslash
25394 mbox{
25395 \backslash
25396 autoref{#1}}}}
25397 \end_layout
25398
25399 \begin_layout Standard
25400 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
25401 \begin_inset space \thinspace{}
25402 \end_inset
25403
25404 B.
25405  statt 
25406 \begin_inset Quotes gld
25407 \end_inset
25408
25409 Abschnitt
25410 \begin_inset Quotes grd
25411 \end_inset
25412
25413  den Namen 
25414 \begin_inset Quotes gld
25415 \end_inset
25416
25417 Kap.
25418 \begin_inset space \thinspace{}
25419 \end_inset
25420
25421
25422 \begin_inset Quotes grd
25423 \end_inset
25424
25425 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
25426 \end_layout
25427
25428 \begin_layout Standard
25429
25430 \series bold
25431
25432 \backslash
25433 addto
25434 \backslash
25435 extrasngerman{
25436 \backslash
25437 renewcommand{
25438 \backslash
25439 sectionautorefname}
25440 \begin_inset Newline newline
25441 \end_inset
25442
25443
25444 \begin_inset Phantom HPhantom
25445 status open
25446
25447 \begin_layout Plain Layout
25448
25449 \series bold
25450 \begin_inset space ~
25451 \end_inset
25452
25453
25454 \end_layout
25455
25456 \end_inset
25457
25458 {Kap.
25459 \backslash
25460 negthinspace}}
25461 \end_layout
25462
25463 \begin_layout Standard
25464 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
25465 \begin_inset Newline newline
25466 \end_inset
25467
25468
25469 \series bold
25470
25471 \backslash
25472 extrasngerman
25473 \series default
25474  durch 
25475 \series bold
25476
25477 \backslash
25478 extras***
25479 \series default
25480 , wobei *** der Name der verwendeten Sprache ist.
25481 \end_layout
25482
25483 \begin_layout Standard
25484 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
25485  z.
25486 \begin_inset space \thinspace{}
25487 \end_inset
25488
25489 B.
25490  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
25491 \end_layout
25492
25493 \begin_layout Standard
25494
25495 \series bold
25496
25497 \backslash
25498 addto
25499 \backslash
25500 extrasngerman{
25501 \backslash
25502 renewcommand*{
25503 \backslash
25504 equationautorefname}[1]{}}
25505 \end_layout
25506
25507 \begin_layout Standard
25508 Mehr über dieses Thema finden Sie in der 
25509 \series bold
25510 hyperref
25511 \series default
25512 -Dokumentation 
25513 \begin_inset CommandInset citation
25514 LatexCommand cite
25515 key "hyperref"
25516
25517 \end_inset
25518
25519 .
25520 \end_layout
25521
25522 \begin_layout Standard
25523 \begin_inset Note Greyedout
25524 status open
25525
25526 \begin_layout Plain Layout
25527
25528 \series bold
25529 Bemerkung:
25530 \series default
25531  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
25532  als Querverweisstil 
25533 \family sans
25534 Formatierter
25535 \begin_inset space ~
25536 \end_inset
25537
25538 Querverweis
25539 \family default
25540  benutzen, wie in Abschnitt
25541 \begin_inset space ~
25542 \end_inset
25543
25544
25545 \begin_inset CommandInset ref
25546 LatexCommand ref
25547 reference "uab:Querverweis-Formate"
25548
25549 \end_inset
25550
25551  beschrieben.
25552 \end_layout
25553
25554 \end_inset
25555
25556
25557 \end_layout
25558
25559 \begin_layout Standard
25560 Das 
25561 \emph on
25562 Mathe
25563 \emph default
25564  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
25565 \end_layout
25566
25567 \begin_layout Subsection
25568 Querverweis-Position
25569 \begin_inset CommandInset label
25570 LatexCommand label
25571 name "uab:Querverweis-Position"
25572
25573 \end_inset
25574
25575
25576 \begin_inset Index idx
25577 status collapsed
25578
25579 \begin_layout Plain Layout
25580 Querverweise !  Position
25581 \end_layout
25582
25583 \end_inset
25584
25585
25586 \end_layout
25587
25588 \begin_layout Standard
25589 Wenn Sie 
25590 \series bold
25591 hyperref
25592 \series default
25593
25594 \begin_inset Index idx
25595 status collapsed
25596
25597 \begin_layout Plain Layout
25598 \SpecialChar LaTeX
25599 -Pakete ! hyperref
25600 \end_layout
25601
25602 \end_inset
25603
25604  in den
25605 \family sans
25606  PDF-Eigenschaften
25607 \family default
25608  im 
25609 \family sans
25610 Dokument-Einstellungen
25611 \family default
25612  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
25613  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
25614  und Sie werden das Bild ohne Scrollen nicht sehen.
25615  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
25616  ist.
25617  Wenn Sie das  \SpecialChar LaTeX
25618 -Paket 
25619 \series bold
25620 hypcap
25621 \series default
25622
25623 \begin_inset Index idx
25624 status collapsed
25625
25626 \begin_layout Plain Layout
25627 \SpecialChar LaTeX
25628 -Pakete ! hypcap
25629 \end_layout
25630
25631 \end_inset
25632
25633 , das Teil des \SpecialChar LaTeX
25634 -Pakets 
25635 \series bold
25636 oberdiek
25637 \series default
25638
25639 \begin_inset Index idx
25640 status collapsed
25641
25642 \begin_layout Plain Layout
25643 \SpecialChar LaTeX
25644 -Pakete ! oberdiek
25645 \end_layout
25646
25647 \end_inset
25648
25649  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
25650  Aber natürlich müssen Sie auch hier das \SpecialChar LaTeX
25651 -Paket 
25652 \series bold
25653 hypcap
25654 \series default
25655  zunächst in den \SpecialChar LaTeX
25656 -Vorspann laden:
25657 \end_layout
25658
25659 \begin_layout Standard
25660
25661 \series bold
25662
25663 \backslash
25664 usepackage[figure]{hypcap}
25665 \end_layout
25666
25667 \begin_layout Standard
25668 Sie können 
25669 \series bold
25670 hypcap
25671 \series default
25672  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
25673  nicht empfohlen.
25674  Weitere Informationen finden Sie im
25675 \series bold
25676  hypcap
25677 \series default
25678 -Handbuch 
25679 \begin_inset CommandInset citation
25680 LatexCommand cite
25681 key "hypcap"
25682
25683 \end_inset
25684
25685 .
25686 \end_layout
25687
25688 \begin_layout Standard
25689 \begin_inset Note Greyedout
25690 status open
25691
25692 \begin_layout Plain Layout
25693
25694 \series bold
25695 Bemerkung:
25696 \series default
25697  
25698 \series bold
25699 hypcap
25700 \series medium
25701  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
25702 \end_layout
25703
25704 \end_inset
25705
25706
25707 \end_layout
25708
25709 \begin_layout Section
25710 Gleitobjekt-Platzierung
25711 \begin_inset CommandInset label
25712 LatexCommand label
25713 name "abs:Gleitobjekt-Platzierung"
25714
25715 \end_inset
25716
25717
25718 \begin_inset Index idx
25719 status collapsed
25720
25721 \begin_layout Plain Layout
25722 Gleitobjekte ! Platzierung
25723 \end_layout
25724
25725 \end_inset
25726
25727
25728 \end_layout
25729
25730 \begin_layout Standard
25731 Ein Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
25732 \family sans
25733 Einstellungen 
25734 \family default
25735 öffnet einen Dialog, in dem Sie die \SpecialChar LaTeX
25736 -Optionen für die Gleitobjekt-Platzierung
25737  ändern können.
25738 \begin_inset Newline newline
25739 \end_inset
25740
25741 Die Option 
25742 \family sans
25743 Spalten
25744 \begin_inset space ~
25745 \end_inset
25746
25747 überspannen
25748 \family default
25749  ist nur bei zweispaltigen Dokumenten sinnvoll.
25750  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
25751 \begin_inset Newline newline
25752 \end_inset
25753
25754 Die Option 
25755 \family sans
25756 Seitwärts
25757 \begin_inset space ~
25758 \end_inset
25759
25760 drehen
25761 \family default
25762  ist in Abschnitt 
25763 \begin_inset CommandInset ref
25764 LatexCommand ref
25765 reference "abs:Gedrehte-Gleitobjekte"
25766
25767 \end_inset
25768
25769  beschrieben.
25770 \end_layout
25771
25772 \begin_layout Standard
25773 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
25774  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
25775  Sie die Option 
25776 \family sans
25777 Standard-Platzierung
25778 \begin_inset space ~
25779 \end_inset
25780
25781 verwenden
25782 \family default
25783  nicht verwenden:
25784 \end_layout
25785
25786 \begin_layout Description
25787 Hier
25788 \begin_inset space ~
25789 \end_inset
25790
25791 wenn
25792 \begin_inset space ~
25793 \end_inset
25794
25795 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
25796 \end_layout
25797
25798 \begin_layout Description
25799 Anfang
25800 \begin_inset space ~
25801 \end_inset
25802
25803 der
25804 \begin_inset space ~
25805 \end_inset
25806
25807 Seite
25808 \family sans
25809  
25810 \family default
25811 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
25812  Gleitobjekte, die maximal 70
25813 \begin_inset space \thinspace{}
25814 \end_inset
25815
25816 % einer Seite benötigen, dürfen oben platziert werden.
25817  Dies kann durch die Variable 
25818 \series bold
25819
25820 \backslash
25821 topfraction
25822 \series default
25823  im \SpecialChar LaTeX
25824 -Vorspann überschrieben werden, zum Beispiel: 
25825 \begin_inset Separator parbreak
25826 \end_inset
25827
25828
25829 \end_layout
25830
25831 \begin_deeper
25832 \begin_layout Standard
25833
25834 \series bold
25835
25836 \backslash
25837 renewcommand{
25838 \backslash
25839 topfraction}{0.9}
25840 \family typewriter
25841 \series default
25842  
25843 \end_layout
25844
25845 \end_deeper
25846 \begin_layout Description
25847 Ende
25848 \begin_inset space ~
25849 \end_inset
25850
25851 der
25852 \begin_inset space ~
25853 \end_inset
25854
25855 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
25856  Gleitobjekte, die maximal 30
25857 \begin_inset space \thinspace{}
25858 \end_inset
25859
25860 % einer Seite benötigen, dürfen unten platziert werden.
25861  Dies kann durch die Variable 
25862 \series bold
25863
25864 \backslash
25865 bottomfraction
25866 \series default
25867  im \SpecialChar LaTeX
25868 -Vorspann überschrieben werden, zum Beispiel setzt 
25869 \begin_inset Separator parbreak
25870 \end_inset
25871
25872
25873 \end_layout
25874
25875 \begin_deeper
25876 \begin_layout Standard
25877
25878 \series bold
25879
25880 \backslash
25881 renewcommand{
25882 \backslash
25883 bottomfraction}{0.5}
25884 \end_layout
25885
25886 \begin_layout Standard
25887 die oftmals zu kleine untere Grenze auf 50
25888 \begin_inset space \thinspace{}
25889 \end_inset
25890
25891 %.
25892 \end_layout
25893
25894 \end_deeper
25895 \begin_layout Description
25896 Seite
25897 \begin_inset space ~
25898 \end_inset
25899
25900 mit
25901 \begin_inset space ~
25902 \end_inset
25903
25904 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
25905  Nur wenn mehr als 50
25906 \begin_inset space \thinspace{}
25907 \end_inset
25908
25909 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
25910  Gleitobjekte bereitgestellt.
25911  Dies kann durch die Variable 
25912 \series bold
25913
25914 \backslash
25915 floatpagefraction 
25916 \series default
25917 im \SpecialChar LaTeX
25918 -Vorspann überschrieben werden.
25919 \end_layout
25920
25921 \begin_layout Standard
25922 Die Reihenfolge der obigen Optionen wird 
25923 \emph on
25924 immer
25925 \emph default
25926  von \SpecialChar LaTeX
25927  verwendet.
25928  Das heißt wenn Sie die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
25929  zuerst versuchen
25930  
25931 \family sans
25932 Hier
25933 \begin_inset space \space{}
25934 \end_inset
25935
25936 wenn
25937 \begin_inset space \space{}
25938 \end_inset
25939
25940 möglich
25941 \family default
25942 , dann 
25943 \family sans
25944 Anfang
25945 \begin_inset space ~
25946 \end_inset
25947
25948 der
25949 \begin_inset space ~
25950 \end_inset
25951
25952 Seite
25953 \family default
25954  und dann die anderen Optionen anzuwenden.
25955  Wenn Sie nicht die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
25956  nur die von Ihnen
25957  gewählten Optionen versuchen anzuwenden, aber immer in derselben Reihenfolge.
25958  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
25959 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
25960 \end_layout
25961
25962 \begin_layout Standard
25963 Die Option 
25964 \family sans
25965 Hier,
25966 \begin_inset space ~
25967 \end_inset
25968
25969 auf
25970 \begin_inset space ~
25971 \end_inset
25972
25973 jeden
25974 \begin_inset space ~
25975 \end_inset
25976
25977 Fall
25978 \family default
25979  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
25980  fast druckreif ist.
25981  Denn mit der Option kann das Objekt nicht mehr 
25982 \emph on
25983 gleiten
25984 \emph default
25985 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
25986  oftmals zerstört.
25987 \end_layout
25988
25989 \begin_layout Standard
25990 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
25991  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
25992 \begin_inset VSpace bigskip
25993 \end_inset
25994
25995
25996 \end_layout
25997
25998 \begin_layout Standard
25999 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
26000 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
26001  das Gleitobjekt sei Teil des vorherigen Abschnitts.
26002  Das kann mit dem \SpecialChar LaTeX
26003 -Befehl
26004 \series bold
26005  
26006 \backslash
26007 suppressfloats
26008 \series default
26009  verhindert werden.
26010  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
26011  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
26012  gesetzt wird.
26013  Dazu müssen Sie im \SpecialChar LaTeX
26014 -Vorspann folgende Befehle einfügen:
26015 \end_layout
26016
26017 \begin_layout Standard
26018
26019 \series bold
26020
26021 \backslash
26022 let
26023 \backslash
26024 meinAbschnitt
26025 \backslash
26026 section
26027 \begin_inset Newline newline
26028 \end_inset
26029
26030
26031 \backslash
26032 renewcommand{
26033 \backslash
26034 section}{
26035 \backslash
26036 suppressfloats[t]
26037 \backslash
26038 meinAbschnitt}
26039 \end_layout
26040
26041 \begin_layout Standard
26042 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
26043  Unterabschnitten festlegen.
26044  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
26045  \SpecialChar LaTeX
26046  Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
26047 \end_layout
26048
26049 \begin_layout Standard
26050 Es gibt auch noch das \SpecialChar LaTeX
26051 -Paket 
26052 \series bold
26053 flafter
26054 \series default
26055
26056 \begin_inset Index idx
26057 status collapsed
26058
26059 \begin_layout Plain Layout
26060 \SpecialChar LaTeX
26061 -Pakete ! flafter
26062 \end_layout
26063
26064 \end_inset
26065
26066  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
26067  gedruckt wird.
26068 \end_layout
26069
26070 \begin_layout Standard
26071 \begin_inset VSpace bigskip
26072 \end_inset
26073
26074 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
26075  Dafür gibt es das \SpecialChar LaTeX
26076 -Paket 
26077 \series bold
26078 endfloat
26079 \series default
26080
26081 \begin_inset Index idx
26082 status collapsed
26083
26084 \begin_layout Plain Layout
26085 \SpecialChar LaTeX
26086 -Pakete ! endfloat
26087 \end_layout
26088
26089 \end_inset
26090
26091 .
26092  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
26093  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
26094  
26095 \family sans
26096
26097 \begin_inset Quotes gld
26098 \end_inset
26099
26100 [Abbildung
26101 \begin_inset space ~
26102 \end_inset
26103
26104 3.2 ist ungefähr hier.]
26105 \family default
26106
26107 \begin_inset Quotes grd
26108 \end_inset
26109
26110  finden.
26111  Das 
26112 \series bold
26113 endfloat
26114 \series default
26115 -Paket wird mit folgendem Befehl in den \SpecialChar LaTeX
26116 -Vorspann eingefügt:
26117 \end_layout
26118
26119 \begin_layout Standard
26120
26121 \series bold
26122
26123 \backslash
26124 usepackage[Optionen]{endfloat}
26125 \end_layout
26126
26127 \begin_layout Standard
26128 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
26129  Tabellen-Abschnitte, die Sie in der 
26130 \series bold
26131 endfloat
26132 \series default
26133 -Dokumentation 
26134 \begin_inset CommandInset citation
26135 LatexCommand cite
26136 key "endfloat"
26137
26138 \end_inset
26139
26140  nachlesen können.
26141 \begin_inset Newline newline
26142 \end_inset
26143
26144
26145 \begin_inset Note Greyedout
26146 status open
26147
26148 \begin_layout Plain Layout
26149
26150 \series bold
26151 Bemerkung
26152 \begin_inset space ~
26153 \end_inset
26154
26155 1: endfloat
26156 \series default
26157  übersetzt den Hinweistext nicht automatisch.
26158  Abschnitt
26159 \begin_inset space ~
26160 \end_inset
26161
26162 4 in 
26163 \begin_inset CommandInset citation
26164 LatexCommand cite
26165 key "endfloat"
26166
26167 \end_inset
26168
26169  beschreibt, wie es geht.
26170 \end_layout
26171
26172 \end_inset
26173
26174
26175 \end_layout
26176
26177 \begin_layout Standard
26178 \begin_inset Note Greyedout
26179 status open
26180
26181 \begin_layout Plain Layout
26182
26183 \series bold
26184 Bemerkung
26185 \begin_inset space ~
26186 \end_inset
26187
26188 2: 
26189 \series default
26190 Die aktuelle Version von 
26191 \series bold
26192 endfloat
26193 \series default
26194  hat einen Fehler, wenn die Überschrift ein 
26195 \begin_inset Quotes gld
26196 \end_inset
26197
26198 ß
26199 \begin_inset Quotes grd
26200 \end_inset
26201
26202  enthält.
26203  Sie müssen stattdessen den Befehl 
26204 \series bold
26205
26206 \backslash
26207 ss
26208 \series default
26209  als \SpecialChar TeX
26210 -Code benutzen.
26211 \end_layout
26212
26213 \end_inset
26214
26215
26216 \end_layout
26217
26218 \begin_layout Standard
26219 \begin_inset VSpace bigskip
26220 \end_inset
26221
26222 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in \SpecialChar LaTeX
26223 -Büchern
26224  wie 
26225 \begin_inset CommandInset citation
26226 LatexCommand cite
26227 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26228
26229 \end_inset
26230
26231 .
26232 \end_layout
26233
26234 \begin_layout Section
26235 Gedrehte Gleitobjekte
26236 \begin_inset CommandInset label
26237 LatexCommand label
26238 name "abs:Gedrehte-Gleitobjekte"
26239
26240 \end_inset
26241
26242
26243 \begin_inset Index idx
26244 status collapsed
26245
26246 \begin_layout Plain Layout
26247 Gleitobjekte ! drehen
26248 \end_layout
26249
26250 \end_inset
26251
26252
26253 \end_layout
26254
26255 \begin_layout Standard
26256 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
26257 t drehen.
26258  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
26259  und die Option 
26260 \family sans
26261 Seitwärts
26262 \begin_inset space ~
26263 \end_inset
26264
26265 drehen
26266 \family default
26267  wählen.
26268 \end_layout
26269
26270 \begin_layout Standard
26271 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
26272  sie ein mehrspaltiges Dokument haben) gedruckt.
26273  Sie können mehrere Spalten überspannen, wenn die Option 
26274 \family sans
26275 Spalten
26276 \begin_inset space ~
26277 \end_inset
26278
26279 überspannen
26280 \family default
26281  in den Gleitobjekt Einstellungen gewählt ist.
26282  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
26283  werden können.
26284  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
26285  Option 
26286 \series bold
26287 figuresleft
26288 \series default
26289  oder 
26290 \series bold
26291 figuresright
26292 \series default
26293  zu den Dokumentklassen-Optionen hinzu.
26294 \end_layout
26295
26296 \begin_layout Standard
26297 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
26298  Tabelle
26299 \begin_inset space ~
26300 \end_inset
26301
26302
26303 \begin_inset CommandInset ref
26304 LatexCommand ref
26305 reference "tab:Gedrehte-Tabelle"
26306
26307 \end_inset
26308
26309  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
26310 \end_layout
26311
26312 \begin_layout Standard
26313 \begin_inset Note Greyedout
26314 status open
26315
26316 \begin_layout Plain Layout
26317
26318 \series bold
26319 Bemerkung:
26320 \series default
26321  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
26322 \end_layout
26323
26324 \end_inset
26325
26326
26327 \end_layout
26328
26329 \begin_layout Standard
26330 \begin_inset Float table
26331 wide false
26332 sideways true
26333 status open
26334
26335 \begin_layout Plain Layout
26336 \begin_inset Caption Standard
26337
26338 \begin_layout Plain Layout
26339 \begin_inset CommandInset label
26340 LatexCommand label
26341 name "tab:Gedrehte-Tabelle"
26342
26343 \end_inset
26344
26345 Gedrehte Tabelle
26346 \end_layout
26347
26348 \end_inset
26349
26350
26351 \end_layout
26352
26353 \begin_layout Plain Layout
26354 \align center
26355 \begin_inset Tabular
26356 <lyxtabular version="3" rows="1" columns="5">
26357 <features tabularvalignment="middle">
26358 <column alignment="center" valignment="top">
26359 <column alignment="center" valignment="top">
26360 <column alignment="center" valignment="top">
26361 <column alignment="center" valignment="top">
26362 <column alignment="center" valignment="top">
26363 <row>
26364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26365 \begin_inset Text
26366
26367 \begin_layout Plain Layout
26368 Test
26369 \end_layout
26370
26371 \end_inset
26372 </cell>
26373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26374 \begin_inset Text
26375
26376 \begin_layout Plain Layout
26377 b
26378 \end_layout
26379
26380 \end_inset
26381 </cell>
26382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26383 \begin_inset Text
26384
26385 \begin_layout Plain Layout
26386 c
26387 \end_layout
26388
26389 \end_inset
26390 </cell>
26391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26392 \begin_inset Text
26393
26394 \begin_layout Plain Layout
26395 d
26396 \end_layout
26397
26398 \end_inset
26399 </cell>
26400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26401 \begin_inset Text
26402
26403 \begin_layout Plain Layout
26404 e
26405 \end_layout
26406
26407 \end_inset
26408 </cell>
26409 </row>
26410 </lyxtabular>
26411
26412 \end_inset
26413
26414
26415 \end_layout
26416
26417 \end_inset
26418
26419
26420 \end_layout
26421
26422 \begin_layout Section
26423 Untergleitobjekte
26424 \begin_inset Index idx
26425 status collapsed
26426
26427 \begin_layout Plain Layout
26428 Gleitobjekte ! Untergleitobjekte
26429 \end_layout
26430
26431 \end_inset
26432
26433
26434 \end_layout
26435
26436 \begin_layout Standard
26437 Untergleitobjekte werden z.
26438 \begin_inset space \thinspace{}
26439 \end_inset
26440
26441 B.
26442  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
26443  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
26444  eingefügt wird.
26445  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
26446  in Tabelle
26447 \begin_inset space ~
26448 \end_inset
26449
26450
26451 \begin_inset CommandInset ref
26452 LatexCommand ref
26453 reference "tab:Untertabellen-nebeneinander"
26454
26455 \end_inset
26456
26457  und 
26458 \begin_inset CommandInset ref
26459 LatexCommand ref
26460 reference "tab:Untertabellen-übereinander"
26461
26462 \end_inset
26463
26464 .
26465 \end_layout
26466
26467 \begin_layout Standard
26468 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
26469 \begin_inset space ~
26470 \end_inset
26471
26472
26473 \begin_inset CommandInset ref
26474 LatexCommand ref
26475 reference "tab:Untertabelle-a"
26476
26477 \end_inset
26478
26479  und 
26480 \begin_inset CommandInset ref
26481 LatexCommand ref
26482 reference "tab:Untertabelle-b"
26483
26484 \end_inset
26485
26486  sind Untertabellen von Tabelle
26487 \begin_inset space ~
26488 \end_inset
26489
26490
26491 \begin_inset CommandInset ref
26492 LatexCommand ref
26493 reference "tab:Untertabellen-nebeneinander"
26494
26495 \end_inset
26496
26497 .
26498 \end_layout
26499
26500 \begin_layout Standard
26501 \begin_inset Float table
26502 wide false
26503 sideways false
26504 status open
26505
26506 \begin_layout Plain Layout
26507 \begin_inset Caption Standard
26508
26509 \begin_layout Plain Layout
26510 \begin_inset CommandInset label
26511 LatexCommand label
26512 name "tab:Untertabellen-nebeneinander"
26513
26514 \end_inset
26515
26516 Zwei Untertabellen nebeneinander.
26517 \end_layout
26518
26519 \end_inset
26520
26521
26522 \end_layout
26523
26524 \begin_layout Plain Layout
26525 \align center
26526 \begin_inset space \hfill{}
26527 \end_inset
26528
26529
26530 \begin_inset Float table
26531 wide false
26532 sideways false
26533 status collapsed
26534
26535 \begin_layout Plain Layout
26536 \begin_inset Caption Standard
26537
26538 \begin_layout Plain Layout
26539 \begin_inset CommandInset label
26540 LatexCommand label
26541 name "tab:Untertabelle-a"
26542
26543 \end_inset
26544
26545 Dies ist Untertabelle a.
26546 \end_layout
26547
26548 \end_inset
26549
26550
26551 \end_layout
26552
26553 \begin_layout Plain Layout
26554 \align center
26555 \begin_inset Tabular
26556 <lyxtabular version="3" rows="1" columns="5">
26557 <features tabularvalignment="middle">
26558 <column alignment="center" valignment="top">
26559 <column alignment="center" valignment="top">
26560 <column alignment="center" valignment="top">
26561 <column alignment="center" valignment="top">
26562 <column alignment="center" valignment="top">
26563 <row>
26564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26565 \begin_inset Text
26566
26567 \begin_layout Plain Layout
26568 Test
26569 \end_layout
26570
26571 \end_inset
26572 </cell>
26573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26574 \begin_inset Text
26575
26576 \begin_layout Plain Layout
26577 b
26578 \end_layout
26579
26580 \end_inset
26581 </cell>
26582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26583 \begin_inset Text
26584
26585 \begin_layout Plain Layout
26586 c
26587 \end_layout
26588
26589 \end_inset
26590 </cell>
26591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26592 \begin_inset Text
26593
26594 \begin_layout Plain Layout
26595 d
26596 \end_layout
26597
26598 \end_inset
26599 </cell>
26600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26601 \begin_inset Text
26602
26603 \begin_layout Plain Layout
26604 e
26605 \end_layout
26606
26607 \end_inset
26608 </cell>
26609 </row>
26610 </lyxtabular>
26611
26612 \end_inset
26613
26614
26615 \end_layout
26616
26617 \end_inset
26618
26619
26620 \begin_inset space \hfill{}
26621 \end_inset
26622
26623
26624 \begin_inset Float table
26625 wide false
26626 sideways false
26627 status collapsed
26628
26629 \begin_layout Plain Layout
26630 \begin_inset Caption Standard
26631
26632 \begin_layout Plain Layout
26633 \begin_inset CommandInset label
26634 LatexCommand label
26635 name "tab:Untertabelle-b"
26636
26637 \end_inset
26638
26639 Dies ist Untertabelle b.
26640 \end_layout
26641
26642 \end_inset
26643
26644
26645 \end_layout
26646
26647 \begin_layout Plain Layout
26648 \align center
26649 \begin_inset Tabular
26650 <lyxtabular version="3" rows="1" columns="5">
26651 <features tabularvalignment="middle">
26652 <column alignment="center" valignment="top">
26653 <column alignment="center" valignment="top">
26654 <column alignment="center" valignment="top">
26655 <column alignment="center" valignment="top">
26656 <column alignment="center" valignment="top">
26657 <row>
26658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26659 \begin_inset Text
26660
26661 \begin_layout Plain Layout
26662 e
26663 \end_layout
26664
26665 \end_inset
26666 </cell>
26667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26668 \begin_inset Text
26669
26670 \begin_layout Plain Layout
26671 d
26672 \end_layout
26673
26674 \end_inset
26675 </cell>
26676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26677 \begin_inset Text
26678
26679 \begin_layout Plain Layout
26680 c
26681 \end_layout
26682
26683 \end_inset
26684 </cell>
26685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26686 \begin_inset Text
26687
26688 \begin_layout Plain Layout
26689 b
26690 \end_layout
26691
26692 \end_inset
26693 </cell>
26694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26695 \begin_inset Text
26696
26697 \begin_layout Plain Layout
26698 Test
26699 \end_layout
26700
26701 \end_inset
26702 </cell>
26703 </row>
26704 </lyxtabular>
26705
26706 \end_inset
26707
26708
26709 \end_layout
26710
26711 \end_inset
26712
26713
26714 \begin_inset space \hfill{}
26715 \end_inset
26716
26717
26718 \end_layout
26719
26720 \end_inset
26721
26722
26723 \end_layout
26724
26725 \begin_layout Standard
26726 \begin_inset Float table
26727 wide false
26728 sideways false
26729 status open
26730
26731 \begin_layout Plain Layout
26732 \begin_inset Caption Standard
26733
26734 \begin_layout Plain Layout
26735 \begin_inset CommandInset label
26736 LatexCommand label
26737 name "tab:Untertabellen-übereinander"
26738
26739 \end_inset
26740
26741 Zwei Untertabellen übereinander.
26742  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
26743 \end_layout
26744
26745 \end_inset
26746
26747
26748 \end_layout
26749
26750 \begin_layout Plain Layout
26751 \align center
26752 \begin_inset Float table
26753 wide false
26754 sideways false
26755 status collapsed
26756
26757 \begin_layout Plain Layout
26758 \begin_inset Caption Standard
26759
26760 \begin_layout Plain Layout
26761
26762 \end_layout
26763
26764 \end_inset
26765
26766
26767 \end_layout
26768
26769 \begin_layout Plain Layout
26770 \align center
26771 \begin_inset Tabular
26772 <lyxtabular version="3" rows="1" columns="4">
26773 <features tabularvalignment="middle">
26774 <column alignment="center" valignment="top">
26775 <column alignment="center" valignment="top">
26776 <column alignment="center" valignment="top">
26777 <column alignment="center" valignment="top">
26778 <row>
26779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26780 \begin_inset Text
26781
26782 \begin_layout Plain Layout
26783 Test
26784 \end_layout
26785
26786 \end_inset
26787 </cell>
26788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26789 \begin_inset Text
26790
26791 \begin_layout Plain Layout
26792 Test
26793 \end_layout
26794
26795 \end_inset
26796 </cell>
26797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26798 \begin_inset Text
26799
26800 \begin_layout Plain Layout
26801 Test
26802 \end_layout
26803
26804 \end_inset
26805 </cell>
26806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26807 \begin_inset Text
26808
26809 \begin_layout Plain Layout
26810 Test
26811 \end_layout
26812
26813 \end_inset
26814 </cell>
26815 </row>
26816 </lyxtabular>
26817
26818 \end_inset
26819
26820
26821 \end_layout
26822
26823 \end_inset
26824
26825
26826 \end_layout
26827
26828 \begin_layout Plain Layout
26829 \align center
26830 \begin_inset Float table
26831 wide false
26832 sideways false
26833 status collapsed
26834
26835 \begin_layout Plain Layout
26836 \begin_inset Caption Standard
26837
26838 \begin_layout Plain Layout
26839
26840 \end_layout
26841
26842 \end_inset
26843
26844
26845 \end_layout
26846
26847 \begin_layout Plain Layout
26848 \align center
26849 \begin_inset Tabular
26850 <lyxtabular version="3" rows="1" columns="5">
26851 <features tabularvalignment="middle">
26852 <column alignment="center" valignment="top">
26853 <column alignment="center" valignment="top">
26854 <column alignment="center" valignment="top">
26855 <column alignment="center" valignment="top">
26856 <column alignment="center" valignment="top">
26857 <row>
26858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26859 \begin_inset Text
26860
26861 \begin_layout Plain Layout
26862 a
26863 \end_layout
26864
26865 \end_inset
26866 </cell>
26867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26868 \begin_inset Text
26869
26870 \begin_layout Plain Layout
26871 b
26872 \end_layout
26873
26874 \end_inset
26875 </cell>
26876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26877 \begin_inset Text
26878
26879 \begin_layout Plain Layout
26880 c
26881 \end_layout
26882
26883 \end_inset
26884 </cell>
26885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26886 \begin_inset Text
26887
26888 \begin_layout Plain Layout
26889 d
26890 \end_layout
26891
26892 \end_inset
26893 </cell>
26894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26895 \begin_inset Text
26896
26897 \begin_layout Plain Layout
26898 e
26899 \end_layout
26900
26901 \end_inset
26902 </cell>
26903 </row>
26904 </lyxtabular>
26905
26906 \end_inset
26907
26908
26909 \end_layout
26910
26911 \end_inset
26912
26913
26914 \end_layout
26915
26916 \end_inset
26917
26918
26919 \end_layout
26920
26921 \begin_layout Section
26922 Gleitobjekte nebeneinander
26923 \begin_inset Index idx
26924 status collapsed
26925
26926 \begin_layout Plain Layout
26927 Gleitobjekte ! nebeneinander
26928 \end_layout
26929
26930 \end_inset
26931
26932
26933 \end_layout
26934
26935 \begin_layout Standard
26936 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
26937 \begin_inset space ~
26938 \end_inset
26939
26940
26941 \begin_inset CommandInset ref
26942 LatexCommand ref
26943 reference "abb:Gleitobjekt-links"
26944
26945 \end_inset
26946
26947  und 
26948 \begin_inset CommandInset ref
26949 LatexCommand ref
26950 reference "abb:Gleitobjekt-rechts"
26951
26952 \end_inset
26953
26954  wird nur 
26955 \emph on
26956 ein
26957 \emph default
26958  Gleitobjekt verwendet.
26959  In dieses werden zwei Minipage Boxen eingefügt.
26960 \begin_inset Foot
26961 status collapsed
26962
26963 \begin_layout Plain Layout
26964 Minipages sind in Abschnitt
26965 \begin_inset space ~
26966 \end_inset
26967
26968
26969 \begin_inset CommandInset ref
26970 LatexCommand ref
26971 reference "abs:Minipage"
26972
26973 \end_inset
26974
26975  erklärt.
26976 \end_layout
26977
26978 \end_inset
26979
26980  Die Breite wird für jede Minipage auf 45
26981 \begin_inset space \thinspace{}
26982 \end_inset
26983
26984 -50
26985 \begin_inset space \thinspace{}
26986 \end_inset
26987
26988 Spalten% und die Box Ausrichtung auf 
26989 \family sans
26990 Unten
26991 \family default
26992  gesetzt.
26993  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
26994  Gleitobjekt.
26995  Der einzige Unterschied ist, dass die Bildeinheit 
26996 \family sans
26997 Spaltenbreite
26998 \begin_inset space ~
26999 \end_inset
27000
27001 %
27002 \family default
27003  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
27004 \end_layout
27005
27006 \begin_layout Standard
27007 \begin_inset Float figure
27008 wide false
27009 sideways false
27010 status open
27011
27012 \begin_layout Plain Layout
27013 \begin_inset Box Frameless
27014 position "b"
27015 hor_pos "c"
27016 has_inner_box 1
27017 inner_pos "t"
27018 use_parbox 0
27019 use_makebox 0
27020 width "45col%"
27021 special "none"
27022 height "1in"
27023 height_special "totalheight"
27024 thickness "0.4pt"
27025 separation "3pt"
27026 shadowsize "4pt"
27027 framecolor "black"
27028 backgroundcolor "none"
27029 status open
27030
27031 \begin_layout Plain Layout
27032 \align center
27033 \begin_inset Graphics
27034         filename ../clipart/mobius.eps
27035         lyxscale 50
27036         width 100col%
27037         scaleBeforeRotation
27038
27039 \end_inset
27040
27041
27042 \end_layout
27043
27044 \begin_layout Plain Layout
27045 \begin_inset Caption Standard
27046
27047 \begin_layout Plain Layout
27048 \begin_inset CommandInset label
27049 LatexCommand label
27050 name "abb:Gleitobjekt-links"
27051
27052 \end_inset
27053
27054 Gleitobjekt auf der linken Seite.
27055 \end_layout
27056
27057 \end_inset
27058
27059
27060 \end_layout
27061
27062 \end_inset
27063
27064
27065 \begin_inset space \hfill{}
27066 \end_inset
27067
27068
27069 \begin_inset Box Frameless
27070 position "b"
27071 hor_pos "c"
27072 has_inner_box 1
27073 inner_pos "t"
27074 use_parbox 0
27075 use_makebox 0
27076 width "45col%"
27077 special "none"
27078 height "1in"
27079 height_special "totalheight"
27080 thickness "0.4pt"
27081 separation "3pt"
27082 shadowsize "4pt"
27083 framecolor "black"
27084 backgroundcolor "none"
27085 status open
27086
27087 \begin_layout Plain Layout
27088 \align center
27089 \begin_inset Graphics
27090         filename ../clipart/platypus.eps
27091         lyxscale 50
27092         width 100col%
27093         scaleBeforeRotation
27094
27095 \end_inset
27096
27097
27098 \end_layout
27099
27100 \begin_layout Plain Layout
27101 \begin_inset Caption Standard
27102
27103 \begin_layout Plain Layout
27104 \begin_inset CommandInset label
27105 LatexCommand label
27106 name "abb:Gleitobjekt-rechts"
27107
27108 \end_inset
27109
27110 Gleitobjekt auf der rechten Seite.
27111 \end_layout
27112
27113 \end_inset
27114
27115
27116 \end_layout
27117
27118 \end_inset
27119
27120
27121 \end_layout
27122
27123 \end_inset
27124
27125
27126 \end_layout
27127
27128 \begin_layout Standard
27129 Eine alternative und einfachere Methode ist, das Modul 
27130 \family sans
27131 Breitenvariable
27132 \begin_inset space ~
27133 \end_inset
27134
27135 Minipages
27136 \family default
27137  zu verwenden, siehe Abschnitt
27138 \begin_inset space ~
27139 \end_inset
27140
27141
27142 \begin_inset CommandInset ref
27143 LatexCommand ref
27144 reference "abs:Minipage"
27145
27146 \end_inset
27147
27148 .
27149  Breitenvariable Minipages berücksichtigen die Breite der Abbildungen und
27150  Tabellen automatisch, so dass keine explizite Breite angegeben werden muss.
27151  Die \SpecialChar LyX
27152 -Beispieldatei 
27153 \emph on
27154 varwidth-floats-side-by-side
27155 \emph default
27156  zeigt ein paar Beispiele.
27157 \end_layout
27158
27159 \begin_layout Section
27160 Beschriftungs-Formatierung
27161 \begin_inset CommandInset label
27162 LatexCommand label
27163 name "abs:Titel-Formatierung"
27164
27165 \end_inset
27166
27167
27168 \begin_inset Index idx
27169 status collapsed
27170
27171 \begin_layout Plain Layout
27172 Gleitobjekte ! Beschriftung ! Formatierung
27173 \end_layout
27174
27175 \end_inset
27176
27177
27178 \end_layout
27179
27180 \begin_layout Standard
27181
27182 \family sans
27183 Legende
27184 \family default
27185  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
27186  In \SpecialChar LyX
27187  sehen Titel so aus:  
27188 \family sans
27189
27190 \begin_inset Quotes gld
27191 \end_inset
27192
27193 Abbildung xyz:
27194 \family default
27195
27196 \begin_inset Quotes grd
27197 \end_inset
27198
27199 , gefolgt vom Beschriftungstext, wobei 
27200 \family sans
27201 xyz
27202 \family default
27203  die von \SpecialChar LyX
27204  vergebene Nummer ist.
27205  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
27206  gedruckt.
27207  Dieses Format ist für die meisten aber nicht alle Dokumente geeignet.
27208 \end_layout
27209
27210 \begin_layout Standard
27211 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das \SpecialChar LaTeX
27212 -Paket
27213  
27214 \series bold
27215 caption
27216 \series default
27217
27218 \begin_inset Index idx
27219 status collapsed
27220
27221 \begin_layout Plain Layout
27222 \SpecialChar LaTeX
27223 -Pakete ! caption
27224 \end_layout
27225
27226 \end_inset
27227
27228  in den \SpecialChar LaTeX
27229 -Vorspann laden:
27230 \end_layout
27231
27232 \begin_layout Standard
27233
27234 \series bold
27235
27236 \backslash
27237 usepackage[Format-Definition]{caption}
27238 \end_layout
27239
27240 \begin_layout Standard
27241 Soll zum Beispiel Name und Nummer serifenlos und fett gedruckt werden und
27242  die Beschriftung immer über der Tabelle stehen, müssen Sie folgenden Befehl
27243  verwenden:
27244 \end_layout
27245
27246 \begin_layout Standard
27247
27248 \series bold
27249
27250 \backslash
27251 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27252 \end_layout
27253
27254 \begin_layout Standard
27255 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
27256  definieren.
27257  Dazu laden Sie das 
27258 \series bold
27259 caption
27260 \series default
27261 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
27262  dem Befehl
27263 \end_layout
27264
27265 \begin_layout Standard
27266
27267 \series bold
27268
27269 \backslash
27270 captionsetup[Gleitobjekt-Typ]{Format-Definition}
27271 \end_layout
27272
27273 \begin_layout Standard
27274 Für Abbildung
27275 \begin_inset space ~
27276 \end_inset
27277
27278
27279 \begin_inset CommandInset ref
27280 LatexCommand ref
27281 reference "abb:Langer-Abb-Titel"
27282
27283 \end_inset
27284
27285  und Tabelle
27286 \begin_inset space ~
27287 \end_inset
27288
27289
27290 \begin_inset CommandInset ref
27291 LatexCommand ref
27292 reference "tab:Langer-Tab-Titel"
27293
27294 \end_inset
27295
27296  können die Beschriftungen mit folgenden Befehlen im \SpecialChar LaTeX
27297 -Vorspann definiert
27298  werden:
27299 \end_layout
27300
27301 \begin_layout Standard
27302
27303 \series bold
27304
27305 \backslash
27306 usepackage[tableposition=top]{caption}
27307 \begin_inset Newline newline
27308 \end_inset
27309
27310
27311 \backslash
27312 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27313 \begin_inset Newline newline
27314 \end_inset
27315
27316
27317 \begin_inset Phantom HPhantom
27318 status open
27319
27320 \begin_layout Plain Layout
27321
27322 \series bold
27323
27324 \backslash
27325 captionsetup[figure]{
27326 \end_layout
27327
27328 \end_inset
27329
27330 labelsep=period}
27331 \begin_inset Newline newline
27332 \end_inset
27333
27334
27335 \backslash
27336 captionsetup[table]{labelfont={bf,sf}}
27337 \end_layout
27338
27339 \begin_layout Standard
27340 \begin_inset Note Greyedout
27341 status open
27342
27343 \begin_layout Plain Layout
27344
27345 \series bold
27346 Bemerkung:
27347 \series default
27348  Die Option 
27349 \series bold
27350 tableposition=top
27351 \series default
27352  hat keine Auswirkung, wenn eine 
27353 \series bold
27354 KOMA-Script
27355 \series default
27356
27357 \begin_inset Index idx
27358 status collapsed
27359
27360 \begin_layout Plain Layout
27361 \SpecialChar LaTeX
27362 -Pakete ! KOMA-Script
27363 \end_layout
27364
27365 \end_inset
27366
27367 -Dokumentklasse verwendet wird.
27368  Hier muss die Option 
27369 \series bold
27370 captions=tableheading
27371 \series default
27372  benutzt werden.
27373 \end_layout
27374
27375 \end_inset
27376
27377
27378 \end_layout
27379
27380 \begin_layout Standard
27381 Weitere Informationen über das Paket
27382 \series bold
27383  caption
27384 \series default
27385  finden Sie in seiner Dokumentation 
27386 \begin_inset CommandInset citation
27387 LatexCommand cite
27388 key "caption"
27389
27390 \end_inset
27391
27392 .
27393 \end_layout
27394
27395 \begin_layout Standard
27396 Wenn Sie den Namen von 
27397 \begin_inset Quotes gld
27398 \end_inset
27399
27400 Abbildung
27401 \begin_inset Quotes grd
27402 \end_inset
27403
27404  auf 
27405 \begin_inset Quotes gld
27406 \end_inset
27407
27408 Bild
27409 \begin_inset Quotes grd
27410 \end_inset
27411
27412  ändern wollen, können Sie das mit folgendem Befehl im \SpecialChar LaTeX
27413 -Vorspann  machen:
27414 \end_layout
27415
27416 \begin_layout Standard
27417
27418 \series bold
27419
27420 \backslash
27421 renewcommand{
27422 \backslash
27423 fnum@figure}{Bild~
27424 \backslash
27425 thefigure}
27426 \end_layout
27427
27428 \begin_layout Standard
27429 wobei 
27430 \series bold
27431
27432 \backslash
27433 thefigure
27434 \series default
27435  die Bildnummer einsetzt und
27436 \series bold
27437  ~
27438 \series default
27439  ein geschütztes Leerzeichen ist.
27440 \end_layout
27441
27442 \begin_layout Standard
27443 \begin_inset VSpace bigskip
27444 \end_inset
27445
27446 Wenn Sie eine 
27447 \series bold
27448 KOMA-Script
27449 \series default
27450
27451 \begin_inset Index idx
27452 status collapsed
27453
27454 \begin_layout Plain Layout
27455 \SpecialChar LaTeX
27456 -Pakete ! KOMA-Script
27457 \end_layout
27458
27459 \end_inset
27460
27461 -Dokumentklasse (
27462 \family sans
27463 article (KOMA-Script)
27464 \family default
27465
27466 \family sans
27467 book (KOMA-Script)
27468 \family default
27469
27470 \family sans
27471 letter (KOMA-Script)
27472 \family default
27473  oder 
27474 \family sans
27475 report (KOMA-Script)
27476 \family default
27477 ) benutzen, können Sie anstatt des 
27478 \series bold
27479 caption
27480 \series default
27481 -Paketes den eingebauten Befehl 
27482 \series bold
27483
27484 \backslash
27485 setkomafont
27486 \series default
27487  von 
27488 \series bold
27489 KOMA-Script
27490 \series default
27491  benutzen.
27492  Der Befehl
27493 \end_layout
27494
27495 \begin_layout Standard
27496
27497 \series bold
27498
27499 \backslash
27500 setkomafont{captionlabel}{
27501 \backslash
27502 bfseries}
27503 \end_layout
27504
27505 \begin_layout Standard
27506 im \SpecialChar LaTeX
27507 -Vorspann druckt den Namen fett.
27508 \end_layout
27509
27510 \begin_layout Standard
27511 Weitere Informationen über 
27512 \series bold
27513
27514 \backslash
27515 setkomafont
27516 \series default
27517  finden Sie in der 
27518 \series bold
27519 KOMA-Script
27520 \series default
27521 -Do\SpecialChar softhyphen
27522 ku\SpecialChar softhyphen
27523 men\SpecialChar softhyphen
27524 ta\SpecialChar softhyphen
27525 tion 
27526 \begin_inset CommandInset citation
27527 LatexCommand cite
27528 key "KOMA-Script"
27529
27530 \end_inset
27531
27532 .
27533 \end_layout
27534
27535 \begin_layout Standard
27536 \begin_inset ERT
27537 status collapsed
27538
27539 \begin_layout Plain Layout
27540
27541
27542 \backslash
27543 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27544 }
27545 \end_layout
27546
27547 \end_inset
27548
27549
27550 \begin_inset Note Note
27551 status open
27552
27553 \begin_layout Plain Layout
27554 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
27555 \end_layout
27556
27557 \end_inset
27558
27559
27560 \end_layout
27561
27562 \begin_layout Standard
27563 \begin_inset Float figure
27564 placement !p
27565 wide false
27566 sideways false
27567 status open
27568
27569 \begin_layout Plain Layout
27570 \align center
27571 \begin_inset Graphics
27572         filename ../clipart/mobius.eps
27573         lyxscale 50
27574         scale 50
27575         scaleBeforeRotation
27576
27577 \end_inset
27578
27579
27580 \end_layout
27581
27582 \begin_layout Plain Layout
27583 \begin_inset Caption Standard
27584
27585 \begin_layout Plain Layout
27586 \begin_inset CommandInset label
27587 LatexCommand label
27588 name "abb:Langer-Abb-Titel"
27589
27590 \end_inset
27591
27592 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27593  ist, um das andere Beschriftungsformat zu zeigen.
27594  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
27595 \begin_inset Argument 1
27596 status collapsed
27597
27598 \begin_layout Plain Layout
27599 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27600  ist.
27601 \end_layout
27602
27603 \end_inset
27604
27605
27606 \end_layout
27607
27608 \end_inset
27609
27610
27611 \end_layout
27612
27613 \end_inset
27614
27615
27616 \end_layout
27617
27618 \begin_layout Standard
27619 \begin_inset ERT
27620 status collapsed
27621
27622 \begin_layout Plain Layout
27623
27624
27625 \backslash
27626 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27627 on}
27628 \end_layout
27629
27630 \end_inset
27631
27632
27633 \end_layout
27634
27635 \begin_layout Standard
27636 \begin_inset Float table
27637 placement !p
27638 wide false
27639 sideways false
27640 status open
27641
27642 \begin_layout Plain Layout
27643 \begin_inset Caption Standard
27644
27645 \begin_layout Plain Layout
27646 \begin_inset CommandInset label
27647 LatexCommand label
27648 name "tab:Langer-Tab-Titel"
27649
27650 \end_inset
27651
27652 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27653  ist, um das andere Beschriftungsformat zu zeigen.
27654  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
27655  benutzt.
27656 \begin_inset Argument 1
27657 status collapsed
27658
27659 \begin_layout Plain Layout
27660 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27661  ist.
27662 \end_layout
27663
27664 \end_inset
27665
27666
27667 \end_layout
27668
27669 \end_inset
27670
27671
27672 \end_layout
27673
27674 \begin_layout Plain Layout
27675 \align center
27676 \begin_inset Tabular
27677 <lyxtabular version="3" rows="1" columns="5">
27678 <features tabularvalignment="middle">
27679 <column alignment="center" valignment="top">
27680 <column alignment="center" valignment="top">
27681 <column alignment="center" valignment="top">
27682 <column alignment="center" valignment="top">
27683 <column alignment="center" valignment="top">
27684 <row>
27685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27686 \begin_inset Text
27687
27688 \begin_layout Plain Layout
27689 a
27690 \end_layout
27691
27692 \end_inset
27693 </cell>
27694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27695 \begin_inset Text
27696
27697 \begin_layout Plain Layout
27698 b
27699 \end_layout
27700
27701 \end_inset
27702 </cell>
27703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27704 \begin_inset Text
27705
27706 \begin_layout Plain Layout
27707 c
27708 \end_layout
27709
27710 \end_inset
27711 </cell>
27712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27713 \begin_inset Text
27714
27715 \begin_layout Plain Layout
27716 d
27717 \end_layout
27718
27719 \end_inset
27720 </cell>
27721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27722 \begin_inset Text
27723
27724 \begin_layout Plain Layout
27725 e
27726 \end_layout
27727
27728 \end_inset
27729 </cell>
27730 </row>
27731 </lyxtabular>
27732
27733 \end_inset
27734
27735
27736 \end_layout
27737
27738 \end_inset
27739
27740
27741 \end_layout
27742
27743 \begin_layout Section
27744 Beschriftungs-Platzierung
27745 \begin_inset CommandInset label
27746 LatexCommand label
27747 name "abs:Titel-Platzierung"
27748
27749 \end_inset
27750
27751
27752 \begin_inset Index idx
27753 status collapsed
27754
27755 \begin_layout Plain Layout
27756 Gleitobjekte ! Beschriftung ! Platzierung
27757 \end_layout
27758
27759 \end_inset
27760
27761
27762 \end_layout
27763
27764 \begin_layout Standard
27765 Normalerweise werden die Beschriftungen wie folgt platziert:
27766 \end_layout
27767
27768 \begin_layout Description
27769 Abbildung: darunter
27770 \end_layout
27771
27772 \begin_layout Description
27773 Tabelle: darüber
27774 \end_layout
27775
27776 \begin_layout Standard
27777 \SpecialChar LaTeX
27778 -Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
27779  Das heißt wenn Sie eine der Dokument-Klassen 
27780 \family sans
27781 article
27782 \family default
27783
27784 \family sans
27785 book
27786 \family default
27787
27788 \family sans
27789 letter
27790 \family default
27791  oder 
27792 \family sans
27793 report
27794 \family default
27795  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
27796  Um das zu erreichen, laden Sie das \SpecialChar LaTeX
27797 -Paket 
27798 \series bold
27799 caption
27800 \series default
27801
27802 \begin_inset Index idx
27803 status collapsed
27804
27805 \begin_layout Plain Layout
27806 \SpecialChar LaTeX
27807 -Pakete ! caption
27808 \end_layout
27809
27810 \end_inset
27811
27812  im \SpecialChar LaTeX
27813 -Vorspann mit der Option
27814 \begin_inset Foot
27815 status collapsed
27816
27817 \begin_layout Plain Layout
27818 In Abschnitt
27819 \begin_inset space ~
27820 \end_inset
27821
27822
27823 \begin_inset CommandInset ref
27824 LatexCommand ref
27825 reference "abs:Titel-Formatierung"
27826
27827 \end_inset
27828
27829  steht mehr über das Paket 
27830 \series bold
27831 caption
27832 \series default
27833 .
27834 \end_layout
27835
27836 \end_inset
27837
27838
27839 \end_layout
27840
27841 \begin_layout Standard
27842
27843 \series bold
27844 tableposition=top
27845 \end_layout
27846
27847 \begin_layout Standard
27848 Wenn Sie eine 
27849 \series bold
27850 KOMA-Script
27851 \series default
27852
27853 \begin_inset Index idx
27854 status collapsed
27855
27856 \begin_layout Plain Layout
27857 \SpecialChar LaTeX
27858 -Pakete ! KOMA-Script
27859 \end_layout
27860
27861 \end_inset
27862
27863 -Dokumentklasse (
27864 \family sans
27865 article (KOMA-Script)
27866 \family default
27867
27868 \family sans
27869 book (KOMA-Script)
27870 \family default
27871
27872 \family sans
27873 letter (KOMA-Script)
27874 \family default
27875  oder 
27876 \family sans
27877 report (KOMA-Script)
27878 \family default
27879 ) benutzen, können Sie alternativ zum 
27880 \series bold
27881 caption
27882 \series default
27883 -Paket die Dokumentklassen-Option
27884 \end_layout
27885
27886 \begin_layout Standard
27887
27888 \series bold
27889 captions=tableheading
27890 \end_layout
27891
27892 \begin_layout Standard
27893 benutzen.
27894 \begin_inset Foot
27895 status collapsed
27896
27897 \begin_layout Plain Layout
27898 Diese Option wird in diesem Dokument verwendet.
27899 \end_layout
27900
27901 \end_inset
27902
27903
27904 \end_layout
27905
27906 \begin_layout Standard
27907 In Dokumenten, die eine KOMA-Script Klasse verwenden, können Sie auch mit
27908  rechts auf eine Beschriftung klicken und im Kontextmenü markieren, ob diese
27909  Beschriftung über oder unter der Tabelle/Abbildung sein soll.
27910  Auf diese Weise kann die dokumentweite Beschriftungs-Platzierung für bestimmte
27911  Beschriftungen überschrieben werden.
27912  Tabelle
27913 \begin_inset space ~
27914 \end_inset
27915
27916
27917 \begin_inset CommandInset ref
27918 LatexCommand ref
27919 reference "tab:Eine-Beschriftung-unterhalb"
27920
27921 \end_inset
27922
27923  ist ein Beispiel, bei dem die Beschriftung als unterhalb der Tabelle markiert
27924  wurde, obwohl sie über der Tabelle steht.
27925  Zum Vergleich ist die Beschriftung von Tabelle
27926 \begin_inset space ~
27927 \end_inset
27928
27929
27930 \begin_inset CommandInset ref
27931 LatexCommand ref
27932 reference "tab:Eine-normale-Tabellen-Beschriftu"
27933
27934 \end_inset
27935
27936  nicht markiert.
27937 \end_layout
27938
27939 \begin_layout Standard
27940 \begin_inset Float table
27941 wide false
27942 sideways false
27943 status open
27944
27945 \begin_layout Plain Layout
27946 \begin_inset Caption Below
27947
27948 \begin_layout Plain Layout
27949 \begin_inset CommandInset label
27950 LatexCommand label
27951 name "tab:Eine-Beschriftung-unterhalb"
27952
27953 \end_inset
27954
27955 Eine Beschriftung, die als unterhalb der der Tabelle markiert wurde.
27956 \end_layout
27957
27958 \end_inset
27959
27960
27961 \end_layout
27962
27963 \begin_layout Plain Layout
27964 \align center
27965 \begin_inset Tabular
27966 <lyxtabular version="3" rows="3" columns="3">
27967 <features tabularvalignment="middle">
27968 <column alignment="center" valignment="top" width="0pt">
27969 <column alignment="center" valignment="top" width="0pt">
27970 <column alignment="center" valignment="top" width="0pt">
27971 <row>
27972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27973 \begin_inset Text
27974
27975 \begin_layout Plain Layout
27976 1
27977 \end_layout
27978
27979 \end_inset
27980 </cell>
27981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27982 \begin_inset Text
27983
27984 \begin_layout Plain Layout
27985 2
27986 \end_layout
27987
27988 \end_inset
27989 </cell>
27990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27991 \begin_inset Text
27992
27993 \begin_layout Plain Layout
27994 3
27995 \end_layout
27996
27997 \end_inset
27998 </cell>
27999 </row>
28000 <row>
28001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28002 \begin_inset Text
28003
28004 \begin_layout Plain Layout
28005 Joe
28006 \end_layout
28007
28008 \end_inset
28009 </cell>
28010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28011 \begin_inset Text
28012
28013 \begin_layout Plain Layout
28014 Mary
28015 \end_layout
28016
28017 \end_inset
28018 </cell>
28019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28020 \begin_inset Text
28021
28022 \begin_layout Plain Layout
28023 Ted
28024 \end_layout
28025
28026 \end_inset
28027 </cell>
28028 </row>
28029 <row>
28030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28031 \begin_inset Text
28032
28033 \begin_layout Plain Layout
28034 \begin_inset Formula $\int x^{2}dx$
28035 \end_inset
28036
28037
28038 \end_layout
28039
28040 \end_inset
28041 </cell>
28042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28043 \begin_inset Text
28044
28045 \begin_layout Plain Layout
28046 \begin_inset Formula $\left[\begin{array}{cc}
28047 a & b\\
28048 c & d
28049 \end{array}\right]$
28050 \end_inset
28051
28052
28053 \end_layout
28054
28055 \end_inset
28056 </cell>
28057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28058 \begin_inset Text
28059
28060 \begin_layout Plain Layout
28061 \begin_inset Formula $1+1=2$
28062 \end_inset
28063
28064
28065 \end_layout
28066
28067 \end_inset
28068 </cell>
28069 </row>
28070 </lyxtabular>
28071
28072 \end_inset
28073
28074
28075 \end_layout
28076
28077 \end_inset
28078
28079
28080 \end_layout
28081
28082 \begin_layout Standard
28083 \begin_inset Float table
28084 wide false
28085 sideways false
28086 status open
28087
28088 \begin_layout Plain Layout
28089 \begin_inset Caption Standard
28090
28091 \begin_layout Plain Layout
28092 \begin_inset CommandInset label
28093 LatexCommand label
28094 name "tab:Eine-normale-Tabellen-Beschriftu"
28095
28096 \end_inset
28097
28098 Eine normale Tabellen-Beschriftung.
28099 \end_layout
28100
28101 \end_inset
28102
28103
28104 \end_layout
28105
28106 \begin_layout Plain Layout
28107 \align center
28108 \begin_inset Tabular
28109 <lyxtabular version="3" rows="3" columns="3">
28110 <features tabularvalignment="middle">
28111 <column alignment="center" valignment="top" width="0pt">
28112 <column alignment="center" valignment="top" width="0pt">
28113 <column alignment="center" valignment="top" width="0pt">
28114 <row>
28115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28116 \begin_inset Text
28117
28118 \begin_layout Plain Layout
28119 1
28120 \end_layout
28121
28122 \end_inset
28123 </cell>
28124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28125 \begin_inset Text
28126
28127 \begin_layout Plain Layout
28128 2
28129 \end_layout
28130
28131 \end_inset
28132 </cell>
28133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28134 \begin_inset Text
28135
28136 \begin_layout Plain Layout
28137 3
28138 \end_layout
28139
28140 \end_inset
28141 </cell>
28142 </row>
28143 <row>
28144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28145 \begin_inset Text
28146
28147 \begin_layout Plain Layout
28148 Joe
28149 \end_layout
28150
28151 \end_inset
28152 </cell>
28153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28154 \begin_inset Text
28155
28156 \begin_layout Plain Layout
28157 Mary
28158 \end_layout
28159
28160 \end_inset
28161 </cell>
28162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28163 \begin_inset Text
28164
28165 \begin_layout Plain Layout
28166 Ted
28167 \end_layout
28168
28169 \end_inset
28170 </cell>
28171 </row>
28172 <row>
28173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28174 \begin_inset Text
28175
28176 \begin_layout Plain Layout
28177 \begin_inset Formula $\int x^{2}dx$
28178 \end_inset
28179
28180
28181 \end_layout
28182
28183 \end_inset
28184 </cell>
28185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28186 \begin_inset Text
28187
28188 \begin_layout Plain Layout
28189 \begin_inset Formula $\left[\begin{array}{cc}
28190 a & b\\
28191 c & d
28192 \end{array}\right]$
28193 \end_inset
28194
28195
28196 \end_layout
28197
28198 \end_inset
28199 </cell>
28200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28201 \begin_inset Text
28202
28203 \begin_layout Plain Layout
28204 \begin_inset Formula $1+1=2$
28205 \end_inset
28206
28207
28208 \end_layout
28209
28210 \end_inset
28211 </cell>
28212 </row>
28213 </lyxtabular>
28214
28215 \end_inset
28216
28217
28218 \end_layout
28219
28220 \end_inset
28221
28222
28223 \end_layout
28224
28225 \begin_layout Standard
28226 \begin_inset VSpace bigskip
28227 \end_inset
28228
28229 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
28230  Das bewirkt das \SpecialChar LaTeX
28231 -Paket 
28232 \series bold
28233 sidecap
28234 \series default
28235
28236 \begin_inset Index idx
28237 status collapsed
28238
28239 \begin_layout Plain Layout
28240 \SpecialChar LaTeX
28241 -Pakete ! sidecap
28242 \end_layout
28243
28244 \end_inset
28245
28246 , das so in den \SpecialChar LaTeX
28247 -Vorspann geladen wird:
28248 \end_layout
28249
28250 \begin_layout Standard
28251
28252 \series bold
28253
28254 \backslash
28255 usepackage[Option]{sidecap}
28256 \end_layout
28257
28258 \begin_layout Standard
28259 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
28260  Mit 
28261 \series bold
28262 innercaption
28263 \series default
28264  wird die Beschriftung innen gedruckt.
28265  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
28266  
28267 \series bold
28268 rightcaption
28269 \series default
28270  oder 
28271 \series bold
28272 leftcaption
28273 \series default
28274 .
28275 \end_layout
28276
28277 \begin_layout Standard
28278 \begin_inset ERT
28279 status collapsed
28280
28281 \begin_layout Plain Layout
28282
28283
28284 \backslash
28285 ifsidecap
28286 \end_layout
28287
28288 \end_inset
28289
28290
28291 \begin_inset Note Note
28292 status open
28293
28294 \begin_layout Plain Layout
28295 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
28296 -Paket 
28297 \series bold
28298 sidecap
28299 \series default
28300  installiert ist.
28301 \end_layout
28302
28303 \end_inset
28304
28305
28306 \end_layout
28307
28308 \begin_layout Standard
28309 Um die Beschriftung mit \SpecialChar LyX
28310  seitlich zu drucken, müssen Sie folgende Befehle
28311  in den \SpecialChar LaTeX
28312 -Vorspann schreiben:
28313 \end_layout
28314
28315 \begin_layout Standard
28316 \begin_inset Newpage newpage
28317 \end_inset
28318
28319
28320 \end_layout
28321
28322 \begin_layout Standard
28323 \noindent
28324 \begin_inset CommandInset line
28325 LatexCommand rule
28326 offset "0.5ex"
28327 width "100line%"
28328 height "1pt"
28329
28330 \end_inset
28331
28332
28333 \end_layout
28334
28335 \begin_layout Standard
28336
28337 \series bold
28338
28339 \backslash
28340 newcommand{
28341 \backslash
28342 TabBesBeg}[1][1.0]{%
28343 \begin_inset Newline newline
28344 \end_inset
28345
28346
28347 \begin_inset Phantom HPhantom
28348 status open
28349
28350 \begin_layout Plain Layout
28351 \begin_inset space ~
28352 \end_inset
28353
28354
28355 \end_layout
28356
28357 \end_inset
28358
28359
28360 \backslash
28361 let
28362 \backslash
28363 MyTable
28364 \backslash
28365 table
28366 \begin_inset Newline newline
28367 \end_inset
28368
28369
28370 \begin_inset Phantom HPhantom
28371 status open
28372
28373 \begin_layout Plain Layout
28374
28375 \series medium
28376 \begin_inset space ~
28377 \end_inset
28378
28379
28380 \end_layout
28381
28382 \end_inset
28383
28384
28385 \backslash
28386 let
28387 \backslash
28388 MyEndtable
28389 \backslash
28390 endtable
28391 \begin_inset Newline newline
28392 \end_inset
28393
28394
28395 \begin_inset Phantom HPhantom
28396 status open
28397
28398 \begin_layout Plain Layout
28399
28400 \series medium
28401 \begin_inset space ~
28402 \end_inset
28403
28404
28405 \end_layout
28406
28407 \end_inset
28408
28409
28410 \backslash
28411 renewenvironment{table}[1]{
28412 \backslash
28413 begin{SCtable}[#1]##1}{
28414 \backslash
28415 end{SCtable}}}
28416 \end_layout
28417
28418 \begin_layout Standard
28419
28420 \series bold
28421
28422 \backslash
28423 newcommand{
28424 \backslash
28425 TabBesEnd}{%
28426 \begin_inset Newline newline
28427 \end_inset
28428
28429
28430 \begin_inset Phantom HPhantom
28431 status open
28432
28433 \begin_layout Plain Layout
28434 \begin_inset space ~
28435 \end_inset
28436
28437
28438 \end_layout
28439
28440 \end_inset
28441
28442
28443 \backslash
28444 let
28445 \backslash
28446 table
28447 \backslash
28448 MyTable
28449 \begin_inset Newline newline
28450 \end_inset
28451
28452
28453 \begin_inset Phantom HPhantom
28454 status open
28455
28456 \begin_layout Plain Layout
28457 \begin_inset space ~
28458 \end_inset
28459
28460
28461 \end_layout
28462
28463 \end_inset
28464
28465
28466 \backslash
28467 let
28468 \backslash
28469 endtable
28470 \backslash
28471 MyEndtable
28472 \end_layout
28473
28474 \begin_layout Standard
28475
28476 \series bold
28477
28478 \backslash
28479 newcommand{
28480 \backslash
28481 FigBesBeg}[1][1.0]{%
28482 \begin_inset Newline newline
28483 \end_inset
28484
28485
28486 \begin_inset Phantom HPhantom
28487 status open
28488
28489 \begin_layout Plain Layout
28490 \begin_inset space ~
28491 \end_inset
28492
28493
28494 \end_layout
28495
28496 \end_inset
28497
28498
28499 \backslash
28500 let
28501 \backslash
28502 MyFigure
28503 \backslash
28504 figure
28505 \begin_inset Newline newline
28506 \end_inset
28507
28508
28509 \begin_inset Phantom HPhantom
28510 status open
28511
28512 \begin_layout Plain Layout
28513 \begin_inset space ~
28514 \end_inset
28515
28516
28517 \end_layout
28518
28519 \end_inset
28520
28521
28522 \backslash
28523 let
28524 \backslash
28525 MyEndfigure
28526 \backslash
28527 endfigure
28528 \begin_inset Newline newline
28529 \end_inset
28530
28531
28532 \begin_inset Phantom HPhantom
28533 status open
28534
28535 \begin_layout Plain Layout
28536 \begin_inset space ~
28537 \end_inset
28538
28539
28540 \end_layout
28541
28542 \end_inset
28543
28544
28545 \backslash
28546 renewenvironment{figure}[1]{
28547 \backslash
28548 begin{SCfigure}[#1]##1}{
28549 \backslash
28550 end{SCfigure}}}
28551 \end_layout
28552
28553 \begin_layout Standard
28554
28555 \series bold
28556
28557 \backslash
28558 newcommand{
28559 \backslash
28560 FigBesEnd}{%
28561 \begin_inset Newline newline
28562 \end_inset
28563
28564
28565 \begin_inset Phantom HPhantom
28566 status open
28567
28568 \begin_layout Plain Layout
28569 \begin_inset space ~
28570 \end_inset
28571
28572
28573 \end_layout
28574
28575 \end_inset
28576
28577
28578 \backslash
28579 let
28580 \backslash
28581 figure
28582 \backslash
28583 MyFigure
28584 \begin_inset Newline newline
28585 \end_inset
28586
28587
28588 \begin_inset Phantom HPhantom
28589 status open
28590
28591 \begin_layout Plain Layout
28592 \begin_inset space ~
28593 \end_inset
28594
28595
28596 \end_layout
28597
28598 \end_inset
28599
28600
28601 \backslash
28602 let
28603 \backslash
28604 endfigure
28605 \backslash
28606 MyEndfigure}
28607 \end_layout
28608
28609 \begin_layout Standard
28610 \noindent
28611 \begin_inset CommandInset line
28612 LatexCommand rule
28613 offset "0.5ex"
28614 width "100line%"
28615 height "1pt"
28616
28617 \end_inset
28618
28619
28620 \end_layout
28621
28622 \begin_layout Standard
28623 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
28624 ungen seitlich gedruckt werden.
28625  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
28626 \end_layout
28627
28628 \begin_layout Standard
28629
28630 \series bold
28631
28632 \backslash
28633 FigBesBeg
28634 \end_layout
28635
28636 \begin_layout Standard
28637 als \SpecialChar TeX
28638 -Code vor das Gleitobjekt und fügen Sie den Befehl
28639 \end_layout
28640
28641 \begin_layout Standard
28642
28643 \series bold
28644
28645 \backslash
28646 FigBesEnd
28647 \end_layout
28648
28649 \begin_layout Standard
28650 als \SpecialChar TeX
28651 -Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
28652  zurückkehren wollen.
28653 \end_layout
28654
28655 \begin_layout Standard
28656 Bei Gleitobjekt-Tabellen heißen die Befehle
28657 \end_layout
28658
28659 \begin_layout Standard
28660
28661 \series bold
28662
28663 \backslash
28664 TabBesBeg
28665 \series default
28666  und 
28667 \series bold
28668
28669 \backslash
28670 TabBesEnd
28671 \series default
28672 .
28673 \end_layout
28674
28675 \begin_layout Standard
28676 Abbildung
28677 \begin_inset space ~
28678 \end_inset
28679
28680
28681 \begin_inset CommandInset ref
28682 LatexCommand ref
28683 reference "abb:Beschriftung-neben"
28684
28685 \end_inset
28686
28687  und Tabelle
28688 \begin_inset space ~
28689 \end_inset
28690
28691
28692 \begin_inset CommandInset ref
28693 LatexCommand ref
28694 reference "tab:Beschriftung-neben"
28695
28696 \end_inset
28697
28698  sind Beispiele für seitliche Beschriftungen.
28699 \end_layout
28700
28701 \begin_layout Standard
28702 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
28703  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
28704  der Abbildung.
28705  Das kann man mit dem Befehl
28706 \end_layout
28707
28708 \begin_layout Standard
28709
28710 \series bold
28711
28712 \backslash
28713 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
28714 \end_layout
28715
28716 \begin_layout Standard
28717 im \SpecialChar LaTeX
28718 -Vorspann oder als \SpecialChar TeX
28719 -Code vor dem Gleitobjekt ändern.
28720  Der Gleitobjekt-Typ ist entweder 
28721 \family sans
28722 figure
28723 \family default
28724  oder 
28725 \family sans
28726 table
28727 \family default
28728 , die
28729 \family sans
28730  
28731 \family default
28732 Platzierung ist 
28733 \family typewriter
28734 t
28735 \family default
28736  für oben, 
28737 \family typewriter
28738 c
28739 \family default
28740  für zentriert oder 
28741 \family typewriter
28742 b
28743 \family default
28744  für unten.
28745  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
28746  lautet der Befehl
28747 \end_layout
28748
28749 \begin_layout Standard
28750
28751 \series bold
28752
28753 \backslash
28754 sidecaptionvpos{figure}{c}
28755 \end_layout
28756
28757 \begin_layout Standard
28758 Das wurde in Abbildung
28759 \begin_inset space ~
28760 \end_inset
28761
28762
28763 \begin_inset CommandInset ref
28764 LatexCommand ref
28765 reference "abb:cap-beside-fig-2"
28766
28767 \end_inset
28768
28769  benutzt.
28770 \end_layout
28771
28772 \begin_layout Standard
28773 \begin_inset VSpace medskip
28774 \end_inset
28775
28776
28777 \end_layout
28778
28779 \begin_layout Standard
28780 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
28781  Für schmale Bilder/Tabellen, wie in Tabelle
28782 \begin_inset space ~
28783 \end_inset
28784
28785
28786 \begin_inset CommandInset ref
28787 LatexCommand ref
28788 reference "tab:Beschriftung-neben"
28789
28790 \end_inset
28791
28792 , führt dies zu zu schmalen Beschriftungen.
28793  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
28794  Breite des Bildes/der Tabelle multipliziert wird.
28795  Das Ergebnis ist die Beschriftungsbreite.
28796  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
28797  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
28798  Der 
28799 \emph on
28800 Faktor
28801 \emph default
28802  kann entweder als optionales Argument für 
28803 \series bold
28804
28805 \backslash
28806 FigBesBeg
28807 \series default
28808  angegeben werden:
28809 \end_layout
28810
28811 \begin_layout Standard
28812
28813 \series bold
28814
28815 \backslash
28816 FigBesBeg[Faktor]
28817 \end_layout
28818
28819 \begin_layout Standard
28820 oder indem man in der Definition von 
28821 \series bold
28822
28823 \backslash
28824 FigBesBeg
28825 \series default
28826  die 
28827 \series bold
28828 1.0
28829 \series default
28830  mit einem anderen Wert ersetzt.
28831  Bei letzterem ist der angegebene Faktor der Standard wenn 
28832 \series bold
28833
28834 \backslash
28835 FigBesBeg
28836 \series default
28837  ohne Argument verwendet wird.
28838  Für Tabelle
28839 \begin_inset space ~
28840 \end_inset
28841
28842
28843 \begin_inset CommandInset ref
28844 LatexCommand ref
28845 reference "tab:Beschriftung-neben-breiter"
28846
28847 \end_inset
28848
28849  wurde der Faktor 5 verwendet.
28850 \end_layout
28851
28852 \begin_layout Standard
28853 \begin_inset Note Greyedout
28854 status open
28855
28856 \begin_layout Plain Layout
28857
28858 \series bold
28859 Achtung:
28860 \series default
28861  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
28862 erungsoption 
28863 \family sans
28864 Hier,
28865 \begin_inset space ~
28866 \end_inset
28867
28868 auf
28869 \begin_inset space ~
28870 \end_inset
28871
28872 jeden
28873 \begin_inset space ~
28874 \end_inset
28875
28876 Fall
28877 \family default
28878  nicht verwendet werden werden, da diese von 
28879 \series bold
28880 sidecap
28881 \series default
28882  nicht unterstützt wird.
28883 \end_layout
28884
28885 \end_inset
28886
28887
28888 \end_layout
28889
28890 \begin_layout Standard
28891 \begin_inset VSpace medskip
28892 \end_inset
28893
28894 Weitere Informationen über das Paket
28895 \series bold
28896  sidecap
28897 \series default
28898  finden Sie in seiner Dokumentation 
28899 \begin_inset CommandInset citation
28900 LatexCommand cite
28901 key "sidecap"
28902
28903 \end_inset
28904
28905 .
28906 \end_layout
28907
28908 \begin_layout Standard
28909 \begin_inset Note Greyedout
28910 status open
28911
28912 \begin_layout Plain Layout
28913
28914 \series bold
28915 Bemerkung:
28916 \series default
28917  Das \SpecialChar LaTeX
28918 -Paket 
28919 \series bold
28920 hypcap
28921 \series default
28922 ,
28923 \begin_inset Index idx
28924 status collapsed
28925
28926 \begin_layout Plain Layout
28927 \SpecialChar LaTeX
28928 -Pakete ! hypcap
28929 \end_layout
28930
28931 \end_inset
28932
28933  das in Abschnitt
28934 \begin_inset space ~
28935 \end_inset
28936
28937
28938 \begin_inset CommandInset ref
28939 LatexCommand ref
28940 reference "uab:Querverweis-Position"
28941
28942 \end_inset
28943
28944  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
28945  Beschriftungen.
28946 \end_layout
28947
28948 \end_inset
28949
28950
28951 \end_layout
28952
28953 \begin_layout Standard
28954 \begin_inset ERT
28955 status collapsed
28956
28957 \begin_layout Plain Layout
28958
28959
28960 \backslash
28961 FigBesBeg 
28962 \end_layout
28963
28964 \end_inset
28965
28966
28967 \end_layout
28968
28969 \begin_layout Standard
28970 \begin_inset Float figure
28971 wide false
28972 sideways false
28973 status open
28974
28975 \begin_layout Plain Layout
28976 \begin_inset Graphics
28977         filename ../clipart/escher-lsd.eps
28978         scale 75
28979         scaleBeforeRotation
28980
28981 \end_inset
28982
28983
28984 \end_layout
28985
28986 \begin_layout Plain Layout
28987 \begin_inset Caption Standard
28988
28989 \begin_layout Plain Layout
28990 \begin_inset CommandInset label
28991 LatexCommand label
28992 name "abb:Beschriftung-neben"
28993
28994 \end_inset
28995
28996 Dies ist eine Beschriftung neben einer Abbildung.
28997 \end_layout
28998
28999 \end_inset
29000
29001
29002 \end_layout
29003
29004 \end_inset
29005
29006
29007 \end_layout
29008
29009 \begin_layout Standard
29010 \begin_inset ERT
29011 status collapsed
29012
29013 \begin_layout Plain Layout
29014
29015
29016 \backslash
29017 FigBesEnd
29018 \end_layout
29019
29020 \end_inset
29021
29022
29023 \end_layout
29024
29025 \begin_layout Standard
29026 \begin_inset ERT
29027 status collapsed
29028
29029 \begin_layout Plain Layout
29030
29031
29032 \backslash
29033 TabBesBeg 
29034 \end_layout
29035
29036 \end_inset
29037
29038
29039 \end_layout
29040
29041 \begin_layout Standard
29042 \begin_inset Float table
29043 wide false
29044 sideways false
29045 status open
29046
29047 \begin_layout Plain Layout
29048 \begin_inset Caption Standard
29049
29050 \begin_layout Plain Layout
29051 \begin_inset CommandInset label
29052 LatexCommand label
29053 name "tab:Beschriftung-neben"
29054
29055 \end_inset
29056
29057 Dies ist eine Beschriftung neben einer Tabelle.
29058 \end_layout
29059
29060 \end_inset
29061
29062
29063 \end_layout
29064
29065 \begin_layout Plain Layout
29066 \begin_inset Tabular
29067 <lyxtabular version="3" rows="4" columns="5">
29068 <features tabularvalignment="middle">
29069 <column alignment="center" valignment="top">
29070 <column alignment="center" valignment="top">
29071 <column alignment="center" valignment="top">
29072 <column alignment="center" valignment="top">
29073 <column alignment="center" valignment="top">
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 a
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
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 b
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
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 c
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
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 d
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
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 e
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
29163 \end_layout
29164
29165 \end_inset
29166 </cell>
29167 </row>
29168 <row>
29169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29170 \begin_inset Text
29171
29172 \begin_layout Plain Layout
29173 f
29174 \end_layout
29175
29176 \end_inset
29177 </cell>
29178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29179 \begin_inset Text
29180
29181 \begin_layout Plain Layout
29182
29183 \end_layout
29184
29185 \end_inset
29186 </cell>
29187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29188 \begin_inset Text
29189
29190 \begin_layout Plain Layout
29191 g
29192 \end_layout
29193
29194 \end_inset
29195 </cell>
29196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29197 \begin_inset Text
29198
29199 \begin_layout Plain Layout
29200
29201 \end_layout
29202
29203 \end_inset
29204 </cell>
29205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29206 \begin_inset Text
29207
29208 \begin_layout Plain Layout
29209 h
29210 \end_layout
29211
29212 \end_inset
29213 </cell>
29214 </row>
29215 <row>
29216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29217 \begin_inset Text
29218
29219 \begin_layout Plain Layout
29220
29221 \end_layout
29222
29223 \end_inset
29224 </cell>
29225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29226 \begin_inset Text
29227
29228 \begin_layout Plain Layout
29229 i
29230 \end_layout
29231
29232 \end_inset
29233 </cell>
29234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29235 \begin_inset Text
29236
29237 \begin_layout Plain Layout
29238
29239 \end_layout
29240
29241 \end_inset
29242 </cell>
29243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29244 \begin_inset Text
29245
29246 \begin_layout Plain Layout
29247 j
29248 \end_layout
29249
29250 \end_inset
29251 </cell>
29252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29253 \begin_inset Text
29254
29255 \begin_layout Plain Layout
29256
29257 \end_layout
29258
29259 \end_inset
29260 </cell>
29261 </row>
29262 </lyxtabular>
29263
29264 \end_inset
29265
29266
29267 \end_layout
29268
29269 \end_inset
29270
29271
29272 \end_layout
29273
29274 \begin_layout Standard
29275 \begin_inset ERT
29276 status collapsed
29277
29278 \begin_layout Plain Layout
29279
29280
29281 \backslash
29282 TabBesEnd
29283 \end_layout
29284
29285 \end_inset
29286
29287
29288 \end_layout
29289
29290 \begin_layout Standard
29291 \begin_inset ERT
29292 status collapsed
29293
29294 \begin_layout Plain Layout
29295
29296
29297 \backslash
29298 FigBesBeg 
29299 \end_layout
29300
29301 \end_inset
29302
29303
29304 \end_layout
29305
29306 \begin_layout Standard
29307 \begin_inset ERT
29308 status collapsed
29309
29310 \begin_layout Plain Layout
29311
29312
29313 \backslash
29314 sidecaptionvpos{figure}{c}
29315 \end_layout
29316
29317 \end_inset
29318
29319
29320 \begin_inset Float figure
29321 wide false
29322 sideways false
29323 status open
29324
29325 \begin_layout Plain Layout
29326 \begin_inset Graphics
29327         filename ../clipart/escher-lsd.eps
29328         scale 75
29329         scaleBeforeRotation
29330
29331 \end_inset
29332
29333
29334 \end_layout
29335
29336 \begin_layout Plain Layout
29337 \begin_inset Caption Standard
29338
29339 \begin_layout Plain Layout
29340 \begin_inset CommandInset label
29341 LatexCommand label
29342 name "abb:cap-beside-fig-2"
29343
29344 \end_inset
29345
29346 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
29347 \end_layout
29348
29349 \end_inset
29350
29351
29352 \end_layout
29353
29354 \end_inset
29355
29356
29357 \end_layout
29358
29359 \begin_layout Standard
29360 \begin_inset ERT
29361 status collapsed
29362
29363 \begin_layout Plain Layout
29364
29365
29366 \backslash
29367 FigBesEnd
29368 \end_layout
29369
29370 \end_inset
29371
29372
29373 \end_layout
29374
29375 \begin_layout Standard
29376 \begin_inset ERT
29377 status collapsed
29378
29379 \begin_layout Plain Layout
29380
29381
29382 \backslash
29383 TabBesBeg[5]
29384 \end_layout
29385
29386 \end_inset
29387
29388
29389 \end_layout
29390
29391 \begin_layout Standard
29392 \begin_inset Float table
29393 wide false
29394 sideways false
29395 status open
29396
29397 \begin_layout Plain Layout
29398 \begin_inset Caption Standard
29399
29400 \begin_layout Plain Layout
29401 \begin_inset CommandInset label
29402 LatexCommand label
29403 name "tab:Beschriftung-neben-breiter"
29404
29405 \end_inset
29406
29407 Diese Beschriftung ist breiter als die in Tabelle
29408 \begin_inset space ~
29409 \end_inset
29410
29411
29412 \begin_inset CommandInset ref
29413 LatexCommand ref
29414 reference "tab:Beschriftung-neben"
29415
29416 \end_inset
29417
29418 .
29419 \end_layout
29420
29421 \end_inset
29422
29423
29424 \end_layout
29425
29426 \begin_layout Plain Layout
29427 \begin_inset Tabular
29428 <lyxtabular version="3" rows="4" columns="5">
29429 <features tabularvalignment="middle">
29430 <column alignment="center" valignment="top">
29431 <column alignment="center" valignment="top">
29432 <column alignment="center" valignment="top">
29433 <column alignment="center" valignment="top">
29434 <column alignment="center" valignment="top">
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 a
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
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 b
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
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 c
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
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 d
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
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 e
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
29524 \end_layout
29525
29526 \end_inset
29527 </cell>
29528 </row>
29529 <row>
29530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29531 \begin_inset Text
29532
29533 \begin_layout Plain Layout
29534 f
29535 \end_layout
29536
29537 \end_inset
29538 </cell>
29539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29540 \begin_inset Text
29541
29542 \begin_layout Plain Layout
29543
29544 \end_layout
29545
29546 \end_inset
29547 </cell>
29548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29549 \begin_inset Text
29550
29551 \begin_layout Plain Layout
29552 g
29553 \end_layout
29554
29555 \end_inset
29556 </cell>
29557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29558 \begin_inset Text
29559
29560 \begin_layout Plain Layout
29561
29562 \end_layout
29563
29564 \end_inset
29565 </cell>
29566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29567 \begin_inset Text
29568
29569 \begin_layout Plain Layout
29570 h
29571 \end_layout
29572
29573 \end_inset
29574 </cell>
29575 </row>
29576 <row>
29577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29578 \begin_inset Text
29579
29580 \begin_layout Plain Layout
29581
29582 \end_layout
29583
29584 \end_inset
29585 </cell>
29586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29587 \begin_inset Text
29588
29589 \begin_layout Plain Layout
29590 i
29591 \end_layout
29592
29593 \end_inset
29594 </cell>
29595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29596 \begin_inset Text
29597
29598 \begin_layout Plain Layout
29599
29600 \end_layout
29601
29602 \end_inset
29603 </cell>
29604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29605 \begin_inset Text
29606
29607 \begin_layout Plain Layout
29608 j
29609 \end_layout
29610
29611 \end_inset
29612 </cell>
29613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29614 \begin_inset Text
29615
29616 \begin_layout Plain Layout
29617
29618 \end_layout
29619
29620 \end_inset
29621 </cell>
29622 </row>
29623 </lyxtabular>
29624
29625 \end_inset
29626
29627
29628 \end_layout
29629
29630 \end_inset
29631
29632
29633 \end_layout
29634
29635 \begin_layout Standard
29636 \begin_inset ERT
29637 status collapsed
29638
29639 \begin_layout Plain Layout
29640
29641
29642 \backslash
29643 TabBesEnd
29644 \end_layout
29645
29646 \end_inset
29647
29648
29649 \end_layout
29650
29651 \begin_layout Standard
29652 \begin_inset ERT
29653 status collapsed
29654
29655 \begin_layout Plain Layout
29656
29657
29658 \backslash
29659 else
29660 \end_layout
29661
29662 \end_inset
29663
29664
29665 \begin_inset Note Note
29666 status open
29667
29668 \begin_layout Plain Layout
29669 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
29670 -Paket 
29671 \series bold
29672 sidecap
29673 \series default
29674  nicht installiert ist:
29675 \end_layout
29676
29677 \end_inset
29678
29679
29680 \end_layout
29681
29682 \begin_layout Standard
29683 Das \SpecialChar LaTeX
29684 -Paket 
29685 \series bold
29686 sidecap
29687 \series default
29688  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
29689 \end_layout
29690
29691 \begin_layout Standard
29692 \begin_inset ERT
29693 status collapsed
29694
29695 \begin_layout Plain Layout
29696
29697
29698 \backslash
29699 fi
29700 \end_layout
29701
29702 \end_inset
29703
29704
29705 \end_layout
29706
29707 \begin_layout Section
29708 Gleitobjekt-Verzeichnisse
29709 \begin_inset Index idx
29710 status collapsed
29711
29712 \begin_layout Plain Layout
29713 Gleitobjekte ! Verzeichnisse
29714 \end_layout
29715
29716 \end_inset
29717
29718
29719 \end_layout
29720
29721 \begin_layout Standard
29722 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
29723  Sie können mit den Untermenüs von 
29724 \family sans
29725 Einfügen\SpecialChar menuseparator
29726 Liste
29727 \begin_inset space ~
29728 \end_inset
29729
29730 /
29731 \begin_inset space ~
29732 \end_inset
29733
29734 Inhaltsverzeichnis
29735 \family default
29736  eingefügt werden.
29737 \end_layout
29738
29739 \begin_layout Standard
29740 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
29741  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
29742 \end_layout
29743
29744 \begin_layout Standard
29745 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
29746  und ein Tabellen-Verzeichnis.
29747 \end_layout
29748
29749 \begin_layout Chapter
29750 Notizen
29751 \end_layout
29752
29753 \begin_layout Section
29754 \SpecialChar LyX
29755 -Notizen
29756 \begin_inset Index idx
29757 status collapsed
29758
29759 \begin_layout Plain Layout
29760 Notizen ! \SpecialChar LyX
29761 -Notizen
29762 \end_layout
29763
29764 \end_inset
29765
29766
29767 \end_layout
29768
29769 \begin_layout Standard
29770 Notizen werden mit einem Klick auf 
29771 \begin_inset Info
29772 type  "icon"
29773 arg   "note-insert"
29774 \end_inset
29775
29776  oder 
29777 \family sans
29778 Einfügen\SpecialChar menuseparator
29779 Notiz
29780 \family default
29781  eingefügt.
29782  Es gibt drei Arten:
29783 \end_layout
29784
29785 \begin_layout Description
29786 \SpecialChar LyX
29787 -Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
29788  Eine 
29789 \family sans
29790 \SpecialChar LyX
29791 -Notiz
29792 \family default
29793  sieht so aus:
29794 \begin_inset Newline newline
29795 \end_inset
29796
29797
29798 \begin_inset Newline newline
29799 \end_inset
29800
29801
29802 \begin_inset Graphics
29803         filename clipart/LyXNotiz.png
29804         display false
29805         scale 80
29806         scaleBeforeRotation
29807
29808 \end_inset
29809
29810  
29811 \begin_inset Note Note
29812 status open
29813
29814 \begin_layout Plain Layout
29815 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
29816 \end_layout
29817
29818 \end_inset
29819
29820
29821 \end_layout
29822
29823 \begin_layout Description
29824 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
29825  \SpecialChar LaTeX
29826 -Kommentar, wenn Sie das Dokument nach \SpecialChar LaTeX
29827  exportieren (
29828 \family sans
29829 Datei\SpecialChar menuseparator
29830 Ex\SpecialChar softhyphen
29831 por\SpecialChar softhyphen
29832 tie\SpecialChar softhyphen
29833 ren\SpecialChar menuseparator
29834 LaTeX
29835 \begin_inset space ~
29836 \end_inset
29837
29838 (pdflatex) / (normal)
29839 \family default
29840 .
29841  Ein Kommentar sieht so aus:
29842 \begin_inset Newline newline
29843 \end_inset
29844
29845
29846 \begin_inset Newline newline
29847 \end_inset
29848
29849
29850 \begin_inset Graphics
29851         filename clipart/Kommentar.png
29852         display false
29853         scale 80
29854         scaleBeforeRotation
29855
29856 \end_inset
29857
29858  
29859 \begin_inset Note Comment
29860 status open
29861
29862 \begin_layout Plain Layout
29863 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
29864 \end_layout
29865
29866 \end_inset
29867
29868
29869 \end_layout
29870
29871 \begin_layout Description
29872 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
29873 \begin_inset Newline newline
29874 \end_inset
29875
29876
29877 \begin_inset Newline newline
29878 \end_inset
29879
29880
29881 \begin_inset Graphics
29882         filename clipart/GrauschriftNotiz.png
29883         display false
29884         scale 80
29885         scaleBeforeRotation
29886
29887 \end_inset
29888
29889
29890 \begin_inset Newline newline
29891 \end_inset
29892
29893
29894 \begin_inset ERT
29895 status collapsed
29896
29897 \begin_layout Plain Layout
29898
29899
29900 \backslash
29901 renewenvironment{lyxgreyedout}
29902 \end_layout
29903
29904 \begin_layout Plain Layout
29905
29906 {
29907 \backslash
29908 textcolor[gray]{0.4}
29909 \backslash
29910 bgroup}{
29911 \backslash
29912 egroup}
29913 \end_layout
29914
29915 \end_inset
29916
29917
29918 \begin_inset Note Greyedout
29919 status open
29920
29921 \begin_layout Plain Layout
29922 Dies ist Text in einem Kommentar-Kästchen, der nur als Kommentar in der
29923  \SpecialChar LaTeX
29924 -Datei erscheint.
29925 \end_layout
29926
29927 \end_inset
29928
29929
29930 \begin_inset ERT
29931 status collapsed
29932
29933 \begin_layout Plain Layout
29934
29935
29936 \backslash
29937 renewenvironment{lyxgreyedout}
29938 \end_layout
29939
29940 \begin_layout Plain Layout
29941
29942 {
29943 \backslash
29944 textcolor{blue}
29945 \backslash
29946 bgroup}{
29947 \backslash
29948 egroup}
29949 \end_layout
29950
29951 \end_inset
29952
29953
29954 \begin_inset Note Note
29955 status collapsed
29956
29957 \begin_layout Plain Layout
29958 Die Grauschrift-Notiz wurde auf die ursprüngliche \SpecialChar LyX
29959 -Definition zurückgesetzt,
29960  weil Grauschriften im \SpecialChar LaTeX
29961 -Vorspann dieses Dokuments blau definiert wurden.
29962  
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \begin_inset Newline newline
29969 \end_inset
29970
29971
29972 \begin_inset Newline newline
29973 \end_inset
29974
29975 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
29976  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
29977 \end_layout
29978
29979 \begin_layout Standard
29980 \begin_inset VSpace bigskip
29981 \end_inset
29982
29983 Wenn Sie auf den Werkzeugleistenknopf 
29984 \family sans
29985
29986 \begin_inset Info
29987 type  "icon"
29988 arg   "note-insert"
29989 \end_inset
29990
29991
29992 \family default
29993  klicken, wird zunächst eine 
29994 \family sans
29995 \SpecialChar LyX
29996 -Notiz
29997 \family default
29998  eingefügt.
29999  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
30000  Notiz-Typen auswählen.
30001  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
30002  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
30003  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
30004  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
30005  am Ende der Notiz ist.
30006 \end_layout
30007
30008 \begin_layout Standard
30009 \begin_inset VSpace bigskip
30010 \end_inset
30011
30012 Die Textfarbe von Grauschrift-Boxen kann im Menü 
30013 \family sans
30014 Dokument\SpecialChar menuseparator
30015 Einstellungen\SpecialChar menuseparator
30016 Farben
30017 \family default
30018  geändert werden.
30019 \end_layout
30020
30021 \begin_layout Section
30022 Fußnoten
30023 \begin_inset CommandInset label
30024 LatexCommand label
30025 name "abs:Fußnoten"
30026
30027 \end_inset
30028
30029
30030 \begin_inset Index idx
30031 status collapsed
30032
30033 \begin_layout Plain Layout
30034 Notizen ! Fußnoten
30035 \end_layout
30036
30037 \end_inset
30038
30039
30040 \begin_inset Index idx
30041 status collapsed
30042
30043 \begin_layout Plain Layout
30044 Fußnoten
30045 \end_layout
30046
30047 \end_inset
30048
30049
30050 \end_layout
30051
30052 \begin_layout Standard
30053 Fußnoten werden über den Werkzeugleistenknopf 
30054 \begin_inset Info
30055 type  "icon"
30056 arg   "footnote-insert"
30057 \end_inset
30058
30059  oder das Menü 
30060 \family sans
30061 Einfügen\SpecialChar menuseparator
30062 Fußnote
30063 \family default
30064  eingefügt.
30065  Man sieht dann diese Fußnotenbox: 
30066 \begin_inset Graphics
30067         filename clipart/Fussnote.png
30068         scale 80
30069         scaleBeforeRotation
30070
30071 \end_inset
30072
30073  in die der Fußnotentext eingegeben wird.
30074  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
30075  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
30076  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
30077 \family sans
30078 Backspace
30079 \family default
30080  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
30081 \family sans
30082 Entf
30083 \family default
30084  wenn der Cursor am Ende der Fußnote ist.
30085 \end_layout
30086
30087 \begin_layout Standard
30088 Hier ist eine Beispielfußnote:
30089 \color black
30090
30091 \begin_inset Foot
30092 status open
30093
30094 \begin_layout Plain Layout
30095 \begin_inset CommandInset label
30096 LatexCommand label
30097 name "fuss:Fußnoten-Beispiel"
30098
30099 \end_inset
30100
30101 Dies ist eine Fußnote.
30102 \end_layout
30103
30104 \end_inset
30105
30106
30107 \color inherit
30108
30109 \begin_inset ERT
30110 status collapsed
30111
30112 \begin_layout Plain Layout
30113
30114
30115 \backslash
30116 newcounter{MyRepeatFoot}
30117 \end_layout
30118
30119 \begin_layout Plain Layout
30120
30121
30122 \backslash
30123 setcounter{MyRepeatFoot}{
30124 \backslash
30125 thefootnote}
30126 \end_layout
30127
30128 \end_inset
30129
30130
30131 \end_layout
30132
30133 \begin_layout Standard
30134 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
30135  wurde, eine hochgestellte Zahl.
30136  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
30137  hochgestellt dem Text vorangeht.
30138  Die Fußnotennummern werden von \SpecialChar LaTeX
30139  berechnet und sind fortlaufend.
30140  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
30141  werden.
30142 \end_layout
30143
30144 \begin_layout Standard
30145 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
30146  der Fußnote eine Marke eingefügt wurde.
30147  Dies ist ein Querverweis auf Fußnote
30148 \begin_inset space ~
30149 \end_inset
30150
30151
30152 \begin_inset CommandInset ref
30153 LatexCommand ref
30154 reference "fuss:Fußnoten-Beispiel"
30155
30156 \end_inset
30157
30158 .
30159 \end_layout
30160
30161 \begin_layout Standard
30162 \begin_inset VSpace defskip
30163 \end_inset
30164
30165 Fußnoten in Titel-Umgebungen werden üblicherweise mit Symbolen nummeriert
30166  und sie können nur einen Absatz enthalten.
30167  Siehe als Beispiel die Fußnote der Titelseite dieses Dokuments.
30168 \end_layout
30169
30170 \begin_layout Standard
30171 \begin_inset VSpace defskip
30172 \end_inset
30173
30174 Fußnoten in Tabellen werden von \SpecialChar LaTeX
30175  aus technischen Gründen nicht gedruckt.
30176  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
30177  wird der Befehl 
30178 \series bold
30179
30180 \backslash
30181 footnotemark{}
30182 \series default
30183  als \SpecialChar TeX
30184 -Code eingefügt.
30185  Der Text der Fußnote wird als Argument des \SpecialChar TeX
30186 -Code-Befehls 
30187 \series bold
30188
30189 \backslash
30190 footnotetext
30191 \series default
30192  nach der Tabelle eingegeben.
30193 \begin_inset Newline newline
30194 \end_inset
30195
30196 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
30197 \end_layout
30198
30199 \begin_layout Standard
30200
30201 \series bold
30202
30203 \backslash
30204 footnotetext{
30205 \series default
30206 Gedruckte Tabellenfußnote.
30207 \series bold
30208 }
30209 \end_layout
30210
30211 \begin_layout Standard
30212 \begin_inset Tabular
30213 <lyxtabular version="3" rows="2" columns="1">
30214 <features tabularvalignment="middle">
30215 <column alignment="center" valignment="top">
30216 <row>
30217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30218 \begin_inset Text
30219
30220 \begin_layout Plain Layout
30221 Dies ist ein Beispieltext.
30222 \begin_inset Foot
30223 status open
30224
30225 \begin_layout Plain Layout
30226 Diese Fußnote wird nicht gedruckt!
30227 \end_layout
30228
30229 \end_inset
30230
30231
30232 \end_layout
30233
30234 \end_inset
30235 </cell>
30236 </row>
30237 <row>
30238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30239 \begin_inset Text
30240
30241 \begin_layout Plain Layout
30242 Dies ist ein Beispieltext.
30243 \begin_inset ERT
30244 status collapsed
30245
30246 \begin_layout Plain Layout
30247
30248
30249 \backslash
30250 footnotemark{}
30251 \end_layout
30252
30253 \end_inset
30254
30255
30256 \end_layout
30257
30258 \end_inset
30259 </cell>
30260 </row>
30261 </lyxtabular>
30262
30263 \end_inset
30264
30265
30266 \begin_inset ERT
30267 status collapsed
30268
30269 \begin_layout Plain Layout
30270
30271
30272 \backslash
30273 footnotetext{
30274 \end_layout
30275
30276 \end_inset
30277
30278 Gedruckte Tabellenfußnote.
30279 \begin_inset ERT
30280 status collapsed
30281
30282 \begin_layout Plain Layout
30283
30284 }
30285 \end_layout
30286
30287 \end_inset
30288
30289
30290 \end_layout
30291
30292 \begin_layout Standard
30293 Fußnoten in langen Tabellen sind in Abschnitt
30294 \begin_inset space ~
30295 \end_inset
30296
30297
30298 \begin_inset CommandInset ref
30299 LatexCommand ref
30300 reference "uab:Fußnoten-in-langen"
30301
30302 \end_inset
30303
30304  beschrieben.
30305 \end_layout
30306
30307 \begin_layout Standard
30308 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
30309  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
30310  innerhalb einer Seite ist.
30311  (Mehr über Minipages ist in Abschnitt
30312 \begin_inset space ~
30313 \end_inset
30314
30315
30316 \begin_inset CommandInset ref
30317 LatexCommand ref
30318 reference "abs:Minipage"
30319
30320 \end_inset
30321
30322  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
30323  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
30324  Methode mit 
30325 \series bold
30326
30327 \backslash
30328 footnotemark{}
30329 \series default
30330  und 
30331 \series bold
30332
30333 \backslash
30334 footnotetext
30335 \series default
30336 .
30337 \end_layout
30338
30339 \begin_layout Standard
30340 \begin_inset Box Frameless
30341 position "t"
30342 hor_pos "c"
30343 has_inner_box 1
30344 inner_pos "t"
30345 use_parbox 0
30346 use_makebox 0
30347 width "100col%"
30348 special "none"
30349 height "1in"
30350 height_special "totalheight"
30351 thickness "0.4pt"
30352 separation "3pt"
30353 shadowsize "4pt"
30354 framecolor "black"
30355 backgroundcolor "none"
30356 status open
30357
30358 \begin_layout Plain Layout
30359 Dies ist ein Beispieltext.in einer Minipage.
30360 \begin_inset Foot
30361 status open
30362
30363 \begin_layout Plain Layout
30364 Fußnote in einer Minipage.
30365 \end_layout
30366
30367 \end_inset
30368
30369
30370 \end_layout
30371
30372 \begin_layout Plain Layout
30373 Dies ist ein Beispieltext.
30374  in einer Minipage.
30375 \begin_inset ERT
30376 status collapsed
30377
30378 \begin_layout Plain Layout
30379
30380
30381 \backslash
30382 footnotemark{}
30383 \end_layout
30384
30385 \end_inset
30386
30387
30388 \end_layout
30389
30390 \end_inset
30391
30392
30393 \end_layout
30394
30395 \begin_layout Standard
30396 \begin_inset ERT
30397 status collapsed
30398
30399 \begin_layout Plain Layout
30400
30401
30402 \backslash
30403 footnotetext{
30404 \end_layout
30405
30406 \end_inset
30407
30408 Fußnote außerhalb der Minipage.
30409 \begin_inset ERT
30410 status collapsed
30411
30412 \begin_layout Plain Layout
30413
30414 }
30415 \end_layout
30416
30417 \end_inset
30418
30419
30420 \end_layout
30421
30422 \begin_layout Standard
30423 \begin_inset VSpace defskip
30424 \end_inset
30425
30426
30427 \end_layout
30428
30429 \begin_layout Standard
30430 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
30431  Fußnotentext zu drucken, verwenden Sie den \SpecialChar TeX
30432 -Code-Befehl 
30433 \series bold
30434
30435 \backslash
30436 footnotemark[Nummer]
30437 \series default
30438 .
30439 \begin_inset Newline newline
30440 \end_inset
30441
30442 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
30443  sie speichern, nachdem Sie die Fußnote eingefügt haben.
30444  Hinter Fußnote
30445 \begin_inset space ~
30446 \end_inset
30447
30448
30449 \begin_inset CommandInset ref
30450 LatexCommand ref
30451 reference "fuss:Fußnoten-Beispiel"
30452
30453 \end_inset
30454
30455  wurde das mit folgenden \SpecialChar TeX
30456 -Code-Befehlen gemacht:
30457 \end_layout
30458
30459 \begin_layout Standard
30460
30461 \series bold
30462
30463 \backslash
30464 newcounter{MyRepeatFoot}
30465 \begin_inset Newline newline
30466 \end_inset
30467
30468
30469 \backslash
30470 setcounter{MyRepeatFoot}{
30471 \backslash
30472 thefootnote}
30473 \end_layout
30474
30475 \begin_layout Standard
30476 Die Fußnotenmarke wurde dann mit diesem \SpecialChar TeX
30477 -Code-Befehl definiert;
30478 \end_layout
30479
30480 \begin_layout Standard
30481
30482 \series bold
30483
30484 \backslash
30485 footnotemark[
30486 \backslash
30487 theMyRepeatFoot]
30488 \end_layout
30489
30490 \begin_layout Standard
30491 Hier ist eine wiederholte Fußnote:
30492 \begin_inset ERT
30493 status collapsed
30494
30495 \begin_layout Plain Layout
30496
30497
30498 \backslash
30499 footnotemark[
30500 \backslash
30501 theMyRepeatFoot]
30502 \end_layout
30503
30504 \end_inset
30505
30506
30507 \end_layout
30508
30509 \begin_layout Standard
30510 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
30511  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
30512 \end_layout
30513
30514 \begin_layout Standard
30515
30516 \series bold
30517
30518 \backslash
30519 footnotemark[
30520 \backslash
30521 thefootnote]
30522 \end_layout
30523
30524 \begin_layout Standard
30525 Hier ist eine weitere wiederholte Fußnote:
30526 \begin_inset ERT
30527 status collapsed
30528
30529 \begin_layout Plain Layout
30530
30531
30532 \backslash
30533 footnotemark[
30534 \backslash
30535 thefootnote]
30536 \end_layout
30537
30538 \end_inset
30539
30540
30541 \end_layout
30542
30543 \begin_layout Subsection
30544 Fußnoten-Nummerierung
30545 \begin_inset CommandInset label
30546 LatexCommand label
30547 name "uab:Fußnoten-Nummerierung"
30548
30549 \end_inset
30550
30551
30552 \begin_inset Index idx
30553 status collapsed
30554
30555 \begin_layout Plain Layout
30556 Fußnoten ! Nummerierung
30557 \end_layout
30558
30559 \end_inset
30560
30561
30562 \end_layout
30563
30564 \begin_layout Standard
30565 Um Fußnoten nach jedem Abschnitt
30566 \family roman
30567  auf 1 zurückzusetzen, 
30568 \family default
30569 müssen Sie folgenden Befehl in den \SpecialChar LaTeX
30570 -Vorspann schreiben:
30571 \end_layout
30572
30573 \begin_layout Standard
30574
30575 \series bold
30576
30577 \backslash
30578 @addtoreset{footnote}{section}
30579 \end_layout
30580
30581 \begin_layout Standard
30582 \begin_inset VSpace bigskip
30583 \end_inset
30584
30585 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
30586  Zahlen:
30587 \end_layout
30588
30589 \begin_layout Standard
30590
30591 \series bold
30592
30593 \backslash
30594 renewcommand{
30595 \backslash
30596 thefootnote}{
30597 \backslash
30598 roman{footnote}}
30599 \end_layout
30600
30601 \begin_layout Standard
30602 \begin_inset ERT
30603 status collapsed
30604
30605 \begin_layout Plain Layout
30606
30607
30608 \backslash
30609 renewcommand{
30610 \backslash
30611 thefootnote}{
30612 \backslash
30613 roman{footnote}}
30614 \end_layout
30615
30616 \end_inset
30617
30618  Hier ist ein Beispiel für solch eine Fußnote:
30619 \begin_inset Foot
30620 status open
30621
30622 \begin_layout Plain Layout
30623 Dies ist eine Fußnote mit kleinen römischen Zahlen
30624 \end_layout
30625
30626 \end_inset
30627
30628
30629 \end_layout
30630
30631 \begin_layout Standard
30632 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
30633  in obigem Befehl 
30634 \series bold
30635
30636 \backslash
30637 roman
30638 \series default
30639  durch 
30640 \series bold
30641
30642 \backslash
30643 Roman
30644 \series default
30645 .
30646  Um Fußnoten mit großen oder kleinen Buchstaben zu 
30647 \begin_inset Quotes gld
30648 \end_inset
30649
30650 nummerieren
30651 \begin_inset Quotes grd
30652 \end_inset
30653
30654 , verwenden Sie die Befehle 
30655 \series bold
30656
30657 \backslash
30658 Alph
30659 \series default
30660  oder 
30661 \series bold
30662
30663 \backslash
30664 alph
30665 \series default
30666 .
30667  Für die 
30668 \begin_inset Quotes gld
30669 \end_inset
30670
30671 Nummerierung
30672 \begin_inset Quotes grd
30673 \end_inset
30674
30675  mit Symbolen steht der Befehl 
30676 \series bold
30677
30678 \backslash
30679 fnsymbol
30680 \series default
30681  zur Verfügung.
30682 \end_layout
30683
30684 \begin_layout Standard
30685 \begin_inset Note Greyedout
30686 status open
30687
30688 \begin_layout Plain Layout
30689
30690 \series bold
30691 Bemerkung 1:
30692 \series default
30693  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
30694  
30695 \emph on
30696 ein
30697 \emph default
30698  Buchstabe verwendet wird.
30699 \end_layout
30700
30701 \end_inset
30702
30703
30704 \begin_inset Newline newline
30705 \end_inset
30706
30707
30708 \begin_inset Note Greyedout
30709 status open
30710
30711 \begin_layout Plain Layout
30712
30713 \series bold
30714 Bemerkung 2:
30715 \series default
30716  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
30717 \end_layout
30718
30719 \end_inset
30720
30721
30722 \end_layout
30723
30724 \begin_layout Standard
30725 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
30726 \series bold
30727
30728 \backslash
30729 arabic
30730 \series default
30731  anstelle von 
30732 \series bold
30733
30734 \backslash
30735 roman
30736 \series default
30737  in obigem Befehl.
30738 \begin_inset ERT
30739 status collapsed
30740
30741 \begin_layout Plain Layout
30742
30743
30744 \backslash
30745 renewcommand{
30746 \backslash
30747 thefootnote}{
30748 \backslash
30749 arabic{footnote}}
30750 \end_layout
30751
30752 \end_inset
30753
30754
30755 \end_layout
30756
30757 \begin_layout Standard
30758 \begin_inset VSpace bigskip
30759 \end_inset
30760
30761
30762 \end_layout
30763
30764 \begin_layout Standard
30765 Wenn Sie wollen, dass Fußnoten nach dem Schema 
30766 \begin_inset Quotes gld
30767 \end_inset
30768
30769 Kapitel.Fußnote
30770 \begin_inset Quotes grd
30771 \end_inset
30772
30773  nummeriert werden, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
30774 -Vorspann schreiben:
30775 \end_layout
30776
30777 \begin_layout Standard
30778
30779 \series bold
30780
30781 \backslash
30782 numberwithin{footnote}{chapter}
30783 \end_layout
30784
30785 \begin_layout Standard
30786 Um 
30787 \series bold
30788
30789 \backslash
30790 numberwithin
30791 \series default
30792  benutzen zu können, muss in den 
30793 \family sans
30794 Mathe
30795 \begin_inset space ~
30796 \end_inset
30797
30798 Optionen
30799 \family default
30800  der 
30801 \family sans
30802 Dokument-Einstellungen
30803 \family default
30804  
30805 \family sans
30806 AMS
30807 \begin_inset space ~
30808 \end_inset
30809
30810 Mathe
30811 \begin_inset space ~
30812 \end_inset
30813
30814 Paket
30815 \family default
30816
30817 \begin_inset space ~
30818 \end_inset
30819
30820
30821 \family sans
30822 verwenden
30823 \family default
30824  angekreuzt sein.
30825 \begin_inset ERT
30826 status collapsed
30827
30828 \begin_layout Plain Layout
30829
30830
30831 \backslash
30832 numberwithin{footnote}{chapter}
30833 \end_layout
30834
30835 \end_inset
30836
30837  Hier ist ein Beispiel für solch eine Fußnote.
30838 \series bold
30839
30840 \begin_inset Foot
30841 status open
30842
30843 \begin_layout Plain Layout
30844 Dies ist eine Fußnote nach dem Schema 
30845 \begin_inset Quotes gld
30846 \end_inset
30847
30848 Kapitel.Fußnote
30849 \begin_inset Quotes grd
30850 \end_inset
30851
30852 .
30853 \end_layout
30854
30855 \end_inset
30856
30857
30858 \series default
30859
30860 \begin_inset ERT
30861 status collapsed
30862
30863 \begin_layout Plain Layout
30864
30865
30866 \backslash
30867 renewcommand{
30868 \backslash
30869 thefootnote}{
30870 \backslash
30871 arabic{footnote}}
30872 \end_layout
30873
30874 \end_inset
30875
30876
30877 \end_layout
30878
30879 \begin_layout Standard
30880 \begin_inset Note Greyedout
30881 status open
30882
30883 \begin_layout Plain Layout
30884
30885 \series bold
30886 Bemerkung:
30887 \series default
30888  
30889 \series bold
30890
30891 \backslash
30892 numberwithin
30893 \series default
30894  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
30895  werden überschrieben.
30896 \end_layout
30897
30898 \end_inset
30899
30900
30901 \end_layout
30902
30903 \begin_layout Standard
30904 Um also z.
30905 \begin_inset space \thinspace{}
30906 \end_inset
30907
30908 B.
30909  das Schema 
30910 \begin_inset Quotes gld
30911 \end_inset
30912
30913 Kapitel.
30914 \backslash
30915 Roman{footnote}
30916 \begin_inset Quotes grd
30917 \end_inset
30918
30919  zu erhalten, muss dieser Befehl anstelle von 
30920 \series bold
30921
30922 \backslash
30923 numberwithin
30924 \series default
30925  verwendet werden:
30926 \end_layout
30927
30928 \begin_layout Standard
30929
30930 \series bold
30931
30932 \backslash
30933 renewcommand{
30934 \backslash
30935 thefootnote}{
30936 \backslash
30937 thechapter.
30938 \backslash
30939 Roman{footnote}}
30940 \end_layout
30941
30942 \begin_layout Subsection
30943 Fußnoten-Platzierung
30944 \begin_inset Index idx
30945 status collapsed
30946
30947 \begin_layout Plain Layout
30948 Fußnoten ! Platzierung
30949 \end_layout
30950
30951 \end_inset
30952
30953
30954 \end_layout
30955
30956 \begin_layout Standard
30957 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
30958  ohne Zwischenraum am Ende der Seite gedruckt.
30959  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
30960  \SpecialChar LaTeX
30961 -Vorspann 1.5
30962 \begin_inset space \thinspace{}
30963 \end_inset
30964
30965 mm Zwischenraum einfügen:
30966 \end_layout
30967
30968 \begin_layout Standard
30969
30970 \series bold
30971
30972 \backslash
30973 let
30974 \backslash
30975 myFoot
30976 \backslash
30977 footnote
30978 \begin_inset Newline newline
30979 \end_inset
30980
30981
30982 \backslash
30983 renewcommand{
30984 \backslash
30985 footnote}[1]{
30986 \backslash
30987 myFoot{#1
30988 \backslash
30989 vspace{1.5mm}}}
30990 \end_layout
30991
30992 \begin_layout Standard
30993 \begin_inset VSpace bigskip
30994 \end_inset
30995
30996 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
30997  Spalte gedruckt, Abbildung
30998 \begin_inset space ~
30999 \end_inset
31000
31001
31002 \begin_inset CommandInset ref
31003 LatexCommand ref
31004 reference "abb:Standard-Fußnoten-Platzierung-in"
31005
31006 \end_inset
31007
31008 .
31009  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
31010  in Abbildung
31011 \begin_inset space ~
31012 \end_inset
31013
31014
31015 \begin_inset CommandInset ref
31016 LatexCommand ref
31017 reference "abb:Fußnoten-Platzierung-in-einem"
31018
31019 \end_inset
31020
31021 , müssen Sie das \SpecialChar LaTeX
31022 -Paket 
31023 \series bold
31024 ftnright
31025 \series default
31026
31027 \begin_inset Index idx
31028 status collapsed
31029
31030 \begin_layout Plain Layout
31031 \SpecialChar LaTeX
31032 -Pakete ! ftnright
31033 \end_layout
31034
31035 \end_inset
31036
31037  mit folgendem Befehl im \SpecialChar LaTeX
31038 -Vorspann einfügen:
31039 \end_layout
31040
31041 \begin_layout Standard
31042
31043 \series bold
31044
31045 \backslash
31046 usepackage{ftnright}
31047 \end_layout
31048
31049 \begin_layout Standard
31050 \begin_inset Float figure
31051 placement !h
31052 wide false
31053 sideways false
31054 status open
31055
31056 \begin_layout Plain Layout
31057 \begin_inset ERT
31058 status collapsed
31059
31060 \begin_layout Plain Layout
31061
31062
31063 \backslash
31064 framebox{
31065 \end_layout
31066
31067 \end_inset
31068
31069
31070 \begin_inset Graphics
31071         filename ../clipart/without_fntright.pdf
31072         width 100col%
31073         scaleBeforeRotation
31074
31075 \end_inset
31076
31077
31078 \begin_inset ERT
31079 status collapsed
31080
31081 \begin_layout Plain Layout
31082
31083 }
31084 \end_layout
31085
31086 \end_inset
31087
31088
31089 \end_layout
31090
31091 \begin_layout Plain Layout
31092 \begin_inset Caption Standard
31093
31094 \begin_layout Plain Layout
31095 \begin_inset CommandInset label
31096 LatexCommand label
31097 name "abb:Standard-Fußnoten-Platzierung-in"
31098
31099 \end_inset
31100
31101 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
31102 \begin_inset Argument 1
31103 status open
31104
31105 \begin_layout Plain Layout
31106 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
31107 \end_layout
31108
31109 \end_inset
31110
31111
31112 \end_layout
31113
31114 \end_inset
31115
31116
31117 \end_layout
31118
31119 \end_inset
31120
31121
31122 \end_layout
31123
31124 \begin_layout Standard
31125 \begin_inset Float figure
31126 placement !h
31127 wide false
31128 sideways false
31129 status open
31130
31131 \begin_layout Plain Layout
31132 \begin_inset ERT
31133 status collapsed
31134
31135 \begin_layout Plain Layout
31136
31137
31138 \backslash
31139 framebox{
31140 \end_layout
31141
31142 \end_inset
31143
31144
31145 \begin_inset Graphics
31146         filename ../clipart/with_fntright.pdf
31147         width 100col%
31148         scaleBeforeRotation
31149
31150 \end_inset
31151
31152
31153 \begin_inset ERT
31154 status collapsed
31155
31156 \begin_layout Plain Layout
31157
31158 }
31159 \end_layout
31160
31161 \end_inset
31162
31163
31164 \end_layout
31165
31166 \begin_layout Plain Layout
31167 \begin_inset Caption Standard
31168
31169 \begin_layout Plain Layout
31170 \begin_inset CommandInset label
31171 LatexCommand label
31172 name "abb:Fußnoten-Platzierung-in-einem"
31173
31174 \end_inset
31175
31176 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem \SpecialChar LaTeX
31177 -Paket 
31178 \series bold
31179 ftnright
31180 \series default
31181 .
31182 \begin_inset Argument 1
31183 status collapsed
31184
31185 \begin_layout Plain Layout
31186 Fußnoten-Platzierung mit 
31187 \family typewriter
31188 ftnright
31189 \end_layout
31190
31191 \end_inset
31192
31193
31194 \end_layout
31195
31196 \end_inset
31197
31198
31199 \end_layout
31200
31201 \end_inset
31202
31203
31204 \end_layout
31205
31206 \begin_layout Standard
31207 \begin_inset VSpace bigskip
31208 \end_inset
31209
31210 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
31211  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
31212 \begin_inset space ~
31213 \end_inset
31214
31215
31216 \begin_inset CommandInset ref
31217 LatexCommand ref
31218 reference "abb:endnotes"
31219
31220 \end_inset
31221
31222  gedruckt.
31223  Man nennt sie dann 
31224 \begin_inset Quotes gld
31225 \end_inset
31226
31227 Endnoten
31228 \begin_inset Quotes grd
31229 \end_inset
31230
31231 .
31232 \begin_inset Index idx
31233 status collapsed
31234
31235 \begin_layout Plain Layout
31236 Endnoten
31237 \end_layout
31238
31239 \end_inset
31240
31241  Um das zu erreichen, laden Sie im Menü 
31242 \family sans
31243 Dokument\SpecialChar menuseparator
31244 Einstellungen\SpecialChar menuseparator
31245 Module 
31246 \family default
31247 das Modul 
31248 \family sans
31249 Fußnote
31250 \begin_inset space ~
31251 \end_inset
31252
31253 als
31254 \begin_inset space ~
31255 \end_inset
31256
31257 Endnote
31258 \family default
31259 .
31260  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
31261 \end_layout
31262
31263 \begin_layout Standard
31264
31265 \series bold
31266
31267 \backslash
31268 theendnotes
31269 \end_layout
31270
31271 \begin_layout Standard
31272 als \SpecialChar TeX
31273 -Code am Ende des Abschnitts oder Kapitels ein.
31274 \end_layout
31275
31276 \begin_layout Standard
31277 \begin_inset Float figure
31278 wide false
31279 sideways false
31280 status open
31281
31282 \begin_layout Plain Layout
31283 \align center
31284 \begin_inset ERT
31285 status collapsed
31286
31287 \begin_layout Plain Layout
31288
31289
31290 \backslash
31291 framebox{
31292 \end_layout
31293
31294 \end_inset
31295
31296
31297 \begin_inset Graphics
31298         filename ../clipart/endnotes.pdf
31299         scaleBeforeRotation
31300
31301 \end_inset
31302
31303
31304 \begin_inset ERT
31305 status collapsed
31306
31307 \begin_layout Plain Layout
31308
31309 }
31310 \end_layout
31311
31312 \end_inset
31313
31314
31315 \end_layout
31316
31317 \begin_layout Plain Layout
31318 \begin_inset Caption Standard
31319
31320 \begin_layout Plain Layout
31321 \begin_inset CommandInset label
31322 LatexCommand label
31323 name "abb:endnotes"
31324
31325 \end_inset
31326
31327
31328 \series bold
31329 endnotes
31330 \series default
31331  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
31332  gedruckt.
31333 \end_layout
31334
31335 \end_inset
31336
31337
31338 \end_layout
31339
31340 \end_inset
31341
31342
31343 \end_layout
31344
31345 \begin_layout Standard
31346 \begin_inset VSpace medskip
31347 \end_inset
31348
31349 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
31350 ache übersetzt.
31351  Der folgende Befehl im \SpecialChar LaTeX
31352 -Vorspann  übersetzt den englischen Namen 
31353 \begin_inset Quotes gld
31354 \end_inset
31355
31356 Notes
31357 \begin_inset Quotes grd
31358 \end_inset
31359
31360  in 
31361 \begin_inset Quotes gld
31362 \end_inset
31363
31364 Anmerkungen
31365 \begin_inset Quotes grd
31366 \end_inset
31367
31368 :
31369 \end_layout
31370
31371 \begin_layout Standard
31372
31373 \series bold
31374
31375 \backslash
31376 renewcommand{
31377 \backslash
31378 notesname}{Anmerkungen}
31379 \end_layout
31380
31381 \begin_layout Standard
31382 \begin_inset VSpace medskip
31383 \end_inset
31384
31385 Wenn Sie in den Befehlen von Abschnitt
31386 \begin_inset space ~
31387 \end_inset
31388
31389
31390 \begin_inset CommandInset ref
31391 LatexCommand ref
31392 reference "uab:Fußnoten-Nummerierung"
31393
31394 \end_inset
31395
31396  
31397 \series bold
31398
31399 \backslash
31400 thefootnote
31401 \series default
31402  durch 
31403 \series bold
31404
31405 \backslash
31406 theendnote
31407 \series default
31408  ersetzen, können Sie die Nummerierung von Endnoten ändern.
31409  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
31410 \series bold
31411
31412 \backslash
31413 @addtoreset
31414 \series default
31415  wie in Abschnitt
31416 \begin_inset space \space{}
31417 \end_inset
31418
31419
31420 \begin_inset CommandInset ref
31421 LatexCommand ref
31422 reference "uab:Fußnoten-Nummerierung"
31423
31424 \end_inset
31425
31426  beschrieben und ersetzen 
31427 \series bold
31428 footnote
31429 \series default
31430  durch 
31431 \series bold
31432 endnote
31433 \series default
31434 .
31435 \end_layout
31436
31437 \begin_layout Standard
31438 Für Endnoten gibt es den Befehl 
31439 \series bold
31440
31441 \backslash
31442 endnotemark[Nummer]
31443 \series default
31444  analog zum Befehl 
31445 \series bold
31446
31447 \backslash
31448 footnotemark
31449 \series default
31450  der in Abschnitt
31451 \begin_inset space ~
31452 \end_inset
31453
31454
31455 \begin_inset CommandInset ref
31456 LatexCommand ref
31457 reference "abs:Fußnoten"
31458
31459 \end_inset
31460
31461  beschrieben ist.
31462 \end_layout
31463
31464 \begin_layout Standard
31465 \begin_inset VSpace bigskip
31466 \end_inset
31467
31468 Mit dem \SpecialChar LaTeX
31469 -Paket 
31470 \series bold
31471 footmisc
31472 \series default
31473
31474 \begin_inset Index idx
31475 status collapsed
31476
31477 \begin_layout Plain Layout
31478 \SpecialChar LaTeX
31479 -Pakete ! footmisc
31480 \end_layout
31481
31482 \end_inset
31483
31484  (
31485 \begin_inset CommandInset citation
31486 LatexCommand cite
31487 key "footmisc"
31488
31489 \end_inset
31490
31491 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
31492 \end_layout
31493
31494 \begin_layout Standard
31495 In \SpecialChar LaTeX
31496 -Büchern, 
31497 \begin_inset CommandInset citation
31498 LatexCommand cite
31499 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
31500
31501 \end_inset
31502
31503 , finden Sie weiteres zu Fußnoten.
31504  Wenn Sie eine 
31505 \series bold
31506 KOMA-Script
31507 \series default
31508
31509 \begin_inset Index idx
31510 status collapsed
31511
31512 \begin_layout Plain Layout
31513 \SpecialChar LaTeX
31514 -Pakete ! KOMA-Script
31515 \end_layout
31516
31517 \end_inset
31518
31519  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
31520 zifische Befehle anpassen, siehe 
31521 \begin_inset CommandInset citation
31522 LatexCommand cite
31523 key "KOMA-Script"
31524
31525 \end_inset
31526
31527 .
31528 \end_layout
31529
31530 \begin_layout Section
31531 Randnotizen
31532 \begin_inset Index idx
31533 status collapsed
31534
31535 \begin_layout Plain Layout
31536 Randnotizen
31537 \end_layout
31538
31539 \end_inset
31540
31541
31542 \begin_inset Index idx
31543 status collapsed
31544
31545 \begin_layout Plain Layout
31546 Notizen ! Randnotizen
31547 \end_layout
31548
31549 \end_inset
31550
31551
31552 \end_layout
31553
31554 \begin_layout Standard
31555 Randnotizen sehen in \SpecialChar LyX
31556  wie Fußnoten aus und verhalten sich auch so.
31557  Sie fügen sie mit einem Klick auf den Schalter 
31558 \begin_inset Info
31559 type  "icon"
31560 arg   "marginalnote-insert"
31561 \end_inset
31562
31563  oder über 
31564 \family sans
31565 Einfügen\SpecialChar menuseparator
31566 Randnotiz
31567 \family default
31568  ein.
31569  Ein graues Kästchen mit der Aufschrift 
31570 \begin_inset Quotes gld
31571 \end_inset
31572
31573 Rand
31574 \begin_inset Quotes grd
31575 \end_inset
31576
31577  erscheint
31578 \family roman
31579 \series medium
31580 , und dort, wo der Cursor steht, können Sie Text eingeben.
31581 \end_layout
31582
31583 \begin_layout Standard
31584 Hier am Rand sehen Sie eine Randnotiz.
31585  
31586 \begin_inset Marginal
31587 status open
31588
31589 \begin_layout Plain Layout
31590 Dies ist eine Randnotiz.
31591 \end_layout
31592
31593 \end_inset
31594
31595
31596 \end_layout
31597
31598 \begin_layout Standard
31599 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
31600  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
31601  Seiten und rechts auf den ungeraden.
31602  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
31603  wird und umgekehrt.
31604  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
31605  wurde.
31606 \end_layout
31607
31608 \begin_layout Standard
31609 \begin_inset VSpace bigskip
31610 \end_inset
31611
31612 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
31613 \end_layout
31614
31615 \begin_layout Standard
31616
31617 \series bold
31618
31619 \backslash
31620 reversemarginpar
31621 \end_layout
31622
31623 \begin_layout Standard
31624 als \SpecialChar TeX
31625 -Code vor einer Randnotiz ein.
31626  Das gilt dann für alle folgenden Randnotizen.
31627  
31628 \begin_inset ERT
31629 status collapsed
31630
31631 \begin_layout Plain Layout
31632
31633
31634 \backslash
31635 reversemarginpar 
31636 \end_layout
31637
31638 \end_inset
31639
31640
31641 \begin_inset Marginal
31642 status open
31643
31644 \begin_layout Plain Layout
31645 Hier ist ein Beispiel im inneren Rand.
31646 \end_layout
31647
31648 \end_inset
31649
31650
31651 \begin_inset Newline newline
31652 \end_inset
31653
31654
31655 \begin_inset Note Greyedout
31656 status open
31657
31658 \begin_layout Plain Layout
31659  
31660 \series bold
31661 Achtung:
31662 \series default
31663  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
31664 \end_layout
31665
31666 \end_inset
31667
31668
31669 \end_layout
31670
31671 \begin_layout Standard
31672 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
31673 \end_layout
31674
31675 \begin_layout Standard
31676
31677 \series bold
31678
31679 \backslash
31680 normalmarginpar
31681 \end_layout
31682
31683 \begin_layout Standard
31684 als \SpecialChar TeX
31685 -Code ein.
31686 \begin_inset ERT
31687 status collapsed
31688
31689 \begin_layout Plain Layout
31690
31691
31692 \backslash
31693 normalmarginpar 
31694 \end_layout
31695
31696 \end_inset
31697
31698
31699 \end_layout
31700
31701 \begin_layout Standard
31702 \begin_inset Note Greyedout
31703 status open
31704
31705 \begin_layout Plain Layout
31706
31707 \series bold
31708 Achtung:
31709 \series default
31710  Der Befehl wird missachtet, wenn er im selben Absatz wie 
31711 \series bold
31712
31713 \backslash
31714 reversemarginpar
31715 \series default
31716  verwendet wird.
31717 \end_layout
31718
31719 \end_inset
31720
31721
31722 \end_layout
31723
31724 \begin_layout Standard
31725 \begin_inset VSpace bigskip
31726 \end_inset
31727
31728
31729 \begin_inset Marginal
31730 status open
31731
31732 \begin_layout Plain Layout
31733
31734 \family roman
31735 \series medium
31736 EinSehrLangesWort am Anfang, das umgebrochen wird.
31737 \end_layout
31738
31739 \end_inset
31740
31741  Ähnlich wie in Abschnitt
31742 \begin_inset space ~
31743 \end_inset
31744
31745
31746 \begin_inset CommandInset ref
31747 LatexCommand ref
31748 reference "uab:Mehrfache-Zeilen-in"
31749
31750 \end_inset
31751
31752  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
31753  Wort der Randnotiz sind.
31754  Um das zu vermeiden, fügen sie 0
31755 \begin_inset space \thinspace{}
31756 \end_inset
31757
31758 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
31759 \begin_inset Marginal
31760 status open
31761
31762 \begin_layout Plain Layout
31763 \begin_inset space \hspace{}
31764 \length 0pt
31765 \end_inset
31766
31767
31768 \family roman
31769 \series medium
31770 EinSehrLangesWort am Anfang, das umgebrochen wird.
31771 \end_layout
31772
31773 \end_inset
31774
31775
31776 \end_layout
31777
31778 \begin_layout Standard
31779 \begin_inset VSpace bigskip
31780 \end_inset
31781
31782
31783 \end_layout
31784
31785 \begin_layout Standard
31786 \begin_inset Note Greyedout
31787 status open
31788
31789 \begin_layout Plain Layout
31790
31791 \series bold
31792 Bemerkung:
31793 \series default
31794  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
31795  verwendet werden.
31796 \end_layout
31797
31798 \end_inset
31799
31800
31801 \end_layout
31802
31803 \begin_layout Standard
31804 \begin_inset VSpace bigskip
31805 \end_inset
31806
31807
31808 \end_layout
31809
31810 \begin_layout Standard
31811 \begin_inset ERT
31812 status collapsed
31813
31814 \begin_layout Plain Layout
31815
31816
31817 \backslash
31818 ifmarginnote
31819 \end_layout
31820
31821 \end_inset
31822
31823
31824 \begin_inset Note Note
31825 status open
31826
31827 \begin_layout Plain Layout
31828 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
31829 -Paket 
31830 \series bold
31831 marginnote
31832 \series default
31833  installiert ist.
31834 \end_layout
31835
31836 \end_inset
31837
31838
31839 \end_layout
31840
31841 \begin_layout Standard
31842 Diese Einschränkung kann umgangen werden, wenn das \SpecialChar LaTeX
31843 -Paket 
31844 \series bold
31845 marginnote
31846 \series default
31847
31848 \begin_inset Index idx
31849 status collapsed
31850
31851 \begin_layout Plain Layout
31852 \SpecialChar LaTeX
31853 -Pakete ! marginnote
31854 \end_layout
31855
31856 \end_inset
31857
31858  verwendet wird.
31859  Wenn Sie diese zwei Zeilen zum \SpecialChar LaTeX
31860 -Vorspann hinzufügen, wird der Befehl, der
31861  von \SpecialChar LyX
31862  für Randnotizen verwendet wird, umdefiniert, so dass der Befehl des
31863  Pakets 
31864 \series bold
31865 marginnote
31866 \series default
31867  für Randnotizen verwendet wird:
31868 \end_layout
31869
31870 \begin_layout Standard
31871
31872 \series bold
31873
31874 \backslash
31875 usepackage{marginnote}
31876 \begin_inset Newline newline
31877 \end_inset
31878
31879
31880 \backslash
31881 let
31882 \backslash
31883 marginpar
31884 \backslash
31885 marginnote
31886 \end_layout
31887
31888 \begin_layout Standard
31889 Dies wird auch in diesem Dokument verwendet, denn 
31890 \series bold
31891 marginnote
31892 \series default
31893  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
31894  für Randnotizen angeben.
31895  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
31896 n zu dicht beieinander sind.
31897  Der Versatz wird in \SpecialChar LyX
31898  als \SpecialChar TeX
31899 -Code direkt nach der Randnotiz mit dem Schema
31900 \end_layout
31901
31902 \begin_layout Standard
31903
31904 \series bold
31905 [Versatz]
31906 \end_layout
31907
31908 \begin_layout Standard
31909 angegeben.
31910  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
31911 \begin_inset space ~
31912 \end_inset
31913
31914
31915 \begin_inset CommandInset ref
31916 LatexCommand ref
31917 reference "tab:Maßeinheiten"
31918
31919 \end_inset
31920
31921  aufgelistet sind.
31922  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
31923  nach unten.
31924  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
31925 \begin_inset space \thinspace{}
31926 \end_inset
31927
31928 cm mit dem \SpecialChar TeX
31929 -Code-Befehl  
31930 \begin_inset Quotes gld
31931 \end_inset
31932
31933
31934 \series bold
31935 [-1.5cm]
31936 \series default
31937
31938 \begin_inset Quotes grd
31939 \end_inset
31940
31941  nach oben versetzt.
31942 \begin_inset Marginal
31943 status open
31944
31945 \begin_layout Plain Layout
31946 Diese Randnotiz ist 1.5
31947 \begin_inset space \thinspace{}
31948 \end_inset
31949
31950 cm von ihrer Originalposition nach oben versetzt.
31951 \end_layout
31952
31953 \end_inset
31954
31955
31956 \begin_inset ERT
31957 status collapsed
31958
31959 \begin_layout Plain Layout
31960
31961 [-1.5cm]
31962 \end_layout
31963
31964 \end_inset
31965
31966
31967 \end_layout
31968
31969 \begin_layout Standard
31970 \begin_inset VSpace medskip
31971 \end_inset
31972
31973 Mit 
31974 \series bold
31975 marginnote
31976 \series default
31977  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
31978  Zum Beispiel setzen die Befehle
31979 \end_layout
31980
31981 \begin_layout Standard
31982
31983 \series bold
31984
31985 \backslash
31986 renewcommand*{
31987 \backslash
31988 raggedleftmarginnote}{
31989 \backslash
31990 centering}
31991 \begin_inset Newline newline
31992 \end_inset
31993
31994
31995 \backslash
31996 renewcommand*{
31997 \backslash
31998 raggedrightmarginnote}{
31999 \backslash
32000 centering}
32001 \end_layout
32002
32003 \begin_layout Standard
32004 die Ausrichtung auf zentriert.
32005  
32006 \series bold
32007
32008 \backslash
32009 raggedleftmarginnote
32010 \series default
32011  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
32012  
32013 \begin_inset ERT
32014 status collapsed
32015
32016 \begin_layout Plain Layout
32017
32018
32019 \backslash
32020 renewcommand*{
32021 \backslash
32022 raggedleftmarginnote}{
32023 \backslash
32024 centering}
32025 \end_layout
32026
32027 \begin_layout Plain Layout
32028
32029
32030 \backslash
32031 renewcommand*{
32032 \backslash
32033 raggedrightmarginnote}{
32034 \backslash
32035 centering}
32036 \end_layout
32037
32038 \end_inset
32039
32040
32041 \begin_inset Marginal
32042 status open
32043
32044 \begin_layout Plain Layout
32045 Der Text dieser Randnotiz ist zentriert ausgerichtet.
32046 \end_layout
32047
32048 \end_inset
32049
32050  Die Voreinstellung ist
32051 \end_layout
32052
32053 \begin_layout Standard
32054
32055 \series bold
32056
32057 \backslash
32058 renewcommand*{
32059 \backslash
32060 raggedleftmarginnote}{
32061 \backslash
32062 raggedleft}
32063 \begin_inset Newline newline
32064 \end_inset
32065
32066
32067 \backslash
32068 renewcommand*{
32069 \backslash
32070 raggedrightmarginnote}{
32071 \backslash
32072 raggedright}
32073 \series default
32074
32075 \begin_inset ERT
32076 status collapsed
32077
32078 \begin_layout Plain Layout
32079
32080
32081 \backslash
32082 renewcommand*{
32083 \backslash
32084 raggedleftmarginnote}{
32085 \backslash
32086 raggedleft}
32087 \end_layout
32088
32089 \begin_layout Plain Layout
32090
32091
32092 \backslash
32093 renewcommand*{
32094 \backslash
32095 raggedrightmarginnote}{
32096 \backslash
32097 raggedright}
32098 \end_layout
32099
32100 \end_inset
32101
32102
32103 \end_layout
32104
32105 \begin_layout Standard
32106 \begin_inset VSpace medskip
32107 \end_inset
32108
32109 Für weitere Fähigkeiten des Pakets 
32110 \series bold
32111 marginnote
32112 \series default
32113  sei auf dessen Dokumentation verwiesen 
32114 \begin_inset CommandInset citation
32115 LatexCommand cite
32116 key "marginnote"
32117
32118 \end_inset
32119
32120 .
32121 \end_layout
32122
32123 \begin_layout Standard
32124 \begin_inset VSpace bigskip
32125 \end_inset
32126
32127 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
32128  geändert werden.
32129  Um z.
32130 \begin_inset space \thinspace{}
32131 \end_inset
32132
32133 B.
32134  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
32135  und fettgedruckten Text 
32136 \begin_inset Quotes eld
32137 \end_inset
32138
32139
32140 \family sans
32141 \series bold
32142 \bar under
32143 Achtung!
32144 \family default
32145 \series default
32146 \bar default
32147
32148 \begin_inset Quotes erd
32149 \end_inset
32150
32151  zu erstellen, fügen Sie dies zum \SpecialChar LaTeX
32152 -Vorspann hinzu:
32153 \end_layout
32154
32155 \begin_layout Standard
32156
32157 \series bold
32158
32159 \backslash
32160 let
32161 \backslash
32162 myMarginpar
32163 \backslash
32164 marginpar
32165 \begin_inset Newline newline
32166 \end_inset
32167
32168
32169 \backslash
32170 renewcommand{
32171 \backslash
32172 marginpar}[1]{
32173 \backslash
32174 myMarginpar{%
32175 \begin_inset Newline newline
32176 \end_inset
32177
32178
32179 \begin_inset Phantom HPhantom
32180 status open
32181
32182 \begin_layout Plain Layout
32183
32184 \series bold
32185 \begin_inset space ~
32186 \end_inset
32187
32188
32189 \end_layout
32190
32191 \end_inset
32192
32193
32194 \backslash
32195 hspace{0pt}
32196 \backslash
32197 textsf{
32198 \backslash
32199 textbf{
32200 \backslash
32201 underbar{Achtung!}}}%
32202 \begin_inset Newline newline
32203 \end_inset
32204
32205
32206 \begin_inset Phantom HPhantom
32207 status open
32208
32209 \begin_layout Plain Layout
32210
32211 \series bold
32212 \begin_inset space ~
32213 \end_inset
32214
32215
32216 \end_layout
32217
32218 \end_inset
32219
32220
32221 \backslash
32222 vspace{1.5mm}
32223 \backslash
32224
32225 \backslash
32226 #1}}
32227 \end_layout
32228
32229 \begin_layout Standard
32230 \begin_inset ERT
32231 status collapsed
32232
32233 \begin_layout Plain Layout
32234
32235
32236 \backslash
32237 let
32238 \backslash
32239 myMarginpar
32240 \backslash
32241 marginpar
32242 \end_layout
32243
32244 \begin_layout Plain Layout
32245
32246
32247 \backslash
32248 renewcommand{
32249 \backslash
32250 marginpar}[1]{
32251 \backslash
32252 myMarginpar{%
32253 \end_layout
32254
32255 \begin_layout Plain Layout
32256
32257    
32258 \backslash
32259 textsf{
32260 \backslash
32261 textbf{
32262 \backslash
32263 underbar{Achtung!}}}%
32264 \end_layout
32265
32266 \begin_layout Plain Layout
32267
32268    
32269 \backslash
32270 vspace{1.5mm}
32271 \backslash
32272
32273 \backslash
32274 #1}}
32275 \end_layout
32276
32277 \end_inset
32278
32279
32280 \begin_inset Marginal
32281 status open
32282
32283 \begin_layout Plain Layout
32284 Dies ist eine Randnotiz mit einer definierten Überschrift.
32285 \end_layout
32286
32287 \end_inset
32288
32289
32290 \begin_inset ERT
32291 status collapsed
32292
32293 \begin_layout Plain Layout
32294
32295 [-1.5cm]
32296 \end_layout
32297
32298 \end_inset
32299
32300
32301 \begin_inset ERT
32302 status collapsed
32303
32304 \begin_layout Plain Layout
32305
32306
32307 \backslash
32308 renewcommand{
32309 \backslash
32310 marginpar}[1]{
32311 \backslash
32312 myMarginpar{#1}}
32313 \end_layout
32314
32315 \end_inset
32316
32317
32318 \begin_inset Note Note
32319 status open
32320
32321 \begin_layout Plain Layout
32322 Das Format wurde nur für dieses Beispiel geändert.
32323 \end_layout
32324
32325 \end_inset
32326
32327
32328 \end_layout
32329
32330 \begin_layout Standard
32331 \begin_inset ERT
32332 status collapsed
32333
32334 \begin_layout Plain Layout
32335
32336
32337 \backslash
32338 else
32339 \end_layout
32340
32341 \end_inset
32342
32343
32344 \begin_inset Note Note
32345 status open
32346
32347 \begin_layout Plain Layout
32348 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
32349 -Paket 
32350 \series bold
32351 marginnote
32352 \series default
32353  nicht installiert ist:
32354 \end_layout
32355
32356 \end_inset
32357
32358
32359 \end_layout
32360
32361 \begin_layout Standard
32362 Das \SpecialChar LaTeX
32363 -Paket 
32364 \series bold
32365 marginnote
32366 \series default
32367  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
32368 \end_layout
32369
32370 \begin_layout Standard
32371 \begin_inset ERT
32372 status collapsed
32373
32374 \begin_layout Plain Layout
32375
32376
32377 \backslash
32378 fi
32379 \end_layout
32380
32381 \end_inset
32382
32383
32384 \end_layout
32385
32386 \begin_layout Chapter
32387 Boxen
32388 \end_layout
32389
32390 \begin_layout Section
32391 Einleitung
32392 \begin_inset Index idx
32393 status collapsed
32394
32395 \begin_layout Plain Layout
32396 Boxen ! Einleitung
32397 \end_layout
32398
32399 \end_inset
32400
32401
32402 \end_layout
32403
32404 \begin_layout Standard
32405 Boxen werden benutzt, um einen Textblock zu formatieren.
32406  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
32407  siehe Abschnitt
32408 \begin_inset space ~
32409 \end_inset
32410
32411
32412 \begin_inset CommandInset ref
32413 LatexCommand ref
32414 reference "abs:Minipage"
32415
32416 \end_inset
32417
32418 , um Text zu umrahmen, siehe Abschnitt
32419 \begin_inset space ~
32420 \end_inset
32421
32422
32423 \begin_inset CommandInset ref
32424 LatexCommand ref
32425 reference "uab:Verzierung"
32426
32427 \end_inset
32428
32429 , um Silbentrennung zu verhindern, siehe Abschnitt
32430 \begin_inset space ~
32431 \end_inset
32432
32433
32434 \begin_inset CommandInset ref
32435 LatexCommand ref
32436 reference "abs:Silbentrennung-unterbinden"
32437
32438 \end_inset
32439
32440 , um Text senkrecht auszurichten, siehe Abschnitt
32441 \begin_inset space ~
32442 \end_inset
32443
32444
32445 \begin_inset CommandInset ref
32446 LatexCommand ref
32447 reference "uab:Vertikale-Ausrichtung"
32448
32449 \end_inset
32450
32451  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
32452 \begin_inset space ~
32453 \end_inset
32454
32455
32456 \begin_inset CommandInset ref
32457 LatexCommand ref
32458 reference "abs:Farbige-Boxen"
32459
32460 \end_inset
32461
32462 .
32463 \end_layout
32464
32465 \begin_layout Standard
32466 Boxen werden mit 
32467 \family sans
32468 Einfügen\SpecialChar menuseparator
32469 Box
32470 \family default
32471  oder dem Schalter 
32472 \begin_inset Info
32473 type  "icon"
32474 arg   "box-insert Frameless"
32475 \end_inset
32476
32477  eingefügt.
32478  Ein graues Kästchen mit der Aufschrift 
32479 \begin_inset Quotes gld
32480 \end_inset
32481
32482 Box (Minipage)
32483 \begin_inset Quotes grd
32484 \end_inset
32485
32486  erscheint: 
32487 \begin_inset Graphics
32488         filename clipart/StandardBox.png
32489         scale 85
32490         scaleBeforeRotation
32491
32492 \end_inset
32493
32494  Mit einem Rechts\SpecialChar softhyphen
32495 klick auf das graue Kästchen und der Auswahl von 
32496 \family sans
32497 Einstellungen
32498 \family default
32499  kann der Typ spezifiziert werden.
32500  Das Dialogfenster bietet bei 
32501 \family sans
32502 Innere
32503 \begin_inset space ~
32504 \end_inset
32505
32506 Box
32507 \family default
32508  die Typen 
32509 \family sans
32510 Makebox
32511 \family default
32512
32513 \family sans
32514 Parbox
32515 \family default
32516  und 
32517 \family sans
32518 Minipage
32519 \family default
32520  an.
32521  
32522 \family sans
32523 Minipage
32524 \family default
32525  ist die Standard-Einstellung für neue Boxen und in Abschnitt
32526 \begin_inset space ~
32527 \end_inset
32528
32529
32530 \begin_inset CommandInset ref
32531 LatexCommand ref
32532 reference "abs:Minipage"
32533
32534 \end_inset
32535
32536  beschrieben, 
32537 \family sans
32538 Parbox
32539 \family default
32540  in Abschnitt
32541 \begin_inset space ~
32542 \end_inset
32543
32544
32545 \begin_inset CommandInset ref
32546 LatexCommand ref
32547 reference "abs:Parbox"
32548
32549 \end_inset
32550
32551  und 
32552 \family sans
32553 Makebox
32554 \family default
32555  in 
32556 \begin_inset CommandInset ref
32557 LatexCommand ref
32558 reference "abs:Silbentrennung-unterbinden"
32559
32560 \end_inset
32561
32562 .
32563 \end_layout
32564
32565 \begin_layout Standard
32566 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
32567  wie auf Gleitobjekte und Fußnoten.
32568 \end_layout
32569
32570 \begin_layout Standard
32571 \begin_inset Note Greyedout
32572 status open
32573
32574 \begin_layout Plain Layout
32575
32576 \series bold
32577 Bemerkung
32578 \begin_inset space ~
32579 \end_inset
32580
32581 1:
32582 \series default
32583  Boxen dürfen in 
32584 \family sans
32585 List-
32586 \family default
32587  oder 
32588 \family sans
32589 Beschreibung-
32590 \family default
32591 Umgebungen nicht verwendet werden.
32592 \end_layout
32593
32594 \end_inset
32595
32596
32597 \end_layout
32598
32599 \begin_layout Standard
32600 \begin_inset Note Greyedout
32601 status open
32602
32603 \begin_layout Plain Layout
32604
32605 \series bold
32606 Bemerkung
32607 \begin_inset space ~
32608 \end_inset
32609
32610 2:
32611 \series default
32612  Boxen ohne 
32613 \family sans
32614 Innere
32615 \begin_inset space ~
32616 \end_inset
32617
32618 Box
32619 \family default
32620  und ohne Rahmen werden in Abschnitt
32621 \begin_inset space ~
32622 \end_inset
32623
32624
32625 \begin_inset CommandInset ref
32626 LatexCommand ref
32627 reference "abs:Silbentrennung-unterbinden"
32628
32629 \end_inset
32630
32631  beschrieben.
32632 \end_layout
32633
32634 \end_inset
32635
32636
32637 \end_layout
32638
32639 \begin_layout Section
32640 Das Box-Einstellungen-Fenster
32641 \begin_inset CommandInset label
32642 LatexCommand label
32643 name "abs:Box-Dialog"
32644
32645 \end_inset
32646
32647
32648 \begin_inset Index idx
32649 status collapsed
32650
32651 \begin_layout Plain Layout
32652 Boxen ! Box-Dialog-Fenster
32653 \end_layout
32654
32655 \end_inset
32656
32657
32658 \end_layout
32659
32660 \begin_layout Subsection
32661 Box-Größe
32662 \begin_inset Index idx
32663 status collapsed
32664
32665 \begin_layout Plain Layout
32666 Boxen ! Größe
32667 \end_layout
32668
32669 \end_inset
32670
32671
32672 \end_layout
32673
32674 \begin_layout Standard
32675 Im 
32676 \family sans
32677 Box-Einstellungen
32678 \family default
32679 -Fenster können Sie die Größe der Box mit 
32680 \family sans
32681 Breite
32682 \family default
32683  und 
32684 \family sans
32685 Höhe 
32686 \family default
32687 festlegen.
32688  Die verfügbaren Einheiten werden in Tabelle
32689 \begin_inset space ~
32690 \end_inset
32691
32692
32693 \begin_inset CommandInset ref
32694 LatexCommand ref
32695 reference "tab:Maßeinheiten"
32696
32697 \end_inset
32698
32699  aufgelistet.
32700  Das Feld
32701 \family sans
32702  Höhe
32703 \family default
32704  bietet die folgenden zusätzlichen Größen:
32705 \end_layout
32706
32707 \begin_layout Description
32708 Tiefe Dies ist die reine Text-
32709 \begin_inset Quotes gld
32710 \end_inset
32711
32712 Höhe
32713 \begin_inset Quotes grd
32714 \end_inset
32715
32716 .
32717  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
32718 \begin_inset Newline newline
32719 \end_inset
32720
32721
32722 \begin_inset Newline newline
32723 \end_inset
32724
32725
32726 \begin_inset Newline newline
32727 \end_inset
32728
32729
32730 \begin_inset Box Boxed
32731 position "c"
32732 hor_pos "c"
32733 has_inner_box 1
32734 inner_pos "c"
32735 use_parbox 0
32736 use_makebox 0
32737 width "12col%"
32738 special "none"
32739 height "1in"
32740 height_special "depth"
32741 thickness "0.4pt"
32742 separation "3pt"
32743 shadowsize "4pt"
32744 framecolor "black"
32745 backgroundcolor "none"
32746 status collapsed
32747
32748 \begin_layout Plain Layout
32749 \align center
32750 Box-Höhe = 1
32751 \begin_inset space \thinspace{}
32752 \end_inset
32753
32754 Tiefe
32755 \end_layout
32756
32757 \end_inset
32758
32759
32760 \begin_inset Newline newline
32761 \end_inset
32762
32763
32764 \begin_inset Newline newline
32765 \end_inset
32766
32767
32768 \end_layout
32769
32770 \begin_layout Description
32771 Höhe Dies ist die Texthöhe innerhalb der Box.
32772  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
32773  Texthöhe setzen: 
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 "2in"
32784 height_special "height"
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 = 2
32795 \begin_inset space \thinspace{}
32796 \end_inset
32797
32798 Höhe
32799 \end_layout
32800
32801 \end_inset
32802
32803
32804 \end_layout
32805
32806 \begin_layout Description
32807 Gesamthöhe Dies ist Höhe
32808 \begin_inset space \thinspace{}
32809 \end_inset
32810
32811 +
32812 \begin_inset space \thinspace{}
32813 \end_inset
32814
32815 Tiefe: 
32816 \begin_inset Box Boxed
32817 position "c"
32818 hor_pos "c"
32819 has_inner_box 1
32820 inner_pos "c"
32821 use_parbox 0
32822 use_makebox 0
32823 width "20col%"
32824 special "none"
32825 height "1in"
32826 height_special "totalheight"
32827 thickness "0.4pt"
32828 separation "3pt"
32829 shadowsize "4pt"
32830 framecolor "black"
32831 backgroundcolor "none"
32832 status collapsed
32833
32834 \begin_layout Plain Layout
32835 \align center
32836 Boxhöhe = 1
32837 \begin_inset space \thinspace{}
32838 \end_inset
32839
32840 Gesamthöhe
32841 \end_layout
32842
32843 \end_inset
32844
32845
32846 \end_layout
32847
32848 \begin_layout Description
32849 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
32850 \begin_inset Box Boxed
32851 position "c"
32852 hor_pos "c"
32853 has_inner_box 1
32854 inner_pos "c"
32855 use_parbox 0
32856 use_makebox 0
32857 width "12col%"
32858 special "none"
32859 height "1in"
32860 height_special "width"
32861 thickness "0.4pt"
32862 separation "3pt"
32863 shadowsize "4pt"
32864 framecolor "black"
32865 backgroundcolor "none"
32866 status collapsed
32867
32868 \begin_layout Plain Layout
32869 \align center
32870 Boxhöhe = 1
32871 \begin_inset space \thinspace{}
32872 \end_inset
32873
32874 Breite
32875 \end_layout
32876
32877 \end_inset
32878
32879
32880 \end_layout
32881
32882 \begin_layout Subsection
32883 Ausrichtung
32884 \begin_inset Index idx
32885 status collapsed
32886
32887 \begin_layout Plain Layout
32888 Boxen ! Ausrichtung
32889 \end_layout
32890
32891 \end_inset
32892
32893
32894 \end_layout
32895
32896 \begin_layout Standard
32897 Wenn Sie eine 
32898 \family sans
32899 Innere
32900 \begin_inset space ~
32901 \end_inset
32902
32903 Box
32904 \family default
32905  gewählt haben, kann die Box mit folgenden Werten für 
32906 \family sans
32907 Box
32908 \family default
32909  senkrecht ausgerichtet werden:
32910 \end_layout
32911
32912 \begin_layout Description
32913 Oben Dies ist ein Beispieltext.
32914  
32915 \begin_inset Box Boxed
32916 position "t"
32917 hor_pos "c"
32918 has_inner_box 1
32919 inner_pos "c"
32920 use_parbox 0
32921 use_makebox 0
32922 width "20col%"
32923 special "none"
32924 height "1in"
32925 height_special "totalheight"
32926 thickness "0.4pt"
32927 separation "3pt"
32928 shadowsize "4pt"
32929 framecolor "black"
32930 backgroundcolor "none"
32931 status collapsed
32932
32933 \begin_layout Plain Layout
32934 \align center
32935 Die Ober\SpecialChar softhyphen
32936 kante der Box ist in der Zeile.
32937 \end_layout
32938
32939 \end_inset
32940
32941  Dies ist ein Beispieltext.
32942 \end_layout
32943
32944 \begin_layout Description
32945 Mitte Dies ist ein Beispieltext.
32946  
32947 \begin_inset Box Boxed
32948 position "c"
32949 hor_pos "c"
32950 has_inner_box 1
32951 inner_pos "c"
32952 use_parbox 0
32953 use_makebox 0
32954 width "20col%"
32955 special "none"
32956 height "1in"
32957 height_special "totalheight"
32958 thickness "0.4pt"
32959 separation "3pt"
32960 shadowsize "4pt"
32961 framecolor "black"
32962 backgroundcolor "none"
32963 status collapsed
32964
32965 \begin_layout Plain Layout
32966 \align center
32967 Die Mitte der Box ist in der Zeile.
32968 \end_layout
32969
32970 \end_inset
32971
32972  Dies ist ein Beispieltext.
32973 \end_layout
32974
32975 \begin_layout Description
32976 Unten Dies ist ein Beispieltext.
32977  
32978 \begin_inset Box Boxed
32979 position "b"
32980 hor_pos "c"
32981 has_inner_box 1
32982 inner_pos "c"
32983 use_parbox 0
32984 use_makebox 0
32985 width "20col%"
32986 special "none"
32987 height "1in"
32988 height_special "totalheight"
32989 thickness "0.4pt"
32990 separation "3pt"
32991 shadowsize "4pt"
32992 framecolor "black"
32993 backgroundcolor "none"
32994 status collapsed
32995
32996 \begin_layout Plain Layout
32997 \align center
32998 Die Unter\SpecialChar softhyphen
32999 kante der Box ist in der Zeile.
33000 \end_layout
33001
33002 \end_inset
33003
33004  Dies ist ein Beispieltext.
33005 \end_layout
33006
33007 \begin_layout Standard
33008 \begin_inset Note Greyedout
33009 status open
33010
33011 \begin_layout Plain Layout
33012
33013 \series bold
33014 Bemerkung:
33015 \series default
33016  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
33017  Boxen in einer Zeile sind und eine Box z.
33018 \begin_inset space \thinspace{}
33019 \end_inset
33020
33021 B.
33022  schattiert ist, die andere aber nicht.
33023 \end_layout
33024
33025 \end_inset
33026
33027
33028 \end_layout
33029
33030 \begin_layout Standard
33031 Eine Box kann mit dem Dialog 
33032 \family sans
33033 Absatz-Einstellungen
33034 \family default
33035  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
33036 \end_layout
33037
33038 \begin_layout Standard
33039 \begin_inset VSpace bigskip
33040 \end_inset
33041
33042 Wenn Sie eine 
33043 \family sans
33044 Innere
33045 \begin_inset space ~
33046 \end_inset
33047
33048 Box
33049 \family default
33050  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
33051 \family sans
33052 Inhalt
33053 \family default
33054  senkrecht ausgerichtet werden:
33055 \end_layout
33056
33057 \begin_layout Description
33058 Oben Dies ist ein Beispieltext.
33059  
33060 \begin_inset Box Boxed
33061 position "c"
33062 hor_pos "c"
33063 has_inner_box 1
33064 inner_pos "t"
33065 use_parbox 0
33066 use_makebox 0
33067 width "20col%"
33068 special "none"
33069 height "1.5in"
33070 height_special "totalheight"
33071 thickness "0.4pt"
33072 separation "3pt"
33073 shadowsize "4pt"
33074 framecolor "black"
33075 backgroundcolor "none"
33076 status collapsed
33077
33078 \begin_layout Plain Layout
33079 \align center
33080 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
33081 \end_layout
33082
33083 \end_inset
33084
33085  Dies ist ein Beispieltext.
33086 \end_layout
33087
33088 \begin_layout Description
33089 Mitte Dies ist ein Beispieltext.
33090  
33091 \begin_inset Box Boxed
33092 position "c"
33093 hor_pos "c"
33094 has_inner_box 1
33095 inner_pos "c"
33096 use_parbox 0
33097 use_makebox 0
33098 width "20col%"
33099 special "none"
33100 height "1.5in"
33101 height_special "totalheight"
33102 thickness "0.4pt"
33103 separation "3pt"
33104 shadowsize "4pt"
33105 framecolor "black"
33106 backgroundcolor "none"
33107 status collapsed
33108
33109 \begin_layout Plain Layout
33110 \align center
33111 Der Boxinhalt ist zentriert ausgerichtet.
33112 \end_layout
33113
33114 \end_inset
33115
33116  Dies ist ein Beispieltext.
33117 \end_layout
33118
33119 \begin_layout Description
33120 Unten Dies ist ein Beispieltext.
33121  
33122 \begin_inset Box Boxed
33123 position "c"
33124 hor_pos "c"
33125 has_inner_box 1
33126 inner_pos "b"
33127 use_parbox 0
33128 use_makebox 0
33129 width "20col%"
33130 special "none"
33131 height "1.5in"
33132 height_special "totalheight"
33133 thickness "0.4pt"
33134 separation "3pt"
33135 shadowsize "4pt"
33136 framecolor "black"
33137 backgroundcolor "none"
33138 status collapsed
33139
33140 \begin_layout Plain Layout
33141 \align center
33142 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
33143 \end_layout
33144
33145 \end_inset
33146
33147  Dies ist ein Beispieltext.
33148 \end_layout
33149
33150 \begin_layout Description
33151 Dehnen Dies ist ein Beispieltext.
33152  
33153 \begin_inset Box Boxed
33154 position "c"
33155 hor_pos "c"
33156 has_inner_box 1
33157 inner_pos "s"
33158 use_parbox 0
33159 use_makebox 0
33160 width "20col%"
33161 special "none"
33162 height "1in"
33163 height_special "totalheight"
33164 thickness "0.4pt"
33165 separation "3pt"
33166 shadowsize "4pt"
33167 framecolor "black"
33168 backgroundcolor "none"
33169 status collapsed
33170
33171 \begin_layout Plain Layout
33172 \align center
33173 Der Boxinhalt
33174 \end_layout
33175
33176 \begin_layout Plain Layout
33177 \align center
33178 ist über die
33179 \end_layout
33180
33181 \begin_layout Plain Layout
33182 \align center
33183 Boxhöhe
33184 \end_layout
33185
33186 \begin_layout Plain Layout
33187 \align center
33188 gleichmäßig verteilt.
33189 \end_layout
33190
33191 \end_inset
33192
33193  Dies ist ein Beispieltext.
33194 \end_layout
33195
33196 \begin_layout Standard
33197 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
33198  besteht.
33199  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
33200 \end_layout
33201
33202 \begin_layout Standard
33203 Ein Boxinhalt kann mit dem Dialog 
33204 \family sans
33205 Absatz-Einstellungen
33206 \family default
33207  waagerecht ausgerichtet werden, wenn Sie eine
33208 \family sans
33209  Innere
33210 \begin_inset space ~
33211 \end_inset
33212
33213 Box
33214 \family default
33215  gewählt haben.
33216 \begin_inset Separator parbreak
33217 \end_inset
33218
33219
33220 \end_layout
33221
33222 \begin_layout Standard
33223 \align center
33224 \begin_inset Box Boxed
33225 position "c"
33226 hor_pos "c"
33227 has_inner_box 1
33228 inner_pos "s"
33229 use_parbox 0
33230 use_makebox 0
33231 width "30col%"
33232 special "none"
33233 height "1.25in"
33234 height_special "totalheight"
33235 thickness "0.4pt"
33236 separation "3pt"
33237 shadowsize "4pt"
33238 framecolor "black"
33239 backgroundcolor "none"
33240 status collapsed
33241
33242 \begin_layout Plain Layout
33243 \align left
33244 Hier ist jede Zeile
33245 \end_layout
33246
33247 \begin_layout Plain Layout
33248 \align center
33249 anders
33250 \end_layout
33251
33252 \begin_layout Plain Layout
33253 \align right
33254 ausgerichtet.
33255 \end_layout
33256
33257 \end_inset
33258
33259
33260 \end_layout
33261
33262 \begin_layout Standard
33263 Wenn Sie keine
33264 \family sans
33265  Innere
33266 \begin_inset space ~
33267 \end_inset
33268
33269 Box
33270 \family default
33271  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
33272 \family sans
33273 Box-Einstellungen-
33274 \family default
33275 Dialog ausrichten
33276 \begin_inset Separator parbreak
33277 \end_inset
33278
33279
33280 \end_layout
33281
33282 \begin_layout Standard
33283 \align center
33284 \begin_inset Box Boxed
33285 position "c"
33286 hor_pos "s"
33287 has_inner_box 0
33288 inner_pos "s"
33289 use_parbox 0
33290 use_makebox 0
33291 width "90col%"
33292 special "none"
33293 height "1.25in"
33294 height_special "totalheight"
33295 thickness "0.4pt"
33296 separation "3pt"
33297 shadowsize "4pt"
33298 framecolor "black"
33299 backgroundcolor "none"
33300 status collapsed
33301
33302 \begin_layout Plain Layout
33303 Dieser Boxinhalt wurde horizontal gedehnt.
33304 \end_layout
33305
33306 \end_inset
33307
33308
33309 \end_layout
33310
33311 \begin_layout Subsection
33312 Verzierung
33313 \begin_inset CommandInset label
33314 LatexCommand label
33315 name "uab:Verzierung"
33316
33317 \end_inset
33318
33319
33320 \begin_inset Index idx
33321 status collapsed
33322
33323 \begin_layout Plain Layout
33324 Boxen ! Verzierung
33325 \end_layout
33326
33327 \end_inset
33328
33329
33330 \end_layout
33331
33332 \begin_layout Standard
33333 Im 
33334 \family sans
33335 Box-Einstellungen-
33336 \family default
33337 Dialog können Sie mit der 
33338 \family sans
33339 Verzierung
33340 \family default
33341  den Typ der Box auswählen:
33342 \end_layout
33343
33344 \begin_layout Description
33345 Kein
33346 \begin_inset space ~
33347 \end_inset
33348
33349 Rahmen Nichts wird gezeichnet.
33350 \end_layout
33351
33352 \begin_layout Description
33353 Einfacher
33354 \begin_inset space ~
33355 \end_inset
33356
33357 rechteckiger
33358 \begin_inset space ~
33359 \end_inset
33360
33361 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
33362  Die Rahmendicke kann festgelegt werden.
33363  
33364 \begin_inset Box Boxed
33365 position "c"
33366 hor_pos "c"
33367 has_inner_box 1
33368 inner_pos "c"
33369 use_parbox 0
33370 use_makebox 0
33371 width "21col%"
33372 special "none"
33373 height "1in"
33374 height_special "totalheight"
33375 thickness "0.4pt"
33376 separation "3pt"
33377 shadowsize "4pt"
33378 framecolor "black"
33379 backgroundcolor "none"
33380 status collapsed
33381
33382 \begin_layout Plain Layout
33383
33384 \series medium
33385 Rechteckige
33386 \begin_inset space ~
33387 \end_inset
33388
33389 Box
33390 \end_layout
33391
33392 \end_inset
33393
33394
33395 \end_layout
33396
33397 \begin_layout Description
33398 erlaube
33399 \begin_inset space ~
33400 \end_inset
33401
33402 Seitenumbrüche 
33403 \end_layout
33404
33405 \begin_layout Description
33406 Ovaler
33407 \begin_inset space ~
33408 \end_inset
33409
33410 Rahmen,
33411 \begin_inset space ~
33412 \end_inset
33413
33414 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
33415  Die Rahmendicke ist 0.4
33416 \begin_inset space \thinspace{}
33417 \end_inset
33418
33419 pt.
33420  
33421 \begin_inset Box ovalbox
33422 position "c"
33423 hor_pos "c"
33424 has_inner_box 1
33425 inner_pos "c"
33426 use_parbox 0
33427 use_makebox 0
33428 width "20col%"
33429 special "none"
33430 height "1in"
33431 height_special "totalheight"
33432 thickness "0.4pt"
33433 separation "3pt"
33434 shadowsize "4pt"
33435 framecolor "black"
33436 backgroundcolor "none"
33437 status collapsed
33438
33439 \begin_layout Plain Layout
33440 Ovale
33441 \begin_inset space ~
33442 \end_inset
33443
33444 Box,
33445 \begin_inset space ~
33446 \end_inset
33447
33448 dünn
33449 \end_layout
33450
33451 \end_inset
33452
33453
33454 \end_layout
33455
33456 \begin_layout Description
33457 Ovaler
33458 \begin_inset space ~
33459 \end_inset
33460
33461 Rahmen,
33462 \begin_inset space ~
33463 \end_inset
33464
33465 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
33466  Die Rahmendicke ist 0.8
33467 \begin_inset space \thinspace{}
33468 \end_inset
33469
33470 pt.
33471  
33472 \begin_inset Box Ovalbox
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 Ovale
33492 \begin_inset space ~
33493 \end_inset
33494
33495 Box,
33496 \begin_inset space ~
33497 \end_inset
33498
33499 dick
33500 \end_layout
33501
33502 \end_inset
33503
33504
33505 \end_layout
33506
33507 \begin_layout Description
33508 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
33509  Die Rahmendicke und die Schattenbreite kann festgelegt werden.
33510 \begin_inset Newline newline
33511 \end_inset
33512
33513
33514 \begin_inset Box Shadowbox
33515 position "c"
33516 hor_pos "c"
33517 has_inner_box 1
33518 inner_pos "c"
33519 use_parbox 0
33520 use_makebox 0
33521 width "20col%"
33522 special "none"
33523 height "1in"
33524 height_special "totalheight"
33525 thickness "0.4pt"
33526 separation "3pt"
33527 shadowsize "4pt"
33528 framecolor "black"
33529 backgroundcolor "none"
33530 status collapsed
33531
33532 \begin_layout Plain Layout
33533 Schattierte
33534 \begin_inset space ~
33535 \end_inset
33536
33537 Box
33538 \end_layout
33539
33540 \end_inset
33541
33542
33543 \end_layout
33544
33545 \begin_layout Description
33546 Schattierter
33547 \begin_inset space ~
33548 \end_inset
33549
33550 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
33551  Im Gegensatz zu farbigen Boxen
33552 \begin_inset Foot
33553 status collapsed
33554
33555 \begin_layout Plain Layout
33556 siehe Abschnitt
33557 \begin_inset space ~
33558 \end_inset
33559
33560
33561 \begin_inset CommandInset ref
33562 LatexCommand ref
33563 reference "abs:Farbige-Boxen"
33564
33565 \end_inset
33566
33567
33568 \end_layout
33569
33570 \end_inset
33571
33572  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
33573  die Box ist ein Absatz für sich.
33574  
33575 \begin_inset Box Shaded
33576 position "t"
33577 hor_pos "c"
33578 has_inner_box 0
33579 inner_pos "t"
33580 use_parbox 0
33581 use_makebox 0
33582 width "50col%"
33583 special "none"
33584 height "1in"
33585 height_special "totalheight"
33586 thickness "0.4pt"
33587 separation "3pt"
33588 shadowsize "4pt"
33589 framecolor "black"
33590 backgroundcolor "none"
33591 status collapsed
33592
33593 \begin_layout Plain Layout
33594 Schattierter Hintergrund Box
33595 \end_layout
33596
33597 \end_inset
33598
33599
33600 \end_layout
33601
33602 \begin_layout Description
33603 Doppelter
33604 \begin_inset space ~
33605 \end_inset
33606
33607 rechteckiger
33608 \begin_inset space ~
33609 \end_inset
33610
33611 Rahmen zeichnet einen doppelten Rahmen um die Box.
33612  Der innere Rahmen ist 0,75
33613 \begin_inset space \thinspace{}
33614 \end_inset
33615
33616 Rahmendicke breit, der äußere 1,5
33617 \begin_inset space \thinspace{}
33618 \end_inset
33619
33620 Rahmendicke.
33621  Der Zwischenraum beträgt 1,5
33622 \begin_inset space \thinspace{}
33623 \end_inset
33624
33625 Rahmendicke
33626 \begin_inset space \thinspace{}
33627 \end_inset
33628
33629 +
33630 \begin_inset space \thinspace{}
33631 \end_inset
33632
33633 0,5
33634 \begin_inset space \thinspace{}
33635 \end_inset
33636
33637 pt.
33638  
33639 \begin_inset Box Doublebox
33640 position "c"
33641 hor_pos "c"
33642 has_inner_box 1
33643 inner_pos "c"
33644 use_parbox 0
33645 use_makebox 0
33646 width "20col%"
33647 special "none"
33648 height "1in"
33649 height_special "totalheight"
33650 thickness "0.4pt"
33651 separation "3pt"
33652 shadowsize "4pt"
33653 framecolor "black"
33654 backgroundcolor "none"
33655 status collapsed
33656
33657 \begin_layout Plain Layout
33658 Doppelt
33659 \begin_inset space ~
33660 \end_inset
33661
33662 gerahmte
33663 \begin_inset space ~
33664 \end_inset
33665
33666 Box
33667 \end_layout
33668
33669 \end_inset
33670
33671
33672 \end_layout
33673
33674 \begin_layout Standard
33675 \begin_inset VSpace bigskip
33676 \end_inset
33677
33678 Die Aufschrift der Box in \SpecialChar LyX
33679  ändert sich mit der gewählten Verzierung.
33680  Um alle Verzierungen verwenden zu können, muss das \SpecialChar LaTeX
33681 -Paket 
33682 \series bold
33683 fancybox
33684 \series default
33685
33686 \begin_inset Index idx
33687 status collapsed
33688
33689 \begin_layout Plain Layout
33690 \SpecialChar LaTeX
33691 -Pakete ! fancybox
33692 \end_layout
33693
33694 \end_inset
33695
33696  installiert sein.
33697 \end_layout
33698
33699 \begin_layout Standard
33700 \begin_inset VSpace bigskip
33701 \end_inset
33702
33703 Wenn Sie die Verzierung 
33704 \family sans
33705 Einfacher rechteckiger Rahmen
33706 \family default
33707  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
33708  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
33709  immer über die gesamte Zeilenbreite geht und dass die Box ein Absatz für
33710  sich ist: 
33711 \begin_inset Box Framed
33712 position "t"
33713 hor_pos "c"
33714 has_inner_box 0
33715 inner_pos "t"
33716 use_parbox 0
33717 use_makebox 0
33718 width "100col%"
33719 special "none"
33720 height "1in"
33721 height_special "totalheight"
33722 thickness "0.4pt"
33723 separation "3pt"
33724 shadowsize "4pt"
33725 framecolor "black"
33726 backgroundcolor "none"
33727 status collapsed
33728
33729 \begin_layout Plain Layout
33730 Box erlaubt Seitenumbruch
33731 \end_layout
33732
33733 \end_inset
33734
33735
33736 \end_layout
33737
33738 \begin_layout Section
33739 Box-Anpassung
33740 \begin_inset Index idx
33741 status collapsed
33742
33743 \begin_layout Plain Layout
33744 Boxen ! Anpassung
33745 \end_layout
33746
33747 \end_inset
33748
33749
33750 \end_layout
33751
33752 \begin_layout Standard
33753 \noindent
33754 Der Durchmesser der abgerundeten Ecken kann mit 
33755 \series bold
33756
33757 \backslash
33758 cornersize
33759 \series default
33760  gesetzt werden.
33761  Der \SpecialChar TeX
33762 -Code-Befehl
33763 \end_layout
33764
33765 \begin_layout Standard
33766
33767 \series bold
33768
33769 \backslash
33770 cornersize*{1cm}
33771 \end_layout
33772
33773 \begin_layout Standard
33774 setzt den Durchmesser auf 1
33775 \begin_inset space \thinspace{}
33776 \end_inset
33777
33778 cm.
33779  Der \SpecialChar TeX
33780 -Code-Befehl
33781 \end_layout
33782
33783 \begin_layout Standard
33784
33785 \series bold
33786
33787 \backslash
33788 cornersize{num}
33789 \end_layout
33790
33791 \begin_layout Standard
33792 setzt den Durchmesser auf 
33793 \family sans
33794 num
33795 \begin_inset space \thinspace{}
33796 \end_inset
33797
33798 ×
33799 \begin_inset space \thinspace{}
33800 \end_inset
33801
33802 Minimum(Breite der Box, Höhe der Box)
33803 \family default
33804 .
33805  Der Standardwert ist 
33806 \series bold
33807
33808 \backslash
33809 cornersize{0.5}
33810 \series default
33811 .
33812 \end_layout
33813
33814 \begin_layout Standard
33815 \begin_inset ERT
33816 status collapsed
33817
33818 \begin_layout Plain Layout
33819
33820
33821 \backslash
33822 cornersize*{1.5cm}
33823 \end_layout
33824
33825 \end_inset
33826
33827
33828 \begin_inset Box Ovalbox
33829 position "c"
33830 hor_pos "c"
33831 has_inner_box 1
33832 inner_pos "c"
33833 use_parbox 0
33834 use_makebox 0
33835 width "30col%"
33836 special "none"
33837 height "1in"
33838 height_special "totalheight"
33839 thickness "0.4pt"
33840 separation "3pt"
33841 shadowsize "4pt"
33842 framecolor "black"
33843 backgroundcolor "none"
33844 status open
33845
33846 \begin_layout Plain Layout
33847 \align center
33848 Ovale Box, dicker Rand, mit 
33849 \series bold
33850
33851 \backslash
33852 cornersize
33853 \series default
33854
33855 \begin_inset space \thinspace{}
33856 \end_inset
33857
33858 =
33859 \begin_inset space \thinspace{}
33860 \end_inset
33861
33862 1.5
33863 \begin_inset space \thinspace{}
33864 \end_inset
33865
33866 cm
33867 \end_layout
33868
33869 \end_inset
33870
33871
33872 \begin_inset ERT
33873 status collapsed
33874
33875 \begin_layout Plain Layout
33876
33877
33878 \backslash
33879 cornersize{0.5}
33880 \end_layout
33881
33882 \end_inset
33883
33884
33885 \end_layout
33886
33887 \begin_layout Standard
33888 \begin_inset VSpace bigskip
33889 \end_inset
33890
33891 Die Standard-Hintergrundfarbe rot von Boxen mit 
33892 \family sans
33893 schattiertem Hintergrund
33894 \family default
33895  kann entweder lokal mit dem Befehl 
33896 \series bold
33897
33898 \backslash
33899 definecolor{shadecolor}
33900 \series default
33901  oder global über das Menü 
33902 \family sans
33903 Werkzeuge\SpecialChar menuseparator
33904 Einstellungen\SpecialChar menuseparator
33905 Farben\SpecialChar menuseparator
33906 Schattierte
33907 \begin_inset space ~
33908 \end_inset
33909
33910 Box
33911 \family default
33912  geändert werden.
33913  Das Schema des 
33914 \series bold
33915
33916 \backslash
33917 definecolor
33918 \series default
33919  Befehls ist  in Abschnitt
33920 \begin_inset space ~
33921 \end_inset
33922
33923
33924 \begin_inset CommandInset ref
33925 LatexCommand ref
33926 reference "abs:Farbige-Tabellen"
33927
33928 \end_inset
33929
33930  erklärt.
33931 \begin_inset Foot
33932 status collapsed
33933
33934 \begin_layout Plain Layout
33935 Beachten Sie, dass 
33936 \series bold
33937
33938 \backslash
33939 definecolor
33940 \series default
33941  das \SpecialChar LaTeX
33942 -Paket 
33943 \series bold
33944 color
33945 \series default
33946  im \SpecialChar LaTeX
33947 -Vorspann benötigt, siehe Abschnitt
33948 \begin_inset space ~
33949 \end_inset
33950
33951
33952 \begin_inset CommandInset ref
33953 LatexCommand ref
33954 reference "abs:Farbige-Boxen"
33955
33956 \end_inset
33957
33958 .
33959 \end_layout
33960
33961 \end_inset
33962
33963  Für das nächste Beispiel wurden folgender \SpecialChar TeX
33964 -Code verwendet:
33965 \end_layout
33966
33967 \begin_layout Standard
33968
33969 \series bold
33970
33971 \backslash
33972 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33973 \end_layout
33974
33975 \begin_layout Standard
33976 \begin_inset ERT
33977 status collapsed
33978
33979 \begin_layout Plain Layout
33980
33981
33982 \backslash
33983 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33984 \end_layout
33985
33986 \end_inset
33987
33988
33989 \begin_inset Box Shaded
33990 position "t"
33991 hor_pos "c"
33992 has_inner_box 0
33993 inner_pos "t"
33994 use_parbox 0
33995 use_makebox 0
33996 width "100col%"
33997 special "none"
33998 height "1in"
33999 height_special "totalheight"
34000 thickness "0.4pt"
34001 separation "3pt"
34002 shadowsize "4pt"
34003 framecolor "black"
34004 backgroundcolor "none"
34005 status open
34006
34007 \begin_layout Plain Layout
34008
34009 \color yellow
34010 Dies ist gelber Text in einer 
34011 \family sans
34012 schattierten Hintergrund
34013 \begin_inset space ~
34014 \end_inset
34015
34016
34017 \family default
34018 Box auf dunkelgrünem Hintergrund.
34019 \end_layout
34020
34021 \end_inset
34022
34023
34024 \begin_inset ERT
34025 status collapsed
34026
34027 \begin_layout Plain Layout
34028
34029
34030 \backslash
34031 definecolor{shadecolor}{rgb}{1,0,0}
34032 \end_layout
34033
34034 \end_inset
34035
34036
34037 \end_layout
34038
34039 \begin_layout Standard
34040 \begin_inset VSpace bigskip
34041 \end_inset
34042
34043 Geänderte Größen und Farben gelten für alle Boxen, die auf den Befehl folgen,
34044  der sie ändert.
34045 \end_layout
34046
34047 \begin_layout Section
34048 Minipage
34049 \begin_inset CommandInset label
34050 LatexCommand label
34051 name "abs:Minipage"
34052
34053 \end_inset
34054
34055
34056 \begin_inset Index idx
34057 status collapsed
34058
34059 \begin_layout Plain Layout
34060 Boxen ! Minipage
34061 \end_layout
34062
34063 \end_inset
34064
34065
34066 \end_layout
34067
34068 \begin_layout Standard
34069 Minipages werden von \SpecialChar LaTeX
34070  wie Seiten auf einer Seite behandelt und können deshalb
34071  unter anderem eigene Fußnoten haben.
34072 \end_layout
34073
34074 \begin_layout Standard
34075 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
34076 \end_layout
34077
34078 \begin_layout Standard
34079 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
34080  Ihre Breite ist 45 Spaltenbreite
34081 \begin_inset space ~
34082 \end_inset
34083
34084 %, und sie sind durch einen 
34085 \family sans
34086 HFill
34087 \family default
34088  getrennt (
34089 \family sans
34090 Einfügen\SpecialChar menuseparator
34091 Formatierung\SpecialChar menuseparator
34092 Horizontaler
34093 \begin_inset space \space{}
34094 \end_inset
34095
34096 Abstand\SpecialChar menuseparator
34097 Abstand\SpecialChar menuseparator
34098 Variabler
34099 \begin_inset space ~
34100 \end_inset
34101
34102 horiz.
34103 \begin_inset space ~
34104 \end_inset
34105
34106 Abstand
34107 \family default
34108 ).
34109 \begin_inset Newpage newpage
34110 \end_inset
34111
34112
34113 \end_layout
34114
34115 \begin_layout Standard
34116 \noindent
34117 \begin_inset Box Frameless
34118 position "t"
34119 hor_pos "c"
34120 has_inner_box 1
34121 inner_pos "c"
34122 use_parbox 0
34123 use_makebox 0
34124 width "45col%"
34125 special "none"
34126 height "1in"
34127 height_special "totalheight"
34128 thickness "0.4pt"
34129 separation "3pt"
34130 shadowsize "4pt"
34131 framecolor "black"
34132 backgroundcolor "none"
34133 status open
34134
34135 \begin_layout Plain Layout
34136 Dies ist ein deutscher Text.
34137  Dies ist ein deutscher Text.
34138  Dies ist ein deutscher Text.
34139  Dies ist ein deutscher Text.
34140  Dies ist ein deutscher Text.
34141  Dies ist ein deutscher Text.
34142  Dies ist ein deutscher Text.
34143  Dies ist ein deutscher Text.
34144  Dies ist ein deutscher Text.
34145  Dies ist ein deutscher Text.
34146  Dies ist ein deutscher Text.
34147  Dies ist ein deutscher Text.
34148  Dies ist ein deutscher Text
34149 \begin_inset Foot
34150 status open
34151
34152 \begin_layout Plain Layout
34153 Dies ist eine deutsche Fußnote.
34154 \end_layout
34155
34156 \end_inset
34157
34158 .
34159  Dies ist ein deutscher Text.
34160  Dies ist ein deutscher Text.
34161 \end_layout
34162
34163 \end_inset
34164
34165
34166 \begin_inset space \hfill{}
34167 \end_inset
34168
34169
34170 \begin_inset Box Frameless
34171 position "t"
34172 hor_pos "c"
34173 has_inner_box 1
34174 inner_pos "c"
34175 use_parbox 0
34176 use_makebox 0
34177 width "45col%"
34178 special "none"
34179 height "1in"
34180 height_special "totalheight"
34181 thickness "0.4pt"
34182 separation "3pt"
34183 shadowsize "4pt"
34184 framecolor "black"
34185 backgroundcolor "none"
34186 status open
34187
34188 \begin_layout Plain Layout
34189
34190 \lang english
34191 This is an English Text.
34192  This is an English Text.
34193  This is an English Text.
34194  This is an English Text.
34195  This is an English Text.
34196  This is an English Text.
34197  This is an English Text.
34198  This is an English Text.
34199  This is an English Text.
34200  This is an English Text.
34201  This is an English Text.
34202  This is an English Text.
34203  This is an English Text.
34204  This is an English Text.
34205  This is an English Text.
34206  This is an English Text.
34207 \begin_inset Foot
34208 status collapsed
34209
34210 \begin_layout Plain Layout
34211
34212 \lang english
34213 This is an English footnote.
34214 \end_layout
34215
34216 \end_inset
34217
34218  This is an English Text.
34219 \end_layout
34220
34221 \end_inset
34222
34223
34224 \end_layout
34225
34226 \begin_layout Standard
34227 \begin_inset VSpace bigskip
34228 \end_inset
34229
34230 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
34231  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
34232  Absätze nicht eingerückt werden, obwohl Sie das in 
34233 \family sans
34234 Dokument
34235 \family default
34236 \SpecialChar menuseparator
34237
34238 \family sans
34239 Einstellun\SpecialChar softhyphen
34240 gen\SpecialChar menuseparator
34241 Textformat
34242 \family default
34243  festgelegt haben.
34244  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
34245  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem \SpecialChar TeX
34246 -Code 
34247 \series bold
34248
34249 \backslash
34250 hspace*{1em}
34251 \series default
34252 .
34253 \end_layout
34254
34255 \begin_layout Standard
34256 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
34257  zu verpassen, siehe Abschnitt
34258 \begin_inset space ~
34259 \end_inset
34260
34261
34262 \begin_inset CommandInset ref
34263 LatexCommand ref
34264 reference "abs:Farbige-Boxen"
34265
34266 \end_inset
34267
34268 .
34269 \end_layout
34270
34271 \begin_layout Standard
34272 \begin_inset Note Greyedout
34273 status open
34274
34275 \begin_layout Plain Layout
34276
34277 \series bold
34278 Bemerkung:
34279 \series default
34280  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
34281  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
34282 \end_layout
34283
34284 \end_inset
34285
34286
34287 \end_layout
34288
34289 \begin_layout Standard
34290 \begin_inset VSpace bigskip
34291 \end_inset
34292
34293
34294 \end_layout
34295
34296 \begin_layout Standard
34297 \SpecialChar LyX
34298  unterstützt auch Minipages, deren Breite sich automatisch an die Größe
34299  des Inhalts anpasst, über das Modul 
34300 \family sans
34301 Breitenvariable
34302 \begin_inset space ~
34303 \end_inset
34304
34305 Minipages
34306 \family default
34307 .
34308  Die \SpecialChar LyX
34309 -Beispieldatei 
34310 \emph on
34311 varwidth-floats-side-by-side
34312 \emph default
34313  gibt Beispiele von breitenvariablen Minipages, um Gleitobjekte nebeneinander
34314  zu setzen.
34315 \end_layout
34316
34317 \begin_layout Section
34318 Parbox
34319 \begin_inset CommandInset label
34320 LatexCommand label
34321 name "abs:Parbox"
34322
34323 \end_inset
34324
34325
34326 \begin_inset Index idx
34327 status collapsed
34328
34329 \begin_layout Plain Layout
34330 Boxen ! Parbox
34331 \end_layout
34332
34333 \end_inset
34334
34335
34336 \end_layout
34337
34338 \begin_layout Standard
34339 Parbox ist eine Abkürzung für 
34340 \begin_inset Quotes gld
34341 \end_inset
34342
34343 paragraph box
34344 \begin_inset Quotes grd
34345 \end_inset
34346
34347 , was Absatzbox bedeutet.
34348  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
34349  in Parboxen nicht ausgegeben werden:
34350 \begin_inset Separator parbreak
34351 \end_inset
34352
34353
34354 \end_layout
34355
34356 \begin_layout Standard
34357 \align center
34358 \begin_inset Box Frameless
34359 position "t"
34360 hor_pos "c"
34361 has_inner_box 1
34362 inner_pos "t"
34363 use_parbox 1
34364 use_makebox 0
34365 width "33col%"
34366 special "none"
34367 height "1in"
34368 height_special "totalheight"
34369 thickness "0.4pt"
34370 separation "3pt"
34371 shadowsize "4pt"
34372 framecolor "black"
34373 backgroundcolor "none"
34374 status open
34375
34376 \begin_layout Plain Layout
34377 Dies ist Text in einer Parbox.
34378  Dies ist Text in einer Parbox.
34379 \end_layout
34380
34381 \begin_layout Plain Layout
34382 Diese Fußnote wird nicht gedruckt:
34383 \begin_inset Foot
34384 status collapsed
34385
34386 \begin_layout Plain Layout
34387 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
34388 \end_layout
34389
34390 \end_inset
34391
34392
34393 \end_layout
34394
34395 \end_inset
34396
34397
34398 \end_layout
34399
34400 \begin_layout Section
34401 Boxen für Worte und Buchstaben
34402 \begin_inset Index idx
34403 status collapsed
34404
34405 \begin_layout Plain Layout
34406 Boxen ! für Buchstaben
34407 \end_layout
34408
34409 \end_inset
34410
34411
34412 \end_layout
34413
34414 \begin_layout Subsection
34415 Silbentrennung unterbinden
34416 \begin_inset CommandInset label
34417 LatexCommand label
34418 name "abs:Silbentrennung-unterbinden"
34419
34420 \end_inset
34421
34422
34423 \begin_inset Index idx
34424 status collapsed
34425
34426 \begin_layout Plain Layout
34427 Boxen ! zur Vermeidung von Silbentrennung
34428 \end_layout
34429
34430 \end_inset
34431
34432
34433 \end_layout
34434
34435 \begin_layout Standard
34436 Sie können den Boxtyp 
34437 \family sans
34438 Makebox
34439 \family default
34440  benutzen, um Silbentrennungen zu unterbinden.
34441 \begin_inset Newline newline
34442 \end_inset
34443
34444 Hier ist ein Beispiel: 
34445 \end_layout
34446
34447 \begin_layout Standard
34448 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
34449 \begin_inset Quotes gld
34450 \end_inset
34451
34452 einsehrsehrsehrlangeswort
34453 \begin_inset Quotes grd
34454 \end_inset
34455
34456 .
34457 \end_layout
34458
34459 \begin_layout Standard
34460 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
34461  Innere
34462 \begin_inset space ~
34463 \end_inset
34464
34465 Box auf Makebox und verwenden keine explizite Breite.
34466 \end_layout
34467
34468 \begin_layout Standard
34469 Hier ist das Ergebnis:
34470 \end_layout
34471
34472 \begin_layout Standard
34473 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34474 \begin_inset Box Frameless
34475 position "t"
34476 hor_pos "c"
34477 has_inner_box 1
34478 inner_pos "t"
34479 use_parbox 0
34480 use_makebox 1
34481 width ""
34482 special "none"
34483 height "1in"
34484 height_special "totalheight"
34485 thickness "0.4pt"
34486 separation "3pt"
34487 shadowsize "4pt"
34488 framecolor "black"
34489 backgroundcolor "none"
34490 status open
34491
34492 \begin_layout Plain Layout
34493 \begin_inset Quotes gld
34494 \end_inset
34495
34496 einsehrsehrsehrlangeswort
34497 \begin_inset Quotes grd
34498 \end_inset
34499
34500
34501 \end_layout
34502
34503 \end_inset
34504
34505 .
34506 \end_layout
34507
34508 \begin_layout Standard
34509 Alternativ dazu kann man auch den Befehl 
34510 \begin_inset Quotes gld
34511 \end_inset
34512
34513
34514 \series bold
34515
34516 \backslash
34517 -
34518 \series default
34519
34520 \begin_inset Quotes grd
34521 \end_inset
34522
34523  als \SpecialChar TeX
34524 -Code direkt vor das Wort setzen:
34525 \end_layout
34526
34527 \begin_layout Standard
34528 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34529 \begin_inset Quotes gld
34530 \end_inset
34531
34532
34533 \begin_inset ERT
34534 status collapsed
34535
34536 \begin_layout Plain Layout
34537
34538
34539 \backslash
34540 -
34541 \end_layout
34542
34543 \end_inset
34544
34545 einsehrsehrsehrlangeswort
34546 \begin_inset Quotes grd
34547 \end_inset
34548
34549 .
34550 \end_layout
34551
34552 \begin_layout Standard
34553 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
34554  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
34555 \family sans
34556 Strg-Eingabe
34557 \family default
34558 ) einfügen: 
34559 \end_layout
34560
34561 \begin_layout Standard
34562 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
34563 \begin_inset Newline newline
34564 \end_inset
34565
34566
34567 \begin_inset Box Frameless
34568 position "t"
34569 hor_pos "c"
34570 has_inner_box 1
34571 inner_pos "t"
34572 use_parbox 0
34573 use_makebox 1
34574 width ""
34575 special "none"
34576 height "1in"
34577 height_special "totalheight"
34578 thickness "0.4pt"
34579 separation "3pt"
34580 shadowsize "4pt"
34581 framecolor "black"
34582 backgroundcolor "none"
34583 status open
34584
34585 \begin_layout Plain Layout
34586 \begin_inset Quotes gld
34587 \end_inset
34588
34589 einsehrsehrsehrlangeswort
34590 \begin_inset Quotes grd
34591 \end_inset
34592
34593
34594 \end_layout
34595
34596 \end_inset
34597
34598 .
34599 \end_layout
34600
34601 \begin_layout Subsection
34602 Vertikale Ausrichtung
34603 \begin_inset CommandInset label
34604 LatexCommand label
34605 name "uab:Vertikale-Ausrichtung"
34606
34607 \end_inset
34608
34609
34610 \begin_inset Index idx
34611 status collapsed
34612
34613 \begin_layout Plain Layout
34614 Boxen ! für Vertikale Ausrichtung
34615 \end_layout
34616
34617 \end_inset
34618
34619
34620 \begin_inset Index idx
34621 status collapsed
34622
34623 \begin_layout Plain Layout
34624 Boxen ! raisebox
34625 \end_layout
34626
34627 \end_inset
34628
34629
34630 \end_layout
34631
34632 \begin_layout Standard
34633 Mit dem \SpecialChar LaTeX
34634 -Befehl 
34635 \series bold
34636
34637 \backslash
34638 raisebox
34639 \series default
34640  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
34641 n Textes ausrichten.
34642  
34643 \series bold
34644
34645 \backslash
34646 raisebox
34647 \series default
34648  wird folgendermaßen benutzt:
34649 \end_layout
34650
34651 \begin_layout Standard
34652
34653 \series bold
34654
34655 \backslash
34656 raisebox{Verschiebung}[oben][unten]{Text}
34657 \end_layout
34658
34659 \begin_layout Standard
34660 Positive Werte für Verschiebung
34661 \series bold
34662  
34663 \series default
34664 verschieben die Box nach oben, negative nach unten.
34665  Die beiden optionalen Parameter 
34666 \family typewriter
34667 oben
34668 \family default
34669  und 
34670 \family typewriter
34671 unten
34672 \family default
34673  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
34674  hinausgeht, wenn sie nicht verschoben ist.
34675 \end_layout
34676
34677 \begin_layout Standard
34678 Um zum Beispiel das Wort 
34679 \begin_inset Quotes gld
34680 \end_inset
34681
34682 provokant
34683 \begin_inset Quotes grd
34684 \end_inset
34685
34686  mit seinem 
34687 \begin_inset Quotes gld
34688 \end_inset
34689
34690 niedrigsten
34691 \begin_inset Quotes grd
34692 \end_inset
34693
34694  Buchstaben 
34695 \begin_inset Quotes gld
34696 \end_inset
34697
34698 p
34699 \begin_inset Quotes grd
34700 \end_inset
34701
34702  an der Grundlinie auszurichten, müssen Sie den \SpecialChar TeX
34703 -Code-Befehl
34704 \end_layout
34705
34706 \begin_layout Standard
34707
34708 \series bold
34709
34710 \backslash
34711 raisebox{
34712 \backslash
34713 depth}{
34714 \end_layout
34715
34716 \begin_layout Standard
34717 vor dem Wort einfügen und 
34718 \begin_inset Quotes gld
34719 \end_inset
34720
34721
34722 \series bold
34723 }
34724 \series default
34725
34726 \begin_inset Quotes grd
34727 \end_inset
34728
34729  als \SpecialChar TeX
34730 -Code dahinter:
34731 \end_layout
34732
34733 \begin_layout Standard
34734 Dies ist eine Zeile, in der das Wort 
34735 \begin_inset ERT
34736 status collapsed
34737
34738 \begin_layout Plain Layout
34739
34740
34741 \backslash
34742 raisebox{
34743 \backslash
34744 depth}{
34745 \end_layout
34746
34747 \end_inset
34748
34749
34750 \begin_inset Quotes gld
34751 \end_inset
34752
34753 provokant
34754 \begin_inset Quotes grd
34755 \end_inset
34756
34757
34758 \begin_inset ERT
34759 status collapsed
34760
34761 \begin_layout Plain Layout
34762
34763 }
34764 \end_layout
34765
34766 \end_inset
34767
34768  nach oben verschoben wurde.
34769 \end_layout
34770
34771 \begin_layout Standard
34772 \begin_inset VSpace bigskip
34773 \end_inset
34774
34775 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
34776  gedehnt:
34777 \end_layout
34778
34779 \begin_layout Standard
34780 Dies ist eine Zeile, in der das Wort 
34781 \begin_inset ERT
34782 status collapsed
34783
34784 \begin_layout Plain Layout
34785
34786
34787 \backslash
34788 raisebox{-
34789 \backslash
34790 depth}{
34791 \end_layout
34792
34793 \end_inset
34794
34795
34796 \begin_inset Quotes gld
34797 \end_inset
34798
34799 provokant
34800 \begin_inset Quotes grd
34801 \end_inset
34802
34803
34804 \begin_inset ERT
34805 status collapsed
34806
34807 \begin_layout Plain Layout
34808
34809 }
34810 \end_layout
34811
34812 \end_inset
34813
34814  nach unten verschoben wurde.
34815 \end_layout
34816
34817 \begin_layout Standard
34818 Dies ist eine Zeile, in der das Wort 
34819 \begin_inset ERT
34820 status collapsed
34821
34822 \begin_layout Plain Layout
34823
34824
34825 \backslash
34826 raisebox{0.5cm}{
34827 \end_layout
34828
34829 \end_inset
34830
34831
34832 \begin_inset Quotes gld
34833 \end_inset
34834
34835 testen
34836 \begin_inset Quotes grd
34837 \end_inset
34838
34839
34840 \begin_inset ERT
34841 status collapsed
34842
34843 \begin_layout Plain Layout
34844
34845 }
34846 \end_layout
34847
34848 \end_inset
34849
34850  um 0.5
34851 \begin_inset space \thinspace{}
34852 \end_inset
34853
34854 cm nach oben verschoben wurde.
34855 \end_layout
34856
34857 \begin_layout Standard
34858 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
34859 \end_layout
34860
34861 \begin_layout Standard
34862
34863 \series bold
34864
34865 \backslash
34866 raisebox{-
34867 \backslash
34868 depth}[0pt]{
34869 \end_layout
34870
34871 \begin_layout Standard
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{-
34881 \backslash
34882 depth}[0pt]{
34883 \end_layout
34884
34885 \end_inset
34886
34887
34888 \begin_inset Quotes gld
34889 \end_inset
34890
34891 provokant
34892 \begin_inset Quotes grd
34893 \end_inset
34894
34895
34896 \begin_inset ERT
34897 status collapsed
34898
34899 \begin_layout Plain Layout
34900
34901 }
34902 \end_layout
34903
34904 \end_inset
34905
34906  nach unten verschoben wurde.
34907 \begin_inset Newline newline
34908 \end_inset
34909
34910
34911 \begin_inset Newline newline
34912 \end_inset
34913
34914 Dies ist eine Zeile, in der das Wort 
34915 \begin_inset ERT
34916 status collapsed
34917
34918 \begin_layout Plain Layout
34919
34920
34921 \backslash
34922 raisebox{0.5cm}[0pt]{
34923 \end_layout
34924
34925 \end_inset
34926
34927
34928 \begin_inset Quotes gld
34929 \end_inset
34930
34931 testen
34932 \begin_inset Quotes grd
34933 \end_inset
34934
34935
34936 \begin_inset ERT
34937 status collapsed
34938
34939 \begin_layout Plain Layout
34940
34941 }
34942 \end_layout
34943
34944 \end_inset
34945
34946  um 0.5
34947 \begin_inset space \thinspace{}
34948 \end_inset
34949
34950 cm nach oben verschoben wurde.
34951  Jetzt überschneiden sich die verschobenen Worte.
34952 \end_layout
34953
34954 \begin_layout Section
34955 Farbige Boxen
34956 \begin_inset CommandInset label
34957 LatexCommand label
34958 name "abs:Farbige-Boxen"
34959
34960 \end_inset
34961
34962
34963 \begin_inset Index idx
34964 status collapsed
34965
34966 \begin_layout Plain Layout
34967 Boxen ! farbige
34968 \end_layout
34969
34970 \end_inset
34971
34972
34973 \end_layout
34974
34975 \begin_layout Standard
34976 Um einen Text mit einer Hintergrundfarbe zu versehen, wählen Sie diese im
34977  Box-Dialog aus.
34978  Dies ist zum Beispiel eine Box mit orangenem Hintergrund
34979 \begin_inset Newline newline
34980 \end_inset
34981
34982
34983 \begin_inset Box Frameless
34984 position "t"
34985 hor_pos "c"
34986 has_inner_box 1
34987 inner_pos "t"
34988 use_parbox 0
34989 use_makebox 1
34990 width ""
34991 special "none"
34992 height "1in"
34993 height_special "totalheight"
34994 thickness "0.4pt"
34995 separation "3pt"
34996 shadowsize "4pt"
34997 framecolor "black"
34998 backgroundcolor "orange"
34999 status open
35000
35001 \begin_layout Plain Layout
35002 Box mit orangenem Hintergrund
35003 \end_layout
35004
35005 \end_inset
35006
35007
35008 \end_layout
35009
35010 \begin_layout Standard
35011 Wenn Sie die Dekoration
35012 \family sans
35013  Einfacher
35014 \begin_inset space ~
35015 \end_inset
35016
35017 rechteckiger
35018 \begin_inset space ~
35019 \end_inset
35020
35021 Rahmen 
35022 \family default
35023 verwenden, können Sie eine Rahmenfarbe festlegen.
35024  In diesem Fall muss auch eine Hintergrundfarbe angegeben werden (LyX setzt
35025  sie standardmäßig auf weiß).
35026  Hier ist ein Beispiel:
35027 \begin_inset Newline newline
35028 \end_inset
35029
35030
35031 \begin_inset Box Boxed
35032 position "t"
35033 hor_pos "c"
35034 has_inner_box 0
35035 inner_pos "t"
35036 use_parbox 0
35037 use_makebox 0
35038 width ""
35039 special "none"
35040 height "1in"
35041 height_special "totalheight"
35042 thickness "0.4pt"
35043 separation "3pt"
35044 shadowsize "4pt"
35045 framecolor "teal"
35046 backgroundcolor "yellow"
35047 status open
35048
35049 \begin_layout Plain Layout
35050 Box mit tealer Rahmenfarbe und gelber Hintergrundfarbe
35051 \end_layout
35052
35053 \end_inset
35054
35055
35056 \end_layout
35057
35058 \begin_layout Standard
35059 \begin_inset VSpace bigskip
35060 \end_inset
35061
35062 Natürlich ist auch farbiger Text in einer farbigen Box möglich:
35063 \begin_inset Newline newline
35064 \end_inset
35065
35066
35067 \begin_inset Box Boxed
35068 position "t"
35069 hor_pos "c"
35070 has_inner_box 0
35071 inner_pos "t"
35072 use_parbox 0
35073 use_makebox 0
35074 width ""
35075 special "none"
35076 height "1in"
35077 height_special "totalheight"
35078 thickness "0.4pt"
35079 separation "3pt"
35080 shadowsize "4pt"
35081 framecolor "cyan"
35082 backgroundcolor "magenta"
35083 status open
35084
35085 \begin_layout Plain Layout
35086
35087 \color yellow
35088 Dies ist farbiger Text in einer farbigen, gerahmten Box.
35089 \end_layout
35090
35091 \end_inset
35092
35093
35094 \end_layout
35095
35096 \begin_layout Standard
35097 \begin_inset VSpace bigskip
35098 \end_inset
35099
35100
35101 \end_layout
35102
35103 \begin_layout Standard
35104 Falls sie andere als die voreingestellten Farben benötigen, können Ihre
35105  eigenen Farben definieren, wie in Abschnitt
35106 \begin_inset space ~
35107 \end_inset
35108
35109
35110 \begin_inset CommandInset ref
35111 LatexCommand ref
35112 reference "abs:Farbige-Tabellen"
35113
35114 \end_inset
35115
35116  beschrieben.
35117  Um selbstdefinierte Farben zu verwenden, muss die Box mittels TeX-Code
35118  gesetzt werden:
35119 \end_layout
35120
35121 \begin_layout Standard
35122 Farbige Boxen ohne Rahmen werden mit dem Befehl 
35123 \series bold
35124
35125 \backslash
35126 colorbox
35127 \series default
35128  erzeugt.
35129  Er hat folgendes Schema:
35130 \end_layout
35131
35132 \begin_layout Standard
35133
35134 \series bold
35135
35136 \backslash
35137 colorbox{Farbe}{Boxinhalt}
35138 \end_layout
35139
35140 \begin_layout Standard
35141 Der Boxinhalt kann auch eine Box sein, und farbige Boxen können in anderen
35142  Boxen sein.
35143  Um zum Beispiel ein Wort auf einem dunkelgrünen Hintergrund zu drucken,
35144  fügen sie den \SpecialChar TeX
35145 -Code-Befehl
35146 \end_layout
35147
35148 \begin_layout Standard
35149
35150 \series bold
35151
35152 \backslash
35153 colorbox{dunkelgruen}{
35154 \end_layout
35155
35156 \begin_layout Standard
35157 vor dem Wort ein.
35158  Hinter dem Wort fügen Sie 
35159 \series bold
35160
35161 \begin_inset Quotes gld
35162 \end_inset
35163
35164 }
35165 \series default
35166
35167 \begin_inset Quotes grd
35168 \end_inset
35169
35170  als \SpecialChar TeX
35171 -Code ein.
35172  Hier ist das Ergebnis:
35173 \end_layout
35174
35175 \begin_layout Standard
35176 In dieser Zeile hat 
35177 \begin_inset ERT
35178 status collapsed
35179
35180 \begin_layout Plain Layout
35181
35182
35183 \backslash
35184 colorbox{dunkelgruen}{
35185 \end_layout
35186
35187 \end_inset
35188
35189 Achtung!
35190 \begin_inset ERT
35191 status collapsed
35192
35193 \begin_layout Plain Layout
35194
35195 }
35196 \end_layout
35197
35198 \end_inset
35199
35200  einen dunkelgrünen Hintergrund.
35201 \end_layout
35202
35203 \begin_layout Standard
35204 Farbige Boxen mit Rahmen werden mit dem Befehl
35205 \series bold
35206  
35207 \backslash
35208 fcolorbox
35209 \series default
35210  erzeugt.
35211  Er hat folgendes Schema:
35212 \end_layout
35213
35214 \begin_layout Standard
35215
35216 \series bold
35217
35218 \backslash
35219 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
35220 \end_layout
35221
35222 \begin_layout Section
35223 Rotierte und skalierte Boxen
35224 \end_layout
35225
35226 \begin_layout Standard
35227 Um die in diesem Abschnitt beschriebenen Boxen nutzen zu können, muss das
35228  Modul 
35229 \family sans
35230 Grafik-Boxen
35231 \family default
35232  in den Dokumenteinstellungen geladen sein.
35233 \end_layout
35234
35235 \begin_layout Standard
35236 \begin_inset Note Greyedout
35237 status open
35238
35239 \begin_layout Plain Layout
35240
35241 \series bold
35242 Achtung:
35243 \series default
35244  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
35245 \end_layout
35246
35247 \end_inset
35248
35249
35250 \end_layout
35251
35252 \begin_layout Standard
35253 \begin_inset Note Greyedout
35254 status open
35255
35256 \begin_layout Plain Layout
35257
35258 \series bold
35259 Achtung:
35260 \series default
35261  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
35262 \end_layout
35263
35264 \end_inset
35265
35266
35267 \end_layout
35268
35269 \begin_layout Subsection
35270 Rotierte Boxen
35271 \begin_inset Index idx
35272 status collapsed
35273
35274 \begin_layout Plain Layout
35275 Boxen ! rotierte
35276 \end_layout
35277
35278 \end_inset
35279
35280
35281 \begin_inset Index idx
35282 status collapsed
35283
35284 \begin_layout Plain Layout
35285 Rotiertes Material
35286 \end_layout
35287
35288 \end_inset
35289
35290
35291 \end_layout
35292
35293 \begin_layout Standard
35294 Um Material zu drehen, setzt man es in eine 
35295 \family sans
35296 Rotationsbox
35297 \family default
35298 .
35299  Solch eine Box wird über das Menü 
35300 \family sans
35301 Einfügen\SpecialChar menuseparator
35302 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
35303 Rotationsbox
35304 \family default
35305  eingefügt.
35306 \end_layout
35307
35308 \begin_layout Standard
35309 Der Drehpunkt kann über die Einfügung 
35310 \family sans
35311 Drehpunkt
35312 \family default
35313  (Menü 
35314 \family sans
35315 Einfügen\SpecialChar menuseparator
35316 Drehpunkt
35317 \family default
35318 ) in der Form 
35319 \series bold
35320 origin=Position
35321 \series default
35322  angegeben.
35323  Folgende Positionen sind möglich: 
35324 \emph on
35325 c
35326 \emph default
35327  (mittig), 
35328 \emph on
35329 l
35330 \emph default
35331  (links), 
35332 \emph on
35333 r
35334 \emph default
35335  (rechts), 
35336 \emph on
35337 b
35338 \emph default
35339  (unten), 
35340 \emph on
35341 t
35342 \emph default
35343  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
35344  Z.
35345 \begin_inset space \thinspace{}
35346 \end_inset
35347
35348 B.
35349  bedeutet 
35350 \emph on
35351 lt
35352 \emph default
35353 , dass sich der Drehpunkt links oben befindet.
35354  Wird kein Drehpunkt angegeben, wird die Position 
35355 \emph on
35356 l
35357 \emph default
35358  verwendet.
35359  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
35360  Gedreht wird gegen den Uhrzeigersinn.
35361 \end_layout
35362
35363 \begin_layout Standard
35364 Im folgenden Beispiel wurde
35365 \series bold
35366  origin=c
35367 \series default
35368  in the Einfügung 
35369 \family sans
35370 Drehpunkt
35371 \family default
35372  und 
35373 \series bold
35374 60
35375 \series default
35376  in die Einfügung 
35377 \family sans
35378 Winkel
35379 \family default
35380  eingegeben.
35381 \end_layout
35382
35383 \begin_layout Standard
35384 Dies ist eine Zeile 
35385 \begin_inset Flex Rotatebox
35386 status open
35387
35388 \begin_layout Plain Layout
35389 \begin_inset Argument 1
35390 status open
35391
35392 \begin_layout Plain Layout
35393 origin=c
35394 \end_layout
35395
35396 \end_inset
35397
35398
35399 \begin_inset Argument 2
35400 status open
35401
35402 \begin_layout Plain Layout
35403 60
35404 \end_layout
35405
35406 \end_inset
35407
35408 mit rotiertem
35409 \end_layout
35410
35411 \end_inset
35412
35413  Text.
35414 \end_layout
35415
35416 \begin_layout Standard
35417 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
35418 \end_layout
35419
35420 \begin_layout Standard
35421 Dies ist eine Zeile 
35422 \begin_inset Flex Rotatebox
35423 status open
35424
35425 \begin_layout Plain Layout
35426 \begin_inset Argument 1
35427 status open
35428
35429 \begin_layout Plain Layout
35430 origin=r
35431 \end_layout
35432
35433 \end_inset
35434
35435
35436 \begin_inset Argument 2
35437 status open
35438
35439 \begin_layout Plain Layout
35440 -60
35441 \end_layout
35442
35443 \end_inset
35444
35445
35446 \begin_inset Box Doublebox
35447 position "c"
35448 hor_pos "c"
35449 has_inner_box 0
35450 inner_pos "c"
35451 use_parbox 0
35452 use_makebox 0
35453 width "1in"
35454 special "width"
35455 height "1in"
35456 height_special "totalheight"
35457 thickness "0.4pt"
35458 separation "3pt"
35459 shadowsize "4pt"
35460 framecolor "black"
35461 backgroundcolor "none"
35462 status collapsed
35463
35464 \begin_layout Plain Layout
35465 mit rotiertem
35466 \end_layout
35467
35468 \end_inset
35469
35470
35471 \end_layout
35472
35473 \end_inset
35474
35475  umrandeten Text 
35476 \begin_inset Flex Rotatebox
35477 status open
35478
35479 \begin_layout Plain Layout
35480 \begin_inset Argument 1
35481 status open
35482
35483 \begin_layout Plain Layout
35484 origin=lb
35485 \end_layout
35486
35487 \end_inset
35488
35489
35490 \begin_inset Argument 2
35491 status open
35492
35493 \begin_layout Plain Layout
35494 60
35495 \end_layout
35496
35497 \end_inset
35498
35499
35500 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35501 \end_inset
35502
35503
35504 \end_layout
35505
35506 \end_inset
35507
35508  und einer Formel.
35509 \end_layout
35510
35511 \begin_layout Standard
35512 Oder ein Bild oder Tabelle:
35513 \end_layout
35514
35515 \begin_layout Standard
35516 Dies ist eine Zeile 
35517 \begin_inset Flex Rotatebox
35518 status open
35519
35520 \begin_layout Plain Layout
35521 \begin_inset Argument 1
35522 status open
35523
35524 \begin_layout Plain Layout
35525 origin=lb
35526 \end_layout
35527
35528 \end_inset
35529
35530
35531 \begin_inset Argument 2
35532 status open
35533
35534 \begin_layout Plain Layout
35535 90
35536 \end_layout
35537
35538 \end_inset
35539
35540
35541 \begin_inset Graphics
35542         filename ../clipart/platypus.eps
35543         lyxscale 50
35544         width 25col%
35545
35546 \end_inset
35547
35548
35549 \end_layout
35550
35551 \end_inset
35552
35553  mit einem rotierten Bild 
35554 \begin_inset Flex Rotatebox
35555 status open
35556
35557 \begin_layout Plain Layout
35558 \begin_inset Argument 2
35559 status open
35560
35561 \begin_layout Plain Layout
35562 -90
35563 \end_layout
35564
35565 \end_inset
35566
35567
35568 \begin_inset Tabular
35569 <lyxtabular version="3" rows="2" columns="2">
35570 <features tabularvalignment="middle">
35571 <column alignment="center" valignment="top">
35572 <column alignment="center" valignment="top">
35573 <row>
35574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35575 \begin_inset Text
35576
35577 \begin_layout Plain Layout
35578 q
35579 \end_layout
35580
35581 \end_inset
35582 </cell>
35583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35584 \begin_inset Text
35585
35586 \begin_layout Plain Layout
35587 w
35588 \end_layout
35589
35590 \end_inset
35591 </cell>
35592 </row>
35593 <row>
35594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35595 \begin_inset Text
35596
35597 \begin_layout Plain Layout
35598 e
35599 \end_layout
35600
35601 \end_inset
35602 </cell>
35603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35604 \begin_inset Text
35605
35606 \begin_layout Plain Layout
35607 r
35608 \end_layout
35609
35610 \end_inset
35611 </cell>
35612 </row>
35613 </lyxtabular>
35614
35615 \end_inset
35616
35617
35618 \end_layout
35619
35620 \end_inset
35621
35622  und Tabelle.
35623 \begin_inset Index idx
35624 status collapsed
35625
35626 \begin_layout Plain Layout
35627 Abbildungen ! rotierte
35628 \end_layout
35629
35630 \end_inset
35631
35632
35633 \begin_inset Index idx
35634 status collapsed
35635
35636 \begin_layout Plain Layout
35637 Tabellen ! rotierte
35638 \end_layout
35639
35640 \end_inset
35641
35642
35643 \end_layout
35644
35645 \begin_layout Standard
35646 \begin_inset Note Greyedout
35647 status open
35648
35649 \begin_layout Plain Layout
35650
35651 \series bold
35652 Achtung:
35653 \series default
35654  Wenn die Einfügung 
35655 \family sans
35656 Drehpunkt
35657 \family default
35658  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
35659 -Fehler
35660  wenn man das Dokument ansieht/exportiert.
35661 \end_layout
35662
35663 \end_inset
35664
35665
35666 \end_layout
35667
35668 \begin_layout Subsection
35669 Skalierte Boxen
35670 \begin_inset Index idx
35671 status collapsed
35672
35673 \begin_layout Plain Layout
35674 Boxen ! skalierte
35675 \end_layout
35676
35677 \end_inset
35678
35679
35680 \begin_inset Index idx
35681 status collapsed
35682
35683 \begin_layout Plain Layout
35684 Skaliertes Material
35685 \end_layout
35686
35687 \end_inset
35688
35689
35690 \end_layout
35691
35692 \begin_layout Standard
35693 Um Material zu skalieren, setzt man es in eine 
35694 \family sans
35695 Skalierende
35696 \begin_inset space ~
35697 \end_inset
35698
35699 Box
35700 \family default
35701 .
35702  Solch eine Box wird über das Menü 
35703 \family sans
35704 Einfügen\SpecialChar menuseparator
35705 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
35706 Skalierende
35707 \begin_inset space ~
35708 \end_inset
35709
35710 Box
35711 \family default
35712  eingefügt.
35713 \end_layout
35714
35715 \begin_layout Standard
35716 Die 
35717 \family sans
35718 Skalierende
35719 \begin_inset space ~
35720 \end_inset
35721
35722 Box
35723 \family default
35724  Einfügung hat die obligatorische Einfügung 
35725 \family sans
35726 H-Faktor
35727 \family default
35728  und die optionale Einfügung 
35729 \family sans
35730 V-Faktor
35731 \family default
35732  (wird eingefügt über das Menü 
35733 \family sans
35734 Einfügen\SpecialChar menuseparator
35735 V-Faktor)
35736 \family default
35737 .
35738  Fügen Sie hier den horizontalen bzw.
35739 \begin_inset space \space{}
35740 \end_inset
35741
35742 den vertikalen Skalierungsfaktor ein.
35743  Wenn die Einfügung 
35744 \family sans
35745 V-Faktor
35746 \family default
35747  nicht verwendet wird, wird der horizontale Skalierungsfaktor auch für den
35748  vertikalen verwendet.
35749 \end_layout
35750
35751 \begin_layout Standard
35752 Um z.
35753 \begin_inset space \thinspace{}
35754 \end_inset
35755
35756 B.
35757  doppelte Textgröße als die Dokument-Schriftgröße zu erhalten, gibt man
35758  
35759 \series bold
35760 2
35761 \series default
35762  in die Einfügung 
35763 \family sans
35764 H-Faktor
35765 \family default
35766  ein.
35767  Ein Beispiel: 
35768 \begin_inset Flex Scalebox
35769 status open
35770
35771 \begin_layout Plain Layout
35772 \begin_inset Argument 1
35773 status open
35774
35775 \begin_layout Plain Layout
35776 2
35777 \end_layout
35778
35779 \end_inset
35780
35781 Hallo
35782 \end_layout
35783
35784 \end_inset
35785
35786
35787 \end_layout
35788
35789 \begin_layout Standard
35790
35791 \series bold
35792 2
35793 \series default
35794  als 
35795 \family sans
35796 H-Faktor
35797 \family default
35798  und 
35799 \series bold
35800 1
35801 \series default
35802  als 
35803 \family sans
35804 V-Faktor
35805 \family default
35806  verzerrt das 
35807 \begin_inset Flex Scalebox
35808 status open
35809
35810 \begin_layout Plain Layout
35811 \begin_inset Argument 1
35812 status open
35813
35814 \begin_layout Plain Layout
35815 2
35816 \end_layout
35817
35818 \end_inset
35819
35820
35821 \begin_inset Argument 2
35822 status open
35823
35824 \begin_layout Plain Layout
35825 1
35826 \end_layout
35827
35828 \end_inset
35829
35830 Hallo
35831 \end_layout
35832
35833 \end_inset
35834
35835 .
35836 \end_layout
35837
35838 \begin_layout Standard
35839 Die Skalierungsfaktoren dürfen auch negativ sein.
35840  In diesem Fall wird der Boxinhalt gespiegelt.
35841  Daher kann 
35842 \series bold
35843 -1
35844 \series default
35845  als 
35846 \family sans
35847 H-Faktor
35848 \family default
35849  und 
35850 \series bold
35851 1
35852 \series default
35853  als 
35854 \family sans
35855 V-Faktor
35856 \family default
35857  verwendet werden um Spiegelschrift zu erstellen: 
35858 \begin_inset Flex Scalebox
35859 status open
35860
35861 \begin_layout Plain Layout
35862 \begin_inset Argument 1
35863 status open
35864
35865 \begin_layout Plain Layout
35866 -1
35867 \end_layout
35868
35869 \end_inset
35870
35871
35872 \begin_inset Argument 2
35873 status open
35874
35875 \begin_layout Plain Layout
35876 1
35877 \end_layout
35878
35879 \end_inset
35880
35881 Hallo
35882 \end_layout
35883
35884 \end_inset
35885
35886
35887 \end_layout
35888
35889 \begin_layout Standard
35890
35891 \series bold
35892 1
35893 \series default
35894  als 
35895 \family sans
35896 H-Faktor
35897 \family default
35898  und 
35899 \series bold
35900 -1
35901 \series default
35902  als 
35903 \family sans
35904 V-Faktor
35905 \family default
35906  reflektiert das 
35907 \begin_inset Flex Scalebox
35908 status open
35909
35910 \begin_layout Plain Layout
35911 \begin_inset Argument 1
35912 status open
35913
35914 \begin_layout Plain Layout
35915 1
35916 \end_layout
35917
35918 \end_inset
35919
35920
35921 \begin_inset Argument 2
35922 status open
35923
35924 \begin_layout Plain Layout
35925 -1
35926 \end_layout
35927
35928 \end_inset
35929
35930 Hallo
35931 \end_layout
35932
35933 \end_inset
35934
35935  an der Grundlinie.
35936 \end_layout
35937
35938 \begin_layout Standard
35939 Die 
35940 \family sans
35941 Spiegelbox
35942 \family default
35943  (Menü 
35944 \family sans
35945 Einfügen\SpecialChar menuseparator
35946 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
35947 Spiegelbox
35948 \family default
35949 ) ist äquivalent zu 
35950 \series bold
35951 -1
35952 \series default
35953  als 
35954 \family sans
35955 H-Faktor
35956 \family default
35957  und 
35958 \series bold
35959 1
35960 \series default
35961  als 
35962 \family sans
35963 V-Faktor 
35964 \family default
35965 für eine 
35966 \family sans
35967 Skalierende
35968 \begin_inset space ~
35969 \end_inset
35970
35971 Box
35972 \family default
35973 .
35974 \end_layout
35975
35976 \begin_layout Standard
35977 \begin_inset Note Greyedout
35978 status open
35979
35980 \begin_layout Plain Layout
35981
35982 \series bold
35983 Achtung:
35984 \series default
35985  Wenn die Einfügung 
35986 \family sans
35987 Drehpunkt
35988 \family default
35989  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
35990 -Fehler
35991  wenn man das Dokument ansieht/exportiert.
35992 \end_layout
35993
35994 \end_inset
35995
35996
35997 \end_layout
35998
35999 \begin_layout Standard
36000 \begin_inset VSpace bigskip
36001 \end_inset
36002
36003 Die 
36004 \family sans
36005 Neugrößenbox
36006 \family default
36007  (Menü 
36008 \family sans
36009 Einfügen\SpecialChar menuseparator
36010 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
36011 Neugrößenbox
36012 \family default
36013 ) verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
36014  skalieren.
36015  Die 
36016 \family sans
36017 Neugrößenbox
36018 \family default
36019  Einfügung hat die obligatorische Einfügung 
36020 \family sans
36021 Breite
36022 \family default
36023  und die optionale Einfügung 
36024 \family sans
36025 Höhe
36026 \family default
36027  (wird eingefügt über das Menü 
36028 \family sans
36029 Einfügen\SpecialChar menuseparator
36030 Höhe)
36031 \family default
36032 .
36033  Fügen Sie hier die Breite bzw.
36034 \begin_inset space \space{}
36035 \end_inset
36036
36037 Höhe als Wert mit Einheit ein.
36038  
36039 \begin_inset CommandInset ref
36040 LatexCommand ref
36041 reference "tab:Maßeinheiten"
36042
36043 \end_inset
36044
36045  listet die möglichen Maßeinheiten auf.
36046  Befindet sich ein Ausrufezeichen 
36047 \series bold
36048 !
36049 \series default
36050  in einer der beiden
36051 \lang english
36052  
36053 \lang ngerman
36054 Einfügungen, wird die Größe so gewählt, dass das Seitenverhältnis der Box
36055  beibehalten wird.
36056  Wenn die Einfügung 
36057 \family sans
36058 Höhe
36059 \family default
36060  nicht verwendet wird, wird intern ein Ausrufezeichen für die Höhe verwendet.
36061 \end_layout
36062
36063 \begin_layout Standard
36064
36065 \series bold
36066 2cm
36067 \series default
36068  als 
36069 \family sans
36070 Breite
36071 \family default
36072  und 
36073 \series bold
36074 1cm
36075 \series default
36076  als 
36077 \family sans
36078 Höhe
36079 \family default
36080  ergibt: 
36081 \begin_inset Flex Resizebox
36082 status open
36083
36084 \begin_layout Plain Layout
36085 \begin_inset Argument 1
36086 status open
36087
36088 \begin_layout Plain Layout
36089 2cm
36090 \end_layout
36091
36092 \end_inset
36093
36094
36095 \begin_inset Argument 2
36096 status open
36097
36098 \begin_layout Plain Layout
36099 1cm
36100 \end_layout
36101
36102 \end_inset
36103
36104 Hallo
36105 \end_layout
36106
36107 \end_inset
36108
36109
36110 \begin_inset Newline newline
36111 \end_inset
36112
36113
36114 \series bold
36115 2cm
36116 \series default
36117  als 
36118 \family sans
36119 Breite
36120 \family default
36121  und 
36122 \series bold
36123 !
36124 \series default
36125  als 
36126 \family sans
36127 Höhe
36128 \family default
36129  (oder keine 
36130 \family sans
36131 Höhe
36132 \family default
36133 ) ergibt: 
36134 \begin_inset Flex Resizebox
36135 status open
36136
36137 \begin_layout Plain Layout
36138 \begin_inset Argument 1
36139 status open
36140
36141 \begin_layout Plain Layout
36142 2cm
36143 \end_layout
36144
36145 \end_inset
36146
36147
36148 \begin_inset Argument 2
36149 status open
36150
36151 \begin_layout Plain Layout
36152 !
36153 \end_layout
36154
36155 \end_inset
36156
36157 Hallo
36158 \end_layout
36159
36160 \end_inset
36161
36162
36163 \end_layout
36164
36165 \begin_layout Standard
36166 \begin_inset Note Greyedout
36167 status open
36168
36169 \begin_layout Plain Layout
36170
36171 \series bold
36172 Achtung:
36173 \series default
36174  Wenn die Einfügung
36175 \family sans
36176  Breite 
36177 \family default
36178 leer ist oder eine ungültige Einheit enthält, erhält man \SpecialChar LaTeX
36179 -Fehler wenn man
36180  das Dokument ansieht/exportiert.
36181 \end_layout
36182
36183 \end_inset
36184
36185
36186 \end_layout
36187
36188 \begin_layout Standard
36189 \begin_inset VSpace bigskip
36190 \end_inset
36191
36192
36193 \end_layout
36194
36195 \begin_layout Standard
36196 Alle Boxen können beliebig miteinander kombiniert werden.
36197  Als Beispiel eine 
36198 \family sans
36199 Spiegelbox
36200 \family default
36201  in einer 
36202 \family sans
36203 Neugrößenbox
36204 \family default
36205 , die wiederum in einer 
36206 \family sans
36207 Rotationsbox
36208 \family default
36209  ist:
36210 \end_layout
36211
36212 \begin_layout Standard
36213 \noindent
36214 \align center
36215 \begin_inset Flex Rotatebox
36216 status open
36217
36218 \begin_layout Plain Layout
36219 \begin_inset Argument 1
36220 status open
36221
36222 \begin_layout Plain Layout
36223 origin=c
36224 \end_layout
36225
36226 \end_inset
36227
36228
36229 \begin_inset Argument 2
36230 status open
36231
36232 \begin_layout Plain Layout
36233 -45
36234 \end_layout
36235
36236 \end_inset
36237
36238
36239 \begin_inset Flex Resizebox
36240 status open
36241
36242 \begin_layout Plain Layout
36243 \begin_inset Argument 1
36244 status open
36245
36246 \begin_layout Plain Layout
36247 2cm
36248 \end_layout
36249
36250 \end_inset
36251
36252
36253 \begin_inset Flex Reflectbox
36254 status open
36255
36256 \begin_layout Plain Layout
36257 Hallo
36258 \end_layout
36259
36260 \end_inset
36261
36262
36263 \end_layout
36264
36265 \end_inset
36266
36267
36268 \end_layout
36269
36270 \end_inset
36271
36272
36273 \end_layout
36274
36275 \begin_layout Standard
36276 \noindent
36277 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
36278 \end_layout
36279
36280 \begin_layout Standard
36281 \noindent
36282 \align center
36283 \begin_inset Flex Resizebox
36284 status open
36285
36286 \begin_layout Plain Layout
36287 \begin_inset Argument 1
36288 status open
36289
36290 \begin_layout Plain Layout
36291 2cm
36292 \end_layout
36293
36294 \end_inset
36295
36296
36297 \begin_inset Flex Reflectbox
36298 status open
36299
36300 \begin_layout Plain Layout
36301 \begin_inset Graphics
36302         filename ../clipart/platypus.eps
36303         lyxscale 50
36304         width 25col%
36305
36306 \end_inset
36307
36308
36309 \end_layout
36310
36311 \end_inset
36312
36313
36314 \end_layout
36315
36316 \end_inset
36317
36318  
36319 \begin_inset Flex Resizebox
36320 status open
36321
36322 \begin_layout Plain Layout
36323 \begin_inset Argument 1
36324 status open
36325
36326 \begin_layout Plain Layout
36327 2cm
36328 \end_layout
36329
36330 \end_inset
36331
36332
36333 \begin_inset Flex Reflectbox
36334 status open
36335
36336 \begin_layout Plain Layout
36337 \begin_inset Tabular
36338 <lyxtabular version="3" rows="2" columns="2">
36339 <features tabularvalignment="middle">
36340 <column alignment="center" valignment="top">
36341 <column alignment="center" valignment="top">
36342 <row>
36343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36344 \begin_inset Text
36345
36346 \begin_layout Plain Layout
36347 q
36348 \end_layout
36349
36350 \end_inset
36351 </cell>
36352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36353 \begin_inset Text
36354
36355 \begin_layout Plain Layout
36356 w
36357 \end_layout
36358
36359 \end_inset
36360 </cell>
36361 </row>
36362 <row>
36363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36364 \begin_inset Text
36365
36366 \begin_layout Plain Layout
36367 e
36368 \end_layout
36369
36370 \end_inset
36371 </cell>
36372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36373 \begin_inset Text
36374
36375 \begin_layout Plain Layout
36376 r
36377 \end_layout
36378
36379 \end_inset
36380 </cell>
36381 </row>
36382 </lyxtabular>
36383
36384 \end_inset
36385
36386
36387 \end_layout
36388
36389 \end_inset
36390
36391
36392 \end_layout
36393
36394 \end_inset
36395
36396  
36397 \begin_inset Flex Resizebox
36398 status open
36399
36400 \begin_layout Plain Layout
36401 \begin_inset Argument 1
36402 status open
36403
36404 \begin_layout Plain Layout
36405 3cm
36406 \end_layout
36407
36408 \end_inset
36409
36410
36411 \begin_inset Flex Reflectbox
36412 status open
36413
36414 \begin_layout Plain Layout
36415 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36416 \end_inset
36417
36418
36419 \end_layout
36420
36421 \end_inset
36422
36423
36424 \end_layout
36425
36426 \end_inset
36427
36428
36429 \begin_inset Index idx
36430 status collapsed
36431
36432 \begin_layout Plain Layout
36433 Abbildungen ! skalierte
36434 \end_layout
36435
36436 \end_inset
36437
36438
36439 \begin_inset Index idx
36440 status collapsed
36441
36442 \begin_layout Plain Layout
36443 Tabellen ! skalierte
36444 \end_layout
36445
36446 \end_inset
36447
36448
36449 \end_layout
36450
36451 \begin_layout Standard
36452 Hat man den globalen Formelstil 
36453 \series bold
36454 fleqn
36455 \series default
36456
36457 \begin_inset Foot
36458 status collapsed
36459
36460 \begin_layout Plain Layout
36461 Wenn 
36462 \begin_inset Quotes gld
36463 \end_inset
36464
36465 fleqn
36466 \begin_inset Quotes grd
36467 \end_inset
36468
36469  zu den Dokumentklassen-Optionen hinzugefügt wurde.
36470 \end_layout
36471
36472 \end_inset
36473
36474  gewählt, kann man auch abgesetzte Formeln skalieren.
36475 \end_layout
36476
36477 \begin_layout Chapter
36478 Umflossene Objekte
36479 \begin_inset Index idx
36480 status collapsed
36481
36482 \begin_layout Plain Layout
36483 Umflossene Objekte
36484 \end_layout
36485
36486 \end_inset
36487
36488
36489 \end_layout
36490
36491 \begin_layout Section
36492 Umflossene Gleitobjekte
36493 \begin_inset CommandInset label
36494 LatexCommand label
36495 name "abs:Umflossene-Gleitobjekte"
36496
36497 \end_inset
36498
36499
36500 \begin_inset Index idx
36501 status collapsed
36502
36503 \begin_layout Plain Layout
36504 Gleitobjekte ! umflossene
36505 \end_layout
36506
36507 \end_inset
36508
36509
36510 \begin_inset Index idx
36511 status collapsed
36512
36513 \begin_layout Plain Layout
36514 Umflossene Objekte ! Gleitobjekte
36515 \end_layout
36516
36517 \end_inset
36518
36519
36520 \end_layout
36521
36522 \begin_layout Standard
36523 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
36524  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
36525  den die Abbildung bzw.
36526 \begin_inset space ~
36527 \end_inset
36528
36529 Tabelle übrig lässt.
36530  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
36531  Sie werden über das Menü
36532 \family sans
36533  Einfügen\SpecialChar menuseparator
36534 Gleitobjekt\SpecialChar menuseparator
36535 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
36536 objekt
36537 \family default
36538  eingefügt, wenn das \SpecialChar LaTeX
36539 -Paket 
36540 \series bold
36541 wrapfig
36542 \series default
36543
36544 \begin_inset Index idx
36545 status collapsed
36546
36547 \begin_layout Plain Layout
36548 \SpecialChar LaTeX
36549 -Pakete ! wrapfig
36550 \end_layout
36551
36552 \end_inset
36553
36554  installiert ist.
36555 \begin_inset Foot
36556 status collapsed
36557
36558 \begin_layout Plain Layout
36559 Wie man ein \SpecialChar LaTeX
36560 -Paket installiert, wird im Handbuch 
36561 \emph on
36562 \SpecialChar LaTeX
36563 -Konfiguration
36564 \emph default
36565  beschrieben.
36566 \end_layout
36567
36568 \end_inset
36569
36570  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
36571  Box des Gleitobjekts geändert werden.
36572  
36573 \begin_inset Wrap figure
36574 lines 0
36575 placement l
36576 overhang 1cm
36577 width "40col%"
36578 status open
36579
36580 \begin_layout Plain Layout
36581 \begin_inset Graphics
36582         filename ../clipart/mobius.eps
36583         width 40col%
36584         scaleBeforeRotation
36585         rotateOrigin center
36586
36587 \end_inset
36588
36589
36590 \end_layout
36591
36592 \begin_layout Plain Layout
36593 \begin_inset Caption Standard
36594
36595 \begin_layout Plain Layout
36596 \begin_inset CommandInset label
36597 LatexCommand label
36598 name "abb:Dies-ist-eine"
36599
36600 \end_inset
36601
36602 Dies ist eine umflossene Gleitobjekt-Abbildung
36603 \end_layout
36604
36605 \end_inset
36606
36607
36608 \end_layout
36609
36610 \end_inset
36611
36612  Obligatorische Einstellungen sind die 
36613 \family sans
36614 Breite
36615 \family default
36616  und 
36617 \family sans
36618 Platzierung
36619 \family default
36620  des Gleitobjekts.
36621  Optional sind der 
36622 \family sans
36623 Überhang 
36624 \family default
36625 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
36626 \begin_inset space \thinspace{}
36627 \end_inset
36628
36629 /
36630 \begin_inset space \thinspace{}
36631 \end_inset
36632
36633 der Seite ragt und die 
36634 \family sans
36635 benötigten Zeilen
36636 \family default
36637 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
36638  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
36639  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
36640  Des weiteren können Sie entscheiden, ob es \SpecialChar LaTeX
36641  erlaubt sein soll, das Gleitobjekt
36642  innerhalb des Absatzes oder zu umgebenden Absätzen gleiten zu lassen.
36643  Abbildung
36644 \begin_inset space ~
36645 \end_inset
36646
36647
36648 \begin_inset CommandInset ref
36649 LatexCommand ref
36650 reference "abb:Dies-ist-eine"
36651
36652 \end_inset
36653
36654  ist zum Beispiel ein umflossenes Bild, das 40
36655 \begin_inset space \thinspace{}
36656 \end_inset
36657
36658 % der Spaltenbreite einnimmt, 1
36659 \begin_inset space \thinspace{}
36660 \end_inset
36661
36662 cm in den Rand ragt und links gesetzt wurde.
36663 \end_layout
36664
36665 \begin_layout Standard
36666 \begin_inset Note Greyedout
36667 status open
36668
36669 \begin_layout Plain Layout
36670
36671 \series bold
36672 Bemerkung:
36673 \series default
36674  Umflossene Objekte sind fragil! Wenn die Abbildung z.
36675 \begin_inset space \thinspace{}
36676 \end_inset
36677
36678 B.
36679  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
36680  oder über anderen Text gedruckt wird.
36681 \end_layout
36682
36683 \end_inset
36684
36685
36686 \end_layout
36687
36688 \begin_layout Standard
36689 Allgemein gilt für umflossene Gleitobjekte:
36690 \end_layout
36691
36692 \begin_layout Itemize
36693 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
36694  fortgesetzt werden.
36695  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
36696  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
36697 \end_layout
36698
36699 \begin_layout Itemize
36700 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
36701  werden oder darin.
36702 \end_layout
36703
36704 \begin_layout Itemize
36705 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
36706  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
36707 \end_layout
36708
36709 \begin_layout Itemize
36710 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
36711 \end_layout
36712
36713 \begin_layout Itemize
36714 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
36715 \begin_inset space \thinspace{}
36716 \end_inset
36717
36718
36719 \begin_inset CommandInset ref
36720 LatexCommand ref
36721 reference "kap:Gleitobjekte"
36722
36723 \end_inset
36724
36725  beschrieben.
36726 \end_layout
36727
36728 \begin_layout Section
36729 Umflossene Fixe Objekte
36730 \begin_inset Index idx
36731 status collapsed
36732
36733 \begin_layout Plain Layout
36734 Umflossene Objekte ! Fixe Objekte
36735 \end_layout
36736
36737 \end_inset
36738
36739
36740 \end_layout
36741
36742 \begin_layout Standard
36743 Die in Abschnitt
36744 \begin_inset space ~
36745 \end_inset
36746
36747
36748 \begin_inset CommandInset ref
36749 LatexCommand ref
36750 reference "abs:Umflossene-Gleitobjekte"
36751
36752 \end_inset
36753
36754  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
36755 \begin_inset Separator parbreak
36756 \end_inset
36757
36758
36759 \end_layout
36760
36761 \begin_layout Standard
36762 \noindent
36763 \align center
36764 \begin_inset Tabular
36765 <lyxtabular version="3" rows="2" columns="2">
36766 <features tabularvalignment="middle">
36767 <column alignment="center" valignment="top">
36768 <column alignment="center" valignment="top">
36769 <row>
36770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36771 \begin_inset Text
36772
36773 \begin_layout Plain Layout
36774 \begin_inset Info
36775 type  "icon"
36776 arg   "dialog-show-new-inset graphics"
36777 \end_inset
36778
36779
36780 \end_layout
36781
36782 \end_inset
36783 </cell>
36784 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36785 \begin_inset Text
36786
36787 \begin_layout Plain Layout
36788 Text
36789 \end_layout
36790
36791 \end_inset
36792 </cell>
36793 </row>
36794 <row>
36795 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36796 \begin_inset Text
36797
36798 \begin_layout Plain Layout
36799 Text
36800 \end_layout
36801
36802 \end_inset
36803 </cell>
36804 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36805 \begin_inset Text
36806
36807 \begin_layout Plain Layout
36808 Text
36809 \end_layout
36810
36811 \end_inset
36812 </cell>
36813 </row>
36814 </lyxtabular>
36815
36816 \end_inset
36817
36818  oder 
36819 \begin_inset Tabular
36820 <lyxtabular version="3" rows="2" columns="2">
36821 <features tabularvalignment="middle">
36822 <column alignment="center" valignment="top">
36823 <column alignment="center" valignment="top">
36824 <row>
36825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36826 \begin_inset Text
36827
36828 \begin_layout Plain Layout
36829 Text
36830 \end_layout
36831
36832 \end_inset
36833 </cell>
36834 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36835 \begin_inset Text
36836
36837 \begin_layout Plain Layout
36838 \begin_inset Info
36839 type  "icon"
36840 arg   "dialog-show-new-inset graphics"
36841 \end_inset
36842
36843
36844 \end_layout
36845
36846 \end_inset
36847 </cell>
36848 </row>
36849 <row>
36850 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36851 \begin_inset Text
36852
36853 \begin_layout Plain Layout
36854 Text
36855 \end_layout
36856
36857 \end_inset
36858 </cell>
36859 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36860 \begin_inset Text
36861
36862 \begin_layout Plain Layout
36863 Text
36864 \end_layout
36865
36866 \end_inset
36867 </cell>
36868 </row>
36869 </lyxtabular>
36870
36871 \end_inset
36872
36873
36874 \end_layout
36875
36876 \begin_layout Standard
36877 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
36878  wurde, um z.
36879 \begin_inset space \thinspace{}
36880 \end_inset
36881
36882 B.
36883  solche Positionen zu erhalten:
36884 \begin_inset VSpace defskip
36885 \end_inset
36886
36887
36888 \end_layout
36889
36890 \begin_layout Standard
36891 \noindent
36892 \align center
36893 \begin_inset Tabular
36894 <lyxtabular version="3" rows="2" columns="2">
36895 <features tabularvalignment="middle">
36896 <column alignment="center" valignment="top">
36897 <column alignment="center" valignment="top">
36898 <row>
36899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36900 \begin_inset Text
36901
36902 \begin_layout Plain Layout
36903 Text
36904 \end_layout
36905
36906 \end_inset
36907 </cell>
36908 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36909 \begin_inset Text
36910
36911 \begin_layout Plain Layout
36912 Text
36913 \end_layout
36914
36915 \end_inset
36916 </cell>
36917 </row>
36918 <row>
36919 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36920 \begin_inset Text
36921
36922 \begin_layout Plain Layout
36923 \begin_inset Info
36924 type  "icon"
36925 arg   "dialog-show-new-inset graphics"
36926 \end_inset
36927
36928
36929 \end_layout
36930
36931 \end_inset
36932 </cell>
36933 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36934 \begin_inset Text
36935
36936 \begin_layout Plain Layout
36937 Text
36938 \end_layout
36939
36940 \end_inset
36941 </cell>
36942 </row>
36943 </lyxtabular>
36944
36945 \end_inset
36946
36947  
36948 \begin_inset Tabular
36949 <lyxtabular version="3" rows="2" columns="2">
36950 <features tabularvalignment="middle">
36951 <column alignment="center" valignment="top">
36952 <column alignment="center" valignment="top">
36953 <row>
36954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36955 \begin_inset Text
36956
36957 \begin_layout Plain Layout
36958 Text
36959 \end_layout
36960
36961 \end_inset
36962 </cell>
36963 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36964 \begin_inset Text
36965
36966 \begin_layout Plain Layout
36967 Text
36968 \end_layout
36969
36970 \end_inset
36971 </cell>
36972 </row>
36973 <row>
36974 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36975 \begin_inset Text
36976
36977 \begin_layout Plain Layout
36978 Text
36979 \end_layout
36980
36981 \end_inset
36982 </cell>
36983 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36984 \begin_inset Text
36985
36986 \begin_layout Plain Layout
36987 \begin_inset Info
36988 type  "icon"
36989 arg   "dialog-show-new-inset graphics"
36990 \end_inset
36991
36992
36993 \end_layout
36994
36995 \end_inset
36996 </cell>
36997 </row>
36998 </lyxtabular>
36999
37000 \end_inset
37001
37002  
37003 \begin_inset Tabular
37004 <lyxtabular version="3" rows="2" columns="3">
37005 <features tabularvalignment="middle">
37006 <column alignment="center" valignment="top">
37007 <column alignment="center" valignment="top">
37008 <column alignment="center" valignment="top">
37009 <row>
37010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37011 \begin_inset Text
37012
37013 \begin_layout Plain Layout
37014 Text
37015 \end_layout
37016
37017 \end_inset
37018 </cell>
37019 <cell alignment="center" valignment="top" topline="true" usebox="none">
37020 \begin_inset Text
37021
37022 \begin_layout Plain Layout
37023 \begin_inset Info
37024 type  "icon"
37025 arg   "dialog-show-new-inset graphics"
37026 \end_inset
37027
37028
37029 \end_layout
37030
37031 \end_inset
37032 </cell>
37033 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37034 \begin_inset Text
37035
37036 \begin_layout Plain Layout
37037 Text
37038 \end_layout
37039
37040 \end_inset
37041 </cell>
37042 </row>
37043 <row>
37044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37045 \begin_inset Text
37046
37047 \begin_layout Plain Layout
37048 Text
37049 \end_layout
37050
37051 \end_inset
37052 </cell>
37053 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37054 \begin_inset Text
37055
37056 \begin_layout Plain Layout
37057 Text
37058 \end_layout
37059
37060 \end_inset
37061 </cell>
37062 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37063 \begin_inset Text
37064
37065 \begin_layout Plain Layout
37066 Text
37067 \end_layout
37068
37069 \end_inset
37070 </cell>
37071 </row>
37072 </lyxtabular>
37073
37074 \end_inset
37075
37076  
37077 \begin_inset Tabular
37078 <lyxtabular version="3" rows="2" columns="3">
37079 <features tabularvalignment="middle">
37080 <column alignment="center" valignment="top">
37081 <column alignment="center" valignment="top">
37082 <column alignment="center" valignment="top">
37083 <row>
37084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37085 \begin_inset Text
37086
37087 \begin_layout Plain Layout
37088 Text
37089 \end_layout
37090
37091 \end_inset
37092 </cell>
37093 <cell alignment="center" valignment="top" topline="true" usebox="none">
37094 \begin_inset Text
37095
37096 \begin_layout Plain Layout
37097 Text
37098 \end_layout
37099
37100 \end_inset
37101 </cell>
37102 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37103 \begin_inset Text
37104
37105 \begin_layout Plain Layout
37106 Text
37107 \end_layout
37108
37109 \end_inset
37110 </cell>
37111 </row>
37112 <row>
37113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37114 \begin_inset Text
37115
37116 \begin_layout Plain Layout
37117 Text
37118 \end_layout
37119
37120 \end_inset
37121 </cell>
37122 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37123 \begin_inset Text
37124
37125 \begin_layout Plain Layout
37126 \begin_inset Info
37127 type  "icon"
37128 arg   "dialog-show-new-inset graphics"
37129 \end_inset
37130
37131
37132 \end_layout
37133
37134 \end_inset
37135 </cell>
37136 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37137 \begin_inset Text
37138
37139 \begin_layout Plain Layout
37140 Text
37141 \end_layout
37142
37143 \end_inset
37144 </cell>
37145 </row>
37146 </lyxtabular>
37147
37148 \end_inset
37149
37150
37151 \end_layout
37152
37153 \begin_layout Standard
37154 \noindent
37155 \align center
37156 \begin_inset Tabular
37157 <lyxtabular version="3" rows="3" columns="2">
37158 <features tabularvalignment="middle">
37159 <column alignment="center" valignment="top">
37160 <column alignment="center" valignment="top">
37161 <row>
37162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37163 \begin_inset Text
37164
37165 \begin_layout Plain Layout
37166 Text
37167 \end_layout
37168
37169 \end_inset
37170 </cell>
37171 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37172 \begin_inset Text
37173
37174 \begin_layout Plain Layout
37175 Text
37176 \end_layout
37177
37178 \end_inset
37179 </cell>
37180 </row>
37181 <row>
37182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37183 \begin_inset Text
37184
37185 \begin_layout Plain Layout
37186 \begin_inset Info
37187 type  "icon"
37188 arg   "dialog-show-new-inset graphics"
37189 \end_inset
37190
37191
37192 \end_layout
37193
37194 \end_inset
37195 </cell>
37196 <cell alignment="center" valignment="top" rightline="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 </row>
37206 <row>
37207 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37208 \begin_inset Text
37209
37210 \begin_layout Plain Layout
37211 Text
37212 \end_layout
37213
37214 \end_inset
37215 </cell>
37216 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37217 \begin_inset Text
37218
37219 \begin_layout Plain Layout
37220 Text
37221 \end_layout
37222
37223 \end_inset
37224 </cell>
37225 </row>
37226 </lyxtabular>
37227
37228 \end_inset
37229
37230  
37231 \begin_inset Tabular
37232 <lyxtabular version="3" rows="3" columns="3">
37233 <features tabularvalignment="middle">
37234 <column alignment="center" valignment="top">
37235 <column alignment="center" valignment="top">
37236 <column alignment="center" valignment="top">
37237 <row>
37238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37239 \begin_inset Text
37240
37241 \begin_layout Plain Layout
37242 Text
37243 \end_layout
37244
37245 \end_inset
37246 </cell>
37247 <cell alignment="center" valignment="top" topline="true" usebox="none">
37248 \begin_inset Text
37249
37250 \begin_layout Plain Layout
37251 Text
37252 \end_layout
37253
37254 \end_inset
37255 </cell>
37256 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37257 \begin_inset Text
37258
37259 \begin_layout Plain Layout
37260 Text
37261 \end_layout
37262
37263 \end_inset
37264 </cell>
37265 </row>
37266 <row>
37267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37268 \begin_inset Text
37269
37270 \begin_layout Plain Layout
37271 Text
37272 \end_layout
37273
37274 \end_inset
37275 </cell>
37276 <cell alignment="center" valignment="top" usebox="none">
37277 \begin_inset Text
37278
37279 \begin_layout Plain Layout
37280 \begin_inset Info
37281 type  "icon"
37282 arg   "dialog-show-new-inset graphics"
37283 \end_inset
37284
37285
37286 \end_layout
37287
37288 \end_inset
37289 </cell>
37290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37291 \begin_inset Text
37292
37293 \begin_layout Plain Layout
37294 Text
37295 \end_layout
37296
37297 \end_inset
37298 </cell>
37299 </row>
37300 <row>
37301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37302 \begin_inset Text
37303
37304 \begin_layout Plain Layout
37305 Text
37306 \end_layout
37307
37308 \end_inset
37309 </cell>
37310 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37311 \begin_inset Text
37312
37313 \begin_layout Plain Layout
37314 Text
37315 \end_layout
37316
37317 \end_inset
37318 </cell>
37319 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37320 \begin_inset Text
37321
37322 \begin_layout Plain Layout
37323 Text
37324 \end_layout
37325
37326 \end_inset
37327 </cell>
37328 </row>
37329 </lyxtabular>
37330
37331 \end_inset
37332
37333  
37334 \begin_inset Tabular
37335 <lyxtabular version="3" rows="3" columns="2">
37336 <features tabularvalignment="middle">
37337 <column alignment="center" valignment="top">
37338 <column alignment="center" valignment="top">
37339 <row>
37340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37341 \begin_inset Text
37342
37343 \begin_layout Plain Layout
37344 Text
37345 \end_layout
37346
37347 \end_inset
37348 </cell>
37349 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37350 \begin_inset Text
37351
37352 \begin_layout Plain Layout
37353 Text
37354 \end_layout
37355
37356 \end_inset
37357 </cell>
37358 </row>
37359 <row>
37360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37361 \begin_inset Text
37362
37363 \begin_layout Plain Layout
37364 Text
37365 \end_layout
37366
37367 \end_inset
37368 </cell>
37369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37370 \begin_inset Text
37371
37372 \begin_layout Plain Layout
37373 \begin_inset Info
37374 type  "icon"
37375 arg   "dialog-show-new-inset graphics"
37376 \end_inset
37377
37378
37379 \end_layout
37380
37381 \end_inset
37382 </cell>
37383 </row>
37384 <row>
37385 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37386 \begin_inset Text
37387
37388 \begin_layout Plain Layout
37389 Text
37390 \end_layout
37391
37392 \end_inset
37393 </cell>
37394 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37395 \begin_inset Text
37396
37397 \begin_layout Plain Layout
37398 Text
37399 \end_layout
37400
37401 \end_inset
37402 </cell>
37403 </row>
37404 </lyxtabular>
37405
37406 \end_inset
37407
37408
37409 \end_layout
37410
37411 \begin_layout Standard
37412 \noindent
37413 kann man das \SpecialChar LaTeX
37414 -Paket 
37415 \series bold
37416 picinpar
37417 \series default
37418
37419 \begin_inset Index idx
37420 status collapsed
37421
37422 \begin_layout Plain Layout
37423 \SpecialChar LaTeX
37424 -Pakete ! picinpar
37425 \end_layout
37426
37427 \end_inset
37428
37429  benutzen.
37430  Hier ist ein Beispiel:
37431 \end_layout
37432
37433 \begin_layout Standard
37434 \begin_inset ERT
37435 status collapsed
37436
37437 \begin_layout Plain Layout
37438
37439
37440 \backslash
37441 ifpicinpar
37442 \end_layout
37443
37444 \end_inset
37445
37446
37447 \begin_inset Note Note
37448 status open
37449
37450 \begin_layout Plain Layout
37451 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
37452 -Paket 
37453 \series bold
37454 picinpar
37455 \series default
37456  installiert ist.
37457 \end_layout
37458
37459 \end_inset
37460
37461
37462 \end_layout
37463
37464 \begin_layout Standard
37465 \begin_inset ERT
37466 status collapsed
37467
37468 \begin_layout Plain Layout
37469
37470
37471 \backslash
37472 begin{window}[2,c,{
37473 \end_layout
37474
37475 \end_inset
37476
37477
37478 \begin_inset Graphics
37479         filename ../clipart/mobius.eps
37480         lyxscale 60
37481         width 40col%
37482         scaleBeforeRotation
37483         rotateOrigin center
37484
37485 \end_inset
37486
37487
37488 \begin_inset ERT
37489 status collapsed
37490
37491 \begin_layout Plain Layout
37492
37493 },]
37494 \end_layout
37495
37496 \begin_layout Plain Layout
37497
37498 {}
37499 \end_layout
37500
37501 \end_inset
37502
37503
37504 \size small
37505 \lang english
37506 It was in the spring of the year 1894 that all London was interested, and
37507  the fashionable world dismayed, by the murder of the Honourable Ronald
37508  Adair under most unusual and inexplicable circumstances.
37509  The public has already learned those particulars of the crime which
37510 \size default
37511
37512 \begin_inset ERT
37513 status collapsed
37514
37515 \begin_layout Plain Layout
37516
37517
37518 \backslash
37519 footnotemark{}
37520 \end_layout
37521
37522 \end_inset
37523
37524
37525 \size small
37526  came out in the police investigation, but a good deal was suppressed upon
37527  that occasion, since the case for the prosecution was so overwhelmingly
37528  strong that it was not necessary to bring forward all the facts.
37529  Only now, at the end of nearly ten years, am I allowed to supply those
37530  missing links which make up the whole of that remarkable chain.
37531 \size default
37532 \lang ngerman
37533
37534 \begin_inset ERT
37535 status collapsed
37536
37537 \begin_layout Plain Layout
37538
37539
37540 \backslash
37541 end{window}
37542 \end_layout
37543
37544 \end_inset
37545
37546
37547 \end_layout
37548
37549 \begin_layout Standard
37550 \begin_inset ERT
37551 status collapsed
37552
37553 \begin_layout Plain Layout
37554
37555
37556 \backslash
37557 footnotetext{
37558 \end_layout
37559
37560 \end_inset
37561
37562 Fußnote des Absatzes mit fixem Objekt.
37563 \begin_inset ERT
37564 status collapsed
37565
37566 \begin_layout Plain Layout
37567
37568 }
37569 \end_layout
37570
37571 \end_inset
37572
37573
37574 \end_layout
37575
37576 \begin_layout Standard
37577 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
37578  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
37579  vertikale Position im Text bestimmen kann.
37580  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
37581  beschriftet werden.
37582 \end_layout
37583
37584 \begin_layout Standard
37585 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
37586  Befehl
37587 \end_layout
37588
37589 \begin_layout Standard
37590
37591 \series bold
37592
37593 \backslash
37594 begin{window}[2,c,{
37595 \end_layout
37596
37597 \begin_layout Standard
37598 als \SpecialChar TeX
37599 -Code einfügt.
37600  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
37601  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
37602  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
37603  Danach fügt man das Objekt ein.
37604  In diesem Beispiel wurde ein Bild der Breite von 40
37605 \begin_inset space \thinspace{}
37606 \end_inset
37607
37608 % der Textspaltenbreite eingefügt.
37609  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
37610  Nach dem Objekt fügt man den Befehl
37611 \end_layout
37612
37613 \begin_layout Standard
37614
37615 \series bold
37616 },Beschreibungstext]
37617 \begin_inset Newline newline
37618 \end_inset
37619
37620 {}
37621 \end_layout
37622
37623 \begin_layout Standard
37624 ein.
37625  Man beachte dass das 
37626 \begin_inset Quotes gld
37627 \end_inset
37628
37629
37630 \series bold
37631 {}
37632 \series default
37633
37634 \begin_inset Quotes grd
37635 \end_inset
37636
37637  in der zweiten Zeile steht.
37638  Der Beschreibungstext ist optional.
37639  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
37640  das Objekt befinden, also direkt nach dem 
37641 \series bold
37642 {}
37643 \series default
37644  beginnen.
37645  Am Ende des Absatzes fügt man folgenden Befehl ein:
37646 \end_layout
37647
37648 \begin_layout Standard
37649
37650 \series bold
37651
37652 \backslash
37653 end{window}
37654 \end_layout
37655
37656 \begin_layout Standard
37657 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
37658  man muss stattdessen den Befehl 
37659 \series bold
37660
37661 \backslash
37662 footnotemark
37663 \series default
37664  verwenden.
37665  Außerhalb des Absatzes den Befehl 
37666 \series bold
37667
37668 \backslash
37669 footnotetext
37670 \series default
37671 , wie es in Abschnitt
37672 \begin_inset space ~
37673 \end_inset
37674
37675
37676 \begin_inset CommandInset ref
37677 LatexCommand ref
37678 reference "abs:Fußnoten"
37679
37680 \end_inset
37681
37682  beschrieben ist.
37683 \end_layout
37684
37685 \begin_layout Standard
37686 \begin_inset ERT
37687 status collapsed
37688
37689 \begin_layout Plain Layout
37690
37691
37692 \backslash
37693 else
37694 \end_layout
37695
37696 \end_inset
37697
37698
37699 \begin_inset Note Note
37700 status open
37701
37702 \begin_layout Plain Layout
37703 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
37704 -Paket 
37705 \series bold
37706 picinpar
37707 \series default
37708  nicht installiert ist:
37709 \end_layout
37710
37711 \end_inset
37712
37713
37714 \end_layout
37715
37716 \begin_layout Standard
37717 Das \SpecialChar LaTeX
37718 -Paket 
37719 \series bold
37720 picinpar
37721 \series default
37722  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
37723 \end_layout
37724
37725 \begin_layout Standard
37726 \begin_inset ERT
37727 status collapsed
37728
37729 \begin_layout Plain Layout
37730
37731
37732 \backslash
37733 fi
37734 \end_layout
37735
37736 \end_inset
37737
37738
37739 \end_layout
37740
37741 \begin_layout Section
37742 Initiale
37743 \begin_inset Index idx
37744 status collapsed
37745
37746 \begin_layout Plain Layout
37747 Initiale
37748 \end_layout
37749
37750 \end_inset
37751
37752
37753 \begin_inset Index idx
37754 status collapsed
37755
37756 \begin_layout Plain Layout
37757 Umflossene Objekte ! Initiale
37758 \end_layout
37759
37760 \end_inset
37761
37762
37763 \end_layout
37764
37765 \begin_layout Standard
37766 Für Initialen muss das \SpecialChar LaTeX
37767 -Paket 
37768 \series bold
37769 lettrine
37770 \series default
37771
37772 \begin_inset Index idx
37773 status collapsed
37774
37775 \begin_layout Plain Layout
37776 \SpecialChar LaTeX
37777 -Pakete ! lettrine
37778 \end_layout
37779
37780 \end_inset
37781
37782  installiert sein und das Modul 
37783 \family sans
37784 Initialen
37785 \family default
37786  im Dokument verwendet werden (Menü 
37787 \family sans
37788 Dokument\SpecialChar menuseparator
37789 Einstellungen\SpecialChar menuseparator
37790 Module
37791 \family default
37792 ).
37793  Um eine Initiale einzufügen, verwendet man den Stil 
37794 \family sans
37795 Initiale
37796 \family default
37797 .
37798  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
37799  Die Argumente werden über das Menü 
37800 \family sans
37801 Einfügen
37802 \family default
37803  eingefügt.
37804  Das obligatorische Argument 
37805 \family sans
37806 Initiale
37807 \family default
37808  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
37809 \family sans
37810 Rest
37811 \begin_inset space ~
37812 \end_inset
37813
37814 der
37815 \begin_inset space ~
37816 \end_inset
37817
37818 Initiale
37819 \family default
37820  enthält den Rest des Wortes oder Textes der Initiale.
37821  Das Argument 
37822 \family sans
37823 Optionen
37824 \family default
37825  enthält Parameter um die Initiale zu modifizieren.
37826  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
37827  von 
37828 \series bold
37829 lettrine
37830 \series default
37831
37832 \begin_inset CommandInset citation
37833 LatexCommand cite
37834 key "lettrine"
37835
37836 \end_inset
37837
37838 .
37839  Der Stil selbst enthält den Text, der die Initiale umgibt.
37840  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
37841  Initiale ist, in 
37842 \shape smallcaps
37843 Kapitälchen
37844 \shape default
37845  gedruckt wird.
37846 \end_layout
37847
37848 \begin_layout Standard
37849 Hier sind einige Beispiele:
37850 \end_layout
37851
37852 \begin_layout Standard
37853 \begin_inset ERT
37854 status collapsed
37855
37856 \begin_layout Plain Layout
37857
37858
37859 \backslash
37860 iflettrine
37861 \end_layout
37862
37863 \end_inset
37864
37865
37866 \begin_inset Note Note
37867 status open
37868
37869 \begin_layout Plain Layout
37870 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
37871 -Paket 
37872 \series bold
37873 lettrine
37874 \series default
37875  installiert ist.
37876 \end_layout
37877
37878 \end_inset
37879
37880
37881 \end_layout
37882
37883 \begin_layout Enumerate
37884 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
37885
37886 \begin_inset Formula $\mathfrak{Fraktur}$
37887 \end_inset
37888
37889 :
37890 \begin_inset Separator parbreak
37891 \end_inset
37892
37893
37894 \end_layout
37895
37896 \begin_deeper
37897 \begin_layout Initial
37898 \begin_inset Argument 2
37899 status open
37900
37901 \begin_layout Plain Layout
37902 \begin_inset Formula $\mathfrak{I}$
37903 \end_inset
37904
37905
37906 \end_layout
37907
37908 \end_inset
37909
37910
37911 \begin_inset Argument 3
37912 status open
37913
37914 \begin_layout Plain Layout
37915 t
37916 \end_layout
37917
37918 \end_inset
37919
37920  
37921 \lang english
37922 was in the spring of the year 1894 that all London was interested, and the
37923  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37924  under most unusual and inexplicable circumstances.
37925  The public has already learned those particulars of the crime which came
37926  out in the police investigation, but a good deal was suppressed upon that
37927  occasion, since the case for the prosecution was so overwhelmingly strong
37928  that it was not necessary to bring forward all the facts.
37929 \end_layout
37930
37931 \end_deeper
37932 \begin_layout Enumerate
37933 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
37934  besteht und kein Text ist in 
37935 \shape smallcaps
37936 Kapitälchen
37937 \shape default
37938 :
37939 \begin_inset Separator parbreak
37940 \end_inset
37941
37942
37943 \end_layout
37944
37945 \begin_deeper
37946 \begin_layout Initial
37947 \begin_inset Argument 1
37948 status open
37949
37950 \begin_layout Plain Layout
37951 lines=1
37952 \end_layout
37953
37954 \end_inset
37955
37956
37957 \begin_inset Argument 2
37958 status open
37959
37960 \begin_layout Plain Layout
37961 It
37962 \end_layout
37963
37964 \end_inset
37965
37966  
37967 \lang english
37968 was in the spring of the year 1894 that all London was interested, and the
37969  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37970  under most unusual and inexplicable circumstances.
37971  The public has already learned those particulars of the crime which came
37972  out in the police investigation, but a good deal was suppressed upon that
37973  occasion, since the case for the prosecution was so overwhelmingly strong
37974  that it was not necessary to bring forward all the facts.
37975 \end_layout
37976
37977 \end_deeper
37978 \begin_layout Enumerate
37979 Magenta, hängende Initiale über 3
37980 \begin_inset space ~
37981 \end_inset
37982
37983 Zeilen in der Mathe-Schrift
37984 \begin_inset Newline newline
37985 \end_inset
37986
37987  
37988 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
37989 \end_inset
37990
37991 , der Text 
37992 \begin_inset Quotes gld
37993 \end_inset
37994
37995
37996 \lang english
37997 t was in the spring
37998 \lang ngerman
37999
38000 \begin_inset Quotes erd
38001 \end_inset
38002
38003  ist in 
38004 \shape smallcaps
38005 Kapitälchen
38006 \shape default
38007 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
38008 \begin_inset Newline newline
38009 \end_inset
38010
38011
38012 \series bold
38013
38014 \backslash
38015 renewcommand{
38016 \backslash
38017 LettrineFontHook}{
38018 \backslash
38019 color{Farbe}}
38020 \series default
38021
38022 \begin_inset Newline newline
38023 \end_inset
38024
38025 wobei 
38026 \emph on
38027 Farbe
38028 \emph default
38029  
38030 \begin_inset Quotes gld
38031 \end_inset
38032
38033 red
38034 \begin_inset Quotes erd
38035 \end_inset
38036
38037
38038 \begin_inset Quotes gld
38039 \end_inset
38040
38041 blue
38042 \begin_inset Quotes erd
38043 \end_inset
38044
38045
38046 \begin_inset Quotes gld
38047 \end_inset
38048
38049 green
38050 \begin_inset Quotes erd
38051 \end_inset
38052
38053
38054 \begin_inset Quotes gld
38055 \end_inset
38056
38057 yellow
38058 \begin_inset Quotes erd
38059 \end_inset
38060
38061
38062 \begin_inset Quotes gld
38063 \end_inset
38064
38065 cyan
38066 \begin_inset Quotes erd
38067 \end_inset
38068
38069
38070 \begin_inset Quotes gld
38071 \end_inset
38072
38073 magenta
38074 \begin_inset Quotes erd
38075 \end_inset
38076
38077
38078 \begin_inset Quotes gld
38079 \end_inset
38080
38081 black
38082 \begin_inset Quotes erd
38083 \end_inset
38084
38085  oder 
38086 \begin_inset Quotes gld
38087 \end_inset
38088
38089 white
38090 \begin_inset Quotes erd
38091 \end_inset
38092
38093  sein kann, und diesen Befehl zum \SpecialChar LaTeX
38094 -Vorspann hinzufügen:
38095 \begin_inset Newline newline
38096 \end_inset
38097
38098
38099 \series bold
38100
38101 \backslash
38102 @ifundefined{textcolor}
38103 \begin_inset Newline newline
38104 \end_inset
38105
38106
38107 \begin_inset space ~
38108 \end_inset
38109
38110 {
38111 \backslash
38112 usepackage{color}}{}
38113 \series default
38114
38115 \begin_inset Separator parbreak
38116 \end_inset
38117
38118
38119 \end_layout
38120
38121 \begin_deeper
38122 \begin_layout Standard
38123 \begin_inset ERT
38124 status collapsed
38125
38126 \begin_layout Plain Layout
38127
38128
38129 \backslash
38130 renewcommand{
38131 \backslash
38132 LettrineFontHook}{
38133 \backslash
38134 color{magenta}}
38135 \end_layout
38136
38137 \end_inset
38138
38139
38140 \begin_inset Note Note
38141 status open
38142
38143 \begin_layout Plain Layout
38144 macht die Initiale magenta
38145 \end_layout
38146
38147 \end_inset
38148
38149
38150 \end_layout
38151
38152 \begin_layout Initial
38153 \begin_inset Argument 1
38154 status open
38155
38156 \begin_layout Plain Layout
38157 lines=3, lhang=0.33, loversize=0.25
38158 \end_layout
38159
38160 \end_inset
38161
38162
38163 \begin_inset Argument 2
38164 status open
38165
38166 \begin_layout Plain Layout
38167 \begin_inset Formula $\mathcal{I}$
38168 \end_inset
38169
38170
38171 \end_layout
38172
38173 \end_inset
38174
38175
38176 \begin_inset Argument 3
38177 status open
38178
38179 \begin_layout Plain Layout
38180
38181 \lang english
38182 t was in the spring
38183 \end_layout
38184
38185 \end_inset
38186
38187  
38188 \lang english
38189 of the year 1894 that all London was interested, and the fashionable world
38190  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38191  and inexplicable circumstances.
38192  The public has already learned those particulars of the crime which came
38193  out in the police investigation, but a good deal was suppressed upon that
38194  occasion, since the case for the prosecution was so overwhelmingly strong
38195  that it was not necessary to bring forward all the facts.
38196 \end_layout
38197
38198 \end_deeper
38199 \begin_layout Standard
38200 \begin_inset ERT
38201 status collapsed
38202
38203 \begin_layout Plain Layout
38204
38205
38206 \backslash
38207 else
38208 \end_layout
38209
38210 \end_inset
38211
38212
38213 \begin_inset Note Note
38214 status open
38215
38216 \begin_layout Plain Layout
38217 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
38218 -Paket 
38219 \series bold
38220 lettrine
38221 \series default
38222  nicht installiert ist:
38223 \end_layout
38224
38225 \end_inset
38226
38227
38228 \end_layout
38229
38230 \begin_layout Standard
38231 Das \SpecialChar LaTeX
38232 -Paket 
38233 \series bold
38234 lettrine
38235 \series default
38236  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
38237 \end_layout
38238
38239 \begin_layout Standard
38240 \begin_inset ERT
38241 status collapsed
38242
38243 \begin_layout Plain Layout
38244
38245
38246 \backslash
38247 fi
38248 \end_layout
38249
38250 \end_inset
38251
38252
38253 \end_layout
38254
38255 \begin_layout Chapter
38256 Externe Dateien
38257 \begin_inset Index idx
38258 status collapsed
38259
38260 \begin_layout Plain Layout
38261 Dateien ! externe
38262 \end_layout
38263
38264 \end_inset
38265
38266
38267 \end_layout
38268
38269 \begin_layout Standard
38270 Mit 
38271 \family sans
38272 Einfügen\SpecialChar menuseparator
38273 Datei
38274 \family default
38275  können Sie fremdes Material in Ihr Dokument einsetzen.
38276  Das kann folgendes sein:
38277 \end_layout
38278
38279 \begin_layout Description
38280 \SpecialChar LyX
38281 -Dokument Der Inhalt eines anderen \SpecialChar LyX
38282 -Dokuments wird direkt in Ihr Dokument
38283  eingefügt.
38284 \end_layout
38285
38286 \begin_layout Description
38287 Einfacher
38288 \begin_inset space ~
38289 \end_inset
38290
38291 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
38292  eingefügt.
38293 \end_layout
38294
38295 \begin_layout Description
38296 Einfacher
38297 \begin_inset space ~
38298 \end_inset
38299
38300 Text,
38301 \begin_inset space ~
38302 \end_inset
38303
38304 Zeilen
38305 \begin_inset space ~
38306 \end_inset
38307
38308 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
38309  Leerzeilen trennen die Absätze.
38310 \end_layout
38311
38312 \begin_layout Description
38313 Externes
38314 \begin_inset space ~
38315 \end_inset
38316
38317 Material Dateien in verschiedenen Formaten.
38318 \end_layout
38319
38320 \begin_layout Description
38321 Unterdokument \SpecialChar LyX
38322 - oder \SpecialChar LaTeX
38323 -Dokumente.
38324 \end_layout
38325
38326 \begin_layout Section
38327 Externes Material
38328 \begin_inset Index idx
38329 status collapsed
38330
38331 \begin_layout Plain Layout
38332 Externes Material
38333 \end_layout
38334
38335 \end_inset
38336
38337
38338 \end_layout
38339
38340 \begin_layout Standard
38341 Mit 
38342 \family sans
38343 Einfügen\SpecialChar menuseparator
38344 Datei\SpecialChar menuseparator
38345  Externes Material
38346 \family default
38347  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
38348  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
38349  weil \SpecialChar LyX
38350  sich darum kümmert.
38351  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in \SpecialChar LyX
38352 -Dokumente
38353  eingefügt werden können.
38354  Wenn die Grafikvorschau in den \SpecialChar LyX
38355 -Einstellungen unter
38356 \family sans
38357  Aussehen
38358 \begin_inset space ~
38359 \end_inset
38360
38361 &
38362 \begin_inset space ~
38363 \end_inset
38364
38365 Handhabung\SpecialChar menuseparator
38366 Grafik
38367 \family default
38368 , werden die externen Materialtypen Dia und Xfig direkt in \SpecialChar LyX
38369  angezeigt.
38370 \end_layout
38371
38372 \begin_layout Standard
38373 Zur Zeit können Sie folgende Dateitypen (
38374 \family sans
38375 Vorlagen
38376 \family default
38377 ) benutzen:
38378 \end_layout
38379
38380 \begin_layout Description
38381 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
38382 \series bold
38383
38384 \begin_inset CommandInset href
38385 LatexCommand href
38386 name "XBoard"
38387 target "http://de.wikipedia.org/wiki/XBoard"
38388
38389 \end_inset
38390
38391
38392 \series default
38393  erzeugt wurden.
38394 \end_layout
38395
38396 \begin_layout Description
38397 Datum fügt ein Datum mit dem Format 
38398 \emph on
38399 Tag-Monat-Jahr
38400 \emph default
38401  ein.
38402  Hier ist ein Beispiel: 
38403 \begin_inset External
38404         template Date
38405         filename .
38406
38407 \end_inset
38408
38409
38410 \begin_inset space ~
38411 \end_inset
38412
38413
38414 \begin_inset Note Note
38415 status collapsed
38416
38417 \begin_layout Plain Layout
38418
38419 \lang english
38420 Remove the protected space when bug 4398 is fixed!
38421 \end_layout
38422
38423 \end_inset
38424
38425
38426 \begin_inset Newline newline
38427 \end_inset
38428
38429 Das Datum ist in \SpecialChar LyX
38430  nicht zu sehen, nur in der Druckausgabe.
38431  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
38432  Menü 
38433 \family sans
38434 Einfügen\SpecialChar menuseparator
38435 Datum
38436 \family default
38437  und mit dem \SpecialChar LaTeX
38438 -Befehl 
38439 \series bold
38440
38441 \backslash
38442 today
38443 \series default
38444 .
38445  Die verschiedenen Methoden werden in Tabelle
38446 \begin_inset space ~
38447 \end_inset
38448
38449
38450 \begin_inset CommandInset ref
38451 LatexCommand ref
38452 reference "tab:Vergleich-der-Datums-Eingaben"
38453
38454 \end_inset
38455
38456  verglichen.
38457 \end_layout
38458
38459 \begin_layout Description
38460 Dia unterstützt Diagramme, die mit dem Programm 
38461 \series bold
38462
38463 \begin_inset CommandInset href
38464 LatexCommand href
38465 name "Dia"
38466 target "http://de.wikipedia.org/wiki/Dia_(Software)"
38467
38468 \end_inset
38469
38470
38471 \series default
38472  erzeugt wurden.
38473 \end_layout
38474
38475 \begin_layout Description
38476 GnumericTabelle Mit dieser Vorlage können Sie Tabellen im Format von 
38477 \series bold
38478
38479 \begin_inset CommandInset href
38480 LatexCommand href
38481 name "Gnumeric"
38482 target "http://de.wikipedia.org/wiki/Gnumeric"
38483
38484 \end_inset
38485
38486
38487 \series default
38488
38489 \begin_inset CommandInset href
38490 LatexCommand href
38491 name "OpenDocument"
38492 target "http://de.wikipedia.org/wiki/OpenDocument"
38493
38494 \end_inset
38495
38496
38497 \begin_inset CommandInset href
38498 LatexCommand href
38499 name "Microsoft Office XML"
38500 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38501
38502 \end_inset
38503
38504  und 
38505 \begin_inset CommandInset href
38506 LatexCommand href
38507 name "Office Open XML"
38508 target "http://de.wikipedia.org/wiki/Office_Open_XML"
38509
38510 \end_inset
38511
38512  einfügen.
38513  Für dieses Feature muss \SpecialChar LyX
38514  während seiner Konfiguration das Programm 
38515 \family typewriter
38516 ssconvert
38517 \family default
38518  gefunden haben.
38519  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
38520  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
38521  Für Beispiele und mögliche Limitierungen siehe \SpecialChar LyX
38522 ' Beispieldatei 
38523 \emph on
38524 spreadsheet.lyx
38525 \emph default
38526 .
38527 \end_layout
38528
38529 \begin_layout Description
38530 LilyPond Mit dieser Vorlage können Sie Musik-Notationen einfügen, die mit
38531  dem Notensatzprogramm 
38532 \series bold
38533
38534 \begin_inset CommandInset href
38535 LatexCommand href
38536 name "LilyPond"
38537 target "http://de.wikipedia.org/wiki/LilyPond"
38538
38539 \end_inset
38540
38541
38542 \series default
38543  gesetzt werden.
38544  Für \SpecialChar LyX
38545 ' erweiterte Unterstützung für LilyPond siehe \SpecialChar LyX
38546 ' Beispieldatei 
38547 \emph on
38548 lilypond.lyx
38549 \emph default
38550 .
38551 \end_layout
38552
38553 \begin_layout Description
38554 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
38555  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
38556  
38557 \series bold
38558 pages
38559 \series default
38560  im Feld 
38561 \family sans
38562 Option
38563 \family default
38564  in der Karteikarte 
38565 \family sans
38566 \SpecialChar LaTeX
38567 - und \SpecialChar LyX
38568 -Optionen
38569 \family default
38570 .
38571  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
38572  (man gibt als Option 
38573 \series bold
38574 pages={3,5,6,8}
38575 \series default
38576  an), Seitenbereiche (
38577 \series bold
38578 pages={4-9}
38579 \series default
38580 ) oder eine Kombination davon enthält.
38581  Um leere Seiten einzufügen, verwendet man {}.
38582  Z.
38583 \begin_inset space \thinspace{}
38584 \end_inset
38585
38586 B.
38587  fügt 
38588 \series bold
38589 pages={3,{},8-11,15}
38590 \series default
38591  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
38592  Seitenbereiche werden mit der Syntax 
38593 \emph on
38594 Start
38595 \emph default
38596 -
38597 \emph on
38598 Stop
38599 \emph default
38600  angegeben.
38601  Dies wählt alle Seiten von 
38602 \emph on
38603 Start
38604 \emph default
38605  bis 
38606 \emph on
38607 Stop
38608 \emph default
38609  aus.
38610  Wird 
38611 \emph on
38612 Start
38613 \emph default
38614  weggelassen, wird stattdessen die erste Seite verwendet; wird 
38615 \emph on
38616 Stop
38617 \emph default
38618  weggelassen, wird stattdessen die letzte Seite verwendet.
38619  Die letzte Seite kann außerdem mit dem Schlagwort 
38620 \series bold
38621 last
38622 \series default
38623  ausgewählt werden.
38624  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
38625 \series bold
38626 pages=-
38627 \series default
38628  fügt also alle Seiten des Dokuments ein und 
38629 \series bold
38630 pages=last-1
38631 \series default
38632  fügt alle Seiten in umgekehrter Reihenfolge ein.
38633  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
38634  eingefügt.
38635 \begin_inset Newline newline
38636 \end_inset
38637
38638 Die Option 
38639 \series bold
38640 noautoscale
38641 \series default
38642  fügt die Seiten in ihrer Originalgröße ein.
38643  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
38644  dass sie die komplette Breite Ihres Dokuments einnehmen.
38645  In der Karteikarte 
38646 \family sans
38647 Größe und Drehung
38648 \family default
38649  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
38650  werden.
38651  Wird eine andere Breite als 100
38652 \begin_inset space \thinspace{}
38653 \end_inset
38654
38655 Größe% verwendet, wird die Option 
38656 \series bold
38657 noautoscale
38658 \series default
38659  überschrieben.
38660  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
38661  des \SpecialChar LaTeX
38662 -Pakets 
38663 \series bold
38664 pdfpages
38665 \series default
38666  
38667 \begin_inset CommandInset citation
38668 LatexCommand cite
38669 key "pdfpages"
38670
38671 \end_inset
38672
38673 .
38674 \begin_inset Index idx
38675 status collapsed
38676
38677 \begin_layout Plain Layout
38678 \SpecialChar LaTeX
38679 -Pakete ! pdfpages
38680 \end_layout
38681
38682 \end_inset
38683
38684
38685 \begin_inset Newline newline
38686 \end_inset
38687
38688 Um diese Vorlage in einer 
38689 \family sans
38690 Beamer
38691 \family default
38692 -Präsentation zu verwenden, muss zuerst eine 
38693 \family sans
38694 BeendeRahmen
38695 \family default
38696  Umgebung eingefügt werden.
38697  In den folgenden Absatz kommt eine \SpecialChar TeX
38698 -Code Box mit dem Befehl 
38699 \series bold
38700
38701 \backslash
38702 setbeamertemplate{background canvas}{}
38703 \series default
38704 .
38705  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
38706  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
38707  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
38708  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
38709  sicher, dass die Ausrichtung 
38710 \family sans
38711 Standard
38712 \family default
38713  für den Absatz verwendet wird, der die Vorlage enthält.
38714 \begin_inset Newline newline
38715 \end_inset
38716
38717 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
38718 \begin_inset External
38719         template PDFPages
38720         filename ../clipart/Abstract.pdf
38721         extra LaTeX "pages=-"
38722         rotateAngle -5
38723         rotateOrigin bottomleft
38724         width 50col%
38725
38726 \end_inset
38727
38728
38729 \end_layout
38730
38731 \begin_layout Description
38732 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
38733  Die Bilddateien können im Dialogfenster 
38734 \family sans
38735 Externes
38736 \begin_inset space ~
38737 \end_inset
38738
38739 Material
38740 \family default
38741  genauso behandelt werden wie die mit dem normalen 
38742 \family sans
38743 Grafik
38744 \family default
38745 -Dialog eingefügten, siehe Abschnitt
38746 \begin_inset space ~
38747 \end_inset
38748
38749
38750 \begin_inset CommandInset ref
38751 LatexCommand ref
38752 reference "abs:Grafik-Dialog"
38753
38754 \end_inset
38755
38756 .
38757  Der Unterschied zum normalen Einfügen eines Bildes ist, dass nur Rasterbilder
38758  erlaubt sind, das heißt PDF- und EPS-Bilder werden nicht unterstützt.
38759  Hier ist ein eingefügtes Rasterbild: 
38760 \begin_inset External
38761         template RasterImage
38762         filename ../clipart/ToolbarEnvBox.png
38763
38764 \end_inset
38765
38766
38767 \end_layout
38768
38769 \begin_layout Description
38770 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
38771 \series bold
38772
38773 \begin_inset CommandInset href
38774 LatexCommand href
38775 name "Xfig"
38776 target "http://de.wikipedia.org/wiki/Xfig"
38777
38778 \end_inset
38779
38780
38781 \series default
38782  erzeugt wurden.
38783 \end_layout
38784
38785 \begin_layout Standard
38786 \begin_inset Float table
38787 placement !h
38788 wide false
38789 sideways false
38790 status open
38791
38792 \begin_layout Plain Layout
38793 \begin_inset Caption Standard
38794
38795 \begin_layout Plain Layout
38796 \begin_inset CommandInset label
38797 LatexCommand label
38798 name "tab:Vergleich-der-Datums-Eingaben"
38799
38800 \end_inset
38801
38802 Vergleich der Datums-Eingaben
38803 \end_layout
38804
38805 \end_inset
38806
38807
38808 \end_layout
38809
38810 \begin_layout Plain Layout
38811 \align center
38812 \begin_inset Tabular
38813 <lyxtabular version="3" rows="4" columns="4">
38814 <features tabularvalignment="middle">
38815 <column alignment="center" valignment="top">
38816 <column alignment="center" valignment="top">
38817 <column alignment="center" valignment="top">
38818 <column alignment="center" valignment="top">
38819 <row>
38820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38821 \begin_inset Text
38822
38823 \begin_layout Plain Layout
38824 Dokumentformat
38825 \end_layout
38826
38827 \end_inset
38828 </cell>
38829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38830 \begin_inset Text
38831
38832 \begin_layout Plain Layout
38833
38834 \family sans
38835 Externes Material\SpecialChar menuseparator
38836 Datum
38837 \end_layout
38838
38839 \end_inset
38840 </cell>
38841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38842 \begin_inset Text
38843
38844 \begin_layout Plain Layout
38845
38846 \family sans
38847 Einfügen\SpecialChar menuseparator
38848 Datum
38849 \end_layout
38850
38851 \end_inset
38852 </cell>
38853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38854 \begin_inset Text
38855
38856 \begin_layout Plain Layout
38857 Befehl 
38858 \series bold
38859
38860 \backslash
38861 today
38862 \end_layout
38863
38864 \end_inset
38865 </cell>
38866 </row>
38867 <row>
38868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38869 \begin_inset Text
38870
38871 \begin_layout Plain Layout
38872 \SpecialChar LyX
38873
38874 \end_layout
38875
38876 \end_inset
38877 </cell>
38878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38879 \begin_inset Text
38880
38881 \begin_layout Plain Layout
38882 als Box
38883 \end_layout
38884
38885 \end_inset
38886 </cell>
38887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38888 \begin_inset Text
38889
38890 \begin_layout Plain Layout
38891 als Datum
38892 \end_layout
38893
38894 \end_inset
38895 </cell>
38896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38897 \begin_inset Text
38898
38899 \begin_layout Plain Layout
38900 als \SpecialChar TeX
38901 -Code
38902 \end_layout
38903
38904 \end_inset
38905 </cell>
38906 </row>
38907 <row>
38908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38909 \begin_inset Text
38910
38911 \begin_layout Plain Layout
38912 \SpecialChar LaTeX
38913
38914 \end_layout
38915
38916 \end_inset
38917 </cell>
38918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38919 \begin_inset Text
38920
38921 \begin_layout Plain Layout
38922 als Datum
38923 \end_layout
38924
38925 \end_inset
38926 </cell>
38927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38928 \begin_inset Text
38929
38930 \begin_layout Plain Layout
38931 als Datum
38932 \end_layout
38933
38934 \end_inset
38935 </cell>
38936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38937 \begin_inset Text
38938
38939 \begin_layout Plain Layout
38940 als Befehl
38941 \end_layout
38942
38943 \end_inset
38944 </cell>
38945 </row>
38946 <row>
38947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38948 \begin_inset Text
38949
38950 \begin_layout Plain Layout
38951 DVI, PDF, PS
38952 \end_layout
38953
38954 \end_inset
38955 </cell>
38956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38957 \begin_inset Text
38958
38959 \begin_layout Plain Layout
38960 als Datum
38961 \end_layout
38962
38963 \end_inset
38964 </cell>
38965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38966 \begin_inset Text
38967
38968 \begin_layout Plain Layout
38969 als Datum
38970 \end_layout
38971
38972 \end_inset
38973 </cell>
38974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38975 \begin_inset Text
38976
38977 \begin_layout Plain Layout
38978 als Datum
38979 \end_layout
38980
38981 \end_inset
38982 </cell>
38983 </row>
38984 </lyxtabular>
38985
38986 \end_inset
38987
38988
38989 \end_layout
38990
38991 \end_inset
38992
38993
38994 \end_layout
38995
38996 \begin_layout Standard
38997 Wenn Sie im Dialogfenster
38998 \family sans
38999  Externes
39000 \begin_inset space ~
39001 \end_inset
39002
39003 Material 
39004 \family default
39005 in der Karteikarte
39006 \family sans
39007  Datei
39008 \family default
39009  die Option 
39010 \family sans
39011 Entwurf
39012 \family default
39013  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
39014 \begin_inset Newline newline
39015 \end_inset
39016
39017 \SpecialChar LyX
39018  kann externes Material entweder als Box wie hier: 
39019 \begin_inset Graphics
39020         filename clipart/ExternesMaterial.png
39021         scale 75
39022         scaleBeforeRotation
39023
39024 \end_inset
39025
39026  oder als Bild darstellen.
39027  Das hängt davon ab, ob Sie im Dialog
39028 \family sans
39029  
39030 \family default
39031 in der Karteikarte 
39032 \family sans
39033 \SpecialChar LaTeX
39034 - und \SpecialChar LyX
39035 -Optionen
39036 \family default
39037  die Option 
39038 \family sans
39039 In
39040 \begin_inset space ~
39041 \end_inset
39042
39043 \SpecialChar LyX
39044
39045 \begin_inset space ~
39046 \end_inset
39047
39048 anzeigen
39049 \family default
39050  gewählt haben oder nicht.
39051 \end_layout
39052
39053 \begin_layout Standard
39054 Im \SpecialChar LyX
39055 -Handbuch 
39056 \family sans
39057 \emph on
39058 Anpassung
39059 \family default
39060 \emph default
39061  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
39062 \end_layout
39063
39064 \begin_layout Section
39065 Unterdokumente
39066 \begin_inset CommandInset label
39067 LatexCommand label
39068 name "abs:Unterdokumente"
39069
39070 \end_inset
39071
39072
39073 \begin_inset Index idx
39074 status collapsed
39075
39076 \begin_layout Plain Layout
39077 Unterdokument
39078 \end_layout
39079
39080 \end_inset
39081
39082
39083 \end_layout
39084
39085 \begin_layout Standard
39086 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
39087  oder Abschnitten bestehen.
39088  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
39089  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
39090  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
39091  z.
39092 \begin_inset space \thinspace{}
39093 \end_inset
39094
39095 B.
39096  den \SpecialChar LaTeX
39097 -Vorspann, das Literaturverzeichnis und Querverweismarken.
39098 \end_layout
39099
39100 \begin_layout Standard
39101 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
39102  müssen, geben Sie im Unterdokument im Menü
39103 \family sans
39104  Dokument\SpecialChar menuseparator
39105 Einstellungen\SpecialChar menuseparator
39106 Dokumentklasse
39107 \family default
39108  das Hauptdokument an.
39109  Dieses wird dann von \SpecialChar LyX
39110  im Hintergrund benutzt, wenn Sie das Unterdokument
39111  bearbeiten.
39112 \end_layout
39113
39114 \begin_layout Standard
39115 Unterdokumente werden in \SpecialChar LyX
39116  als Box angezeigt: 
39117 \begin_inset Graphics
39118         filename clipart/Unterdokument.png
39119         scale 75
39120         scaleBeforeRotation
39121
39122 \end_inset
39123
39124  Sie werden über
39125 \family sans
39126  Einfügen\SpecialChar menuseparator
39127 Datei\SpecialChar menuseparator
39128 Unterdokument
39129 \family default
39130  eingebunden, was das Dialogfenster
39131 \family sans
39132  Unterdokument
39133 \family default
39134  öffnet.
39135  Für 
39136 \family sans
39137 die Art
39138 \begin_inset space ~
39139 \end_inset
39140
39141 der
39142 \begin_inset space ~
39143 \end_inset
39144
39145 Einbindung
39146 \family default
39147  gibt es dort vier Möglichkeiten:
39148 \end_layout
39149
39150 \begin_layout Description
39151 Include Sie können \SpecialChar LyX
39152 - und \SpecialChar LaTeX
39153 -Dokumente einbinden.
39154  Wenn Sie im Dialogfenster
39155 \family sans
39156  Unterdokument
39157 \family default
39158  auf 
39159 \family sans
39160 Bearbeiten
39161 \family default
39162  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
39163  und Sie können es editieren.
39164 \begin_inset Newline newline
39165 \end_inset
39166
39167
39168 \end_layout
39169
39170 \begin_layout Standard
39171 Hier wird ein Unterdokument
39172 \family sans
39173  
39174 \family default
39175 per 
39176 \family sans
39177 Include
39178 \family default
39179  eingebunden: 
39180 \begin_inset CommandInset include
39181 LatexCommand include
39182 filename "DummyDocument1.lyx"
39183
39184 \end_inset
39185
39186 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
39187  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
39188  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
39189 s.
39190  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
39191 \begin_inset space ~
39192 \end_inset
39193
39194
39195 \begin_inset CommandInset ref
39196 LatexCommand ref
39197 reference "uab:Externer-Unterabschnitt-1"
39198
39199 \end_inset
39200
39201 .
39202 \end_layout
39203
39204 \begin_layout Standard
39205 Der \SpecialChar LaTeX
39206 -Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
39207  wird benutzt.
39208  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
39209  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
39210  Unterdokumente, die per 
39211 \family sans
39212 Include
39213 \family default
39214  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
39215  und enden mit einem Seitenumbruch.
39216 \end_layout
39217
39218 \begin_layout Standard
39219 \begin_inset Note Greyedout
39220 status open
39221
39222 \begin_layout Plain Layout
39223
39224 \series bold
39225 Bemerkung:
39226 \series default
39227  Wenn Sie eine \SpecialChar LyX
39228 - oder \SpecialChar LaTeX
39229 -Datei eingebunden haben, werden Sie beim Export oder
39230  der Druckvorschau gewarnt, wenn das Unterdokument eine andere Dokumentklasse
39231  als das Hauptdokument benutzt, weil das zu unvorhersehbaren Ergebnissen
39232  führen wird.
39233 \end_layout
39234
39235 \end_inset
39236
39237
39238 \end_layout
39239
39240 \begin_layout Description
39241 Input Diese Methode ist 
39242 \family sans
39243 Include
39244 \family default
39245  sehr ähnlich mit folgenden Unterschieden:
39246 \begin_inset Separator parbreak
39247 \end_inset
39248
39249
39250 \end_layout
39251
39252 \begin_deeper
39253 \begin_layout Itemize
39254 Unterdokumente, die per 
39255 \family sans
39256 Input
39257 \family default
39258  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
39259  Seite und enden NICHT mit einem Seitenumbruch.
39260 \end_layout
39261
39262 \begin_layout Itemize
39263 Unterdokumente, die per 
39264 \family sans
39265 Input
39266 \family default
39267  eingebunden werden, können in \SpecialChar LyX
39268  angesehen werden, wenn im Dialogfenster
39269 \family sans
39270  Unterdokument Vorschau
39271 \begin_inset space ~
39272 \end_inset
39273
39274 anzeigen
39275 \family default
39276  angekreuzt wurde und in den \SpecialChar LyX
39277 -Einstellungen unter
39278 \family sans
39279  Aussehen
39280 \begin_inset space ~
39281 \end_inset
39282
39283 &
39284 \begin_inset space ~
39285 \end_inset
39286
39287 Handhabung\SpecialChar menuseparator
39288 Grafik\SpecialChar menuseparator
39289 Sofortige
39290 \begin_inset space ~
39291 \end_inset
39292
39293 Vorschau
39294 \family default
39295  auf 
39296 \family sans
39297 An
39298 \family default
39299  gesetzt wurde.
39300  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
39301  aus.
39302 \end_layout
39303
39304 \begin_layout Itemize
39305 Unterdokumente, die per 
39306 \family sans
39307 Input
39308 \family default
39309  eingebunden werden, können nicht über das Menü 
39310 \family sans
39311 Dokument\SpecialChar menuseparator
39312 Einstellungen\SpecialChar menuseparator
39313 Unterdokumente
39314 \family default
39315  unterdrückt werden.
39316 \end_layout
39317
39318 \end_deeper
39319 \begin_layout Standard
39320 Hier ist ein Unterdokument, das mit
39321 \family sans
39322  Input
39323 \family default
39324  eingebunden wurde: 
39325 \begin_inset CommandInset include
39326 LatexCommand input
39327 filename "DummyDocument2.lyx"
39328
39329 \end_inset
39330
39331 .
39332 \end_layout
39333
39334 \begin_layout Description
39335 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
39336   In der Druckvorschau wird für den Text der Stil 
39337 \family typewriter
39338 Schreibmaschine
39339 \family default
39340  verwendet.
39341  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
39342  Wenn Sie im Dialogfenster
39343 \family sans
39344  Unterdokument Leerzeichen
39345 \begin_inset space ~
39346 \end_inset
39347
39348 bei
39349 \begin_inset space ~
39350 \end_inset
39351
39352 der
39353 \begin_inset space ~
39354 \end_inset
39355
39356 Ausgabe
39357 \begin_inset space ~
39358 \end_inset
39359
39360 kennzeichnen 
39361 \family default
39362 ankreuzen, wird in der Druckvorschau das Zeichen 
39363 \begin_inset Quotes gld
39364 \end_inset
39365
39366
39367 \begin_inset ERT
39368 status collapsed
39369
39370 \begin_layout Plain Layout
39371
39372
39373 \backslash
39374 textvisiblespace 
39375 \end_layout
39376
39377 \end_inset
39378
39379
39380 \begin_inset Quotes grd
39381 \end_inset
39382
39383  für jedes Leerzeichen eingefügt.
39384 \begin_inset Newline newline
39385 \end_inset
39386
39387 Im Gegensatz zu 
39388 \family sans
39389 Einfügen\SpecialChar menuseparator
39390 Datei\SpecialChar menuseparator
39391 Einfacher
39392 \begin_inset space ~
39393 \end_inset
39394
39395 Text
39396 \family default
39397  wird bei 
39398 \family sans
39399 Unformatiert
39400 \family default
39401  der Dateiinhalt in \SpecialChar LyX
39402  nicht dargestellt.
39403 \end_layout
39404
39405 \begin_layout Standard
39406 Hier ist ein Unterdokument, das mit
39407 \family sans
39408  Unformatiert
39409 \family default
39410  eingebunden wurde: 
39411 \begin_inset CommandInset include
39412 LatexCommand verbatiminput
39413 filename "DummyTextDocument.txt"
39414
39415 \end_inset
39416
39417
39418 \begin_inset VSpace bigskip
39419 \end_inset
39420
39421 Hier ist ein Unterdokument, das mit
39422 \family sans
39423  Unformatiert
39424 \family default
39425  eingebunden wurde und
39426 \family sans
39427  Leerzeichen
39428 \begin_inset space ~
39429 \end_inset
39430
39431 bei
39432 \begin_inset space ~
39433 \end_inset
39434
39435 der
39436 \begin_inset space ~
39437 \end_inset
39438
39439 Ausgabe
39440 \begin_inset space ~
39441 \end_inset
39442
39443 kennzeichnen
39444 \family default
39445  angekreuzt hat: 
39446 \begin_inset CommandInset include
39447 LatexCommand verbatiminput*
39448 filename "DummyTextDocument.txt"
39449
39450 \end_inset
39451
39452
39453 \end_layout
39454
39455 \begin_layout Standard
39456 \begin_inset VSpace bigskip
39457 \end_inset
39458
39459
39460 \end_layout
39461
39462 \begin_layout Standard
39463 \begin_inset Note Greyedout
39464 status open
39465
39466 \begin_layout Plain Layout
39467
39468 \series bold
39469 Bemerkung:
39470 \series default
39471  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
39472  
39473 \family sans
39474 Unformatiert
39475 \family default
39476  eingebunden werden, am Zeilenende nicht umgebrochen.
39477 \end_layout
39478
39479 \end_inset
39480
39481
39482 \end_layout
39483
39484 \begin_layout Description
39485 Listing Dieser Typ wird in Kapitel
39486 \begin_inset space ~
39487 \end_inset
39488
39489
39490 \begin_inset CommandInset ref
39491 LatexCommand ref
39492 reference "kap:Programm-Code-Listen"
39493
39494 \end_inset
39495
39496  beschrieben.
39497 \end_layout
39498
39499 \begin_layout Standard
39500 \begin_inset Note Greyedout
39501 status open
39502
39503 \begin_layout Plain Layout
39504
39505 \series bold
39506 Bemerkung:
39507 \series default
39508  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
39509  das zu \SpecialChar LaTeX
39510 -Problemen führen.
39511 \end_layout
39512
39513 \end_inset
39514
39515
39516 \end_layout
39517
39518 \begin_layout Standard
39519 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
39520  wollen, z.
39521 \begin_inset space \thinspace{}
39522 \end_inset
39523
39524 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
39525  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
39526  Dies geschieht über das Menü 
39527 \family sans
39528 Dokument\SpecialChar menuseparator
39529 Einstellungen\SpecialChar menuseparator
39530 Unterdokumente
39531 \family default
39532 .
39533  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
39534  in die Spalte 
39535 \family sans
39536 In Ausgabe einbinden
39537 \family default
39538  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
39539  für Unterdokumente möglich ist, die per 
39540 \family sans
39541 Input
39542 \family default
39543  eingebunden wurden).
39544  Wenn die Option 
39545 \family sans
39546 Zähler und Querverweise wahren
39547 \family default
39548  aktiviert ist, sorgt \SpecialChar LyX
39549  dafür, dass alle Seitennummern, Querverweise usw.
39550 \begin_inset space ~
39551 \end_inset
39552
39553 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
39554  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
39555  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
39556  Dazu muss \SpecialChar LyX
39557  intern allerdings das gesamte Dokument prozessieren.
39558  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
39559  sind, wählen sie die Option nicht.
39560 \end_layout
39561
39562 \begin_layout Standard
39563 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
39564 \begin_inset Foot
39565 status collapsed
39566
39567 \begin_layout Plain Layout
39568 Zweige sind im Kapitel 
39569 \emph on
39570 Zweige
39571 \emph default
39572  des \SpecialChar LyX
39573
39574 \emph on
39575 -Benutzerhandbuchs
39576 \emph default
39577  erklärt.
39578 \end_layout
39579
39580 \end_inset
39581
39582  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
39583  Dateien in der Ausgabe erscheinen.
39584  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
39585  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
39586  werden.
39587 \end_layout
39588
39589 \begin_layout Chapter
39590 Programm-Code-Listen
39591 \begin_inset CommandInset label
39592 LatexCommand label
39593 name "kap:Programm-Code-Listen"
39594
39595 \end_inset
39596
39597
39598 \begin_inset Index idx
39599 status collapsed
39600
39601 \begin_layout Plain Layout
39602 Listen
39603 \end_layout
39604
39605 \end_inset
39606
39607
39608 \begin_inset Index idx
39609 status collapsed
39610
39611 \begin_layout Plain Layout
39612 Programm-Code
39613 \end_layout
39614
39615 \end_inset
39616
39617
39618 \end_layout
39619
39620 \begin_layout Standard
39621 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
39622 \family sans
39623 Einfügen\SpecialChar menuseparator
39624 Pro\SpecialChar softhyphen
39625 grammlisting
39626 \family default
39627  verwenden.
39628  Das \SpecialChar LaTeX
39629 -Paket 
39630 \series bold
39631 listings
39632 \series default
39633
39634 \begin_inset Index idx
39635 status collapsed
39636
39637 \begin_layout Plain Layout
39638 \SpecialChar LaTeX
39639 -Pakete ! listings
39640 \end_layout
39641
39642 \end_inset
39643
39644  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
39645 \end_layout
39646
39647 \begin_layout Standard
39648 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
39649 rmat der Programm-Code-Liste festlegen.
39650 \end_layout
39651
39652 \begin_layout Standard
39653 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
39654  Die Platzierungsoption 
39655 \family sans
39656 Eingebettetes
39657 \begin_inset space ~
39658 \end_inset
39659
39660 Listing
39661 \family default
39662  druckt das Listing in der Zeile wie hier: 
39663 \begin_inset listings
39664 lstparams "language={C++}"
39665 inline true
39666 status open
39667
39668 \begin_layout Plain Layout
39669
39670 int a=5;
39671 \end_layout
39672
39673 \end_inset
39674
39675
39676 \begin_inset Newline newline
39677 \end_inset
39678
39679 Die Option 
39680 \family sans
39681 Gleitobjekt
39682 \family default
39683  erzeugt ein Listing-Gleitobjekt, dessen 
39684 \family sans
39685 Platzierung 
39686 \family default
39687 Sie mit 
39688 \family sans
39689 h
39690 \family default
39691
39692 \family sans
39693 t
39694 \family default
39695
39696 \family sans
39697 b
39698 \family default
39699  und 
39700 \family sans
39701 p
39702 \family default
39703 , analog zu den in Abschnitt
39704 \begin_inset space ~
39705 \end_inset
39706
39707
39708 \begin_inset CommandInset ref
39709 LatexCommand ref
39710 reference "abs:Gleitobjekt-Platzierung"
39711
39712 \end_inset
39713
39714  beschriebenen Platzierungsoptionen festlegen können.
39715  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
39716  hintereinander angegeben, z.
39717 \begin_inset space \thinspace{}
39718 \end_inset
39719
39720 B.
39721  
39722 \begin_inset Quotes gld
39723 \end_inset
39724
39725
39726 \family sans
39727 htbp
39728 \family default
39729
39730 \begin_inset Quotes grd
39731 \end_inset
39732
39733 .
39734  Die Option 
39735 \begin_inset Quotes gld
39736 \end_inset
39737
39738 h
39739 \begin_inset Quotes grd
39740 \end_inset
39741
39742  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
39743  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
39744 \end_layout
39745
39746 \begin_layout Standard
39747 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
39748  zu verweisen: Listing
39749 \begin_inset space ~
39750 \end_inset
39751
39752
39753 \begin_inset CommandInset ref
39754 LatexCommand ref
39755 reference "lst:Gleitendes-Programm-Listing"
39756
39757 \end_inset
39758
39759 .
39760  Mit dem Menü 
39761 \family sans
39762 Einfügen\SpecialChar menuseparator
39763 Liste
39764 \begin_inset space ~
39765 \end_inset
39766
39767 /
39768 \begin_inset space ~
39769 \end_inset
39770
39771 Inhaltsverzeichnis\SpecialChar menuseparator
39772 Listings Verzeichnis
39773 \family default
39774  kann ein Verzeichnis aller Listings eingefügt werden.
39775  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
39776 \end_layout
39777
39778 \begin_layout Standard
39779 \begin_inset listings
39780 lstparams "language=Python"
39781 inline false
39782 status open
39783
39784 \begin_layout Plain Layout
39785
39786 \begin_inset Caption Standard
39787
39788 \begin_layout Plain Layout
39789 \begin_inset CommandInset label
39790 LatexCommand label
39791 name "lst:Gleitendes-Programm-Listing"
39792
39793 \end_inset
39794
39795 Gleitendes Programm-Listing
39796 \end_layout
39797
39798 \end_inset
39799
39800 # Gleitendes Programm-Listing
39801 \end_layout
39802
39803 \begin_layout Plain Layout
39804
39805 def func(param):
39806 \end_layout
39807
39808 \begin_layout Plain Layout
39809
39810     'Dies ist eine Python-Funktion'
39811 \end_layout
39812
39813 \begin_layout Plain Layout
39814
39815     pass
39816 \end_layout
39817
39818 \end_inset
39819
39820
39821 \end_layout
39822
39823 \begin_layout Standard
39824 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
39825  der Sprache erkannt und besonders gedruckt, wie 
39826 \emph on
39827 #
39828 \emph default
39829
39830 \emph on
39831 def
39832 \emph default
39833  und 
39834 \emph on
39835 pass
39836 \emph default
39837  in Listing
39838 \begin_inset space ~
39839 \end_inset
39840
39841
39842 \begin_inset CommandInset ref
39843 LatexCommand ref
39844 reference "lst:Gleitendes-Programm-Listing"
39845
39846 \end_inset
39847
39848 .
39849 \end_layout
39850
39851 \begin_layout Standard
39852 \begin_inset Note Greyedout
39853 status open
39854
39855 \begin_layout Plain Layout
39856
39857 \series bold
39858 Bemerkung:
39859 \series default
39860  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
39861 \family typewriter
39862 Schreib\SpecialChar softhyphen
39863 maschine
39864 \family default
39865  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
39866 h keine fett gedruckten Buchstaben.
39867  Wählen Sie in diesem Fall eine andere Schrift im Menü 
39868 \family sans
39869 Dokument\SpecialChar menuseparator
39870 Einstellungen\SpecialChar menuseparator
39871 Schriften
39872 \family default
39873 .
39874  (Die Schriften 
39875 \emph on
39876 LuxiMono, BeraMono
39877 \emph default
39878  und 
39879 \emph on
39880 Courier
39881 \emph default
39882  enthalten fett gedruckte Buchstaben.)
39883 \end_layout
39884
39885 \end_inset
39886
39887
39888 \end_layout
39889
39890 \begin_layout Standard
39891 Im Abschnitt 
39892 \family sans
39893 Zeilennummerierung
39894 \family default
39895  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
39896 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
39897  jede wievielte Zeile nummeriert werden soll und die 
39898 \family sans
39899 Schriftgröße
39900 \family default
39901  der Nummerierung.
39902 \end_layout
39903
39904 \begin_layout Standard
39905 Im Abschnitt 
39906 \family sans
39907 Bereich
39908 \family default
39909  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
39910  Im Abschnitt 
39911 \family sans
39912 Stil
39913 \family default
39914  legen Sie fest, wie die Liste ausgedruckt werden soll.
39915  Die Option 
39916 \family sans
39917 Erweiterte
39918 \begin_inset space ~
39919 \end_inset
39920
39921 Zeichentabelle
39922 \family default
39923  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
39924 \end_layout
39925
39926 \begin_layout Standard
39927 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
39928 \begin_inset Quotes gld
39929 \end_inset
39930
39931 3
39932 \begin_inset Quotes grd
39933 \end_inset
39934
39935 , Sprache 
39936 \begin_inset Quotes gld
39937 \end_inset
39938
39939 Python
39940 \begin_inset Quotes grd
39941 \end_inset
39942
39943 , Optionen 
39944 \begin_inset Quotes gld
39945 \end_inset
39946
39947 Erweiterte Zeichentabelle
39948 \begin_inset Quotes grd
39949 \end_inset
39950
39951  und 
39952 \begin_inset Quotes gld
39953 \end_inset
39954
39955 Leerzeichen als Symbol
39956 \begin_inset Quotes grd
39957 \end_inset
39958
39959  und Bereich Zeilen 3
39960 \begin_inset space \thinspace{}
39961 \end_inset
39962
39963 -
39964 \begin_inset space \thinspace{}
39965 \end_inset
39966
39967 8:
39968 \end_layout
39969
39970 \begin_layout Standard
39971 \begin_inset listings
39972 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
39973 inline false
39974 status open
39975
39976 \begin_layout Plain Layout
39977
39978 def func(param):
39979 \end_layout
39980
39981 \begin_layout Plain Layout
39982
39983     'Dies ist eine Python-Funktion'
39984 \end_layout
39985
39986 \begin_layout Plain Layout
39987
39988     pass
39989 \end_layout
39990
39991 \begin_layout Plain Layout
39992
39993 def func(param):
39994 \end_layout
39995
39996 \begin_layout Plain Layout
39997
39998 'Sonderzeichen: Tschüß'
39999 \end_layout
40000
40001 \begin_layout Plain Layout
40002
40003 pass
40004 \end_layout
40005
40006 \begin_layout Plain Layout
40007
40008 def func(param):
40009 \end_layout
40010
40011 \begin_layout Plain Layout
40012
40013 'Dies ist eine Python-Funktion'
40014 \end_layout
40015
40016 \begin_layout Plain Layout
40017
40018 pass
40019 \end_layout
40020
40021 \end_inset
40022
40023
40024 \end_layout
40025
40026 \begin_layout Standard
40027 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
40028 \family sans
40029 Tabulatorgröße
40030 \family default
40031  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
40032 \end_layout
40033
40034 \begin_layout Standard
40035 \noindent
40036 \begin_inset Note Greyedout
40037 status open
40038
40039 \begin_layout Plain Layout
40040
40041 \series bold
40042 Bemerkung:
40043 \series default
40044  Wegen eines Fehlers im 
40045 \series bold
40046 listings
40047 \series default
40048 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
40049  verschoben.
40050  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
40051  Listing nummeriert werden.
40052 \end_layout
40053
40054 \end_inset
40055
40056
40057 \end_layout
40058
40059 \begin_layout Standard
40060 \begin_inset VSpace bigskip
40061 \end_inset
40062
40063
40064 \end_layout
40065
40066 \begin_layout Standard
40067 \noindent
40068 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
40069  Das machen Sie mit
40070 \family sans
40071  Einfügen\SpecialChar menuseparator
40072 Datei\SpecialChar menuseparator
40073 Unterdokument
40074 \family default
40075  und der 
40076 \family sans
40077 Art
40078 \begin_inset space ~
40079 \end_inset
40080
40081 der
40082 \begin_inset space ~
40083 \end_inset
40084
40085 Einbindung
40086 \family default
40087  
40088 \family sans
40089 Listing
40090 \family default
40091 .
40092 \begin_inset Foot
40093 status collapsed
40094
40095 \begin_layout Plain Layout
40096 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
40097 \begin_inset space ~
40098 \end_inset
40099
40100
40101 \begin_inset CommandInset ref
40102 LatexCommand ref
40103 reference "abs:Unterdokumente"
40104
40105 \end_inset
40106
40107  beschrieben.
40108 \end_layout
40109
40110 \end_inset
40111
40112  Im Dialogfenster
40113 \family sans
40114  Unterdokument
40115 \family default
40116  können Sie die Listing-Parameter unter 
40117 \family sans
40118 Weitere
40119 \begin_inset space ~
40120 \end_inset
40121
40122 Parameter
40123 \family default
40124  eingeben.
40125  Wenn Sie dort ein Fragezeichen 
40126 \begin_inset Quotes gld
40127 \end_inset
40128
40129 ?
40130 \begin_inset Quotes grd
40131 \end_inset
40132
40133  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
40134 det.
40135 \end_layout
40136
40137 \begin_layout Standard
40138 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
40139  Text ins Feld 
40140 \family sans
40141 Marke
40142 \family default
40143 , auf die dann wie üblich verwiesen werden kann.
40144 \end_layout
40145
40146 \begin_layout Standard
40147 Listing
40148 \begin_inset space ~
40149 \end_inset
40150
40151
40152 \begin_inset CommandInset ref
40153 LatexCommand ref
40154 reference "lst:Datei-Listing"
40155
40156 \end_inset
40157
40158  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
40159 \begin_inset space \thinspace{}
40160 \end_inset
40161
40162 -
40163 \begin_inset space \thinspace{}
40164 \end_inset
40165
40166 15 gedruckt werden.
40167 \end_layout
40168
40169 \begin_layout Standard
40170 \begin_inset CommandInset include
40171 LatexCommand lstinputlisting
40172 filename "EmbeddedObjects.lyx"
40173 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}"
40174
40175 \end_inset
40176
40177
40178 \end_layout
40179
40180 \begin_layout Standard
40181 \begin_inset VSpace bigskip
40182 \end_inset
40183
40184
40185 \end_layout
40186
40187 \begin_layout Standard
40188 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
40189 \end_layout
40190
40191 \begin_layout Enumerate
40192 Öffnen Sie die Listings-Einstellungen und fügen
40193 \begin_inset Newline newline
40194 \end_inset
40195
40196
40197 \family sans
40198 mathescape=true
40199 \family default
40200
40201 \begin_inset Newline newline
40202 \end_inset
40203
40204 in das Feld des Tabs 
40205 \family sans
40206 Erweitert
40207 \family default
40208  ein
40209 \end_layout
40210
40211 \begin_layout Enumerate
40212 Erstellen Sie eine Formel außerhalb des Listings
40213 \end_layout
40214
40215 \begin_layout Enumerate
40216 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
40217 blage (Tastenkürzel 
40218 \family sans
40219 Ctrl+C
40220 \family default
40221 )
40222 \end_layout
40223
40224 \begin_layout Enumerate
40225 Schreiben sie 
40226 \begin_inset Quotes gld
40227 \end_inset
40228
40229
40230 \family sans
40231 $$
40232 \family default
40233
40234 \begin_inset Quotes grd
40235 \end_inset
40236
40237  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
40238 hen (Tastenkürzel 
40239 \family sans
40240 Ctrl+V
40241 \family default
40242 )
40243 \end_layout
40244
40245 \begin_layout Standard
40246 \begin_inset listings
40247 lstparams "language=Python,mathescape=true"
40248 inline false
40249 status open
40250
40251 \begin_layout Plain Layout
40252
40253 \begin_inset Caption Standard
40254
40255 \begin_layout Plain Layout
40256 Programm-Listing mit einer Formel
40257 \end_layout
40258
40259 \end_inset
40260
40261 # Beispiel-Programm-Listing
40262 \end_layout
40263
40264 \begin_layout Plain Layout
40265
40266 def func(param):
40267 \end_layout
40268
40269 \begin_layout Plain Layout
40270
40271     # $
40272 \backslash
40273 prod_{n=1}^{
40274 \backslash
40275 infty}
40276 \backslash
40277 ,
40278 \backslash
40279 frac{1}{x^{2}}$
40280 \end_layout
40281
40282 \begin_layout Plain Layout
40283
40284     pass
40285 \end_layout
40286
40287 \end_inset
40288
40289
40290 \end_layout
40291
40292 \begin_layout Standard
40293 \begin_inset VSpace bigskip
40294 \end_inset
40295
40296
40297 \end_layout
40298
40299 \begin_layout Standard
40300 \noindent
40301 Dokumentweite Listing-Eigenschaften können im Dialog 
40302 \family sans
40303 Dokument\SpecialChar menuseparator
40304 Einstellungen\SpecialChar menuseparator
40305 Listing
40306 \family default
40307  festgelegt werden.
40308  Dort bekommt man durch Eingabe eines Fragezeichens 
40309 \begin_inset Quotes gld
40310 \end_inset
40311
40312 ?
40313 \begin_inset Quotes grd
40314 \end_inset
40315
40316  eine Liste aller möglichen Parameter.
40317 \end_layout
40318
40319 \begin_layout Standard
40320 Weitere Informationen über das 
40321 \series bold
40322 listings
40323 \series default
40324 -Paket finden Sie in 
40325 \begin_inset CommandInset citation
40326 LatexCommand cite
40327 key "listings"
40328
40329 \end_inset
40330
40331 .
40332 \end_layout
40333
40334 \begin_layout Chapter
40335 \start_of_appendix
40336 In \SpecialChar LyX
40337  verfügbare Maßeinheiten
40338 \begin_inset CommandInset label
40339 LatexCommand label
40340 name "kap:In-LyX-verfügbare"
40341
40342 \end_inset
40343
40344
40345 \begin_inset Index idx
40346 status collapsed
40347
40348 \begin_layout Plain Layout
40349 Einheiten
40350 \end_layout
40351
40352 \end_inset
40353
40354
40355 \end_layout
40356
40357 \begin_layout Standard
40358 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
40359  Tabelle
40360 \begin_inset space ~
40361 \end_inset
40362
40363
40364 \begin_inset CommandInset ref
40365 LatexCommand ref
40366 reference "tab:Maßeinheiten"
40367
40368 \end_inset
40369
40370  alle in \SpecialChar LyX
40371  verfügbaren Maßeinheiten.
40372 \end_layout
40373
40374 \begin_layout Standard
40375 \begin_inset Float table
40376 placement h
40377 wide false
40378 sideways false
40379 status open
40380
40381 \begin_layout Plain Layout
40382 \begin_inset Caption Standard
40383
40384 \begin_layout Plain Layout
40385 \begin_inset CommandInset label
40386 LatexCommand label
40387 name "tab:Maßeinheiten"
40388
40389 \end_inset
40390
40391 Maßeinheiten
40392 \end_layout
40393
40394 \end_inset
40395
40396
40397 \end_layout
40398
40399 \begin_layout Plain Layout
40400 \begin_inset VSpace medskip
40401 \end_inset
40402
40403
40404 \end_layout
40405
40406 \begin_layout Plain Layout
40407 \align center
40408 \begin_inset Tabular
40409 <lyxtabular version="3" rows="20" columns="3">
40410 <features tabularvalignment="middle">
40411 <column alignment="center" valignment="top">
40412 <column alignment="center" valignment="top">
40413 <column alignment="center" valignment="top">
40414 <row>
40415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40416 \begin_inset Text
40417
40418 \begin_layout Plain Layout
40419 Maßeinheit
40420 \end_layout
40421
40422 \end_inset
40423 </cell>
40424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40425 \begin_inset Text
40426
40427 \begin_layout Plain Layout
40428 Name/Beschreibung
40429 \end_layout
40430
40431 \end_inset
40432 </cell>
40433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40434 \begin_inset Text
40435
40436 \begin_layout Plain Layout
40437 \SpecialChar LaTeX
40438 -Befehl
40439 \end_layout
40440
40441 \end_inset
40442 </cell>
40443 </row>
40444 <row>
40445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40446 \begin_inset Text
40447
40448 \begin_layout Plain Layout
40449 mm
40450 \end_layout
40451
40452 \end_inset
40453 </cell>
40454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40455 \begin_inset Text
40456
40457 \begin_layout Plain Layout
40458 Millimeter
40459 \end_layout
40460
40461 \end_inset
40462 </cell>
40463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40464 \begin_inset Text
40465
40466 \begin_layout Plain Layout
40467 -
40468 \end_layout
40469
40470 \end_inset
40471 </cell>
40472 </row>
40473 <row>
40474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40475 \begin_inset Text
40476
40477 \begin_layout Plain Layout
40478 cm
40479 \end_layout
40480
40481 \end_inset
40482 </cell>
40483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40484 \begin_inset Text
40485
40486 \begin_layout Plain Layout
40487 Zentimeter
40488 \end_layout
40489
40490 \end_inset
40491 </cell>
40492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40493 \begin_inset Text
40494
40495 \begin_layout Plain Layout
40496 -
40497 \end_layout
40498
40499 \end_inset
40500 </cell>
40501 </row>
40502 <row>
40503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40504 \begin_inset Text
40505
40506 \begin_layout Plain Layout
40507 in
40508 \end_layout
40509
40510 \end_inset
40511 </cell>
40512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40513 \begin_inset Text
40514
40515 \begin_layout Plain Layout
40516 Zoll (1
40517 \begin_inset space \thinspace{}
40518 \end_inset
40519
40520 in = 2.54
40521 \begin_inset space \thinspace{}
40522 \end_inset
40523
40524 cm
40525 \end_layout
40526
40527 \end_inset
40528 </cell>
40529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40530 \begin_inset Text
40531
40532 \begin_layout Plain Layout
40533 -
40534 \end_layout
40535
40536 \end_inset
40537 </cell>
40538 </row>
40539 <row>
40540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40541 \begin_inset Text
40542
40543 \begin_layout Plain Layout
40544 pt
40545 \end_layout
40546
40547 \end_inset
40548 </cell>
40549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40550 \begin_inset Text
40551
40552 \begin_layout Plain Layout
40553 Punkt (72.27
40554 \begin_inset space \thinspace{}
40555 \end_inset
40556
40557 pt = 1
40558 \begin_inset space \thinspace{}
40559 \end_inset
40560
40561 in)
40562 \end_layout
40563
40564 \end_inset
40565 </cell>
40566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40567 \begin_inset Text
40568
40569 \begin_layout Plain Layout
40570 -
40571 \end_layout
40572
40573 \end_inset
40574 </cell>
40575 </row>
40576 <row>
40577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40578 \begin_inset Text
40579
40580 \begin_layout Plain Layout
40581 pc
40582 \end_layout
40583
40584 \end_inset
40585 </cell>
40586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40587 \begin_inset Text
40588
40589 \begin_layout Plain Layout
40590 Pica (1
40591 \begin_inset space \thinspace{}
40592 \end_inset
40593
40594 pc = 12
40595 \begin_inset space \thinspace{}
40596 \end_inset
40597
40598 pt)
40599 \end_layout
40600
40601 \end_inset
40602 </cell>
40603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40604 \begin_inset Text
40605
40606 \begin_layout Plain Layout
40607 -
40608 \end_layout
40609
40610 \end_inset
40611 </cell>
40612 </row>
40613 <row>
40614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40615 \begin_inset Text
40616
40617 \begin_layout Plain Layout
40618 sp
40619 \end_layout
40620
40621 \end_inset
40622 </cell>
40623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40624 \begin_inset Text
40625
40626 \begin_layout Plain Layout
40627 skalierter Punkt (65536
40628 \begin_inset space \thinspace{}
40629 \end_inset
40630
40631 sp = 1
40632 \begin_inset space \thinspace{}
40633 \end_inset
40634
40635 pt)
40636 \end_layout
40637
40638 \end_inset
40639 </cell>
40640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40641 \begin_inset Text
40642
40643 \begin_layout Plain Layout
40644 -
40645 \end_layout
40646
40647 \end_inset
40648 </cell>
40649 </row>
40650 <row>
40651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40652 \begin_inset Text
40653
40654 \begin_layout Plain Layout
40655 bp
40656 \end_layout
40657
40658 \end_inset
40659 </cell>
40660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40661 \begin_inset Text
40662
40663 \begin_layout Plain Layout
40664 großer Punkt (72
40665 \begin_inset space \thinspace{}
40666 \end_inset
40667
40668 bp = 1
40669 \begin_inset space \thinspace{}
40670 \end_inset
40671
40672 in)
40673 \end_layout
40674
40675 \end_inset
40676 </cell>
40677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40678 \begin_inset Text
40679
40680 \begin_layout Plain Layout
40681 -
40682 \end_layout
40683
40684 \end_inset
40685 </cell>
40686 </row>
40687 <row>
40688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40689 \begin_inset Text
40690
40691 \begin_layout Plain Layout
40692 dd
40693 \end_layout
40694
40695 \end_inset
40696 </cell>
40697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40698 \begin_inset Text
40699
40700 \begin_layout Plain Layout
40701 Didot (1
40702 \begin_inset space \thinspace{}
40703 \end_inset
40704
40705 dd 
40706 \begin_inset Formula $\approx$
40707 \end_inset
40708
40709  0,376
40710 \begin_inset space \thinspace{}
40711 \end_inset
40712
40713 mm)
40714 \end_layout
40715
40716 \end_inset
40717 </cell>
40718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40719 \begin_inset Text
40720
40721 \begin_layout Plain Layout
40722 -
40723 \end_layout
40724
40725 \end_inset
40726 </cell>
40727 </row>
40728 <row>
40729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40730 \begin_inset Text
40731
40732 \begin_layout Plain Layout
40733 cc
40734 \end_layout
40735
40736 \end_inset
40737 </cell>
40738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40739 \begin_inset Text
40740
40741 \begin_layout Plain Layout
40742 Cicero (1
40743 \begin_inset space \thinspace{}
40744 \end_inset
40745
40746 cc = 12
40747 \begin_inset space \thinspace{}
40748 \end_inset
40749
40750 dd)
40751 \end_layout
40752
40753 \end_inset
40754 </cell>
40755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40756 \begin_inset Text
40757
40758 \begin_layout Plain Layout
40759 -
40760 \end_layout
40761
40762 \end_inset
40763 </cell>
40764 </row>
40765 <row>
40766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40767 \begin_inset Text
40768
40769 \begin_layout Plain Layout
40770 Skalierung %
40771 \end_layout
40772
40773 \end_inset
40774 </cell>
40775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40776 \begin_inset Text
40777
40778 \begin_layout Plain Layout
40779 % der originalen Bildbreite
40780 \end_layout
40781
40782 \end_inset
40783 </cell>
40784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40785 \begin_inset Text
40786
40787 \begin_layout Plain Layout
40788
40789 \end_layout
40790
40791 \end_inset
40792 </cell>
40793 </row>
40794 <row>
40795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40796 \begin_inset Text
40797
40798 \begin_layout Plain Layout
40799 Textbreite %
40800 \end_layout
40801
40802 \end_inset
40803 </cell>
40804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40805 \begin_inset Text
40806
40807 \begin_layout Plain Layout
40808 % der Textbreite
40809 \end_layout
40810
40811 \end_inset
40812 </cell>
40813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40814 \begin_inset Text
40815
40816 \begin_layout Plain Layout
40817
40818 \backslash
40819 textwidth
40820 \end_layout
40821
40822 \end_inset
40823 </cell>
40824 </row>
40825 <row>
40826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40827 \begin_inset Text
40828
40829 \begin_layout Plain Layout
40830 Spaltenbreite %
40831 \end_layout
40832
40833 \end_inset
40834 </cell>
40835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40836 \begin_inset Text
40837
40838 \begin_layout Plain Layout
40839 % der Spaltenbreite
40840 \end_layout
40841
40842 \end_inset
40843 </cell>
40844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40845 \begin_inset Text
40846
40847 \begin_layout Plain Layout
40848
40849 \backslash
40850 columnwidth
40851 \end_layout
40852
40853 \end_inset
40854 </cell>
40855 </row>
40856 <row>
40857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40858 \begin_inset Text
40859
40860 \begin_layout Plain Layout
40861 Seitenbreite %
40862 \end_layout
40863
40864 \end_inset
40865 </cell>
40866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40867 \begin_inset Text
40868
40869 \begin_layout Plain Layout
40870 % der Seitenbreite
40871 \end_layout
40872
40873 \end_inset
40874 </cell>
40875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40876 \begin_inset Text
40877
40878 \begin_layout Plain Layout
40879
40880 \backslash
40881 paperwidth
40882 \end_layout
40883
40884 \end_inset
40885 </cell>
40886 </row>
40887 <row>
40888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40889 \begin_inset Text
40890
40891 \begin_layout Plain Layout
40892 Zeilenbreite %
40893 \end_layout
40894
40895 \end_inset
40896 </cell>
40897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40898 \begin_inset Text
40899
40900 \begin_layout Plain Layout
40901 % der Zeilenbreite
40902 \end_layout
40903
40904 \end_inset
40905 </cell>
40906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40907 \begin_inset Text
40908
40909 \begin_layout Plain Layout
40910
40911 \backslash
40912 linewidth
40913 \end_layout
40914
40915 \end_inset
40916 </cell>
40917 </row>
40918 <row>
40919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40920 \begin_inset Text
40921
40922 \begin_layout Plain Layout
40923 Texthöhe %
40924 \end_layout
40925
40926 \end_inset
40927 </cell>
40928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40929 \begin_inset Text
40930
40931 \begin_layout Plain Layout
40932 % der Texthöhe
40933 \end_layout
40934
40935 \end_inset
40936 </cell>
40937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40938 \begin_inset Text
40939
40940 \begin_layout Plain Layout
40941
40942 \backslash
40943 textheight
40944 \end_layout
40945
40946 \end_inset
40947 </cell>
40948 </row>
40949 <row>
40950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40951 \begin_inset Text
40952
40953 \begin_layout Plain Layout
40954 Seitenhöhe %
40955 \end_layout
40956
40957 \end_inset
40958 </cell>
40959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40960 \begin_inset Text
40961
40962 \begin_layout Plain Layout
40963 % der Seitenhöhe
40964 \end_layout
40965
40966 \end_inset
40967 </cell>
40968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40969 \begin_inset Text
40970
40971 \begin_layout Plain Layout
40972
40973 \backslash
40974 paperheight
40975 \end_layout
40976
40977 \end_inset
40978 </cell>
40979 </row>
40980 <row>
40981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40982 \begin_inset Text
40983
40984 \begin_layout Plain Layout
40985 ex
40986 \end_layout
40987
40988 \end_inset
40989 </cell>
40990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40991 \begin_inset Text
40992
40993 \begin_layout Plain Layout
40994 Die Höhe des Buchstabens 
40995 \emph on
40996 x
40997 \emph default
40998  im aktiven Zeichensatz
40999 \end_layout
41000
41001 \end_inset
41002 </cell>
41003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41004 \begin_inset Text
41005
41006 \begin_layout Plain Layout
41007 -
41008 \end_layout
41009
41010 \end_inset
41011 </cell>
41012 </row>
41013 <row>
41014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41015 \begin_inset Text
41016
41017 \begin_layout Plain Layout
41018 em
41019 \end_layout
41020
41021 \end_inset
41022 </cell>
41023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41024 \begin_inset Text
41025
41026 \begin_layout Plain Layout
41027 Die Breite des Buchstabens 
41028 \emph on
41029 M
41030 \emph default
41031  im aktiven Zeichensatz
41032 \end_layout
41033
41034 \end_inset
41035 </cell>
41036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41037 \begin_inset Text
41038
41039 \begin_layout Plain Layout
41040 -
41041 \end_layout
41042
41043 \end_inset
41044 </cell>
41045 </row>
41046 <row>
41047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41048 \begin_inset Text
41049
41050 \begin_layout Plain Layout
41051 mu
41052 \end_layout
41053
41054 \end_inset
41055 </cell>
41056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41057 \begin_inset Text
41058
41059 \begin_layout Plain Layout
41060 mathematische Maßeinheit
41061 \series bold
41062  
41063 \series default
41064 (1
41065 \begin_inset space \thinspace{}
41066 \end_inset
41067
41068 mu = 1/18
41069 \begin_inset space \thinspace{}
41070 \end_inset
41071
41072 em)
41073 \end_layout
41074
41075 \end_inset
41076 </cell>
41077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41078 \begin_inset Text
41079
41080 \begin_layout Plain Layout
41081 -
41082 \end_layout
41083
41084 \end_inset
41085 </cell>
41086 </row>
41087 </lyxtabular>
41088
41089 \end_inset
41090
41091
41092 \end_layout
41093
41094 \end_inset
41095
41096
41097 \end_layout
41098
41099 \begin_layout Chapter
41100 Ausgabedatei-Formate mit Grafiken
41101 \begin_inset CommandInset label
41102 LatexCommand label
41103 name "kap:Ausgabedatei-Formate"
41104
41105 \end_inset
41106
41107
41108 \end_layout
41109
41110 \begin_layout Section
41111 DVI
41112 \begin_inset Index idx
41113 status collapsed
41114
41115 \begin_layout Plain Layout
41116 Dateiformat! DVI
41117 \end_layout
41118
41119 \end_inset
41120
41121
41122 \begin_inset Index idx
41123 status collapsed
41124
41125 \begin_layout Plain Layout
41126 DVI
41127 \end_layout
41128
41129 \end_inset
41130
41131
41132 \end_layout
41133
41134 \begin_layout Standard
41135 Dieser Dateityp hat die Erweiterung 
41136 \begin_inset Quotes gld
41137 \end_inset
41138
41139
41140 \family typewriter
41141 .dvi
41142 \family default
41143
41144 \begin_inset Quotes grd
41145 \end_inset
41146
41147  und wird 
41148 \begin_inset Quotes gld
41149 \end_inset
41150
41151 device independent
41152 \begin_inset Quotes grd
41153 \end_inset
41154
41155  genannt, weil er vollkommen portierbar ist.
41156  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
41157  dvi-Betrachter installiert hat.
41158  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
41159 ate wie PostScript benutzt.
41160 \end_layout
41161
41162 \begin_layout Standard
41163 \begin_inset Note Greyedout
41164 status open
41165
41166 \begin_layout Plain Layout
41167
41168 \series bold
41169 Bemerkung:
41170 \series default
41171  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
41172 \end_layout
41173
41174 \end_inset
41175
41176
41177 \end_layout
41178
41179 \begin_layout Standard
41180 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
41181  auf einen anderen Computer kopieren.
41182  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
41183  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
41184  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
41185 \family typewriter
41186  
41187 \family default
41188 blättern.
41189
41190 \family typewriter
41191  
41192 \family default
41193 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
41194  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
41195  
41196 \end_layout
41197
41198 \begin_layout Standard
41199 Sie können Ihr Dokument als DVI über das Menü 
41200 \family sans
41201 Datei\SpecialChar menuseparator
41202 Exportieren\SpecialChar menuseparator
41203 DVI
41204 \family default
41205  exportieren.
41206  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
41207 \family sans
41208 Ansicht
41209 \family default
41210  anschauen.
41211 \end_layout
41212
41213 \begin_layout Section
41214 PostScript
41215 \begin_inset Index idx
41216 status collapsed
41217
41218 \begin_layout Plain Layout
41219 Dateiformat  ! PostScript
41220 \end_layout
41221
41222 \end_inset
41223
41224
41225 \begin_inset Index idx
41226 status collapsed
41227
41228 \begin_layout Plain Layout
41229 PostScript
41230 \end_layout
41231
41232 \end_inset
41233
41234
41235 \end_layout
41236
41237 \begin_layout Standard
41238 Dieser Dateityp hat die Erweiterung 
41239 \begin_inset Quotes gld
41240 \end_inset
41241
41242
41243 \family typewriter
41244 .ps
41245 \family default
41246
41247 \begin_inset Quotes grd
41248 \end_inset
41249
41250 .
41251  PostScript wurde von der Firma
41252 \family typewriter
41253  Adobe
41254 \family default
41255  als Druckersprache entwickelt.
41256  Die Datei enthält deshalb Druckbefehle.
41257  PostScript kann als 
41258 \begin_inset Quotes gld
41259 \end_inset
41260
41261 Programmiersprache
41262 \begin_inset Quotes grd
41263 \end_inset
41264
41265  angesehen werden.
41266  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen.
41267 \begin_inset Foot
41268 status collapsed
41269
41270 \begin_layout Plain Layout
41271 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
41272  von
41273 \series bold
41274  PSTricks
41275 \series default
41276  
41277 \begin_inset CommandInset citation
41278 LatexCommand cite
41279 key "pstricks"
41280
41281 \end_inset
41282
41283  oder 
41284 \begin_inset CommandInset citation
41285 LatexCommand cite
41286 key "latex-praxisbuch"
41287
41288 \end_inset
41289
41290  ansehen.
41291 \end_layout
41292
41293 \end_inset
41294
41295  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
41296 \end_layout
41297
41298 \begin_layout Standard
41299 PostScript kann nur Bilder im Format EPS
41300 \begin_inset Index idx
41301 status collapsed
41302
41303 \begin_layout Plain Layout
41304 EPS
41305 \end_layout
41306
41307 \end_inset
41308
41309  (Encapsulated PostScript, Datei-Er\SpecialChar softhyphen
41310 wei\SpecialChar softhyphen
41311 ter\SpecialChar softhyphen
41312 ung 
41313 \begin_inset Quotes gld
41314 \end_inset
41315
41316
41317 \family typewriter
41318 .eps
41319 \family default
41320
41321 \begin_inset Quotes grd
41322 \end_inset
41323
41324 ) enthalten.
41325  Weil \SpecialChar LyX
41326  die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
41327  intern nach EPS konvertieren.
41328  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
41329  verlangsamen.
41330  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
41331  konvertieren und direkt als EPS einfügen.
41332 \end_layout
41333
41334 \begin_layout Standard
41335 Sie können Ihr Dokument als PostScript über das Menü 
41336 \family sans
41337 Datei\SpecialChar menuseparator
41338 Exportieren\SpecialChar menuseparator
41339 Post\SpecialChar softhyphen
41340 Script
41341 \family default
41342  exportieren.
41343  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
41344 \family sans
41345 Ansicht
41346 \family default
41347  anschauen.
41348 \end_layout
41349
41350 \begin_layout Section
41351 PDF
41352 \begin_inset Index idx
41353 status collapsed
41354
41355 \begin_layout Plain Layout
41356 Dateiformat! PDF
41357 \end_layout
41358
41359 \end_inset
41360
41361
41362 \begin_inset Index idx
41363 status collapsed
41364
41365 \begin_layout Plain Layout
41366 PDF
41367 \end_layout
41368
41369 \end_inset
41370
41371
41372 \end_layout
41373
41374 \begin_layout Standard
41375 Dieser Dateityp hat die Erweiterung 
41376 \begin_inset Quotes gld
41377 \end_inset
41378
41379
41380 \family typewriter
41381 .pdf
41382 \family default
41383
41384 \begin_inset Quotes grd
41385 \end_inset
41386
41387 .
41388  Das
41389 \emph on
41390  
41391 \emph default
41392
41393 \begin_inset Quotes gld
41394 \end_inset
41395
41396 Portable Document Format
41397 \begin_inset Quotes grd
41398 \end_inset
41399
41400  (PDF) wurde auch von der Firma 
41401 \family typewriter
41402 Adobe
41403 \family default
41404  als Derivat von PostScript entwickelt.
41405  Es ist komprimierter und benutzt weniger Befehle als PostScript.
41406  Wie der Begriff 
41407 \begin_inset Quotes gld
41408 \end_inset
41409
41410 portable
41411 \begin_inset Quotes grd
41412 \end_inset
41413
41414  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
41415  werden, und der Ausdruck sieht immer gleich aus.
41416 \end_layout
41417
41418 \begin_layout Standard
41419 PDF kann Bilder im eigenen PDF-Format, im Format 
41420 \begin_inset Quotes gld
41421 \end_inset
41422
41423 Joint Photographic Experts Group
41424 \begin_inset Quotes grd
41425 \end_inset
41426
41427  (JPEG
41428 \begin_inset Index idx
41429 status collapsed
41430
41431 \begin_layout Plain Layout
41432 JPG, JPEG
41433 \end_layout
41434
41435 \end_inset
41436
41437 , Datei-Erweiterung 
41438 \begin_inset Quotes gld
41439 \end_inset
41440
41441
41442 \family typewriter
41443 .jpg
41444 \family default
41445
41446 \begin_inset Quotes grd
41447 \end_inset
41448
41449  oder 
41450 \begin_inset Quotes gld
41451 \end_inset
41452
41453
41454 \family typewriter
41455 .jpeg
41456 \family default
41457
41458 \begin_inset Quotes grd
41459 \end_inset
41460
41461 ) und im Format 
41462 \begin_inset Quotes gld
41463 \end_inset
41464
41465 Portable Network Graphics
41466 \begin_inset Quotes grd
41467 \end_inset
41468
41469  (PNG
41470 \begin_inset Index idx
41471 status collapsed
41472
41473 \begin_layout Plain Layout
41474 PNG
41475 \end_layout
41476
41477 \end_inset
41478
41479 , Datei-Erweiterung 
41480 \begin_inset Quotes gld
41481 \end_inset
41482
41483
41484 \family typewriter
41485 .png
41486 \family default
41487
41488 \begin_inset Quotes grd
41489 \end_inset
41490
41491 ) enthalten.
41492  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil \SpecialChar LyX
41493  es für Sie
41494  konvertieren wird.
41495  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
41496  wird, eines der drei erwähnten Bildformate zu benutzen.
41497 \end_layout
41498
41499 \begin_layout Standard
41500 PDF-Dateien können Sie über 
41501 \family sans
41502 Datei\SpecialChar menuseparator
41503 Exportieren
41504 \family default
41505  auf drei Arten erzeugen:
41506 \end_layout
41507
41508 \begin_layout Description
41509 PDF
41510 \begin_inset space ~
41511 \end_inset
41512
41513 (ps2pdf) benutzt das Programm
41514 \family typewriter
41515  ps2pdf
41516 \family default
41517 , das eine PDF-Datei aus einer Post\SpecialChar softhyphen
41518 Script®-Version Ihres Dokument erstellt.
41519  Die PostScript-Version wird mit dem Programm 
41520 \family typewriter
41521 dvips
41522 \family default
41523  aus einer DVI-Version erstellt.
41524  Es werden also drei Konvertierungen verwendet.
41525 \end_layout
41526
41527 \begin_layout Description
41528 PDF
41529 \begin_inset space ~
41530 \end_inset
41531
41532 (dvipdfm) benutzt das Programm 
41533 \family typewriter
41534 dvipdfm
41535 \family default
41536 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
41537  PDF konvertiert.
41538 \end_layout
41539
41540 \begin_layout Description
41541 PDF
41542 \begin_inset space ~
41543 \end_inset
41544
41545 (pdflatex) benutzt das Programm
41546 \family typewriter
41547  pdftex
41548 \family default
41549 , das Ihr Dokument direkt nach PDF konvertiert.
41550 \end_layout
41551
41552 \begin_layout Standard
41553
41554 \family sans
41555 PDF
41556 \begin_inset space ~
41557 \end_inset
41558
41559 (pdflatex)
41560 \family default
41561  wird empfohlen, weil
41562 \family typewriter
41563  pdftex
41564 \family default
41565  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
41566  ohne Probleme arbeitet.
41567  Das Programm 
41568 \family typewriter
41569 dvi\SpecialChar softhyphen
41570 pdfm
41571 \family default
41572  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
41573 \end_layout
41574
41575 \begin_layout Standard
41576 Sie können Ihr Dokument als PDF über das Menü 
41577 \family sans
41578 Datei\SpecialChar menuseparator
41579 Exportieren\SpecialChar menuseparator
41580 PDF
41581 \family default
41582  exportieren.
41583  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
41584 \family sans
41585 Ansicht
41586 \family default
41587  oder einen Werkzeugleistenknopf anschauen.
41588 \end_layout
41589
41590 \begin_layout Chapter
41591 Liste der dvips-Farbnamen
41592 \begin_inset CommandInset label
41593 LatexCommand label
41594 name "kap:Liste-der-dvips-Farbnamen"
41595
41596 \end_inset
41597
41598
41599 \end_layout
41600
41601 \begin_layout Standard
41602 \begin_inset Tabular
41603 <lyxtabular version="3" rows="17" columns="4">
41604 <features tabularvalignment="middle">
41605 <column alignment="left" valignment="top" width="0pt">
41606 <column alignment="left" valignment="top" width="0pt">
41607 <column alignment="left" valignment="top" width="0pt">
41608 <column alignment="left" valignment="top" width="0pt">
41609 <row>
41610 <cell alignment="left" valignment="top" usebox="none">
41611 \begin_inset Text
41612
41613 \begin_layout Plain Layout
41614 \begin_inset ERT
41615 status collapsed
41616
41617 \begin_layout Plain Layout
41618
41619
41620 \backslash
41621 fcolorbox{black}{
41622 \end_layout
41623
41624 \end_inset
41625
41626 white
41627 \begin_inset ERT
41628 status collapsed
41629
41630 \begin_layout Plain Layout
41631
41632 }{
41633 \end_layout
41634
41635 \end_inset
41636
41637 Farbe
41638 \begin_inset ERT
41639 status collapsed
41640
41641 \begin_layout Plain Layout
41642
41643 }
41644 \end_layout
41645
41646 \end_inset
41647
41648  Farbname
41649 \end_layout
41650
41651 \end_inset
41652 </cell>
41653 <cell alignment="left" valignment="top" usebox="none">
41654 \begin_inset Text
41655
41656 \begin_layout Plain Layout
41657 \begin_inset ERT
41658 status collapsed
41659
41660 \begin_layout Plain Layout
41661
41662
41663 \backslash
41664 fcolorbox{black}{
41665 \end_layout
41666
41667 \end_inset
41668
41669 white
41670 \begin_inset ERT
41671 status collapsed
41672
41673 \begin_layout Plain Layout
41674
41675 }{
41676 \end_layout
41677
41678 \end_inset
41679
41680 Farbe
41681 \begin_inset ERT
41682 status collapsed
41683
41684 \begin_layout Plain Layout
41685
41686 }
41687 \end_layout
41688
41689 \end_inset
41690
41691  Farbname
41692 \end_layout
41693
41694 \end_inset
41695 </cell>
41696 <cell alignment="left" valignment="top" usebox="none">
41697 \begin_inset Text
41698
41699 \begin_layout Plain Layout
41700 \begin_inset ERT
41701 status collapsed
41702
41703 \begin_layout Plain Layout
41704
41705
41706 \backslash
41707 fcolorbox{black}{
41708 \end_layout
41709
41710 \end_inset
41711
41712 white
41713 \begin_inset ERT
41714 status collapsed
41715
41716 \begin_layout Plain Layout
41717
41718 }{
41719 \end_layout
41720
41721 \end_inset
41722
41723 Farbe
41724 \begin_inset ERT
41725 status collapsed
41726
41727 \begin_layout Plain Layout
41728
41729 }
41730 \end_layout
41731
41732 \end_inset
41733
41734  Farbname
41735 \end_layout
41736
41737 \end_inset
41738 </cell>
41739 <cell alignment="left" valignment="top" usebox="none">
41740 \begin_inset Text
41741
41742 \begin_layout Plain Layout
41743 \begin_inset ERT
41744 status collapsed
41745
41746 \begin_layout Plain Layout
41747
41748
41749 \backslash
41750 fcolorbox{black}{
41751 \end_layout
41752
41753 \end_inset
41754
41755 white
41756 \begin_inset ERT
41757 status collapsed
41758
41759 \begin_layout Plain Layout
41760
41761 }{
41762 \end_layout
41763
41764 \end_inset
41765
41766 Farbe
41767 \begin_inset ERT
41768 status collapsed
41769
41770 \begin_layout Plain Layout
41771
41772 }
41773 \end_layout
41774
41775 \end_inset
41776
41777  Farbname
41778 \end_layout
41779
41780 \end_inset
41781 </cell>
41782 </row>
41783 <row>
41784 <cell alignment="center" valignment="top" usebox="none">
41785 \begin_inset Text
41786
41787 \begin_layout Plain Layout
41788 \begin_inset ERT
41789 status collapsed
41790
41791 \begin_layout Plain Layout
41792
41793
41794 \backslash
41795 fcolorbox{black}{
41796 \end_layout
41797
41798 \end_inset
41799
41800 Apricot
41801 \begin_inset ERT
41802 status collapsed
41803
41804 \begin_layout Plain Layout
41805
41806 }{
41807 \end_layout
41808
41809 \end_inset
41810
41811
41812 \begin_inset Phantom Phantom
41813 status open
41814
41815 \begin_layout Plain Layout
41816 W
41817 \end_layout
41818
41819 \end_inset
41820
41821
41822 \begin_inset ERT
41823 status collapsed
41824
41825 \begin_layout Plain Layout
41826
41827 }
41828 \end_layout
41829
41830 \end_inset
41831
41832  Apricot
41833 \end_layout
41834
41835 \end_inset
41836 </cell>
41837 <cell alignment="center" valignment="top" usebox="none">
41838 \begin_inset Text
41839
41840 \begin_layout Plain Layout
41841 \begin_inset ERT
41842 status collapsed
41843
41844 \begin_layout Plain Layout
41845
41846
41847 \backslash
41848 fcolorbox{black}{
41849 \end_layout
41850
41851 \end_inset
41852
41853 Aquamarine
41854 \begin_inset ERT
41855 status collapsed
41856
41857 \begin_layout Plain Layout
41858
41859 }{
41860 \end_layout
41861
41862 \end_inset
41863
41864
41865 \begin_inset Phantom Phantom
41866 status open
41867
41868 \begin_layout Plain Layout
41869 W
41870 \end_layout
41871
41872 \end_inset
41873
41874
41875 \begin_inset ERT
41876 status collapsed
41877
41878 \begin_layout Plain Layout
41879
41880 }
41881 \end_layout
41882
41883 \end_inset
41884
41885  Aquamarine
41886 \end_layout
41887
41888 \end_inset
41889 </cell>
41890 <cell alignment="center" valignment="top" usebox="none">
41891 \begin_inset Text
41892
41893 \begin_layout Plain Layout
41894 \begin_inset ERT
41895 status collapsed
41896
41897 \begin_layout Plain Layout
41898
41899
41900 \backslash
41901 fcolorbox{black}{
41902 \end_layout
41903
41904 \end_inset
41905
41906 Bittersweet
41907 \begin_inset ERT
41908 status collapsed
41909
41910 \begin_layout Plain Layout
41911
41912 }{
41913 \end_layout
41914
41915 \end_inset
41916
41917
41918 \begin_inset Phantom Phantom
41919 status open
41920
41921 \begin_layout Plain Layout
41922 W
41923 \end_layout
41924
41925 \end_inset
41926
41927
41928 \begin_inset ERT
41929 status collapsed
41930
41931 \begin_layout Plain Layout
41932
41933 }
41934 \end_layout
41935
41936 \end_inset
41937
41938  Bittersweet
41939 \end_layout
41940
41941 \end_inset
41942 </cell>
41943 <cell alignment="center" valignment="top" usebox="none">
41944 \begin_inset Text
41945
41946 \begin_layout Plain Layout
41947 \begin_inset ERT
41948 status collapsed
41949
41950 \begin_layout Plain Layout
41951
41952
41953 \backslash
41954 fcolorbox{black}{
41955 \end_layout
41956
41957 \end_inset
41958
41959 BlueGreen
41960 \begin_inset ERT
41961 status collapsed
41962
41963 \begin_layout Plain Layout
41964
41965 }{
41966 \end_layout
41967
41968 \end_inset
41969
41970
41971 \begin_inset Phantom Phantom
41972 status open
41973
41974 \begin_layout Plain Layout
41975 W
41976 \end_layout
41977
41978 \end_inset
41979
41980
41981 \begin_inset ERT
41982 status collapsed
41983
41984 \begin_layout Plain Layout
41985
41986 }
41987 \end_layout
41988
41989 \end_inset
41990
41991  BlueGreen
41992 \end_layout
41993
41994 \end_inset
41995 </cell>
41996 </row>
41997 <row>
41998 <cell alignment="left" valignment="top" usebox="none">
41999 \begin_inset Text
42000
42001 \begin_layout Plain Layout
42002 \begin_inset ERT
42003 status collapsed
42004
42005 \begin_layout Plain Layout
42006
42007
42008 \backslash
42009 fcolorbox{black}{
42010 \end_layout
42011
42012 \end_inset
42013
42014 BlueViolet
42015 \begin_inset ERT
42016 status collapsed
42017
42018 \begin_layout Plain Layout
42019
42020 }{
42021 \end_layout
42022
42023 \end_inset
42024
42025
42026 \begin_inset Phantom Phantom
42027 status open
42028
42029 \begin_layout Plain Layout
42030 W
42031 \end_layout
42032
42033 \end_inset
42034
42035
42036 \begin_inset ERT
42037 status collapsed
42038
42039 \begin_layout Plain Layout
42040
42041 }
42042 \end_layout
42043
42044 \end_inset
42045
42046  BlueViolet
42047 \end_layout
42048
42049 \end_inset
42050 </cell>
42051 <cell alignment="left" valignment="top" usebox="none">
42052 \begin_inset Text
42053
42054 \begin_layout Plain Layout
42055 \begin_inset ERT
42056 status collapsed
42057
42058 \begin_layout Plain Layout
42059
42060
42061 \backslash
42062 fcolorbox{black}{
42063 \end_layout
42064
42065 \end_inset
42066
42067 BrickRed
42068 \begin_inset ERT
42069 status collapsed
42070
42071 \begin_layout Plain Layout
42072
42073 }{
42074 \end_layout
42075
42076 \end_inset
42077
42078
42079 \begin_inset Phantom Phantom
42080 status open
42081
42082 \begin_layout Plain Layout
42083 W
42084 \end_layout
42085
42086 \end_inset
42087
42088
42089 \begin_inset ERT
42090 status collapsed
42091
42092 \begin_layout Plain Layout
42093
42094 }
42095 \end_layout
42096
42097 \end_inset
42098
42099  BrickRed
42100 \end_layout
42101
42102 \end_inset
42103 </cell>
42104 <cell alignment="left" valignment="top" usebox="none">
42105 \begin_inset Text
42106
42107 \begin_layout Plain Layout
42108 \begin_inset ERT
42109 status collapsed
42110
42111 \begin_layout Plain Layout
42112
42113
42114 \backslash
42115 fcolorbox{black}{
42116 \end_layout
42117
42118 \end_inset
42119
42120 Brown
42121 \begin_inset ERT
42122 status collapsed
42123
42124 \begin_layout Plain Layout
42125
42126 }{
42127 \end_layout
42128
42129 \end_inset
42130
42131
42132 \begin_inset Phantom Phantom
42133 status open
42134
42135 \begin_layout Plain Layout
42136 W
42137 \end_layout
42138
42139 \end_inset
42140
42141
42142 \begin_inset ERT
42143 status collapsed
42144
42145 \begin_layout Plain Layout
42146
42147 }
42148 \end_layout
42149
42150 \end_inset
42151
42152  Brown
42153 \end_layout
42154
42155 \end_inset
42156 </cell>
42157 <cell alignment="left" valignment="top" usebox="none">
42158 \begin_inset Text
42159
42160 \begin_layout Plain Layout
42161 \begin_inset ERT
42162 status collapsed
42163
42164 \begin_layout Plain Layout
42165
42166
42167 \backslash
42168 fcolorbox{black}{
42169 \end_layout
42170
42171 \end_inset
42172
42173 BurntOrange
42174 \begin_inset ERT
42175 status collapsed
42176
42177 \begin_layout Plain Layout
42178
42179 }{
42180 \end_layout
42181
42182 \end_inset
42183
42184
42185 \begin_inset Phantom Phantom
42186 status open
42187
42188 \begin_layout Plain Layout
42189 W
42190 \end_layout
42191
42192 \end_inset
42193
42194
42195 \begin_inset ERT
42196 status collapsed
42197
42198 \begin_layout Plain Layout
42199
42200 }
42201 \end_layout
42202
42203 \end_inset
42204
42205  BurntOrange
42206 \end_layout
42207
42208 \end_inset
42209 </cell>
42210 </row>
42211 <row>
42212 <cell alignment="left" valignment="top" usebox="none">
42213 \begin_inset Text
42214
42215 \begin_layout Plain Layout
42216 \begin_inset ERT
42217 status collapsed
42218
42219 \begin_layout Plain Layout
42220
42221
42222 \backslash
42223 fcolorbox{black}{
42224 \end_layout
42225
42226 \end_inset
42227
42228 CadetBlue
42229 \begin_inset ERT
42230 status collapsed
42231
42232 \begin_layout Plain Layout
42233
42234 }{
42235 \end_layout
42236
42237 \end_inset
42238
42239
42240 \begin_inset Phantom Phantom
42241 status open
42242
42243 \begin_layout Plain Layout
42244 W
42245 \end_layout
42246
42247 \end_inset
42248
42249
42250 \begin_inset ERT
42251 status collapsed
42252
42253 \begin_layout Plain Layout
42254
42255 }
42256 \end_layout
42257
42258 \end_inset
42259
42260  CadetBlue
42261 \end_layout
42262
42263 \end_inset
42264 </cell>
42265 <cell alignment="left" valignment="top" usebox="none">
42266 \begin_inset Text
42267
42268 \begin_layout Plain Layout
42269 \begin_inset ERT
42270 status collapsed
42271
42272 \begin_layout Plain Layout
42273
42274
42275 \backslash
42276 fcolorbox{black}{
42277 \end_layout
42278
42279 \end_inset
42280
42281 CarnationPink
42282 \begin_inset ERT
42283 status collapsed
42284
42285 \begin_layout Plain Layout
42286
42287 }{
42288 \end_layout
42289
42290 \end_inset
42291
42292
42293 \begin_inset Phantom Phantom
42294 status open
42295
42296 \begin_layout Plain Layout
42297 W
42298 \end_layout
42299
42300 \end_inset
42301
42302
42303 \begin_inset ERT
42304 status collapsed
42305
42306 \begin_layout Plain Layout
42307
42308 }
42309 \end_layout
42310
42311 \end_inset
42312
42313  CarnationPink
42314 \end_layout
42315
42316 \end_inset
42317 </cell>
42318 <cell alignment="left" valignment="top" usebox="none">
42319 \begin_inset Text
42320
42321 \begin_layout Plain Layout
42322 \begin_inset ERT
42323 status collapsed
42324
42325 \begin_layout Plain Layout
42326
42327
42328 \backslash
42329 fcolorbox{black}{
42330 \end_layout
42331
42332 \end_inset
42333
42334 Cerulean
42335 \begin_inset ERT
42336 status collapsed
42337
42338 \begin_layout Plain Layout
42339
42340 }{
42341 \end_layout
42342
42343 \end_inset
42344
42345
42346 \begin_inset Phantom Phantom
42347 status open
42348
42349 \begin_layout Plain Layout
42350 W
42351 \end_layout
42352
42353 \end_inset
42354
42355
42356 \begin_inset ERT
42357 status collapsed
42358
42359 \begin_layout Plain Layout
42360
42361 }
42362 \end_layout
42363
42364 \end_inset
42365
42366  Cerulean
42367 \end_layout
42368
42369 \end_inset
42370 </cell>
42371 <cell alignment="left" valignment="top" usebox="none">
42372 \begin_inset Text
42373
42374 \begin_layout Plain Layout
42375 \begin_inset ERT
42376 status collapsed
42377
42378 \begin_layout Plain Layout
42379
42380
42381 \backslash
42382 fcolorbox{black}{
42383 \end_layout
42384
42385 \end_inset
42386
42387 CornflowerBlue
42388 \begin_inset ERT
42389 status collapsed
42390
42391 \begin_layout Plain Layout
42392
42393 }{
42394 \end_layout
42395
42396 \end_inset
42397
42398
42399 \begin_inset Phantom Phantom
42400 status open
42401
42402 \begin_layout Plain Layout
42403 W
42404 \end_layout
42405
42406 \end_inset
42407
42408
42409 \begin_inset ERT
42410 status collapsed
42411
42412 \begin_layout Plain Layout
42413
42414 }
42415 \end_layout
42416
42417 \end_inset
42418
42419  CornflowerBlue
42420 \end_layout
42421
42422 \end_inset
42423 </cell>
42424 </row>
42425 <row>
42426 <cell alignment="left" valignment="top" usebox="none">
42427 \begin_inset Text
42428
42429 \begin_layout Plain Layout
42430 \begin_inset ERT
42431 status collapsed
42432
42433 \begin_layout Plain Layout
42434
42435
42436 \backslash
42437 fcolorbox{black}{
42438 \end_layout
42439
42440 \end_inset
42441
42442 Dandelion
42443 \begin_inset ERT
42444 status collapsed
42445
42446 \begin_layout Plain Layout
42447
42448 }{
42449 \end_layout
42450
42451 \end_inset
42452
42453
42454 \begin_inset Phantom Phantom
42455 status open
42456
42457 \begin_layout Plain Layout
42458 W
42459 \end_layout
42460
42461 \end_inset
42462
42463
42464 \begin_inset ERT
42465 status collapsed
42466
42467 \begin_layout Plain Layout
42468
42469 }
42470 \end_layout
42471
42472 \end_inset
42473
42474  Dandelion
42475 \end_layout
42476
42477 \end_inset
42478 </cell>
42479 <cell alignment="left" valignment="top" usebox="none">
42480 \begin_inset Text
42481
42482 \begin_layout Plain Layout
42483 \begin_inset ERT
42484 status collapsed
42485
42486 \begin_layout Plain Layout
42487
42488
42489 \backslash
42490 fcolorbox{black}{
42491 \end_layout
42492
42493 \end_inset
42494
42495 DarkOrchid
42496 \begin_inset ERT
42497 status collapsed
42498
42499 \begin_layout Plain Layout
42500
42501 }{
42502 \end_layout
42503
42504 \end_inset
42505
42506
42507 \begin_inset Phantom Phantom
42508 status open
42509
42510 \begin_layout Plain Layout
42511 W
42512 \end_layout
42513
42514 \end_inset
42515
42516
42517 \begin_inset ERT
42518 status collapsed
42519
42520 \begin_layout Plain Layout
42521
42522 }
42523 \end_layout
42524
42525 \end_inset
42526
42527  DarkOrchid
42528 \end_layout
42529
42530 \end_inset
42531 </cell>
42532 <cell alignment="left" valignment="top" usebox="none">
42533 \begin_inset Text
42534
42535 \begin_layout Plain Layout
42536 \begin_inset ERT
42537 status collapsed
42538
42539 \begin_layout Plain Layout
42540
42541
42542 \backslash
42543 fcolorbox{black}{
42544 \end_layout
42545
42546 \end_inset
42547
42548 Emerald
42549 \begin_inset ERT
42550 status collapsed
42551
42552 \begin_layout Plain Layout
42553
42554 }{
42555 \end_layout
42556
42557 \end_inset
42558
42559
42560 \begin_inset Phantom Phantom
42561 status open
42562
42563 \begin_layout Plain Layout
42564 W
42565 \end_layout
42566
42567 \end_inset
42568
42569
42570 \begin_inset ERT
42571 status collapsed
42572
42573 \begin_layout Plain Layout
42574
42575 }
42576 \end_layout
42577
42578 \end_inset
42579
42580  Emerald
42581 \end_layout
42582
42583 \end_inset
42584 </cell>
42585 <cell alignment="left" valignment="top" usebox="none">
42586 \begin_inset Text
42587
42588 \begin_layout Plain Layout
42589 \begin_inset ERT
42590 status collapsed
42591
42592 \begin_layout Plain Layout
42593
42594
42595 \backslash
42596 fcolorbox{black}{
42597 \end_layout
42598
42599 \end_inset
42600
42601 ForestGreen
42602 \begin_inset ERT
42603 status collapsed
42604
42605 \begin_layout Plain Layout
42606
42607 }{
42608 \end_layout
42609
42610 \end_inset
42611
42612
42613 \begin_inset Phantom Phantom
42614 status open
42615
42616 \begin_layout Plain Layout
42617 W
42618 \end_layout
42619
42620 \end_inset
42621
42622
42623 \begin_inset ERT
42624 status collapsed
42625
42626 \begin_layout Plain Layout
42627
42628 }
42629 \end_layout
42630
42631 \end_inset
42632
42633  ForestGreen
42634 \end_layout
42635
42636 \end_inset
42637 </cell>
42638 </row>
42639 <row>
42640 <cell alignment="left" valignment="top" usebox="none">
42641 \begin_inset Text
42642
42643 \begin_layout Plain Layout
42644 \begin_inset ERT
42645 status collapsed
42646
42647 \begin_layout Plain Layout
42648
42649
42650 \backslash
42651 fcolorbox{black}{
42652 \end_layout
42653
42654 \end_inset
42655
42656 Fuchsia
42657 \begin_inset ERT
42658 status collapsed
42659
42660 \begin_layout Plain Layout
42661
42662 }{
42663 \end_layout
42664
42665 \end_inset
42666
42667
42668 \begin_inset Phantom Phantom
42669 status open
42670
42671 \begin_layout Plain Layout
42672 W
42673 \end_layout
42674
42675 \end_inset
42676
42677
42678 \begin_inset ERT
42679 status collapsed
42680
42681 \begin_layout Plain Layout
42682
42683 }
42684 \end_layout
42685
42686 \end_inset
42687
42688  Fuchsia
42689 \end_layout
42690
42691 \end_inset
42692 </cell>
42693 <cell alignment="left" valignment="top" usebox="none">
42694 \begin_inset Text
42695
42696 \begin_layout Plain Layout
42697 \begin_inset ERT
42698 status collapsed
42699
42700 \begin_layout Plain Layout
42701
42702
42703 \backslash
42704 fcolorbox{black}{
42705 \end_layout
42706
42707 \end_inset
42708
42709 Goldenrod
42710 \begin_inset ERT
42711 status collapsed
42712
42713 \begin_layout Plain Layout
42714
42715 }{
42716 \end_layout
42717
42718 \end_inset
42719
42720
42721 \begin_inset Phantom Phantom
42722 status open
42723
42724 \begin_layout Plain Layout
42725 W
42726 \end_layout
42727
42728 \end_inset
42729
42730
42731 \begin_inset ERT
42732 status collapsed
42733
42734 \begin_layout Plain Layout
42735
42736 }
42737 \end_layout
42738
42739 \end_inset
42740
42741  Goldenrod
42742 \end_layout
42743
42744 \end_inset
42745 </cell>
42746 <cell alignment="left" valignment="top" usebox="none">
42747 \begin_inset Text
42748
42749 \begin_layout Plain Layout
42750 \begin_inset ERT
42751 status collapsed
42752
42753 \begin_layout Plain Layout
42754
42755
42756 \backslash
42757 fcolorbox{black}{
42758 \end_layout
42759
42760 \end_inset
42761
42762 Gray
42763 \begin_inset ERT
42764 status collapsed
42765
42766 \begin_layout Plain Layout
42767
42768 }{
42769 \end_layout
42770
42771 \end_inset
42772
42773
42774 \begin_inset Phantom Phantom
42775 status open
42776
42777 \begin_layout Plain Layout
42778 W
42779 \end_layout
42780
42781 \end_inset
42782
42783
42784 \begin_inset ERT
42785 status collapsed
42786
42787 \begin_layout Plain Layout
42788
42789 }
42790 \end_layout
42791
42792 \end_inset
42793
42794  Gray
42795 \end_layout
42796
42797 \end_inset
42798 </cell>
42799 <cell alignment="left" valignment="top" usebox="none">
42800 \begin_inset Text
42801
42802 \begin_layout Plain Layout
42803 \begin_inset ERT
42804 status collapsed
42805
42806 \begin_layout Plain Layout
42807
42808
42809 \backslash
42810 fcolorbox{black}{
42811 \end_layout
42812
42813 \end_inset
42814
42815 GreenYellow
42816 \begin_inset ERT
42817 status collapsed
42818
42819 \begin_layout Plain Layout
42820
42821 }{
42822 \end_layout
42823
42824 \end_inset
42825
42826
42827 \begin_inset Phantom Phantom
42828 status open
42829
42830 \begin_layout Plain Layout
42831 W
42832 \end_layout
42833
42834 \end_inset
42835
42836
42837 \begin_inset ERT
42838 status collapsed
42839
42840 \begin_layout Plain Layout
42841
42842 }
42843 \end_layout
42844
42845 \end_inset
42846
42847  GreenYellow
42848 \end_layout
42849
42850 \end_inset
42851 </cell>
42852 </row>
42853 <row>
42854 <cell alignment="center" valignment="top" usebox="none">
42855 \begin_inset Text
42856
42857 \begin_layout Plain Layout
42858 \begin_inset ERT
42859 status collapsed
42860
42861 \begin_layout Plain Layout
42862
42863
42864 \backslash
42865 fcolorbox{black}{
42866 \end_layout
42867
42868 \end_inset
42869
42870 JungleGreen
42871 \begin_inset ERT
42872 status collapsed
42873
42874 \begin_layout Plain Layout
42875
42876 }{
42877 \end_layout
42878
42879 \end_inset
42880
42881
42882 \begin_inset Phantom Phantom
42883 status open
42884
42885 \begin_layout Plain Layout
42886 W
42887 \end_layout
42888
42889 \end_inset
42890
42891
42892 \begin_inset ERT
42893 status collapsed
42894
42895 \begin_layout Plain Layout
42896
42897 }
42898 \end_layout
42899
42900 \end_inset
42901
42902  JungleGreen
42903 \end_layout
42904
42905 \end_inset
42906 </cell>
42907 <cell alignment="center" valignment="top" usebox="none">
42908 \begin_inset Text
42909
42910 \begin_layout Plain Layout
42911 \begin_inset ERT
42912 status collapsed
42913
42914 \begin_layout Plain Layout
42915
42916
42917 \backslash
42918 fcolorbox{black}{
42919 \end_layout
42920
42921 \end_inset
42922
42923 Lavender
42924 \begin_inset ERT
42925 status collapsed
42926
42927 \begin_layout Plain Layout
42928
42929 }{
42930 \end_layout
42931
42932 \end_inset
42933
42934
42935 \begin_inset Phantom Phantom
42936 status open
42937
42938 \begin_layout Plain Layout
42939 W
42940 \end_layout
42941
42942 \end_inset
42943
42944
42945 \begin_inset ERT
42946 status collapsed
42947
42948 \begin_layout Plain Layout
42949
42950 }
42951 \end_layout
42952
42953 \end_inset
42954
42955  Lavender
42956 \end_layout
42957
42958 \end_inset
42959 </cell>
42960 <cell alignment="center" valignment="top" usebox="none">
42961 \begin_inset Text
42962
42963 \begin_layout Plain Layout
42964 \begin_inset ERT
42965 status collapsed
42966
42967 \begin_layout Plain Layout
42968
42969
42970 \backslash
42971 fcolorbox{black}{
42972 \end_layout
42973
42974 \end_inset
42975
42976 LimeGreen
42977 \begin_inset ERT
42978 status collapsed
42979
42980 \begin_layout Plain Layout
42981
42982 }{
42983 \end_layout
42984
42985 \end_inset
42986
42987
42988 \begin_inset Phantom Phantom
42989 status open
42990
42991 \begin_layout Plain Layout
42992 W
42993 \end_layout
42994
42995 \end_inset
42996
42997
42998 \begin_inset ERT
42999 status collapsed
43000
43001 \begin_layout Plain Layout
43002
43003 }
43004 \end_layout
43005
43006 \end_inset
43007
43008  LimeGreen
43009 \end_layout
43010
43011 \end_inset
43012 </cell>
43013 <cell alignment="center" valignment="top" usebox="none">
43014 \begin_inset Text
43015
43016 \begin_layout Plain Layout
43017 \begin_inset ERT
43018 status collapsed
43019
43020 \begin_layout Plain Layout
43021
43022
43023 \backslash
43024 fcolorbox{black}{
43025 \end_layout
43026
43027 \end_inset
43028
43029 Mahogany
43030 \begin_inset ERT
43031 status collapsed
43032
43033 \begin_layout Plain Layout
43034
43035 }{
43036 \end_layout
43037
43038 \end_inset
43039
43040
43041 \begin_inset Phantom Phantom
43042 status open
43043
43044 \begin_layout Plain Layout
43045 W
43046 \end_layout
43047
43048 \end_inset
43049
43050
43051 \begin_inset ERT
43052 status collapsed
43053
43054 \begin_layout Plain Layout
43055
43056 }
43057 \end_layout
43058
43059 \end_inset
43060
43061  Mahogany
43062 \end_layout
43063
43064 \end_inset
43065 </cell>
43066 </row>
43067 <row>
43068 <cell alignment="left" valignment="top" usebox="none">
43069 \begin_inset Text
43070
43071 \begin_layout Plain Layout
43072 \begin_inset ERT
43073 status collapsed
43074
43075 \begin_layout Plain Layout
43076
43077
43078 \backslash
43079 fcolorbox{black}{
43080 \end_layout
43081
43082 \end_inset
43083
43084 Mahogany
43085 \begin_inset ERT
43086 status collapsed
43087
43088 \begin_layout Plain Layout
43089
43090 }{
43091 \end_layout
43092
43093 \end_inset
43094
43095
43096 \begin_inset Phantom Phantom
43097 status open
43098
43099 \begin_layout Plain Layout
43100 W
43101 \end_layout
43102
43103 \end_inset
43104
43105
43106 \begin_inset ERT
43107 status collapsed
43108
43109 \begin_layout Plain Layout
43110
43111 }
43112 \end_layout
43113
43114 \end_inset
43115
43116  Mahogany
43117 \end_layout
43118
43119 \end_inset
43120 </cell>
43121 <cell alignment="left" valignment="top" usebox="none">
43122 \begin_inset Text
43123
43124 \begin_layout Plain Layout
43125 \begin_inset ERT
43126 status collapsed
43127
43128 \begin_layout Plain Layout
43129
43130
43131 \backslash
43132 fcolorbox{black}{
43133 \end_layout
43134
43135 \end_inset
43136
43137 Maroon
43138 \begin_inset ERT
43139 status collapsed
43140
43141 \begin_layout Plain Layout
43142
43143 }{
43144 \end_layout
43145
43146 \end_inset
43147
43148
43149 \begin_inset Phantom Phantom
43150 status open
43151
43152 \begin_layout Plain Layout
43153 W
43154 \end_layout
43155
43156 \end_inset
43157
43158
43159 \begin_inset ERT
43160 status collapsed
43161
43162 \begin_layout Plain Layout
43163
43164 }
43165 \end_layout
43166
43167 \end_inset
43168
43169  Maroon
43170 \end_layout
43171
43172 \end_inset
43173 </cell>
43174 <cell alignment="left" valignment="top" usebox="none">
43175 \begin_inset Text
43176
43177 \begin_layout Plain Layout
43178 \begin_inset ERT
43179 status collapsed
43180
43181 \begin_layout Plain Layout
43182
43183
43184 \backslash
43185 fcolorbox{black}{
43186 \end_layout
43187
43188 \end_inset
43189
43190 Melon
43191 \begin_inset ERT
43192 status collapsed
43193
43194 \begin_layout Plain Layout
43195
43196 }{
43197 \end_layout
43198
43199 \end_inset
43200
43201
43202 \begin_inset Phantom Phantom
43203 status open
43204
43205 \begin_layout Plain Layout
43206 W
43207 \end_layout
43208
43209 \end_inset
43210
43211
43212 \begin_inset ERT
43213 status collapsed
43214
43215 \begin_layout Plain Layout
43216
43217 }
43218 \end_layout
43219
43220 \end_inset
43221
43222  Melon
43223 \end_layout
43224
43225 \end_inset
43226 </cell>
43227 <cell alignment="left" valignment="top" usebox="none">
43228 \begin_inset Text
43229
43230 \begin_layout Plain Layout
43231 \begin_inset ERT
43232 status collapsed
43233
43234 \begin_layout Plain Layout
43235
43236
43237 \backslash
43238 fcolorbox{black}{
43239 \end_layout
43240
43241 \end_inset
43242
43243 MidnightBlue
43244 \begin_inset ERT
43245 status collapsed
43246
43247 \begin_layout Plain Layout
43248
43249 }{
43250 \end_layout
43251
43252 \end_inset
43253
43254
43255 \begin_inset Phantom Phantom
43256 status open
43257
43258 \begin_layout Plain Layout
43259 W
43260 \end_layout
43261
43262 \end_inset
43263
43264
43265 \begin_inset ERT
43266 status collapsed
43267
43268 \begin_layout Plain Layout
43269
43270 }
43271 \end_layout
43272
43273 \end_inset
43274
43275  MidnightBlue
43276 \end_layout
43277
43278 \end_inset
43279 </cell>
43280 </row>
43281 <row>
43282 <cell alignment="left" valignment="top" usebox="none">
43283 \begin_inset Text
43284
43285 \begin_layout Plain Layout
43286 \begin_inset ERT
43287 status collapsed
43288
43289 \begin_layout Plain Layout
43290
43291
43292 \backslash
43293 fcolorbox{black}{
43294 \end_layout
43295
43296 \end_inset
43297
43298 Mulberry
43299 \begin_inset ERT
43300 status collapsed
43301
43302 \begin_layout Plain Layout
43303
43304 }{
43305 \end_layout
43306
43307 \end_inset
43308
43309
43310 \begin_inset Phantom Phantom
43311 status open
43312
43313 \begin_layout Plain Layout
43314 W
43315 \end_layout
43316
43317 \end_inset
43318
43319
43320 \begin_inset ERT
43321 status collapsed
43322
43323 \begin_layout Plain Layout
43324
43325 }
43326 \end_layout
43327
43328 \end_inset
43329
43330  Mulberry
43331 \end_layout
43332
43333 \end_inset
43334 </cell>
43335 <cell alignment="left" valignment="top" usebox="none">
43336 \begin_inset Text
43337
43338 \begin_layout Plain Layout
43339 \begin_inset ERT
43340 status collapsed
43341
43342 \begin_layout Plain Layout
43343
43344
43345 \backslash
43346 fcolorbox{black}{
43347 \end_layout
43348
43349 \end_inset
43350
43351 NavyBlue
43352 \begin_inset ERT
43353 status collapsed
43354
43355 \begin_layout Plain Layout
43356
43357 }{
43358 \end_layout
43359
43360 \end_inset
43361
43362
43363 \begin_inset Phantom Phantom
43364 status open
43365
43366 \begin_layout Plain Layout
43367 W
43368 \end_layout
43369
43370 \end_inset
43371
43372
43373 \begin_inset ERT
43374 status collapsed
43375
43376 \begin_layout Plain Layout
43377
43378 }
43379 \end_layout
43380
43381 \end_inset
43382
43383  NavyBlue
43384 \end_layout
43385
43386 \end_inset
43387 </cell>
43388 <cell alignment="left" valignment="top" usebox="none">
43389 \begin_inset Text
43390
43391 \begin_layout Plain Layout
43392 \begin_inset ERT
43393 status collapsed
43394
43395 \begin_layout Plain Layout
43396
43397
43398 \backslash
43399 fcolorbox{black}{
43400 \end_layout
43401
43402 \end_inset
43403
43404 OliveGreen
43405 \begin_inset ERT
43406 status collapsed
43407
43408 \begin_layout Plain Layout
43409
43410 }{
43411 \end_layout
43412
43413 \end_inset
43414
43415
43416 \begin_inset Phantom Phantom
43417 status open
43418
43419 \begin_layout Plain Layout
43420 W
43421 \end_layout
43422
43423 \end_inset
43424
43425
43426 \begin_inset ERT
43427 status collapsed
43428
43429 \begin_layout Plain Layout
43430
43431 }
43432 \end_layout
43433
43434 \end_inset
43435
43436  OliveGreen
43437 \end_layout
43438
43439 \end_inset
43440 </cell>
43441 <cell alignment="left" valignment="top" usebox="none">
43442 \begin_inset Text
43443
43444 \begin_layout Plain Layout
43445 \begin_inset ERT
43446 status collapsed
43447
43448 \begin_layout Plain Layout
43449
43450
43451 \backslash
43452 fcolorbox{black}{
43453 \end_layout
43454
43455 \end_inset
43456
43457 Orange
43458 \begin_inset ERT
43459 status collapsed
43460
43461 \begin_layout Plain Layout
43462
43463 }{
43464 \end_layout
43465
43466 \end_inset
43467
43468
43469 \begin_inset Phantom Phantom
43470 status open
43471
43472 \begin_layout Plain Layout
43473 W
43474 \end_layout
43475
43476 \end_inset
43477
43478
43479 \begin_inset ERT
43480 status collapsed
43481
43482 \begin_layout Plain Layout
43483
43484 }
43485 \end_layout
43486
43487 \end_inset
43488
43489  Orange
43490 \end_layout
43491
43492 \end_inset
43493 </cell>
43494 </row>
43495 <row>
43496 <cell alignment="left" valignment="top" usebox="none">
43497 \begin_inset Text
43498
43499 \begin_layout Plain Layout
43500 \begin_inset ERT
43501 status collapsed
43502
43503 \begin_layout Plain Layout
43504
43505
43506 \backslash
43507 fcolorbox{black}{
43508 \end_layout
43509
43510 \end_inset
43511
43512 OrangeRed
43513 \begin_inset ERT
43514 status collapsed
43515
43516 \begin_layout Plain Layout
43517
43518 }{
43519 \end_layout
43520
43521 \end_inset
43522
43523
43524 \begin_inset Phantom Phantom
43525 status open
43526
43527 \begin_layout Plain Layout
43528 W
43529 \end_layout
43530
43531 \end_inset
43532
43533
43534 \begin_inset ERT
43535 status collapsed
43536
43537 \begin_layout Plain Layout
43538
43539 }
43540 \end_layout
43541
43542 \end_inset
43543
43544  OrangeRed
43545 \end_layout
43546
43547 \end_inset
43548 </cell>
43549 <cell alignment="left" valignment="top" usebox="none">
43550 \begin_inset Text
43551
43552 \begin_layout Plain Layout
43553 \begin_inset ERT
43554 status collapsed
43555
43556 \begin_layout Plain Layout
43557
43558
43559 \backslash
43560 fcolorbox{black}{
43561 \end_layout
43562
43563 \end_inset
43564
43565 Orchid
43566 \begin_inset ERT
43567 status collapsed
43568
43569 \begin_layout Plain Layout
43570
43571 }{
43572 \end_layout
43573
43574 \end_inset
43575
43576
43577 \begin_inset Phantom Phantom
43578 status open
43579
43580 \begin_layout Plain Layout
43581 W
43582 \end_layout
43583
43584 \end_inset
43585
43586
43587 \begin_inset ERT
43588 status collapsed
43589
43590 \begin_layout Plain Layout
43591
43592 }
43593 \end_layout
43594
43595 \end_inset
43596
43597  Orchid
43598 \end_layout
43599
43600 \end_inset
43601 </cell>
43602 <cell alignment="left" valignment="top" usebox="none">
43603 \begin_inset Text
43604
43605 \begin_layout Plain Layout
43606 \begin_inset ERT
43607 status collapsed
43608
43609 \begin_layout Plain Layout
43610
43611
43612 \backslash
43613 fcolorbox{black}{
43614 \end_layout
43615
43616 \end_inset
43617
43618 Peach
43619 \begin_inset ERT
43620 status collapsed
43621
43622 \begin_layout Plain Layout
43623
43624 }{
43625 \end_layout
43626
43627 \end_inset
43628
43629
43630 \begin_inset Phantom Phantom
43631 status open
43632
43633 \begin_layout Plain Layout
43634 W
43635 \end_layout
43636
43637 \end_inset
43638
43639
43640 \begin_inset ERT
43641 status collapsed
43642
43643 \begin_layout Plain Layout
43644
43645 }
43646 \end_layout
43647
43648 \end_inset
43649
43650  Peach
43651 \end_layout
43652
43653 \end_inset
43654 </cell>
43655 <cell alignment="left" valignment="top" usebox="none">
43656 \begin_inset Text
43657
43658 \begin_layout Plain Layout
43659 \begin_inset ERT
43660 status collapsed
43661
43662 \begin_layout Plain Layout
43663
43664
43665 \backslash
43666 fcolorbox{black}{
43667 \end_layout
43668
43669 \end_inset
43670
43671 Periwinkle
43672 \begin_inset ERT
43673 status collapsed
43674
43675 \begin_layout Plain Layout
43676
43677 }{
43678 \end_layout
43679
43680 \end_inset
43681
43682
43683 \begin_inset Phantom Phantom
43684 status open
43685
43686 \begin_layout Plain Layout
43687 W
43688 \end_layout
43689
43690 \end_inset
43691
43692
43693 \begin_inset ERT
43694 status collapsed
43695
43696 \begin_layout Plain Layout
43697
43698 }
43699 \end_layout
43700
43701 \end_inset
43702
43703  Periwinkle
43704 \end_layout
43705
43706 \end_inset
43707 </cell>
43708 </row>
43709 <row>
43710 <cell alignment="left" valignment="top" usebox="none">
43711 \begin_inset Text
43712
43713 \begin_layout Plain Layout
43714 \begin_inset ERT
43715 status collapsed
43716
43717 \begin_layout Plain Layout
43718
43719
43720 \backslash
43721 fcolorbox{black}{
43722 \end_layout
43723
43724 \end_inset
43725
43726 PineGreen
43727 \begin_inset ERT
43728 status collapsed
43729
43730 \begin_layout Plain Layout
43731
43732 }{
43733 \end_layout
43734
43735 \end_inset
43736
43737
43738 \begin_inset Phantom Phantom
43739 status open
43740
43741 \begin_layout Plain Layout
43742 W
43743 \end_layout
43744
43745 \end_inset
43746
43747
43748 \begin_inset ERT
43749 status collapsed
43750
43751 \begin_layout Plain Layout
43752
43753 }
43754 \end_layout
43755
43756 \end_inset
43757
43758  PineGreen
43759 \end_layout
43760
43761 \end_inset
43762 </cell>
43763 <cell alignment="left" valignment="top" usebox="none">
43764 \begin_inset Text
43765
43766 \begin_layout Plain Layout
43767 \begin_inset ERT
43768 status collapsed
43769
43770 \begin_layout Plain Layout
43771
43772
43773 \backslash
43774 fcolorbox{black}{
43775 \end_layout
43776
43777 \end_inset
43778
43779 Plum
43780 \begin_inset ERT
43781 status collapsed
43782
43783 \begin_layout Plain Layout
43784
43785 }{
43786 \end_layout
43787
43788 \end_inset
43789
43790
43791 \begin_inset Phantom Phantom
43792 status open
43793
43794 \begin_layout Plain Layout
43795 W
43796 \end_layout
43797
43798 \end_inset
43799
43800
43801 \begin_inset ERT
43802 status collapsed
43803
43804 \begin_layout Plain Layout
43805
43806 }
43807 \end_layout
43808
43809 \end_inset
43810
43811  Plum
43812 \end_layout
43813
43814 \end_inset
43815 </cell>
43816 <cell alignment="left" valignment="top" usebox="none">
43817 \begin_inset Text
43818
43819 \begin_layout Plain Layout
43820 \begin_inset ERT
43821 status collapsed
43822
43823 \begin_layout Plain Layout
43824
43825
43826 \backslash
43827 fcolorbox{black}{
43828 \end_layout
43829
43830 \end_inset
43831
43832 ProcessBlue
43833 \begin_inset ERT
43834 status collapsed
43835
43836 \begin_layout Plain Layout
43837
43838 }{
43839 \end_layout
43840
43841 \end_inset
43842
43843
43844 \begin_inset Phantom Phantom
43845 status open
43846
43847 \begin_layout Plain Layout
43848 W
43849 \end_layout
43850
43851 \end_inset
43852
43853
43854 \begin_inset ERT
43855 status collapsed
43856
43857 \begin_layout Plain Layout
43858
43859 }
43860 \end_layout
43861
43862 \end_inset
43863
43864  ProcessBlue
43865 \end_layout
43866
43867 \end_inset
43868 </cell>
43869 <cell alignment="left" valignment="top" usebox="none">
43870 \begin_inset Text
43871
43872 \begin_layout Plain Layout
43873 \begin_inset ERT
43874 status collapsed
43875
43876 \begin_layout Plain Layout
43877
43878
43879 \backslash
43880 fcolorbox{black}{
43881 \end_layout
43882
43883 \end_inset
43884
43885 Purple
43886 \begin_inset ERT
43887 status collapsed
43888
43889 \begin_layout Plain Layout
43890
43891 }{
43892 \end_layout
43893
43894 \end_inset
43895
43896
43897 \begin_inset Phantom Phantom
43898 status open
43899
43900 \begin_layout Plain Layout
43901 W
43902 \end_layout
43903
43904 \end_inset
43905
43906
43907 \begin_inset ERT
43908 status collapsed
43909
43910 \begin_layout Plain Layout
43911
43912 }
43913 \end_layout
43914
43915 \end_inset
43916
43917  Purple
43918 \end_layout
43919
43920 \end_inset
43921 </cell>
43922 </row>
43923 <row>
43924 <cell alignment="left" valignment="top" usebox="none">
43925 \begin_inset Text
43926
43927 \begin_layout Plain Layout
43928 \begin_inset ERT
43929 status collapsed
43930
43931 \begin_layout Plain Layout
43932
43933
43934 \backslash
43935 fcolorbox{black}{
43936 \end_layout
43937
43938 \end_inset
43939
43940 RawSienna
43941 \begin_inset ERT
43942 status collapsed
43943
43944 \begin_layout Plain Layout
43945
43946 }{
43947 \end_layout
43948
43949 \end_inset
43950
43951
43952 \begin_inset Phantom Phantom
43953 status open
43954
43955 \begin_layout Plain Layout
43956 W
43957 \end_layout
43958
43959 \end_inset
43960
43961
43962 \begin_inset ERT
43963 status collapsed
43964
43965 \begin_layout Plain Layout
43966
43967 }
43968 \end_layout
43969
43970 \end_inset
43971
43972  RawSienna
43973 \end_layout
43974
43975 \end_inset
43976 </cell>
43977 <cell alignment="left" valignment="top" usebox="none">
43978 \begin_inset Text
43979
43980 \begin_layout Plain Layout
43981 \begin_inset ERT
43982 status collapsed
43983
43984 \begin_layout Plain Layout
43985
43986
43987 \backslash
43988 fcolorbox{black}{
43989 \end_layout
43990
43991 \end_inset
43992
43993 RedOrange
43994 \begin_inset ERT
43995 status collapsed
43996
43997 \begin_layout Plain Layout
43998
43999 }{
44000 \end_layout
44001
44002 \end_inset
44003
44004
44005 \begin_inset Phantom Phantom
44006 status open
44007
44008 \begin_layout Plain Layout
44009 W
44010 \end_layout
44011
44012 \end_inset
44013
44014
44015 \begin_inset ERT
44016 status collapsed
44017
44018 \begin_layout Plain Layout
44019
44020 }
44021 \end_layout
44022
44023 \end_inset
44024
44025  RedOrange
44026 \end_layout
44027
44028 \end_inset
44029 </cell>
44030 <cell alignment="left" valignment="top" usebox="none">
44031 \begin_inset Text
44032
44033 \begin_layout Plain Layout
44034 \begin_inset ERT
44035 status collapsed
44036
44037 \begin_layout Plain Layout
44038
44039
44040 \backslash
44041 fcolorbox{black}{
44042 \end_layout
44043
44044 \end_inset
44045
44046 RedViolet
44047 \begin_inset ERT
44048 status collapsed
44049
44050 \begin_layout Plain Layout
44051
44052 }{
44053 \end_layout
44054
44055 \end_inset
44056
44057
44058 \begin_inset Phantom Phantom
44059 status open
44060
44061 \begin_layout Plain Layout
44062 W
44063 \end_layout
44064
44065 \end_inset
44066
44067
44068 \begin_inset ERT
44069 status collapsed
44070
44071 \begin_layout Plain Layout
44072
44073 }
44074 \end_layout
44075
44076 \end_inset
44077
44078  RedViolet
44079 \end_layout
44080
44081 \end_inset
44082 </cell>
44083 <cell alignment="left" valignment="top" usebox="none">
44084 \begin_inset Text
44085
44086 \begin_layout Plain Layout
44087 \begin_inset ERT
44088 status collapsed
44089
44090 \begin_layout Plain Layout
44091
44092
44093 \backslash
44094 fcolorbox{black}{
44095 \end_layout
44096
44097 \end_inset
44098
44099 Rhodamine
44100 \begin_inset ERT
44101 status collapsed
44102
44103 \begin_layout Plain Layout
44104
44105 }{
44106 \end_layout
44107
44108 \end_inset
44109
44110
44111 \begin_inset Phantom Phantom
44112 status open
44113
44114 \begin_layout Plain Layout
44115 W
44116 \end_layout
44117
44118 \end_inset
44119
44120
44121 \begin_inset ERT
44122 status collapsed
44123
44124 \begin_layout Plain Layout
44125
44126 }
44127 \end_layout
44128
44129 \end_inset
44130
44131  Rhodamine
44132 \end_layout
44133
44134 \end_inset
44135 </cell>
44136 </row>
44137 <row>
44138 <cell alignment="left" valignment="top" usebox="none">
44139 \begin_inset Text
44140
44141 \begin_layout Plain Layout
44142 \begin_inset ERT
44143 status collapsed
44144
44145 \begin_layout Plain Layout
44146
44147
44148 \backslash
44149 fcolorbox{black}{
44150 \end_layout
44151
44152 \end_inset
44153
44154 RoyalBlue
44155 \begin_inset ERT
44156 status collapsed
44157
44158 \begin_layout Plain Layout
44159
44160 }{
44161 \end_layout
44162
44163 \end_inset
44164
44165
44166 \begin_inset Phantom Phantom
44167 status open
44168
44169 \begin_layout Plain Layout
44170 W
44171 \end_layout
44172
44173 \end_inset
44174
44175
44176 \begin_inset ERT
44177 status collapsed
44178
44179 \begin_layout Plain Layout
44180
44181 }
44182 \end_layout
44183
44184 \end_inset
44185
44186  RoyalBlue
44187 \end_layout
44188
44189 \end_inset
44190 </cell>
44191 <cell alignment="left" valignment="top" usebox="none">
44192 \begin_inset Text
44193
44194 \begin_layout Plain Layout
44195 \begin_inset ERT
44196 status collapsed
44197
44198 \begin_layout Plain Layout
44199
44200
44201 \backslash
44202 fcolorbox{black}{
44203 \end_layout
44204
44205 \end_inset
44206
44207 RoyalPurple
44208 \begin_inset ERT
44209 status collapsed
44210
44211 \begin_layout Plain Layout
44212
44213 }{
44214 \end_layout
44215
44216 \end_inset
44217
44218
44219 \begin_inset Phantom Phantom
44220 status open
44221
44222 \begin_layout Plain Layout
44223 W
44224 \end_layout
44225
44226 \end_inset
44227
44228
44229 \begin_inset ERT
44230 status collapsed
44231
44232 \begin_layout Plain Layout
44233
44234 }
44235 \end_layout
44236
44237 \end_inset
44238
44239  RoyalPurple
44240 \end_layout
44241
44242 \end_inset
44243 </cell>
44244 <cell alignment="left" valignment="top" usebox="none">
44245 \begin_inset Text
44246
44247 \begin_layout Plain Layout
44248 \begin_inset ERT
44249 status collapsed
44250
44251 \begin_layout Plain Layout
44252
44253
44254 \backslash
44255 fcolorbox{black}{
44256 \end_layout
44257
44258 \end_inset
44259
44260 RubineRed
44261 \begin_inset ERT
44262 status collapsed
44263
44264 \begin_layout Plain Layout
44265
44266 }{
44267 \end_layout
44268
44269 \end_inset
44270
44271
44272 \begin_inset Phantom Phantom
44273 status open
44274
44275 \begin_layout Plain Layout
44276 W
44277 \end_layout
44278
44279 \end_inset
44280
44281
44282 \begin_inset ERT
44283 status collapsed
44284
44285 \begin_layout Plain Layout
44286
44287 }
44288 \end_layout
44289
44290 \end_inset
44291
44292  RubineRed
44293 \end_layout
44294
44295 \end_inset
44296 </cell>
44297 <cell alignment="left" valignment="top" usebox="none">
44298 \begin_inset Text
44299
44300 \begin_layout Plain Layout
44301 \begin_inset ERT
44302 status collapsed
44303
44304 \begin_layout Plain Layout
44305
44306
44307 \backslash
44308 fcolorbox{black}{
44309 \end_layout
44310
44311 \end_inset
44312
44313 Salmon
44314 \begin_inset ERT
44315 status collapsed
44316
44317 \begin_layout Plain Layout
44318
44319 }{
44320 \end_layout
44321
44322 \end_inset
44323
44324
44325 \begin_inset Phantom Phantom
44326 status open
44327
44328 \begin_layout Plain Layout
44329 W
44330 \end_layout
44331
44332 \end_inset
44333
44334
44335 \begin_inset ERT
44336 status collapsed
44337
44338 \begin_layout Plain Layout
44339
44340 }
44341 \end_layout
44342
44343 \end_inset
44344
44345  Salmon
44346 \end_layout
44347
44348 \end_inset
44349 </cell>
44350 </row>
44351 <row>
44352 <cell alignment="left" valignment="top" usebox="none">
44353 \begin_inset Text
44354
44355 \begin_layout Plain Layout
44356 \begin_inset ERT
44357 status collapsed
44358
44359 \begin_layout Plain Layout
44360
44361
44362 \backslash
44363 fcolorbox{black}{
44364 \end_layout
44365
44366 \end_inset
44367
44368 SeaGreen
44369 \begin_inset ERT
44370 status collapsed
44371
44372 \begin_layout Plain Layout
44373
44374 }{
44375 \end_layout
44376
44377 \end_inset
44378
44379
44380 \begin_inset Phantom Phantom
44381 status open
44382
44383 \begin_layout Plain Layout
44384 W
44385 \end_layout
44386
44387 \end_inset
44388
44389
44390 \begin_inset ERT
44391 status collapsed
44392
44393 \begin_layout Plain Layout
44394
44395 }
44396 \end_layout
44397
44398 \end_inset
44399
44400  SeaGreen
44401 \end_layout
44402
44403 \end_inset
44404 </cell>
44405 <cell alignment="left" valignment="top" usebox="none">
44406 \begin_inset Text
44407
44408 \begin_layout Plain Layout
44409 \begin_inset ERT
44410 status collapsed
44411
44412 \begin_layout Plain Layout
44413
44414
44415 \backslash
44416 fcolorbox{black}{
44417 \end_layout
44418
44419 \end_inset
44420
44421 Sepia
44422 \begin_inset ERT
44423 status collapsed
44424
44425 \begin_layout Plain Layout
44426
44427 }{
44428 \end_layout
44429
44430 \end_inset
44431
44432
44433 \begin_inset Phantom Phantom
44434 status open
44435
44436 \begin_layout Plain Layout
44437 W
44438 \end_layout
44439
44440 \end_inset
44441
44442
44443 \begin_inset ERT
44444 status collapsed
44445
44446 \begin_layout Plain Layout
44447
44448 }
44449 \end_layout
44450
44451 \end_inset
44452
44453  Sepia
44454 \end_layout
44455
44456 \end_inset
44457 </cell>
44458 <cell alignment="left" valignment="top" usebox="none">
44459 \begin_inset Text
44460
44461 \begin_layout Plain Layout
44462 \begin_inset ERT
44463 status collapsed
44464
44465 \begin_layout Plain Layout
44466
44467
44468 \backslash
44469 fcolorbox{black}{
44470 \end_layout
44471
44472 \end_inset
44473
44474 SkyBlue
44475 \begin_inset ERT
44476 status collapsed
44477
44478 \begin_layout Plain Layout
44479
44480 }{
44481 \end_layout
44482
44483 \end_inset
44484
44485
44486 \begin_inset Phantom Phantom
44487 status open
44488
44489 \begin_layout Plain Layout
44490 W
44491 \end_layout
44492
44493 \end_inset
44494
44495
44496 \begin_inset ERT
44497 status collapsed
44498
44499 \begin_layout Plain Layout
44500
44501 }
44502 \end_layout
44503
44504 \end_inset
44505
44506  SkyBlue
44507 \end_layout
44508
44509 \end_inset
44510 </cell>
44511 <cell alignment="left" valignment="top" usebox="none">
44512 \begin_inset Text
44513
44514 \begin_layout Plain Layout
44515 \begin_inset ERT
44516 status collapsed
44517
44518 \begin_layout Plain Layout
44519
44520
44521 \backslash
44522 fcolorbox{black}{
44523 \end_layout
44524
44525 \end_inset
44526
44527 SpringGreen
44528 \begin_inset ERT
44529 status collapsed
44530
44531 \begin_layout Plain Layout
44532
44533 }{
44534 \end_layout
44535
44536 \end_inset
44537
44538
44539 \begin_inset Phantom Phantom
44540 status open
44541
44542 \begin_layout Plain Layout
44543 W
44544 \end_layout
44545
44546 \end_inset
44547
44548
44549 \begin_inset ERT
44550 status collapsed
44551
44552 \begin_layout Plain Layout
44553
44554 }
44555 \end_layout
44556
44557 \end_inset
44558
44559  SpringGreen
44560 \end_layout
44561
44562 \end_inset
44563 </cell>
44564 </row>
44565 <row>
44566 <cell alignment="left" valignment="top" usebox="none">
44567 \begin_inset Text
44568
44569 \begin_layout Plain Layout
44570 \begin_inset ERT
44571 status collapsed
44572
44573 \begin_layout Plain Layout
44574
44575
44576 \backslash
44577 fcolorbox{black}{
44578 \end_layout
44579
44580 \end_inset
44581
44582 Tan
44583 \begin_inset ERT
44584 status collapsed
44585
44586 \begin_layout Plain Layout
44587
44588 }{
44589 \end_layout
44590
44591 \end_inset
44592
44593
44594 \begin_inset Phantom Phantom
44595 status open
44596
44597 \begin_layout Plain Layout
44598 W
44599 \end_layout
44600
44601 \end_inset
44602
44603
44604 \begin_inset ERT
44605 status collapsed
44606
44607 \begin_layout Plain Layout
44608
44609 }
44610 \end_layout
44611
44612 \end_inset
44613
44614  Tan
44615 \end_layout
44616
44617 \end_inset
44618 </cell>
44619 <cell alignment="left" valignment="top" usebox="none">
44620 \begin_inset Text
44621
44622 \begin_layout Plain Layout
44623 \begin_inset ERT
44624 status collapsed
44625
44626 \begin_layout Plain Layout
44627
44628
44629 \backslash
44630 fcolorbox{black}{
44631 \end_layout
44632
44633 \end_inset
44634
44635 TealBlue
44636 \begin_inset ERT
44637 status collapsed
44638
44639 \begin_layout Plain Layout
44640
44641 }{
44642 \end_layout
44643
44644 \end_inset
44645
44646
44647 \begin_inset Phantom Phantom
44648 status open
44649
44650 \begin_layout Plain Layout
44651 W
44652 \end_layout
44653
44654 \end_inset
44655
44656
44657 \begin_inset ERT
44658 status collapsed
44659
44660 \begin_layout Plain Layout
44661
44662 }
44663 \end_layout
44664
44665 \end_inset
44666
44667  TealBlue
44668 \end_layout
44669
44670 \end_inset
44671 </cell>
44672 <cell alignment="left" valignment="top" usebox="none">
44673 \begin_inset Text
44674
44675 \begin_layout Plain Layout
44676 \begin_inset ERT
44677 status collapsed
44678
44679 \begin_layout Plain Layout
44680
44681
44682 \backslash
44683 fcolorbox{black}{
44684 \end_layout
44685
44686 \end_inset
44687
44688 Thistle
44689 \begin_inset ERT
44690 status collapsed
44691
44692 \begin_layout Plain Layout
44693
44694 }{
44695 \end_layout
44696
44697 \end_inset
44698
44699
44700 \begin_inset Phantom Phantom
44701 status open
44702
44703 \begin_layout Plain Layout
44704 W
44705 \end_layout
44706
44707 \end_inset
44708
44709
44710 \begin_inset ERT
44711 status collapsed
44712
44713 \begin_layout Plain Layout
44714
44715 }
44716 \end_layout
44717
44718 \end_inset
44719
44720  Thistle
44721 \end_layout
44722
44723 \end_inset
44724 </cell>
44725 <cell alignment="left" valignment="top" usebox="none">
44726 \begin_inset Text
44727
44728 \begin_layout Plain Layout
44729 \begin_inset ERT
44730 status collapsed
44731
44732 \begin_layout Plain Layout
44733
44734
44735 \backslash
44736 fcolorbox{black}{
44737 \end_layout
44738
44739 \end_inset
44740
44741 Turquoise
44742 \begin_inset ERT
44743 status collapsed
44744
44745 \begin_layout Plain Layout
44746
44747 }{
44748 \end_layout
44749
44750 \end_inset
44751
44752
44753 \begin_inset Phantom Phantom
44754 status open
44755
44756 \begin_layout Plain Layout
44757 W
44758 \end_layout
44759
44760 \end_inset
44761
44762
44763 \begin_inset ERT
44764 status collapsed
44765
44766 \begin_layout Plain Layout
44767
44768 }
44769 \end_layout
44770
44771 \end_inset
44772
44773  Turquoise
44774 \end_layout
44775
44776 \end_inset
44777 </cell>
44778 </row>
44779 <row>
44780 <cell alignment="left" valignment="top" usebox="none">
44781 \begin_inset Text
44782
44783 \begin_layout Plain Layout
44784 \begin_inset ERT
44785 status collapsed
44786
44787 \begin_layout Plain Layout
44788
44789
44790 \backslash
44791 fcolorbox{black}{
44792 \end_layout
44793
44794 \end_inset
44795
44796 Violet
44797 \begin_inset ERT
44798 status collapsed
44799
44800 \begin_layout Plain Layout
44801
44802 }{
44803 \end_layout
44804
44805 \end_inset
44806
44807
44808 \begin_inset Phantom Phantom
44809 status open
44810
44811 \begin_layout Plain Layout
44812 W
44813 \end_layout
44814
44815 \end_inset
44816
44817
44818 \begin_inset ERT
44819 status collapsed
44820
44821 \begin_layout Plain Layout
44822
44823 }
44824 \end_layout
44825
44826 \end_inset
44827
44828  Violet
44829 \end_layout
44830
44831 \end_inset
44832 </cell>
44833 <cell alignment="left" valignment="top" usebox="none">
44834 \begin_inset Text
44835
44836 \begin_layout Plain Layout
44837 \begin_inset ERT
44838 status collapsed
44839
44840 \begin_layout Plain Layout
44841
44842
44843 \backslash
44844 fcolorbox{black}{
44845 \end_layout
44846
44847 \end_inset
44848
44849 VioletRed
44850 \begin_inset ERT
44851 status collapsed
44852
44853 \begin_layout Plain Layout
44854
44855 }{
44856 \end_layout
44857
44858 \end_inset
44859
44860
44861 \begin_inset Phantom Phantom
44862 status open
44863
44864 \begin_layout Plain Layout
44865 W
44866 \end_layout
44867
44868 \end_inset
44869
44870
44871 \begin_inset ERT
44872 status collapsed
44873
44874 \begin_layout Plain Layout
44875
44876 }
44877 \end_layout
44878
44879 \end_inset
44880
44881  VioletRed
44882 \end_layout
44883
44884 \end_inset
44885 </cell>
44886 <cell alignment="left" valignment="top" usebox="none">
44887 \begin_inset Text
44888
44889 \begin_layout Plain Layout
44890 \begin_inset ERT
44891 status collapsed
44892
44893 \begin_layout Plain Layout
44894
44895
44896 \backslash
44897 fcolorbox{black}{
44898 \end_layout
44899
44900 \end_inset
44901
44902 WildStrawberry
44903 \begin_inset ERT
44904 status collapsed
44905
44906 \begin_layout Plain Layout
44907
44908 }{
44909 \end_layout
44910
44911 \end_inset
44912
44913
44914 \begin_inset Phantom Phantom
44915 status open
44916
44917 \begin_layout Plain Layout
44918 W
44919 \end_layout
44920
44921 \end_inset
44922
44923
44924 \begin_inset ERT
44925 status collapsed
44926
44927 \begin_layout Plain Layout
44928
44929 }
44930 \end_layout
44931
44932 \end_inset
44933
44934  WildStrawberry
44935 \end_layout
44936
44937 \end_inset
44938 </cell>
44939 <cell alignment="left" valignment="top" usebox="none">
44940 \begin_inset Text
44941
44942 \begin_layout Plain Layout
44943 \begin_inset ERT
44944 status collapsed
44945
44946 \begin_layout Plain Layout
44947
44948
44949 \backslash
44950 fcolorbox{black}{
44951 \end_layout
44952
44953 \end_inset
44954
44955 YellowGreen
44956 \begin_inset ERT
44957 status collapsed
44958
44959 \begin_layout Plain Layout
44960
44961 }{
44962 \end_layout
44963
44964 \end_inset
44965
44966
44967 \begin_inset Phantom Phantom
44968 status open
44969
44970 \begin_layout Plain Layout
44971 W
44972 \end_layout
44973
44974 \end_inset
44975
44976
44977 \begin_inset ERT
44978 status collapsed
44979
44980 \begin_layout Plain Layout
44981
44982 }
44983 \end_layout
44984
44985 \end_inset
44986
44987  YellowGreen
44988 \end_layout
44989
44990 \end_inset
44991 </cell>
44992 </row>
44993 <row>
44994 <cell alignment="left" valignment="top" usebox="none">
44995 \begin_inset Text
44996
44997 \begin_layout Plain Layout
44998 \begin_inset ERT
44999 status collapsed
45000
45001 \begin_layout Plain Layout
45002
45003
45004 \backslash
45005 fcolorbox{black}{
45006 \end_layout
45007
45008 \end_inset
45009
45010 YellowOrange
45011 \begin_inset ERT
45012 status collapsed
45013
45014 \begin_layout Plain Layout
45015
45016 }{
45017 \end_layout
45018
45019 \end_inset
45020
45021
45022 \begin_inset Phantom Phantom
45023 status open
45024
45025 \begin_layout Plain Layout
45026 W
45027 \end_layout
45028
45029 \end_inset
45030
45031
45032 \begin_inset ERT
45033 status collapsed
45034
45035 \begin_layout Plain Layout
45036
45037 }
45038 \end_layout
45039
45040 \end_inset
45041
45042  YellowOrange
45043 \end_layout
45044
45045 \end_inset
45046 </cell>
45047 <cell alignment="left" valignment="top" usebox="none">
45048 \begin_inset Text
45049
45050 \begin_layout Plain Layout
45051
45052 \end_layout
45053
45054 \end_inset
45055 </cell>
45056 <cell alignment="left" valignment="top" usebox="none">
45057 \begin_inset Text
45058
45059 \begin_layout Plain Layout
45060
45061 \end_layout
45062
45063 \end_inset
45064 </cell>
45065 <cell alignment="left" valignment="top" usebox="none">
45066 \begin_inset Text
45067
45068 \begin_layout Plain Layout
45069
45070 \end_layout
45071
45072 \end_inset
45073 </cell>
45074 </row>
45075 </lyxtabular>
45076
45077 \end_inset
45078
45079
45080 \end_layout
45081
45082 \begin_layout Chapter
45083 Erklärung der Gleichung
45084 \begin_inset space ~
45085 \end_inset
45086
45087 (
45088 \begin_inset CommandInset ref
45089 LatexCommand ref
45090 reference "eq:Wgn"
45091
45092 \end_inset
45093
45094 )
45095 \begin_inset CommandInset label
45096 LatexCommand label
45097 name "kap:Erläuterung-einer-Gleichung"
45098
45099 \end_inset
45100
45101
45102 \end_layout
45103
45104 \begin_layout Standard
45105 Die Gesamtbreite von
45106 \emph on
45107  n
45108 \emph default
45109  Tabellenzellen 
45110 \begin_inset Formula $W_{\mathrm{tot\,n}}$
45111 \end_inset
45112
45113  kann wie folgt berechnet werden:
45114 \begin_inset Formula 
45115 \begin{equation}
45116 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45117 \end{equation}
45118
45119 \end_inset
45120
45121
45122 \end_layout
45123
45124 \begin_layout Standard
45125 Dabei ist 
45126 \begin_inset Formula $W_{g\,n}$
45127 \end_inset
45128
45129  die Breite jeder Zelle.
45130
45131 \series bold
45132  
45133 \backslash
45134 tabcolsep
45135 \series default
45136  ist die \SpecialChar LaTeX
45137 -Länge zwischen dem Zellentext und der Zellgrenze mit dem Standardwert
45138  6
45139 \begin_inset space \thinspace{}
45140 \end_inset
45141
45142 pt.
45143  
45144 \series bold
45145
45146 \backslash
45147 arrayrulewidth
45148 \series default
45149  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
45150 \begin_inset space \thinspace{}
45151 \end_inset
45152
45153 pt.
45154 \end_layout
45155
45156 \begin_layout Standard
45157 Nach Gleichung
45158 \begin_inset space ~
45159 \end_inset
45160
45161
45162 \begin_inset CommandInset ref
45163 LatexCommand ref
45164 reference "eq:Wtot_n"
45165
45166 \end_inset
45167
45168  ist die Gesamtbreite einer Mehrfachspalte, 
45169 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
45170 \end_inset
45171
45172 ,
45173 \begin_inset Formula 
45174 \begin{equation}
45175 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45176 \end{equation}
45177
45178 \end_inset
45179
45180
45181 \end_layout
45182
45183 \begin_layout Standard
45184 Setzt man die Gleichungen
45185 \begin_inset space ~
45186 \end_inset
45187
45188
45189 \begin_inset CommandInset ref
45190 LatexCommand ref
45191 reference "eq:Wtot_n"
45192
45193 \end_inset
45194
45195  und 
45196 \begin_inset CommandInset ref
45197 LatexCommand ref
45198 reference "eq:Wtot_mult"
45199
45200 \end_inset
45201
45202  gleich, kann man die benötigte Breite 
45203 \begin_inset Formula $W_{g\,n}$
45204 \end_inset
45205
45206 , wenn 
45207 \emph on
45208 n
45209 \emph default
45210  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
45211 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
45212 \end_inset
45213
45214  hat, berechnen:
45215 \begin_inset Formula 
45216 \begin{equation}
45217 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45218 \end{equation}
45219
45220 \end_inset
45221
45222
45223 \end_layout
45224
45225 \begin_layout Bibliography
45226 \begin_inset CommandInset bibitem
45227 LatexCommand bibitem
45228 key "latexcompanion"
45229
45230 \end_inset
45231
45232 Frank Mittelbach and Michel Goossens: 
45233 \emph on
45234 The \SpecialChar LaTeX
45235  Companion Second Edition.
45236
45237 \emph default
45238  Addison-Wesley, 2004
45239 \end_layout
45240
45241 \begin_layout Bibliography
45242 \begin_inset CommandInset bibitem
45243 LatexCommand bibitem
45244 key "latexguide"
45245
45246 \end_inset
45247
45248 Helmut Kopka and Patrick W.
45249  Daly: 
45250 \emph on
45251 A Guide to \SpecialChar LaTeX
45252  Fourth Edition.
45253
45254 \emph default
45255  Addison-Wesley, 2003
45256 \end_layout
45257
45258 \begin_layout Bibliography
45259 \begin_inset CommandInset bibitem
45260 LatexCommand bibitem
45261 key "lamport"
45262
45263 \end_inset
45264
45265 Leslie Lamport: 
45266 \emph on
45267 \SpecialChar LaTeX
45268 : A Document Preparation System.
45269
45270 \emph default
45271  Addison-Wesley, second edition, 1994
45272 \end_layout
45273
45274 \begin_layout Bibliography
45275 \begin_inset CommandInset bibitem
45276 LatexCommand bibitem
45277 key "latex-praxisbuch"
45278
45279 \end_inset
45280
45281 Niedermair, Elke & Michael: 
45282 \emph on
45283 \SpecialChar LaTeX
45284 -Praxisbuch
45285 \emph default
45286 , Franzis-Verlag, 2004
45287 \end_layout
45288
45289 \begin_layout Bibliography
45290 \begin_inset CommandInset bibitem
45291 LatexCommand bibitem
45292 key "arydshln"
45293
45294 \end_inset
45295
45296 Dokumentation des \SpecialChar LaTeX
45297 -Pakets 
45298 \series bold
45299
45300 \begin_inset CommandInset href
45301 LatexCommand href
45302 name "arydshln"
45303 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45304
45305 \end_inset
45306
45307
45308 \series default
45309
45310 \begin_inset Index idx
45311 status collapsed
45312
45313 \begin_layout Plain Layout
45314 \SpecialChar LaTeX
45315 -Pakete ! arydshln
45316 \end_layout
45317
45318 \end_inset
45319
45320
45321 \end_layout
45322
45323 \begin_layout Bibliography
45324 \begin_inset CommandInset bibitem
45325 LatexCommand bibitem
45326 key "booktabs"
45327
45328 \end_inset
45329
45330 Dokumentation des \SpecialChar LaTeX
45331 -Pakets 
45332 \series bold
45333
45334 \begin_inset CommandInset href
45335 LatexCommand href
45336 name "booktabs"
45337 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45338
45339 \end_inset
45340
45341
45342 \series default
45343
45344 \begin_inset Index idx
45345 status collapsed
45346
45347 \begin_layout Plain Layout
45348 \SpecialChar LaTeX
45349 -Pakete ! booktabs
45350 \end_layout
45351
45352 \end_inset
45353
45354
45355 \end_layout
45356
45357 \begin_layout Bibliography
45358 \begin_inset CommandInset bibitem
45359 LatexCommand bibitem
45360 key "caption"
45361
45362 \end_inset
45363
45364 Dokumentation des \SpecialChar LaTeX
45365 -Pakets 
45366 \series bold
45367
45368 \begin_inset CommandInset href
45369 LatexCommand href
45370 name "caption"
45371 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
45372
45373 \end_inset
45374
45375
45376 \series default
45377
45378 \begin_inset Index idx
45379 status collapsed
45380
45381 \begin_layout Plain Layout
45382 \SpecialChar LaTeX
45383 -Pakete ! caption
45384 \end_layout
45385
45386 \end_inset
45387
45388
45389 \end_layout
45390
45391 \begin_layout Bibliography
45392 \begin_inset CommandInset bibitem
45393 LatexCommand bibitem
45394 key "diagbox"
45395
45396 \end_inset
45397
45398 Dokumentation des \SpecialChar LaTeX
45399 -Pakets 
45400 \series bold
45401
45402 \begin_inset CommandInset href
45403 LatexCommand href
45404 name "diagbox"
45405 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45406
45407 \end_inset
45408
45409
45410 \series default
45411
45412 \begin_inset Index idx
45413 status collapsed
45414
45415 \begin_layout Plain Layout
45416 \SpecialChar LaTeX
45417 -Pakete ! diagbox
45418 \end_layout
45419
45420 \end_inset
45421
45422
45423 \end_layout
45424
45425 \begin_layout Bibliography
45426 \begin_inset CommandInset bibitem
45427 LatexCommand bibitem
45428 key "endfloat"
45429
45430 \end_inset
45431
45432 Dokumentation des \SpecialChar LaTeX
45433 -Pakets 
45434 \series bold
45435
45436 \begin_inset CommandInset href
45437 LatexCommand href
45438 name "endfloat"
45439 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45440
45441 \end_inset
45442
45443
45444 \series default
45445
45446 \begin_inset Index idx
45447 status collapsed
45448
45449 \begin_layout Plain Layout
45450 \SpecialChar LaTeX
45451 -Pakete ! endfloat
45452 \end_layout
45453
45454 \end_inset
45455
45456
45457 \end_layout
45458
45459 \begin_layout Bibliography
45460 \begin_inset CommandInset bibitem
45461 LatexCommand bibitem
45462 key "footmisc"
45463
45464 \end_inset
45465
45466 Dokumentation des \SpecialChar LaTeX
45467 -Pakets 
45468 \series bold
45469
45470 \begin_inset CommandInset href
45471 LatexCommand href
45472 name "footmisc"
45473 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45474
45475 \end_inset
45476
45477
45478 \series default
45479
45480 \begin_inset Index idx
45481 status collapsed
45482
45483 \begin_layout Plain Layout
45484 \SpecialChar LaTeX
45485 -Pakete ! footmisc
45486 \end_layout
45487
45488 \end_inset
45489
45490
45491 \end_layout
45492
45493 \begin_layout Bibliography
45494 \begin_inset CommandInset bibitem
45495 LatexCommand bibitem
45496 key "hypcap"
45497
45498 \end_inset
45499
45500 Dokumentation des \SpecialChar LaTeX
45501 -Pakets 
45502 \series bold
45503
45504 \begin_inset CommandInset href
45505 LatexCommand href
45506 name "hypcap"
45507 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45508
45509 \end_inset
45510
45511
45512 \series default
45513
45514 \begin_inset Index idx
45515 status collapsed
45516
45517 \begin_layout Plain Layout
45518 \SpecialChar LaTeX
45519 -Pakete ! hypcap
45520 \end_layout
45521
45522 \end_inset
45523
45524
45525 \end_layout
45526
45527 \begin_layout Bibliography
45528 \begin_inset CommandInset bibitem
45529 LatexCommand bibitem
45530 key "hyperref"
45531
45532 \end_inset
45533
45534 Dokumentation des \SpecialChar LaTeX
45535 -Pakets 
45536 \series bold
45537
45538 \begin_inset CommandInset href
45539 LatexCommand href
45540 name "hyperref"
45541 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45542
45543 \end_inset
45544
45545
45546 \series default
45547
45548 \begin_inset Index idx
45549 status collapsed
45550
45551 \begin_layout Plain Layout
45552 \SpecialChar LaTeX
45553 -Pakete ! hyperref
45554 \end_layout
45555
45556 \end_inset
45557
45558
45559 \end_layout
45560
45561 \begin_layout Bibliography
45562 \begin_inset CommandInset bibitem
45563 LatexCommand bibitem
45564 key "KOMA-Script"
45565
45566 \end_inset
45567
45568 Dokumentation des \SpecialChar LaTeX
45569 -Pakets 
45570 \series bold
45571
45572 \begin_inset CommandInset href
45573 LatexCommand href
45574 name "KOMA-Script"
45575 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45576
45577 \end_inset
45578
45579
45580 \series default
45581
45582 \begin_inset Index idx
45583 status collapsed
45584
45585 \begin_layout Plain Layout
45586 \SpecialChar LaTeX
45587 -Pakete ! KOMA-Script
45588 \end_layout
45589
45590 \end_inset
45591
45592
45593 \end_layout
45594
45595 \begin_layout Bibliography
45596 \begin_inset CommandInset bibitem
45597 LatexCommand bibitem
45598 key "lettrine"
45599
45600 \end_inset
45601
45602 Dokumentation des \SpecialChar LaTeX
45603 -Pakets 
45604 \series bold
45605
45606 \begin_inset CommandInset href
45607 LatexCommand href
45608 name "lettrine"
45609 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45610
45611 \end_inset
45612
45613
45614 \series default
45615  und ein 
45616 \begin_inset CommandInset href
45617 LatexCommand href
45618 name "Beispiel"
45619 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
45620
45621 \end_inset
45622
45623
45624 \begin_inset Index idx
45625 status collapsed
45626
45627 \begin_layout Plain Layout
45628 \SpecialChar LaTeX
45629 -Pakete ! lettrine
45630 \end_layout
45631
45632 \end_inset
45633
45634
45635 \end_layout
45636
45637 \begin_layout Bibliography
45638 \begin_inset CommandInset bibitem
45639 LatexCommand bibitem
45640 key "listings"
45641
45642 \end_inset
45643
45644 Dokumentation des \SpecialChar LaTeX
45645 -Pakets 
45646 \series bold
45647
45648 \begin_inset CommandInset href
45649 LatexCommand href
45650 name "listings"
45651 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45652
45653 \end_inset
45654
45655
45656 \series default
45657
45658 \begin_inset Index idx
45659 status collapsed
45660
45661 \begin_layout Plain Layout
45662 \SpecialChar LaTeX
45663 -Pakete ! listings
45664 \end_layout
45665
45666 \end_inset
45667
45668
45669 \end_layout
45670
45671 \begin_layout Bibliography
45672 \begin_inset CommandInset bibitem
45673 LatexCommand bibitem
45674 key "marginnote"
45675
45676 \end_inset
45677
45678 Dokumentation des \SpecialChar LaTeX
45679 -Pakets 
45680 \series bold
45681
45682 \begin_inset CommandInset href
45683 LatexCommand href
45684 name "marginnote"
45685 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45686
45687 \end_inset
45688
45689
45690 \series default
45691
45692 \begin_inset Index idx
45693 status collapsed
45694
45695 \begin_layout Plain Layout
45696 \SpecialChar LaTeX
45697 -Pakete ! marginnote
45698 \end_layout
45699
45700 \end_inset
45701
45702
45703 \end_layout
45704
45705 \begin_layout Bibliography
45706 \begin_inset CommandInset bibitem
45707 LatexCommand bibitem
45708 key "pdfpages"
45709
45710 \end_inset
45711
45712 Dokumentation des \SpecialChar LaTeX
45713 -Pakets 
45714 \series bold
45715
45716 \begin_inset CommandInset href
45717 LatexCommand href
45718 name "pdfpages"
45719 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45720
45721 \end_inset
45722
45723
45724 \series default
45725
45726 \begin_inset Index idx
45727 status collapsed
45728
45729 \begin_layout Plain Layout
45730 \SpecialChar LaTeX
45731 -Pakete ! pdfpages
45732 \end_layout
45733
45734 \end_inset
45735
45736
45737 \end_layout
45738
45739 \begin_layout Bibliography
45740 \begin_inset CommandInset bibitem
45741 LatexCommand bibitem
45742 key "prettyref"
45743
45744 \end_inset
45745
45746 Dokumentation des \SpecialChar LaTeX
45747 -Pakets 
45748 \series bold
45749
45750 \begin_inset CommandInset href
45751 LatexCommand href
45752 name "prettyref"
45753 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45754
45755 \end_inset
45756
45757
45758 \series default
45759
45760 \begin_inset Index idx
45761 status collapsed
45762
45763 \begin_layout Plain Layout
45764 \SpecialChar LaTeX
45765 -Pakete ! prettyref
45766 \end_layout
45767
45768 \end_inset
45769
45770
45771 \end_layout
45772
45773 \begin_layout Bibliography
45774 \begin_inset CommandInset bibitem
45775 LatexCommand bibitem
45776 key "pstricks"
45777
45778 \end_inset
45779
45780 Webseite des \SpecialChar LaTeX
45781 -Pakets 
45782 \series bold
45783
45784 \begin_inset CommandInset href
45785 LatexCommand href
45786 name "PSTricks"
45787 target "http://tug.org/PSTricks/"
45788
45789 \end_inset
45790
45791
45792 \series default
45793
45794 \begin_inset Index idx
45795 status collapsed
45796
45797 \begin_layout Plain Layout
45798 \SpecialChar LaTeX
45799 -Pakete ! pstricks
45800 \end_layout
45801
45802 \end_inset
45803
45804
45805 \end_layout
45806
45807 \begin_layout Bibliography
45808 \begin_inset CommandInset bibitem
45809 LatexCommand bibitem
45810 key "refstyle"
45811
45812 \end_inset
45813
45814 Dokumentation des \SpecialChar LaTeX
45815 -Pakets 
45816 \series bold
45817
45818 \begin_inset CommandInset href
45819 LatexCommand href
45820 name "refstyle"
45821 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
45822
45823 \end_inset
45824
45825
45826 \series default
45827
45828 \begin_inset Index idx
45829 status collapsed
45830
45831 \begin_layout Plain Layout
45832 \SpecialChar LaTeX
45833 -Pakete ! refstyle
45834 \end_layout
45835
45836 \end_inset
45837
45838
45839 \end_layout
45840
45841 \begin_layout Bibliography
45842 \begin_inset CommandInset bibitem
45843 LatexCommand bibitem
45844 key "sidecap"
45845
45846 \end_inset
45847
45848 Dokumentation des \SpecialChar LaTeX
45849 -Pakets 
45850 \series bold
45851
45852 \begin_inset CommandInset href
45853 LatexCommand href
45854 name "sidecap"
45855 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45856
45857 \end_inset
45858
45859
45860 \series default
45861
45862 \begin_inset Index idx
45863 status collapsed
45864
45865 \begin_layout Plain Layout
45866 \SpecialChar LaTeX
45867 -Pakete ! sidecap
45868 \end_layout
45869
45870 \end_inset
45871
45872
45873 \end_layout
45874
45875 \begin_layout Bibliography
45876 \begin_inset CommandInset bibitem
45877 LatexCommand bibitem
45878 key "NeuInLyX20"
45879
45880 \end_inset
45881
45882
45883 \begin_inset CommandInset href
45884 LatexCommand href
45885 name "Wiki-Seite"
45886 target "http://wiki.lyx.org/LyX/NewInLyX20"
45887
45888 \end_inset
45889
45890  über neue Funktionen in 
45891 \family sans
45892 \SpecialChar LyX
45893  2.0
45894 \family default
45895 .
45896 \end_layout
45897
45898 \begin_layout Standard
45899 \begin_inset CommandInset index_print
45900 LatexCommand printindex
45901 type "idx"
45902
45903 \end_inset
45904
45905
45906 \end_layout
45907
45908 \end_body
45909 \end_document