]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
EmbeddedObjects.lyx: use the new example images on all occurrences
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 543
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 \use_microtype false
178 \use_dash_ligatures false
179 \graphics default
180 \default_output_format pdf2
181 \output_sync 0
182 \bibtex_command default
183 \index_command default
184 \paperfontsize 12
185 \spacing single
186 \use_hyperref true
187 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
188 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
189 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
190 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
191 \pdf_bookmarks true
192 \pdf_bookmarksnumbered true
193 \pdf_bookmarksopen true
194 \pdf_bookmarksopenlevel 1
195 \pdf_breaklinks false
196 \pdf_pdfborder false
197 \pdf_colorlinks true
198 \pdf_backref false
199 \pdf_pdfusetitle false
200 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
201 \papersize a4paper
202 \use_geometry false
203 \use_package amsmath 2
204 \use_package amssymb 2
205 \use_package cancel 0
206 \use_package esint 0
207 \use_package mathdots 1
208 \use_package mathtools 0
209 \use_package mhchem 1
210 \use_package stackrel 0
211 \use_package stmaryrd 0
212 \use_package undertilde 0
213 \cite_engine basic
214 \cite_engine_type default
215 \biblio_style plain
216 \use_bibtopic false
217 \use_indices false
218 \paperorientation portrait
219 \suppress_date false
220 \justification true
221 \use_refstyle 1
222 \notefontcolor #0000ff
223 \index Stichwortverzeichnis
224 \shortcut idx
225 \color #008000
226 \end_index
227 \secnumdepth 3
228 \tocdepth 3
229 \paragraph_separation skip
230 \defskip medskip
231 \is_math_indent 0
232 \math_numbering_side default
233 \quotes_style german
234 \dynamic_quotes 0
235 \papercolumns 1
236 \papersides 2
237 \paperpagestyle default
238 \tracking_changes false
239 \output_changes false
240 \html_math_output 0
241 \html_css_as_file 0
242 \html_be_strict false
243 \end_header
244
245 \begin_body
246
247 \begin_layout Title
248 Das \SpecialChar LyX
249 -Handbuch der Einfügungen:
250 \begin_inset Newline newline
251 \end_inset
252
253  
254 \size larger
255 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
256 \end_layout
257
258 \begin_layout Author
259 vom \SpecialChar LyX
260 -Team
261 \begin_inset Foot
262 status open
263
264 \begin_layout Plain Layout
265 \noindent
266
267 \size normal
268 Übersetzung und Bearbeitung: Hartmut Haase
269 \size default
270  (
271 \noun on
272 HHa
273 \noun default
274 , bis März 2010), Uwe Stöhr
275 \begin_inset Newline newline
276 \end_inset
277
278 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
279  bitte an: 
280 \begin_inset CommandInset href
281 LatexCommand href
282 name "lyx-docs@lists.lyx.org"
283 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
284 type "mailto:"
285 literal "false"
286
287 \end_inset
288
289
290 \end_layout
291
292 \end_inset
293
294
295 \begin_inset Note Note
296 status collapsed
297
298 \begin_layout Plain Layout
299 Autor: Uwe Stöhr <uwestoehr@web.de>
300 \end_layout
301
302 \end_inset
303
304
305 \begin_inset Newline newline
306 \end_inset
307
308
309 \begin_inset Newline newline
310 \end_inset
311
312
313 \family sans
314 Version 2.2.x
315 \end_layout
316
317 \begin_layout Standard
318 \begin_inset CommandInset toc
319 LatexCommand tableofcontents
320
321 \end_inset
322
323
324 \end_layout
325
326 \begin_layout Standard
327 \begin_inset Note Note
328 status open
329
330 \begin_layout Plain Layout
331 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
332 en zu können oder es auszudrucken, benötigen Sie die \SpecialChar LaTeX
333 -Pakte 
334 \series bold
335 arydshln
336 \series default
337
338 \series bold
339 colortbl
340 \series default
341
342 \series bold
343 diagbox, lettrine, marginnote, picinpar
344 \series default
345  und 
346 \series bold
347 sidecap
348 \series default
349 .
350  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
351  denen sie benötigt werden.
352 \end_layout
353
354 \begin_layout Plain Layout
355 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
356  hier finden:
357 \begin_inset Newline newline
358 \end_inset
359
360
361 \series bold
362 http://wiki.lyx.org/\SpecialChar LyX
363 /Manuals#EmbeddedObjects
364 \end_layout
365
366 \end_inset
367
368
369 \end_layout
370
371 \begin_layout Chapter
372 Abbildungen
373 \begin_inset Index idx
374 status collapsed
375
376 \begin_layout Plain Layout
377 Abbildungen
378 \end_layout
379
380 \end_inset
381
382
383 \end_layout
384
385 \begin_layout Section
386 Grafik-Dialog
387 \begin_inset Index idx
388 status collapsed
389
390 \begin_layout Plain Layout
391 Abbildungen ! Grafik-Dialog
392 \end_layout
393
394 \end_inset
395
396
397 \begin_inset CommandInset label
398 LatexCommand label
399 name "abs:Grafik-Dialog"
400
401 \end_inset
402
403
404 \end_layout
405
406 \begin_layout Standard
407 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
408  
409 \begin_inset Info
410 type  "icon"
411 arg   "dialog-show-new-inset graphics"
412 \end_inset
413
414  in der Werkzeugleiste oder wählen das Menü 
415 \family sans
416 Einfügen\SpecialChar menuseparator
417 Grafik
418 \family default
419 .
420  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
421  
422 \family sans
423 Durchsuchen
424 \family default
425  eingeben können.
426  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
427  an der Sie sie eingefügt haben.
428 \end_layout
429
430 \begin_layout Standard
431 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
432  klicken.
433  Der Dialog hat drei Karteikarten:
434 \end_layout
435
436 \begin_layout Description
437
438 \family sans
439 Grafik
440 \family default
441  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
442  Version festlegen.
443  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
444 \begin_inset space ~
445 \end_inset
446
447
448 \begin_inset CommandInset ref
449 LatexCommand ref
450 reference "kap:In-LyX-verfügbare"
451
452 \end_inset
453
454  erklärt.
455 \begin_inset Newline newline
456 \end_inset
457
458
459 \begin_inset Index idx
460 status collapsed
461
462 \begin_layout Plain Layout
463 Abbildungen ! rotierte
464 \end_layout
465
466 \end_inset
467
468 Sie können Abbildungen durch Angabe eines 
469 \family sans
470 Winkel
471 \family default
472
473 \begin_inset space ~
474 \end_inset
475
476
477 \family sans
478 (Grad)
479 \family default
480  und Festlegung eines 
481 \family sans
482 Drehpunktes
483 \family default
484  drehen.
485  Negative Winkel drehen im Uhrzeigersinn.
486  Die Abbildung wird auch in \SpecialChar LyX
487  gedreht.
488 \begin_inset Newline newline
489 \end_inset
490
491
492 \begin_inset Index idx
493 status collapsed
494
495 \begin_layout Plain Layout
496 Abbildungen ! skalierte
497 \end_layout
498
499 \end_inset
500
501 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
502  oder Höhe und Breite definiert.
503  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
504  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
505  wobei sie möglicherweise verzerrt wird.
506  Um das zu vermeiden, sollten Sie 
507 \family sans
508 Seitenverhältnis
509 \begin_inset space ~
510 \end_inset
511
512 beibehalten
513 \family default
514  ankreuzen.
515  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
516  und Breite nicht überschritten werden.
517 \begin_inset Newline newline
518 \end_inset
519
520 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
521 nden Kontext-Menü 
522 \family sans
523 Datei extern bearbeiten
524 \family default
525  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
526  öffnen.
527  Das Programm kann für jedes Bildformat in den \SpecialChar LyX
528 -Einstellungen unter 
529 \family sans
530 Datei-Handhabung\SpecialChar menuseparator
531 Dateiformate
532 \family default
533  festgelegt werden.
534 \end_layout
535
536 \begin_layout Description
537
538 \family sans
539 Ausschnitt
540 \family default
541  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
542  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
543  Wenn Sie auf 
544 \family sans
545 Lese
546 \begin_inset space ~
547 \end_inset
548
549 aus
550 \begin_inset space ~
551 \end_inset
552
553 Datei
554 \family default
555  klicken, werden die Koordinaten automatisch berechnet.
556  Die Option 
557 \family sans
558 Auf
559 \begin_inset space ~
560 \end_inset
561
562 Begrenzungsbox
563 \begin_inset space ~
564 \end_inset
565
566 zuschneiden
567 \family default
568  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
569  Koordinaten liegt.
570  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
571  diese Karteikarte ignorieren.
572 \end_layout
573
574 \begin_layout Description
575
576 \family sans
577 \SpecialChar LaTeX
578 -
579 \begin_inset space ~
580 \end_inset
581
582 und
583 \begin_inset space ~
584 \end_inset
585
586 \SpecialChar LyX
587 -Optionen
588 \family default
589  Hier können Sie das Aussehen einer Abbildung innerhalb von \SpecialChar LyX
590  ändern und
591  \SpecialChar LaTeX
592 -Experten können weitere \SpecialChar LaTeX
593 -Optionen definieren.
594 \begin_inset Newline newline
595 \end_inset
596
597 Ist die Option 
598 \family sans
599 Entwurfsmodus 
600 \family default
601 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
602  darin gedruckt.
603 \begin_inset Newline newline
604 \end_inset
605
606 Im Abschnitt 
607 \family sans
608 Grafikgruppe
609 \family default
610  kann man eine Einstellungsgruppe definieren oder dem Bild eine solche zuzuordne
611 n.
612 \begin_inset Index idx
613 status collapsed
614
615 \begin_layout Plain Layout
616 Abbildungen ! Einstellungsgruppen
617 \end_layout
618
619 \end_inset
620
621  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
622  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
623  der Gruppe geändert werden.
624  Damit kann man z.B.
625 \begin_inset space ~
626 \end_inset
627
628 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
629  Bild tun zu müssen.
630  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
631  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
632 \end_layout
633
634 \begin_layout Standard
635 \begin_inset VSpace bigskip
636 \end_inset
637
638
639 \end_layout
640
641 \begin_layout Standard
642 Hier ist eine zentrierte PDF-Abbildung
643 \begin_inset Foot
644 status collapsed
645
646 \begin_layout Plain Layout
647 Abbildungsformate sind in Abschnitt
648 \begin_inset space ~
649 \end_inset
650
651
652 \begin_inset CommandInset ref
653 LatexCommand ref
654 reference "abs:Bildformate"
655
656 \end_inset
657
658  beschrieben.
659 \end_layout
660
661 \end_inset
662
663  in einem eigenen Absatz:
664 \end_layout
665
666 \begin_layout Standard
667 \align center
668 \begin_inset Graphics
669         filename ../clipart/2D-intensity-plot.pdf
670         scaleBeforeRotation
671         rotateOrigin center
672
673 \end_inset
674
675
676 \end_layout
677
678 \begin_layout Standard
679 \noindent
680 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
681 \end_layout
682
683 \begin_layout Standard
684 \align center
685 \begin_inset Graphics
686         filename ../clipart/2D-intensity-plot.pdf
687         draft
688         scaleBeforeRotation
689         rotateOrigin center
690
691 \end_inset
692
693
694 \end_layout
695
696 \begin_layout Section
697 Gleitende Abbildungen
698 \begin_inset CommandInset label
699 LatexCommand label
700 name "abs:Gleitende-Abbildungen"
701
702 \end_inset
703
704
705 \begin_inset Index idx
706 status collapsed
707
708 \begin_layout Plain Layout
709 Abbildungen ! gleitende
710 \end_layout
711
712 \end_inset
713
714
715 \begin_inset Index idx
716 status collapsed
717
718 \begin_layout Plain Layout
719 Gleitobjekte ! Abbildungen
720 \end_layout
721
722 \end_inset
723
724
725 \end_layout
726
727 \begin_layout Standard
728 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
729 \begin_inset space ~
730 \end_inset
731
732
733 \begin_inset CommandInset ref
734 LatexCommand ref
735 reference "abs:Gleitobjekte-Einleitung"
736
737 \end_inset
738
739 .
740 \end_layout
741
742 \begin_layout Standard
743 Wenn Sie auf das Werkzeugleisten-Symbol 
744 \begin_inset Info
745 type  "icon"
746 arg   "float-insert figure"
747 \end_inset
748
749  klicken oder 
750 \family sans
751 Einfügen\SpecialChar menuseparator
752 Gleit\SpecialChar softhyphen
753 objekt\SpecialChar menuseparator
754 Abbildung
755 \family default
756  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
757  In das rot umrahmte Feld rechts von 
758 \emph on
759 Abbildung
760 \begin_inset space ~
761 \end_inset
762
763 Nr:
764 \emph default
765  schreiben Sie die Bildbeschriftung.
766  Nach einem Klick oberhalb oder unterhalb von 
767 \emph on
768 Abbildung
769 \begin_inset space ~
770 \end_inset
771
772 Nr:
773 \emph default
774  können Sie dann eine Abbildung wie 
775 \begin_inset CommandInset ref
776 LatexCommand ref
777 reference "fig:Stern-in-einem"
778
779 \end_inset
780
781  oberhalb oder wie Abbildung
782 \begin_inset space ~
783 \end_inset
784
785
786 \begin_inset CommandInset ref
787 LatexCommand ref
788 reference "fig:Ein-3D-Objekt"
789
790 \end_inset
791
792  unterhalb der Bildbeschriftung einfügen.
793  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
794 \begin_inset space ~
795 \end_inset
796
797
798 \begin_inset CommandInset ref
799 LatexCommand ref
800 reference "abs:Titel-Platzierung"
801
802 \end_inset
803
804 .
805 \end_layout
806
807 \begin_layout Standard
808 \begin_inset Float figure
809 wide false
810 sideways false
811 status open
812
813 \begin_layout Plain Layout
814 \align center
815 \begin_inset Graphics
816         filename ../clipart/Star-structure.pdf
817         width 50col%
818         scaleBeforeRotation
819         rotateOrigin center
820
821 \end_inset
822
823
824 \end_layout
825
826 \begin_layout Plain Layout
827 \begin_inset Caption Standard
828
829 \begin_layout Plain Layout
830 \begin_inset CommandInset label
831 LatexCommand label
832 name "fig:Stern-in-einem"
833
834 \end_inset
835
836 Stern in einem Gleitobjekt.
837 \end_layout
838
839 \end_inset
840
841
842 \end_layout
843
844 \end_inset
845
846
847 \end_layout
848
849 \begin_layout Standard
850 \begin_inset Float figure
851 wide false
852 sideways false
853 status open
854
855 \begin_layout Plain Layout
856 \begin_inset Caption Standard
857
858 \begin_layout Plain Layout
859 \begin_inset CommandInset label
860 LatexCommand label
861 name "fig:Ein-3D-Objekt"
862
863 \end_inset
864
865 Ein 3D-Objekt.
866 \end_layout
867
868 \end_inset
869
870
871 \end_layout
872
873 \begin_layout Plain Layout
874 \align center
875 \begin_inset Graphics
876         filename ../clipart/3D-structure-distort.pdf
877         scale 80
878         scaleBeforeRotation
879         rotateOrigin center
880
881 \end_inset
882
883
884 \end_layout
885
886 \end_inset
887
888
889 \end_layout
890
891 \begin_layout Standard
892 \begin_inset Index idx
893 status collapsed
894
895 \begin_layout Plain Layout
896 Querverweise ! auf Abbildungen
897 \end_layout
898
899 \end_inset
900
901 Abbildung
902 \begin_inset space ~
903 \end_inset
904
905
906 \begin_inset CommandInset ref
907 LatexCommand ref
908 reference "fig:Stern-in-einem"
909
910 \end_inset
911
912  und 
913 \begin_inset CommandInset ref
914 LatexCommand ref
915 reference "fig:Ein-3D-Objekt"
916
917 \end_inset
918
919  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
920  Dafür fügen Sie in der Beschriftung mit 
921 \family sans
922 Einfügen\SpecialChar menuseparator
923 Marke
924 \family default
925  oder durch Klicken auf 
926 \begin_inset Info
927 type  "icon"
928 arg   "label-insert"
929 \end_inset
930
931  eine Marke ein.
932  Auf diese können Sie dann wie gewohnt mit 
933 \family sans
934 Einfügen\SpecialChar menuseparator
935 Querverweis
936 \family default
937  oder durch Klicken auf 
938 \family sans
939
940 \begin_inset Info
941 type  "icon"
942 arg   "dialog-show-new-inset ref"
943 \end_inset
944
945
946 \family default
947  verweisen.
948  Das ist besser als eine vage Formulierung wie 
949 \begin_inset Quotes gld
950 \end_inset
951
952 die obige Abbildung
953 \begin_inset Quotes grd
954 \end_inset
955
956  zu benutzen, weil \SpecialChar LaTeX
957  die Abbildung dort platzieren wird, wo es sinnvoll erscheint
958 , und das muss nicht 
959 \emph on
960 oben
961 \emph default
962  sein.
963  Verweise werden detailliert in Abschnitt
964 \begin_inset space ~
965 \end_inset
966
967
968 \begin_inset CommandInset ref
969 LatexCommand ref
970 reference "abs:Auf-Gleitobjekte-verweisen"
971
972 \end_inset
973
974  beschrieben.
975 \end_layout
976
977 \begin_layout Standard
978 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
979  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
980  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
981  Gleitabbildung einfügt.
982  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
983  Abbildung
984 \begin_inset space ~
985 \end_inset
986
987
988 \begin_inset CommandInset ref
989 LatexCommand ref
990 reference "fig:Zwei-Teilabbildungen"
991
992 \end_inset
993
994  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
995  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
996  Gleitabbildung auf Eingabe drücken.
997  Abbildung
998 \begin_inset space ~
999 \end_inset
1000
1001
1002 \begin_inset CommandInset ref
1003 LatexCommand ref
1004 reference "fig:Pinkes-Objekt"
1005
1006 \end_inset
1007
1008  und 
1009 \begin_inset CommandInset ref
1010 LatexCommand ref
1011 reference "fig:Ein-Stern"
1012
1013 \end_inset
1014
1015  sind die Teilabbildungen.
1016 \end_layout
1017
1018 \begin_layout Standard
1019 \begin_inset Float figure
1020 wide false
1021 sideways false
1022 status open
1023
1024 \begin_layout Plain Layout
1025 \begin_inset space \hfill{}
1026 \end_inset
1027
1028
1029 \begin_inset Float figure
1030 wide false
1031 sideways false
1032 status collapsed
1033
1034 \begin_layout Plain Layout
1035 \begin_inset Caption Standard
1036
1037 \begin_layout Plain Layout
1038 \begin_inset CommandInset label
1039 LatexCommand label
1040 name "fig:Pinkes-Objekt"
1041
1042 \end_inset
1043
1044 Pinkes Objekt.
1045 \end_layout
1046
1047 \end_inset
1048
1049
1050 \end_layout
1051
1052 \begin_layout Plain Layout
1053 \begin_inset Graphics
1054         filename ../clipart/3D-structure-distort.pdf
1055         width 45col%
1056         scaleBeforeRotation
1057         groupId Teilabbildung
1058
1059 \end_inset
1060
1061
1062 \end_layout
1063
1064 \end_inset
1065
1066
1067 \begin_inset space \hfill{}
1068 \end_inset
1069
1070
1071 \begin_inset Float figure
1072 wide false
1073 sideways false
1074 status collapsed
1075
1076 \begin_layout Plain Layout
1077 \begin_inset Caption Standard
1078
1079 \begin_layout Plain Layout
1080 \begin_inset CommandInset label
1081 LatexCommand label
1082 name "fig:Ein-Stern"
1083
1084 \end_inset
1085
1086 Ein Stern.
1087 \end_layout
1088
1089 \end_inset
1090
1091
1092 \end_layout
1093
1094 \begin_layout Plain Layout
1095 \begin_inset Graphics
1096         filename ../clipart/Star-structure.pdf
1097         width 45col%
1098         scaleBeforeRotation
1099         groupId Teilabbildung
1100
1101 \end_inset
1102
1103
1104 \end_layout
1105
1106 \end_inset
1107
1108
1109 \begin_inset space \hfill{}
1110 \end_inset
1111
1112
1113 \end_layout
1114
1115 \begin_layout Plain Layout
1116 \begin_inset Caption Standard
1117
1118 \begin_layout Plain Layout
1119 \begin_inset CommandInset label
1120 LatexCommand label
1121 name "fig:Zwei-Teilabbildungen"
1122
1123 \end_inset
1124
1125 Zwei Teilabbildungen nebeneinander.
1126  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1127 \begin_inset Quotes gld
1128 \end_inset
1129
1130 Teilabbildung
1131 \begin_inset Quotes grd
1132 \end_inset
1133
1134  an.
1135 \end_layout
1136
1137 \end_inset
1138
1139
1140 \end_layout
1141
1142 \end_inset
1143
1144
1145 \end_layout
1146
1147 \begin_layout Section
1148 Bildformate
1149 \begin_inset CommandInset label
1150 LatexCommand label
1151 name "abs:Bildformate"
1152
1153 \end_inset
1154
1155
1156 \begin_inset Index idx
1157 status collapsed
1158
1159 \begin_layout Plain Layout
1160 Abbildungen ! Bildformate
1161 \end_layout
1162
1163 \end_inset
1164
1165
1166 \end_layout
1167
1168 \begin_layout Standard
1169 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1170  Aber wie in Anhang
1171 \begin_inset space ~
1172 \end_inset
1173
1174
1175 \begin_inset CommandInset ref
1176 LatexCommand ref
1177 reference "kap:Ausgabedatei-Formate"
1178
1179 \end_inset
1180
1181  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1182  \SpecialChar LyX
1183  benutzt im Hintergrund das Programm
1184 \family typewriter
1185  ImageMagick
1186 \family default
1187 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1188  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1189  vermeiden.
1190  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1191  werden können.
1192  Diese Formate werden in Anhang
1193 \begin_inset space ~
1194 \end_inset
1195
1196
1197 \begin_inset CommandInset ref
1198 LatexCommand ref
1199 reference "kap:Ausgabedatei-Formate"
1200
1201 \end_inset
1202
1203  beschrieben.
1204 \end_layout
1205
1206 \begin_layout Standard
1207 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1208 \end_layout
1209
1210 \begin_layout Description
1211 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1212  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1213  
1214 \emph on
1215 pixelig
1216 \emph default
1217  aus.
1218  Bekannte Pixel-Formate sind 
1219 \begin_inset Quotes gld
1220 \end_inset
1221
1222 Graphics Interchange Format
1223 \begin_inset Quotes grd
1224 \end_inset
1225
1226  (GIF, Dateiendung
1227 \family typewriter
1228  
1229 \family default
1230
1231 \begin_inset Quotes gld
1232 \end_inset
1233
1234
1235 \family typewriter
1236 .gif
1237 \family default
1238
1239 \begin_inset Quotes grd
1240 \end_inset
1241
1242 )
1243 \begin_inset Index idx
1244 status collapsed
1245
1246 \begin_layout Plain Layout
1247 GIF
1248 \end_layout
1249
1250 \end_inset
1251
1252
1253 \begin_inset Quotes gld
1254 \end_inset
1255
1256 Portable Network Graphics
1257 \begin_inset Quotes grd
1258 \end_inset
1259
1260  (PNG, Dateiendung 
1261 \begin_inset Quotes gld
1262 \end_inset
1263
1264
1265 \family typewriter
1266 .png
1267 \family default
1268
1269 \begin_inset Quotes grd
1270 \end_inset
1271
1272 )
1273 \begin_inset Index idx
1274 status collapsed
1275
1276 \begin_layout Plain Layout
1277 PNG
1278 \end_layout
1279
1280 \end_inset
1281
1282
1283 \begin_inset Quotes gld
1284 \end_inset
1285
1286 Joint Photographic Experts Group
1287 \begin_inset Quotes grd
1288 \end_inset
1289
1290  (JPEG, Dateiendung
1291 \family typewriter
1292  
1293 \family default
1294
1295 \begin_inset Quotes gld
1296 \end_inset
1297
1298
1299 \family typewriter
1300 .jpg
1301 \family default
1302
1303 \begin_inset Quotes grd
1304 \end_inset
1305
1306  oder 
1307 \begin_inset Quotes gld
1308 \end_inset
1309
1310
1311 \family typewriter
1312 .jpeg
1313 \family default
1314
1315 \begin_inset Quotes grd
1316 \end_inset
1317
1318 )
1319 \begin_inset Index idx
1320 status collapsed
1321
1322 \begin_layout Plain Layout
1323 JPG, JPEG
1324 \end_layout
1325
1326 \end_inset
1327
1328  und 
1329 \begin_inset Quotes gld
1330 \end_inset
1331
1332 Windows Bitmap
1333 \begin_inset Quotes grd
1334 \end_inset
1335
1336  (BMP, Dateiendung 
1337 \begin_inset Quotes gld
1338 \end_inset
1339
1340
1341 \family typewriter
1342 .bmp
1343 \family default
1344
1345 \begin_inset Quotes grd
1346 \end_inset
1347
1348 )
1349 \begin_inset Index idx
1350 status collapsed
1351
1352 \begin_layout Plain Layout
1353 BMP
1354 \end_layout
1355
1356 \end_inset
1357
1358 .
1359 \end_layout
1360
1361 \begin_layout Description
1362 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1363  auf jede beliebige Größe skaliert werden.
1364  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1365  zoomen zu können.
1366 \begin_inset Newline newline
1367 \end_inset
1368
1369 Bekannte Formate sind 
1370 \begin_inset Quotes gld
1371 \end_inset
1372
1373 Scalable Vector Graphics
1374 \begin_inset Quotes grd
1375 \end_inset
1376
1377  (SVG, Dateiendung
1378 \family typewriter
1379  
1380 \family default
1381
1382 \begin_inset Quotes gld
1383 \end_inset
1384
1385
1386 \family typewriter
1387 .svg
1388 \family default
1389
1390 \begin_inset Quotes grd
1391 \end_inset
1392
1393 )
1394 \begin_inset Index idx
1395 status collapsed
1396
1397 \begin_layout Plain Layout
1398 SVG
1399 \end_layout
1400
1401 \end_inset
1402
1403
1404 \begin_inset Quotes gld
1405 \end_inset
1406
1407 Encapsulated PostScript
1408 \begin_inset Quotes grd
1409 \end_inset
1410
1411  (EPS, Dateiendung 
1412 \begin_inset Quotes gld
1413 \end_inset
1414
1415
1416 \family typewriter
1417 .eps
1418 \family default
1419
1420 \begin_inset Quotes grd
1421 \end_inset
1422
1423 )
1424 \begin_inset Index idx
1425 status collapsed
1426
1427 \begin_layout Plain Layout
1428 EPS
1429 \end_layout
1430
1431 \end_inset
1432
1433
1434 \begin_inset Quotes gld
1435 \end_inset
1436
1437 Portable Document Format
1438 \begin_inset Quotes grd
1439 \end_inset
1440
1441  (PDF, Dateiendung
1442 \family typewriter
1443  
1444 \family default
1445
1446 \begin_inset Quotes gld
1447 \end_inset
1448
1449
1450 \family typewriter
1451 .pdf
1452 \family default
1453
1454 \begin_inset Quotes grd
1455 \end_inset
1456
1457 )
1458 \begin_inset Index idx
1459 status collapsed
1460
1461 \begin_layout Plain Layout
1462 PDF
1463 \end_layout
1464
1465 \end_inset
1466
1467  und 
1468 \begin_inset Quotes gld
1469 \end_inset
1470
1471 Windows Metafile
1472 \begin_inset Quotes grd
1473 \end_inset
1474
1475  (WMF, Dateiendung 
1476 \begin_inset Quotes gld
1477 \end_inset
1478
1479
1480 \family typewriter
1481 .wmf
1482 \family default
1483
1484 \begin_inset Quotes grd
1485 \end_inset
1486
1487 )
1488 \begin_inset Index idx
1489 status collapsed
1490
1491 \begin_layout Plain Layout
1492 WMF
1493 \end_layout
1494
1495 \end_inset
1496
1497 .
1498 \end_layout
1499
1500 \begin_layout Standard
1501 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1502  das Ergebnis ist immer noch ein Pixelbild.
1503  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1504  hinzugefügt.
1505 \begin_inset Foot
1506 status collapsed
1507
1508 \begin_layout Plain Layout
1509 Bei PDF wird das Originalbild auch noch komprimiert.
1510 \end_layout
1511
1512 \end_inset
1513
1514  Die PDF-Dateien, die 
1515 \family typewriter
1516 Adobe Photoshop
1517 \family default
1518  erzeugt, sind zum Beispiel Pixelbilder.
1519 \end_layout
1520
1521 \begin_layout Standard
1522 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1523  umgekehrt.
1524  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1525  eingefügt werden.
1526  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1527  erzeugt wird, weil es zur Zeit keine WMF/SVG
1528 \begin_inset Formula $\to$
1529 \end_inset
1530
1531 PDF/EPS Konverter gibt.
1532 \end_layout
1533
1534 \begin_layout Chapter
1535 Tabellen
1536 \begin_inset Index idx
1537 status collapsed
1538
1539 \begin_layout Plain Layout
1540 Tabellen
1541 \end_layout
1542
1543 \end_inset
1544
1545
1546 \end_layout
1547
1548 \begin_layout Section
1549 Einführung
1550 \begin_inset Index idx
1551 status collapsed
1552
1553 \begin_layout Plain Layout
1554 Tabellen ! Einführung
1555 \end_layout
1556
1557 \end_inset
1558
1559
1560 \end_layout
1561
1562 \begin_layout Standard
1563 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1564 \begin_inset Info
1565 type  "icon"
1566 arg   "tabular-insert"
1567 \end_inset
1568
1569  oder das Menü 
1570 \family sans
1571 Einfügen\SpecialChar menuseparator
1572 Tabelle
1573 \family default
1574  einfügen.
1575  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1576 \begin_inset space \thinspace{}
1577 \end_inset
1578
1579 -Tabelle.
1580  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1581  und die Größe der dunkelblauen Tabelle angezeigt.
1582  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1583  ein.
1584  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1585  Spaltenanzahl festlegen können.
1586 \end_layout
1587
1588 \begin_layout Standard
1589 In der so erstellten Tabelle ist jede Zelle umrandet.
1590  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1591  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1592  die zweite Zeile eine Linie oberhalb haben.
1593  Hier ist ein Beispiel:
1594 \end_layout
1595
1596 \begin_layout Standard
1597 \align center
1598 \begin_inset Tabular
1599 <lyxtabular version="3" rows="5" columns="4">
1600 <features tabularvalignment="middle">
1601 <column alignment="center" valignment="top">
1602 <column alignment="center" valignment="top">
1603 <column alignment="center" valignment="top">
1604 <column alignment="center" valignment="top">
1605 <row>
1606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1607 \begin_inset Text
1608
1609 \begin_layout Plain Layout
1610
1611 \end_layout
1612
1613 \end_inset
1614 </cell>
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 \family roman
1621 \series medium
1622 \shape up
1623 \size normal
1624 \emph off
1625 \bar no
1626 \noun off
1627 \color none
1628 1
1629 \end_layout
1630
1631 \end_inset
1632 </cell>
1633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1634 \begin_inset Text
1635
1636 \begin_layout Plain Layout
1637 2
1638 \end_layout
1639
1640 \end_inset
1641 </cell>
1642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1643 \begin_inset Text
1644
1645 \begin_layout Plain Layout
1646 3
1647 \end_layout
1648
1649 \end_inset
1650 </cell>
1651 </row>
1652 <row>
1653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1654 \begin_inset Text
1655
1656 \begin_layout Plain Layout
1657
1658 \family roman
1659 \series medium
1660 \shape up
1661 \size normal
1662 \emph off
1663 \bar no
1664 \noun off
1665 \color none
1666 A
1667 \end_layout
1668
1669 \end_inset
1670 </cell>
1671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1672 \begin_inset Text
1673
1674 \begin_layout Plain Layout
1675
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" rightline="true" usebox="none">
1690 \begin_inset Text
1691
1692 \begin_layout Plain Layout
1693
1694 \end_layout
1695
1696 \end_inset
1697 </cell>
1698 </row>
1699 <row>
1700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1701 \begin_inset Text
1702
1703 \begin_layout Plain Layout
1704
1705 \family roman
1706 \series medium
1707 \shape up
1708 \size normal
1709 \emph off
1710 \bar no
1711 \noun off
1712 \color none
1713 B
1714 \end_layout
1715
1716 \end_inset
1717 </cell>
1718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1719 \begin_inset Text
1720
1721 \begin_layout Plain Layout
1722
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" rightline="true" usebox="none">
1737 \begin_inset Text
1738
1739 \begin_layout Plain Layout
1740
1741 \end_layout
1742
1743 \end_inset
1744 </cell>
1745 </row>
1746 <row>
1747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1748 \begin_inset Text
1749
1750 \begin_layout Plain Layout
1751
1752 \family roman
1753 \series medium
1754 \shape up
1755 \size normal
1756 \emph off
1757 \bar no
1758 \noun off
1759 \color none
1760 C
1761 \end_layout
1762
1763 \end_inset
1764 </cell>
1765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1766 \begin_inset Text
1767
1768 \begin_layout Plain Layout
1769
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" rightline="true" usebox="none">
1784 \begin_inset Text
1785
1786 \begin_layout Plain Layout
1787
1788 \end_layout
1789
1790 \end_inset
1791 </cell>
1792 </row>
1793 <row>
1794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1795 \begin_inset Text
1796
1797 \begin_layout Plain Layout
1798 D
1799 \end_layout
1800
1801 \end_inset
1802 </cell>
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
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" rightline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 </row>
1831 </lyxtabular>
1832
1833 \end_inset
1834
1835
1836 \end_layout
1837
1838 \begin_layout Section
1839 Tabellen-Dialog
1840 \begin_inset Index idx
1841 status collapsed
1842
1843 \begin_layout Plain Layout
1844 Tabellen ! Einstellungen
1845 \end_layout
1846
1847 \end_inset
1848
1849
1850 \end_layout
1851
1852 \begin_layout Standard
1853 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1854  Maustaste darauf klicken.
1855  Dadurch wird ein Kontextmenü angezeigt, in dem Sie im Eintrag 
1856 \family sans
1857 Mehr
1858 \family default
1859  Eigenschaften der Zelle und Zeile/Spalte, in der der Mauszeiger gerade
1860  ist, geändert werden können.
1861  Das Kontextmenü 
1862 \family sans
1863 Mehr\SpecialChar menuseparator
1864 Einstellungen
1865 \family default
1866  öffnet den Tabellen-Dialog wo weitere Einstellungen vorgenommen werden
1867  können.
1868  Viele der Optionen im Dialog sind auch für eine Zellenauswahl wirksam.
1869  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1870  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1871  Auswahl.
1872  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1873 \emph on
1874 Inhalt
1875 \emph default
1876  einer Zelle oder die Zelle selber ausgewählt haben.
1877 \begin_inset Newline newline
1878 \end_inset
1879
1880 Mit der Dialog-Option 
1881 \family sans
1882 Direkt
1883 \begin_inset space ~
1884 \end_inset
1885
1886 übernehmen
1887 \family default
1888  wird jede Änderung, die Sie machen, direkt übernommen.
1889  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
1890  dann auch die Parameter der neuen Zelle an.
1891  Wenn Sie Längenwerte im Dialog ändern, müssen Sie 
1892 \family sans
1893 Enter
1894 \family default
1895  drücken, um die Änderung zu übernehmen.
1896 \begin_inset Newline newline
1897 \end_inset
1898
1899 Der Tabellen-Dialog hat folgende Karteikarten:
1900 \end_layout
1901
1902 \begin_layout Description
1903 Tabellen-Einstellungen Hier können Sie die Horizontale
1904 \begin_inset space ~
1905 \end_inset
1906
1907 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1908  Die Ausrichtung 
1909 \family sans
1910 Am
1911 \begin_inset space ~
1912 \end_inset
1913
1914 Dezimaltrenner
1915 \family default
1916  ist in Abschnitt
1917 \begin_inset space ~
1918 \end_inset
1919
1920
1921 \begin_inset CommandInset ref
1922 LatexCommand ref
1923 reference "uab:Besondere-Zellenausrichtung"
1924
1925 \end_inset
1926
1927  beschrieben.
1928  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
1929 \begin_inset space ~
1930 \end_inset
1931
1932 Ausrichtung der momentanen Zeile wählen.
1933  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1934  Absätze haben, wie in Abschnitt
1935 \begin_inset space ~
1936 \end_inset
1937
1938
1939 \begin_inset CommandInset ref
1940 LatexCommand ref
1941 reference "uab:Mehrere-Zeilen-in"
1942
1943 \end_inset
1944
1945  beschrieben.
1946  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1947 \begin_inset Newline newline
1948 \end_inset
1949
1950 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1951  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
1952 \begin_inset space ~
1953 \end_inset
1954
1955
1956 \begin_inset CommandInset ref
1957 LatexCommand ref
1958 reference "uab:Mehrfachspalten"
1959
1960 \end_inset
1961
1962  und 
1963 \begin_inset CommandInset ref
1964 LatexCommand ref
1965 reference "uab:Mehrfachzeilen"
1966
1967 \end_inset
1968
1969  beschrieben.
1970 \begin_inset Newline newline
1971 \end_inset
1972
1973 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
1974  den Uhrzeigersinn um 90° drehen.
1975  \SpecialChar LyX
1976  zeigt diese Drehung nur in der Ausgabe.
1977  Für weitere Informationen siehe Abschnitt
1978 \begin_inset space ~
1979 \end_inset
1980
1981
1982 \begin_inset CommandInset ref
1983 LatexCommand ref
1984 reference "abs:Rotierte-Tabellenzellen"
1985
1986 \end_inset
1987
1988 .
1989 \begin_inset Newline newline
1990 \end_inset
1991
1992
1993 \begin_inset Note Greyedout
1994 status open
1995
1996 \begin_layout Plain Layout
1997
1998 \series bold
1999 Achtung:
2000 \series default
2001  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2002 \end_layout
2003
2004 \end_inset
2005
2006
2007 \begin_inset Newline newline
2008 \end_inset
2009
2010 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2011  Textzeilen verwendet:
2012 \begin_inset Newline newline
2013 \end_inset
2014
2015 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2016 \begin_inset Tabular
2017 <lyxtabular version="3" rows="2" columns="2">
2018 <features tabularvalignment="top">
2019 <column alignment="center" valignment="top" width="0pt">
2020 <column alignment="center" valignment="top">
2021 <row>
2022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2023 \begin_inset Text
2024
2025 \begin_layout Plain Layout
2026
2027 \end_layout
2028
2029 \end_inset
2030 </cell>
2031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2032 \begin_inset Text
2033
2034 \begin_layout Plain Layout
2035 1
2036 \end_layout
2037
2038 \end_inset
2039 </cell>
2040 </row>
2041 <row>
2042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2043 \begin_inset Text
2044
2045 \begin_layout Plain Layout
2046 A
2047 \end_layout
2048
2049 \end_inset
2050 </cell>
2051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2052 \begin_inset Text
2053
2054 \begin_layout Plain Layout
2055
2056 \end_layout
2057
2058 \end_inset
2059 </cell>
2060 </row>
2061 </lyxtabular>
2062
2063 \end_inset
2064
2065  
2066 \begin_inset Tabular
2067 <lyxtabular version="3" rows="2" columns="2">
2068 <features tabularvalignment="middle">
2069 <column alignment="center" valignment="top">
2070 <column alignment="center" valignment="top">
2071 <row>
2072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2073 \begin_inset Text
2074
2075 \begin_layout Plain Layout
2076
2077 \end_layout
2078
2079 \end_inset
2080 </cell>
2081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2082 \begin_inset Text
2083
2084 \begin_layout Plain Layout
2085 1
2086 \end_layout
2087
2088 \end_inset
2089 </cell>
2090 </row>
2091 <row>
2092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2093 \begin_inset Text
2094
2095 \begin_layout Plain Layout
2096 A
2097 \end_layout
2098
2099 \end_inset
2100 </cell>
2101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2102 \begin_inset Text
2103
2104 \begin_layout Plain Layout
2105
2106 \end_layout
2107
2108 \end_inset
2109 </cell>
2110 </row>
2111 </lyxtabular>
2112
2113 \end_inset
2114
2115  
2116 \begin_inset Tabular
2117 <lyxtabular version="3" rows="2" columns="2">
2118 <features tabularvalignment="bottom">
2119 <column alignment="center" valignment="top" width="0pt">
2120 <column alignment="center" valignment="top">
2121 <row>
2122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2123 \begin_inset Text
2124
2125 \begin_layout Plain Layout
2126
2127 \end_layout
2128
2129 \end_inset
2130 </cell>
2131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2132 \begin_inset Text
2133
2134 \begin_layout Plain Layout
2135 1
2136 \end_layout
2137
2138 \end_inset
2139 </cell>
2140 </row>
2141 <row>
2142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2143 \begin_inset Text
2144
2145 \begin_layout Plain Layout
2146 A
2147 \end_layout
2148
2149 \end_inset
2150 </cell>
2151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2152 \begin_inset Text
2153
2154 \begin_layout Plain Layout
2155
2156 \end_layout
2157
2158 \end_inset
2159 </cell>
2160 </row>
2161 </lyxtabular>
2162
2163 \end_inset
2164
2165
2166 \begin_inset Newline newline
2167 \end_inset
2168
2169 Man kann auch ein \SpecialChar LaTeX
2170 -Argument für besondere Tabellen-Formatierun\SpecialChar softhyphen
2171 gen einfügen,
2172  wie in den Abschnitten 
2173 \begin_inset CommandInset ref
2174 LatexCommand ref
2175 reference "uab:Mehrfachspalten-Berechnungen"
2176
2177 \end_inset
2178
2179  und 
2180 \begin_inset CommandInset ref
2181 LatexCommand ref
2182 reference "abs:Farbige-Tabellen"
2183
2184 \end_inset
2185
2186  beschrieben.
2187 \end_layout
2188
2189 \begin_layout Description
2190 Rahmen Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und
2191  Spalte(n) hinzufügen und löschen.
2192 \begin_inset Newline newline
2193 \end_inset
2194
2195 Wenn Sie die Stil-Option
2196 \family sans
2197  Formal
2198 \family default
2199  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2200 \begin_inset space ~
2201 \end_inset
2202
2203
2204 \begin_inset CommandInset ref
2205 LatexCommand ref
2206 reference "abs:Formale-Tabellen"
2207
2208 \end_inset
2209
2210  beschrieben, konvertiert.
2211 \begin_inset Newline newline
2212 \end_inset
2213
2214 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2215 \begin_inset space ~
2216 \end_inset
2217
2218
2219 \begin_inset CommandInset ref
2220 LatexCommand ref
2221 reference "uab:Zeilenabstand"
2222
2223 \end_inset
2224
2225  beschrieben.
2226 \end_layout
2227
2228 \begin_layout Description
2229 Mehrseitige
2230 \begin_inset space ~
2231 \end_inset
2232
2233 Tabelle Hier kann eine Tabelle definiert werden, die über mehrere Seiten
2234  reicht.
2235  Die Abschnitte
2236 \begin_inset space ~
2237 \end_inset
2238
2239
2240 \begin_inset CommandInset ref
2241 LatexCommand ref
2242 reference "abs:Mehrseitige-Tabellen"
2243
2244 \end_inset
2245
2246  und 
2247 \begin_inset CommandInset ref
2248 LatexCommand ref
2249 reference "sec:Weitere-Möglichkeiten-für"
2250
2251 \end_inset
2252
2253  beschreiben diese Funktion genauer.
2254 \end_layout
2255
2256 \begin_layout Section
2257 Tabellen-Werkzeugleiste
2258 \begin_inset Index idx
2259 status collapsed
2260
2261 \begin_layout Plain Layout
2262 Tabellen ! Werkzeugleiste
2263 \end_layout
2264
2265 \end_inset
2266
2267
2268 \end_layout
2269
2270 \begin_layout Standard
2271 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2272 \family sans
2273 Tabellen-Einstellungen
2274 \family default
2275 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2276  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2277  \SpecialChar LyX
2278 -Fensters.
2279 \end_layout
2280
2281 \begin_layout Standard
2282 Die Werkzeugleiste hat folgende Knöpfe:
2283 \end_layout
2284
2285 \begin_layout Labeling
2286 \labelwidthstring 00.00.0000
2287 \begin_inset Info
2288 type  "icon"
2289 arg   "tabular-feature append-row"
2290 \end_inset
2291
2292  Fügt eine Zeile unterhalb der momentanen an
2293 \end_layout
2294
2295 \begin_layout Labeling
2296 \labelwidthstring 00.00.0000
2297 \begin_inset Info
2298 type  "icon"
2299 arg   "tabular-feature append-column"
2300 \end_inset
2301
2302  Fügt eine Spalte rechts von der momentanen an
2303 \end_layout
2304
2305 \begin_layout Labeling
2306 \labelwidthstring 00.00.0000
2307 \begin_inset Info
2308 type  "icon"
2309 arg   "tabular-feature delete-row"
2310 \end_inset
2311
2312  Löscht die ausgewählte(n) Zeile(n)
2313 \end_layout
2314
2315 \begin_layout Labeling
2316 \labelwidthstring 00.00.0000
2317 \begin_inset Info
2318 type  "icon"
2319 arg   "tabular-feature delete-column"
2320 \end_inset
2321
2322  Löscht die ausgewählte(n) Spalte(n)
2323 \end_layout
2324
2325 \begin_layout Labeling
2326 \labelwidthstring 00.00.0000
2327 \begin_inset Info
2328 type  "icon"
2329 arg   "tabular-feature move-row-up"
2330 \end_inset
2331
2332  verschiebt die ausgewählte Zeile nach oben
2333 \end_layout
2334
2335 \begin_layout Labeling
2336 \labelwidthstring 00.00.0000
2337 \begin_inset Info
2338 type  "icon"
2339 arg   "tabular-feature move-column-left"
2340 \end_inset
2341
2342  verschiebt die ausgewählte Spalte nach links
2343 \end_layout
2344
2345 \begin_layout Labeling
2346 \labelwidthstring 00.00.0000
2347 \begin_inset Info
2348 type  "icon"
2349 arg   "tabular-feature move-row-down"
2350 \end_inset
2351
2352  verschiebt die ausgewählte Zeile nach unten
2353 \end_layout
2354
2355 \begin_layout Labeling
2356 \labelwidthstring 00.00.0000
2357 \begin_inset Info
2358 type  "icon"
2359 arg   "tabular-feature move-column-right"
2360 \end_inset
2361
2362  verschiebt die ausgewählte Spalte nach rechts
2363 \end_layout
2364
2365 \begin_layout Labeling
2366 \labelwidthstring 00.00.0000
2367 \begin_inset Info
2368 type  "icon"
2369 arg   "tabular-feature toggle-line-top"
2370 \end_inset
2371
2372  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2373  wenn der Knopf grau hinterlegt ist
2374 \end_layout
2375
2376 \begin_layout Labeling
2377 \labelwidthstring 00.00.0000
2378 \begin_inset Info
2379 type  "icon"
2380 arg   "tabular-feature toggle-line-bottom"
2381 \end_inset
2382
2383  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2384  wenn der Knopf grau hinterlegt ist
2385 \end_layout
2386
2387 \begin_layout Labeling
2388 \labelwidthstring 00.00.0000
2389 \begin_inset Info
2390 type  "icon"
2391 arg   "tabular-feature toggle-line-left"
2392 \end_inset
2393
2394  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2395  wenn der Knopf grau hinterlegt ist
2396 \end_layout
2397
2398 \begin_layout Labeling
2399 \labelwidthstring 00.00.0000
2400 \begin_inset Info
2401 type  "icon"
2402 arg   "tabular-feature toggle-line-right"
2403 \end_inset
2404
2405  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2406  wenn der Knopf grau hinterlegt ist
2407 \end_layout
2408
2409 \begin_layout Labeling
2410 \labelwidthstring 00.00.0000
2411 \begin_inset Info
2412 type  "icon"
2413 arg   "tabular-feature set-all-lines"
2414 \end_inset
2415
2416  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2417 \end_layout
2418
2419 \begin_layout Labeling
2420 \labelwidthstring 00.00.0000
2421 \begin_inset Info
2422 type  "icon"
2423 arg   "tabular-feature unset-all-lines"
2424 \end_inset
2425
2426  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2427 \end_layout
2428
2429 \begin_layout Labeling
2430 \labelwidthstring 00.00.0000
2431 \begin_inset Info
2432 type  "icon"
2433 arg   "tabular-feature m-align-left"
2434 \end_inset
2435
2436  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2437 \end_layout
2438
2439 \begin_layout Labeling
2440 \labelwidthstring 00.00.0000
2441 \begin_inset Info
2442 type  "icon"
2443 arg   "tabular-feature m-align-center"
2444 \end_inset
2445
2446  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2447 \end_layout
2448
2449 \begin_layout Labeling
2450 \labelwidthstring 00.00.0000
2451 \begin_inset Info
2452 type  "icon"
2453 arg   "tabular-feature m-align-right"
2454 \end_inset
2455
2456  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2457 \end_layout
2458
2459 \begin_layout Labeling
2460 \labelwidthstring 00.00.0000
2461 \begin_inset Info
2462 type  "icon"
2463 arg   "tabular-feature align-decimal"
2464 \end_inset
2465
2466  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2467 \end_layout
2468
2469 \begin_layout Labeling
2470 \labelwidthstring 00.00.0000
2471 \begin_inset Info
2472 type  "icon"
2473 arg   "tabular-feature m-valign-top"
2474 \end_inset
2475
2476  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2477 \end_layout
2478
2479 \begin_layout Labeling
2480 \labelwidthstring 00.00.0000
2481 \begin_inset Info
2482 type  "icon"
2483 arg   "tabular-feature m-valign-middle"
2484 \end_inset
2485
2486  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2487 \end_layout
2488
2489 \begin_layout Labeling
2490 \labelwidthstring 00.00.0000
2491 \begin_inset Info
2492 type  "icon"
2493 arg   "tabular-feature m-valign-bottom"
2494 \end_inset
2495
2496  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2497 \end_layout
2498
2499 \begin_layout Labeling
2500 \labelwidthstring 00.00.0000
2501 \begin_inset Info
2502 type  "icon"
2503 arg   "tabular-feature set-rotate-cell"
2504 \end_inset
2505
2506  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2507 \end_layout
2508
2509 \begin_layout Labeling
2510 \labelwidthstring 00.00.0000
2511 \begin_inset Info
2512 type  "icon"
2513 arg   "tabular-feature set-rotate-tabular"
2514 \end_inset
2515
2516  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2517 \end_layout
2518
2519 \begin_layout Labeling
2520 \labelwidthstring 00.00.0000
2521 \begin_inset Info
2522 type  "icon"
2523 arg   "tabular-feature multicolumn"
2524 \end_inset
2525
2526  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2527 \end_layout
2528
2529 \begin_layout Labeling
2530 \labelwidthstring 00.00.0000
2531 \begin_inset Info
2532 type  "icon"
2533 arg   "tabular-feature multirow"
2534 \end_inset
2535
2536  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2537 \end_layout
2538
2539 \begin_layout Standard
2540 \begin_inset Note Greyedout
2541 status open
2542
2543 \begin_layout Plain Layout
2544
2545 \series bold
2546 Bemerkung:
2547 \series default
2548  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2549  Reihe für alle Zelle der Reihe verwendet.
2550 \end_layout
2551
2552 \end_inset
2553
2554
2555 \end_layout
2556
2557 \begin_layout Section
2558 Bearbeiten-Menü
2559 \begin_inset Index idx
2560 status collapsed
2561
2562 \begin_layout Plain Layout
2563 Tabellen ! Bearbeiten-Menü
2564 \end_layout
2565
2566 \end_inset
2567
2568
2569 \end_layout
2570
2571 \begin_layout Standard
2572 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2573  Wenn der Cursor in einer Tabelle steht, sind im 
2574 \family sans
2575 Bearbeiten
2576 \family default
2577 -Menü folgende Punkte aktiviert: 
2578 \family sans
2579 Tabelle
2580 \family default
2581
2582 \family sans
2583 Zeilen
2584 \begin_inset space ~
2585 \end_inset
2586
2587 &
2588 \begin_inset space ~
2589 \end_inset
2590
2591 Spalten
2592 \family default
2593  und 
2594 \family sans
2595 Tabellen-Einstellungen
2596 \family default
2597 .
2598  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2599 ngsmöglichkeiten zu erreichen.
2600 \end_layout
2601
2602 \begin_layout Section
2603 Gleitende Tabellen
2604 \begin_inset CommandInset label
2605 LatexCommand label
2606 name "abs:Gleitende-Tabellen"
2607
2608 \end_inset
2609
2610
2611 \begin_inset Index idx
2612 status collapsed
2613
2614 \begin_layout Plain Layout
2615 Gleitobjekte ! Tabellen
2616 \end_layout
2617
2618 \end_inset
2619
2620
2621 \begin_inset Index idx
2622 status collapsed
2623
2624 \begin_layout Plain Layout
2625 Tabellen ! gleitende
2626 \end_layout
2627
2628 \end_inset
2629
2630
2631 \end_layout
2632
2633 \begin_layout Standard
2634 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2635 \begin_inset space ~
2636 \end_inset
2637
2638
2639 \begin_inset CommandInset ref
2640 LatexCommand ref
2641 reference "abs:Gleitobjekte-Einleitung"
2642
2643 \end_inset
2644
2645 .
2646 \end_layout
2647
2648 \begin_layout Standard
2649 \begin_inset Float table
2650 placement h
2651 wide false
2652 sideways false
2653 status open
2654
2655 \begin_layout Plain Layout
2656 \begin_inset Caption Standard
2657
2658 \begin_layout Plain Layout
2659 \begin_inset CommandInset label
2660 LatexCommand label
2661 name "tab:Eine-gleitende-Tabelle"
2662
2663 \end_inset
2664
2665 Eine gleitende Tabelle
2666 \end_layout
2667
2668 \end_inset
2669
2670
2671 \end_layout
2672
2673 \begin_layout Plain Layout
2674 \align center
2675 \begin_inset Tabular
2676 <lyxtabular version="3" rows="3" columns="3">
2677 <features tabularvalignment="middle">
2678 <column alignment="center" valignment="top" width="0pt">
2679 <column alignment="center" valignment="top" width="0pt">
2680 <column alignment="center" valignment="top" width="0pt">
2681 <row>
2682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2683 \begin_inset Text
2684
2685 \begin_layout Plain Layout
2686
2687 \family roman
2688 \series medium
2689 \shape up
2690 \size normal
2691 \emph off
2692 \bar no
2693 \noun off
2694 \color none
2695 1
2696 \end_layout
2697
2698 \end_inset
2699 </cell>
2700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2701 \begin_inset Text
2702
2703 \begin_layout Plain Layout
2704
2705 \family roman
2706 \series medium
2707 \shape up
2708 \size normal
2709 \emph off
2710 \bar no
2711 \noun off
2712 \color none
2713 2
2714 \end_layout
2715
2716 \end_inset
2717 </cell>
2718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2719 \begin_inset Text
2720
2721 \begin_layout Plain Layout
2722
2723 \family roman
2724 \series medium
2725 \shape up
2726 \size normal
2727 \emph off
2728 \bar no
2729 \noun off
2730 \color none
2731 3
2732 \end_layout
2733
2734 \end_inset
2735 </cell>
2736 </row>
2737 <row>
2738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2739 \begin_inset Text
2740
2741 \begin_layout Plain Layout
2742
2743 \family roman
2744 \series medium
2745 \shape up
2746 \size normal
2747 \emph off
2748 \bar no
2749 \noun off
2750 \color none
2751 Martin
2752 \end_layout
2753
2754 \end_inset
2755 </cell>
2756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2757 \begin_inset Text
2758
2759 \begin_layout Plain Layout
2760
2761 \family roman
2762 \series medium
2763 \shape up
2764 \size normal
2765 \emph off
2766 \bar no
2767 \noun off
2768 \color none
2769 Lena
2770 \end_layout
2771
2772 \end_inset
2773 </cell>
2774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2775 \begin_inset Text
2776
2777 \begin_layout Plain Layout
2778
2779 \family roman
2780 \series medium
2781 \shape up
2782 \size normal
2783 \emph off
2784 \bar no
2785 \noun off
2786 \color none
2787 Alina
2788 \end_layout
2789
2790 \end_inset
2791 </cell>
2792 </row>
2793 <row>
2794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2795 \begin_inset Text
2796
2797 \begin_layout Plain Layout
2798
2799 \family roman
2800 \series medium
2801 \shape up
2802 \size normal
2803 \emph off
2804 \bar no
2805 \noun off
2806 \color none
2807 \begin_inset Formula $\int x^{2}dx$
2808 \end_inset
2809
2810
2811 \end_layout
2812
2813 \end_inset
2814 </cell>
2815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2816 \begin_inset Text
2817
2818 \begin_layout Plain Layout
2819
2820 \family roman
2821 \series medium
2822 \shape up
2823 \size normal
2824 \emph off
2825 \bar no
2826 \noun off
2827 \color none
2828 \begin_inset Formula $\left[\begin{array}{cc}
2829 a & b\\
2830 c & d
2831 \end{array}\right]$
2832 \end_inset
2833
2834
2835 \end_layout
2836
2837 \end_inset
2838 </cell>
2839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2840 \begin_inset Text
2841
2842 \begin_layout Plain Layout
2843
2844 \family roman
2845 \series medium
2846 \shape up
2847 \size normal
2848 \emph off
2849 \bar no
2850 \noun off
2851 \color none
2852 \begin_inset Formula $1+1=2$
2853 \end_inset
2854
2855
2856 \end_layout
2857
2858 \end_inset
2859 </cell>
2860 </row>
2861 </lyxtabular>
2862
2863 \end_inset
2864
2865
2866 \end_layout
2867
2868 \end_inset
2869
2870
2871 \end_layout
2872
2873 \begin_layout Standard
2874 Gleitende Tabellen können über 
2875 \family sans
2876 Einfügen\SpecialChar menuseparator
2877 Gleitobjekt\SpecialChar menuseparator
2878 Tabelle
2879 \family default
2880  oder einen Klick auf den Werkzeugleistenknopf 
2881 \begin_inset Info
2882 type  "icon"
2883 arg   "float-insert table"
2884 \end_inset
2885
2886  erzeugt werden.
2887  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2888  In das rot umrahmte Feld rechts von 
2889 \emph on
2890 Tabelle
2891 \begin_inset space ~
2892 \end_inset
2893
2894 Nr:
2895 \emph default
2896  schreiben Sie die Tabellenbeschriftung.
2897  Nach einem Klick oberhalb oder unterhalb von 
2898 \emph on
2899 Tabelle
2900 \begin_inset space ~
2901 \end_inset
2902
2903 Nr:
2904 \emph default
2905  können Sie dann eine Tabelle einfügen.
2906 \end_layout
2907
2908 \begin_layout Standard
2909 Tabelle
2910 \begin_inset space ~
2911 \end_inset
2912
2913
2914 \begin_inset CommandInset ref
2915 LatexCommand ref
2916 reference "tab:Eine-gleitende-Tabelle"
2917
2918 \end_inset
2919
2920  ist ein Beispiel für eine gleitende Tabelle.
2921 \end_layout
2922
2923 \begin_layout Standard
2924 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2925 herweise wird das von \SpecialChar LaTeX
2926  Standard-Klassen nicht unterstützt.
2927  Das bedeutet, dass bei den Klassen 
2928 \family sans
2929 article
2930 \family default
2931
2932 \family sans
2933 book
2934 \family default
2935
2936 \family sans
2937 letter
2938 \family default
2939 , und 
2940 \family sans
2941 report
2942 \family default
2943  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2944  Um den einzufügen, können Sie zum Ladebefehl des \SpecialChar LaTeX
2945 -Paketes 
2946 \series bold
2947 caption
2948 \series default
2949
2950 \begin_inset Index idx
2951 status collapsed
2952
2953 \begin_layout Plain Layout
2954 \SpecialChar LaTeX
2955 -Pakete ! caption
2956 \end_layout
2957
2958 \end_inset
2959
2960  im \SpecialChar LaTeX
2961 -Vorspann Ihres Dokuments folgende Option einfügen:
2962 \begin_inset Foot
2963 status collapsed
2964
2965 \begin_layout Plain Layout
2966 Näheres finden Sie im Abschnitt
2967 \begin_inset space ~
2968 \end_inset
2969
2970
2971 \begin_inset CommandInset ref
2972 LatexCommand ref
2973 reference "abs:Titel-Platzierung"
2974
2975 \end_inset
2976
2977 .
2978 \end_layout
2979
2980 \end_inset
2981
2982
2983 \end_layout
2984
2985 \begin_layout Standard
2986
2987 \series bold
2988 tableposition=top
2989 \end_layout
2990
2991 \begin_layout Standard
2992 Das Paket 
2993 \series bold
2994 caption
2995 \series default
2996 , das in Abschnitt
2997 \begin_inset space ~
2998 \end_inset
2999
3000
3001 \begin_inset CommandInset ref
3002 LatexCommand ref
3003 reference "abs:Titel-Formatierung"
3004
3005 \end_inset
3006
3007  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3008 \end_layout
3009
3010 \begin_layout Standard
3011 \begin_inset Index idx
3012 status collapsed
3013
3014 \begin_layout Plain Layout
3015 Querverweise ! auf Tabellen
3016 \end_layout
3017
3018 \end_inset
3019
3020 Auf Tabellen kann über ihre Marke verwiesen werden.
3021  Dafür fügen Sie in der Beschriftung mit 
3022 \family sans
3023 Einfügen\SpecialChar menuseparator
3024 Marke
3025 \family default
3026  oder durch Klicken auf 
3027 \begin_inset Info
3028 type  "icon"
3029 arg   "label-insert"
3030 \end_inset
3031
3032  eine Marke ein.
3033  Auf diese können Sie dann wie gewohnt mit 
3034 \family sans
3035 Einfügen\SpecialChar menuseparator
3036 Querverweis
3037 \family default
3038  oder durch Klicken auf 
3039 \begin_inset Info
3040 type  "icon"
3041 arg   "dialog-show-new-inset ref"
3042 \end_inset
3043
3044  verweisen.
3045  Verweise werden detailliert in Abschnitt
3046 \begin_inset space ~
3047 \end_inset
3048
3049
3050 \begin_inset CommandInset ref
3051 LatexCommand ref
3052 reference "abs:Auf-Gleitobjekte-verweisen"
3053
3054 \end_inset
3055
3056  beschrieben.
3057 \end_layout
3058
3059 \begin_layout Section
3060 Mehrseitige Tabellen
3061 \begin_inset CommandInset label
3062 LatexCommand label
3063 name "abs:Mehrseitige-Tabellen"
3064
3065 \end_inset
3066
3067
3068 \begin_inset Index idx
3069 status collapsed
3070
3071 \begin_layout Plain Layout
3072 Tabellen ! mehrseitige
3073 \end_layout
3074
3075 \end_inset
3076
3077
3078 \end_layout
3079
3080 \begin_layout Standard
3081 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie in
3082  den Tabellen-Einstellungen auf der Karteikarte  
3083 \family sans
3084 Mehrseitige
3085 \begin_inset space ~
3086 \end_inset
3087
3088 Tabelle
3089 \family default
3090  die Option 
3091 \family sans
3092 Mehrseitige
3093 \begin_inset space ~
3094 \end_inset
3095
3096 Tabelle
3097 \begin_inset space ~
3098 \end_inset
3099
3100 verwenden
3101 \family default
3102  auswählen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3103  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3104 \end_layout
3105
3106 \begin_layout Description
3107 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3108  festgelegt; mit Ausnahme der ersten, wenn 
3109 \family sans
3110 Erste
3111 \begin_inset space ~
3112 \end_inset
3113
3114 Kopfzeile
3115 \family default
3116  aktiviert ist.
3117 \end_layout
3118
3119 \begin_layout Description
3120 Erste
3121 \lang english
3122
3123 \begin_inset space ~
3124 \end_inset
3125
3126
3127 \lang ngerman
3128 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3129  Seite einer mehrseitigen Tabelle definiert.
3130 \end_layout
3131
3132 \begin_layout Description
3133 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3134  mit Ausnahme der letzten, wenn 
3135 \family sans
3136 Letzte
3137 \begin_inset space ~
3138 \end_inset
3139
3140 Fußzeile
3141 \family default
3142  aktiviert ist.
3143 \end_layout
3144
3145 \begin_layout Description
3146 Letzte
3147 \begin_inset space ~
3148 \end_inset
3149
3150 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3151  einer mehrseitigen Tabelle definiert.
3152 \end_layout
3153
3154 \begin_layout Description
3155 Legende: Die aktuelle Zeile enthält die Legende.
3156  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3157  Mehr über Beschriftungen mehrseitiger Tabellen ist in Abschnitt
3158 \begin_inset space ~
3159 \end_inset
3160
3161
3162 \begin_inset CommandInset ref
3163 LatexCommand ref
3164 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
3165
3166 \end_inset
3167
3168  erklärt.
3169 \end_layout
3170
3171 \begin_layout Standard
3172 Hier ist ein Beispiel einer mehrseitigen Tabelle:
3173 \end_layout
3174
3175 \begin_layout Standard
3176 \align center
3177 \begin_inset Tabular
3178 <lyxtabular version="3" rows="69" columns="3">
3179 <features islongtable="true" longtabularalignment="center">
3180 <column alignment="left" valignment="top" width="0cm">
3181 <column alignment="left" valignment="top" width="0pt">
3182 <column alignment="right" valignment="top" width="0pt">
3183 <row endfirsthead="true">
3184 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3185 \begin_inset Text
3186
3187 \begin_layout Plain Layout
3188
3189 \series bold
3190 Telefonliste (ignoriere die Namen)
3191 \end_layout
3192
3193 \end_inset
3194 </cell>
3195 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3196 \begin_inset Text
3197
3198 \begin_layout Plain Layout
3199
3200 \end_layout
3201
3202 \end_inset
3203 </cell>
3204 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3205 \begin_inset Text
3206
3207 \begin_layout Plain Layout
3208
3209 \end_layout
3210
3211 \end_inset
3212 </cell>
3213 </row>
3214 <row endfirsthead="true">
3215 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3216 \begin_inset Text
3217
3218 \begin_layout Plain Layout
3219
3220 \series bold
3221 NAME
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3227 \begin_inset Text
3228
3229 \begin_layout Plain Layout
3230
3231 \end_layout
3232
3233 \end_inset
3234 </cell>
3235 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3236 \begin_inset Text
3237
3238 \begin_layout Plain Layout
3239
3240 \series bold
3241 TEL.
3242 \end_layout
3243
3244 \end_inset
3245 </cell>
3246 </row>
3247 <row endhead="true">
3248 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Plain Layout
3252
3253 \series bold
3254 Telefonliste
3255 \end_layout
3256
3257 \end_inset
3258 </cell>
3259 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Plain Layout
3263
3264 \end_layout
3265
3266 \end_inset
3267 </cell>
3268 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3269 \begin_inset Text
3270
3271 \begin_layout Plain Layout
3272
3273 \end_layout
3274
3275 \end_inset
3276 </cell>
3277 </row>
3278 <row endhead="true">
3279 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3280 \begin_inset Text
3281
3282 \begin_layout Plain Layout
3283
3284 \series bold
3285 NAME
3286 \end_layout
3287
3288 \end_inset
3289 </cell>
3290 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Plain Layout
3294
3295 \end_layout
3296
3297 \end_inset
3298 </cell>
3299 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3300 \begin_inset Text
3301
3302 \begin_layout Plain Layout
3303
3304 \series bold
3305 TEL.
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 </row>
3311 <row endfoot="true">
3312 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3313 \begin_inset Text
3314
3315 \begin_layout Plain Layout
3316
3317 \series bold
3318 wird fortgesetzt
3319 \series default
3320  \SpecialChar ldots
3321
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3327 \begin_inset Text
3328
3329 \begin_layout Plain Layout
3330
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339
3340 \end_layout
3341
3342 \end_inset
3343 </cell>
3344 </row>
3345 <row>
3346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350
3351 \series bold
3352 Annovi
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 <cell alignment="center" valignment="top" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361 Silvia
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370 111
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 </row>
3376 <row>
3377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381
3382 \series bold
3383 Bertoli
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 <cell alignment="center" valignment="top" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392 Stefano
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401 111
3402 \end_layout
3403
3404 \end_inset
3405 </cell>
3406 </row>
3407 <row>
3408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3409 \begin_inset Text
3410
3411 \begin_layout Plain Layout
3412
3413 \series bold
3414 Bozzi
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 <cell alignment="center" valignment="top" usebox="none">
3420 \begin_inset Text
3421
3422 \begin_layout Plain Layout
3423 Walter
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432 111
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 </row>
3438 <row>
3439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443
3444 \series bold
3445 Cachia
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 <cell alignment="center" valignment="top" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454 Maria
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463 111
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 </row>
3469 <row>
3470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474
3475 \series bold
3476 Cachia
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 <cell alignment="center" valignment="top" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485 Maurizio
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494 111
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 </row>
3500 <row>
3501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505
3506 \series bold
3507 Cinquemani
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 <cell alignment="center" valignment="top" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516 Giusi
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 111
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 </row>
3531 <row>
3532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536
3537 \series bold
3538 Colin
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell alignment="center" valignment="top" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 Bernard
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556 111
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 </row>
3562 <row>
3563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567
3568 \series bold
3569 Concli
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 <cell alignment="center" valignment="top" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 Gianfranco
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587 111
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 </row>
3593 <row>
3594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598
3599 \series bold
3600 Dal Bosco
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 <cell alignment="center" valignment="top" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609 Carolina
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618 111
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 </row>
3624 <row>
3625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629
3630 \series bold
3631 Dalpiaz
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 <cell alignment="center" valignment="top" usebox="none">
3637 \begin_inset Text
3638
3639 \begin_layout Plain Layout
3640 Annamaria
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649 111
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 </row>
3655 <row>
3656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660
3661 \series bold
3662 Feliciello
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 <cell alignment="center" valignment="top" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671 Domenico
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680 111
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 </row>
3686 <row>
3687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691
3692 \series bold
3693 Focarelli
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 <cell alignment="center" valignment="top" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 Paola
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711 111
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 </row>
3717 <row>
3718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722
3723 \series bold
3724 Galletti
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 <cell alignment="center" valignment="top" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733 Oreste
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742 111
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 </row>
3748 <row>
3749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753
3754 \series bold
3755 Gasparini
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 Franca
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773 111
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 </row>
3779 <row>
3780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Plain Layout
3784
3785 \series bold
3786 Rizzardi
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 Paola
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804 111
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 </row>
3810 <row>
3811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815
3816 \series bold
3817 Lassini
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 <cell alignment="center" valignment="top" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826 Giancarlo
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835 111
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 </row>
3841 <row>
3842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846
3847 \series bold
3848 Malfatti
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 <cell alignment="center" valignment="top" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857 Luciano
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866 111
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 </row>
3872 <row>
3873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877
3878 \series bold
3879 Malfatti
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 Valeriano
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897 111
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 </row>
3903 <row>
3904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908
3909 \series bold
3910 Meneguzzo
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 <cell alignment="center" valignment="top" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919 Roberto
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928 111
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 </row>
3934 <row>
3935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939
3940 \series bold
3941 Mezzadra
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950 Roberto
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959 111
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 </row>
3965 <row>
3966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970
3971 \series bold
3972 Pirpamer
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981 Erich
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990 111
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 </row>
3996 <row>
3997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001
4002 \series bold
4003 Pochiesa
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012 Paolo
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021 111, 222
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 </row>
4027 <row>
4028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032
4033 \series bold
4034 Radina
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 Claudio
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052 111
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 </row>
4058 <row>
4059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063
4064 \series bold
4065 Stuffer
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074 Oskar
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083 111
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 </row>
4089 <row>
4090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094
4095 \series bold
4096 Tacchelli
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105 Ugo
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114 111
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 </row>
4120 <row>
4121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125
4126 \series bold
4127 Tezzele
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136 Margit
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145 111
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 </row>
4151 <row>
4152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156
4157 \series bold
4158 Unterkalmsteiner
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 Frieda
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176 111
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 </row>
4182 <row>
4183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187
4188 \series bold
4189 Vieider
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 <cell alignment="center" valignment="top" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Plain Layout
4198 Hilde
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207 111
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 </row>
4213 <row>
4214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218
4219 \series bold
4220 Vigna
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell alignment="center" valignment="top" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229 Jürgen
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238 111
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 </row>
4244 <row>
4245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249
4250 \series bold
4251 Weber
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 <cell alignment="center" valignment="top" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260 Maurizio
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269 111
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 </row>
4275 <row>
4276 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280
4281 \series bold
4282 Winkler
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291 Franz
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300 111
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 </row>
4306 <row>
4307 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311  
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 </row>
4335 <row>
4336 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340
4341 \series bold
4342 Annovi
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 Silvia
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360 555
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 </row>
4366 <row>
4367 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371
4372 \series bold
4373 Bertoli
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 Stefano
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391 555
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 </row>
4397 <row>
4398 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402
4403 \series bold
4404 Bozzi
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 <cell alignment="center" valignment="top" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413 Walter
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 555
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 </row>
4428 <row>
4429 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433
4434 \series bold
4435 Cachia
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 Maria
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453 555
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 </row>
4459 <row>
4460 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464
4465 \series bold
4466 Cachia
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 Maurizio
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 555
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 </row>
4490 <row>
4491 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495
4496 \series bold
4497 Cinquemani
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 Giusi
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 555
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 </row>
4521 <row>
4522 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526
4527 \series bold
4528 Colin
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 <cell alignment="center" valignment="top" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537 Bernard
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546 555
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 </row>
4552 <row>
4553 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557
4558 \series bold
4559 Concli
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 <cell alignment="center" valignment="top" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 Gianfranco
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577 555
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 </row>
4583 <row>
4584 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588
4589 \series bold
4590 Dal Bosco
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 <cell alignment="center" valignment="top" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599 Carolina
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 555
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 </row>
4614 <row>
4615 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619
4620 \series bold
4621 Dalpiaz
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 <cell alignment="center" valignment="top" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630 Annamaria
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639 555
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 </row>
4645 <row>
4646 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4647 \begin_inset Text
4648
4649 \begin_layout Plain Layout
4650
4651 \series bold
4652 Feliciello
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 <cell alignment="center" valignment="top" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661 Domenico
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670 555
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 </row>
4676 <row>
4677 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681
4682 \series bold
4683 Focarelli
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 Paola
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701 555
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 </row>
4707 <row>
4708 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Plain Layout
4712
4713 \series bold
4714 Galletti
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 <cell alignment="center" valignment="top" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 Oreste
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732 555
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 </row>
4738 <row>
4739 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743
4744 \series bold
4745 Gasparini
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754 Franca
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763 555
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 </row>
4769 <row>
4770 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774
4775 \series bold
4776 Rizzardi
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785 Paola
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794 555
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 </row>
4800 <row>
4801 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Plain Layout
4805
4806 \series bold
4807 Lassini
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Plain Layout
4816 Giancarlo
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825 555
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 </row>
4831 <row>
4832 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836
4837 \series bold
4838 Malfatti
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847 Luciano
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856 555
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 </row>
4862 <row>
4863 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867
4868 \series bold
4869 Malfatti
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 <cell alignment="center" valignment="top" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Plain Layout
4878 Valeriano
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887 555
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 </row>
4893 <row>
4894 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898
4899 \series bold
4900 Meneguzzo
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 Roberto
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918 555
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 </row>
4924 <row>
4925 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929
4930 \series bold
4931 Mezzadra
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 <cell alignment="center" valignment="top" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940 Roberto
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949 555
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 </row>
4955 <row>
4956 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960
4961 \series bold
4962 Pirpamer
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 <cell alignment="center" valignment="top" usebox="none">
4968 \begin_inset Text
4969
4970 \begin_layout Plain Layout
4971 Erich
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980 555
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 </row>
4986 <row>
4987 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991
4992 \series bold
4993 Pochiesa
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002 Paolo
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011 555, 222
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 </row>
5017 <row>
5018 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022
5023 \series bold
5024 Radina
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 <cell alignment="center" valignment="top" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Plain Layout
5033 Claudio
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042 555
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 </row>
5048 <row>
5049 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Plain Layout
5053
5054 \series bold
5055 Stuffer
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 <cell alignment="center" valignment="top" usebox="none">
5061 \begin_inset Text
5062
5063 \begin_layout Plain Layout
5064 Oskar
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073 555
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 </row>
5079 <row>
5080 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084
5085 \series bold
5086 Tacchelli
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 <cell alignment="center" valignment="top" usebox="none">
5092 \begin_inset Text
5093
5094 \begin_layout Plain Layout
5095 Ugo
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104 555
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 </row>
5110 <row>
5111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5112 \begin_inset Text
5113
5114 \begin_layout Plain Layout
5115
5116 \series bold
5117 Tezzele
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Plain Layout
5126 Margit
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135 555
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 </row>
5141 <row>
5142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Plain Layout
5146
5147 \series bold
5148 Unterkalmsteiner
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 <cell alignment="center" valignment="top" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 Frieda
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166 555
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 </row>
5172 <row>
5173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177
5178 \series bold
5179 Vieider
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 <cell alignment="center" valignment="top" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188 Hilde
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197 555
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 </row>
5203 <row>
5204 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5205 \begin_inset Text
5206
5207 \begin_layout Plain Layout
5208
5209 \series bold
5210 Vigna
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 <cell alignment="center" valignment="top" usebox="none">
5216 \begin_inset Text
5217
5218 \begin_layout Plain Layout
5219 Jürgen
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228 999
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 </row>
5234 <row>
5235 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239
5240 \series bold
5241 Weber
5242 \end_layout
5243
5244 \end_inset
5245 </cell>
5246 <cell alignment="center" valignment="top" usebox="none">
5247 \begin_inset Text
5248
5249 \begin_layout Plain Layout
5250 Maurizio
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Plain Layout
5259 555
5260 \end_layout
5261
5262 \end_inset
5263 </cell>
5264 </row>
5265 <row>
5266 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270
5271 \series bold
5272 Winkler
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5278 \begin_inset Text
5279
5280 \begin_layout Plain Layout
5281 Franz
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290 555
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 </row>
5296 <row endlastfoot="true">
5297 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5298 \begin_inset Text
5299
5300 \begin_layout Plain Layout
5301 Ende
5302 \end_layout
5303
5304 \end_inset
5305 </cell>
5306 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319
5320 \end_layout
5321
5322 \end_inset
5323 </cell>
5324 </row>
5325 </lyxtabular>
5326
5327 \end_inset
5328
5329
5330 \begin_inset ERT
5331 status collapsed
5332
5333 \begin_layout Plain Layout
5334
5335
5336 \backslash
5337 addtocounter{table}{-1}
5338 \end_layout
5339
5340 \end_inset
5341
5342
5343 \begin_inset Note Note
5344 status collapsed
5345
5346 \begin_layout Plain Layout
5347 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5348 \begin_inset space ~
5349 \end_inset
5350
5351
5352 \begin_inset CommandInset ref
5353 LatexCommand ref
5354 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
5355
5356 \end_inset
5357
5358
5359 \end_layout
5360
5361 \end_inset
5362
5363
5364 \end_layout
5365
5366 \begin_layout Subsection
5367 Fußnoten in mehrseitigen Tabellen
5368 \begin_inset CommandInset label
5369 LatexCommand label
5370 name "uab:Fußnoten-in-mehrseitigen"
5371
5372 \end_inset
5373
5374
5375 \begin_inset Index idx
5376 status collapsed
5377
5378 \begin_layout Plain Layout
5379 Tabellen ! mehrseitige ! Fußnoten
5380 \end_layout
5381
5382 \end_inset
5383
5384
5385 \end_layout
5386
5387 \begin_layout Standard
5388 Fußnoten kann man in jede Zelle einer mehrseitigen Tabelle einfügen.
5389  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5390  Tabelle
5391 \begin_inset space ~
5392 \end_inset
5393
5394
5395 \begin_inset CommandInset ref
5396 LatexCommand ref
5397 reference "tab:Telefonliste"
5398
5399 \end_inset
5400
5401  hat zum Beispiel eine Fußnote.
5402 \end_layout
5403
5404 \begin_layout Subsection
5405 Ausrichtung mehrseitiger Tabellen
5406 \begin_inset Index idx
5407 status collapsed
5408
5409 \begin_layout Plain Layout
5410 Tabellen ! mehrseitige ! Ausrichtung
5411 \end_layout
5412
5413 \end_inset
5414
5415
5416 \end_layout
5417
5418 \begin_layout Standard
5419 Die horizontale Ausrichtung von mehrseitigen Tabellen kann in den Tabelleneinste
5420 llungen festgelegt werden.
5421  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5422  Seitenrand.
5423  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5424  ausgerichtet werden und die Werte der Längen 
5425 \series bold
5426
5427 \backslash
5428 LTleft 
5429 \series default
5430 und 
5431 \series bold
5432
5433 \backslash
5434 LTright
5435 \series default
5436  geändert werden, indem diese Zeile als \SpecialChar TeX
5437 -Code vor die mehrseitige Tabelle
5438  eingefügt wird:
5439 \end_layout
5440
5441 \begin_layout Standard
5442
5443 \series bold
5444
5445 \backslash
5446 setlength{
5447 \backslash
5448 LTleft}{Wert}
5449 \end_layout
5450
5451 \begin_layout Standard
5452 Der Wert kann eine der in Tabelle
5453 \begin_inset space ~
5454 \end_inset
5455
5456
5457 \begin_inset CommandInset ref
5458 LatexCommand ref
5459 reference "tab:Maßeinheiten"
5460
5461 \end_inset
5462
5463  aufgelisteten Einheiten haben.
5464  
5465 \series bold
5466
5467 \backslash
5468 LTleft
5469 \series default
5470  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5471  
5472 \series bold
5473
5474 \backslash
5475 LTright
5476 \series default
5477  den Abstand von rechts.
5478  Die Voreinstellung für beide Werte ist 
5479 \series bold
5480
5481 \backslash
5482 fill
5483 \series default
5484 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5485  in \SpecialChar LyX
5486  ist.
5487 \end_layout
5488
5489 \begin_layout Standard
5490 Die folgende mehrseitige Tabelle wurde zentriert und 
5491 \series bold
5492
5493 \backslash
5494 LTleft
5495 \series default
5496  auf den Wert 
5497 \family sans
5498 0.1
5499 \backslash
5500 columnwidth
5501 \family default
5502  gesetzt:
5503 \begin_inset ERT
5504 status collapsed
5505
5506 \begin_layout Plain Layout
5507
5508
5509 \backslash
5510 setlength{
5511 \backslash
5512 LTleft}{0.1
5513 \backslash
5514 columnwidth}
5515 \end_layout
5516
5517 \end_inset
5518
5519
5520 \end_layout
5521
5522 \begin_layout Standard
5523 \begin_inset Tabular
5524 <lyxtabular version="3" rows="5" columns="5">
5525 <features islongtable="true" longtabularalignment="center">
5526 <column alignment="center" valignment="top">
5527 <column alignment="center" valignment="top">
5528 <column alignment="center" valignment="top" width="0pt">
5529 <column alignment="center" valignment="top">
5530 <column alignment="center" valignment="top">
5531 <row>
5532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536 1
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Plain Layout
5545 2
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 3
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563 4
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572 5
5573 \end_layout
5574
5575 \end_inset
5576 </cell>
5577 </row>
5578 <row>
5579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583 asd
5584 \end_layout
5585
5586 \end_inset
5587 </cell>
5588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Plain Layout
5592 s
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Plain Layout
5601 s
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5607 \begin_inset Text
5608
5609 \begin_layout Plain Layout
5610 s
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5616 \begin_inset Text
5617
5618 \begin_layout Plain Layout
5619 asd
5620 \end_layout
5621
5622 \end_inset
5623 </cell>
5624 </row>
5625 <row>
5626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5627 \begin_inset Text
5628
5629 \begin_layout Plain Layout
5630 asd
5631 \end_layout
5632
5633 \end_inset
5634 </cell>
5635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639 s
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5645 \begin_inset Text
5646
5647 \begin_layout Plain Layout
5648 s
5649 \end_layout
5650
5651 \end_inset
5652 </cell>
5653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5654 \begin_inset Text
5655
5656 \begin_layout Plain Layout
5657 s
5658 \end_layout
5659
5660 \end_inset
5661 </cell>
5662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5663 \begin_inset Text
5664
5665 \begin_layout Plain Layout
5666 asd
5667 \end_layout
5668
5669 \end_inset
5670 </cell>
5671 </row>
5672 <row>
5673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5674 \begin_inset Text
5675
5676 \begin_layout Plain Layout
5677 asd
5678 \end_layout
5679
5680 \end_inset
5681 </cell>
5682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5683 \begin_inset Text
5684
5685 \begin_layout Plain Layout
5686 s
5687 \end_layout
5688
5689 \end_inset
5690 </cell>
5691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Plain Layout
5695 s
5696 \end_layout
5697
5698 \end_inset
5699 </cell>
5700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704 s
5705 \end_layout
5706
5707 \end_inset
5708 </cell>
5709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5710 \begin_inset Text
5711
5712 \begin_layout Plain Layout
5713 asd
5714 \end_layout
5715
5716 \end_inset
5717 </cell>
5718 </row>
5719 <row>
5720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5721 \begin_inset Text
5722
5723 \begin_layout Plain Layout
5724 asd
5725 \end_layout
5726
5727 \end_inset
5728 </cell>
5729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733 asd
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742 asd
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5748 \begin_inset Text
5749
5750 \begin_layout Plain Layout
5751 asd
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760 asd
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 </row>
5766 </lyxtabular>
5767
5768 \end_inset
5769
5770
5771 \begin_inset ERT
5772 status collapsed
5773
5774 \begin_layout Plain Layout
5775
5776
5777 \backslash
5778 setlength{
5779 \backslash
5780 LTleft}{
5781 \backslash
5782 fill}
5783 \end_layout
5784
5785 \end_inset
5786
5787
5788 \begin_inset ERT
5789 status collapsed
5790
5791 \begin_layout Plain Layout
5792
5793
5794 \backslash
5795 addtocounter{table}{-1}
5796 \end_layout
5797
5798 \end_inset
5799
5800
5801 \begin_inset Note Note
5802 status collapsed
5803
5804 \begin_layout Plain Layout
5805 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5806 \begin_inset space ~
5807 \end_inset
5808
5809
5810 \begin_inset CommandInset ref
5811 LatexCommand ref
5812 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
5813
5814 \end_inset
5815
5816
5817 \end_layout
5818
5819 \end_inset
5820
5821
5822 \end_layout
5823
5824 \begin_layout Subsection
5825 Beschriftungen mehrseitiger Tabellen
5826 \begin_inset CommandInset label
5827 LatexCommand label
5828 name "uab:Beschriftungen-mehrseitiger-Tabellen"
5829
5830 \end_inset
5831
5832
5833 \begin_inset Index idx
5834 status collapsed
5835
5836 \begin_layout Plain Layout
5837 Mehrseitige Tabellen
5838 \end_layout
5839
5840 \end_inset
5841
5842
5843 \begin_inset Index idx
5844 status collapsed
5845
5846 \begin_layout Plain Layout
5847 Tabellen ! mehrseitige ! Titel
5848 \end_layout
5849
5850 \end_inset
5851
5852
5853 \end_layout
5854
5855 \begin_layout Standard
5856 Eine mehrseitige Tabelle kann man nicht in ein Gleitobjekt packen, weil
5857  Gleitobjekte nur auf eine Seite gedruckt werden können.
5858  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5859 \begin_inset space ~
5860 \end_inset
5861
5862
5863 \begin_inset CommandInset ref
5864 LatexCommand ref
5865 reference "abs:Mehrseitige-Tabellen"
5866
5867 \end_inset
5868
5869  erklärt.
5870  Nur eine Tabellenzeile kann eine Beschriftung enthalten, entweder eine
5871  Kopf- oder eine Fußzeile.
5872 \end_layout
5873
5874 \begin_layout Standard
5875 Hier ist eine kurze mehrseitige Tabelle, die zeigt, wie das funktioniert:
5876 \end_layout
5877
5878 \begin_layout Standard
5879 \begin_inset Tabular
5880 <lyxtabular version="3" rows="6" columns="5">
5881 <features islongtable="true" longtabularalignment="center">
5882 <column alignment="center" valignment="top">
5883 <column alignment="center" valignment="top">
5884 <column alignment="center" valignment="top">
5885 <column alignment="center" valignment="top">
5886 <column alignment="center" valignment="top">
5887 <row endfirsthead="true" caption="true">
5888 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892 \begin_inset Caption Standard
5893
5894 \begin_layout Plain Layout
5895 Eine mehrseitige Tabelle mit Titel
5896 \begin_inset Argument 1
5897 status open
5898
5899 \begin_layout Plain Layout
5900 MehrseitigeTabelle
5901 \end_layout
5902
5903 \end_inset
5904
5905
5906 \end_layout
5907
5908 \end_inset
5909
5910
5911 \end_layout
5912
5913 \end_inset
5914 </cell>
5915 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 </row>
5952 <row>
5953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Plain Layout
5957 1
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966 2
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5972 \begin_inset Text
5973
5974 \begin_layout Plain Layout
5975 3
5976 \end_layout
5977
5978 \end_inset
5979 </cell>
5980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 4
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 5
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 </row>
5999 <row>
6000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6001 \begin_inset Text
6002
6003 \begin_layout Plain Layout
6004 asd
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Plain Layout
6013 s
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Plain Layout
6022 s
6023 \end_layout
6024
6025 \end_inset
6026 </cell>
6027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6028 \begin_inset Text
6029
6030 \begin_layout Plain Layout
6031 s
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Plain Layout
6040 asd
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 </row>
6046 <row>
6047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6048 \begin_inset Text
6049
6050 \begin_layout Plain Layout
6051 asd
6052 \end_layout
6053
6054 \end_inset
6055 </cell>
6056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6057 \begin_inset Text
6058
6059 \begin_layout Plain Layout
6060 s
6061 \end_layout
6062
6063 \end_inset
6064 </cell>
6065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6066 \begin_inset Text
6067
6068 \begin_layout Plain Layout
6069 s
6070 \end_layout
6071
6072 \end_inset
6073 </cell>
6074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Plain Layout
6078 s
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Plain Layout
6087 asd
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 </row>
6093 <row>
6094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098 asd
6099 \end_layout
6100
6101 \end_inset
6102 </cell>
6103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6104 \begin_inset Text
6105
6106 \begin_layout Plain Layout
6107 s
6108 \end_layout
6109
6110 \end_inset
6111 </cell>
6112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6113 \begin_inset Text
6114
6115 \begin_layout Plain Layout
6116 s
6117 \end_layout
6118
6119 \end_inset
6120 </cell>
6121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6122 \begin_inset Text
6123
6124 \begin_layout Plain Layout
6125 s
6126 \end_layout
6127
6128 \end_inset
6129 </cell>
6130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6131 \begin_inset Text
6132
6133 \begin_layout Plain Layout
6134 asd
6135 \end_layout
6136
6137 \end_inset
6138 </cell>
6139 </row>
6140 <row>
6141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145 asd
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6151 \begin_inset Text
6152
6153 \begin_layout Plain Layout
6154 asd
6155 \end_layout
6156
6157 \end_inset
6158 </cell>
6159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6160 \begin_inset Text
6161
6162 \begin_layout Plain Layout
6163 asd
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Plain Layout
6172 asd
6173 \end_layout
6174
6175 \end_inset
6176 </cell>
6177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6178 \begin_inset Text
6179
6180 \begin_layout Plain Layout
6181 asd
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 </row>
6187 </lyxtabular>
6188
6189 \end_inset
6190
6191
6192 \end_layout
6193
6194 \begin_layout Standard
6195 \begin_inset VSpace medskip
6196 \end_inset
6197
6198
6199 \begin_inset Note Greyedout
6200 status open
6201
6202 \begin_layout Plain Layout
6203
6204 \series bold
6205 Bemerkung
6206 \begin_inset space ~
6207 \end_inset
6208
6209 1:
6210 \series default
6211  Die Tabellennummer wird für jede mehrseitige Tabelle erhöht, auch wenn
6212  Sie keinen Titel vergeben.
6213  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6214 \begin_inset space ~
6215 \end_inset
6216
6217 2.4 auf Tabelle
6218 \begin_inset space ~
6219 \end_inset
6220
6221 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei mehrseitige Tabellen
6222  ohne Beschriftung sind.
6223  Um das zu vermeiden, können Sie hinter jede mehrseitige Tabelle ohne Titel
6224  folgenden \SpecialChar LaTeX
6225 -Befehl als \SpecialChar TeX
6226 -Code einfügen:
6227 \end_layout
6228
6229 \begin_layout Plain Layout
6230
6231 \series bold
6232
6233 \backslash
6234 addtocounter{table}{-1}
6235 \end_layout
6236
6237 \begin_layout Plain Layout
6238 Das ist nicht notwendig, wenn keine der mehrseitigen Tabellen im Dokument
6239  eine Beschriftung hat und Sie diesen Code zum \SpecialChar LaTeX
6240 -Vorspann hinzufügen:
6241 \end_layout
6242
6243 \begin_layout Plain Layout
6244
6245 \series bold
6246
6247 \backslash
6248 let
6249 \backslash
6250 myEnd
6251 \backslash
6252 endlongtable
6253 \begin_inset Newline newline
6254 \end_inset
6255
6256
6257 \backslash
6258 renewcommand{
6259 \backslash
6260 endlongtable}{
6261 \backslash
6262 myEnd
6263 \backslash
6264 addtocounter{table}{-1}}
6265 \end_layout
6266
6267 \end_inset
6268
6269
6270 \end_layout
6271
6272 \begin_layout Standard
6273 \begin_inset Note Greyedout
6274 status open
6275
6276 \begin_layout Plain Layout
6277
6278 \series bold
6279 Bemerkung
6280 \begin_inset space ~
6281 \end_inset
6282
6283 2:
6284 \series default
6285  Wenn Sie 
6286 \series bold
6287 hyperref
6288 \series default
6289
6290 \begin_inset Index idx
6291 status collapsed
6292
6293 \begin_layout Plain Layout
6294 \SpecialChar LaTeX
6295 -Pakete ! hyperref
6296 \end_layout
6297
6298 \end_inset
6299
6300  in den
6301 \family sans
6302  PDF-Eigenschaften
6303 \family default
6304  im 
6305 \family sans
6306 Dokument-Einstellungen
6307 \family default
6308  Dialog für Querverweise benutzen, wird der Verweis auf eine mehrseitige
6309  Tabelle immer auf den Anfang des Dokuments zeigen.
6310 \end_layout
6311
6312 \end_inset
6313
6314
6315 \end_layout
6316
6317 \begin_layout Subsubsection
6318 Querverweise auf mehrseitige
6319 \family sans
6320  Tabelle
6321 \family default
6322 n
6323 \begin_inset Index idx
6324 status collapsed
6325
6326 \begin_layout Plain Layout
6327 Tabellen ! mehrseitige ! Querverweis
6328 \end_layout
6329
6330 \end_inset
6331
6332
6333 \end_layout
6334
6335 \begin_layout Standard
6336 \begin_inset Tabular
6337 <lyxtabular version="3" rows="6" columns="5">
6338 <features islongtable="true" longtabularalignment="center">
6339 <column alignment="center" valignment="top">
6340 <column alignment="center" valignment="top">
6341 <column alignment="center" valignment="top">
6342 <column alignment="center" valignment="top">
6343 <column alignment="center" valignment="top">
6344 <row endfirsthead="true" caption="true">
6345 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6346 \begin_inset Text
6347
6348 \begin_layout Plain Layout
6349 \begin_inset Caption Standard
6350
6351 \begin_layout Plain Layout
6352 Mehrseitige Tabelle mit Marke
6353 \begin_inset CommandInset label
6354 LatexCommand label
6355 name "tab:Mehrseitige-Tabelle-mit-Marke"
6356
6357 \end_inset
6358
6359
6360 \end_layout
6361
6362 \end_inset
6363
6364
6365 \end_layout
6366
6367 \end_inset
6368 </cell>
6369 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6370 \begin_inset Text
6371
6372 \begin_layout Plain Layout
6373
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Plain Layout
6382
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6388 \begin_inset Text
6389
6390 \begin_layout Plain Layout
6391
6392 \end_layout
6393
6394 \end_inset
6395 </cell>
6396 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6397 \begin_inset Text
6398
6399 \begin_layout Plain Layout
6400
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 </row>
6406 <row>
6407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6408 \begin_inset Text
6409
6410 \begin_layout Plain Layout
6411 1
6412 \end_layout
6413
6414 \end_inset
6415 </cell>
6416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6417 \begin_inset Text
6418
6419 \begin_layout Plain Layout
6420 2
6421 \end_layout
6422
6423 \end_inset
6424 </cell>
6425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6426 \begin_inset Text
6427
6428 \begin_layout Plain Layout
6429 3
6430 \end_layout
6431
6432 \end_inset
6433 </cell>
6434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6435 \begin_inset Text
6436
6437 \begin_layout Plain Layout
6438 4
6439 \end_layout
6440
6441 \end_inset
6442 </cell>
6443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6444 \begin_inset Text
6445
6446 \begin_layout Plain Layout
6447 5
6448 \end_layout
6449
6450 \end_inset
6451 </cell>
6452 </row>
6453 <row>
6454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6455 \begin_inset Text
6456
6457 \begin_layout Plain Layout
6458 asd
6459 \end_layout
6460
6461 \end_inset
6462 </cell>
6463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6464 \begin_inset Text
6465
6466 \begin_layout Plain Layout
6467 s
6468 \end_layout
6469
6470 \end_inset
6471 </cell>
6472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6473 \begin_inset Text
6474
6475 \begin_layout Plain Layout
6476 s
6477 \end_layout
6478
6479 \end_inset
6480 </cell>
6481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6482 \begin_inset Text
6483
6484 \begin_layout Plain Layout
6485 s
6486 \end_layout
6487
6488 \end_inset
6489 </cell>
6490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6491 \begin_inset Text
6492
6493 \begin_layout Plain Layout
6494 asd
6495 \end_layout
6496
6497 \end_inset
6498 </cell>
6499 </row>
6500 <row>
6501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6502 \begin_inset Text
6503
6504 \begin_layout Plain Layout
6505 asd
6506 \end_layout
6507
6508 \end_inset
6509 </cell>
6510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6511 \begin_inset Text
6512
6513 \begin_layout Plain Layout
6514 s
6515 \end_layout
6516
6517 \end_inset
6518 </cell>
6519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6520 \begin_inset Text
6521
6522 \begin_layout Plain Layout
6523 s
6524 \end_layout
6525
6526 \end_inset
6527 </cell>
6528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6529 \begin_inset Text
6530
6531 \begin_layout Plain Layout
6532 s
6533 \end_layout
6534
6535 \end_inset
6536 </cell>
6537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Plain Layout
6541 asd
6542 \end_layout
6543
6544 \end_inset
6545 </cell>
6546 </row>
6547 <row>
6548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6549 \begin_inset Text
6550
6551 \begin_layout Plain Layout
6552 asd
6553 \end_layout
6554
6555 \end_inset
6556 </cell>
6557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6558 \begin_inset Text
6559
6560 \begin_layout Plain Layout
6561 s
6562 \end_layout
6563
6564 \end_inset
6565 </cell>
6566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6567 \begin_inset Text
6568
6569 \begin_layout Plain Layout
6570 s
6571 \end_layout
6572
6573 \end_inset
6574 </cell>
6575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6576 \begin_inset Text
6577
6578 \begin_layout Plain Layout
6579 s
6580 \end_layout
6581
6582 \end_inset
6583 </cell>
6584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6585 \begin_inset Text
6586
6587 \begin_layout Plain Layout
6588 asd
6589 \end_layout
6590
6591 \end_inset
6592 </cell>
6593 </row>
6594 <row>
6595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6596 \begin_inset Text
6597
6598 \begin_layout Plain Layout
6599 asd
6600 \end_layout
6601
6602 \end_inset
6603 </cell>
6604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6605 \begin_inset Text
6606
6607 \begin_layout Plain Layout
6608 sad
6609 \end_layout
6610
6611 \end_inset
6612 </cell>
6613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6614 \begin_inset Text
6615
6616 \begin_layout Plain Layout
6617 asd
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6623 \begin_inset Text
6624
6625 \begin_layout Plain Layout
6626 asd
6627 \end_layout
6628
6629 \end_inset
6630 </cell>
6631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Plain Layout
6635 asd
6636 \end_layout
6637
6638 \end_inset
6639 </cell>
6640 </row>
6641 </lyxtabular>
6642
6643 \end_inset
6644
6645
6646 \end_layout
6647
6648 \begin_layout Standard
6649 Damit auf eine mehrseitige Tabelle verwiesen werden kann, müssen Sie eine
6650  Marke im Titel einfügen.
6651 \end_layout
6652
6653 \begin_layout Standard
6654 Dies ist ein Verweis auf Tabelle
6655 \begin_inset space ~
6656 \end_inset
6657
6658
6659 \begin_inset CommandInset ref
6660 LatexCommand ref
6661 reference "tab:Mehrseitige-Tabelle-mit-Marke"
6662
6663 \end_inset
6664
6665 .
6666 \end_layout
6667
6668 \begin_layout Standard
6669 Mit dem \SpecialChar LaTeX
6670 -Paket 
6671 \series bold
6672 caption
6673 \series default
6674
6675 \begin_inset Index idx
6676 status collapsed
6677
6678 \begin_layout Plain Layout
6679 \SpecialChar LaTeX
6680 -Pakete ! caption
6681 \end_layout
6682
6683 \end_inset
6684
6685 , siehe Abschnitt
6686 \begin_inset space ~
6687 \end_inset
6688
6689
6690 \begin_inset CommandInset ref
6691 LatexCommand ref
6692 reference "abs:Titel-Formatierung"
6693
6694 \end_inset
6695
6696 , können Sie alle anderen Beschriftungsoptionen benutzen.
6697 \end_layout
6698
6699 \begin_layout Subsubsection
6700 Titelbreite
6701 \begin_inset Index idx
6702 status collapsed
6703
6704 \begin_layout Plain Layout
6705 Tabellen ! mehrseitige ! Beschriftungsbreite
6706 \end_layout
6707
6708 \end_inset
6709
6710
6711 \end_layout
6712
6713 \begin_layout Standard
6714 Die maximale Titelbreite wird durch die Variable 
6715 \series bold
6716
6717 \backslash
6718 LTcapwidth
6719 \series default
6720  definiert.
6721  Ihr Standardwert ist 4
6722 \begin_inset space \thinspace{}
6723 \end_inset
6724
6725 Zoll (
6726 \begin_inset Formula $\approx10$
6727 \end_inset
6728
6729
6730 \begin_inset space \thinspace{}
6731 \end_inset
6732
6733 cm).
6734  Um das zu ändern, können Sie entweder im \SpecialChar LaTeX
6735 -Vorspann oder als \SpecialChar TeX
6736 -Code vor der
6737  betreffenden mehrseitigen Tabelle folgenden Befehl einsetzen:
6738 \end_layout
6739
6740 \begin_layout Standard
6741
6742 \series bold
6743
6744 \backslash
6745 setlength{
6746 \backslash
6747 LTcapwidth}{Breite}
6748 \end_layout
6749
6750 \begin_layout Standard
6751 wobei die 
6752 \family sans
6753 Breite
6754 \family default
6755  eine der in Anhang
6756 \begin_inset space ~
6757 \end_inset
6758
6759
6760 \begin_inset CommandInset ref
6761 LatexCommand ref
6762 reference "kap:In-LyX-verfügbare"
6763
6764 \end_inset
6765
6766  aufgelisteten Einheiten haben kann.
6767 \end_layout
6768
6769 \begin_layout Standard
6770 Die beiden folgenden Tabellen zeigen den Unterschied:
6771 \end_layout
6772
6773 \begin_layout Standard
6774 \begin_inset Tabular
6775 <lyxtabular version="3" rows="6" columns="5">
6776 <features islongtable="true" longtabularalignment="center">
6777 <column alignment="center" valignment="top">
6778 <column alignment="center" valignment="top">
6779 <column alignment="center" valignment="top">
6780 <column alignment="center" valignment="top">
6781 <column alignment="center" valignment="top">
6782 <row endfirsthead="true" caption="true">
6783 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6784 \begin_inset Text
6785
6786 \begin_layout Plain Layout
6787 \begin_inset Caption Standard
6788
6789 \begin_layout Plain Layout
6790 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6791 \begin_inset Argument 1
6792 status open
6793
6794 \begin_layout Plain Layout
6795 Titel mit Standardbreite
6796 \end_layout
6797
6798 \end_inset
6799
6800
6801 \end_layout
6802
6803 \end_inset
6804
6805
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6811 \begin_inset Text
6812
6813 \begin_layout Plain Layout
6814
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6820 \begin_inset Text
6821
6822 \begin_layout Plain Layout
6823
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6829 \begin_inset Text
6830
6831 \begin_layout Plain Layout
6832
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 </row>
6847 <row>
6848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6849 \begin_inset Text
6850
6851 \begin_layout Plain Layout
6852 1
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6858 \begin_inset Text
6859
6860 \begin_layout Plain Layout
6861 2
6862 \end_layout
6863
6864 \end_inset
6865 </cell>
6866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870 3
6871 \end_layout
6872
6873 \end_inset
6874 </cell>
6875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6876 \begin_inset Text
6877
6878 \begin_layout Plain Layout
6879 4
6880 \end_layout
6881
6882 \end_inset
6883 </cell>
6884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Plain Layout
6888 5
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 </row>
6894 <row>
6895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6896 \begin_inset Text
6897
6898 \begin_layout Plain Layout
6899 asd
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Plain Layout
6908 s
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917 s
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Plain Layout
6926 s
6927 \end_layout
6928
6929 \end_inset
6930 </cell>
6931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6932 \begin_inset Text
6933
6934 \begin_layout Plain Layout
6935 asd
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 </row>
6941 <row>
6942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6943 \begin_inset Text
6944
6945 \begin_layout Plain Layout
6946 asd
6947 \end_layout
6948
6949 \end_inset
6950 </cell>
6951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Plain Layout
6955 s
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964 s
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6970 \begin_inset Text
6971
6972 \begin_layout Plain Layout
6973 s
6974 \end_layout
6975
6976 \end_inset
6977 </cell>
6978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6979 \begin_inset Text
6980
6981 \begin_layout Plain Layout
6982 asd
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 </row>
6988 <row>
6989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993 asd
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002 s
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011 s
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020 s
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 asd
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 </row>
7035 <row>
7036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040 asd
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049 sad
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058 asd
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Plain Layout
7067 asd
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 asd
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 </row>
7082 </lyxtabular>
7083
7084 \end_inset
7085
7086
7087 \end_layout
7088
7089 \begin_layout Standard
7090 \begin_inset ERT
7091 status collapsed
7092
7093 \begin_layout Plain Layout
7094
7095
7096 \backslash
7097 setlength{
7098 \backslash
7099 LTcapwidth}{5cm}
7100 \end_layout
7101
7102 \end_inset
7103
7104
7105 \begin_inset Tabular
7106 <lyxtabular version="3" rows="6" columns="5">
7107 <features islongtable="true" longtabularalignment="center">
7108 <column alignment="center" valignment="top">
7109 <column alignment="center" valignment="top">
7110 <column alignment="center" valignment="top">
7111 <column alignment="center" valignment="top">
7112 <column alignment="center" valignment="top">
7113 <row endfirsthead="true" caption="true">
7114 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118 \begin_inset Caption Standard
7119
7120 \begin_layout Plain Layout
7121 Langer Titel mit 5
7122 \begin_inset space \thinspace{}
7123 \end_inset
7124
7125 cm Breite, Langer Titel mit 5
7126 \begin_inset space \thinspace{}
7127 \end_inset
7128
7129 cm Breite
7130 \begin_inset Argument 1
7131 status open
7132
7133 \begin_layout Plain Layout
7134 Titel mit 5
7135 \begin_inset space \thinspace{}
7136 \end_inset
7137
7138 cm Breite
7139 \end_layout
7140
7141 \end_inset
7142
7143
7144 \end_layout
7145
7146 \end_inset
7147
7148
7149 \end_layout
7150
7151 \end_inset
7152 </cell>
7153 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7154 \begin_inset Text
7155
7156 \begin_layout Plain Layout
7157
7158 \end_layout
7159
7160 \end_inset
7161 </cell>
7162 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7163 \begin_inset Text
7164
7165 \begin_layout Plain Layout
7166
7167 \end_layout
7168
7169 \end_inset
7170 </cell>
7171 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7172 \begin_inset Text
7173
7174 \begin_layout Plain Layout
7175
7176 \end_layout
7177
7178 \end_inset
7179 </cell>
7180 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7181 \begin_inset Text
7182
7183 \begin_layout Plain Layout
7184
7185 \end_layout
7186
7187 \end_inset
7188 </cell>
7189 </row>
7190 <row>
7191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7192 \begin_inset Text
7193
7194 \begin_layout Plain Layout
7195 1
7196 \end_layout
7197
7198 \end_inset
7199 </cell>
7200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7201 \begin_inset Text
7202
7203 \begin_layout Plain Layout
7204 2
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7210 \begin_inset Text
7211
7212 \begin_layout Plain Layout
7213 3
7214 \end_layout
7215
7216 \end_inset
7217 </cell>
7218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7219 \begin_inset Text
7220
7221 \begin_layout Plain Layout
7222 4
7223 \end_layout
7224
7225 \end_inset
7226 </cell>
7227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7228 \begin_inset Text
7229
7230 \begin_layout Plain Layout
7231 5
7232 \end_layout
7233
7234 \end_inset
7235 </cell>
7236 </row>
7237 <row>
7238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7239 \begin_inset Text
7240
7241 \begin_layout Plain Layout
7242 asd
7243 \end_layout
7244
7245 \end_inset
7246 </cell>
7247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7248 \begin_inset Text
7249
7250 \begin_layout Plain Layout
7251 s
7252 \end_layout
7253
7254 \end_inset
7255 </cell>
7256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7257 \begin_inset Text
7258
7259 \begin_layout Plain Layout
7260 s
7261 \end_layout
7262
7263 \end_inset
7264 </cell>
7265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7266 \begin_inset Text
7267
7268 \begin_layout Plain Layout
7269 s
7270 \end_layout
7271
7272 \end_inset
7273 </cell>
7274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7275 \begin_inset Text
7276
7277 \begin_layout Plain Layout
7278 asd
7279 \end_layout
7280
7281 \end_inset
7282 </cell>
7283 </row>
7284 <row>
7285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7286 \begin_inset Text
7287
7288 \begin_layout Plain Layout
7289 asd
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298 s
7299 \end_layout
7300
7301 \end_inset
7302 </cell>
7303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7304 \begin_inset Text
7305
7306 \begin_layout Plain Layout
7307 s
7308 \end_layout
7309
7310 \end_inset
7311 </cell>
7312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316 s
7317 \end_layout
7318
7319 \end_inset
7320 </cell>
7321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7322 \begin_inset Text
7323
7324 \begin_layout Plain Layout
7325 asd
7326 \end_layout
7327
7328 \end_inset
7329 </cell>
7330 </row>
7331 <row>
7332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336 asd
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345 s
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354 s
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7360 \begin_inset Text
7361
7362 \begin_layout Plain Layout
7363 s
7364 \end_layout
7365
7366 \end_inset
7367 </cell>
7368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7369 \begin_inset Text
7370
7371 \begin_layout Plain Layout
7372 asd
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 </row>
7378 <row>
7379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Plain Layout
7383 asd
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392 sad
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401 asd
7402 \end_layout
7403
7404 \end_inset
7405 </cell>
7406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7407 \begin_inset Text
7408
7409 \begin_layout Plain Layout
7410 asd
7411 \end_layout
7412
7413 \end_inset
7414 </cell>
7415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7416 \begin_inset Text
7417
7418 \begin_layout Plain Layout
7419 asd
7420 \end_layout
7421
7422 \end_inset
7423 </cell>
7424 </row>
7425 </lyxtabular>
7426
7427 \end_inset
7428
7429
7430 \begin_inset ERT
7431 status collapsed
7432
7433 \begin_layout Plain Layout
7434
7435
7436 \backslash
7437 setlength{
7438 \backslash
7439 LTcapwidth}{4in}
7440 \end_layout
7441
7442 \end_inset
7443
7444
7445 \begin_inset Note Note
7446 status collapsed
7447
7448 \begin_layout Plain Layout
7449 Beschriftungsbreite zurücksetzen
7450 \end_layout
7451
7452 \end_inset
7453
7454
7455 \end_layout
7456
7457 \begin_layout Standard
7458 \begin_inset Note Greyedout
7459 status open
7460
7461 \begin_layout Plain Layout
7462
7463 \series bold
7464 Achtung:
7465 \series default
7466  Wenn das \SpecialChar LaTeX
7467 -Paket 
7468 \series bold
7469 caption
7470 \series default
7471
7472 \begin_inset Index idx
7473 status collapsed
7474
7475 \begin_layout Plain Layout
7476 \SpecialChar LaTeX
7477 -Pakete ! caption
7478 \end_layout
7479
7480 \end_inset
7481
7482  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7483  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7484  4
7485 \begin_inset space \thinspace{}
7486 \end_inset
7487
7488 Zoll für 
7489 \series bold
7490
7491 \backslash
7492 LTcapwidth
7493 \series default
7494  benutzen.
7495  Um in diesem Fall eine genau 4
7496 \begin_inset space \thinspace{}
7497 \end_inset
7498
7499 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7500  4
7501 \begin_inset space \thinspace{}
7502 \end_inset
7503
7504 Zoll veränderten Wert wie z.
7505 \begin_inset space \thinspace{}
7506 \end_inset
7507
7508 B.
7509  3.99
7510 \begin_inset space \thinspace{}
7511 \end_inset
7512
7513 Zoll verwenden oder den \SpecialChar LaTeX
7514 -Befehl 
7515 \series bold
7516
7517 \backslash
7518 captionsetup{width=Wert}
7519 \series default
7520  benutzen, der vom 
7521 \series bold
7522 caption
7523 \series default
7524 -Paket bereitgestellt wird.
7525 \end_layout
7526
7527 \end_inset
7528
7529
7530 \end_layout
7531
7532 \begin_layout Subsubsection
7533 Unterschiedliche Beschriftung für Tabellenseiten
7534 \begin_inset Index idx
7535 status collapsed
7536
7537 \begin_layout Plain Layout
7538 Tabellen ! mehrseitige ! mehrere Beschriftungen
7539 \end_layout
7540
7541 \end_inset
7542
7543
7544 \end_layout
7545
7546 \begin_layout Standard
7547 Wenn die Tabellenbeschriftung der folgenden Seiten anders sein soll, als
7548  die der ersten Seite, markieren Sie eine leere Zeile als Kopfzeile, die
7549  eine Beschriftung enthält.
7550  Dann klicken Sie mit rechts auf die Beschriftung und wählen im Kontext-Menü
7551  
7552 \family sans
7553 Legende
7554 \begin_inset space ~
7555 \end_inset
7556
7557 (Unnummeriert)
7558 \family default
7559  aus.
7560  Tabelle
7561 \begin_inset space ~
7562 \end_inset
7563
7564
7565 \begin_inset CommandInset ref
7566 LatexCommand ref
7567 reference "tab:Telefonliste"
7568
7569 \end_inset
7570
7571  ist ein Beispiel für eine mehrseitige Tabelle mit unterschiedlichen Titeln
7572  und ohne Tabellennummer auf der zweiten Seite.
7573 \end_layout
7574
7575 \begin_layout Standard
7576 \align center
7577 \begin_inset Tabular
7578 <lyxtabular version="3" rows="59" columns="3">
7579 <features islongtable="true" longtabularalignment="center">
7580 <column alignment="left" valignment="top" width="0pt">
7581 <column alignment="left" valignment="top" width="0pt">
7582 <column alignment="center" valignment="top" width="0pt">
7583 <row endfirsthead="true" caption="true">
7584 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7585 \begin_inset Text
7586
7587 \begin_layout Plain Layout
7588 \begin_inset Caption Standard
7589
7590 \begin_layout Plain Layout
7591 Telefonliste
7592 \begin_inset CommandInset label
7593 LatexCommand label
7594 name "tab:Telefonliste"
7595
7596 \end_inset
7597
7598
7599 \begin_inset Argument 1
7600 status collapsed
7601
7602 \begin_layout Plain Layout
7603 Telefonliste
7604 \end_layout
7605
7606 \end_inset
7607
7608
7609 \end_layout
7610
7611 \end_inset
7612
7613
7614 \end_layout
7615
7616 \end_inset
7617 </cell>
7618 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Plain Layout
7622
7623 \end_layout
7624
7625 \end_inset
7626 </cell>
7627 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7628 \begin_inset Text
7629
7630 \begin_layout Plain Layout
7631
7632 \end_layout
7633
7634 \end_inset
7635 </cell>
7636 </row>
7637 <row endfirsthead="true">
7638 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7639 \begin_inset Text
7640
7641 \begin_layout Plain Layout
7642
7643 \series bold
7644 Telefonliste (ignoriere die Namen)
7645 \end_layout
7646
7647 \end_inset
7648 </cell>
7649 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7650 \begin_inset Text
7651
7652 \begin_layout Plain Layout
7653
7654 \end_layout
7655
7656 \end_inset
7657 </cell>
7658 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7659 \begin_inset Text
7660
7661 \begin_layout Plain Layout
7662
7663 \end_layout
7664
7665 \end_inset
7666 </cell>
7667 </row>
7668 <row endfirsthead="true">
7669 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7670 \begin_inset Text
7671
7672 \begin_layout Plain Layout
7673
7674 \series bold
7675 NAME
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7681 \begin_inset Text
7682
7683 \begin_layout Plain Layout
7684
7685 \end_layout
7686
7687 \end_inset
7688 </cell>
7689 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7690 \begin_inset Text
7691
7692 \begin_layout Plain Layout
7693
7694 \series bold
7695 TEL.
7696 \end_layout
7697
7698 \end_inset
7699 </cell>
7700 </row>
7701 <row endhead="true" caption="true">
7702 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7703 \begin_inset Text
7704
7705 \begin_layout Plain Layout
7706 \begin_inset Caption Unnumbered
7707
7708 \begin_layout Plain Layout
7709 Fortsetzung der Telefonliste
7710 \end_layout
7711
7712 \end_inset
7713
7714
7715 \end_layout
7716
7717 \end_inset
7718 </cell>
7719 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 </row>
7738 <row endhead="true">
7739 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7740 \begin_inset Text
7741
7742 \begin_layout Plain Layout
7743
7744 \series bold
7745 Telefonliste
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7751 \begin_inset Text
7752
7753 \begin_layout Plain Layout
7754
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Plain Layout
7763
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 </row>
7769 <row endhead="true">
7770 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7771 \begin_inset Text
7772
7773 \begin_layout Plain Layout
7774
7775 \series bold
7776 NAME
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7791 \begin_inset Text
7792
7793 \begin_layout Plain Layout
7794
7795 \series bold
7796 TEL.
7797 \end_layout
7798
7799 \end_inset
7800 </cell>
7801 </row>
7802 <row endfoot="true">
7803 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807 wird fortgesetzt\SpecialChar ldots
7808
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Plain Layout
7817
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 </row>
7832 <row>
7833 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7834 \begin_inset Text
7835
7836 \begin_layout Plain Layout
7837
7838 \series bold
7839 Annovi
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Plain Layout
7848 Silvia
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857 111
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 </row>
7863 <row>
7864 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7865 \begin_inset Text
7866
7867 \begin_layout Plain Layout
7868
7869 \series bold
7870 Bertoli
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879 Stefano
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888 111
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 </row>
7894 <row>
7895 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899
7900 \series bold
7901 Bozzi
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910 Walter
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919 111
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 </row>
7925 <row>
7926 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930
7931 \series bold
7932 Cachia
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941 Maria
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950 111
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 </row>
7956 <row>
7957 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961
7962 \series bold
7963 Cachia
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972 Maurizio
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981 111
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 </row>
7987 <row>
7988 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992
7993 \series bold
7994 Cinquemani
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003 Giusi
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012 111
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 </row>
8018 <row>
8019 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023
8024 \series bold
8025 Colin
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034 Bernard
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043 111
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 </row>
8049 <row>
8050 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054
8055 \series bold
8056 Concli
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065 Gianfranco
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074 111
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 </row>
8080 <row>
8081 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085
8086 \series bold
8087 Dal Bosco
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 Carolina
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105 111
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 </row>
8111 <row>
8112 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116
8117 \series bold
8118 Dalpiaz
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127 Annamaria
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136 111
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 </row>
8142 <row>
8143 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147
8148 \series bold
8149 Feliciello
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158 Domenico
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167 111
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 </row>
8173 <row>
8174 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178
8179 \series bold
8180 Focarelli
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189 Paola
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198 111
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 </row>
8204 <row>
8205 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209
8210 \series bold
8211 Galletti
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220 Oreste
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229 111
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 </row>
8235 <row>
8236 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240
8241 \series bold
8242 Gasparini
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251 Franca
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260 111
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 </row>
8266 <row>
8267 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271
8272 \series bold
8273 Rizzardi
8274 \series default
8275
8276 \begin_inset Foot
8277 status open
8278
8279 \begin_layout Plain Layout
8280 Beispielfußnote
8281 \end_layout
8282
8283 \end_inset
8284
8285
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 Paola
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303 111
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 </row>
8309 <row>
8310 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314
8315 \series bold
8316 Lassini
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325 Giancarlo
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334 111
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 </row>
8340 <row>
8341 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345
8346 \series bold
8347 Malfatti
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356 Luciano
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365 111
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 </row>
8371 <row>
8372 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376
8377 \series bold
8378 Malfatti
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387 Valeriano
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396 111
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 </row>
8402 <row>
8403 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407
8408 \series bold
8409 Meneguzzo
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418 Roberto
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427 111
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 </row>
8433 <row>
8434 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438
8439 \series bold
8440 Mezzadra
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 Roberto
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458 111
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 </row>
8464 <row>
8465 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8466 \begin_inset Text
8467
8468 \begin_layout Plain Layout
8469
8470 \series bold
8471 Pirpamer
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8477 \begin_inset Text
8478
8479 \begin_layout Plain Layout
8480 Erich
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489 111
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 </row>
8495 <row>
8496 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500
8501 \series bold
8502 Pochiesa
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511 Paolo
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520 111, 222
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 </row>
8526 <row>
8527 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531
8532 \series bold
8533 Radina
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542 Claudio
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551 111
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 </row>
8557 <row>
8558 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562
8563 \series bold
8564 Stuffer
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 Oskar
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 111
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 </row>
8588 <row>
8589 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593
8594 \series bold
8595 Tacchelli
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 Ugo
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 111
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 </row>
8619 <row>
8620 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624
8625 \series bold
8626 Tezzele
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635 Margit
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644 111
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 </row>
8650 <row>
8651 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655
8656 \series bold
8657 Unterkalmsteiner
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666 Frieda
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675 111
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 </row>
8681 <row>
8682 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686
8687 \series bold
8688 Vieider
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697 Hilde
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706 111
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 </row>
8712 <row>
8713 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717
8718 \series bold
8719 Vigna
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 Jürgen
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737 111
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 </row>
8743 <row>
8744 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748
8749 \series bold
8750 Weber
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759 Maurizio
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768 111
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 </row>
8774 <row>
8775 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779
8780 \series bold
8781 Winkler
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 Franz
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8796 \begin_inset Text
8797
8798 \begin_layout Plain Layout
8799 111
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 </row>
8805 <row>
8806 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810  
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 </row>
8834 <row>
8835 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839
8840 \series bold
8841 Annovi
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Plain Layout
8850 Silvia
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859 555
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 </row>
8865 <row>
8866 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Plain Layout
8870
8871 \series bold
8872 Bertoli
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881 Stefano
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890 555
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 </row>
8896 <row>
8897 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901
8902 \series bold
8903 Bozzi
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912 Walter
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921 555
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 </row>
8927 <row>
8928 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8929 \begin_inset Text
8930
8931 \begin_layout Plain Layout
8932
8933 \series bold
8934 Cachia
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943 Maria
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952 555
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 </row>
8958 <row>
8959 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963
8964 \series bold
8965 Cachia
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974 Maurizio
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 555
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 </row>
8989 <row>
8990 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8991 \begin_inset Text
8992
8993 \begin_layout Plain Layout
8994
8995 \series bold
8996 Cinquemani
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005 Giusi
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014 555
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 </row>
9020 <row>
9021 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025
9026 \series bold
9027 Colin
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036 Bernard
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045 555
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 </row>
9051 <row>
9052 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056
9057 \series bold
9058 Concli
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067 Gianfranco
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076 555
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 </row>
9082 <row>
9083 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087
9088 \series bold
9089 Dal Bosco
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098 Carolina
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107 555
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 </row>
9113 <row>
9114 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118
9119 \series bold
9120 Dalpiaz
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 Annamaria
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 555
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 </row>
9144 <row>
9145 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149
9150 \series bold
9151 Feliciello
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160 Domenico
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169 555
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 </row>
9175 <row>
9176 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180
9181 \series bold
9182 Focarelli
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191 Paola
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200 555
9201 \end_layout
9202
9203 \end_inset
9204 </cell>
9205 </row>
9206 <row>
9207 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211
9212 \series bold
9213 Galletti
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222 Oreste
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231 555
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 </row>
9237 <row>
9238 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242
9243 \series bold
9244 Gasparini
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253 Franca
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262 555
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 </row>
9268 <row>
9269 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273
9274 \series bold
9275 Rizzardi
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284 Paola
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293 555
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 </row>
9299 <row>
9300 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304
9305 \series bold
9306 Lassini
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315 Giancarlo
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324 555
9325 \end_layout
9326
9327 \end_inset
9328 </cell>
9329 </row>
9330 <row>
9331 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335
9336 \series bold
9337 Malfatti
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346 Luciano
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355 555
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 </row>
9361 <row>
9362 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366
9367 \series bold
9368 Malfatti
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377 Valeriano
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386 555
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 </row>
9392 <row>
9393 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397
9398 \series bold
9399 Meneguzzo
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408 Roberto
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417 555
9418 \end_layout
9419
9420 \end_inset
9421 </cell>
9422 </row>
9423 <row>
9424 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428
9429 \series bold
9430 Mezzadra
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9436 \begin_inset Text
9437
9438 \begin_layout Plain Layout
9439 Roberto
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448 555
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 </row>
9454 </lyxtabular>
9455
9456 \end_inset
9457
9458
9459 \end_layout
9460
9461 \begin_layout Section
9462 Weitere Möglichkeiten für mehrseitige
9463 \family sans
9464  Tabelle
9465 \family default
9466 n
9467 \begin_inset CommandInset label
9468 LatexCommand label
9469 name "sec:Weitere-Möglichkeiten-für"
9470
9471 \end_inset
9472
9473
9474 \end_layout
9475
9476 \begin_layout Subsection
9477 Berechnung mehrseitiger Tabellen
9478 \begin_inset Index idx
9479 status collapsed
9480
9481 \begin_layout Plain Layout
9482 Tabellen ! mehrseitige ! Berechnung
9483 \end_layout
9484
9485 \end_inset
9486
9487
9488 \end_layout
9489
9490 \begin_layout Standard
9491 \SpecialChar LaTeX
9492  berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit so genannten
9493  
9494 \emph on
9495 chunks
9496 \emph default
9497  (Brocken).
9498  Chunks sind Tabellenteile, die \SpecialChar LaTeX
9499  gleichzeitig im Speicher hält.
9500  Aus historischen Gründen wurde der Standardwert auf 20
9501 \begin_inset space ~
9502 \end_inset
9503
9504 Tabellenzeilen gesetzt.
9505  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9506  das die Druckausgabe.
9507  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100
9508 \begin_inset space \thinspace{}
9509 \end_inset
9510
9511 --
9512 \begin_inset space \thinspace{}
9513 \end_inset
9514
9515 1000 setzen, indem Sie in den \SpecialChar LaTeX
9516 -Vorspann Ihres Dokumentes folgende Zeile
9517  einfügen:
9518 \end_layout
9519
9520 \begin_layout Standard
9521
9522 \series bold
9523
9524 \backslash
9525 setcounter{LTchunksize}{100}
9526 \end_layout
9527
9528 \begin_layout Subsection
9529 Gleitobjekte und mehrseitige Tabellen
9530 \begin_inset Index idx
9531 status collapsed
9532
9533 \begin_layout Plain Layout
9534 Tabellen ! mehrseitige ! Gleitobjekte
9535 \end_layout
9536
9537 \end_inset
9538
9539
9540 \end_layout
9541
9542 \begin_layout Standard
9543 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine mehrseitige
9544  Tabelle beginnt, ein Gleitobjekt befindet.
9545  Um das zu vermeiden, können Sie vor der mehrseitigen Tabelle einen manuellen
9546  Seitenumbruch
9547 \family sans
9548  Einfügen\SpecialChar menuseparator
9549 Formatierung\SpecialChar menuseparator
9550 [Doppel]Seite
9551 \begin_inset space \space{}
9552 \end_inset
9553
9554 leeren
9555 \family default
9556  einfügen, siehe 
9557 \emph on
9558 Benutzerhandbuch
9559 \emph default
9560 .
9561 \end_layout
9562
9563 \begin_layout Subsection
9564 Manuelle Seitenumbrüche
9565 \begin_inset Index idx
9566 status collapsed
9567
9568 \begin_layout Plain Layout
9569 Tabellen ! mehrseitige ! manueller Seitenumbruch
9570 \end_layout
9571
9572 \end_inset
9573
9574
9575 \end_layout
9576
9577 \begin_layout Standard
9578 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9579  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9580  der Zelle umbrechen wollen, fügen Sie den Befehl  
9581 \begin_inset Quotes gld
9582 \end_inset
9583
9584
9585 \series bold
9586
9587 \backslash
9588
9589 \backslash
9590
9591 \series default
9592
9593 \begin_inset Quotes grd
9594 \end_inset
9595
9596  für eine neue Zeile als \SpecialChar TeX
9597 -Code an der Stelle in der Zelle ein, wo umgebrochen
9598  werden kann.
9599  Vor dem 
9600 \begin_inset Quotes gld
9601 \end_inset
9602
9603
9604 \series bold
9605
9606 \backslash
9607
9608 \backslash
9609
9610 \series default
9611
9612 \begin_inset Quotes grd
9613 \end_inset
9614
9615 -Befehl müssen Sie so viele 
9616 \begin_inset Quotes gld
9617 \end_inset
9618
9619
9620 \series bold
9621 &
9622 \series default
9623
9624 \begin_inset Quotes grd
9625 \end_inset
9626
9627  als \SpecialChar TeX
9628 -Code einfügen wie noch Spalten in der Zeile folgen.
9629  Mit 
9630 \begin_inset Quotes gld
9631 \end_inset
9632
9633
9634 \series bold
9635 &
9636 \series default
9637
9638 \begin_inset Quotes grd
9639 \end_inset
9640
9641   werden in \SpecialChar LaTeX
9642  Tabellenzellen getrennt.
9643  Hinter jedes 
9644 \begin_inset Quotes gld
9645 \end_inset
9646
9647
9648 \series bold
9649 &
9650 \series default
9651
9652 \begin_inset Quotes grd
9653 \end_inset
9654
9655  schreiben Sie ebenfalls in \SpecialChar TeX
9656 -Code den Inhalt der entsprechenden Zelle und
9657  löschen den Inhalt dieser Zellen.
9658 \end_layout
9659
9660 \begin_layout Standard
9661 Hinter dem 
9662 \begin_inset Quotes gld
9663 \end_inset
9664
9665
9666 \series bold
9667
9668 \backslash
9669
9670 \backslash
9671
9672 \series default
9673
9674 \begin_inset Quotes grd
9675 \end_inset
9676
9677 -Befehl müssen Sie so viele 
9678 \begin_inset Quotes gld
9679 \end_inset
9680
9681
9682 \series bold
9683 &
9684 \series default
9685
9686 \begin_inset Quotes grd
9687 \end_inset
9688
9689  als \SpecialChar TeX
9690 -Code einfügen wie Spalten vor der momentanen Spalte sind.
9691  In Tabelle
9692 \begin_inset space ~
9693 \end_inset
9694
9695
9696 \begin_inset CommandInset ref
9697 LatexCommand ref
9698 reference "tab:Tabelle-mit-manuellem"
9699
9700 \end_inset
9701
9702  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9703  Es folgt noch eine weitere Spalte.
9704  Deshalb wurde hinter dem Wort 
9705 \emph on
9706 Castelchiodato, 
9707 \emph default
9708 folgendes eingefügt:
9709 \end_layout
9710
9711 \begin_layout Standard
9712
9713 \series bold
9714 & 111
9715 \backslash
9716
9717 \backslash
9718  
9719 \backslash
9720 newpage
9721 \begin_inset Newline newline
9722 \end_inset
9723
9724 &
9725 \end_layout
9726
9727 \begin_layout Standard
9728 Die 
9729 \begin_inset Quotes gld
9730 \end_inset
9731
9732 111
9733 \begin_inset Quotes grd
9734 \end_inset
9735
9736  in der dritten Spalte wurde gelöscht.
9737  
9738 \series bold
9739
9740 \backslash
9741 newpage
9742 \series default
9743  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9744  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9745  Wenn die Fußzeile Ihrer mehrseitigen Tabelle keine obere Linie besitzt,
9746  Sie aber eine wünschen, sollten Sie folgende Befehle benutzen:
9747 \end_layout
9748
9749 \begin_layout Standard
9750
9751 \series bold
9752 & 111
9753 \backslash
9754
9755 \backslash
9756
9757 \begin_inset Newline newline
9758 \end_inset
9759
9760
9761 \backslash
9762 hline &
9763 \end_layout
9764
9765 \begin_layout Standard
9766 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9767  muss folgender Befehl als \SpecialChar TeX
9768 -Code am Anfang der Zelle eingefügt werden:
9769 \end_layout
9770
9771 \begin_layout Standard
9772
9773 \series bold
9774
9775 \backslash
9776 setlength{
9777 \backslash
9778 parfillskip}{0pt}
9779 \end_layout
9780
9781 \begin_layout Standard
9782 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9783  erscheint.
9784 \end_layout
9785
9786 \begin_layout Standard
9787 \align center
9788 \begin_inset Tabular
9789 <lyxtabular version="3" rows="38" columns="3">
9790 <features islongtable="true" longtabularalignment="center">
9791 <column alignment="left" valignment="top" width="0pt">
9792 <column alignment="left" valignment="top" width="3cm">
9793 <column alignment="right" valignment="top" width="0pt">
9794 <row endfirsthead="true" caption="true">
9795 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9796 \begin_inset Text
9797
9798 \begin_layout Plain Layout
9799 \begin_inset Caption Standard
9800
9801 \begin_layout Plain Layout
9802 Tabelle mit manuellem Seitenumbruch in einer Zelle
9803 \begin_inset CommandInset label
9804 LatexCommand label
9805 name "tab:Tabelle-mit-manuellem"
9806
9807 \end_inset
9808
9809
9810 \begin_inset Argument 1
9811 status collapsed
9812
9813 \begin_layout Plain Layout
9814 Tabelle mit manuellem Seitenumbruch in einer Zelle
9815 \end_layout
9816
9817 \end_inset
9818
9819
9820 \end_layout
9821
9822 \end_inset
9823
9824
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833
9834 \end_layout
9835
9836 \end_inset
9837 </cell>
9838 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9839 \begin_inset Text
9840
9841 \begin_layout Plain Layout
9842
9843 \end_layout
9844
9845 \end_inset
9846 </cell>
9847 </row>
9848 <row endfirsthead="true">
9849 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9850 \begin_inset Text
9851
9852 \begin_layout Plain Layout
9853
9854 \series bold
9855 Telefonliste (ignoriere die Namen)
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9870 \begin_inset Text
9871
9872 \begin_layout Plain Layout
9873
9874 \end_layout
9875
9876 \end_inset
9877 </cell>
9878 </row>
9879 <row endfirsthead="true">
9880 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884
9885 \series bold
9886 NAME
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895
9896 \end_layout
9897
9898 \end_inset
9899 </cell>
9900 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9901 \begin_inset Text
9902
9903 \begin_layout Plain Layout
9904
9905 \series bold
9906 TEL.
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 </row>
9912 <row endhead="true" caption="true">
9913 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917 \begin_inset Caption Unnumbered
9918
9919 \begin_layout Plain Layout
9920 Fortsetzung der Tabelle
9921 \end_layout
9922
9923 \end_inset
9924
9925
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 </row>
9949 <row endhead="true">
9950 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954
9955 \series bold
9956 Telefonliste
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Plain Layout
9965
9966 \end_layout
9967
9968 \end_inset
9969 </cell>
9970 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 </row>
9980 <row endhead="true">
9981 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985
9986 \series bold
9987 NAME
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005
10006 \series bold
10007 TEL.
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 </row>
10013 <row endfoot="true">
10014 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018 wird fortgesetzt\SpecialChar ldots
10019
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 </row>
10043 <row>
10044 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048
10049 \series bold
10050 Annovi
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Plain Layout
10059 Silvia
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068 111
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 </row>
10074 <row>
10075 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079
10080 \series bold
10081 Bertoli
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090 Stefano
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099 111
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 </row>
10105 <row>
10106 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Plain Layout
10110
10111 \series bold
10112 Bozzi
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Plain Layout
10121 Walter
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10127 \begin_inset Text
10128
10129 \begin_layout Plain Layout
10130 111
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 </row>
10136 <row>
10137 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141
10142 \series bold
10143 Cachia
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152 Maria
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161 111
10162 \end_layout
10163
10164 \end_inset
10165 </cell>
10166 </row>
10167 <row>
10168 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10169 \begin_inset Text
10170
10171 \begin_layout Plain Layout
10172
10173 \series bold
10174 Cachia
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10180 \begin_inset Text
10181
10182 \begin_layout Plain Layout
10183 Maurizio
10184 \end_layout
10185
10186 \end_inset
10187 </cell>
10188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192 111
10193 \end_layout
10194
10195 \end_inset
10196 </cell>
10197 </row>
10198 <row>
10199 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203
10204 \series bold
10205 Cinquemani
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10211 \begin_inset Text
10212
10213 \begin_layout Plain Layout
10214 Giusi
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223 111
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 </row>
10229 <row>
10230 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234
10235 \series bold
10236 Colin
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245 Bernard
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254 111
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 </row>
10260 <row>
10261 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265
10266 \series bold
10267 Concli
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276 Gianfranco
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285 111
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 </row>
10291 <row>
10292 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296
10297 \series bold
10298 Dal Bosco
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307 Carolina
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316 111
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 </row>
10322 <row>
10323 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327
10328 \series bold
10329 Dalpiaz
10330 \end_layout
10331
10332 \end_inset
10333 </cell>
10334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338 Annamaria
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347 111
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 </row>
10353 <row>
10354 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358
10359 \series bold
10360 Feliciello
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10366 \begin_inset Text
10367
10368 \begin_layout Plain Layout
10369 Domenico
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378 111
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 </row>
10384 <row>
10385 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389
10390 \series bold
10391 Focarelli
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400 Paola
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409 111
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 </row>
10415 <row>
10416 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420
10421 \series bold
10422 Galletti
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10428 \begin_inset Text
10429
10430 \begin_layout Plain Layout
10431 Oreste
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440 111
10441 \end_layout
10442
10443 \end_inset
10444 </cell>
10445 </row>
10446 <row>
10447 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451
10452 \series bold
10453 Gasparini
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Plain Layout
10462 Franca
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471 111
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 </row>
10477 <row>
10478 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482
10483 \series bold
10484 Lassini
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Plain Layout
10493 Giancarlo
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502 111
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 </row>
10508 <row>
10509 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513
10514 \series bold
10515 Malfatti
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524 Luciano
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533 111
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 </row>
10539 <row>
10540 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544
10545 \series bold
10546 Malfatti
10547 \end_layout
10548
10549 \end_inset
10550 </cell>
10551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10552 \begin_inset Text
10553
10554 \begin_layout Plain Layout
10555 Valeriano
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564 111
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 </row>
10570 <row>
10571 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10572 \begin_inset Text
10573
10574 \begin_layout Plain Layout
10575
10576 \series bold
10577 Meneguzzo
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586 Roberto
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595 111
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 </row>
10601 <row>
10602 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606
10607 \series bold
10608 Mezzadra
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10614 \begin_inset Text
10615
10616 \begin_layout Plain Layout
10617 Roberto
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626 111
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 </row>
10632 <row>
10633 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637
10638 \series bold
10639 Pirpamer
10640 \end_layout
10641
10642 \end_inset
10643 </cell>
10644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Plain Layout
10648 Erich
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657 111
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 </row>
10663 <row>
10664 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668
10669 \series bold
10670 Pochiesa
10671 \end_layout
10672
10673 \end_inset
10674 </cell>
10675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10676 \begin_inset Text
10677
10678 \begin_layout Plain Layout
10679 Paolo
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688 111, 222
10689 \end_layout
10690
10691 \end_inset
10692 </cell>
10693 </row>
10694 <row>
10695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Plain Layout
10699
10700 \series bold
10701 Radina
10702 \end_layout
10703
10704 \end_inset
10705 </cell>
10706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10707 \begin_inset Text
10708
10709 \begin_layout Plain Layout
10710 Claudio
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719 111
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 </row>
10725 <row>
10726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10727 \begin_inset Text
10728
10729 \begin_layout Plain Layout
10730
10731 \series bold
10732 Rizzardi
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741 Paolo, 11.
10742  Fürst von Monte\SpecialChar softhyphen
10743 com\SpecialChar softhyphen
10744 patri, 11.
10745  Fürst von Sulmona und Vivaro, 10.
10746  Fürst von Rossano, 5.
10747  Herzog von Canemorte, 11.
10748  Herzog von Palombara, 5.
10749  Herzog von Castelchiodato,
10750 \begin_inset ERT
10751 status open
10752
10753 \begin_layout Plain Layout
10754
10755 & 111
10756 \backslash
10757
10758 \backslash
10759  
10760 \backslash
10761 newpage
10762 \end_layout
10763
10764 \begin_layout Plain Layout
10765
10766 &
10767 \end_layout
10768
10769 \end_inset
10770
10771  11.
10772  Herzog von Poggionativo, 11.
10773  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10774  Graf von Valinfreda, 11.
10775  Baron von Cropalati, 11.
10776  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10777 \end_layout
10778
10779 \end_inset
10780 </cell>
10781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10782 \begin_inset Text
10783
10784 \begin_layout Plain Layout
10785
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 </row>
10791 <row>
10792 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796
10797 \series bold
10798 Stuffer
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Plain Layout
10807 Oskar
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Plain Layout
10816 111
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 </row>
10822 <row>
10823 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827
10828 \series bold
10829 Tacchelli
10830 \end_layout
10831
10832 \end_inset
10833 </cell>
10834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10835 \begin_inset Text
10836
10837 \begin_layout Plain Layout
10838 Ugo
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10844 \begin_inset Text
10845
10846 \begin_layout Plain Layout
10847 111
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 </row>
10853 <row>
10854 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10855 \begin_inset Text
10856
10857 \begin_layout Plain Layout
10858
10859 \series bold
10860 Tezzele
10861 \end_layout
10862
10863 \end_inset
10864 </cell>
10865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Plain Layout
10869 Margit
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10875 \begin_inset Text
10876
10877 \begin_layout Plain Layout
10878 111
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 </row>
10884 <row>
10885 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10886 \begin_inset Text
10887
10888 \begin_layout Plain Layout
10889
10890 \series bold
10891 Unterkalmsteiner
10892 \end_layout
10893
10894 \end_inset
10895 </cell>
10896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10897 \begin_inset Text
10898
10899 \begin_layout Plain Layout
10900 Frieda
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10906 \begin_inset Text
10907
10908 \begin_layout Plain Layout
10909 111
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 </row>
10915 <row>
10916 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10917 \begin_inset Text
10918
10919 \begin_layout Plain Layout
10920
10921 \series bold
10922 Vieider
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931 Hilde
10932 \end_layout
10933
10934 \end_inset
10935 </cell>
10936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940 111
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 </row>
10946 <row>
10947 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10948 \begin_inset Text
10949
10950 \begin_layout Plain Layout
10951
10952 \series bold
10953 Vigna
10954 \end_layout
10955
10956 \end_inset
10957 </cell>
10958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962 Jürgen
10963 \end_layout
10964
10965 \end_inset
10966 </cell>
10967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10968 \begin_inset Text
10969
10970 \begin_layout Plain Layout
10971 111
10972 \end_layout
10973
10974 \end_inset
10975 </cell>
10976 </row>
10977 <row>
10978 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982
10983 \series bold
10984 Weber
10985 \end_layout
10986
10987 \end_inset
10988 </cell>
10989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10990 \begin_inset Text
10991
10992 \begin_layout Plain Layout
10993 Maurizio
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002 111
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 </row>
11008 <row>
11009 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
11010 \begin_inset Text
11011
11012 \begin_layout Plain Layout
11013
11014 \series bold
11015 Winkler
11016 \end_layout
11017
11018 \end_inset
11019 </cell>
11020 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024 Franz
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11030 \begin_inset Text
11031
11032 \begin_layout Plain Layout
11033 111
11034 \end_layout
11035
11036 \end_inset
11037 </cell>
11038 </row>
11039 </lyxtabular>
11040
11041 \end_inset
11042
11043
11044 \end_layout
11045
11046 \begin_layout Section
11047 Mehrere Zeilen, Spalten und Zeilen
11048 \end_layout
11049
11050 \begin_layout Subsection
11051 Mehrere Zeilen in Tabellenzellen
11052 \begin_inset CommandInset label
11053 LatexCommand label
11054 name "uab:Mehrere-Zeilen-in"
11055
11056 \end_inset
11057
11058
11059 \begin_inset Index idx
11060 status collapsed
11061
11062 \begin_layout Plain Layout
11063 Mehrere Zeilen in Tabellenzellen
11064 \end_layout
11065
11066 \end_inset
11067
11068
11069 \begin_inset Index idx
11070 status collapsed
11071
11072 \begin_layout Plain Layout
11073 Tabellen ! Zeilenumbrüche
11074 \end_layout
11075
11076 \end_inset
11077
11078
11079 \end_layout
11080
11081 \begin_layout Standard
11082 \noindent
11083 \begin_inset Float table
11084 placement H
11085 wide false
11086 sideways false
11087 status open
11088
11089 \begin_layout Plain Layout
11090 \begin_inset Caption Standard
11091
11092 \begin_layout Plain Layout
11093 \begin_inset CommandInset label
11094 LatexCommand label
11095 name "tab:Tabelle-mit-mehrfachen"
11096
11097 \end_inset
11098
11099 Tabelle mit mehrfachen Zeilen in einer Zelle
11100 \end_layout
11101
11102 \end_inset
11103
11104
11105 \end_layout
11106
11107 \begin_layout Plain Layout
11108 \align center
11109 \begin_inset Tabular
11110 <lyxtabular version="3" rows="3" columns="3">
11111 <features tabularvalignment="middle">
11112 <column alignment="center" valignment="middle" width="2.5cm">
11113 <column alignment="center" valignment="middle" width="0.5cm">
11114 <column alignment="center" valignment="middle" width="0.5cm">
11115 <row>
11116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120 zwei
11121 \begin_inset Newline linebreak
11122 \end_inset
11123
11124 Zeilen
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133 b
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11139 \begin_inset Text
11140
11141 \begin_layout Plain Layout
11142 c
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 </row>
11148 <row>
11149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11150 \begin_inset Text
11151
11152 \begin_layout Plain Layout
11153 d
11154 \end_layout
11155
11156 \end_inset
11157 </cell>
11158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11159 \begin_inset Text
11160
11161 \begin_layout Plain Layout
11162 e
11163 \end_layout
11164
11165 \end_inset
11166 </cell>
11167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Plain Layout
11171 f
11172 \end_layout
11173
11174 \end_inset
11175 </cell>
11176 </row>
11177 <row>
11178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11179 \begin_inset Text
11180
11181 \begin_layout Plain Layout
11182 g
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191 h
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200 i
11201 \end_layout
11202
11203 \end_inset
11204 </cell>
11205 </row>
11206 </lyxtabular>
11207
11208 \end_inset
11209
11210
11211 \end_layout
11212
11213 \end_inset
11214
11215
11216 \end_layout
11217
11218 \begin_layout Standard
11219 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11220  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11221  Tabelle
11222 \begin_inset space ~
11223 \end_inset
11224
11225
11226 \begin_inset CommandInset ref
11227 LatexCommand ref
11228 reference "tab:Tabelle-mit-mehrfachen"
11229
11230 \end_inset
11231
11232  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11233 \family sans
11234 Tabellen-Einstellungen
11235 \family default
11236 -Dialog auf 2.5
11237 \begin_inset space \thinspace{}
11238 \end_inset
11239
11240 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11241  Weil unser Text schmaler als 2.5
11242 \begin_inset space \thinspace{}
11243 \end_inset
11244
11245 cm ist, würde er in einer Zeile gedruckt werden.
11246  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11247
11248 \family sans
11249 Strg+Shift+Enter
11250 \family default
11251 ) eingefügt.
11252  Wenn der Text länger ist, wird er automatisch umgebrochen.
11253 \end_layout
11254
11255 \begin_layout Standard
11256 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11257  setzen Sie die Breite der beiden Spalten im 
11258 \family sans
11259 Tabellen-Einstellungen
11260 \family default
11261 -Dialog auf 0.5
11262 \begin_inset space \thinspace{}
11263 \end_inset
11264
11265 cm und die vertikale Ausrichtung auf zentriert.
11266 \end_layout
11267
11268 \begin_layout Standard
11269 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11270  haben, kann \SpecialChar LaTeX
11271  es ohne Trennhilfen nicht trennen.
11272  Wenn Sie \SpecialChar LaTeX
11273  trotzdem die Trennung überlassen wollen, müssen Sie vor dem Wort
11274  etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11275  Fügen sie daher 0
11276 \begin_inset space \thinspace{}
11277 \end_inset
11278
11279 pt horizontalen Abstand vor dem Wort ein.
11280  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11281  Tabelle
11282 \begin_inset space ~
11283 \end_inset
11284
11285
11286 \begin_inset CommandInset ref
11287 LatexCommand ref
11288 reference "tab:Tabelle-ohne-und"
11289
11290 \end_inset
11291
11292  zeigt die Wirkungen.
11293 \end_layout
11294
11295 \begin_layout Standard
11296 \begin_inset Float table
11297 placement h
11298 wide false
11299 sideways false
11300 status open
11301
11302 \begin_layout Plain Layout
11303 \begin_inset Caption Standard
11304
11305 \begin_layout Plain Layout
11306 \begin_inset CommandInset label
11307 LatexCommand label
11308 name "tab:Tabelle-ohne-und"
11309
11310 \end_inset
11311
11312 Tabelle ohne und mit Silbentrennung
11313 \end_layout
11314
11315 \end_inset
11316
11317
11318 \end_layout
11319
11320 \begin_layout Plain Layout
11321 \begin_inset space \hfill{}
11322 \end_inset
11323
11324
11325 \begin_inset Tabular
11326 <lyxtabular version="3" rows="3" columns="3">
11327 <features tabularvalignment="middle">
11328 <column alignment="center" valignment="middle" width="2.5cm">
11329 <column alignment="center" valignment="middle" width="0.5cm">
11330 <column alignment="center" valignment="middle" width="0.5cm">
11331 <row>
11332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336 einsehrlangesZellenwort
11337 \end_layout
11338
11339 \end_inset
11340 </cell>
11341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345 b
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354 c
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 </row>
11360 <row>
11361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 d
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 e
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 f
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 </row>
11389 <row>
11390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11391 \begin_inset Text
11392
11393 \begin_layout Plain Layout
11394 g
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 h
11404 \end_layout
11405
11406 \end_inset
11407 </cell>
11408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412 i
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 </row>
11418 </lyxtabular>
11419
11420 \end_inset
11421
11422
11423 \begin_inset space \hfill{}
11424 \end_inset
11425
11426
11427 \begin_inset Tabular
11428 <lyxtabular version="3" rows="3" columns="3">
11429 <features tabularvalignment="middle">
11430 <column alignment="center" valignment="middle" width="2.5cm">
11431 <column alignment="center" valignment="middle" width="0.5cm">
11432 <column alignment="center" valignment="middle" width="0.5cm">
11433 <row>
11434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438 \begin_inset space \hspace{}
11439 \length 0pt
11440 \end_inset
11441
11442 einsehrlangesZellenwort
11443 \end_layout
11444
11445 \end_inset
11446 </cell>
11447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Plain Layout
11451 b
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460 c
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 </row>
11466 <row>
11467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471 d
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 e
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 f
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 </row>
11495 <row>
11496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Plain Layout
11500 g
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Plain Layout
11509 h
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11515 \begin_inset Text
11516
11517 \begin_layout Plain Layout
11518 i
11519 \end_layout
11520
11521 \end_inset
11522 </cell>
11523 </row>
11524 </lyxtabular>
11525
11526 \end_inset
11527
11528
11529 \begin_inset space \hfill{}
11530 \end_inset
11531
11532
11533 \end_layout
11534
11535 \end_inset
11536
11537
11538 \end_layout
11539
11540 \begin_layout Subsection
11541 Mehrfachspalten
11542 \begin_inset CommandInset label
11543 LatexCommand label
11544 name "uab:Mehrfachspalten"
11545
11546 \end_inset
11547
11548
11549 \begin_inset Index idx
11550 status collapsed
11551
11552 \begin_layout Plain Layout
11553 Mahrfachspalten
11554 \end_layout
11555
11556 \end_inset
11557
11558
11559 \begin_inset Index idx
11560 status collapsed
11561
11562 \begin_layout Plain Layout
11563 Tabellen ! Mahrfachspalten
11564 \end_layout
11565
11566 \end_inset
11567
11568
11569 \end_layout
11570
11571 \begin_layout Subsubsection
11572 Grundlagen
11573 \end_layout
11574
11575 \begin_layout Standard
11576 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11577  und verwenden dann den Knopf 
11578 \begin_inset Info
11579 type  "icon"
11580 arg   "tabular-feature multicolumn"
11581 \end_inset
11582
11583  in der Werkzeugleiste, das Menü 
11584 \family sans
11585 Bearbeiten\SpecialChar menuseparator
11586 Tabelle\SpecialChar menuseparator
11587 Mehrfachspalte
11588 \family default
11589 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11590  
11591 \family sans
11592 Mehrfachspalte
11593 \family default
11594 .
11595 \end_layout
11596
11597 \begin_layout Standard
11598 Mehrfachspalten haben ihre eigenen Einstellungen.
11599  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11600  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11601  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11602 \end_layout
11603
11604 \begin_layout Standard
11605 \align center
11606 \begin_inset Tabular
11607 <lyxtabular version="3" rows="3" columns="4">
11608 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11609 <column alignment="center" valignment="top" width="0pt">
11610 <column alignment="center" valignment="middle">
11611 <column alignment="center" valignment="top" width="0in">
11612 <column alignment="center" valignment="top" width="0pt">
11613 <row>
11614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 abc
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627 def ghi
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11633 \begin_inset Text
11634
11635 \begin_layout Plain Layout
11636
11637 \end_layout
11638
11639 \end_inset
11640 </cell>
11641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11642 \begin_inset Text
11643
11644 \begin_layout Plain Layout
11645 jkl
11646 \end_layout
11647
11648 \end_inset
11649 </cell>
11650 </row>
11651 <row>
11652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11653 \begin_inset Text
11654
11655 \begin_layout Plain Layout
11656
11657 \family roman
11658 \series medium
11659 \shape up
11660 \size normal
11661 \emph off
11662 \bar no
11663 \noun off
11664 \color none
11665 A
11666 \end_layout
11667
11668 \end_inset
11669 </cell>
11670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11671 \begin_inset Text
11672
11673 \begin_layout Plain Layout
11674 B
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11680 \begin_inset Text
11681
11682 \begin_layout Plain Layout
11683 C
11684 \end_layout
11685
11686 \end_inset
11687 </cell>
11688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Plain Layout
11692 D
11693 \end_layout
11694
11695 \end_inset
11696 </cell>
11697 </row>
11698 <row>
11699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11700 \begin_inset Text
11701
11702 \begin_layout Plain Layout
11703 1
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11709 \begin_inset Text
11710
11711 \begin_layout Plain Layout
11712 2
11713 \end_layout
11714
11715 \end_inset
11716 </cell>
11717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11718 \begin_inset Text
11719
11720 \begin_layout Plain Layout
11721 3
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11727 \begin_inset Text
11728
11729 \begin_layout Plain Layout
11730 4
11731 \end_layout
11732
11733 \end_inset
11734 </cell>
11735 </row>
11736 </lyxtabular>
11737
11738 \end_inset
11739
11740
11741 \end_layout
11742
11743 \begin_layout Subsubsection
11744 Mehrfachspalten-Berechnungen
11745 \begin_inset CommandInset label
11746 LatexCommand label
11747 name "uab:Mehrfachspalten-Berechnungen"
11748
11749 \end_inset
11750
11751
11752 \begin_inset Index idx
11753 status collapsed
11754
11755 \begin_layout Plain Layout
11756 Mahrfachspalten ! Berechnung
11757 \end_layout
11758
11759 \end_inset
11760
11761
11762 \begin_inset Index idx
11763 status collapsed
11764
11765 \begin_layout Plain Layout
11766 Tabellen ! Mahrfachspalten ! Berechnung
11767 \end_layout
11768
11769 \end_inset
11770
11771
11772 \end_layout
11773
11774 \begin_layout Standard
11775 \SpecialChar LyX
11776  unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11777  Zellen beachten.
11778 \end_layout
11779
11780 \begin_layout Standard
11781 \begin_inset Float table
11782 placement h
11783 wide false
11784 sideways false
11785 status open
11786
11787 \begin_layout Plain Layout
11788 \begin_inset Caption Standard
11789
11790 \begin_layout Plain Layout
11791 \begin_inset CommandInset label
11792 LatexCommand label
11793 name "tab:Tabelle-mit-zentriertem"
11794
11795 \end_inset
11796
11797 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11798  die halbe Breite der Mehrfachspalten-Zelle haben
11799 \begin_inset Argument 1
11800 status collapsed
11801
11802 \begin_layout Plain Layout
11803 Eine Mehrfachspalten-Tabelle
11804 \end_layout
11805
11806 \end_inset
11807
11808
11809 \end_layout
11810
11811 \end_inset
11812
11813
11814 \end_layout
11815
11816 \begin_layout Plain Layout
11817 \align center
11818 \begin_inset Tabular
11819 <lyxtabular version="3" rows="3" columns="3">
11820 <features tabularvalignment="middle">
11821 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11822 <column alignment="center" valignment="middle">
11823 <column alignment="center" valignment="top">
11824 <row>
11825 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11826 \begin_inset Text
11827
11828 \begin_layout Plain Layout
11829 Dies ist eine Mehrfach\SpecialChar softhyphen
11830 spalten-Zelle
11831 \end_layout
11832
11833 \end_inset
11834 </cell>
11835 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11836 \begin_inset Text
11837
11838 \begin_layout Plain Layout
11839
11840 \end_layout
11841
11842 \end_inset
11843 </cell>
11844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11845 \begin_inset Text
11846
11847 \begin_layout Plain Layout
11848 c
11849 \end_layout
11850
11851 \end_inset
11852 </cell>
11853 </row>
11854 <row>
11855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11856 \begin_inset Text
11857
11858 \begin_layout Plain Layout
11859 d
11860 \end_layout
11861
11862 \end_inset
11863 </cell>
11864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11865 \begin_inset Text
11866
11867 \begin_layout Plain Layout
11868 e
11869 \end_layout
11870
11871 \end_inset
11872 </cell>
11873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11874 \begin_inset Text
11875
11876 \begin_layout Plain Layout
11877 f
11878 \end_layout
11879
11880 \end_inset
11881 </cell>
11882 </row>
11883 <row>
11884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11885 \begin_inset Text
11886
11887 \begin_layout Plain Layout
11888 g
11889 \end_layout
11890
11891 \end_inset
11892 </cell>
11893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11894 \begin_inset Text
11895
11896 \begin_layout Plain Layout
11897 h
11898 \end_layout
11899
11900 \end_inset
11901 </cell>
11902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11903 \begin_inset Text
11904
11905 \begin_layout Plain Layout
11906 i
11907 \end_layout
11908
11909 \end_inset
11910 </cell>
11911 </row>
11912 </lyxtabular>
11913
11914 \end_inset
11915
11916
11917 \end_layout
11918
11919 \end_inset
11920
11921
11922 \end_layout
11923
11924 \begin_layout Standard
11925 Um Tabelle
11926 \begin_inset space ~
11927 \end_inset
11928
11929
11930 \begin_inset CommandInset ref
11931 LatexCommand ref
11932 reference "tab:Tabelle-mit-zentriertem"
11933
11934 \end_inset
11935
11936  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11937  3×3-Tabelle, kreuzen im 
11938 \family sans
11939 Tabellen-Einstellungen
11940 \family default
11941 -Dialog 
11942 \family sans
11943 Mehrfachspalte
11944 \family default
11945  an, setzen die 
11946 \family sans
11947 Horizontale
11948 \begin_inset space ~
11949 \end_inset
11950
11951 Ausrichtung
11952 \family default
11953  auf 
11954 \family sans
11955 Zentriert
11956 \family default
11957  und die 
11958 \family sans
11959 Breite
11960 \family default
11961  auf 2.5
11962 \begin_inset space \thinspace{}
11963 \end_inset
11964
11965 cm.
11966  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11967  Sie die Breite der ersten Spalte auf 1.25
11968 \begin_inset space \thinspace{}
11969 \end_inset
11970
11971 cm setzen.
11972  Die zweite Spalte wird dann automatisch 1.25
11973 \begin_inset space \thinspace{}
11974 \end_inset
11975
11976 cm breit (Breite der 
11977 \family sans
11978 Mehrfachspalte
11979 \family default
11980  
11981 \begin_inset Formula $-$
11982 \end_inset
11983
11984  Breite der ersten Spalte).
11985  Dies wurde so für Tabelle
11986 \begin_inset space ~
11987 \end_inset
11988
11989
11990 \begin_inset CommandInset ref
11991 LatexCommand ref
11992 reference "tab:Tabelle,-in-der-die"
11993
11994 \end_inset
11995
11996  gemacht.
11997 \end_layout
11998
11999 \begin_layout Standard
12000 \begin_inset Float table
12001 wide false
12002 sideways false
12003 status open
12004
12005 \begin_layout Plain Layout
12006 \begin_inset Caption Standard
12007
12008 \begin_layout Plain Layout
12009 \begin_inset CommandInset label
12010 LatexCommand label
12011 name "tab:Tabelle,-in-der-die"
12012
12013 \end_inset
12014
12015 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12016  wie die Mehrfachspalte
12017 \begin_inset Argument 1
12018 status collapsed
12019
12020 \begin_layout Plain Layout
12021 Eine unvollkommene Mehrfachspalten-Tabelle
12022 \end_layout
12023
12024 \end_inset
12025
12026
12027 \end_layout
12028
12029 \end_inset
12030
12031
12032 \end_layout
12033
12034 \begin_layout Plain Layout
12035 \align center
12036 \begin_inset Tabular
12037 <lyxtabular version="3" rows="3" columns="3">
12038 <features tabularvalignment="middle">
12039 <column alignment="center" valignment="top" width="1.25cm">
12040 <column alignment="center" valignment="top">
12041 <column alignment="center" valignment="top">
12042 <row>
12043 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12044 \begin_inset Text
12045
12046 \begin_layout Plain Layout
12047 Dies ist auch eine Mehr\SpecialChar softhyphen
12048 fach\SpecialChar softhyphen
12049 spalten-Zelle
12050 \end_layout
12051
12052 \end_inset
12053 </cell>
12054 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12055 \begin_inset Text
12056
12057 \begin_layout Plain Layout
12058
12059 \end_layout
12060
12061 \end_inset
12062 </cell>
12063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12064 \begin_inset Text
12065
12066 \begin_layout Plain Layout
12067 c
12068 \end_layout
12069
12070 \end_inset
12071 </cell>
12072 </row>
12073 <row>
12074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12075 \begin_inset Text
12076
12077 \begin_layout Plain Layout
12078 d
12079 \end_layout
12080
12081 \end_inset
12082 </cell>
12083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12084 \begin_inset Text
12085
12086 \begin_layout Plain Layout
12087 e
12088 \end_layout
12089
12090 \end_inset
12091 </cell>
12092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12093 \begin_inset Text
12094
12095 \begin_layout Plain Layout
12096 f
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 </row>
12102 <row>
12103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12104 \begin_inset Text
12105
12106 \begin_layout Plain Layout
12107 g
12108 \end_layout
12109
12110 \end_inset
12111 </cell>
12112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12113 \begin_inset Text
12114
12115 \begin_layout Plain Layout
12116 h
12117 \end_layout
12118
12119 \end_inset
12120 </cell>
12121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12122 \begin_inset Text
12123
12124 \begin_layout Plain Layout
12125 i
12126 \end_layout
12127
12128 \end_inset
12129 </cell>
12130 </row>
12131 </lyxtabular>
12132
12133 \end_inset
12134
12135
12136 \end_layout
12137
12138 \end_inset
12139
12140
12141 \end_layout
12142
12143 \begin_layout Standard
12144 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12145  als die zweite ist.
12146  Das liegt daran, dass die Zellenbreite 
12147 \begin_inset Formula $W_{\mathrm{tot}}$
12148 \end_inset
12149
12150  nicht ihre definierte Breite 
12151 \begin_inset Formula $W_{g}$
12152 \end_inset
12153
12154  ist, sondern ein wenig mehr.
12155  Anhang
12156 \begin_inset space ~
12157 \end_inset
12158
12159
12160 \begin_inset CommandInset ref
12161 LatexCommand ref
12162 reference "kap:Erläuterung-einer-Gleichung"
12163
12164 \end_inset
12165
12166  erklärt das genauer.
12167 \end_layout
12168
12169 \begin_layout Standard
12170 Wenn 
12171 \emph on
12172 n
12173 \emph default
12174  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12175  die definierte Breite 
12176 \begin_inset Formula $W_{g\,n}$
12177 \end_inset
12178
12179  einer Spalte, deren totale Breite = 
12180 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12181 \end_inset
12182
12183  sein soll, wie folgt:
12184 \begin_inset Formula 
12185 \begin{equation}
12186 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12187 \end{equation}
12188
12189 \end_inset
12190
12191
12192 \end_layout
12193
12194 \begin_layout Standard
12195 In unserem Falls ist 
12196 \begin_inset Formula $n=2$
12197 \end_inset
12198
12199
12200 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12201 \end_inset
12202
12203 cm, und damit wird aus Gleichung
12204 \begin_inset space ~
12205 \end_inset
12206
12207
12208 \begin_inset CommandInset ref
12209 LatexCommand ref
12210 reference "eq:Wgn"
12211
12212 \end_inset
12213
12214  
12215 \begin_inset Formula 
12216 \begin{equation}
12217 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12218 \end{equation}
12219
12220 \end_inset
12221
12222
12223 \end_layout
12224
12225 \begin_layout Standard
12226 Damit \SpecialChar LaTeX
12227  rechnen kann, muss das Paket 
12228 \series bold
12229 calc
12230 \series default
12231  im Vorspann geladen werden.
12232 \begin_inset Index idx
12233 status collapsed
12234
12235 \begin_layout Plain Layout
12236 \SpecialChar LaTeX
12237 -Pakete ! calc
12238 \end_layout
12239
12240 \end_inset
12241
12242
12243 \end_layout
12244
12245 \begin_layout Standard
12246
12247 \series bold
12248
12249 \backslash
12250 usepackage{calc}
12251 \end_layout
12252
12253 \begin_layout Standard
12254 \SpecialChar LyX
12255  erlaubt im 
12256 \family sans
12257 Breite
12258 \family default
12259 -Feld des 
12260 \family sans
12261 Tabellen-Einstellungen
12262 \family default
12263 -Dialogs keine Berechnungen.
12264  Deshalb müssen Sie die Formel für die Breite im Feld 
12265 \family sans
12266 LaTeX-Argument
12267 \family default
12268  eingeben.
12269  Hier iss ein Überblick über die Argumente:
12270 \end_layout
12271
12272 \begin_layout Itemize
12273
12274 \series bold
12275 p{Breite}
12276 \series default
12277  die Zelle bekommt eine feste 
12278 \series bold
12279 Breite
12280 \series default
12281 , und die vertikale Ausrichtung ist 
12282 \family sans
12283 Oben
12284 \end_layout
12285
12286 \begin_layout Itemize
12287
12288 \series bold
12289 m{Breite}
12290 \series default
12291  die Zelle bekommt eine feste 
12292 \series bold
12293 Breite
12294 \series default
12295 , und die vertikale Ausrichtung ist 
12296 \family sans
12297 Mitte
12298 \end_layout
12299
12300 \begin_layout Itemize
12301
12302 \series bold
12303 b{Breite}
12304 \series default
12305  die Zelle bekommt eine feste 
12306 \series bold
12307 Breite
12308 \series default
12309 , und die vertikale Ausrichtung ist 
12310 \family sans
12311 Unten
12312 \end_layout
12313
12314 \begin_layout Standard
12315 Wenn Sie ein \SpecialChar LaTeX
12316 -Argument eingeben, werden alle anderen Einstellungen für diese
12317  Zelle überschrieben.
12318 \end_layout
12319
12320 \begin_layout Standard
12321 \begin_inset Note Greyedout
12322 status open
12323
12324 \begin_layout Plain Layout
12325
12326 \series bold
12327 Bemerkung:
12328 \series default
12329  Wegen eines Fehlers in \SpecialChar LyX
12330  werden die überschriebenen Einstellungen dennoch
12331  angezeigt.
12332 \end_layout
12333
12334 \end_inset
12335
12336
12337 \end_layout
12338
12339 \begin_layout Standard
12340 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12341  der Zelle mit dem Inhalt 
12342 \begin_inset Quotes gld
12343 \end_inset
12344
12345 d
12346 \begin_inset Quotes grd
12347 \end_inset
12348
12349  der Tabelle
12350 \begin_inset space ~
12351 \end_inset
12352
12353
12354 \begin_inset CommandInset ref
12355 LatexCommand ref
12356 reference "tab:Tabelle-mit-zentriertem"
12357
12358 \end_inset
12359
12360  auch noch der Befehl
12361 \family typewriter
12362 \series bold
12363  
12364 \family default
12365
12366 \backslash
12367 centering
12368 \series default
12369  hinzugefügt.
12370  Das Ganze sieht dann so aus:
12371 \end_layout
12372
12373 \begin_layout Standard
12374
12375 \series bold
12376 |>{
12377 \backslash
12378 centering}m{1.25cm-6.2pt}
12379 \end_layout
12380
12381 \begin_layout Standard
12382 Der vertikale Strich 
12383 \series bold
12384
12385 \begin_inset Quotes gld
12386 \end_inset
12387
12388 |
12389 \series default
12390
12391 \begin_inset Quotes grd
12392 \end_inset
12393
12394  am Anfang zeichnet die linke Linie, und der Befehl 
12395 \series bold
12396
12397 \begin_inset Quotes gld
12398 \end_inset
12399
12400 >{ }
12401 \begin_inset Quotes grd
12402 \end_inset
12403
12404
12405 \series default
12406  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12407  der Zelle benutzt werden sollen.
12408 \end_layout
12409
12410 \begin_layout Standard
12411 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12412  haben, ist der Text noch immer linksbündig, weil \SpecialChar LyX
12413  Ausrichtungen nur für
12414  einzelne Spalten anwendet.
12415  Deswegen musste für die Mehrfachspalte folgendes \SpecialChar LaTeX
12416 -Argument benutzt werden:
12417 \end_layout
12418
12419 \begin_layout Standard
12420
12421 \series bold
12422 |>{
12423 \backslash
12424 centering}m{2.5cm}|
12425 \end_layout
12426
12427 \begin_layout Subsection
12428 Mehrfachzeilen
12429 \begin_inset CommandInset label
12430 LatexCommand label
12431 name "uab:Mehrfachzeilen"
12432
12433 \end_inset
12434
12435
12436 \begin_inset Index idx
12437 status collapsed
12438
12439 \begin_layout Plain Layout
12440 Mehrfachzeilen
12441 \end_layout
12442
12443 \end_inset
12444
12445
12446 \begin_inset Index idx
12447 status collapsed
12448
12449 \begin_layout Plain Layout
12450 Tabellen ! Mehrfachzeilen
12451 \end_layout
12452
12453 \end_inset
12454
12455
12456 \end_layout
12457
12458 \begin_layout Standard
12459 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12460  und verwenden dann den Knopf 
12461 \begin_inset Info
12462 type  "icon"
12463 arg   "tabular-feature multirow"
12464 \end_inset
12465
12466  in der Werkzeugleiste, das Menü 
12467 \family sans
12468 Bearbeiten\SpecialChar menuseparator
12469 Tabelle\SpecialChar menuseparator
12470 Mehrfachzeile
12471 \family default
12472 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12473  
12474 \family sans
12475 Mehrfachzeile
12476 \family default
12477 .
12478 \end_layout
12479
12480 \begin_layout Standard
12481 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12482 \end_layout
12483
12484 \begin_layout Standard
12485 \align center
12486 \begin_inset Tabular
12487 <lyxtabular version="3" rows="3" columns="3">
12488 <features tabularvalignment="middle">
12489 <column alignment="center" valignment="top" width="0pt">
12490 <column alignment="center" valignment="top">
12491 <column alignment="center" valignment="top">
12492 <row>
12493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12494 \begin_inset Text
12495
12496 \begin_layout Plain Layout
12497 ein langer Eintrag
12498 \end_layout
12499
12500 \end_inset
12501 </cell>
12502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12503 \begin_inset Text
12504
12505 \begin_layout Plain Layout
12506 b
12507 \end_layout
12508
12509 \end_inset
12510 </cell>
12511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12512 \begin_inset Text
12513
12514 \begin_layout Plain Layout
12515 c
12516 \end_layout
12517
12518 \end_inset
12519 </cell>
12520 </row>
12521 <row>
12522 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12523 \begin_inset Text
12524
12525 \begin_layout Plain Layout
12526 Mehrfachzeile
12527 \end_layout
12528
12529 \end_inset
12530 </cell>
12531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12532 \begin_inset Text
12533
12534 \begin_layout Plain Layout
12535 e
12536 \end_layout
12537
12538 \end_inset
12539 </cell>
12540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12541 \begin_inset Text
12542
12543 \begin_layout Plain Layout
12544 f
12545 \end_layout
12546
12547 \end_inset
12548 </cell>
12549 </row>
12550 <row>
12551 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12552 \begin_inset Text
12553
12554 \begin_layout Plain Layout
12555
12556 \end_layout
12557
12558 \end_inset
12559 </cell>
12560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12561 \begin_inset Text
12562
12563 \begin_layout Plain Layout
12564 h
12565 \end_layout
12566
12567 \end_inset
12568 </cell>
12569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12570 \begin_inset Text
12571
12572 \begin_layout Plain Layout
12573 i
12574 \end_layout
12575
12576 \end_inset
12577 </cell>
12578 </row>
12579 </lyxtabular>
12580
12581 \end_inset
12582
12583
12584 \end_layout
12585
12586 \begin_layout Standard
12587 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12588  Spalte festgelegt.
12589  Der 
12590 \family sans
12591 Vertikale Versatz
12592 \family default
12593  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12594  positiv/negativ ist.
12595 \end_layout
12596
12597 \begin_layout Standard
12598 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12599  die Mehrfachzeile die Ausrichtung der Spalte.
12600  Ansonsten ist sie standardmäßig links ausgerichtet.
12601  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12602 \series bold
12603
12604 \backslash
12605 multirowsetup
12606 \series default
12607  mit dem Befehl
12608 \end_layout
12609
12610 \begin_layout Standard
12611
12612 \series bold
12613
12614 \backslash
12615 renewcommand{
12616 \backslash
12617 multirowsetup}{
12618 \backslash
12619 centering}
12620 \end_layout
12621
12622 \begin_layout Standard
12623 im \SpecialChar LaTeX
12624 -Vorspann.
12625  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12626  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12627  auch mittels \SpecialChar TeX
12628 -Code vor der jeweiligen Tabelle, statt im \SpecialChar LaTeX
12629 -Vorspann, erneuert
12630  werden.
12631  Für rechtsbündigen Text ersetzt man 
12632 \series bold
12633
12634 \backslash
12635 centering
12636 \series default
12637  durch 
12638 \series bold
12639
12640 \backslash
12641 raggedleft
12642 \series default
12643 .
12644  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12645 \series bold
12646
12647 \backslash
12648 raggedright
12649 \series default
12650  verwendet.
12651 \end_layout
12652
12653 \begin_layout Standard
12654 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12655  die -4
12656 \begin_inset space \thinspace{}
12657 \end_inset
12658
12659 mm vertikalen Versatz hat und sich in einer 3
12660 \begin_inset space \thinspace{}
12661 \end_inset
12662
12663 cm breiten Spalte befindet:
12664 \end_layout
12665
12666 \begin_layout Standard
12667 \noindent
12668 \align center
12669 \begin_inset ERT
12670 status collapsed
12671
12672 \begin_layout Plain Layout
12673
12674
12675 \backslash
12676 renewcommand{
12677 \backslash
12678 multirowsetup}{
12679 \backslash
12680 raggedleft}
12681 \end_layout
12682
12683 \end_inset
12684
12685
12686 \begin_inset Tabular
12687 <lyxtabular version="3" rows="4" columns="3">
12688 <features tabularvalignment="middle">
12689 <column alignment="center" valignment="top" width="3cm">
12690 <column alignment="center" valignment="top">
12691 <column alignment="center" valignment="top">
12692 <row>
12693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12694 \begin_inset Text
12695
12696 \begin_layout Plain Layout
12697 ein langer Eintrag
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12703 \begin_inset Text
12704
12705 \begin_layout Plain Layout
12706 b
12707 \end_layout
12708
12709 \end_inset
12710 </cell>
12711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12712 \begin_inset Text
12713
12714 \begin_layout Plain Layout
12715 c
12716 \end_layout
12717
12718 \end_inset
12719 </cell>
12720 </row>
12721 <row>
12722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12723 \begin_inset Text
12724
12725 \begin_layout Plain Layout
12726 t
12727 \end_layout
12728
12729 \end_inset
12730 </cell>
12731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12732 \begin_inset Text
12733
12734 \begin_layout Plain Layout
12735 n
12736 \end_layout
12737
12738 \end_inset
12739 </cell>
12740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12741 \begin_inset Text
12742
12743 \begin_layout Plain Layout
12744 m
12745 \end_layout
12746
12747 \end_inset
12748 </cell>
12749 </row>
12750 <row>
12751 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12752 \begin_inset Text
12753
12754 \begin_layout Plain Layout
12755 Mehrfachzeile
12756 \end_layout
12757
12758 \end_inset
12759 </cell>
12760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12761 \begin_inset Text
12762
12763 \begin_layout Plain Layout
12764 e
12765 \end_layout
12766
12767 \end_inset
12768 </cell>
12769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12770 \begin_inset Text
12771
12772 \begin_layout Plain Layout
12773 f
12774 \end_layout
12775
12776 \end_inset
12777 </cell>
12778 </row>
12779 <row>
12780 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12781 \begin_inset Text
12782
12783 \begin_layout Plain Layout
12784
12785 \end_layout
12786
12787 \end_inset
12788 </cell>
12789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12790 \begin_inset Text
12791
12792 \begin_layout Plain Layout
12793 h
12794 \end_layout
12795
12796 \end_inset
12797 </cell>
12798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12799 \begin_inset Text
12800
12801 \begin_layout Plain Layout
12802 i
12803 \end_layout
12804
12805 \end_inset
12806 </cell>
12807 </row>
12808 </lyxtabular>
12809
12810 \end_inset
12811
12812
12813 \begin_inset ERT
12814 status collapsed
12815
12816 \begin_layout Plain Layout
12817
12818
12819 \backslash
12820 renewcommand{
12821 \backslash
12822 multirowsetup}{
12823 \backslash
12824 raggedright}
12825 \end_layout
12826
12827 \end_inset
12828
12829
12830 \end_layout
12831
12832 \begin_layout Standard
12833 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12834  (Tastenkürzel 
12835 \family sans
12836 Strg+Enter
12837 \family default
12838 ) verwenden.
12839  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12840 \end_layout
12841
12842 \begin_layout Standard
12843 \noindent
12844 \align center
12845 \begin_inset Tabular
12846 <lyxtabular version="3" rows="3" columns="2">
12847 <features tabularvalignment="middle">
12848 <column alignment="left" valignment="middle" width="2cm">
12849 <column alignment="center" valignment="top">
12850 <row>
12851 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Plain Layout
12855 aaa
12856 \begin_inset Newline newline
12857 \end_inset
12858
12859 aaa
12860 \begin_inset Newline newline
12861 \end_inset
12862
12863 falsche Zelle
12864 \end_layout
12865
12866 \end_inset
12867 </cell>
12868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12869 \begin_inset Text
12870
12871 \begin_layout Plain Layout
12872 ccc
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 </row>
12878 <row>
12879 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12880 \begin_inset Text
12881
12882 \begin_layout Plain Layout
12883
12884 \end_layout
12885
12886 \end_inset
12887 </cell>
12888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12889 \begin_inset Text
12890
12891 \begin_layout Plain Layout
12892 ddd
12893 \end_layout
12894
12895 \end_inset
12896 </cell>
12897 </row>
12898 <row>
12899 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Plain Layout
12903 bbb
12904 \end_layout
12905
12906 \end_inset
12907 </cell>
12908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12909 \begin_inset Text
12910
12911 \begin_layout Plain Layout
12912 eee
12913 \end_layout
12914
12915 \end_inset
12916 </cell>
12917 </row>
12918 </lyxtabular>
12919
12920 \end_inset
12921
12922
12923 \end_layout
12924
12925 \begin_layout Standard
12926 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
12927 \end_layout
12928
12929 \begin_layout Subsection
12930 Zellen mit diagonalen Linien
12931 \end_layout
12932
12933 \begin_layout Standard
12934 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
12935  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
12936  oder zwei diagonalen Linien zu teilen.
12937  Dies kann erreicht werden, indem man das \SpecialChar LaTeX
12938 -Paket 
12939 \series bold
12940 diagbox
12941 \series default
12942
12943 \begin_inset Index idx
12944 status collapsed
12945
12946 \begin_layout Plain Layout
12947 \SpecialChar LaTeX
12948 -Pakete ! diagbox
12949 \end_layout
12950
12951 \end_inset
12952
12953  im \SpecialChar LaTeX
12954 -Vorspann lädt.
12955  Das Paket stellt den Befehl 
12956 \series bold
12957
12958 \backslash
12959 diagbox
12960 \series default
12961  zur Verfügung, der als \SpecialChar TeX
12962 -Code eingefügt wird und 2 oder 3
12963 \begin_inset space ~
12964 \end_inset
12965
12966 Argumente hat:
12967 \end_layout
12968
12969 \begin_layout Standard
12970
12971 \series bold
12972
12973 \backslash
12974 diagbox[Optionen]{links unten}{rechts oben}
12975 \end_layout
12976
12977 \begin_layout Standard
12978
12979 \series bold
12980
12981 \backslash
12982 diagbox[Optionen]{links unten}{links oben}{rechts oben}
12983 \end_layout
12984
12985 \begin_layout Standard
12986 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
12987  die Argumente werden unter und über diese Linie platziert.
12988  Das zweite Schema teilt die Zelle mit 2
12989 \begin_inset space ~
12990 \end_inset
12991
12992 Linien.
12993 \end_layout
12994
12995 \begin_layout Standard
12996 \begin_inset ERT
12997 status collapsed
12998
12999 \begin_layout Plain Layout
13000
13001
13002 \backslash
13003 ifdiagbox
13004 \end_layout
13005
13006 \end_inset
13007
13008
13009 \begin_inset Note Note
13010 status open
13011
13012 \begin_layout Plain Layout
13013 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
13014 -Paket 
13015 \series bold
13016 diagbox
13017 \series default
13018  installiert ist.
13019 \end_layout
13020
13021 \end_inset
13022
13023
13024 \end_layout
13025
13026 \begin_layout Standard
13027 Hier ist eine Beispieltabelle in der 
13028 \series bold
13029
13030 \backslash
13031 diagbox 
13032 \series default
13033 im 2-Argument Schema in der ersten Zelle verwendet wird:
13034 \begin_inset VSpace medskip
13035 \end_inset
13036
13037
13038 \end_layout
13039
13040 \begin_layout Standard
13041 \noindent
13042 \begin_inset Tabular
13043 <lyxtabular version="3" rows="4" columns="4">
13044 <features tabularvalignment="middle">
13045 <column alignment="center" valignment="top">
13046 <column alignment="center" valignment="top">
13047 <column alignment="center" valignment="top">
13048 <column alignment="center" valignment="top">
13049 <row>
13050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13051 \begin_inset Text
13052
13053 \begin_layout Plain Layout
13054 \begin_inset ERT
13055 status collapsed
13056
13057 \begin_layout Plain Layout
13058
13059
13060 \backslash
13061 diagbox{
13062 \end_layout
13063
13064 \end_inset
13065
13066 Name
13067 \begin_inset ERT
13068 status collapsed
13069
13070 \begin_layout Plain Layout
13071
13072 }{
13073 \end_layout
13074
13075 \end_inset
13076
13077 Parameter
13078 \begin_inset ERT
13079 status collapsed
13080
13081 \begin_layout Plain Layout
13082
13083 }
13084 \end_layout
13085
13086 \end_inset
13087
13088
13089 \end_layout
13090
13091 \end_inset
13092 </cell>
13093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13094 \begin_inset Text
13095
13096 \begin_layout Plain Layout
13097 Dicke in nm
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Plain Layout
13106 Transparenz in %
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115 Härte in MPa
13116 \end_layout
13117
13118 \end_inset
13119 </cell>
13120 </row>
13121 <row>
13122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13123 \begin_inset Text
13124
13125 \begin_layout Plain Layout
13126 Perfekt Grün
13127 \end_layout
13128
13129 \end_inset
13130 </cell>
13131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13132 \begin_inset Text
13133
13134 \begin_layout Plain Layout
13135 45
13136 \end_layout
13137
13138 \end_inset
13139 </cell>
13140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13141 \begin_inset Text
13142
13143 \begin_layout Plain Layout
13144 80
13145 \end_layout
13146
13147 \end_inset
13148 </cell>
13149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13150 \begin_inset Text
13151
13152 \begin_layout Plain Layout
13153 504
13154 \end_layout
13155
13156 \end_inset
13157 </cell>
13158 </row>
13159 <row>
13160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13161 \begin_inset Text
13162
13163 \begin_layout Plain Layout
13164 Dunkel Multi-P
13165 \end_layout
13166
13167 \end_inset
13168 </cell>
13169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13170 \begin_inset Text
13171
13172 \begin_layout Plain Layout
13173 60
13174 \end_layout
13175
13176 \end_inset
13177 </cell>
13178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Plain Layout
13182 72
13183 \end_layout
13184
13185 \end_inset
13186 </cell>
13187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13188 \begin_inset Text
13189
13190 \begin_layout Plain Layout
13191 982
13192 \end_layout
13193
13194 \end_inset
13195 </cell>
13196 </row>
13197 <row>
13198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13199 \begin_inset Text
13200
13201 \begin_layout Plain Layout
13202 Kristallklar Pro
13203 \end_layout
13204
13205 \end_inset
13206 </cell>
13207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13208 \begin_inset Text
13209
13210 \begin_layout Plain Layout
13211 18
13212 \end_layout
13213
13214 \end_inset
13215 </cell>
13216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Plain Layout
13220 86
13221 \end_layout
13222
13223 \end_inset
13224 </cell>
13225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Plain Layout
13229 374
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 </row>
13235 </lyxtabular>
13236
13237 \end_inset
13238
13239
13240 \begin_inset VSpace medskip
13241 \end_inset
13242
13243
13244 \end_layout
13245
13246 \begin_layout Standard
13247 \begin_inset Newpage newpage
13248 \end_inset
13249
13250
13251 \end_layout
13252
13253 \begin_layout Standard
13254 Das 3-Argument Schema ist z.
13255 \begin_inset space \thinspace{}
13256 \end_inset
13257
13258 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13259 \end_layout
13260
13261 \begin_layout Standard
13262 \noindent
13263 \align center
13264 \begin_inset Tabular
13265 <lyxtabular version="3" rows="4" columns="4">
13266 <features tabularvalignment="middle">
13267 <column alignment="center" valignment="top" width="0pt">
13268 <column alignment="center" valignment="top">
13269 <column alignment="center" valignment="top">
13270 <column alignment="center" valignment="top">
13271 <row>
13272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13273 \begin_inset Text
13274
13275 \begin_layout Plain Layout
13276 \begin_inset ERT
13277 status collapsed
13278
13279 \begin_layout Plain Layout
13280
13281
13282 \backslash
13283 diagbox{
13284 \end_layout
13285
13286 \end_inset
13287
13288 Heim
13289 \begin_inset ERT
13290 status collapsed
13291
13292 \begin_layout Plain Layout
13293
13294 }{
13295 \end_layout
13296
13297 \end_inset
13298
13299 Ergebnis
13300 \begin_inset ERT
13301 status collapsed
13302
13303 \begin_layout Plain Layout
13304
13305 }{
13306 \end_layout
13307
13308 \end_inset
13309
13310 Auswärts
13311 \begin_inset ERT
13312 status collapsed
13313
13314 \begin_layout Plain Layout
13315
13316 }
13317 \end_layout
13318
13319 \end_inset
13320
13321
13322 \end_layout
13323
13324 \end_inset
13325 </cell>
13326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13327 \begin_inset Text
13328
13329 \begin_layout Plain Layout
13330 Tiger
13331 \end_layout
13332
13333 \end_inset
13334 </cell>
13335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13336 \begin_inset Text
13337
13338 \begin_layout Plain Layout
13339 Panther
13340 \end_layout
13341
13342 \end_inset
13343 </cell>
13344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13345 \begin_inset Text
13346
13347 \begin_layout Plain Layout
13348 Falken
13349 \end_layout
13350
13351 \end_inset
13352 </cell>
13353 </row>
13354 <row>
13355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13356 \begin_inset Text
13357
13358 \begin_layout Plain Layout
13359 Tiger
13360 \end_layout
13361
13362 \end_inset
13363 </cell>
13364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13365 \begin_inset Text
13366
13367 \begin_layout Plain Layout
13368
13369 \end_layout
13370
13371 \end_inset
13372 </cell>
13373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13374 \begin_inset Text
13375
13376 \begin_layout Plain Layout
13377 1:3
13378 \end_layout
13379
13380 \end_inset
13381 </cell>
13382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13383 \begin_inset Text
13384
13385 \begin_layout Plain Layout
13386 0:1
13387 \end_layout
13388
13389 \end_inset
13390 </cell>
13391 </row>
13392 <row>
13393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13394 \begin_inset Text
13395
13396 \begin_layout Plain Layout
13397 Panther
13398 \end_layout
13399
13400 \end_inset
13401 </cell>
13402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13403 \begin_inset Text
13404
13405 \begin_layout Plain Layout
13406 3:1
13407 \end_layout
13408
13409 \end_inset
13410 </cell>
13411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13412 \begin_inset Text
13413
13414 \begin_layout Plain Layout
13415
13416 \end_layout
13417
13418 \end_inset
13419 </cell>
13420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13421 \begin_inset Text
13422
13423 \begin_layout Plain Layout
13424 0:0
13425 \end_layout
13426
13427 \end_inset
13428 </cell>
13429 </row>
13430 <row>
13431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13432 \begin_inset Text
13433
13434 \begin_layout Plain Layout
13435 Falken
13436 \end_layout
13437
13438 \end_inset
13439 </cell>
13440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13441 \begin_inset Text
13442
13443 \begin_layout Plain Layout
13444 1:0
13445 \end_layout
13446
13447 \end_inset
13448 </cell>
13449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13450 \begin_inset Text
13451
13452 \begin_layout Plain Layout
13453 0:0
13454 \end_layout
13455
13456 \end_inset
13457 </cell>
13458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13459 \begin_inset Text
13460
13461 \begin_layout Plain Layout
13462
13463 \end_layout
13464
13465 \end_inset
13466 </cell>
13467 </row>
13468 </lyxtabular>
13469
13470 \end_inset
13471
13472
13473 \end_layout
13474
13475 \begin_layout Standard
13476 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
13477  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
13478 \end_layout
13479
13480 \begin_layout Standard
13481 \noindent
13482 \align center
13483 \begin_inset Tabular
13484 <lyxtabular version="3" rows="5" columns="5">
13485 <features tabularvalignment="middle">
13486 <column alignment="center" valignment="top" width="0pt">
13487 <column alignment="center" valignment="top">
13488 <column alignment="center" valignment="top">
13489 <column alignment="center" valignment="top">
13490 <column alignment="center" valignment="top">
13491 <row>
13492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13493 \begin_inset Text
13494
13495 \begin_layout Plain Layout
13496 \begin_inset ERT
13497 status open
13498
13499 \begin_layout Plain Layout
13500
13501
13502 \backslash
13503 diagbox{
13504 \end_layout
13505
13506 \end_inset
13507
13508 Heim
13509 \begin_inset ERT
13510 status collapsed
13511
13512 \begin_layout Plain Layout
13513
13514 }{
13515 \end_layout
13516
13517 \end_inset
13518
13519 Ergebnis
13520 \begin_inset ERT
13521 status collapsed
13522
13523 \begin_layout Plain Layout
13524
13525 }{
13526 \end_layout
13527
13528 \end_inset
13529
13530 Auswärts
13531 \begin_inset ERT
13532 status collapsed
13533
13534 \begin_layout Plain Layout
13535
13536 }
13537 \end_layout
13538
13539 \end_inset
13540
13541
13542 \end_layout
13543
13544 \end_inset
13545 </cell>
13546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13547 \begin_inset Text
13548
13549 \begin_layout Plain Layout
13550 Tiger
13551 \end_layout
13552
13553 \end_inset
13554 </cell>
13555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13556 \begin_inset Text
13557
13558 \begin_layout Plain Layout
13559 Panther
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568 Falken
13569 \end_layout
13570
13571 \end_inset
13572 </cell>
13573 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13574 \begin_inset Text
13575
13576 \begin_layout Plain Layout
13577 \begin_inset ERT
13578 status open
13579
13580 \begin_layout Plain Layout
13581
13582
13583 \backslash
13584 diagbox[dir=NE]{
13585 \end_layout
13586
13587 \end_inset
13588
13589 Heim
13590 \begin_inset ERT
13591 status collapsed
13592
13593 \begin_layout Plain Layout
13594
13595 }{
13596 \end_layout
13597
13598 \end_inset
13599
13600 Ergebnis
13601 \begin_inset ERT
13602 status collapsed
13603
13604 \begin_layout Plain Layout
13605
13606 }{
13607 \end_layout
13608
13609 \end_inset
13610
13611 Auswärts
13612 \begin_inset ERT
13613 status collapsed
13614
13615 \begin_layout Plain Layout
13616
13617 }
13618 \end_layout
13619
13620 \end_inset
13621
13622
13623 \end_layout
13624
13625 \end_inset
13626 </cell>
13627 </row>
13628 <row>
13629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13630 \begin_inset Text
13631
13632 \begin_layout Plain Layout
13633 Tiger
13634 \end_layout
13635
13636 \end_inset
13637 </cell>
13638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13639 \begin_inset Text
13640
13641 \begin_layout Plain Layout
13642
13643 \end_layout
13644
13645 \end_inset
13646 </cell>
13647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13648 \begin_inset Text
13649
13650 \begin_layout Plain Layout
13651 1:3
13652 \end_layout
13653
13654 \end_inset
13655 </cell>
13656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13657 \begin_inset Text
13658
13659 \begin_layout Plain Layout
13660 0:1
13661 \end_layout
13662
13663 \end_inset
13664 </cell>
13665 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13666 \begin_inset Text
13667
13668 \begin_layout Plain Layout
13669 Tiger
13670 \end_layout
13671
13672 \end_inset
13673 </cell>
13674 </row>
13675 <row>
13676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13677 \begin_inset Text
13678
13679 \begin_layout Plain Layout
13680 Panther
13681 \end_layout
13682
13683 \end_inset
13684 </cell>
13685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13686 \begin_inset Text
13687
13688 \begin_layout Plain Layout
13689 3:1
13690 \end_layout
13691
13692 \end_inset
13693 </cell>
13694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13695 \begin_inset Text
13696
13697 \begin_layout Plain Layout
13698
13699 \end_layout
13700
13701 \end_inset
13702 </cell>
13703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13704 \begin_inset Text
13705
13706 \begin_layout Plain Layout
13707 0:0
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716 Panther
13717 \end_layout
13718
13719 \end_inset
13720 </cell>
13721 </row>
13722 <row>
13723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13724 \begin_inset Text
13725
13726 \begin_layout Plain Layout
13727 Falken
13728 \end_layout
13729
13730 \end_inset
13731 </cell>
13732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13733 \begin_inset Text
13734
13735 \begin_layout Plain Layout
13736 1:0
13737 \end_layout
13738
13739 \end_inset
13740 </cell>
13741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13742 \begin_inset Text
13743
13744 \begin_layout Plain Layout
13745 0:0
13746 \end_layout
13747
13748 \end_inset
13749 </cell>
13750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13751 \begin_inset Text
13752
13753 \begin_layout Plain Layout
13754
13755 \end_layout
13756
13757 \end_inset
13758 </cell>
13759 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13760 \begin_inset Text
13761
13762 \begin_layout Plain Layout
13763 Falken
13764 \end_layout
13765
13766 \end_inset
13767 </cell>
13768 </row>
13769 <row>
13770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13771 \begin_inset Text
13772
13773 \begin_layout Plain Layout
13774 \begin_inset ERT
13775 status open
13776
13777 \begin_layout Plain Layout
13778
13779
13780 \backslash
13781 diagbox[dir=SW]{
13782 \end_layout
13783
13784 \end_inset
13785
13786 Heim
13787 \begin_inset ERT
13788 status collapsed
13789
13790 \begin_layout Plain Layout
13791
13792 }{
13793 \end_layout
13794
13795 \end_inset
13796
13797 Ergebnis
13798 \begin_inset ERT
13799 status collapsed
13800
13801 \begin_layout Plain Layout
13802
13803 }{
13804 \end_layout
13805
13806 \end_inset
13807
13808 Auswärts
13809 \begin_inset ERT
13810 status collapsed
13811
13812 \begin_layout Plain Layout
13813
13814 }
13815 \end_layout
13816
13817 \end_inset
13818
13819
13820 \end_layout
13821
13822 \end_inset
13823 </cell>
13824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13825 \begin_inset Text
13826
13827 \begin_layout Plain Layout
13828 Tiger
13829 \end_layout
13830
13831 \end_inset
13832 </cell>
13833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13834 \begin_inset Text
13835
13836 \begin_layout Plain Layout
13837 Panther
13838 \end_layout
13839
13840 \end_inset
13841 </cell>
13842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13843 \begin_inset Text
13844
13845 \begin_layout Plain Layout
13846 Falken
13847 \end_layout
13848
13849 \end_inset
13850 </cell>
13851 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Plain Layout
13855 \begin_inset ERT
13856 status open
13857
13858 \begin_layout Plain Layout
13859
13860
13861 \backslash
13862 diagbox[dir=SE]{
13863 \end_layout
13864
13865 \end_inset
13866
13867 Heim
13868 \begin_inset ERT
13869 status collapsed
13870
13871 \begin_layout Plain Layout
13872
13873 }{
13874 \end_layout
13875
13876 \end_inset
13877
13878 Ergebnis
13879 \begin_inset ERT
13880 status collapsed
13881
13882 \begin_layout Plain Layout
13883
13884 }{
13885 \end_layout
13886
13887 \end_inset
13888
13889 Auswärts
13890 \begin_inset ERT
13891 status collapsed
13892
13893 \begin_layout Plain Layout
13894
13895 }
13896 \end_layout
13897
13898 \end_inset
13899
13900
13901 \end_layout
13902
13903 \end_inset
13904 </cell>
13905 </row>
13906 </lyxtabular>
13907
13908 \end_inset
13909
13910
13911 \end_layout
13912
13913 \begin_layout Standard
13914 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
13915 \series bold
13916 dir=Richtung
13917 \series default
13918  verwendet.
13919  
13920 \emph on
13921 Richtung
13922 \emph default
13923  ist entweder 
13924 \series bold
13925 NE
13926 \series default
13927
13928 \series bold
13929 SE
13930 \series default
13931
13932 \series bold
13933 SW
13934 \series default
13935  oder 
13936 \series bold
13937 NW
13938 \series default
13939  und stellt eine Himmelsrichtung dar.
13940  
13941 \series bold
13942 SW
13943 \series default
13944  ist z.
13945 \begin_inset space \thinspace{}
13946 \end_inset
13947
13948 B.
13949  die Südwestecke.
13950  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
13951 \end_layout
13952
13953 \begin_layout Standard
13954
13955 \series bold
13956
13957 \backslash
13958 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
13959 \end_layout
13960
13961 \begin_layout Standard
13962 verwendet.
13963  Wenn keine Richtung angegeben ist, wird NW verwendet.
13964 \end_layout
13965
13966 \begin_layout Standard
13967 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
13968  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
13969 e ist, ragt der Inhalt über die Zelle hinaus:
13970 \end_layout
13971
13972 \begin_layout Standard
13973 \noindent
13974 \align center
13975 \begin_inset Tabular
13976 <lyxtabular version="3" rows="2" columns="2">
13977 <features tabularvalignment="middle">
13978 <column alignment="center" valignment="top" width="3cm">
13979 <column alignment="center" valignment="top">
13980 <row>
13981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13982 \begin_inset Text
13983
13984 \begin_layout Plain Layout
13985 \begin_inset ERT
13986 status collapsed
13987
13988 \begin_layout Plain Layout
13989
13990
13991 \backslash
13992 diagbox{
13993 \end_layout
13994
13995 \end_inset
13996
13997 Name
13998 \begin_inset ERT
13999 status collapsed
14000
14001 \begin_layout Plain Layout
14002
14003 }{
14004 \end_layout
14005
14006 \end_inset
14007
14008 Parameter
14009 \begin_inset ERT
14010 status collapsed
14011
14012 \begin_layout Plain Layout
14013
14014 }
14015 \end_layout
14016
14017 \end_inset
14018
14019
14020 \end_layout
14021
14022 \end_inset
14023 </cell>
14024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14025 \begin_inset Text
14026
14027 \begin_layout Plain Layout
14028 Dicke in nm
14029 \end_layout
14030
14031 \end_inset
14032 </cell>
14033 </row>
14034 <row>
14035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14036 \begin_inset Text
14037
14038 \begin_layout Plain Layout
14039 Perfekt Grün
14040 \end_layout
14041
14042 \end_inset
14043 </cell>
14044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14045 \begin_inset Text
14046
14047 \begin_layout Plain Layout
14048 45
14049 \end_layout
14050
14051 \end_inset
14052 </cell>
14053 </row>
14054 </lyxtabular>
14055
14056 \end_inset
14057
14058
14059 \end_layout
14060
14061 \begin_layout Standard
14062 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14063  verwendet man die Befehlsoption 
14064 \series bold
14065 width=3cm
14066 \series default
14067  (ersetzen Sie '3cm' durch die benötigte Breite).
14068  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14069 \begin_inset space \thinspace{}
14070 \end_inset
14071
14072 cm gesetzt.
14073  Für 
14074 \series bold
14075
14076 \backslash
14077 diagbox
14078 \series default
14079  wird eine Breite von 4
14080 \begin_inset space \thinspace{}
14081 \end_inset
14082
14083 cm + 2
14084 \begin_inset space \thinspace{}
14085 \end_inset
14086
14087
14088 \backslash
14089 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14090  diesem Fall 4
14091 \begin_inset space \thinspace{}
14092 \end_inset
14093
14094 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14095  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14096 \series bold
14097
14098 \backslash
14099 diagbox
14100 \series default
14101  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14102  später verwenden kann.
14103  Dies wird mit den \SpecialChar TeX
14104 -Code Befehlen
14105 \end_layout
14106
14107 \begin_layout Standard
14108
14109 \series bold
14110
14111 \backslash
14112 newlength{
14113 \backslash
14114 diagtest}
14115 \begin_inset Newline newline
14116 \end_inset
14117
14118
14119 \backslash
14120 setlength{
14121 \backslash
14122 diagtest}{4cm+2
14123 \backslash
14124 tabcolsep}
14125 \end_layout
14126
14127 \begin_layout Standard
14128 erreicht.
14129 \end_layout
14130
14131 \begin_layout Standard
14132 \begin_inset ERT
14133 status collapsed
14134
14135 \begin_layout Plain Layout
14136
14137
14138 \backslash
14139 newlength{
14140 \backslash
14141 diagtest}
14142 \end_layout
14143
14144 \begin_layout Plain Layout
14145
14146
14147 \backslash
14148 setlength{
14149 \backslash
14150 diagtest}{4cm+2
14151 \backslash
14152 tabcolsep}
14153 \end_layout
14154
14155 \end_inset
14156
14157
14158 \end_layout
14159
14160 \begin_layout Standard
14161 Um Berechnungen in \SpecialChar LaTeX
14162  zu aktivieren, muss das Paket 
14163 \series bold
14164 calc
14165 \series default
14166
14167 \begin_inset Index idx
14168 status collapsed
14169
14170 \begin_layout Plain Layout
14171 \SpecialChar LaTeX
14172 -Pakete ! calc
14173 \end_layout
14174
14175 \end_inset
14176
14177  im \SpecialChar LaTeX
14178 -Vorspann geladen werden.
14179 \end_layout
14180
14181 \begin_layout Standard
14182 In der Tabelle kann man nun den Befehl
14183 \end_layout
14184
14185 \begin_layout Standard
14186
14187 \series bold
14188
14189 \backslash
14190 diagbox[width=
14191 \backslash
14192 diagtest]{A}{B}
14193 \end_layout
14194
14195 \begin_layout Standard
14196 in der ersten Zelle verwenden:
14197 \end_layout
14198
14199 \begin_layout Standard
14200 \noindent
14201 \align center
14202 \begin_inset Tabular
14203 <lyxtabular version="3" rows="2" columns="2">
14204 <features tabularvalignment="middle">
14205 <column alignment="center" valignment="top" width="4cm">
14206 <column alignment="center" valignment="top">
14207 <row>
14208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14209 \begin_inset Text
14210
14211 \begin_layout Plain Layout
14212 \begin_inset ERT
14213 status open
14214
14215 \begin_layout Plain Layout
14216
14217
14218 \backslash
14219 diagbox[width=
14220 \backslash
14221 diagtest]{
14222 \end_layout
14223
14224 \end_inset
14225
14226 A
14227 \begin_inset ERT
14228 status collapsed
14229
14230 \begin_layout Plain Layout
14231
14232 }{
14233 \end_layout
14234
14235 \end_inset
14236
14237 B
14238 \begin_inset ERT
14239 status collapsed
14240
14241 \begin_layout Plain Layout
14242
14243 }
14244 \end_layout
14245
14246 \end_inset
14247
14248
14249 \end_layout
14250
14251 \end_inset
14252 </cell>
14253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14254 \begin_inset Text
14255
14256 \begin_layout Plain Layout
14257 Dicke in nm
14258 \end_layout
14259
14260 \end_inset
14261 </cell>
14262 </row>
14263 <row>
14264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14265 \begin_inset Text
14266
14267 \begin_layout Plain Layout
14268 Perfekt Grün
14269 \end_layout
14270
14271 \end_inset
14272 </cell>
14273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14274 \begin_inset Text
14275
14276 \begin_layout Plain Layout
14277 45
14278 \end_layout
14279
14280 \end_inset
14281 </cell>
14282 </row>
14283 </lyxtabular>
14284
14285 \end_inset
14286
14287
14288 \end_layout
14289
14290 \begin_layout Standard
14291 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14292  muss.
14293  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14294  wie in in dieser Tabelle:
14295 \end_layout
14296
14297 \begin_layout Standard
14298 \noindent
14299 \align center
14300 \begin_inset Tabular
14301 <lyxtabular version="3" rows="2" columns="2">
14302 <features tabularvalignment="middle">
14303 <column alignment="center" valignment="top" width="0pt">
14304 <column alignment="center" valignment="top">
14305 <row>
14306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14307 \begin_inset Text
14308
14309 \begin_layout Plain Layout
14310 \begin_inset ERT
14311 status collapsed
14312
14313 \begin_layout Plain Layout
14314
14315
14316 \backslash
14317 diagbox{
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 Verwenden Sie in diesem Fall die Option 
14388 \series bold
14389 width
14390 \series default
14391  des Befehls 
14392 \series bold
14393
14394 \backslash
14395 diagbox
14396 \series default
14397 .
14398  Es ist dabei nicht notwendig, 2
14399 \backslash
14400 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
14401  ist.
14402  In dieser Tabelle wird eine Breite von 3
14403 \begin_inset space \thinspace{}
14404 \end_inset
14405
14406 cm verwendet:
14407 \end_layout
14408
14409 \begin_layout Standard
14410 \noindent
14411 \align center
14412 \begin_inset Tabular
14413 <lyxtabular version="3" rows="2" columns="2">
14414 <features tabularvalignment="middle">
14415 <column alignment="center" valignment="top" width="0pt">
14416 <column alignment="center" valignment="top">
14417 <row>
14418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422 \begin_inset ERT
14423 status open
14424
14425 \begin_layout Plain Layout
14426
14427
14428 \backslash
14429 diagbox[width=3cm]{
14430 \end_layout
14431
14432 \end_inset
14433
14434 A
14435 \begin_inset ERT
14436 status collapsed
14437
14438 \begin_layout Plain Layout
14439
14440 }{
14441 \end_layout
14442
14443 \end_inset
14444
14445 B
14446 \begin_inset ERT
14447 status collapsed
14448
14449 \begin_layout Plain Layout
14450
14451 }
14452 \end_layout
14453
14454 \end_inset
14455
14456
14457 \end_layout
14458
14459 \end_inset
14460 </cell>
14461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14462 \begin_inset Text
14463
14464 \begin_layout Plain Layout
14465 Dicke in nm
14466 \end_layout
14467
14468 \end_inset
14469 </cell>
14470 </row>
14471 <row>
14472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14473 \begin_inset Text
14474
14475 \begin_layout Plain Layout
14476 Perfekt Grün
14477 \end_layout
14478
14479 \end_inset
14480 </cell>
14481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14482 \begin_inset Text
14483
14484 \begin_layout Plain Layout
14485 45
14486 \end_layout
14487
14488 \end_inset
14489 </cell>
14490 </row>
14491 </lyxtabular>
14492
14493 \end_inset
14494
14495
14496 \end_layout
14497
14498 \begin_layout Standard
14499 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
14500  Text in der Zelle unterzubringen.
14501  Dies wird mit der 
14502 \series bold
14503
14504 \backslash
14505 diagbox
14506 \series default
14507 -Option 
14508 \series bold
14509 height=3cm
14510 \series default
14511  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
14512  In der folgenden Tabelle wird der Befehl
14513 \end_layout
14514
14515 \begin_layout Standard
14516
14517 \series bold
14518
14519 \backslash
14520 diagbox[width=3cm,height=1.4cm]{A
14521 \backslash
14522
14523 \backslash
14524 B}{C
14525 \backslash
14526
14527 \backslash
14528 D}
14529 \end_layout
14530
14531 \begin_layout Standard
14532 in der ersten Zelle verwendet.
14533  Der Befehl 
14534 \series bold
14535
14536 \backslash
14537
14538 \backslash
14539
14540 \series default
14541  erzeugt hierbei den Zeilenumbruch.
14542 \begin_inset Foot
14543 status collapsed
14544
14545 \begin_layout Plain Layout
14546 Zeilen mit 
14547 \family sans
14548 Strg+Enter
14549 \family default
14550  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
14551 \end_layout
14552
14553 \end_inset
14554
14555
14556 \end_layout
14557
14558 \begin_layout Standard
14559 \noindent
14560 \align center
14561 \begin_inset Tabular
14562 <lyxtabular version="3" rows="2" columns="2">
14563 <features tabularvalignment="middle">
14564 <column alignment="center" valignment="top">
14565 <column alignment="center" valignment="top">
14566 <row>
14567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14568 \begin_inset Text
14569
14570 \begin_layout Plain Layout
14571 \begin_inset ERT
14572 status open
14573
14574 \begin_layout Plain Layout
14575
14576
14577 \backslash
14578 diagbox[width=3cm,height=1.4cm]{
14579 \end_layout
14580
14581 \end_inset
14582
14583 A
14584 \begin_inset ERT
14585 status collapsed
14586
14587 \begin_layout Plain Layout
14588
14589
14590 \backslash
14591
14592 \backslash
14593
14594 \end_layout
14595
14596 \end_inset
14597
14598 B
14599 \begin_inset ERT
14600 status collapsed
14601
14602 \begin_layout Plain Layout
14603
14604 }{
14605 \end_layout
14606
14607 \end_inset
14608
14609 C
14610 \begin_inset ERT
14611 status collapsed
14612
14613 \begin_layout Plain Layout
14614
14615
14616 \backslash
14617
14618 \backslash
14619
14620 \end_layout
14621
14622 \end_inset
14623
14624 D
14625 \begin_inset ERT
14626 status collapsed
14627
14628 \begin_layout Plain Layout
14629
14630 }
14631 \end_layout
14632
14633 \end_inset
14634
14635
14636 \end_layout
14637
14638 \end_inset
14639 </cell>
14640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14641 \begin_inset Text
14642
14643 \begin_layout Plain Layout
14644 Dicke in nm
14645 \end_layout
14646
14647 \end_inset
14648 </cell>
14649 </row>
14650 <row>
14651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14652 \begin_inset Text
14653
14654 \begin_layout Plain Layout
14655 Perfekt Grün
14656 \end_layout
14657
14658 \end_inset
14659 </cell>
14660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14661 \begin_inset Text
14662
14663 \begin_layout Plain Layout
14664 45
14665 \end_layout
14666
14667 \end_inset
14668 </cell>
14669 </row>
14670 </lyxtabular>
14671
14672 \end_inset
14673
14674
14675 \end_layout
14676
14677 \begin_layout Standard
14678 \begin_inset ERT
14679 status collapsed
14680
14681 \begin_layout Plain Layout
14682
14683
14684 \backslash
14685 else
14686 \end_layout
14687
14688 \end_inset
14689
14690
14691 \begin_inset Note Note
14692 status open
14693
14694 \begin_layout Plain Layout
14695 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
14696 -Paket 
14697 \series bold
14698 diagbox
14699 \series default
14700  nicht installiert ist:
14701 \end_layout
14702
14703 \end_inset
14704
14705
14706 \end_layout
14707
14708 \begin_layout Standard
14709 Sie müssen das \SpecialChar LaTeX
14710 -Paket 
14711 \series bold
14712 diagbox
14713 \series default
14714  installiert haben um den Inhalt dieses Abschnitts zu sehen.
14715 \end_layout
14716
14717 \begin_layout Standard
14718 \begin_inset ERT
14719 status collapsed
14720
14721 \begin_layout Plain Layout
14722
14723
14724 \backslash
14725 fi
14726 \end_layout
14727
14728 \end_inset
14729
14730
14731 \end_layout
14732
14733 \begin_layout Standard
14734 Für mehr Informationen über das \SpecialChar LaTeX
14735 -Paket 
14736 \series bold
14737 diagbox
14738 \series default
14739 , siehe dessen Dokumentation, 
14740 \begin_inset CommandInset citation
14741 LatexCommand cite
14742 key "diagbox"
14743 literal "true"
14744
14745 \end_inset
14746
14747 .
14748 \end_layout
14749
14750 \begin_layout Section
14751 Formale Tabellen
14752 \begin_inset CommandInset label
14753 LatexCommand label
14754 name "abs:Formale-Tabellen"
14755
14756 \end_inset
14757
14758
14759 \begin_inset Index idx
14760 status collapsed
14761
14762 \begin_layout Plain Layout
14763 Tabellen ! Formale
14764 \end_layout
14765
14766 \end_inset
14767
14768
14769 \end_layout
14770
14771 \begin_layout Standard
14772 Tabellen werden in Büchern oft wie Tabelle
14773 \begin_inset space ~
14774 \end_inset
14775
14776
14777 \begin_inset CommandInset ref
14778 LatexCommand ref
14779 reference "tab:Formale-Tabelle"
14780
14781 \end_inset
14782
14783  gesetzt.
14784  Diese Tabellen werden
14785 \emph on
14786  formal
14787 \emph default
14788  genannt.
14789  Formale Tabellen bekommen Sie, wenn Sie im 
14790 \family sans
14791 Tabellen-Einstellungen
14792 \family default
14793 -Dialog auf der Karteikarte 
14794 \family sans
14795 Rahmen
14796 \family default
14797  den 
14798 \family sans
14799 Stil
14800 \family default
14801  
14802 \family sans
14803 Formal
14804 \family default
14805  ankreuzen.
14806 \end_layout
14807
14808 \begin_layout Standard
14809 \begin_inset Float table
14810 placement h
14811 wide false
14812 sideways false
14813 status open
14814
14815 \begin_layout Plain Layout
14816 \begin_inset Caption Standard
14817
14818 \begin_layout Plain Layout
14819 \begin_inset CommandInset label
14820 LatexCommand label
14821 name "tab:Formale-Tabelle"
14822
14823 \end_inset
14824
14825 Formale Tabelle
14826 \end_layout
14827
14828 \end_inset
14829
14830
14831 \end_layout
14832
14833 \begin_layout Plain Layout
14834 \align center
14835 \begin_inset Tabular
14836 <lyxtabular version="3" rows="8" columns="4">
14837 <features booktabs="true" tabularvalignment="middle">
14838 <column alignment="center" valignment="top">
14839 <column alignment="right" valignment="top">
14840 <column alignment="right" valignment="top">
14841 <column alignment="right" valignment="top">
14842 <row>
14843 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14844 \begin_inset Text
14845
14846 \begin_layout Plain Layout
14847 System
14848 \end_layout
14849
14850 \end_inset
14851 </cell>
14852 <cell alignment="center" valignment="top" topline="true" usebox="none">
14853 \begin_inset Text
14854
14855 \begin_layout Plain Layout
14856 Chip
14857 \begin_inset space \thinspace{}
14858 \end_inset
14859
14860 1
14861 \end_layout
14862
14863 \end_inset
14864 </cell>
14865 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14866 \begin_inset Text
14867
14868 \begin_layout Plain Layout
14869 Chip
14870 \begin_inset space \thinspace{}
14871 \end_inset
14872
14873 2
14874 \end_layout
14875
14876 \end_inset
14877 </cell>
14878 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14879 \begin_inset Text
14880
14881 \begin_layout Plain Layout
14882
14883 \end_layout
14884
14885 \end_inset
14886 </cell>
14887 </row>
14888 <row>
14889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14890 \begin_inset Text
14891
14892 \begin_layout Plain Layout
14893 \begin_inset ERT
14894 status collapsed
14895
14896 \begin_layout Plain Layout
14897
14898
14899 \backslash
14900 cmidrule(r){2-2}
14901 \end_layout
14902
14903 \end_inset
14904
14905
14906 \begin_inset ERT
14907 status collapsed
14908
14909 \begin_layout Plain Layout
14910
14911
14912 \backslash
14913 cmidrule(l){3-4}
14914 \end_layout
14915
14916 \end_inset
14917
14918 Detektordicke in µm
14919 \end_layout
14920
14921 \end_inset
14922 </cell>
14923 <cell alignment="center" valignment="top" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927 300
14928 \end_layout
14929
14930 \end_inset
14931 </cell>
14932 <cell alignment="center" valignment="top" usebox="none">
14933 \begin_inset Text
14934
14935 \begin_layout Plain Layout
14936 300
14937 \end_layout
14938
14939 \end_inset
14940 </cell>
14941 <cell alignment="center" valignment="top" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945 700
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 </row>
14951 <row>
14952 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14953 \begin_inset Text
14954
14955 \begin_layout Plain Layout
14956 Kantenwinkel in °
14957 \end_layout
14958
14959 \end_inset
14960 </cell>
14961 <cell alignment="center" valignment="top" topline="true" usebox="none">
14962 \begin_inset Text
14963
14964 \begin_layout Plain Layout
14965 3.55
14966 \end_layout
14967
14968 \end_inset
14969 </cell>
14970 <cell alignment="center" valignment="top" topline="true" usebox="none">
14971 \begin_inset Text
14972
14973 \begin_layout Plain Layout
14974 2.71
14975 \end_layout
14976
14977 \end_inset
14978 </cell>
14979 <cell alignment="center" valignment="top" topline="true" usebox="none">
14980 \begin_inset Text
14981
14982 \begin_layout Plain Layout
14983 7.99
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 </row>
14989 <row topspace="default">
14990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Plain Layout
14994 räumliche Auf\SpecialChar ligaturebreak
14995 lösung in µm
14996 \end_layout
14997
14998 \end_inset
14999 </cell>
15000 <cell alignment="center" valignment="top" usebox="none">
15001 \begin_inset Text
15002
15003 \begin_layout Plain Layout
15004 4.26
15005 \end_layout
15006
15007 \end_inset
15008 </cell>
15009 <cell alignment="center" valignment="top" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013 10.17
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 <cell alignment="center" valignment="top" usebox="none">
15019 \begin_inset Text
15020
15021 \begin_layout Plain Layout
15022 10.56
15023 \end_layout
15024
15025 \end_inset
15026 </cell>
15027 </row>
15028 <row topspace="default">
15029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15030 \begin_inset Text
15031
15032 \begin_layout Plain Layout
15033 MTF bei 
15034 \begin_inset Formula $f_{\mathrm{max}}$
15035 \end_inset
15036
15037
15038 \end_layout
15039
15040 \end_inset
15041 </cell>
15042 <cell alignment="center" valignment="top" usebox="none">
15043 \begin_inset Text
15044
15045 \begin_layout Plain Layout
15046 0.53
15047 \end_layout
15048
15049 \end_inset
15050 </cell>
15051 <cell alignment="center" valignment="top" usebox="none">
15052 \begin_inset Text
15053
15054 \begin_layout Plain Layout
15055 0.37
15056 \end_layout
15057
15058 \end_inset
15059 </cell>
15060 <cell alignment="center" valignment="top" usebox="none">
15061 \begin_inset Text
15062
15063 \begin_layout Plain Layout
15064 0.39
15065 \end_layout
15066
15067 \end_inset
15068 </cell>
15069 </row>
15070 <row topspace="default">
15071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Plain Layout
15075 \begin_inset ERT
15076 status collapsed
15077
15078 \begin_layout Plain Layout
15079
15080
15081 \backslash
15082 cmidrule[2pt](l{10pt}){1-1}
15083 \end_layout
15084
15085 \end_inset
15086
15087 LSF räumliche Auf\SpecialChar ligaturebreak
15088 lösung
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 <cell alignment="center" valignment="top" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Plain Layout
15097
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 <cell alignment="center" valignment="top" usebox="none">
15103 \begin_inset Text
15104
15105 \begin_layout Plain Layout
15106
15107 \end_layout
15108
15109 \end_inset
15110 </cell>
15111 <cell alignment="center" valignment="top" usebox="none">
15112 \begin_inset Text
15113
15114 \begin_layout Plain Layout
15115
15116 \end_layout
15117
15118 \end_inset
15119 </cell>
15120 </row>
15121 <row>
15122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15123 \begin_inset Text
15124
15125 \begin_layout Plain Layout
15126 in µm
15127 \end_layout
15128
15129 \end_inset
15130 </cell>
15131 <cell alignment="center" valignment="top" usebox="none">
15132 \begin_inset Text
15133
15134 \begin_layout Plain Layout
15135 129.7
15136 \end_layout
15137
15138 \end_inset
15139 </cell>
15140 <cell alignment="center" valignment="top" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144 52.75
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 50.78
15154 \end_layout
15155
15156 \end_inset
15157 </cell>
15158 </row>
15159 <row>
15160 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15161 \begin_inset Text
15162
15163 \begin_layout Plain Layout
15164 in % der Pixelgröße
15165 \end_layout
15166
15167 \end_inset
15168 </cell>
15169 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15170 \begin_inset Text
15171
15172 \begin_layout Plain Layout
15173 76.3
15174 \end_layout
15175
15176 \end_inset
15177 </cell>
15178 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15179 \begin_inset Text
15180
15181 \begin_layout Plain Layout
15182 95.9
15183 \end_layout
15184
15185 \end_inset
15186 </cell>
15187 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15188 \begin_inset Text
15189
15190 \begin_layout Plain Layout
15191 92.3
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 </row>
15197 </lyxtabular>
15198
15199 \end_inset
15200
15201
15202 \end_layout
15203
15204 \end_inset
15205
15206
15207 \end_layout
15208
15209 \begin_layout Standard
15210 Abstände zu Tabellenzeilen können auf der Karteikarte 
15211 \family sans
15212 Rahmen
15213 \family default
15214  des 
15215 \family sans
15216 Tabellen-Ein\SpecialChar softhyphen
15217 stel\SpecialChar softhyphen
15218 lun\SpecialChar softhyphen
15219 gen
15220 \family default
15221 -Dialogs hinzugefügt werden, wie in Abschnitt
15222 \begin_inset space ~
15223 \end_inset
15224
15225
15226 \begin_inset CommandInset ref
15227 LatexCommand ref
15228 reference "uab:Zeilenabstand"
15229
15230 \end_inset
15231
15232  beschrieben.
15233 \end_layout
15234
15235 \begin_layout Standard
15236 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15237  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15238  gedruckt aber anders aus.
15239  Die erste und letzte Linie ist 0.08
15240 \begin_inset space \thinspace{}
15241 \end_inset
15242
15243 em dick, während die anderen 0.05
15244 \begin_inset space \thinspace{}
15245 \end_inset
15246
15247 em dick sind.
15248 \end_layout
15249
15250 \begin_layout Standard
15251 Die Standarddicken können im \SpecialChar LaTeX
15252 -Vorspann geändert werden:
15253 \end_layout
15254
15255 \begin_layout Standard
15256
15257 \series bold
15258
15259 \backslash
15260 let
15261 \backslash
15262 mytoprule
15263 \backslash
15264 toprule
15265 \begin_inset Newline newline
15266 \end_inset
15267
15268
15269 \backslash
15270 renewcommand{
15271 \backslash
15272 toprule}{
15273 \backslash
15274 mytoprule[Breite]}
15275 \end_layout
15276
15277 \begin_layout Standard
15278 Dies Beispiel gilt für die oberste Linie, genannt 
15279 \series bold
15280 toprule
15281 \series default
15282 .
15283  Für die letzte müssen Sie 
15284 \series bold
15285 toprule
15286 \series default
15287  durch 
15288 \series bold
15289 bottomrule
15290 \series default
15291  ersetzen.
15292  Die Linien dazwischen heißen 
15293 \series bold
15294 midrule
15295 \series default
15296 .
15297  Für 
15298 \family sans
15299 Breite
15300 \family default
15301  können Sie alle Einheiten benutzen, die in Anhang
15302 \begin_inset space ~
15303 \end_inset
15304
15305
15306 \begin_inset CommandInset ref
15307 LatexCommand ref
15308 reference "kap:In-LyX-verfügbare"
15309
15310 \end_inset
15311
15312  aufgelistet sind.
15313 \end_layout
15314
15315 \begin_layout Standard
15316 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
15317  eine Linie unter einer Mehrfachspalte.
15318  \SpecialChar LyX
15319  wird intern den Befehl 
15320 \series bold
15321
15322 \backslash
15323 cmidrule
15324 \series default
15325  benutzen, um diese Linie zu drucken.
15326  Der ganze Befehl sieht so aus:
15327 \end_layout
15328
15329 \begin_layout Standard
15330
15331 \series bold
15332
15333 \backslash
15334 cmidrule[Höhe](trim){Anfangsspalte-Endspalte}
15335 \end_layout
15336
15337 \begin_layout Standard
15338 Die 
15339 \series bold
15340
15341 \backslash
15342 cmidrule
15343 \series default
15344 -Optionen werden (noch) nicht von \SpecialChar LyX
15345  unterstützt, also müssen Sie \SpecialChar TeX
15346 -Code benutzen.
15347  
15348 \series bold
15349
15350 \backslash
15351 cmidrule
15352 \series default
15353  kann man benutzen, indem man den Befehl als \SpecialChar TeX
15354 -Code als erstes in die erste
15355  Zelle einer Zeile einfügt.
15356  Die Linie wird dann über der Zeile gedruckt.
15357 \end_layout
15358
15359 \begin_layout Standard
15360 Der Standardwert der optionalen 
15361 \series bold
15362 Höhe
15363 \series default
15364  ist 0.03
15365 \begin_inset space \thinspace{}
15366 \end_inset
15367
15368 em.
15369  Die Linie reicht von 
15370 \series bold
15371 Anfangsspalte
15372 \series default
15373  bis 
15374 \series bold
15375 Endspalte
15376 \series default
15377 .
15378  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15379  Die 
15380 \series bold
15381 Endspalte
15382 \series default
15383  muss immer angegeben werden, auch wenn die Linie nur über eine Spalte geht.
15384  Der optionale Parameter 
15385 \series bold
15386 trim
15387 \series default
15388  kann die Werte 
15389 \emph on
15390 r
15391 \emph default
15392
15393 \emph on
15394 r{Breite}
15395 \emph default
15396
15397 \emph on
15398 l
15399 \family typewriter
15400 \emph default
15401  
15402 \family default
15403 oder 
15404 \emph on
15405 l{Breite}
15406 \emph default
15407  annehmen, wobei die 
15408 \emph on
15409 Breite
15410 \emph default
15411  optional ist.
15412  
15413 \emph on
15414 l{2pt}
15415 \emph default
15416  zum Beispiel bedeutet, dass die Linie links um 2
15417 \begin_inset space \thinspace{}
15418 \end_inset
15419
15420 pt gekürzt wird.
15421  Ohne Breitenangabe wird die Linie um 0.5
15422 \begin_inset space \thinspace{}
15423 \end_inset
15424
15425 em gekürzt.
15426 \end_layout
15427
15428 \begin_layout Standard
15429 \begin_inset VSpace bigskip
15430 \end_inset
15431
15432 In Tabelle
15433 \begin_inset space ~
15434 \end_inset
15435
15436
15437 \begin_inset CommandInset ref
15438 LatexCommand ref
15439 reference "tab:Formale-Tabelle"
15440
15441 \end_inset
15442
15443  wurden die Befehle
15444 \end_layout
15445
15446 \begin_layout Standard
15447
15448 \series bold
15449
15450 \backslash
15451 cmidrule(r){2-2}
15452 \backslash
15453 cmidrule(l){3-4}
15454 \end_layout
15455
15456 \begin_layout Standard
15457 am Anfang der zweiten Zeile und
15458 \end_layout
15459
15460 \begin_layout Standard
15461
15462 \series bold
15463
15464 \backslash
15465 cmidrule[2pt](l{10pt}){1-1}
15466 \end_layout
15467
15468 \begin_layout Standard
15469 in der sechsten benutzt.
15470 \end_layout
15471
15472 \begin_layout Standard
15473 \begin_inset VSpace bigskip
15474 \end_inset
15475
15476
15477 \end_layout
15478
15479 \begin_layout Standard
15480 Sie können mit 
15481 \series bold
15482
15483 \backslash
15484 cmidrule
15485 \series default
15486  auch überlappende Linien wie in Tabelle
15487 \begin_inset space ~
15488 \end_inset
15489
15490
15491 \begin_inset CommandInset ref
15492 LatexCommand ref
15493 reference "tab:Special-booktabs-table"
15494
15495 \end_inset
15496
15497  definieren.
15498  Der Befehl ist:
15499 \end_layout
15500
15501 \begin_layout Standard
15502
15503 \series bold
15504
15505 \backslash
15506 morecmidrules
15507 \end_layout
15508
15509 \begin_layout Standard
15510 In Zeile zwei der Tabelle
15511 \begin_inset space ~
15512 \end_inset
15513
15514
15515 \begin_inset CommandInset ref
15516 LatexCommand ref
15517 reference "tab:Special-booktabs-table"
15518
15519 \end_inset
15520
15521  wurde folgender Befehl benutzt:
15522 \end_layout
15523
15524 \begin_layout Standard
15525
15526 \series bold
15527
15528 \backslash
15529 cmidrule(r){2-2}
15530 \backslash
15531 cmidrule(l){3-4}
15532 \backslash
15533 morecmidrules
15534 \begin_inset Newline newline
15535 \end_inset
15536
15537
15538 \backslash
15539 cmidrule{2-4}
15540 \end_layout
15541
15542 \begin_layout Standard
15543 und in Zeile sechs:
15544 \end_layout
15545
15546 \begin_layout Standard
15547
15548 \series bold
15549
15550 \backslash
15551 midrule
15552 \backslash
15553 morecmidrules
15554 \backslash
15555 cmidrule{3-4}
15556 \end_layout
15557
15558 \begin_layout Standard
15559 \begin_inset VSpace bigskip
15560 \end_inset
15561
15562
15563 \end_layout
15564
15565 \begin_layout Standard
15566 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15567  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15568 \end_layout
15569
15570 \begin_layout Standard
15571
15572 \series bold
15573
15574 \backslash
15575 specialrule{Dicke}{Abstand davor}{Abstand danach}
15576 \end_layout
15577
15578 \begin_layout Standard
15579 Weitere Informationen finden Sie im Handbuch des \SpecialChar LaTeX
15580 -Pakets 
15581 \series bold
15582 booktabs
15583 \series default
15584  
15585 \begin_inset CommandInset citation
15586 LatexCommand cite
15587 key "booktabs"
15588 literal "true"
15589
15590 \end_inset
15591
15592 .
15593 \begin_inset Index idx
15594 status collapsed
15595
15596 \begin_layout Plain Layout
15597 \SpecialChar LaTeX
15598 -Pakete ! booktabs
15599 \end_layout
15600
15601 \end_inset
15602
15603
15604 \end_layout
15605
15606 \begin_layout Standard
15607 \begin_inset Float table
15608 placement h
15609 wide false
15610 sideways false
15611 status open
15612
15613 \begin_layout Plain Layout
15614 \begin_inset Caption Standard
15615
15616 \begin_layout Plain Layout
15617 \begin_inset CommandInset label
15618 LatexCommand label
15619 name "tab:Special-booktabs-table"
15620
15621 \end_inset
15622
15623 Eine spezielle formale Tabelle
15624 \end_layout
15625
15626 \end_inset
15627
15628
15629 \end_layout
15630
15631 \begin_layout Plain Layout
15632 \align center
15633 \begin_inset Tabular
15634 <lyxtabular version="3" rows="8" columns="4">
15635 <features booktabs="true" tabularvalignment="middle">
15636 <column alignment="center" valignment="top">
15637 <column alignment="center" valignment="top">
15638 <column alignment="right" valignment="top">
15639 <column alignment="right" valignment="top">
15640 <row>
15641 <cell alignment="center" valignment="top" topline="true" usebox="none">
15642 \begin_inset Text
15643
15644 \begin_layout Plain Layout
15645 System
15646 \end_layout
15647
15648 \end_inset
15649 </cell>
15650 <cell alignment="center" valignment="top" topline="true" usebox="none">
15651 \begin_inset Text
15652
15653 \begin_layout Plain Layout
15654 Chip
15655 \begin_inset space \thinspace{}
15656 \end_inset
15657
15658 1
15659 \end_layout
15660
15661 \end_inset
15662 </cell>
15663 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15664 \begin_inset Text
15665
15666 \begin_layout Plain Layout
15667 Chip
15668 \begin_inset space \thinspace{}
15669 \end_inset
15670
15671 2
15672 \end_layout
15673
15674 \end_inset
15675 </cell>
15676 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15677 \begin_inset Text
15678
15679 \begin_layout Plain Layout
15680
15681 \end_layout
15682
15683 \end_inset
15684 </cell>
15685 </row>
15686 <row>
15687 <cell alignment="center" valignment="top" usebox="none">
15688 \begin_inset Text
15689
15690 \begin_layout Plain Layout
15691 \begin_inset ERT
15692 status collapsed
15693
15694 \begin_layout Plain Layout
15695
15696
15697 \backslash
15698 cmidrule(r){2-2}
15699 \end_layout
15700
15701 \end_inset
15702
15703
15704 \begin_inset ERT
15705 status collapsed
15706
15707 \begin_layout Plain Layout
15708
15709
15710 \backslash
15711 cmidrule(l){3-4}
15712 \end_layout
15713
15714 \end_inset
15715
15716
15717 \begin_inset ERT
15718 status collapsed
15719
15720 \begin_layout Plain Layout
15721
15722
15723 \backslash
15724 morecmidrules 
15725 \end_layout
15726
15727 \end_inset
15728
15729
15730 \begin_inset ERT
15731 status collapsed
15732
15733 \begin_layout Plain Layout
15734
15735
15736 \backslash
15737 cmidrule{2-4}
15738 \end_layout
15739
15740 \end_inset
15741
15742 Detektordicke in µm
15743 \end_layout
15744
15745 \end_inset
15746 </cell>
15747 <cell alignment="center" valignment="top" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751 300
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 <cell alignment="center" valignment="top" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760 300
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 <cell alignment="center" valignment="top" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769 700
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 </row>
15775 <row>
15776 <cell alignment="center" valignment="top" topline="true" usebox="none">
15777 \begin_inset Text
15778
15779 \begin_layout Plain Layout
15780 Kantenwinkel in °
15781 \end_layout
15782
15783 \end_inset
15784 </cell>
15785 <cell alignment="center" valignment="top" topline="true" usebox="none">
15786 \begin_inset Text
15787
15788 \begin_layout Plain Layout
15789 3,55
15790 \end_layout
15791
15792 \end_inset
15793 </cell>
15794 <cell alignment="center" valignment="top" topline="true" usebox="none">
15795 \begin_inset Text
15796
15797 \begin_layout Plain Layout
15798 2,71
15799 \end_layout
15800
15801 \end_inset
15802 </cell>
15803 <cell alignment="center" valignment="top" topline="true" usebox="none">
15804 \begin_inset Text
15805
15806 \begin_layout Plain Layout
15807 7,99
15808 \end_layout
15809
15810 \end_inset
15811 </cell>
15812 </row>
15813 <row topspace="default">
15814 <cell alignment="center" valignment="top" usebox="none">
15815 \begin_inset Text
15816
15817 \begin_layout Plain Layout
15818 räumliche Auf\SpecialChar ligaturebreak
15819 lösung in µm
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 <cell alignment="center" valignment="top" usebox="none">
15825 \begin_inset Text
15826
15827 \begin_layout Plain Layout
15828 4,26
15829 \end_layout
15830
15831 \end_inset
15832 </cell>
15833 <cell alignment="center" valignment="top" usebox="none">
15834 \begin_inset Text
15835
15836 \begin_layout Plain Layout
15837 10,17
15838 \end_layout
15839
15840 \end_inset
15841 </cell>
15842 <cell alignment="center" valignment="top" usebox="none">
15843 \begin_inset Text
15844
15845 \begin_layout Plain Layout
15846 10,56
15847 \end_layout
15848
15849 \end_inset
15850 </cell>
15851 </row>
15852 <row topspace="default">
15853 <cell alignment="center" valignment="top" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857 MTF bei 
15858 \begin_inset Formula $f_{\mathrm{max}}$
15859 \end_inset
15860
15861
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 <cell alignment="center" valignment="top" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Plain Layout
15870 0,53
15871 \end_layout
15872
15873 \end_inset
15874 </cell>
15875 <cell alignment="center" valignment="top" usebox="none">
15876 \begin_inset Text
15877
15878 \begin_layout Plain Layout
15879 0,37
15880 \end_layout
15881
15882 \end_inset
15883 </cell>
15884 <cell alignment="center" valignment="top" usebox="none">
15885 \begin_inset Text
15886
15887 \begin_layout Plain Layout
15888 0,39
15889 \end_layout
15890
15891 \end_inset
15892 </cell>
15893 </row>
15894 <row>
15895 <cell alignment="center" valignment="top" topline="true" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899 \begin_inset ERT
15900 status collapsed
15901
15902 \begin_layout Plain Layout
15903
15904
15905 \backslash
15906 morecmidrules 
15907 \end_layout
15908
15909 \end_inset
15910
15911
15912 \begin_inset ERT
15913 status collapsed
15914
15915 \begin_layout Plain Layout
15916
15917
15918 \backslash
15919 cmidrule{3-4}
15920 \end_layout
15921
15922 \end_inset
15923
15924 LSF-räumliche Auf\SpecialChar ligaturebreak
15925 lösung
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 <cell alignment="center" valignment="top" topline="true" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Plain Layout
15934
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 <cell alignment="center" valignment="top" topline="true" usebox="none">
15940 \begin_inset Text
15941
15942 \begin_layout Plain Layout
15943
15944 \end_layout
15945
15946 \end_inset
15947 </cell>
15948 <cell alignment="center" valignment="top" topline="true" usebox="none">
15949 \begin_inset Text
15950
15951 \begin_layout Plain Layout
15952
15953 \end_layout
15954
15955 \end_inset
15956 </cell>
15957 </row>
15958 <row>
15959 <cell alignment="center" valignment="top" usebox="none">
15960 \begin_inset Text
15961
15962 \begin_layout Plain Layout
15963 in µm
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 <cell alignment="center" valignment="top" usebox="none">
15969 \begin_inset Text
15970
15971 \begin_layout Plain Layout
15972 129,7
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 <cell alignment="center" valignment="top" usebox="none">
15978 \begin_inset Text
15979
15980 \begin_layout Plain Layout
15981 52,75
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 <cell alignment="center" valignment="top" usebox="none">
15987 \begin_inset Text
15988
15989 \begin_layout Plain Layout
15990 50,78
15991 \end_layout
15992
15993 \end_inset
15994 </cell>
15995 </row>
15996 <row>
15997 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15998 \begin_inset Text
15999
16000 \begin_layout Plain Layout
16001 in % der Pixelgröße
16002 \end_layout
16003
16004 \end_inset
16005 </cell>
16006 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16007 \begin_inset Text
16008
16009 \begin_layout Plain Layout
16010 76,3
16011 \end_layout
16012
16013 \end_inset
16014 </cell>
16015 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019 95,9
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028 92,3
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 </row>
16034 </lyxtabular>
16035
16036 \end_inset
16037
16038
16039 \end_layout
16040
16041 \end_inset
16042
16043
16044 \end_layout
16045
16046 \begin_layout Section
16047 Vertikale Tabellen-Ausrichtung
16048 \begin_inset Index idx
16049 status collapsed
16050
16051 \begin_layout Plain Layout
16052 Tabellen ! Ausrichtung
16053 \end_layout
16054
16055 \end_inset
16056
16057
16058 \end_layout
16059
16060 \begin_layout Standard
16061 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16062  einer Box sein.
16063  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16064 \begin_inset space ~
16065 \end_inset
16066
16067
16068 \begin_inset CommandInset ref
16069 LatexCommand ref
16070 reference "abs:Box-Dialog"
16071
16072 \end_inset
16073
16074  beschrieben.
16075 \end_layout
16076
16077 \begin_layout Standard
16078 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16079 \begin_inset Foot
16080 status collapsed
16081
16082 \begin_layout Plain Layout
16083 Minipages werden in Abschnitt
16084 \begin_inset space ~
16085 \end_inset
16086
16087
16088 \begin_inset CommandInset ref
16089 LatexCommand ref
16090 reference "abs:Minipage"
16091
16092 \end_inset
16093
16094  beschrieben.
16095 \end_layout
16096
16097 \end_inset
16098
16099  mit 15
16100 \begin_inset space \thinspace{}
16101 \end_inset
16102
16103 col%-Breite:
16104 \end_layout
16105
16106 \begin_layout Itemize
16107 Test 
16108 \begin_inset Box Frameless
16109 position "t"
16110 hor_pos "c"
16111 has_inner_box 1
16112 inner_pos "c"
16113 use_parbox 0
16114 use_makebox 0
16115 width "15col%"
16116 special "none"
16117 height "1in"
16118 height_special "totalheight"
16119 thickness "0.4pt"
16120 separation "3pt"
16121 shadowsize "4pt"
16122 framecolor "black"
16123 backgroundcolor "none"
16124 status collapsed
16125
16126 \begin_layout Plain Layout
16127 \begin_inset Tabular
16128 <lyxtabular version="3" rows="3" columns="3">
16129 <features tabularvalignment="middle">
16130 <column alignment="center" valignment="top">
16131 <column alignment="center" valignment="top">
16132 <column alignment="center" valignment="top">
16133 <row>
16134 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16135 \begin_inset Text
16136
16137 \begin_layout Plain Layout
16138 Tabelle 1
16139 \end_layout
16140
16141 \end_inset
16142 </cell>
16143 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16144 \begin_inset Text
16145
16146 \begin_layout Plain Layout
16147
16148 \end_layout
16149
16150 \end_inset
16151 </cell>
16152 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16153 \begin_inset Text
16154
16155 \begin_layout Plain Layout
16156
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 </row>
16162 <row>
16163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16164 \begin_inset Text
16165
16166 \begin_layout Plain Layout
16167 b
16168 \end_layout
16169
16170 \end_inset
16171 </cell>
16172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16173 \begin_inset Text
16174
16175 \begin_layout Plain Layout
16176 e
16177 \end_layout
16178
16179 \end_inset
16180 </cell>
16181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16182 \begin_inset Text
16183
16184 \begin_layout Plain Layout
16185 h
16186 \end_layout
16187
16188 \end_inset
16189 </cell>
16190 </row>
16191 <row>
16192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16193 \begin_inset Text
16194
16195 \begin_layout Plain Layout
16196 c
16197 \end_layout
16198
16199 \end_inset
16200 </cell>
16201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16202 \begin_inset Text
16203
16204 \begin_layout Plain Layout
16205 f
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16211 \begin_inset Text
16212
16213 \begin_layout Plain Layout
16214 i
16215 \end_layout
16216
16217 \end_inset
16218 </cell>
16219 </row>
16220 </lyxtabular>
16221
16222 \end_inset
16223
16224
16225 \end_layout
16226
16227 \end_inset
16228
16229  Test 
16230 \begin_inset ERT
16231 status collapsed
16232
16233 \begin_layout Plain Layout
16234
16235
16236 \backslash
16237 raisebox{0.85
16238 \backslash
16239 baselineskip}{
16240 \end_layout
16241
16242 \end_inset
16243
16244
16245 \begin_inset Box Frameless
16246 position "t"
16247 hor_pos "c"
16248 has_inner_box 1
16249 inner_pos "c"
16250 use_parbox 0
16251 use_makebox 0
16252 width "15col%"
16253 special "none"
16254 height "1in"
16255 height_special "totalheight"
16256 thickness "0.4pt"
16257 separation "3pt"
16258 shadowsize "4pt"
16259 framecolor "black"
16260 backgroundcolor "none"
16261 status collapsed
16262
16263 \begin_layout Plain Layout
16264 \begin_inset Tabular
16265 <lyxtabular version="3" rows="3" columns="3">
16266 <features tabularvalignment="middle">
16267 <column alignment="center" valignment="top">
16268 <column alignment="center" valignment="top">
16269 <column alignment="center" valignment="top">
16270 <row>
16271 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16272 \begin_inset Text
16273
16274 \begin_layout Plain Layout
16275 Tabelle 2
16276 \end_layout
16277
16278 \end_inset
16279 </cell>
16280 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16281 \begin_inset Text
16282
16283 \begin_layout Plain Layout
16284
16285 \end_layout
16286
16287 \end_inset
16288 </cell>
16289 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16290 \begin_inset Text
16291
16292 \begin_layout Plain Layout
16293
16294 \end_layout
16295
16296 \end_inset
16297 </cell>
16298 </row>
16299 <row>
16300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16301 \begin_inset Text
16302
16303 \begin_layout Plain Layout
16304 b
16305 \end_layout
16306
16307 \end_inset
16308 </cell>
16309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16310 \begin_inset Text
16311
16312 \begin_layout Plain Layout
16313 e
16314 \end_layout
16315
16316 \end_inset
16317 </cell>
16318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16319 \begin_inset Text
16320
16321 \begin_layout Plain Layout
16322 h
16323 \end_layout
16324
16325 \end_inset
16326 </cell>
16327 </row>
16328 <row>
16329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16330 \begin_inset Text
16331
16332 \begin_layout Plain Layout
16333 c
16334 \end_layout
16335
16336 \end_inset
16337 </cell>
16338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16339 \begin_inset Text
16340
16341 \begin_layout Plain Layout
16342 f
16343 \end_layout
16344
16345 \end_inset
16346 </cell>
16347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16348 \begin_inset Text
16349
16350 \begin_layout Plain Layout
16351 i
16352 \end_layout
16353
16354 \end_inset
16355 </cell>
16356 </row>
16357 </lyxtabular>
16358
16359 \end_inset
16360
16361
16362 \end_layout
16363
16364 \end_inset
16365
16366
16367 \begin_inset ERT
16368 status collapsed
16369
16370 \begin_layout Plain Layout
16371
16372 }
16373 \end_layout
16374
16375 \end_inset
16376
16377
16378 \end_layout
16379
16380 \begin_layout Itemize
16381 Test 
16382 \begin_inset Box Frameless
16383 position "c"
16384 hor_pos "c"
16385 has_inner_box 1
16386 inner_pos "c"
16387 use_parbox 0
16388 use_makebox 0
16389 width "15col%"
16390 special "none"
16391 height "1in"
16392 height_special "totalheight"
16393 thickness "0.4pt"
16394 separation "3pt"
16395 shadowsize "4pt"
16396 framecolor "black"
16397 backgroundcolor "none"
16398 status collapsed
16399
16400 \begin_layout Plain Layout
16401 \begin_inset Tabular
16402 <lyxtabular version="3" rows="3" columns="3">
16403 <features tabularvalignment="middle">
16404 <column alignment="center" valignment="top">
16405 <column alignment="center" valignment="top">
16406 <column alignment="center" valignment="top">
16407 <row>
16408 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Plain Layout
16412 Tabelle 3
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Plain Layout
16421
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16427 \begin_inset Text
16428
16429 \begin_layout Plain Layout
16430
16431 \end_layout
16432
16433 \end_inset
16434 </cell>
16435 </row>
16436 <row>
16437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16438 \begin_inset Text
16439
16440 \begin_layout Plain Layout
16441 b
16442 \end_layout
16443
16444 \end_inset
16445 </cell>
16446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16447 \begin_inset Text
16448
16449 \begin_layout Plain Layout
16450 e
16451 \end_layout
16452
16453 \end_inset
16454 </cell>
16455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Plain Layout
16459 h
16460 \end_layout
16461
16462 \end_inset
16463 </cell>
16464 </row>
16465 <row>
16466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Plain Layout
16470 c
16471 \end_layout
16472
16473 \end_inset
16474 </cell>
16475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16476 \begin_inset Text
16477
16478 \begin_layout Plain Layout
16479 f
16480 \end_layout
16481
16482 \end_inset
16483 </cell>
16484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16485 \begin_inset Text
16486
16487 \begin_layout Plain Layout
16488 i
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 </row>
16494 </lyxtabular>
16495
16496 \end_inset
16497
16498
16499 \end_layout
16500
16501 \end_inset
16502
16503
16504 \end_layout
16505
16506 \begin_layout Itemize
16507 Test 
16508 \begin_inset Box Frameless
16509 position "b"
16510 hor_pos "c"
16511 has_inner_box 1
16512 inner_pos "c"
16513 use_parbox 0
16514 use_makebox 0
16515 width "15col%"
16516 special "none"
16517 height "1in"
16518 height_special "totalheight"
16519 thickness "0.4pt"
16520 separation "3pt"
16521 shadowsize "4pt"
16522 framecolor "black"
16523 backgroundcolor "none"
16524 status collapsed
16525
16526 \begin_layout Plain Layout
16527 \begin_inset Tabular
16528 <lyxtabular version="3" rows="3" columns="3">
16529 <features tabularvalignment="middle">
16530 <column alignment="center" valignment="top">
16531 <column alignment="center" valignment="top">
16532 <column alignment="center" valignment="top">
16533 <row>
16534 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16535 \begin_inset Text
16536
16537 \begin_layout Plain Layout
16538 Tabelle 4
16539 \end_layout
16540
16541 \end_inset
16542 </cell>
16543 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16544 \begin_inset Text
16545
16546 \begin_layout Plain Layout
16547
16548 \end_layout
16549
16550 \end_inset
16551 </cell>
16552 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Plain Layout
16556
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 </row>
16562 <row>
16563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16564 \begin_inset Text
16565
16566 \begin_layout Plain Layout
16567 b
16568 \end_layout
16569
16570 \end_inset
16571 </cell>
16572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16573 \begin_inset Text
16574
16575 \begin_layout Plain Layout
16576 e
16577 \end_layout
16578
16579 \end_inset
16580 </cell>
16581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585 h
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 </row>
16591 <row>
16592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16593 \begin_inset Text
16594
16595 \begin_layout Plain Layout
16596 c
16597 \end_layout
16598
16599 \end_inset
16600 </cell>
16601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Plain Layout
16605 f
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Plain Layout
16614 i
16615 \end_layout
16616
16617 \end_inset
16618 </cell>
16619 </row>
16620 </lyxtabular>
16621
16622 \end_inset
16623
16624
16625 \end_layout
16626
16627 \end_inset
16628
16629 Test 
16630 \begin_inset ERT
16631 status collapsed
16632
16633 \begin_layout Plain Layout
16634
16635
16636 \backslash
16637 raisebox{-0.32
16638 \backslash
16639 baselineskip}{
16640 \end_layout
16641
16642 \end_inset
16643
16644
16645 \begin_inset Box Frameless
16646 position "b"
16647 hor_pos "c"
16648 has_inner_box 1
16649 inner_pos "c"
16650 use_parbox 0
16651 use_makebox 0
16652 width "15col%"
16653 special "none"
16654 height "1in"
16655 height_special "totalheight"
16656 thickness "0.4pt"
16657 separation "3pt"
16658 shadowsize "4pt"
16659 framecolor "black"
16660 backgroundcolor "none"
16661 status collapsed
16662
16663 \begin_layout Plain Layout
16664 \begin_inset Tabular
16665 <lyxtabular version="3" rows="3" columns="3">
16666 <features tabularvalignment="middle">
16667 <column alignment="center" valignment="top">
16668 <column alignment="center" valignment="top">
16669 <column alignment="center" valignment="top">
16670 <row>
16671 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16672 \begin_inset Text
16673
16674 \begin_layout Plain Layout
16675 Tabelle 5
16676 \end_layout
16677
16678 \end_inset
16679 </cell>
16680 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Plain Layout
16684
16685 \end_layout
16686
16687 \end_inset
16688 </cell>
16689 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16690 \begin_inset Text
16691
16692 \begin_layout Plain Layout
16693
16694 \end_layout
16695
16696 \end_inset
16697 </cell>
16698 </row>
16699 <row>
16700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16701 \begin_inset Text
16702
16703 \begin_layout Plain Layout
16704 b
16705 \end_layout
16706
16707 \end_inset
16708 </cell>
16709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16710 \begin_inset Text
16711
16712 \begin_layout Plain Layout
16713 e
16714 \end_layout
16715
16716 \end_inset
16717 </cell>
16718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16719 \begin_inset Text
16720
16721 \begin_layout Plain Layout
16722 h
16723 \end_layout
16724
16725 \end_inset
16726 </cell>
16727 </row>
16728 <row>
16729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16730 \begin_inset Text
16731
16732 \begin_layout Plain Layout
16733 c
16734 \end_layout
16735
16736 \end_inset
16737 </cell>
16738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16739 \begin_inset Text
16740
16741 \begin_layout Plain Layout
16742 f
16743 \end_layout
16744
16745 \end_inset
16746 </cell>
16747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16748 \begin_inset Text
16749
16750 \begin_layout Plain Layout
16751 i
16752 \end_layout
16753
16754 \end_inset
16755 </cell>
16756 </row>
16757 </lyxtabular>
16758
16759 \end_inset
16760
16761
16762 \end_layout
16763
16764 \end_inset
16765
16766
16767 \begin_inset ERT
16768 status collapsed
16769
16770 \begin_layout Plain Layout
16771
16772 }
16773 \end_layout
16774
16775 \end_inset
16776
16777
16778 \end_layout
16779
16780 \begin_layout Standard
16781 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16782 \begin_inset space \space{}
16783 \end_inset
16784
16785 1 und letzten Zeile von Tabelle
16786 \begin_inset space \space{}
16787 \end_inset
16788
16789 4 bezüglich dem Wort 
16790 \begin_inset Quotes gld
16791 \end_inset
16792
16793 Test
16794 \begin_inset Quotes grd
16795 \end_inset
16796
16797  nicht richtig ausgerichtet.
16798  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16799 \begin_inset Quotes gld
16800 \end_inset
16801
16802 Raisebox
16803 \begin_inset Quotes grd
16804 \end_inset
16805
16806
16807 \begin_inset Foot
16808 status collapsed
16809
16810 \begin_layout Plain Layout
16811 Raiseboxen werden in Abschnitt
16812 \begin_inset space ~
16813 \end_inset
16814
16815
16816 \begin_inset CommandInset ref
16817 LatexCommand ref
16818 reference "uab:Vertikale-Ausrichtung"
16819
16820 \end_inset
16821
16822  beschrieben.
16823 \end_layout
16824
16825 \end_inset
16826
16827  setzen.
16828  In Tabelle
16829 \begin_inset space \space{}
16830 \end_inset
16831
16832 2 wurde der Text mit dem Befehl
16833 \end_layout
16834
16835 \begin_layout Standard
16836
16837 \series bold
16838
16839 \backslash
16840 raisebox{0.85
16841 \backslash
16842 baselineskip}{
16843 \end_layout
16844
16845 \begin_layout Standard
16846 vor der Box ausgerichtet.
16847  Hinter der Box wurde auch noch 
16848 \series bold
16849 }
16850 \series default
16851  als \SpecialChar TeX
16852 -Code eingefügt, weil der obige Befehl mit 
16853 \series bold
16854 {
16855 \series default
16856  aufhörte.
16857  Für Tabelle
16858 \begin_inset space \space{}
16859 \end_inset
16860
16861 5 wurde der Befehl
16862 \end_layout
16863
16864 \begin_layout Standard
16865
16866 \series bold
16867
16868 \backslash
16869 raisebox{-0.32
16870 \backslash
16871 baselineskip}{
16872 \end_layout
16873
16874 \begin_layout Standard
16875 benutzt.
16876 \end_layout
16877
16878 \begin_layout Standard
16879 \begin_inset Note Greyedout
16880 status open
16881
16882 \begin_layout Plain Layout
16883
16884 \series bold
16885 Bemerkung:
16886 \series default
16887  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
16888  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
16889  Der Faktor im 
16890 \series bold
16891
16892 \backslash
16893 raisebox
16894 \series default
16895 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
16896 \end_layout
16897
16898 \end_inset
16899
16900
16901 \end_layout
16902
16903 \begin_layout Section
16904 Farbige Tabellen
16905 \begin_inset CommandInset label
16906 LatexCommand label
16907 name "abs:Farbige-Tabellen"
16908
16909 \end_inset
16910
16911
16912 \begin_inset Index idx
16913 status collapsed
16914
16915 \begin_layout Plain Layout
16916 Tabellen ! farbige
16917 \end_layout
16918
16919 \end_inset
16920
16921
16922 \end_layout
16923
16924 \begin_layout Subsection
16925 Farbige Zellen
16926 \begin_inset Index idx
16927 status collapsed
16928
16929 \begin_layout Plain Layout
16930 farbige !  Tabellenzellen
16931 \end_layout
16932
16933 \end_inset
16934
16935
16936 \end_layout
16937
16938 \begin_layout Standard
16939 \begin_inset Float table
16940 placement h
16941 wide false
16942 sideways false
16943 status open
16944
16945 \begin_layout Plain Layout
16946 \begin_inset Caption Standard
16947
16948 \begin_layout Plain Layout
16949 \begin_inset CommandInset label
16950 LatexCommand label
16951 name "tab:Farbige-Tabelle-ohne"
16952
16953 \end_inset
16954
16955 Farbige Tabelle, ohne Paket 
16956 \series bold
16957 colortbl
16958 \series default
16959
16960 \begin_inset Argument 1
16961 status collapsed
16962
16963 \begin_layout Plain Layout
16964 Tabelle ohne 
16965 \family typewriter
16966 colortbl
16967 \end_layout
16968
16969 \end_inset
16970
16971
16972 \end_layout
16973
16974 \end_inset
16975
16976
16977 \end_layout
16978
16979 \begin_layout Plain Layout
16980 \align center
16981 \begin_inset Tabular
16982 <lyxtabular version="3" rows="3" columns="3">
16983 <features tabularvalignment="middle">
16984 <column alignment="center" valignment="top">
16985 <column alignment="center" valignment="top">
16986 <column alignment="center" valignment="top">
16987 <row>
16988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16989 \begin_inset Text
16990
16991 \begin_layout Plain Layout
16992
16993 \color green
16994 a
16995 \end_layout
16996
16997 \end_inset
16998 </cell>
16999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Plain Layout
17003
17004 \color red
17005 b
17006 \end_layout
17007
17008 \end_inset
17009 </cell>
17010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17011 \begin_inset Text
17012
17013 \begin_layout Plain Layout
17014
17015 \color red
17016 c
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 </row>
17022 <row>
17023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Plain Layout
17027
17028 \color green
17029 d
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17035 \begin_inset Text
17036
17037 \begin_layout Plain Layout
17038
17039 \color blue
17040 e
17041 \end_layout
17042
17043 \end_inset
17044 </cell>
17045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17046 \begin_inset Text
17047
17048 \begin_layout Plain Layout
17049
17050 \color blue
17051 f
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 </row>
17057 <row>
17058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062
17063 \color green
17064 g
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17070 \begin_inset Text
17071
17072 \begin_layout Plain Layout
17073
17074 \color blue
17075 h
17076 \end_layout
17077
17078 \end_inset
17079 </cell>
17080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17081 \begin_inset Text
17082
17083 \begin_layout Plain Layout
17084
17085 \color blue
17086 i
17087 \end_layout
17088
17089 \end_inset
17090 </cell>
17091 </row>
17092 </lyxtabular>
17093
17094 \end_inset
17095
17096
17097 \end_layout
17098
17099 \end_inset
17100
17101
17102 \end_layout
17103
17104 \begin_layout Standard
17105 Wenn Sie nur farbigen Text
17106 \begin_inset Index idx
17107 status collapsed
17108
17109 \begin_layout Plain Layout
17110 Farbe ! für Text
17111 \end_layout
17112
17113 \end_inset
17114
17115  benötigen, markieren Sie diesen und ändern die Farbe mit dem 
17116 \family sans
17117 Textstil
17118 \family default
17119 -Dialog (Werkzeugleistenknopf 
17120 \begin_inset Info
17121 type  "icon"
17122 arg   "dialog-show character"
17123 \end_inset
17124
17125 ) wie es in Tabelle
17126 \begin_inset space ~
17127 \end_inset
17128
17129
17130 \begin_inset CommandInset ref
17131 LatexCommand ref
17132 reference "tab:Farbige-Tabelle-ohne"
17133
17134 \end_inset
17135
17136  gemacht wurde.
17137  In anderen Fällen müssen Sie das \SpecialChar LaTeX
17138 -Paket 
17139 \series bold
17140 colortbl
17141 \series default
17142  benutzen.
17143 \begin_inset Index idx
17144 status collapsed
17145
17146 \begin_layout Plain Layout
17147 \SpecialChar LaTeX
17148 -Pakete ! colortbl
17149 \end_layout
17150
17151 \end_inset
17152
17153
17154 \end_layout
17155
17156 \begin_layout Standard
17157 \begin_inset ERT
17158 status collapsed
17159
17160 \begin_layout Plain Layout
17161
17162
17163 \backslash
17164 ifcolortbl
17165 \end_layout
17166
17167 \end_inset
17168
17169
17170 \begin_inset Note Note
17171 status open
17172
17173 \begin_layout Plain Layout
17174 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
17175 -Paket 
17176 \series bold
17177 colortbl
17178 \series default
17179  installiert ist.
17180 \end_layout
17181
17182 \end_inset
17183
17184
17185 \end_layout
17186
17187 \begin_layout Standard
17188 Um farbige Tabellen zu erzeugen, muss 
17189 \series bold
17190 colortbl
17191 \series default
17192  im \SpecialChar LaTeX
17193 -Vorspann geladen werden:
17194 \end_layout
17195
17196 \begin_layout Standard
17197
17198 \series bold
17199
17200 \backslash
17201 usepackage{colortbl}
17202 \end_layout
17203
17204 \begin_layout Standard
17205 Die Farbe einer Spalte ändert man dann mit dem Befehl
17206 \end_layout
17207
17208 \begin_layout Standard
17209
17210 \series bold
17211
17212 \backslash
17213 columncolor{Farbname}
17214 \end_layout
17215
17216 \begin_layout Standard
17217 innerhalb des Befehls 
17218 \series bold
17219 >{}
17220 \series default
17221 .
17222  Mehr über den Befehl 
17223 \series bold
17224 >{}
17225 \series default
17226  finden Sie im Abschnitt
17227 \begin_inset space ~
17228 \end_inset
17229
17230
17231 \begin_inset CommandInset ref
17232 LatexCommand ref
17233 reference "uab:Mehrfachspalten-Berechnungen"
17234
17235 \end_inset
17236
17237 .
17238 \end_layout
17239
17240 \begin_layout Standard
17241 Folgende Farbnamen sind vordefiniert:
17242 \end_layout
17243
17244 \begin_layout Standard
17245
17246 \family sans
17247 red
17248 \family default
17249
17250 \family sans
17251 green
17252 \family default
17253
17254 \family sans
17255 yellow
17256 \family default
17257
17258 \family sans
17259 blue
17260 \family default
17261
17262 \family sans
17263 cyan
17264 \family default
17265
17266 \family sans
17267 magenta
17268 \family default
17269
17270 \family sans
17271 black
17272 \family default
17273  und 
17274 \family sans
17275 white
17276 \begin_inset Newline newline
17277 \end_inset
17278
17279 (
17280 \family default
17281 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17282 \end_layout
17283
17284 \begin_layout Standard
17285 \begin_inset VSpace medskip
17286 \end_inset
17287
17288
17289 \end_layout
17290
17291 \begin_layout Standard
17292 Wenn Sie die Option
17293 \end_layout
17294
17295 \begin_layout Standard
17296
17297 \series bold
17298 dvipsnames
17299 \end_layout
17300
17301 \begin_layout Standard
17302 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17303  können Sie zusätzlich weitere 61
17304 \begin_inset space ~
17305 \end_inset
17306
17307 Farben verwenden.
17308  Diese Farben sind in Anhang
17309 \begin_inset space ~
17310 \end_inset
17311
17312
17313 \begin_inset CommandInset ref
17314 LatexCommand ref
17315 reference "kap:Liste-der-dvips-Farbnamen"
17316
17317 \end_inset
17318
17319  aufgelistet.
17320  Eine dieser Farben, 
17321 \family sans
17322 Maroon
17323 \family default
17324 , wird als Beispiel in Tabelle
17325 \begin_inset space ~
17326 \end_inset
17327
17328
17329 \begin_inset CommandInset ref
17330 LatexCommand ref
17331 reference "tab:Eine-mit-colortbl"
17332
17333 \end_inset
17334
17335  verwendet.
17336 \end_layout
17337
17338 \begin_layout Standard
17339 \begin_inset VSpace medskip
17340 \end_inset
17341
17342
17343 \end_layout
17344
17345 \begin_layout Standard
17346 Sie können auch eigene Farben definieren:
17347 \end_layout
17348
17349 \begin_layout Standard
17350
17351 \series bold
17352
17353 \backslash
17354 definecolor{Farbname}{Farbmodell}{Farbwerte}
17355 \end_layout
17356
17357 \begin_layout Standard
17358 Das Farbmodell kann eins der folgenden sein:
17359 \end_layout
17360
17361 \begin_layout Labeling
17362 \labelwidthstring 00.00.0000
17363 cmyk: cyan, magenta, yellow, black
17364 \end_layout
17365
17366 \begin_layout Labeling
17367 \labelwidthstring 00.00.0000
17368 rgb: red, green blue
17369 \end_layout
17370
17371 \begin_layout Labeling
17372 \labelwidthstring 00.00.0000
17373 gray: gray
17374 \end_layout
17375
17376 \begin_layout Standard
17377 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17378  die die entsprechende Farbe für das Farbmodell beschreiben.
17379 \end_layout
17380
17381 \begin_layout Standard
17382 Im \SpecialChar LaTeX
17383 -Vorspann können Sie zum Beispiel die Farbe 
17384 \emph on
17385
17386 \begin_inset Quotes gld
17387 \end_inset
17388
17389 dunkelgruen
17390 \emph default
17391
17392 \begin_inset Quotes grd
17393 \end_inset
17394
17395  und 
17396 \begin_inset Quotes gld
17397 \end_inset
17398
17399
17400 \emph on
17401 hellgrau
17402 \emph default
17403
17404 \begin_inset Quotes grd
17405 \end_inset
17406
17407  folgendermaßen definieren:
17408 \end_layout
17409
17410 \begin_layout Standard
17411
17412 \series bold
17413
17414 \backslash
17415 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17416 \end_layout
17417
17418 \begin_layout Standard
17419
17420 \series bold
17421
17422 \backslash
17423 definecolor{hellgrau}{gray}{0.8}
17424 \end_layout
17425
17426 \begin_layout Standard
17427 \begin_inset VSpace medskip
17428 \end_inset
17429
17430
17431 \end_layout
17432
17433 \begin_layout Standard
17434 Linien werden mit dem Befehl
17435 \end_layout
17436
17437 \begin_layout Standard
17438
17439 \series bold
17440
17441 \backslash
17442 rowcolor{Farbname}
17443 \end_layout
17444
17445 \begin_layout Standard
17446 gefärbt, Zellen mit dem Befehl
17447 \end_layout
17448
17449 \begin_layout Standard
17450
17451 \series bold
17452
17453 \backslash
17454 cellcolor{Farbname}
17455 \end_layout
17456
17457 \begin_layout Standard
17458 Beide Befehle werden am Anfang einer Zelle als \SpecialChar TeX
17459 -Code eingegeben.
17460 \end_layout
17461
17462 \begin_layout Standard
17463 Um nur Text zu färben, verwenden Sie den 
17464 \family sans
17465 Textstil
17466 \family default
17467 -Dialog.
17468  Wenn die Zelle aber \SpecialChar TeX
17469 -Code zum Färben enthält, 
17470 \emph on
17471 markieren Sie nur den Text
17472 \emph default
17473 , sonst werden Sie \SpecialChar LaTeX
17474 -Fehler erzeugen.
17475 \end_layout
17476
17477 \begin_layout Standard
17478 \begin_inset Note Greyedout
17479 status open
17480
17481 \begin_layout Plain Layout
17482
17483 \series bold
17484 Achtung:
17485 \series default
17486  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17487 \end_layout
17488
17489 \end_inset
17490
17491
17492 \end_layout
17493
17494 \begin_layout Standard
17495 \begin_inset VSpace medskip
17496 \end_inset
17497
17498
17499 \end_layout
17500
17501 \begin_layout Standard
17502 Die Tabelle
17503 \begin_inset space ~
17504 \end_inset
17505
17506
17507 \begin_inset CommandInset ref
17508 LatexCommand ref
17509 reference "tab:Eine-mit-colortbl"
17510
17511 \end_inset
17512
17513  wurde folgendermaßen erstellt: die erste Spalte soll 
17514 \emph on
17515
17516 \begin_inset Quotes gld
17517 \end_inset
17518
17519 dunkelgruen
17520 \emph default
17521
17522 \begin_inset Quotes grd
17523 \end_inset
17524
17525  werden, also müssen Sie ins 
17526 \family sans
17527 LaTeX-Argument
17528 \family default
17529  der Zellen der ersten Spalte den Befehl
17530 \end_layout
17531
17532 \begin_layout Standard
17533
17534 \series bold
17535 >{
17536 \backslash
17537 columncolor{dunkelgruen}
17538 \backslash
17539 centering}c
17540 \end_layout
17541
17542 \begin_layout Standard
17543 schreiben.
17544  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der \SpecialChar TeX
17545 -Code-Befehl
17546 \end_layout
17547
17548 \begin_layout Standard
17549
17550 \series bold
17551
17552 \backslash
17553 rowcolor{cyan}
17554 \end_layout
17555
17556 \begin_layout Standard
17557 in die erste Zelle der ersten Zeile eingefügt.
17558  Diese Farbe ersetzt die Spaltenfarbe.
17559  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17560  Das wird mit folgendem Befehl erreicht:
17561 \end_layout
17562
17563 \begin_layout Standard
17564
17565 \series bold
17566
17567 \backslash
17568 cellcolor{Maroon}
17569 \end_layout
17570
17571 \begin_layout Standard
17572 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17573 \family sans
17574 Textstil
17575 \family default
17576 -Dialog.
17577 \end_layout
17578
17579 \begin_layout Standard
17580 \begin_inset Float table
17581 placement h
17582 wide false
17583 sideways false
17584 status open
17585
17586 \begin_layout Plain Layout
17587 \begin_inset Caption Standard
17588
17589 \begin_layout Plain Layout
17590 \begin_inset CommandInset label
17591 LatexCommand label
17592 name "tab:Eine-mit-colortbl"
17593
17594 \end_inset
17595
17596 Eine mit dem Paket 
17597 \series bold
17598 colortbl
17599 \series default
17600  gefärbte Tabelle
17601 \begin_inset Argument 1
17602 status collapsed
17603
17604 \begin_layout Plain Layout
17605 Tabelle mit 
17606 \family typewriter
17607 colortbl
17608 \end_layout
17609
17610 \end_inset
17611
17612
17613 \end_layout
17614
17615 \end_inset
17616
17617
17618 \end_layout
17619
17620 \begin_layout Plain Layout
17621 \align center
17622 \begin_inset Tabular
17623 <lyxtabular version="3" rows="3" columns="3">
17624 <features tabularvalignment="middle">
17625 <column alignment="center" valignment="top" special=">{\columncolor{dunkelgruen}\centering}c">
17626 <column alignment="center" valignment="top">
17627 <column alignment="center" valignment="top">
17628 <row>
17629 <cell alignment="center" valignment="top" usebox="none">
17630 \begin_inset Text
17631
17632 \begin_layout Plain Layout
17633 \begin_inset ERT
17634 status open
17635
17636 \begin_layout Plain Layout
17637
17638
17639 \backslash
17640 rowcolor{cyan}
17641 \end_layout
17642
17643 \end_inset
17644
17645
17646 \color magenta
17647 a
17648 \end_layout
17649
17650 \end_inset
17651 </cell>
17652 <cell alignment="center" valignment="top" usebox="none">
17653 \begin_inset Text
17654
17655 \begin_layout Plain Layout
17656
17657 \color red
17658 b
17659 \end_layout
17660
17661 \end_inset
17662 </cell>
17663 <cell alignment="center" valignment="top" usebox="none">
17664 \begin_inset Text
17665
17666 \begin_layout Plain Layout
17667
17668 \color red
17669 c
17670 \end_layout
17671
17672 \end_inset
17673 </cell>
17674 </row>
17675 <row>
17676 <cell alignment="center" valignment="top" usebox="none">
17677 \begin_inset Text
17678
17679 \begin_layout Plain Layout
17680
17681 \color yellow
17682 d
17683 \end_layout
17684
17685 \end_inset
17686 </cell>
17687 <cell alignment="center" valignment="top" usebox="none">
17688 \begin_inset Text
17689
17690 \begin_layout Plain Layout
17691
17692 \color blue
17693 e
17694 \end_layout
17695
17696 \end_inset
17697 </cell>
17698 <cell alignment="center" valignment="top" usebox="none">
17699 \begin_inset Text
17700
17701 \begin_layout Plain Layout
17702
17703 \color blue
17704 f
17705 \end_layout
17706
17707 \end_inset
17708 </cell>
17709 </row>
17710 <row>
17711 <cell alignment="center" valignment="top" usebox="none">
17712 \begin_inset Text
17713
17714 \begin_layout Plain Layout
17715
17716 \color yellow
17717 g
17718 \end_layout
17719
17720 \end_inset
17721 </cell>
17722 <cell alignment="center" valignment="top" usebox="none">
17723 \begin_inset Text
17724
17725 \begin_layout Plain Layout
17726
17727 \color blue
17728 h
17729 \end_layout
17730
17731 \end_inset
17732 </cell>
17733 <cell alignment="center" valignment="top" usebox="none">
17734 \begin_inset Text
17735
17736 \begin_layout Plain Layout
17737 \begin_inset ERT
17738 status collapsed
17739
17740 \begin_layout Plain Layout
17741
17742
17743 \backslash
17744 cellcolor{Maroon}
17745 \end_layout
17746
17747 \end_inset
17748
17749
17750 \color green
17751 i
17752 \end_layout
17753
17754 \end_inset
17755 </cell>
17756 </row>
17757 </lyxtabular>
17758
17759 \end_inset
17760
17761
17762 \end_layout
17763
17764 \end_inset
17765
17766
17767 \end_layout
17768
17769 \begin_layout Standard
17770 \begin_inset ERT
17771 status collapsed
17772
17773 \begin_layout Plain Layout
17774
17775
17776 \backslash
17777 else
17778 \end_layout
17779
17780 \end_inset
17781
17782
17783 \begin_inset Note Note
17784 status open
17785
17786 \begin_layout Plain Layout
17787 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
17788 -Paket 
17789 \series bold
17790 colortbl
17791 \series default
17792  nicht installiert ist:
17793 \end_layout
17794
17795 \end_inset
17796
17797
17798 \end_layout
17799
17800 \begin_layout Standard
17801 Sie müssen das \SpecialChar LaTeX
17802 -Paket 
17803 \series bold
17804 colortbl
17805 \series default
17806  installiert haben um den Inhalt dieses Abschnitts zu sehen.
17807 \end_layout
17808
17809 \begin_layout Standard
17810 \begin_inset ERT
17811 status collapsed
17812
17813 \begin_layout Plain Layout
17814
17815
17816 \backslash
17817 fi
17818 \end_layout
17819
17820 \end_inset
17821
17822
17823 \end_layout
17824
17825 \begin_layout Subsection
17826 Farbige Zeilen
17827 \begin_inset Index idx
17828 status collapsed
17829
17830 \begin_layout Plain Layout
17831 farbige ! Tabellenzeilen
17832 \end_layout
17833
17834 \end_inset
17835
17836
17837 \end_layout
17838
17839 \begin_layout Standard
17840 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
17841  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
17842  Man lädt das \SpecialChar LaTeX
17843 -Paket 
17844 \series bold
17845 xcolor
17846 \series default
17847
17848 \begin_inset Index idx
17849 status collapsed
17850
17851 \begin_layout Plain Layout
17852 \SpecialChar LaTeX
17853 -Pakete ! xcolor
17854 \begin_inset ERT
17855 status collapsed
17856
17857 \begin_layout Plain Layout
17858
17859
17860 \backslash
17861 vspace{4mm}
17862 \end_layout
17863
17864 \end_inset
17865
17866
17867 \end_layout
17868
17869 \end_inset
17870
17871  im \SpecialChar LaTeX
17872 -Vorspann mit dem Befehl
17873 \end_layout
17874
17875 \begin_layout Standard
17876
17877 \series bold
17878
17879 \backslash
17880 usepackage[table]{xcolor}
17881 \end_layout
17882
17883 \begin_layout Standard
17884
17885 \series bold
17886 xcolor
17887 \series default
17888  lädt automatisch auch das \SpecialChar LaTeX
17889 -Paket 
17890 \series bold
17891 colortbl
17892 \series default
17893
17894 \begin_inset Index idx
17895 status collapsed
17896
17897 \begin_layout Plain Layout
17898 \SpecialChar LaTeX
17899 -Pakete ! colortbl
17900 \end_layout
17901
17902 \end_inset
17903
17904 , so dass 
17905 \series bold
17906 colortbl
17907 \series default
17908  in Ihrer \SpecialChar LaTeX
17909 -Distribution installiert sein muss, ansonsten bekommt man \SpecialChar LaTeX
17910 -Fehler.
17911 \end_layout
17912
17913 \begin_layout Standard
17914 \begin_inset ERT
17915 status collapsed
17916
17917 \begin_layout Plain Layout
17918
17919
17920 \backslash
17921 ifcolortbl
17922 \end_layout
17923
17924 \end_inset
17925
17926
17927 \begin_inset Note Note
17928 status open
17929
17930 \begin_layout Plain Layout
17931 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
17932 -Paket 
17933 \series bold
17934 colortbl
17935 \series default
17936  installiert ist.
17937 \end_layout
17938
17939 \end_inset
17940
17941
17942 \end_layout
17943
17944 \begin_layout Standard
17945 Die Tabellenzeilen werden mit dem Befehl
17946 \end_layout
17947
17948 \begin_layout Standard
17949
17950 \series bold
17951
17952 \backslash
17953 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
17954 \end_layout
17955
17956 \begin_layout Standard
17957 eingefärbt, der entweder in den \SpecialChar LaTeX
17958 -Vorspann oder als \SpecialChar TeX
17959 -Code vor der ersten
17960  zu färbenden Tabelle eingefügt wird.
17961  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
17962  Zeilenfarbe gefärbt werden soll.
17963  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
17964  werden.
17965  So führt zum Beispiel der Befehl
17966 \end_layout
17967
17968 \begin_layout Standard
17969
17970 \series bold
17971
17972 \backslash
17973 rowcolors{1}{white}{lightgray}
17974 \end_layout
17975
17976 \begin_layout Standard
17977 zum Farbschema von Tabelle
17978 \begin_inset space ~
17979 \end_inset
17980
17981
17982 \begin_inset CommandInset ref
17983 LatexCommand ref
17984 reference "tab:Tabelle-rowcolors"
17985
17986 \end_inset
17987
17988 .
17989  Der Befehl
17990 \end_layout
17991
17992 \begin_layout Standard
17993
17994 \series bold
17995
17996 \backslash
17997 rowcolors[
17998 \backslash
17999 hline]{1}{lightgray}{cyan}
18000 \end_layout
18001
18002 \begin_layout Standard
18003 führt zum Farbschema von Tabelle
18004 \begin_inset space ~
18005 \end_inset
18006
18007
18008 \begin_inset CommandInset ref
18009 LatexCommand ref
18010 reference "tab:Tabelle-rowcolors-2"
18011
18012 \end_inset
18013
18014 .
18015  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
18016  wird keine Farbe verwendet, so dass der Befehl
18017 \end_layout
18018
18019 \begin_layout Standard
18020
18021 \series bold
18022
18023 \backslash
18024 rowcolors{1}{}{}
18025 \end_layout
18026
18027 \begin_layout Standard
18028 alle Farben löscht.
18029  
18030 \series bold
18031
18032 \backslash
18033 rowcolors
18034 \series default
18035  beeinflusst alle diesem Befehl folgenden Tabellen.
18036 \end_layout
18037
18038 \begin_layout Standard
18039 \begin_inset ERT
18040 status open
18041
18042 \begin_layout Plain Layout
18043
18044
18045 \backslash
18046 rowcolors{1}{white}{lightgray}
18047 \end_layout
18048
18049 \end_inset
18050
18051
18052 \end_layout
18053
18054 \begin_layout Standard
18055 \begin_inset Float table
18056 placement h
18057 wide false
18058 sideways false
18059 status open
18060
18061 \begin_layout Plain Layout
18062 \begin_inset Caption Standard
18063
18064 \begin_layout Plain Layout
18065 \begin_inset CommandInset label
18066 LatexCommand label
18067 name "tab:Tabelle-rowcolors"
18068
18069 \end_inset
18070
18071 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18072 \end_layout
18073
18074 \end_inset
18075
18076
18077 \end_layout
18078
18079 \begin_layout Plain Layout
18080 \align center
18081 \begin_inset Tabular
18082 <lyxtabular version="3" rows="4" columns="3">
18083 <features tabularvalignment="middle">
18084 <column alignment="center" valignment="top">
18085 <column alignment="center" valignment="top" width="0pt">
18086 <column alignment="center" valignment="top" width="0pt">
18087 <row>
18088 <cell alignment="center" valignment="top" usebox="none">
18089 \begin_inset Text
18090
18091 \begin_layout Plain Layout
18092 X
18093 \end_layout
18094
18095 \end_inset
18096 </cell>
18097 <cell alignment="center" valignment="top" usebox="none">
18098 \begin_inset Text
18099
18100 \begin_layout Plain Layout
18101 Y
18102 \end_layout
18103
18104 \end_inset
18105 </cell>
18106 <cell alignment="center" valignment="top" usebox="none">
18107 \begin_inset Text
18108
18109 \begin_layout Plain Layout
18110 Z
18111 \end_layout
18112
18113 \end_inset
18114 </cell>
18115 </row>
18116 <row>
18117 <cell alignment="center" valignment="top" usebox="none">
18118 \begin_inset Text
18119
18120 \begin_layout Plain Layout
18121 1
18122 \end_layout
18123
18124 \end_inset
18125 </cell>
18126 <cell alignment="center" valignment="top" usebox="none">
18127 \begin_inset Text
18128
18129 \begin_layout Plain Layout
18130 2
18131 \end_layout
18132
18133 \end_inset
18134 </cell>
18135 <cell alignment="center" valignment="top" usebox="none">
18136 \begin_inset Text
18137
18138 \begin_layout Plain Layout
18139 3
18140 \end_layout
18141
18142 \end_inset
18143 </cell>
18144 </row>
18145 <row>
18146 <cell alignment="center" valignment="top" usebox="none">
18147 \begin_inset Text
18148
18149 \begin_layout Plain Layout
18150 4
18151 \end_layout
18152
18153 \end_inset
18154 </cell>
18155 <cell alignment="center" valignment="top" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159 5
18160 \end_layout
18161
18162 \end_inset
18163 </cell>
18164 <cell alignment="center" valignment="top" usebox="none">
18165 \begin_inset Text
18166
18167 \begin_layout Plain Layout
18168 6
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 </row>
18174 <row>
18175 <cell alignment="center" valignment="top" usebox="none">
18176 \begin_inset Text
18177
18178 \begin_layout Plain Layout
18179 7
18180 \end_layout
18181
18182 \end_inset
18183 </cell>
18184 <cell alignment="center" valignment="top" usebox="none">
18185 \begin_inset Text
18186
18187 \begin_layout Plain Layout
18188 8
18189 \end_layout
18190
18191 \end_inset
18192 </cell>
18193 <cell alignment="center" valignment="top" usebox="none">
18194 \begin_inset Text
18195
18196 \begin_layout Plain Layout
18197 9
18198 \end_layout
18199
18200 \end_inset
18201 </cell>
18202 </row>
18203 </lyxtabular>
18204
18205 \end_inset
18206
18207
18208 \end_layout
18209
18210 \end_inset
18211
18212
18213 \end_layout
18214
18215 \begin_layout Standard
18216 \begin_inset ERT
18217 status open
18218
18219 \begin_layout Plain Layout
18220
18221
18222 \backslash
18223 rowcolors[
18224 \backslash
18225 hline]{1}{lightgray}{cyan}
18226 \end_layout
18227
18228 \end_inset
18229
18230
18231 \end_layout
18232
18233 \begin_layout Standard
18234 \begin_inset Float table
18235 placement h
18236 wide false
18237 sideways false
18238 status open
18239
18240 \begin_layout Plain Layout
18241 \begin_inset Caption Standard
18242
18243 \begin_layout Plain Layout
18244 \begin_inset CommandInset label
18245 LatexCommand label
18246 name "tab:Tabelle-rowcolors-2"
18247
18248 \end_inset
18249
18250 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18251  Linie zwischen jeder Zeile befindet.
18252 \end_layout
18253
18254 \end_inset
18255
18256
18257 \end_layout
18258
18259 \begin_layout Plain Layout
18260 \align center
18261 \begin_inset Tabular
18262 <lyxtabular version="3" rows="4" columns="3">
18263 <features tabularvalignment="middle">
18264 <column alignment="center" valignment="top">
18265 <column alignment="center" valignment="top">
18266 <column alignment="center" valignment="top" width="0pt">
18267 <row>
18268 <cell alignment="center" valignment="top" usebox="none">
18269 \begin_inset Text
18270
18271 \begin_layout Plain Layout
18272 X
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 <cell alignment="center" valignment="top" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281 Y
18282 \end_layout
18283
18284 \end_inset
18285 </cell>
18286 <cell alignment="center" valignment="top" usebox="none">
18287 \begin_inset Text
18288
18289 \begin_layout Plain Layout
18290 Z
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 </row>
18296 <row>
18297 <cell alignment="center" valignment="top" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301 1
18302 \end_layout
18303
18304 \end_inset
18305 </cell>
18306 <cell alignment="center" valignment="top" usebox="none">
18307 \begin_inset Text
18308
18309 \begin_layout Plain Layout
18310 2
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 <cell alignment="center" valignment="top" usebox="none">
18316 \begin_inset Text
18317
18318 \begin_layout Plain Layout
18319 3
18320 \end_layout
18321
18322 \end_inset
18323 </cell>
18324 </row>
18325 <row>
18326 <cell alignment="center" valignment="top" usebox="none">
18327 \begin_inset Text
18328
18329 \begin_layout Plain Layout
18330 4
18331 \end_layout
18332
18333 \end_inset
18334 </cell>
18335 <cell alignment="center" valignment="top" usebox="none">
18336 \begin_inset Text
18337
18338 \begin_layout Plain Layout
18339 5
18340 \end_layout
18341
18342 \end_inset
18343 </cell>
18344 <cell alignment="center" valignment="top" usebox="none">
18345 \begin_inset Text
18346
18347 \begin_layout Plain Layout
18348 6
18349 \end_layout
18350
18351 \end_inset
18352 </cell>
18353 </row>
18354 <row>
18355 <cell alignment="center" valignment="top" usebox="none">
18356 \begin_inset Text
18357
18358 \begin_layout Plain Layout
18359 7
18360 \end_layout
18361
18362 \end_inset
18363 </cell>
18364 <cell alignment="center" valignment="top" usebox="none">
18365 \begin_inset Text
18366
18367 \begin_layout Plain Layout
18368 8
18369 \end_layout
18370
18371 \end_inset
18372 </cell>
18373 <cell alignment="center" valignment="top" usebox="none">
18374 \begin_inset Text
18375
18376 \begin_layout Plain Layout
18377 9
18378 \end_layout
18379
18380 \end_inset
18381 </cell>
18382 </row>
18383 </lyxtabular>
18384
18385 \end_inset
18386
18387
18388 \end_layout
18389
18390 \end_inset
18391
18392
18393 \end_layout
18394
18395 \begin_layout Standard
18396 \begin_inset ERT
18397 status collapsed
18398
18399 \begin_layout Plain Layout
18400
18401
18402 \backslash
18403 rowcolors{1}{}{}
18404 \end_layout
18405
18406 \end_inset
18407
18408
18409 \begin_inset Note Note
18410 status collapsed
18411
18412 \begin_layout Plain Layout
18413 schaltet die Färbung aus
18414 \end_layout
18415
18416 \end_inset
18417
18418
18419 \end_layout
18420
18421 \begin_layout Standard
18422 \begin_inset ERT
18423 status collapsed
18424
18425 \begin_layout Plain Layout
18426
18427
18428 \backslash
18429 else
18430 \end_layout
18431
18432 \end_inset
18433
18434
18435 \begin_inset Note Note
18436 status open
18437
18438 \begin_layout Plain Layout
18439 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
18440 -Paket 
18441 \series bold
18442 colortbl
18443 \series default
18444  nicht installiert ist:
18445 \end_layout
18446
18447 \end_inset
18448
18449
18450 \end_layout
18451
18452 \begin_layout Standard
18453 Sie müssen das \SpecialChar LaTeX
18454 -Paket 
18455 \series bold
18456 colortbl
18457 \series default
18458  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18459 \end_layout
18460
18461 \begin_layout Standard
18462 \begin_inset ERT
18463 status collapsed
18464
18465 \begin_layout Plain Layout
18466
18467
18468 \backslash
18469 fi
18470 \end_layout
18471
18472 \end_inset
18473
18474
18475 \end_layout
18476
18477 \begin_layout Subsection
18478 Farbige Linien
18479 \begin_inset Index idx
18480 status collapsed
18481
18482 \begin_layout Plain Layout
18483 farbige !  Tabellenlinien
18484 \end_layout
18485
18486 \end_inset
18487
18488
18489 \end_layout
18490
18491 \begin_layout Standard
18492 Wie in Abschnitt
18493 \begin_inset space ~
18494 \end_inset
18495
18496
18497 \begin_inset CommandInset ref
18498 LatexCommand ref
18499 reference "uab:Liniendicke"
18500
18501 \end_inset
18502
18503  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
18504 \series bold
18505
18506 \backslash
18507 arrayrulewidth
18508 \series default
18509  definiert werden.
18510  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
18511 \begin_inset space \thinspace{}
18512 \end_inset
18513
18514 pt gesetzt.
18515 \begin_inset ERT
18516 status collapsed
18517
18518 \begin_layout Plain Layout
18519
18520
18521 \backslash
18522 setlength{
18523 \backslash
18524 arrayrulewidth}{1.5pt}
18525 \end_layout
18526
18527 \end_inset
18528
18529
18530 \end_layout
18531
18532 \begin_layout Standard
18533 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im \SpecialChar LaTeX
18534 -Vorspann
18535  folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
18536 \begin_inset space ~
18537 \end_inset
18538
18539
18540 \begin_inset CommandInset ref
18541 LatexCommand ref
18542 reference "uab:Angepasste-Zellen-/Spaltenformate"
18543
18544 \end_inset
18545
18546  definiert:
18547 \end_layout
18548
18549 \begin_layout Standard
18550
18551 \series bold
18552
18553 \backslash
18554 newcolumntype{W}{!{
18555 \backslash
18556 color{green}
18557 \backslash
18558 vline}}
18559 \end_layout
18560
18561 \begin_layout Standard
18562 In Tabelle
18563 \begin_inset space ~
18564 \end_inset
18565
18566
18567 \begin_inset CommandInset ref
18568 LatexCommand ref
18569 reference "tab:Tabelle-mit-farbigen-vert"
18570
18571 \end_inset
18572
18573  wurde das \SpecialChar LaTeX
18574 -Argument 
18575 \series bold
18576 WcW
18577 \series default
18578  für die letzte und 
18579 \series bold
18580 Wc
18581 \series default
18582  für die anderen Spalten benutzt.
18583 \end_layout
18584
18585 \begin_layout Standard
18586 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18587 \end_layout
18588
18589 \begin_layout Standard
18590 \begin_inset Float table
18591 placement h
18592 wide false
18593 sideways false
18594 status open
18595
18596 \begin_layout Plain Layout
18597 \begin_inset Caption Standard
18598
18599 \begin_layout Plain Layout
18600 \begin_inset CommandInset label
18601 LatexCommand label
18602 name "tab:Tabelle-mit-farbigen-vert"
18603
18604 \end_inset
18605
18606 Tabelle mit farbigen vertikalen Linien
18607 \end_layout
18608
18609 \end_inset
18610
18611
18612 \end_layout
18613
18614 \begin_layout Plain Layout
18615 \align center
18616 \begin_inset Tabular
18617 <lyxtabular version="3" rows="3" columns="3">
18618 <features tabularvalignment="middle">
18619 <column alignment="center" valignment="top" special="Wc">
18620 <column alignment="center" valignment="top" special="Wc">
18621 <column alignment="center" valignment="top" special="WcW">
18622 <row>
18623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18624 \begin_inset Text
18625
18626 \begin_layout Plain Layout
18627 sd
18628 \end_layout
18629
18630 \end_inset
18631 </cell>
18632 <cell alignment="center" valignment="top" topline="true" usebox="none">
18633 \begin_inset Text
18634
18635 \begin_layout Plain Layout
18636
18637 \end_layout
18638
18639 \end_inset
18640 </cell>
18641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18642 \begin_inset Text
18643
18644 \begin_layout Plain Layout
18645
18646 \end_layout
18647
18648 \end_inset
18649 </cell>
18650 </row>
18651 <row>
18652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656
18657 \end_layout
18658
18659 \end_inset
18660 </cell>
18661 <cell alignment="center" valignment="top" topline="true" usebox="none">
18662 \begin_inset Text
18663
18664 \begin_layout Plain Layout
18665 sd
18666 \end_layout
18667
18668 \end_inset
18669 </cell>
18670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18671 \begin_inset Text
18672
18673 \begin_layout Plain Layout
18674
18675 \end_layout
18676
18677 \end_inset
18678 </cell>
18679 </row>
18680 <row>
18681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18682 \begin_inset Text
18683
18684 \begin_layout Plain Layout
18685
18686 \end_layout
18687
18688 \end_inset
18689 </cell>
18690 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18691 \begin_inset Text
18692
18693 \begin_layout Plain Layout
18694
18695 \end_layout
18696
18697 \end_inset
18698 </cell>
18699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18700 \begin_inset Text
18701
18702 \begin_layout Plain Layout
18703 sd
18704 \end_layout
18705
18706 \end_inset
18707 </cell>
18708 </row>
18709 </lyxtabular>
18710
18711 \end_inset
18712
18713
18714 \end_layout
18715
18716 \end_inset
18717
18718
18719 \end_layout
18720
18721 \begin_layout Standard
18722 \begin_inset VSpace bigskip
18723 \end_inset
18724
18725 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18726 \begin_inset space ~
18727 \end_inset
18728
18729
18730 \begin_inset CommandInset ref
18731 LatexCommand ref
18732 reference "tab:Tabelle-mit-farbigen-horiz"
18733
18734 \end_inset
18735
18736 , müssen Sie folgenden Befehl als \SpecialChar TeX
18737 -Code vor der (Gleitobjekt-)Tabelle einfügen:
18738 \end_layout
18739
18740 \begin_layout Standard
18741
18742 \series bold
18743
18744 \backslash
18745 let
18746 \backslash
18747 myHlineC
18748 \backslash
18749 hline
18750 \begin_inset Newline newline
18751 \end_inset
18752
18753
18754 \backslash
18755 renewcommand{
18756 \backslash
18757 hline}
18758 \begin_inset Newline newline
18759 \end_inset
18760
18761
18762 \begin_inset Phantom HPhantom
18763 status open
18764
18765 \begin_layout Plain Layout
18766
18767 \series bold
18768 \begin_inset space ~
18769 \end_inset
18770
18771
18772 \end_layout
18773
18774 \end_inset
18775
18776 {
18777 \backslash
18778 arrayrulecolor{red}
18779 \backslash
18780 myHlineC
18781 \backslash
18782 arrayrulecolor{black}}
18783 \end_layout
18784
18785 \begin_layout Standard
18786 \begin_inset ERT
18787 status collapsed
18788
18789 \begin_layout Plain Layout
18790
18791
18792 \backslash
18793 let
18794 \backslash
18795 myHlineC
18796 \backslash
18797 hline
18798 \end_layout
18799
18800 \begin_layout Plain Layout
18801
18802
18803 \backslash
18804 renewcommand{
18805 \backslash
18806 hline}
18807 \end_layout
18808
18809 \begin_layout Plain Layout
18810
18811  {
18812 \backslash
18813 arrayrulecolor{red}
18814 \backslash
18815 myHlineC
18816 \backslash
18817 arrayrulecolor{black}}
18818 \end_layout
18819
18820 \end_inset
18821
18822
18823 \begin_inset Float table
18824 placement h
18825 wide false
18826 sideways false
18827 status open
18828
18829 \begin_layout Plain Layout
18830 \begin_inset Caption Standard
18831
18832 \begin_layout Plain Layout
18833 \begin_inset CommandInset label
18834 LatexCommand label
18835 name "tab:Tabelle-mit-farbigen-horiz"
18836
18837 \end_inset
18838
18839 Tabelle mit farbigen horizontalen Linien
18840 \end_layout
18841
18842 \end_inset
18843
18844
18845 \end_layout
18846
18847 \begin_layout Plain Layout
18848 \align center
18849 \begin_inset Tabular
18850 <lyxtabular version="3" rows="3" columns="3">
18851 <features tabularvalignment="middle">
18852 <column alignment="center" valignment="top">
18853 <column alignment="center" valignment="top">
18854 <column alignment="center" valignment="top">
18855 <row>
18856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18857 \begin_inset Text
18858
18859 \begin_layout Plain Layout
18860 sd
18861 \end_layout
18862
18863 \end_inset
18864 </cell>
18865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18866 \begin_inset Text
18867
18868 \begin_layout Plain Layout
18869
18870 \end_layout
18871
18872 \end_inset
18873 </cell>
18874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18875 \begin_inset Text
18876
18877 \begin_layout Plain Layout
18878
18879 \end_layout
18880
18881 \end_inset
18882 </cell>
18883 </row>
18884 <row>
18885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18886 \begin_inset Text
18887
18888 \begin_layout Plain Layout
18889
18890 \end_layout
18891
18892 \end_inset
18893 </cell>
18894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18895 \begin_inset Text
18896
18897 \begin_layout Plain Layout
18898 sd
18899 \end_layout
18900
18901 \end_inset
18902 </cell>
18903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18904 \begin_inset Text
18905
18906 \begin_layout Plain Layout
18907
18908 \end_layout
18909
18910 \end_inset
18911 </cell>
18912 </row>
18913 <row>
18914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18915 \begin_inset Text
18916
18917 \begin_layout Plain Layout
18918
18919 \end_layout
18920
18921 \end_inset
18922 </cell>
18923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18924 \begin_inset Text
18925
18926 \begin_layout Plain Layout
18927
18928 \end_layout
18929
18930 \end_inset
18931 </cell>
18932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18933 \begin_inset Text
18934
18935 \begin_layout Plain Layout
18936 sd
18937 \end_layout
18938
18939 \end_inset
18940 </cell>
18941 </row>
18942 </lyxtabular>
18943
18944 \end_inset
18945
18946
18947 \end_layout
18948
18949 \end_inset
18950
18951
18952 \end_layout
18953
18954 \begin_layout Standard
18955 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
18956  als \SpecialChar TeX
18957 -Code hinter der Tabelle einfügen:
18958 \end_layout
18959
18960 \begin_layout Standard
18961
18962 \series bold
18963
18964 \backslash
18965 renewcommand{
18966 \backslash
18967 hline}{
18968 \backslash
18969 myHlineC}
18970 \end_layout
18971
18972 \begin_layout Standard
18973 Tabelle
18974 \begin_inset space ~
18975 \end_inset
18976
18977
18978 \begin_inset CommandInset ref
18979 LatexCommand ref
18980 reference "tab:Table-with-colored"
18981
18982 \end_inset
18983
18984  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
18985 \end_layout
18986
18987 \begin_layout Standard
18988 \begin_inset Float table
18989 placement h
18990 wide false
18991 sideways false
18992 status open
18993
18994 \begin_layout Plain Layout
18995 \begin_inset Caption Standard
18996
18997 \begin_layout Plain Layout
18998 \begin_inset CommandInset label
18999 LatexCommand label
19000 name "tab:Table-with-colored"
19001
19002 \end_inset
19003
19004 Tabelle mit farbigen Linien
19005 \end_layout
19006
19007 \end_inset
19008
19009
19010 \end_layout
19011
19012 \begin_layout Plain Layout
19013 \align center
19014 \begin_inset Tabular
19015 <lyxtabular version="3" rows="3" columns="3">
19016 <features tabularvalignment="middle">
19017 <column alignment="center" valignment="top" special="Wc">
19018 <column alignment="center" valignment="top" special="Wc">
19019 <column alignment="center" valignment="top" special="WcW">
19020 <row>
19021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19022 \begin_inset Text
19023
19024 \begin_layout Plain Layout
19025 sd
19026 \end_layout
19027
19028 \end_inset
19029 </cell>
19030 <cell alignment="center" valignment="top" topline="true" usebox="none">
19031 \begin_inset Text
19032
19033 \begin_layout Plain Layout
19034
19035 \end_layout
19036
19037 \end_inset
19038 </cell>
19039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19040 \begin_inset Text
19041
19042 \begin_layout Plain Layout
19043
19044 \end_layout
19045
19046 \end_inset
19047 </cell>
19048 </row>
19049 <row>
19050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19051 \begin_inset Text
19052
19053 \begin_layout Plain Layout
19054
19055 \end_layout
19056
19057 \end_inset
19058 </cell>
19059 <cell alignment="center" valignment="top" topline="true" usebox="none">
19060 \begin_inset Text
19061
19062 \begin_layout Plain Layout
19063 sd
19064 \end_layout
19065
19066 \end_inset
19067 </cell>
19068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19069 \begin_inset Text
19070
19071 \begin_layout Plain Layout
19072
19073 \end_layout
19074
19075 \end_inset
19076 </cell>
19077 </row>
19078 <row topspace="default">
19079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19080 \begin_inset Text
19081
19082 \begin_layout Plain Layout
19083
19084 \end_layout
19085
19086 \end_inset
19087 </cell>
19088 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19089 \begin_inset Text
19090
19091 \begin_layout Plain Layout
19092
19093 \end_layout
19094
19095 \end_inset
19096 </cell>
19097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19098 \begin_inset Text
19099
19100 \begin_layout Plain Layout
19101 sd
19102 \end_layout
19103
19104 \end_inset
19105 </cell>
19106 </row>
19107 </lyxtabular>
19108
19109 \end_inset
19110
19111
19112 \end_layout
19113
19114 \end_inset
19115
19116
19117 \end_layout
19118
19119 \begin_layout Standard
19120 \begin_inset ERT
19121 status collapsed
19122
19123 \begin_layout Plain Layout
19124
19125
19126 \backslash
19127 renewcommand{
19128 \backslash
19129 hline}{
19130 \backslash
19131 myHlineC}
19132 \end_layout
19133
19134 \end_inset
19135
19136
19137 \end_layout
19138
19139 \begin_layout Standard
19140 \begin_inset ERT
19141 status collapsed
19142
19143 \begin_layout Plain Layout
19144
19145
19146 \backslash
19147 setlength{
19148 \backslash
19149 arrayrulewidth}{1.2pt}
19150 \end_layout
19151
19152 \end_inset
19153
19154
19155 \end_layout
19156
19157 \begin_layout Standard
19158 Um nur einige Linien einzufärben ist eine andere Strategie notwendig.
19159  Um alle folgenden horizontalen Linien zu färben, fügt man diesen Befehl
19160  als \SpecialChar TeX
19161 -Code als letzte Sache in die Zeile ein, die über der ersten gefärbten
19162  Linie sein soll:
19163 \end_layout
19164
19165 \begin_layout Standard
19166
19167 \series bold
19168
19169 \backslash
19170
19171 \backslash
19172
19173 \backslash
19174 arrayrulecolor{blue}%
19175 \end_layout
19176
19177 \begin_layout Standard
19178 Um wieder schwarze Linien zu erhalten, fügt man diesen Befehl als erste
19179  Sache in die Zeile ein, die über den schwarzen Linien liegt:
19180 \end_layout
19181
19182 \begin_layout Standard
19183
19184 \series bold
19185
19186 \backslash
19187 arrayrulecolor{black}
19188 \end_layout
19189
19190 \begin_layout Standard
19191 Damit kann man Tabellenlinien wie in Tabelle
19192 \begin_inset space ~
19193 \end_inset
19194
19195
19196 \begin_inset CommandInset ref
19197 LatexCommand ref
19198 reference "tab:Tabelle-mit-verschiedenen-hor"
19199
19200 \end_inset
19201
19202  färben.
19203  Es ist jedoch mit dieser Methode nicht möglich die Linie über der ersten
19204  Zeile einer Tabelle zu färben.
19205 \end_layout
19206
19207 \begin_layout Standard
19208 \begin_inset Float table
19209 wide false
19210 sideways false
19211 status open
19212
19213 \begin_layout Plain Layout
19214 \begin_inset Caption Standard
19215
19216 \begin_layout Plain Layout
19217 \begin_inset CommandInset label
19218 LatexCommand label
19219 name "tab:Tabelle-mit-verschiedenen-hor"
19220
19221 \end_inset
19222
19223 Tabelle mit verschiedenen horizontalen Linienfarben.
19224 \end_layout
19225
19226 \end_inset
19227
19228
19229 \end_layout
19230
19231 \begin_layout Plain Layout
19232 \align center
19233 \begin_inset Tabular
19234 <lyxtabular version="3" rows="6" columns="7">
19235 <features tabularvalignment="middle">
19236 <column alignment="center" valignment="top">
19237 <column alignment="center" valignment="top">
19238 <column alignment="center" valignment="top">
19239 <column alignment="center" valignment="top">
19240 <column alignment="center" valignment="top">
19241 <column alignment="center" valignment="top">
19242 <column alignment="center" valignment="top">
19243 <row>
19244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19245 \begin_inset Text
19246
19247 \begin_layout Plain Layout
19248
19249 \end_layout
19250
19251 \end_inset
19252 </cell>
19253 <cell alignment="center" valignment="top" topline="true" usebox="none">
19254 \begin_inset Text
19255
19256 \begin_layout Plain Layout
19257
19258 \end_layout
19259
19260 \end_inset
19261 </cell>
19262 <cell alignment="center" valignment="top" topline="true" usebox="none">
19263 \begin_inset Text
19264
19265 \begin_layout Plain Layout
19266
19267 \end_layout
19268
19269 \end_inset
19270 </cell>
19271 <cell alignment="center" valignment="top" topline="true" usebox="none">
19272 \begin_inset Text
19273
19274 \begin_layout Plain Layout
19275
19276 \end_layout
19277
19278 \end_inset
19279 </cell>
19280 <cell alignment="center" valignment="top" topline="true" usebox="none">
19281 \begin_inset Text
19282
19283 \begin_layout Plain Layout
19284
19285 \end_layout
19286
19287 \end_inset
19288 </cell>
19289 <cell alignment="center" valignment="top" topline="true" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19299 \begin_inset Text
19300
19301 \begin_layout Plain Layout
19302 \begin_inset ERT
19303 status open
19304
19305 \begin_layout Plain Layout
19306
19307
19308 \backslash
19309
19310 \backslash
19311
19312 \backslash
19313 arrayrulecolor{blue}%
19314 \end_layout
19315
19316 \end_inset
19317
19318
19319 \end_layout
19320
19321 \end_inset
19322 </cell>
19323 </row>
19324 <row>
19325 <cell alignment="center" valignment="top" usebox="none">
19326 \begin_inset Text
19327
19328 \begin_layout Plain Layout
19329 Y
19330 \end_layout
19331
19332 \end_inset
19333 </cell>
19334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19335 \begin_inset Text
19336
19337 \begin_layout Plain Layout
19338
19339 \end_layout
19340
19341 \end_inset
19342 </cell>
19343 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347
19348 \end_layout
19349
19350 \end_inset
19351 </cell>
19352 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19353 \begin_inset Text
19354
19355 \begin_layout Plain Layout
19356
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365
19366 \end_layout
19367
19368 \end_inset
19369 </cell>
19370 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19371 \begin_inset Text
19372
19373 \begin_layout Plain Layout
19374
19375 \end_layout
19376
19377 \end_inset
19378 </cell>
19379 <cell alignment="center" valignment="top" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Plain Layout
19383 Y
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 </row>
19389 <row>
19390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394 \begin_inset ERT
19395 status open
19396
19397 \begin_layout Plain Layout
19398
19399
19400 \backslash
19401 arrayrulecolor{black}
19402 \end_layout
19403
19404 \end_inset
19405
19406
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 <cell alignment="center" valignment="top" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415
19416 \end_layout
19417
19418 \end_inset
19419 </cell>
19420 <cell alignment="center" valignment="top" usebox="none">
19421 \begin_inset Text
19422
19423 \begin_layout Plain Layout
19424
19425 \end_layout
19426
19427 \end_inset
19428 </cell>
19429 <cell alignment="center" valignment="top" usebox="none">
19430 \begin_inset Text
19431
19432 \begin_layout Plain Layout
19433
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 <cell alignment="center" valignment="top" usebox="none">
19439 \begin_inset Text
19440
19441 \begin_layout Plain Layout
19442
19443 \end_layout
19444
19445 \end_inset
19446 </cell>
19447 <cell alignment="center" valignment="top" usebox="none">
19448 \begin_inset Text
19449
19450 \begin_layout Plain Layout
19451
19452 \end_layout
19453
19454 \end_inset
19455 </cell>
19456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19457 \begin_inset Text
19458
19459 \begin_layout Plain Layout
19460
19461 \end_layout
19462
19463 \end_inset
19464 </cell>
19465 </row>
19466 <row>
19467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19468 \begin_inset Text
19469
19470 \begin_layout Plain Layout
19471
19472 \end_layout
19473
19474 \end_inset
19475 </cell>
19476 <cell alignment="center" valignment="top" usebox="none">
19477 \begin_inset Text
19478
19479 \begin_layout Plain Layout
19480
19481 \end_layout
19482
19483 \end_inset
19484 </cell>
19485 <cell alignment="center" valignment="top" usebox="none">
19486 \begin_inset Text
19487
19488 \begin_layout Plain Layout
19489
19490 \end_layout
19491
19492 \end_inset
19493 </cell>
19494 <cell alignment="center" valignment="top" usebox="none">
19495 \begin_inset Text
19496
19497 \begin_layout Plain Layout
19498
19499 \end_layout
19500
19501 \end_inset
19502 </cell>
19503 <cell alignment="center" valignment="top" usebox="none">
19504 \begin_inset Text
19505
19506 \begin_layout Plain Layout
19507
19508 \end_layout
19509
19510 \end_inset
19511 </cell>
19512 <cell alignment="center" valignment="top" usebox="none">
19513 \begin_inset Text
19514
19515 \begin_layout Plain Layout
19516
19517 \end_layout
19518
19519 \end_inset
19520 </cell>
19521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19522 \begin_inset Text
19523
19524 \begin_layout Plain Layout
19525 \begin_inset ERT
19526 status collapsed
19527
19528 \begin_layout Plain Layout
19529
19530
19531 \backslash
19532
19533 \backslash
19534
19535 \backslash
19536 arrayrulecolor{green}%
19537 \end_layout
19538
19539 \end_inset
19540
19541
19542 \end_layout
19543
19544 \end_inset
19545 </cell>
19546 </row>
19547 <row>
19548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19549 \begin_inset Text
19550
19551 \begin_layout Plain Layout
19552
19553 \end_layout
19554
19555 \end_inset
19556 </cell>
19557 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19558 \begin_inset Text
19559
19560 \begin_layout Plain Layout
19561
19562 \end_layout
19563
19564 \end_inset
19565 </cell>
19566 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19567 \begin_inset Text
19568
19569 \begin_layout Plain Layout
19570
19571 \end_layout
19572
19573 \end_inset
19574 </cell>
19575 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19576 \begin_inset Text
19577
19578 \begin_layout Plain Layout
19579
19580 \end_layout
19581
19582 \end_inset
19583 </cell>
19584 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19585 \begin_inset Text
19586
19587 \begin_layout Plain Layout
19588
19589 \end_layout
19590
19591 \end_inset
19592 </cell>
19593 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19594 \begin_inset Text
19595
19596 \begin_layout Plain Layout
19597
19598 \end_layout
19599
19600 \end_inset
19601 </cell>
19602 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19603 \begin_inset Text
19604
19605 \begin_layout Plain Layout
19606
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 </row>
19612 <row>
19613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19614 \begin_inset Text
19615
19616 \begin_layout Plain Layout
19617 \begin_inset ERT
19618 status collapsed
19619
19620 \begin_layout Plain Layout
19621
19622
19623 \backslash
19624 arrayrulecolor{black}
19625 \end_layout
19626
19627 \end_inset
19628
19629 B
19630 \end_layout
19631
19632 \end_inset
19633 </cell>
19634 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19635 \begin_inset Text
19636
19637 \begin_layout Plain Layout
19638
19639 \end_layout
19640
19641 \end_inset
19642 </cell>
19643 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19644 \begin_inset Text
19645
19646 \begin_layout Plain Layout
19647
19648 \end_layout
19649
19650 \end_inset
19651 </cell>
19652 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19653 \begin_inset Text
19654
19655 \begin_layout Plain Layout
19656
19657 \end_layout
19658
19659 \end_inset
19660 </cell>
19661 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19662 \begin_inset Text
19663
19664 \begin_layout Plain Layout
19665
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Plain Layout
19674
19675 \end_layout
19676
19677 \end_inset
19678 </cell>
19679 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19680 \begin_inset Text
19681
19682 \begin_layout Plain Layout
19683 \begin_inset ERT
19684 status collapsed
19685
19686 \begin_layout Plain Layout
19687
19688
19689 \backslash
19690
19691 \backslash
19692
19693 \backslash
19694 arrayrulecolor{blue}%
19695 \end_layout
19696
19697 \end_inset
19698
19699
19700 \end_layout
19701
19702 \end_inset
19703 </cell>
19704 </row>
19705 </lyxtabular>
19706
19707 \end_inset
19708
19709
19710 \end_layout
19711
19712 \end_inset
19713
19714
19715 \end_layout
19716
19717 \begin_layout Standard
19718 Um die Farbe von vertikalen Linien innerhalb einer Zeile zu ändern, wie
19719  in Tabelle
19720 \begin_inset space ~
19721 \end_inset
19722
19723
19724 \begin_inset CommandInset ref
19725 LatexCommand ref
19726 reference "tab:Tabelle-mit-verschiedenen-ver"
19727
19728 \end_inset
19729
19730 , benötigt man Mehrfachzeilen.
19731  Zuerst müssen alle vertikalen Linien entfernt werden, die nicht entlang
19732  der kompletten Spalte laufen.
19733  Nun werden alle Linien mit dem Befehl
19734 \end_layout
19735
19736 \begin_layout Standard
19737
19738 \series bold
19739
19740 \backslash
19741
19742 \backslash
19743
19744 \backslash
19745 arrayrulecolor{blue}%
19746 \end_layout
19747
19748 \begin_layout Standard
19749 wie oben gefärbt.
19750  Zuletzt fügt man diesen Befehl als \SpecialChar TeX
19751 -Code in jede Zelle ein, für die man
19752  eine vertikale Linie in einer anderen Farbe benötigt:
19753 \end_layout
19754
19755 \begin_layout Standard
19756
19757 \series bold
19758
19759 \backslash
19760 multicolumn{1}{!{
19761 \backslash
19762 color{green}
19763 \backslash
19764 vline}c!{
19765 \backslash
19766 color{red}
19767 \backslash
19768 vline}}{
19769 \end_layout
19770
19771 \begin_layout Standard
19772 Dies fügt eine vertikale Linie an beiden Seiten der Zelle ein.
19773  Die linke ist grün, die rechte rot.
19774  Wenn keine Farbänderung notwendig ist, kann man den Befehl 
19775 \series bold
19776
19777 \backslash
19778 color
19779 \series default
19780  in obigem Befehl weglassen.
19781  Um z.
19782 \begin_inset space \thinspace{}
19783 \end_inset
19784
19785 B.
19786  eine schwarze linke Linie und eine blaue rechte zu erhalten, kann man schreiben
19787 :
19788 \end_layout
19789
19790 \begin_layout Standard
19791
19792 \series bold
19793
19794 \backslash
19795 multicolumn{1}{!{
19796 \backslash
19797 color{black}
19798 \backslash
19799 vline}c|}{
19800 \end_layout
19801
19802 \begin_layout Standard
19803 Denn die Farbe blau ist bereits für alle Linien gesetzt.
19804  Das | erstellt dabei die vertikale Linie, während das ansonsten 
19805 \series bold
19806
19807 \backslash
19808 vline
19809 \series default
19810  tut, wenn 
19811 \series bold
19812
19813 \backslash
19814 color
19815 \series default
19816  verwendet wird.
19817  Um vertikale Linien einzufügen, ohne die Farbe zu ändern, verwendet man
19818 \end_layout
19819
19820 \begin_layout Standard
19821
19822 \series bold
19823
19824 \backslash
19825 multicolumn{1}{|c|}{
19826 \end_layout
19827
19828 \begin_layout Standard
19829 Nach diesem Befehl fügt man den Zelleninhalt normal ein und beendet die
19830  Zelle mit einer schließenden Klammer 
19831 \series bold
19832 }
19833 \series default
19834  in \SpecialChar TeX
19835 -Code.
19836 \end_layout
19837
19838 \begin_layout Standard
19839 \begin_inset Float table
19840 wide false
19841 sideways false
19842 status open
19843
19844 \begin_layout Plain Layout
19845 \begin_inset Caption Standard
19846
19847 \begin_layout Plain Layout
19848 \begin_inset CommandInset label
19849 LatexCommand label
19850 name "tab:Tabelle-mit-verschiedenen-ver"
19851
19852 \end_inset
19853
19854 Tabelle mit verschiedenen vertikalen Linienfarben in einer Zeile.
19855 \end_layout
19856
19857 \end_inset
19858
19859
19860 \end_layout
19861
19862 \begin_layout Plain Layout
19863 \align center
19864 \begin_inset Tabular
19865 <lyxtabular version="3" rows="5" columns="7">
19866 <features tabularvalignment="middle">
19867 <column alignment="center" valignment="top">
19868 <column alignment="center" valignment="top">
19869 <column alignment="center" valignment="top">
19870 <column alignment="center" valignment="top">
19871 <column alignment="center" valignment="top">
19872 <column alignment="center" valignment="top">
19873 <column alignment="center" valignment="top">
19874 <row>
19875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19876 \begin_inset Text
19877
19878 \begin_layout Plain Layout
19879
19880 \end_layout
19881
19882 \end_inset
19883 </cell>
19884 <cell alignment="center" valignment="top" topline="true" usebox="none">
19885 \begin_inset Text
19886
19887 \begin_layout Plain Layout
19888
19889 \end_layout
19890
19891 \end_inset
19892 </cell>
19893 <cell alignment="center" valignment="top" topline="true" usebox="none">
19894 \begin_inset Text
19895
19896 \begin_layout Plain Layout
19897
19898 \end_layout
19899
19900 \end_inset
19901 </cell>
19902 <cell alignment="center" valignment="top" topline="true" usebox="none">
19903 \begin_inset Text
19904
19905 \begin_layout Plain Layout
19906
19907 \end_layout
19908
19909 \end_inset
19910 </cell>
19911 <cell alignment="center" valignment="top" topline="true" usebox="none">
19912 \begin_inset Text
19913
19914 \begin_layout Plain Layout
19915
19916 \end_layout
19917
19918 \end_inset
19919 </cell>
19920 <cell alignment="center" valignment="top" topline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924
19925 \end_layout
19926
19927 \end_inset
19928 </cell>
19929 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19930 \begin_inset Text
19931
19932 \begin_layout Plain Layout
19933 \begin_inset ERT
19934 status open
19935
19936 \begin_layout Plain Layout
19937
19938
19939 \backslash
19940
19941 \backslash
19942
19943 \backslash
19944 arrayrulecolor{red}%
19945 \end_layout
19946
19947 \end_inset
19948
19949
19950 \end_layout
19951
19952 \end_inset
19953 </cell>
19954 </row>
19955 <row>
19956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19957 \begin_inset Text
19958
19959 \begin_layout Plain Layout
19960 \begin_inset ERT
19961 status open
19962
19963 \begin_layout Plain Layout
19964
19965
19966 \backslash
19967 multicolumn{1}{!{
19968 \backslash
19969 color{black}
19970 \backslash
19971 vline}c|}{
19972 \end_layout
19973
19974 \end_inset
19975
19976 Y
19977 \begin_inset ERT
19978 status collapsed
19979
19980 \begin_layout Plain Layout
19981
19982 }
19983 \end_layout
19984
19985 \end_inset
19986
19987
19988 \end_layout
19989
19990 \end_inset
19991 </cell>
19992 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19993 \begin_inset Text
19994
19995 \begin_layout Plain Layout
19996
19997 \end_layout
19998
19999 \end_inset
20000 </cell>
20001 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20002 \begin_inset Text
20003
20004 \begin_layout Plain Layout
20005
20006 \end_layout
20007
20008 \end_inset
20009 </cell>
20010 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20011 \begin_inset Text
20012
20013 \begin_layout Plain Layout
20014
20015 \end_layout
20016
20017 \end_inset
20018 </cell>
20019 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20020 \begin_inset Text
20021
20022 \begin_layout Plain Layout
20023
20024 \end_layout
20025
20026 \end_inset
20027 </cell>
20028 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20029 \begin_inset Text
20030
20031 \begin_layout Plain Layout
20032 \begin_inset ERT
20033 status open
20034
20035 \begin_layout Plain Layout
20036
20037
20038 \backslash
20039 multicolumn{1}{c|}{
20040 \end_layout
20041
20042 \end_inset
20043
20044
20045 \begin_inset ERT
20046 status collapsed
20047
20048 \begin_layout Plain Layout
20049
20050 }
20051 \end_layout
20052
20053 \end_inset
20054
20055
20056 \end_layout
20057
20058 \end_inset
20059 </cell>
20060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20061 \begin_inset Text
20062
20063 \begin_layout Plain Layout
20064 \begin_inset ERT
20065 status open
20066
20067 \begin_layout Plain Layout
20068
20069
20070 \backslash
20071 multicolumn{1}{c!{
20072 \backslash
20073 color{black}
20074 \backslash
20075 vline}}{
20076 \end_layout
20077
20078 \end_inset
20079
20080 Y
20081 \begin_inset ERT
20082 status collapsed
20083
20084 \begin_layout Plain Layout
20085
20086 }
20087 \end_layout
20088
20089 \end_inset
20090
20091
20092 \end_layout
20093
20094 \end_inset
20095 </cell>
20096 </row>
20097 <row>
20098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20099 \begin_inset Text
20100
20101 \begin_layout Plain Layout
20102 \begin_inset ERT
20103 status collapsed
20104
20105 \begin_layout Plain Layout
20106
20107
20108 \backslash
20109 arrayrulecolor{black}
20110 \end_layout
20111
20112 \end_inset
20113
20114
20115 \end_layout
20116
20117 \end_inset
20118 </cell>
20119 <cell alignment="center" valignment="top" usebox="none">
20120 \begin_inset Text
20121
20122 \begin_layout Plain Layout
20123
20124 \end_layout
20125
20126 \end_inset
20127 </cell>
20128 <cell alignment="center" valignment="top" usebox="none">
20129 \begin_inset Text
20130
20131 \begin_layout Plain Layout
20132
20133 \end_layout
20134
20135 \end_inset
20136 </cell>
20137 <cell alignment="center" valignment="top" usebox="none">
20138 \begin_inset Text
20139
20140 \begin_layout Plain Layout
20141
20142 \end_layout
20143
20144 \end_inset
20145 </cell>
20146 <cell alignment="center" valignment="top" usebox="none">
20147 \begin_inset Text
20148
20149 \begin_layout Plain Layout
20150
20151 \end_layout
20152
20153 \end_inset
20154 </cell>
20155 <cell alignment="center" valignment="top" usebox="none">
20156 \begin_inset Text
20157
20158 \begin_layout Plain Layout
20159
20160 \end_layout
20161
20162 \end_inset
20163 </cell>
20164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20165 \begin_inset Text
20166
20167 \begin_layout Plain Layout
20168 \begin_inset ERT
20169 status collapsed
20170
20171 \begin_layout Plain Layout
20172
20173
20174 \backslash
20175
20176 \backslash
20177
20178 \backslash
20179 arrayrulecolor{magenta}%
20180 \end_layout
20181
20182 \end_inset
20183
20184
20185 \end_layout
20186
20187 \end_inset
20188 </cell>
20189 </row>
20190 <row>
20191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20192 \begin_inset Text
20193
20194 \begin_layout Plain Layout
20195 \begin_inset ERT
20196 status collapsed
20197
20198 \begin_layout Plain Layout
20199
20200
20201 \backslash
20202 multicolumn{1}{|c!{
20203 \backslash
20204 color{red}
20205 \backslash
20206 vline}}{
20207 \end_layout
20208
20209 \end_inset
20210
20211
20212 \begin_inset ERT
20213 status collapsed
20214
20215 \begin_layout Plain Layout
20216
20217 }
20218 \end_layout
20219
20220 \end_inset
20221
20222
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20228 \begin_inset Text
20229
20230 \begin_layout Plain Layout
20231 \begin_inset ERT
20232 status collapsed
20233
20234 \begin_layout Plain Layout
20235
20236
20237 \backslash
20238 multicolumn{1}{c!{
20239 \backslash
20240 color{green}
20241 \backslash
20242 vline}}{
20243 \end_layout
20244
20245 \end_inset
20246
20247
20248 \begin_inset ERT
20249 status collapsed
20250
20251 \begin_layout Plain Layout
20252
20253 }
20254 \end_layout
20255
20256 \end_inset
20257
20258
20259 \end_layout
20260
20261 \end_inset
20262 </cell>
20263 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20264 \begin_inset Text
20265
20266 \begin_layout Plain Layout
20267 \begin_inset ERT
20268 status collapsed
20269
20270 \begin_layout Plain Layout
20271
20272
20273 \backslash
20274 multicolumn{1}{c!{
20275 \backslash
20276 color{yellow}
20277 \backslash
20278 vline}}{
20279 \end_layout
20280
20281 \end_inset
20282
20283
20284 \begin_inset ERT
20285 status collapsed
20286
20287 \begin_layout Plain Layout
20288
20289 }
20290 \end_layout
20291
20292 \end_inset
20293
20294
20295 \end_layout
20296
20297 \end_inset
20298 </cell>
20299 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303 \begin_inset ERT
20304 status collapsed
20305
20306 \begin_layout Plain Layout
20307
20308
20309 \backslash
20310 multicolumn{1}{c!{
20311 \backslash
20312 color{blue}
20313 \backslash
20314 vline}}{
20315 \end_layout
20316
20317 \end_inset
20318
20319
20320 \begin_inset ERT
20321 status collapsed
20322
20323 \begin_layout Plain Layout
20324
20325 }
20326 \end_layout
20327
20328 \end_inset
20329
20330
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20336 \begin_inset Text
20337
20338 \begin_layout Plain Layout
20339 \begin_inset ERT
20340 status collapsed
20341
20342 \begin_layout Plain Layout
20343
20344
20345 \backslash
20346 multicolumn{1}{c!{
20347 \backslash
20348 color{cyan}
20349 \backslash
20350 vline}}{
20351 \end_layout
20352
20353 \end_inset
20354
20355
20356 \begin_inset ERT
20357 status collapsed
20358
20359 \begin_layout Plain Layout
20360
20361 }
20362 \end_layout
20363
20364 \end_inset
20365
20366
20367 \end_layout
20368
20369 \end_inset
20370 </cell>
20371 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20372 \begin_inset Text
20373
20374 \begin_layout Plain Layout
20375 \begin_inset ERT
20376 status collapsed
20377
20378 \begin_layout Plain Layout
20379
20380
20381 \backslash
20382 multicolumn{1}{c!{
20383 \backslash
20384 color{black}
20385 \backslash
20386 vline}}{
20387 \end_layout
20388
20389 \end_inset
20390
20391
20392 \begin_inset ERT
20393 status collapsed
20394
20395 \begin_layout Plain Layout
20396
20397 }
20398 \end_layout
20399
20400 \end_inset
20401
20402
20403 \end_layout
20404
20405 \end_inset
20406 </cell>
20407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20408 \begin_inset Text
20409
20410 \begin_layout Plain Layout
20411 \begin_inset ERT
20412 status collapsed
20413
20414 \begin_layout Plain Layout
20415
20416
20417 \backslash
20418 multicolumn{1}{c|}{
20419 \end_layout
20420
20421 \end_inset
20422
20423
20424 \begin_inset ERT
20425 status collapsed
20426
20427 \begin_layout Plain Layout
20428
20429 }
20430 \end_layout
20431
20432 \end_inset
20433
20434
20435 \end_layout
20436
20437 \end_inset
20438 </cell>
20439 </row>
20440 <row>
20441 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20442 \begin_inset Text
20443
20444 \begin_layout Plain Layout
20445 \begin_inset ERT
20446 status collapsed
20447
20448 \begin_layout Plain Layout
20449
20450
20451 \backslash
20452 arrayrulecolor{black}
20453 \end_layout
20454
20455 \end_inset
20456
20457 B
20458 \end_layout
20459
20460 \end_inset
20461 </cell>
20462 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20463 \begin_inset Text
20464
20465 \begin_layout Plain Layout
20466
20467 \end_layout
20468
20469 \end_inset
20470 </cell>
20471 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20472 \begin_inset Text
20473
20474 \begin_layout Plain Layout
20475
20476 \end_layout
20477
20478 \end_inset
20479 </cell>
20480 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484
20485 \end_layout
20486
20487 \end_inset
20488 </cell>
20489 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20490 \begin_inset Text
20491
20492 \begin_layout Plain Layout
20493
20494 \end_layout
20495
20496 \end_inset
20497 </cell>
20498 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20499 \begin_inset Text
20500
20501 \begin_layout Plain Layout
20502
20503 \end_layout
20504
20505 \end_inset
20506 </cell>
20507 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20508 \begin_inset Text
20509
20510 \begin_layout Plain Layout
20511
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 </row>
20517 </lyxtabular>
20518
20519 \end_inset
20520
20521
20522 \end_layout
20523
20524 \end_inset
20525
20526
20527 \end_layout
20528
20529 \begin_layout Standard
20530 \begin_inset ERT
20531 status collapsed
20532
20533 \begin_layout Plain Layout
20534
20535
20536 \backslash
20537 setlength{
20538 \backslash
20539 arrayrulewidth}{0.4pt}
20540 \end_layout
20541
20542 \end_inset
20543
20544
20545 \end_layout
20546
20547 \begin_layout Section
20548 Rotierte Tabellenzellen
20549 \begin_inset CommandInset label
20550 LatexCommand label
20551 name "abs:Rotierte-Tabellenzellen"
20552
20553 \end_inset
20554
20555
20556 \begin_inset Index idx
20557 status collapsed
20558
20559 \begin_layout Plain Layout
20560 Tabellen ! rotierte Zellen
20561 \end_layout
20562
20563 \end_inset
20564
20565
20566 \begin_inset Index idx
20567 status collapsed
20568
20569 \begin_layout Plain Layout
20570 Rotiertes Material
20571 \end_layout
20572
20573 \end_inset
20574
20575
20576 \end_layout
20577
20578 \begin_layout Standard
20579 \begin_inset Note Greyedout
20580 status open
20581
20582 \begin_layout Plain Layout
20583
20584 \series bold
20585 Achtung:
20586 \series default
20587  Nicht alle DVI-Betrachter können Rotationen anzeigen.
20588 \end_layout
20589
20590 \end_inset
20591
20592
20593 \end_layout
20594
20595 \begin_layout Standard
20596 Tabelle
20597 \begin_inset space ~
20598 \end_inset
20599
20600
20601 \begin_inset CommandInset ref
20602 LatexCommand ref
20603 reference "tab:Tabelle-mit-rotierten"
20604
20605 \end_inset
20606
20607  ist ein Beispiel bei dem 3
20608 \begin_inset space ~
20609 \end_inset
20610
20611 Zellen um 45
20612 \begin_inset space \thinspace{}
20613 \end_inset
20614
20615 ° rotiert wurden.
20616 \end_layout
20617
20618 \begin_layout Standard
20619 \begin_inset Float table
20620 placement h
20621 wide false
20622 sideways false
20623 status open
20624
20625 \begin_layout Plain Layout
20626 \begin_inset Caption Standard
20627
20628 \begin_layout Plain Layout
20629 \begin_inset CommandInset label
20630 LatexCommand label
20631 name "tab:Tabelle-mit-rotierten"
20632
20633 \end_inset
20634
20635 Tabelle mit rotierten Zellen in der ersten Zeile.
20636 \end_layout
20637
20638 \end_inset
20639
20640
20641 \end_layout
20642
20643 \begin_layout Plain Layout
20644 \noindent
20645 \align center
20646 \begin_inset Tabular
20647 <lyxtabular version="3" rows="2" columns="3">
20648 <features tabularvalignment="middle">
20649 <column alignment="center" valignment="top" width="0pt">
20650 <column alignment="center" valignment="top" width="0pt">
20651 <column alignment="center" valignment="top" width="0pt">
20652 <row>
20653 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657 Tassen
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20663 \begin_inset Text
20664
20665 \begin_layout Plain Layout
20666 Teller
20667 \end_layout
20668
20669 \end_inset
20670 </cell>
20671 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20672 \begin_inset Text
20673
20674 \begin_layout Plain Layout
20675 Untertassen
20676 \end_layout
20677
20678 \end_inset
20679 </cell>
20680 </row>
20681 <row>
20682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20683 \begin_inset Text
20684
20685 \begin_layout Plain Layout
20686 45
20687 \end_layout
20688
20689 \end_inset
20690 </cell>
20691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20692 \begin_inset Text
20693
20694 \begin_layout Plain Layout
20695 33
20696 \end_layout
20697
20698 \end_inset
20699 </cell>
20700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20701 \begin_inset Text
20702
20703 \begin_layout Plain Layout
20704 21
20705 \end_layout
20706
20707 \end_inset
20708 </cell>
20709 </row>
20710 </lyxtabular>
20711
20712 \end_inset
20713
20714
20715 \end_layout
20716
20717 \end_inset
20718
20719
20720 \end_layout
20721
20722 \begin_layout Standard
20723 \begin_inset Note Greyedout
20724 status open
20725
20726 \begin_layout Plain Layout
20727
20728 \series bold
20729 Achtung:
20730 \series default
20731  Zeilenumbrüche (Tastenkürzel 
20732 \family sans
20733 Strg+Enter
20734 \family default
20735 ) sind in rotierten Zellen nicht erlaubt.
20736 \end_layout
20737
20738 \end_inset
20739
20740
20741 \end_layout
20742
20743 \begin_layout Standard
20744 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen, müssen Sie
20745  den Zelleninhalt in eine Minipage oder Parbox tun.
20746 \begin_inset Foot
20747 status collapsed
20748
20749 \begin_layout Plain Layout
20750 Für mehr über diese Boxen siehe Abschnitt
20751 \begin_inset space ~
20752 \end_inset
20753
20754
20755 \begin_inset CommandInset ref
20756 LatexCommand ref
20757 reference "abs:Minipage"
20758
20759 \end_inset
20760
20761  und 
20762 \begin_inset CommandInset ref
20763 LatexCommand ref
20764 reference "abs:Parbox"
20765
20766 \end_inset
20767
20768 .
20769 \end_layout
20770
20771 \end_inset
20772
20773  Wenn Sie diese Zelle um 90
20774 \begin_inset space \thinspace{}
20775 \end_inset
20776
20777 ° rotieren, ist die Breite der Box die Höhe der Zelle.
20778  Tabelle
20779 \begin_inset space ~
20780 \end_inset
20781
20782
20783 \begin_inset CommandInset ref
20784 LatexCommand ref
20785 reference "tab:Tabelle-mit-rotierter-Umbruch"
20786
20787 \end_inset
20788
20789  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch, wobei die Boxbreite
20790  auch 3
20791 \begin_inset space \thinspace{}
20792 \end_inset
20793
20794 cm gesetzt wurde.
20795 \end_layout
20796
20797 \begin_layout Standard
20798 \begin_inset Float table
20799 wide false
20800 sideways false
20801 status open
20802
20803 \begin_layout Plain Layout
20804 \begin_inset Caption Standard
20805
20806 \begin_layout Plain Layout
20807 \begin_inset CommandInset label
20808 LatexCommand label
20809 name "tab:Tabelle-mit-rotierter-Umbruch"
20810
20811 \end_inset
20812
20813 Tabelle mit rotierter Zelle mit Zeilenumbruch.
20814 \end_layout
20815
20816 \end_inset
20817
20818
20819 \end_layout
20820
20821 \begin_layout Plain Layout
20822 \noindent
20823 \align center
20824 \begin_inset Tabular
20825 <lyxtabular version="3" rows="2" columns="3">
20826 <features tabularvalignment="middle">
20827 <column alignment="center" valignment="top">
20828 <column alignment="center" valignment="top" width="0pt">
20829 <column alignment="center" valignment="top">
20830 <row>
20831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20832 \begin_inset Text
20833
20834 \begin_layout Plain Layout
20835 a
20836 \end_layout
20837
20838 \end_inset
20839 </cell>
20840 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20841 \begin_inset Text
20842
20843 \begin_layout Plain Layout
20844 \begin_inset Box Frameless
20845 position "t"
20846 hor_pos "c"
20847 has_inner_box 1
20848 inner_pos "t"
20849 use_parbox 0
20850 use_makebox 0
20851 width "3cm"
20852 special "none"
20853 height "1in"
20854 height_special "totalheight"
20855 thickness "0.4pt"
20856 separation "3pt"
20857 shadowsize "4pt"
20858 framecolor "black"
20859 backgroundcolor "none"
20860 status open
20861
20862 \begin_layout Plain Layout
20863 rotierte Zelle
20864 \begin_inset Newline newline
20865 \end_inset
20866
20867 mit Zeilenumbruch
20868 \end_layout
20869
20870 \end_inset
20871
20872
20873 \end_layout
20874
20875 \end_inset
20876 </cell>
20877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20878 \begin_inset Text
20879
20880 \begin_layout Plain Layout
20881 e
20882 \end_layout
20883
20884 \end_inset
20885 </cell>
20886 </row>
20887 <row>
20888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20889 \begin_inset Text
20890
20891 \begin_layout Plain Layout
20892 b
20893 \end_layout
20894
20895 \end_inset
20896 </cell>
20897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901 c
20902 \end_layout
20903
20904 \end_inset
20905 </cell>
20906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20907 \begin_inset Text
20908
20909 \begin_layout Plain Layout
20910 d
20911 \end_layout
20912
20913 \end_inset
20914 </cell>
20915 </row>
20916 </lyxtabular>
20917
20918 \end_inset
20919
20920
20921 \end_layout
20922
20923 \end_inset
20924
20925
20926 \end_layout
20927
20928 \begin_layout Section
20929 Berechnung der Tabellenbreite
20930 \begin_inset CommandInset label
20931 LatexCommand label
20932 name "abs:Berechnung-der-Tabellenbreite"
20933
20934 \end_inset
20935
20936
20937 \end_layout
20938
20939 \begin_layout Standard
20940 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
20941  Tabelle nicht über den Seitenrand hinausragt.
20942  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
20943  aber wie viel Platz wird für jede Spalte benötigt?
20944 \end_layout
20945
20946 \begin_layout Standard
20947 Die Tabellenbreite 
20948 \begin_inset Formula $W_{\mathrm{Tabelle}}$
20949 \end_inset
20950
20951  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
20952  
20953 \begin_inset Formula $W_{\mathrm{Spalte}}$
20954 \end_inset
20955
20956  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
20957  Spalteninhalt und dem Rand der Spalte (\SpecialChar LaTeX
20958 -Länge
20959 \series bold
20960  
20961 \backslash
20962 tabcolsep
20963 \series default
20964 , Voreinstellung 6
20965 \begin_inset space \thinspace{}
20966 \end_inset
20967
20968 pt) plus die Breite einer Tabellenlinie (\SpecialChar LaTeX
20969 -Länge 
20970 \series bold
20971
20972 \backslash
20973 arrayrulewidth
20974 \series default
20975 , Voreinstellung 0.4
20976 \begin_inset space \thinspace{}
20977 \end_inset
20978
20979 pt): Wenn alle 
20980 \begin_inset Formula $n$
20981 \end_inset
20982
20983
20984 \begin_inset space ~
20985 \end_inset
20986
20987 Spalten dieselbe Breite haben, ist die Tabellenbreite also
20988 \begin_inset Formula 
20989 \begin{equation}
20990 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20991 \end{equation}
20992
20993 \end_inset
20994
20995
20996 \end_layout
20997
20998 \begin_layout Standard
20999 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
21000  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (\SpecialChar LaTeX
21001 -Länge
21002  
21003 \series bold
21004
21005 \backslash
21006 columnwidth
21007 \series default
21008 ).
21009  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
21010 \begin_inset Formula $W_{\mathrm{Tabelle}}$
21011 \end_inset
21012
21013  gleich 1
21014 \begin_inset space \thinspace{}
21015 \end_inset
21016
21017
21018 \backslash
21019 columnwidth sein soll, kann 
21020 \begin_inset Formula $W_{\mathrm{Spalte}}$
21021 \end_inset
21022
21023  leicht berechnet werden.
21024 \end_layout
21025
21026 \begin_layout Standard
21027 Um Berechnungen ausführen zu können, muss das \SpecialChar LaTeX
21028 -Paket 
21029 \series bold
21030 calc
21031 \series default
21032
21033 \begin_inset Index idx
21034 status collapsed
21035
21036 \begin_layout Plain Layout
21037 \SpecialChar LaTeX
21038 -Pakete ! calc
21039 \end_layout
21040
21041 \end_inset
21042
21043  im \SpecialChar LaTeX
21044 -Vorspann geladen werden.
21045  Um die Breite im Tabellendialog anzugeben, muss das Feld 
21046 \family sans
21047 \SpecialChar LaTeX
21048 -Argument
21049 \family default
21050  verwendet werden.
21051  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
21052 \begin_inset space ~
21053 \end_inset
21054
21055
21056 \begin_inset CommandInset ref
21057 LatexCommand ref
21058 reference "uab:Mehrfachspalten-Berechnungen"
21059
21060 \end_inset
21061
21062  erklärt ist.
21063  Für eine Tabelle mit 5
21064 \begin_inset space \thinspace{}
21065 \end_inset
21066
21067 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
21068  für jede Spalte den Befehl
21069 \end_layout
21070
21071 \begin_layout Standard
21072
21073 \series bold
21074 >{
21075 \backslash
21076 centering}p{(1
21077 \backslash
21078 columnwidth-62.4pt)/5}
21079 \end_layout
21080
21081 \begin_layout Standard
21082 an.
21083  Für eine Tabelle mit 5
21084 \begin_inset space \thinspace{}
21085 \end_inset
21086
21087 Spalten bei der 2 das 0,75
21088 \begin_inset space \thinspace{}
21089 \end_inset
21090
21091 fache der Breite der anderen 3
21092 \begin_inset space ~
21093 \end_inset
21094
21095 Spalten haben sollen, ist die Berechnung
21096 \begin_inset Formula 
21097 \begin{align}
21098 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{Spalte}}+2\cdot0,75\,W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
21099  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
21100  & =4,5\,W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
21101 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
21102 \end{align}
21103
21104 \end_inset
21105
21106
21107 \end_layout
21108
21109 \begin_layout Standard
21110 In der Tabelle wird daher der Befehl
21111 \end_layout
21112
21113 \begin_layout Standard
21114
21115 \series bold
21116 >{
21117 \backslash
21118 centering}p{(1
21119 \backslash
21120 columnwidth-62.4pt)/
21121 \backslash
21122 real{4.5}}
21123 \end_layout
21124
21125 \begin_layout Standard
21126 für die breiteren Spalten verwendet und
21127 \end_layout
21128
21129 \begin_layout Standard
21130
21131 \series bold
21132 >{
21133 \backslash
21134 centering}p{(1
21135 \backslash
21136 columnwidth-62.4pt)/
21137 \backslash
21138 real{4.5}*
21139 \backslash
21140 real{0.75}}
21141 \end_layout
21142
21143 \begin_layout Standard
21144 für die schmaleren:
21145 \end_layout
21146
21147 \begin_layout Standard
21148 \begin_inset Tabular
21149 <lyxtabular version="3" rows="2" columns="5">
21150 <features tabularvalignment="middle">
21151 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21152 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21153 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21154 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21155 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21156 <row>
21157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21158 \begin_inset Text
21159
21160 \begin_layout Plain Layout
21161 1
21162 \end_layout
21163
21164 \end_inset
21165 </cell>
21166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21167 \begin_inset Text
21168
21169 \begin_layout Plain Layout
21170 2
21171 \end_layout
21172
21173 \end_inset
21174 </cell>
21175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21176 \begin_inset Text
21177
21178 \begin_layout Plain Layout
21179 3
21180 \end_layout
21181
21182 \end_inset
21183 </cell>
21184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21185 \begin_inset Text
21186
21187 \begin_layout Plain Layout
21188 4
21189 \end_layout
21190
21191 \end_inset
21192 </cell>
21193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21194 \begin_inset Text
21195
21196 \begin_layout Plain Layout
21197 5
21198 \end_layout
21199
21200 \end_inset
21201 </cell>
21202 </row>
21203 <row>
21204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21205 \begin_inset Text
21206
21207 \begin_layout Plain Layout
21208 111111 1111111 111111 111111111 11111 11111 1111
21209 \end_layout
21210
21211 \end_inset
21212 </cell>
21213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217
21218 \end_layout
21219
21220 \end_inset
21221 </cell>
21222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226 2222 22222 222222 222222222 2222222 22 22222
21227 \end_layout
21228
21229 \end_inset
21230 </cell>
21231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21232 \begin_inset Text
21233
21234 \begin_layout Plain Layout
21235
21236 \end_layout
21237
21238 \end_inset
21239 </cell>
21240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21241 \begin_inset Text
21242
21243 \begin_layout Plain Layout
21244 333333 333333 333333 33333 3333333 333
21245 \end_layout
21246
21247 \end_inset
21248 </cell>
21249 </row>
21250 </lyxtabular>
21251
21252 \end_inset
21253
21254
21255 \end_layout
21256
21257 \begin_layout Section
21258 Tabellen-Anpassung
21259 \begin_inset Index idx
21260 status collapsed
21261
21262 \begin_layout Plain Layout
21263 Tabellen ! Anpassung
21264 \end_layout
21265
21266 \end_inset
21267
21268
21269 \end_layout
21270
21271 \begin_layout Subsection
21272 Zeilenabstand
21273 \begin_inset CommandInset label
21274 LatexCommand label
21275 name "uab:Zeilenabstand"
21276
21277 \end_inset
21278
21279
21280 \begin_inset Index idx
21281 status collapsed
21282
21283 \begin_layout Plain Layout
21284 Tabellen ! Zeilenabstand
21285 \end_layout
21286
21287 \end_inset
21288
21289
21290 \end_layout
21291
21292 \begin_layout Standard
21293 Auf der Karteikarte 
21294 \family sans
21295 Rahmen
21296 \family default
21297  des 
21298 \family sans
21299 Tabellen-Einstellungen
21300 \family default
21301 -Dialogs können Sie 
21302 \family sans
21303 zusätzliche
21304 \begin_inset space ~
21305 \end_inset
21306
21307 Abstände
21308 \family default
21309  einfügen.
21310  Dabei haben Sie drei Möglichkeiten:
21311 \end_layout
21312
21313 \begin_layout Description
21314 Oberhalb
21315 \begin_inset space ~
21316 \end_inset
21317
21318 der
21319 \begin_inset space ~
21320 \end_inset
21321
21322 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
21323  Bei einer formalen Tabelle
21324 \begin_inset Foot
21325 status collapsed
21326
21327 \begin_layout Plain Layout
21328 Formale Tabellen wurden in Abschnitt
21329 \begin_inset space ~
21330 \end_inset
21331
21332
21333 \begin_inset CommandInset ref
21334 LatexCommand ref
21335 reference "abs:Formale-Tabellen"
21336
21337 \end_inset
21338
21339  beschrieben.
21340 \end_layout
21341
21342 \end_inset
21343
21344  fügt \SpecialChar LyX
21345  standardmäßig 0.5
21346 \begin_inset space \thinspace{}
21347 \end_inset
21348
21349 em Leerraum ein.
21350  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
21351 \begin_inset VSpace medskip
21352 \end_inset
21353
21354
21355 \begin_inset Newline newline
21356 \end_inset
21357
21358
21359 \begin_inset space \hspace*{}
21360 \length 0pt
21361 \end_inset
21362
21363
21364 \begin_inset space \hfill{}
21365 \end_inset
21366
21367
21368 \begin_inset Tabular
21369 <lyxtabular version="3" rows="3" columns="1">
21370 <features tabularvalignment="middle">
21371 <column alignment="center" valignment="top">
21372 <row>
21373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21374 \begin_inset Text
21375
21376 \begin_layout Plain Layout
21377 A
21378 \end_layout
21379
21380 \end_inset
21381 </cell>
21382 </row>
21383 <row topspace="3mm">
21384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21385 \begin_inset Text
21386
21387 \begin_layout Plain Layout
21388 3
21389 \begin_inset space \thinspace{}
21390 \end_inset
21391
21392 mm Leerraum oberhalb der Zeile
21393 \end_layout
21394
21395 \end_inset
21396 </cell>
21397 </row>
21398 <row>
21399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403 C
21404 \end_layout
21405
21406 \end_inset
21407 </cell>
21408 </row>
21409 </lyxtabular>
21410
21411 \end_inset
21412
21413
21414 \begin_inset space \hfill{}
21415 \end_inset
21416
21417
21418 \begin_inset space \hspace*{}
21419 \length 0pt
21420 \end_inset
21421
21422
21423 \begin_inset VSpace medskip
21424 \end_inset
21425
21426
21427 \begin_inset Newline newline
21428 \end_inset
21429
21430 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
21431 n Linien verwenden.
21432 \end_layout
21433
21434 \begin_layout Description
21435 Unterhalb
21436 \begin_inset space ~
21437 \end_inset
21438
21439 der
21440 \begin_inset space ~
21441 \end_inset
21442
21443 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
21444  Bei einer formalen Tabelle fügt \SpecialChar LyX
21445  standardmäßig 0.5
21446 \begin_inset space \thinspace{}
21447 \end_inset
21448
21449 em Leerraum ein.
21450  Bei normalen Tabellen ist der Standardwert 2
21451 \begin_inset space \thinspace{}
21452 \end_inset
21453
21454 pt.
21455 \end_layout
21456
21457 \begin_layout Description
21458 Zwischen
21459 \begin_inset space ~
21460 \end_inset
21461
21462 den
21463 \begin_inset space ~
21464 \end_inset
21465
21466 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
21467  Bei einer formalen Tabelle fügt \SpecialChar LyX
21468  standardmäßig 0.5
21469 \begin_inset space \thinspace{}
21470 \end_inset
21471
21472 em Leerraum ein.
21473  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
21474 \begin_inset VSpace medskip
21475 \end_inset
21476
21477
21478 \begin_inset Newline newline
21479 \end_inset
21480
21481
21482 \begin_inset space \hspace*{}
21483 \length 0pt
21484 \end_inset
21485
21486
21487 \begin_inset space \hfill{}
21488 \end_inset
21489
21490
21491 \begin_inset Tabular
21492 <lyxtabular version="3" rows="3" columns="1">
21493 <features tabularvalignment="middle">
21494 <column alignment="center" valignment="top">
21495 <row>
21496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21497 \begin_inset Text
21498
21499 \begin_layout Plain Layout
21500 A
21501 \end_layout
21502
21503 \end_inset
21504 </cell>
21505 </row>
21506 <row interlinespace="3mm">
21507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21508 \begin_inset Text
21509
21510 \begin_layout Plain Layout
21511 \begin_inset Formula $\downarrow$
21512 \end_inset
21513
21514  3
21515 \begin_inset space \thinspace{}
21516 \end_inset
21517
21518 mm Leerraum zwischen den Zeilen 
21519 \begin_inset Formula $\downarrow$
21520 \end_inset
21521
21522
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 </row>
21528 <row>
21529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21530 \begin_inset Text
21531
21532 \begin_layout Plain Layout
21533 \begin_inset Formula $\uparrow$
21534 \end_inset
21535
21536  3
21537 \begin_inset space \thinspace{}
21538 \end_inset
21539
21540 mm Leerraum zwischen den Zeilen 
21541 \begin_inset Formula $\uparrow$
21542 \end_inset
21543
21544
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 </row>
21550 </lyxtabular>
21551
21552 \end_inset
21553
21554
21555 \begin_inset space \hfill{}
21556 \end_inset
21557
21558
21559 \begin_inset space \hspace*{}
21560 \length 0pt
21561 \end_inset
21562
21563
21564 \begin_inset VSpace medskip
21565 \end_inset
21566
21567
21568 \begin_inset Newline newline
21569 \end_inset
21570
21571 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
21572 n Linien verwenden.
21573 \end_layout
21574
21575 \begin_layout Standard
21576 \begin_inset VSpace bigskip
21577 \end_inset
21578
21579 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
21580  Befehlen im \SpecialChar LaTeX
21581 -Vorspann machen:
21582 \end_layout
21583
21584 \begin_layout Standard
21585
21586 \series bold
21587
21588 \backslash
21589 @ifundefined{extrarowheight}
21590 \begin_inset Newline newline
21591 \end_inset
21592
21593
21594 \begin_inset Phantom HPhantom
21595 status open
21596
21597 \begin_layout Plain Layout
21598
21599 \series bold
21600 \begin_inset space ~
21601 \end_inset
21602
21603
21604 \end_layout
21605
21606 \end_inset
21607
21608 {
21609 \backslash
21610 usepackage{array}}{}
21611 \begin_inset Newline newline
21612 \end_inset
21613
21614
21615 \backslash
21616 setlength{
21617 \backslash
21618 extrarowheight}{Höhe}
21619 \series default
21620
21621 \begin_inset Note Note
21622 status collapsed
21623
21624 \begin_layout Plain Layout
21625 Das Paket 
21626 \series bold
21627 array
21628 \series default
21629  wird automatisch von \SpecialChar LyX
21630  geladen, wenn Sie selbst definierte Tabellenformate
21631  verwenden.
21632  Der Befehl 
21633 \series bold
21634
21635 \backslash
21636 @ifundefined
21637 \series default
21638  vermeidet, dass es in diesem Fall doppelt geladen wird.
21639 \end_layout
21640
21641 \end_inset
21642
21643
21644 \end_layout
21645
21646 \begin_layout Standard
21647 wobei die 
21648 \family sans
21649 Höhe
21650 \family default
21651  eine der in Anhang
21652 \begin_inset space ~
21653 \end_inset
21654
21655
21656 \begin_inset CommandInset ref
21657 LatexCommand ref
21658 reference "kap:In-LyX-verfügbare"
21659
21660 \end_inset
21661
21662  aufgelisteten Einheiten haben kann.
21663  Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
21664  ausgerichtet sind.
21665 \end_layout
21666
21667 \begin_layout Standard
21668 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
21669  zu nah an den Buchstaben.
21670  Das kann korrigiert werden, indem man den Befehl 
21671 \series bold
21672
21673 \backslash
21674 strut
21675 \series default
21676  als \SpecialChar TeX
21677 -Code am Anfang einer Tabellenzeile einfügt.
21678  Tabelle
21679 \begin_inset space ~
21680 \end_inset
21681
21682
21683 \begin_inset CommandInset ref
21684 LatexCommand ref
21685 reference "tab:Vertikale-Ausrichtung-von"
21686
21687 \end_inset
21688
21689  zeigt den Effekt.
21690 \end_layout
21691
21692 \begin_layout Standard
21693 \noindent
21694 \begin_inset Float table
21695 placement h
21696 wide false
21697 sideways false
21698 status open
21699
21700 \begin_layout Plain Layout
21701 \begin_inset Caption Standard
21702
21703 \begin_layout Plain Layout
21704 \begin_inset CommandInset label
21705 LatexCommand label
21706 name "tab:Vertikale-Ausrichtung-von"
21707
21708 \end_inset
21709
21710 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
21711 \end_layout
21712
21713 \end_inset
21714
21715
21716 \end_layout
21717
21718 \begin_layout Plain Layout
21719 \begin_inset space \hfill{}
21720 \end_inset
21721
21722
21723 \begin_inset Float table
21724 wide false
21725 sideways false
21726 status collapsed
21727
21728 \begin_layout Plain Layout
21729 \begin_inset Caption Standard
21730
21731 \begin_layout Plain Layout
21732 Normale Tabelle.
21733 \end_layout
21734
21735 \end_inset
21736
21737
21738 \end_layout
21739
21740 \begin_layout Plain Layout
21741 \noindent
21742 \align center
21743 \begin_inset Tabular
21744 <lyxtabular version="3" rows="6" columns="1">
21745 <features tabularvalignment="middle">
21746 <column alignment="left" valignment="top">
21747 <row>
21748 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21749 \begin_inset Text
21750
21751 \begin_layout Plain Layout
21752 Normal, g
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 </row>
21758 <row>
21759 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21760 \begin_inset Text
21761
21762 \begin_layout Plain Layout
21763
21764 \size large
21765 Groß, g
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 </row>
21771 <row>
21772 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21773 \begin_inset Text
21774
21775 \begin_layout Plain Layout
21776
21777 \size larger
21778 Größer, g
21779 \end_layout
21780
21781 \end_inset
21782 </cell>
21783 </row>
21784 <row>
21785 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21786 \begin_inset Text
21787
21788 \begin_layout Plain Layout
21789
21790 \size largest
21791 noch Größer, g
21792 \end_layout
21793
21794 \end_inset
21795 </cell>
21796 </row>
21797 <row>
21798 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21799 \begin_inset Text
21800
21801 \begin_layout Plain Layout
21802
21803 \size huge
21804 Riesig
21805 \end_layout
21806
21807 \end_inset
21808 </cell>
21809 </row>
21810 <row>
21811 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21812 \begin_inset Text
21813
21814 \begin_layout Plain Layout
21815
21816 \size giant
21817 Gigantisch
21818 \end_layout
21819
21820 \end_inset
21821 </cell>
21822 </row>
21823 </lyxtabular>
21824
21825 \end_inset
21826
21827
21828 \end_layout
21829
21830 \end_inset
21831
21832
21833 \begin_inset space \hfill{}
21834 \end_inset
21835
21836
21837 \begin_inset Float table
21838 wide false
21839 sideways false
21840 status collapsed
21841
21842 \begin_layout Plain Layout
21843 \begin_inset Caption Standard
21844
21845 \begin_layout Plain Layout
21846 Tabelle bei der der Befehl 
21847 \series bold
21848
21849 \backslash
21850 strut
21851 \series default
21852  verwendet wurde.
21853 \end_layout
21854
21855 \end_inset
21856
21857
21858 \end_layout
21859
21860 \begin_layout Plain Layout
21861 \noindent
21862 \align center
21863 \begin_inset Tabular
21864 <lyxtabular version="3" rows="6" columns="1">
21865 <features tabularvalignment="middle">
21866 <column alignment="left" valignment="top">
21867 <row>
21868 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21869 \begin_inset Text
21870
21871 \begin_layout Plain Layout
21872 Normal, g
21873 \end_layout
21874
21875 \end_inset
21876 </cell>
21877 </row>
21878 <row>
21879 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21880 \begin_inset Text
21881
21882 \begin_layout Plain Layout
21883
21884 \size large
21885 \begin_inset ERT
21886 status collapsed
21887
21888 \begin_layout Plain Layout
21889
21890
21891 \backslash
21892 strut 
21893 \end_layout
21894
21895 \end_inset
21896
21897 Groß, g
21898 \end_layout
21899
21900 \end_inset
21901 </cell>
21902 </row>
21903 <row>
21904 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21905 \begin_inset Text
21906
21907 \begin_layout Plain Layout
21908
21909 \size larger
21910 \begin_inset ERT
21911 status collapsed
21912
21913 \begin_layout Plain Layout
21914
21915
21916 \backslash
21917 strut 
21918 \end_layout
21919
21920 \end_inset
21921
21922 Größer, g
21923 \end_layout
21924
21925 \end_inset
21926 </cell>
21927 </row>
21928 <row>
21929 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21930 \begin_inset Text
21931
21932 \begin_layout Plain Layout
21933
21934 \size largest
21935 \begin_inset ERT
21936 status collapsed
21937
21938 \begin_layout Plain Layout
21939
21940
21941 \backslash
21942 strut 
21943 \end_layout
21944
21945 \end_inset
21946
21947 noch Größer, g
21948 \end_layout
21949
21950 \end_inset
21951 </cell>
21952 </row>
21953 <row>
21954 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21955 \begin_inset Text
21956
21957 \begin_layout Plain Layout
21958
21959 \size huge
21960 \begin_inset ERT
21961 status collapsed
21962
21963 \begin_layout Plain Layout
21964
21965
21966 \backslash
21967 strut 
21968 \end_layout
21969
21970 \end_inset
21971
21972 Riesig
21973 \end_layout
21974
21975 \end_inset
21976 </cell>
21977 </row>
21978 <row>
21979 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21980 \begin_inset Text
21981
21982 \begin_layout Plain Layout
21983
21984 \size giant
21985 \begin_inset ERT
21986 status collapsed
21987
21988 \begin_layout Plain Layout
21989
21990
21991 \backslash
21992 strut 
21993 \end_layout
21994
21995 \end_inset
21996
21997 Gigantisch
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 </row>
22003 </lyxtabular>
22004
22005 \end_inset
22006
22007
22008 \end_layout
22009
22010 \end_inset
22011
22012
22013 \begin_inset space \hfill{}
22014 \end_inset
22015
22016
22017 \end_layout
22018
22019 \end_inset
22020
22021
22022 \end_layout
22023
22024 \begin_layout Subsection
22025 Besondere Zellenausrichtung
22026 \begin_inset CommandInset label
22027 LatexCommand label
22028 name "uab:Besondere-Zellenausrichtung"
22029
22030 \end_inset
22031
22032
22033 \begin_inset Index idx
22034 status collapsed
22035
22036 \begin_layout Plain Layout
22037 Tabellen ! Zellenausrichtung
22038 \end_layout
22039
22040 \end_inset
22041
22042
22043 \end_layout
22044
22045 \begin_layout Standard
22046 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
22047  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
22048 \begin_inset space ~
22049 \end_inset
22050
22051
22052 \begin_inset CommandInset ref
22053 LatexCommand ref
22054 reference "tab:Tabellenzellen-sind-auf"
22055
22056 \end_inset
22057
22058 .
22059  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
22060  dann entweder den Werkzeugleistenknopf 
22061 \begin_inset Info
22062 type  "icon"
22063 arg   "tabular-feature align-decimal"
22064 \end_inset
22065
22066  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
22067 \family sans
22068 Am
22069 \begin_inset space ~
22070 \end_inset
22071
22072 Dezimaltrenner
22073 \family default
22074  setzt.
22075  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
22076  frei wählen.
22077 \end_layout
22078
22079 \begin_layout Standard
22080 \begin_inset Float table
22081 placement h
22082 wide false
22083 sideways false
22084 status open
22085
22086 \begin_layout Plain Layout
22087 \begin_inset Caption Standard
22088
22089 \begin_layout Plain Layout
22090 \begin_inset CommandInset label
22091 LatexCommand label
22092 name "tab:Tabellenzellen-sind-auf"
22093
22094 \end_inset
22095
22096 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
22097 \end_layout
22098
22099 \end_inset
22100
22101
22102 \end_layout
22103
22104 \begin_layout Plain Layout
22105 \align center
22106 \begin_inset Tabular
22107 <lyxtabular version="3" rows="4" columns="1">
22108 <features booktabs="true" tabularvalignment="middle">
22109 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
22110 <row>
22111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22112 \begin_inset Text
22113
22114 \begin_layout Plain Layout
22115 Überschrift
22116 \end_layout
22117
22118 \end_inset
22119 </cell>
22120 </row>
22121 <row>
22122 <cell alignment="center" valignment="top" topline="true" usebox="none">
22123 \begin_inset Text
22124
22125 \begin_layout Plain Layout
22126 12,6
22127 \end_layout
22128
22129 \end_inset
22130 </cell>
22131 </row>
22132 <row>
22133 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22134 \begin_inset Text
22135
22136 \begin_layout Plain Layout
22137 0,68
22138 \end_layout
22139
22140 \end_inset
22141 </cell>
22142 </row>
22143 <row>
22144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22145 \begin_inset Text
22146
22147 \begin_layout Plain Layout
22148 -123,0
22149 \end_layout
22150
22151 \end_inset
22152 </cell>
22153 </row>
22154 </lyxtabular>
22155
22156 \end_inset
22157
22158
22159 \end_layout
22160
22161 \end_inset
22162
22163
22164 \end_layout
22165
22166 \begin_layout Standard
22167 \begin_inset Float table
22168 placement h
22169 wide false
22170 sideways false
22171 status open
22172
22173 \begin_layout Plain Layout
22174 \begin_inset Caption Standard
22175
22176 \begin_layout Plain Layout
22177 \begin_inset CommandInset label
22178 LatexCommand label
22179 name "tab:Tabellenzellen-Operator"
22180
22181 \end_inset
22182
22183 Tabellenzellen sind auf den Operator ausgerichtet
22184 \end_layout
22185
22186 \end_inset
22187
22188
22189 \end_layout
22190
22191 \begin_layout Plain Layout
22192 \align center
22193 \begin_inset Tabular
22194 <lyxtabular version="3" rows="4" columns="2">
22195 <features booktabs="true" tabularvalignment="middle">
22196 <column alignment="right" valignment="top" width="0pt">
22197 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22198 <row>
22199 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22200 \begin_inset Text
22201
22202 \begin_layout Plain Layout
22203 Überschrift
22204 \end_layout
22205
22206 \end_inset
22207 </cell>
22208 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212
22213 \end_layout
22214
22215 \end_inset
22216 </cell>
22217 </row>
22218 <row>
22219 <cell alignment="center" valignment="top" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Plain Layout
22223 \begin_inset Formula $12\,+$
22224 \end_inset
22225
22226
22227 \end_layout
22228
22229 \end_inset
22230 </cell>
22231 <cell alignment="center" valignment="top" usebox="none">
22232 \begin_inset Text
22233
22234 \begin_layout Plain Layout
22235 \begin_inset Formula $\,6$
22236 \end_inset
22237
22238
22239 \end_layout
22240
22241 \end_inset
22242 </cell>
22243 </row>
22244 <row>
22245 <cell alignment="center" valignment="top" usebox="none">
22246 \begin_inset Text
22247
22248 \begin_layout Plain Layout
22249 \begin_inset Formula $0\,-$
22250 \end_inset
22251
22252
22253 \end_layout
22254
22255 \end_inset
22256 </cell>
22257 <cell alignment="center" valignment="top" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Plain Layout
22261 \begin_inset Formula $\,68$
22262 \end_inset
22263
22264
22265 \end_layout
22266
22267 \end_inset
22268 </cell>
22269 </row>
22270 <row>
22271 <cell alignment="center" valignment="top" usebox="none">
22272 \begin_inset Text
22273
22274 \begin_layout Plain Layout
22275 \begin_inset Formula $-123\,/$
22276 \end_inset
22277
22278
22279 \end_layout
22280
22281 \end_inset
22282 </cell>
22283 <cell alignment="center" valignment="top" usebox="none">
22284 \begin_inset Text
22285
22286 \begin_layout Plain Layout
22287 \begin_inset Formula $\,0$
22288 \end_inset
22289
22290
22291 \end_layout
22292
22293 \end_inset
22294 </cell>
22295 </row>
22296 </lyxtabular>
22297
22298 \end_inset
22299
22300
22301 \end_layout
22302
22303 \end_inset
22304
22305
22306 \end_layout
22307
22308 \begin_layout Standard
22309 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
22310  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
22311  Formeln erlaubt.
22312  In diesem Fall verwendet man die Methode von Tabelle
22313 \begin_inset space ~
22314 \end_inset
22315
22316
22317 \begin_inset CommandInset ref
22318 LatexCommand ref
22319 reference "tab:Tabellenzellen-Operator"
22320
22321 \end_inset
22322
22323 .
22324  Diese Tabelle wurde als 4×2 Tabelle erstellt.
22325  Die Überschrift ist eine zentrierte Mehrfachspalte.
22326  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
22327  und den Operator.
22328  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
22329  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
22330  um den üblichen Leerraum um einen Operator zu erhalten.
22331  Um den Raum zwischen den beiden Spalten zu löschen, wurde im \SpecialChar LaTeX
22332 -Argument
22333  für die zweite Spalte folgendes eingefügt:
22334 \end_layout
22335
22336 \begin_layout Standard
22337
22338 \series bold
22339 @{}l
22340 \end_layout
22341
22342 \begin_layout Standard
22343 Tabelle
22344 \begin_inset space ~
22345 \end_inset
22346
22347
22348 \begin_inset CommandInset ref
22349 LatexCommand ref
22350 reference "tab:Verschiedene-Ausrichtungen"
22351
22352 \end_inset
22353
22354  zeigt einige Ausrichtungen.
22355  Für die Ausrichtung der Relationen wurde ein kleiner 
22356 \family sans
22357 Leerraum
22358 \family default
22359  eingefügt; wie in der zweiten Spalte von Tabelle
22360 \begin_inset space ~
22361 \end_inset
22362
22363
22364 \begin_inset CommandInset ref
22365 LatexCommand ref
22366 reference "tab:Tabellenzellen-Operator"
22367
22368 \end_inset
22369
22370 .
22371 \end_layout
22372
22373 \begin_layout Standard
22374
22375 \color black
22376 \begin_inset Float table
22377 placement h
22378 wide false
22379 sideways false
22380 status open
22381
22382 \begin_layout Plain Layout
22383
22384 \color black
22385 \begin_inset Caption Standard
22386
22387 \begin_layout Plain Layout
22388
22389 \color black
22390 \begin_inset CommandInset label
22391 LatexCommand label
22392 name "tab:Verschiedene-Ausrichtungen"
22393
22394 \end_inset
22395
22396
22397 \color inherit
22398 Verschiedene Ausrichtungen
22399 \end_layout
22400
22401 \end_inset
22402
22403
22404 \end_layout
22405
22406 \begin_layout Plain Layout
22407 \align center
22408 \begin_inset Tabular
22409 <lyxtabular version="3" rows="4" columns="6">
22410 <features tabularvalignment="middle">
22411 <column alignment="right" valignment="top">
22412 <column alignment="left" valignment="top" special="@{}l">
22413 <column alignment="right" valignment="top">
22414 <column alignment="left" valignment="top" special="@{}l">
22415 <column alignment="right" valignment="top">
22416 <column alignment="left" valignment="top" special="@{}l">
22417 <row>
22418 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422 Einheiten
22423 \end_layout
22424
22425 \end_inset
22426 </cell>
22427 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22428 \begin_inset Text
22429
22430 \begin_layout Plain Layout
22431
22432 \end_layout
22433
22434 \end_inset
22435 </cell>
22436 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22437 \begin_inset Text
22438
22439 \begin_layout Plain Layout
22440 Exponenten
22441 \end_layout
22442
22443 \end_inset
22444 </cell>
22445 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22446 \begin_inset Text
22447
22448 \begin_layout Plain Layout
22449
22450 \end_layout
22451
22452 \end_inset
22453 </cell>
22454 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22455 \begin_inset Text
22456
22457 \begin_layout Plain Layout
22458 Relationen
22459 \end_layout
22460
22461 \end_inset
22462 </cell>
22463 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22464 \begin_inset Text
22465
22466 \begin_layout Plain Layout
22467
22468 \end_layout
22469
22470 \end_inset
22471 </cell>
22472 </row>
22473 <row>
22474 <cell alignment="center" valignment="top" usebox="none">
22475 \begin_inset Text
22476
22477 \begin_layout Plain Layout
22478 12×
22479 \end_layout
22480
22481 \end_inset
22482 </cell>
22483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22484 \begin_inset Text
22485
22486 \begin_layout Plain Layout
22487 24
22488 \begin_inset space \thinspace{}
22489 \end_inset
22490
22491 Flaschen
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 <cell alignment="center" valignment="top" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500 \begin_inset Formula $10\cdot$
22501 \end_inset
22502
22503
22504 \end_layout
22505
22506 \end_inset
22507 </cell>
22508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22509 \begin_inset Text
22510
22511 \begin_layout Plain Layout
22512 \begin_inset Formula $10^{\mbox{-}17}$
22513 \end_inset
22514
22515
22516 \end_layout
22517
22518 \end_inset
22519 </cell>
22520 <cell alignment="center" valignment="top" usebox="none">
22521 \begin_inset Text
22522
22523 \begin_layout Plain Layout
22524 \begin_inset Formula $\Gamma(t)\propto$
22525 \end_inset
22526
22527
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 <cell alignment="center" valignment="top" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536 \begin_inset Formula $\:\Upsilon(t)$
22537 \end_inset
22538
22539
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 </row>
22545 <row>
22546 <cell alignment="center" valignment="top" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550 1024×
22551 \end_layout
22552
22553 \end_inset
22554 </cell>
22555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22556 \begin_inset Text
22557
22558 \begin_layout Plain Layout
22559 768
22560 \begin_inset space \thinspace{}
22561 \end_inset
22562
22563 Pixel
22564 \end_layout
22565
22566 \end_inset
22567 </cell>
22568 <cell alignment="center" valignment="top" usebox="none">
22569 \begin_inset Text
22570
22571 \begin_layout Plain Layout
22572 \begin_inset Formula $5.78\cdot$
22573 \end_inset
22574
22575
22576 \end_layout
22577
22578 \end_inset
22579 </cell>
22580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22581 \begin_inset Text
22582
22583 \begin_layout Plain Layout
22584 \begin_inset Formula $10^{7}$
22585 \end_inset
22586
22587
22588 \end_layout
22589
22590 \end_inset
22591 </cell>
22592 <cell alignment="center" valignment="top" usebox="none">
22593 \begin_inset Text
22594
22595 \begin_layout Plain Layout
22596 \begin_inset Formula $A\ne$
22597 \end_inset
22598
22599
22600 \end_layout
22601
22602 \end_inset
22603 </cell>
22604 <cell alignment="center" valignment="top" usebox="none">
22605 \begin_inset Text
22606
22607 \begin_layout Plain Layout
22608 \begin_inset Formula $\:B_{\mathrm{red}}$
22609 \end_inset
22610
22611
22612 \end_layout
22613
22614 \end_inset
22615 </cell>
22616 </row>
22617 <row>
22618 <cell alignment="center" valignment="top" usebox="none">
22619 \begin_inset Text
22620
22621 \begin_layout Plain Layout
22622 32×
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631 6
22632 \begin_inset space \thinspace{}
22633 \end_inset
22634
22635 cm
22636 \end_layout
22637
22638 \end_inset
22639 </cell>
22640 <cell alignment="center" valignment="top" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644 -
22645 \begin_inset Formula $33.5\cdot$
22646 \end_inset
22647
22648
22649 \end_layout
22650
22651 \end_inset
22652 </cell>
22653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22654 \begin_inset Text
22655
22656 \begin_layout Plain Layout
22657 \begin_inset Formula $10^{4}$
22658 \end_inset
22659
22660
22661 \end_layout
22662
22663 \end_inset
22664 </cell>
22665 <cell alignment="center" valignment="top" usebox="none">
22666 \begin_inset Text
22667
22668 \begin_layout Plain Layout
22669 \begin_inset Formula $\sin(\alpha)\ge$
22670 \end_inset
22671
22672
22673 \end_layout
22674
22675 \end_inset
22676 </cell>
22677 <cell alignment="center" valignment="top" usebox="none">
22678 \begin_inset Text
22679
22680 \begin_layout Plain Layout
22681 \begin_inset Formula $\:\sin(\beta)$
22682 \end_inset
22683
22684
22685 \end_layout
22686
22687 \end_inset
22688 </cell>
22689 </row>
22690 </lyxtabular>
22691
22692 \end_inset
22693
22694
22695 \end_layout
22696
22697 \end_inset
22698
22699
22700 \end_layout
22701
22702 \begin_layout Subsection
22703 Angepasste Zellen-/Spaltenformate
22704 \begin_inset CommandInset label
22705 LatexCommand label
22706 name "uab:Angepasste-Zellen-/Spaltenformate"
22707
22708 \end_inset
22709
22710
22711 \begin_inset Index idx
22712 status collapsed
22713
22714 \begin_layout Plain Layout
22715 Tabellen ! Spaltenformat
22716 \end_layout
22717
22718 \end_inset
22719
22720
22721 \end_layout
22722
22723 \begin_layout Standard
22724 Wenn man wie in Abschnitt
22725 \begin_inset space ~
22726 \end_inset
22727
22728
22729 \begin_inset CommandInset ref
22730 LatexCommand ref
22731 reference "abs:Berechnung-der-Tabellenbreite"
22732
22733 \end_inset
22734
22735  oder Abschnitt
22736 \begin_inset space ~
22737 \end_inset
22738
22739
22740 \begin_inset CommandInset ref
22741 LatexCommand ref
22742 reference "uab:Mehrfachspalten-Berechnungen"
22743
22744 \end_inset
22745
22746  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
22747  Tabellen sehr lästig.
22748  Um sich das Leben zu erleichtern, kann man im \SpecialChar LaTeX
22749 -Vorspann ein Zellen/Spalten-Form
22750 at definieren, das dann in allen Tabellen des Dokuments verwendet werden
22751  kann.
22752  Das Format wird mit dem Befehl
22753 \end_layout
22754
22755 \begin_layout Standard
22756
22757 \series bold
22758
22759 \backslash
22760 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
22761 \end_layout
22762
22763 \begin_layout Standard
22764 definiert.
22765  Der Formatname darf nur ein Buchstabe sein, aber nicht 
22766 \emph on
22767 b
22768 \emph default
22769
22770 \emph on
22771 c
22772 \emph default
22773
22774 \emph on
22775 l
22776 \emph default
22777
22778 \emph on
22779 m
22780 \emph default
22781
22782 \emph on
22783 p
22784 \emph default
22785  oder 
22786 \emph on
22787 r
22788 \emph default
22789 , weil diese vordefiniert sind.
22790  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
22791 \end_layout
22792
22793 \begin_layout Standard
22794 \begin_inset VSpace medskip
22795 \end_inset
22796
22797
22798 \end_layout
22799
22800 \begin_layout Standard
22801 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
22802  Breite könnte das Format so aussehen:
22803 \end_layout
22804
22805 \begin_layout Standard
22806
22807 \series bold
22808
22809 \backslash
22810 newcolumntype{M}[1]{>{
22811 \backslash
22812 centering
22813 \backslash
22814 hspace{0pt}}m{#1}}
22815 \end_layout
22816
22817 \begin_layout Standard
22818 wobei 
22819 \series bold
22820
22821 \backslash
22822 hspace{0pt}
22823 \series default
22824  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
22825  Abschnitt
22826 \begin_inset space ~
22827 \end_inset
22828
22829
22830 \begin_inset CommandInset ref
22831 LatexCommand ref
22832 reference "uab:Mehrere-Zeilen-in"
22833
22834 \end_inset
22835
22836  beschrieben.
22837  Jetzt können Sie mit
22838 \end_layout
22839
22840 \begin_layout Standard
22841
22842 \series bold
22843 M{Breite}
22844 \end_layout
22845
22846 \begin_layout Standard
22847 im 
22848 \family sans
22849 \SpecialChar LaTeX
22850 -Argument
22851 \family default
22852  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
22853 \end_layout
22854
22855 \begin_layout Standard
22856 \begin_inset VSpace bigskip
22857 \end_inset
22858
22859
22860 \end_layout
22861
22862 \begin_layout Standard
22863 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
22864  Format definieren:
22865 \end_layout
22866
22867 \begin_layout Standard
22868
22869 \series bold
22870
22871 \backslash
22872 newcolumntype{S}[2]{>{
22873 \backslash
22874 centering
22875 \backslash
22876 hspace{0pt}}
22877 \begin_inset Newline newline
22878 \end_inset
22879
22880
22881 \begin_inset Phantom HPhantom
22882 status open
22883
22884 \begin_layout Plain Layout
22885
22886 \series bold
22887
22888 \backslash
22889 newcolumntype
22890 \end_layout
22891
22892 \end_inset
22893
22894 m{(#1+(2
22895 \backslash
22896 tabcolsep+
22897 \backslash
22898 arrayrulewidth)*(1-#2))/#2}}
22899 \end_layout
22900
22901 \begin_layout Standard
22902 Dieses Format benutzt Gleichung
22903 \begin_inset space ~
22904 \end_inset
22905
22906
22907 \begin_inset CommandInset ref
22908 LatexCommand ref
22909 reference "eq:Wgn"
22910
22911 \end_inset
22912
22913 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
22914  breit ist.
22915 \end_layout
22916
22917 \begin_layout Standard
22918 Jetzt können Sie im 
22919 \family sans
22920 \SpecialChar LaTeX
22921 -Argument
22922 \family default
22923  im 
22924 \family sans
22925 Tabellen-Einstellungen
22926 \family default
22927 -Dialog folgendes einfügen:
22928 \end_layout
22929
22930 \begin_layout Standard
22931
22932 \series bold
22933 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
22934 \end_layout
22935
22936 \begin_layout Standard
22937 \begin_inset VSpace bigskip
22938 \end_inset
22939
22940
22941 \end_layout
22942
22943 \begin_layout Standard
22944 Für farbige Spalten können Sie folgendes einfügen:
22945 \end_layout
22946
22947 \begin_layout Standard
22948
22949 \series bold
22950
22951 \backslash
22952 newcolumntype{K}[1]{>{
22953 \backslash
22954 columncolor{#1}
22955 \backslash
22956 hspace{0pt}}c}
22957 \end_layout
22958
22959 \begin_layout Standard
22960 Das 
22961 \begin_inset Quotes gld
22962 \end_inset
22963
22964 c
22965 \begin_inset Quotes grd
22966 \end_inset
22967
22968  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
22969  zentriert ist.
22970  Jetzt können Sie als 
22971 \family sans
22972 \SpecialChar LaTeX
22973 -Argument
22974 \family default
22975  folgendes einfügen:
22976 \end_layout
22977
22978 \begin_layout Standard
22979
22980 \series bold
22981 K{Farbname}
22982 \end_layout
22983
22984 \begin_layout Standard
22985 \begin_inset VSpace bigskip
22986 \end_inset
22987
22988
22989 \end_layout
22990
22991 \begin_layout Standard
22992 Für Tabelle
22993 \begin_inset space ~
22994 \end_inset
22995
22996
22997 \begin_inset CommandInset ref
22998 LatexCommand ref
22999 reference "tab:Tabelle-mit-benutzerdefinierte"
23000
23001 \end_inset
23002
23003  wurden folgende 
23004 \family sans
23005 \SpecialChar LaTeX
23006 -Argumente
23007 \family default
23008  benutzt:
23009 \end_layout
23010
23011 \begin_layout Standard
23012
23013 \series bold
23014 M{2.5cm}
23015 \end_layout
23016
23017 \begin_layout Standard
23018 für die erste Spalte und die Mehrfachspalte,
23019 \end_layout
23020
23021 \begin_layout Standard
23022
23023 \series bold
23024 K{red}
23025 \end_layout
23026
23027 \begin_layout Standard
23028 für die letzte Spalte und
23029 \end_layout
23030
23031 \begin_layout Standard
23032
23033 \series bold
23034 S{2.5cm}{2}
23035 \end_layout
23036
23037 \begin_layout Standard
23038 für die Spalten in der zweiten Mehrfachspalte.
23039 \end_layout
23040
23041 \begin_layout Standard
23042 \begin_inset Float table
23043 placement h
23044 wide false
23045 sideways false
23046 status open
23047
23048 \begin_layout Plain Layout
23049 \begin_inset Caption Standard
23050
23051 \begin_layout Plain Layout
23052 \begin_inset CommandInset label
23053 LatexCommand label
23054 name "tab:Tabelle-mit-benutzerdefinierte"
23055
23056 \end_inset
23057
23058 Tabelle mit benutzerdefinierten Formaten
23059 \end_layout
23060
23061 \end_inset
23062
23063
23064 \end_layout
23065
23066 \begin_layout Plain Layout
23067 \align center
23068 \begin_inset Tabular
23069 <lyxtabular version="3" rows="3" columns="4">
23070 <features tabularvalignment="middle">
23071 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
23072 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
23073 <column alignment="center" valignment="middle">
23074 <column alignment="center" valignment="middle" special="K{red}">
23075 <row>
23076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23077 \begin_inset Text
23078
23079 \begin_layout Plain Layout
23080 einsehrlangesWort
23081 \end_layout
23082
23083 \end_inset
23084 </cell>
23085 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
23086 \begin_inset Text
23087
23088 \begin_layout Plain Layout
23089 Mehrfachspalte mit mehreren Zeilen
23090 \end_layout
23091
23092 \end_inset
23093 </cell>
23094 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23095 \begin_inset Text
23096
23097 \begin_layout Plain Layout
23098
23099 \end_layout
23100
23101 \end_inset
23102 </cell>
23103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23104 \begin_inset Text
23105
23106 \begin_layout Plain Layout
23107 c
23108 \end_layout
23109
23110 \end_inset
23111 </cell>
23112 </row>
23113 <row>
23114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23115 \begin_inset Text
23116
23117 \begin_layout Plain Layout
23118 d
23119 \end_layout
23120
23121 \end_inset
23122 </cell>
23123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23124 \begin_inset Text
23125
23126 \begin_layout Plain Layout
23127 e
23128 \end_layout
23129
23130 \end_inset
23131 </cell>
23132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23133 \begin_inset Text
23134
23135 \begin_layout Plain Layout
23136 f
23137 \end_layout
23138
23139 \end_inset
23140 </cell>
23141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23142 \begin_inset Text
23143
23144 \begin_layout Plain Layout
23145 g
23146 \end_layout
23147
23148 \end_inset
23149 </cell>
23150 </row>
23151 <row>
23152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23153 \begin_inset Text
23154
23155 \begin_layout Plain Layout
23156 h
23157 \end_layout
23158
23159 \end_inset
23160 </cell>
23161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23162 \begin_inset Text
23163
23164 \begin_layout Plain Layout
23165 i
23166 \end_layout
23167
23168 \end_inset
23169 </cell>
23170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23171 \begin_inset Text
23172
23173 \begin_layout Plain Layout
23174 j
23175 \end_layout
23176
23177 \end_inset
23178 </cell>
23179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23180 \begin_inset Text
23181
23182 \begin_layout Plain Layout
23183 k
23184 \end_layout
23185
23186 \end_inset
23187 </cell>
23188 </row>
23189 </lyxtabular>
23190
23191 \end_inset
23192
23193
23194 \end_layout
23195
23196 \end_inset
23197
23198
23199 \end_layout
23200
23201 \begin_layout Subsection
23202 Liniendicke
23203 \begin_inset CommandInset label
23204 LatexCommand label
23205 name "uab:Liniendicke"
23206
23207 \end_inset
23208
23209
23210 \begin_inset Index idx
23211 status collapsed
23212
23213 \begin_layout Plain Layout
23214 Tabellen  ! Linien ! -dicke
23215 \end_layout
23216
23217 \end_inset
23218
23219
23220 \end_layout
23221
23222 \begin_layout Standard
23223 Die Liniendicke für alle Linien einer Tabelle kann mit 
23224 \series bold
23225
23226 \backslash
23227 arrayrulewidth
23228 \series default
23229  eingestellt werden.
23230  Um eine Liniendicke von 1.5
23231 \begin_inset space \thinspace{}
23232 \end_inset
23233
23234 pt wie in Tabelle
23235 \begin_inset space ~
23236 \end_inset
23237
23238
23239 \begin_inset CommandInset ref
23240 LatexCommand ref
23241 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
23242
23243 \end_inset
23244
23245  zu bekommen, geben Sie den Befehl
23246 \end_layout
23247
23248 \begin_layout Standard
23249
23250 \series bold
23251
23252 \backslash
23253 setlength{
23254 \backslash
23255 arrayrulewidth}{1.5pt}
23256 \end_layout
23257
23258 \begin_layout Standard
23259 als \SpecialChar TeX
23260 -Code vor der (Gleitobjekt-)Tabelle ein.
23261  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
23262  Mit
23263 \end_layout
23264
23265 \begin_layout Standard
23266
23267 \series bold
23268
23269 \backslash
23270 setlength{
23271 \backslash
23272 arrayrulewidth}{0.4pt}
23273 \end_layout
23274
23275 \begin_layout Standard
23276 bekommen Sie wieder die Standarddicke.
23277 \end_layout
23278
23279 \begin_layout Standard
23280 \begin_inset ERT
23281 status collapsed
23282
23283 \begin_layout Plain Layout
23284
23285
23286 \backslash
23287 setlength{
23288 \backslash
23289 arrayrulewidth}{1.5pt}
23290 \end_layout
23291
23292 \end_inset
23293
23294
23295 \begin_inset Float table
23296 placement H
23297 wide false
23298 sideways false
23299 status open
23300
23301 \begin_layout Plain Layout
23302 \begin_inset Caption Standard
23303
23304 \begin_layout Plain Layout
23305 \begin_inset CommandInset label
23306 LatexCommand label
23307 name "tab:Tabelle-mit-1.5pt-Liniendicke"
23308
23309 \end_inset
23310
23311 Tabelle mit 1.5
23312 \begin_inset space \thinspace{}
23313 \end_inset
23314
23315 pt Liniendicke
23316 \end_layout
23317
23318 \end_inset
23319
23320
23321 \end_layout
23322
23323 \begin_layout Plain Layout
23324 \align center
23325 \begin_inset Tabular
23326 <lyxtabular version="3" rows="3" columns="3">
23327 <features tabularvalignment="middle">
23328 <column alignment="center" valignment="top">
23329 <column alignment="center" valignment="top">
23330 <column alignment="center" valignment="top">
23331 <row>
23332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23333 \begin_inset Text
23334
23335 \begin_layout Plain Layout
23336 sd
23337 \end_layout
23338
23339 \end_inset
23340 </cell>
23341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23342 \begin_inset Text
23343
23344 \begin_layout Plain Layout
23345
23346 \end_layout
23347
23348 \end_inset
23349 </cell>
23350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23351 \begin_inset Text
23352
23353 \begin_layout Plain Layout
23354
23355 \end_layout
23356
23357 \end_inset
23358 </cell>
23359 </row>
23360 <row>
23361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23362 \begin_inset Text
23363
23364 \begin_layout Plain Layout
23365
23366 \end_layout
23367
23368 \end_inset
23369 </cell>
23370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23371 \begin_inset Text
23372
23373 \begin_layout Plain Layout
23374 sd
23375 \end_layout
23376
23377 \end_inset
23378 </cell>
23379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23380 \begin_inset Text
23381
23382 \begin_layout Plain Layout
23383
23384 \end_layout
23385
23386 \end_inset
23387 </cell>
23388 </row>
23389 <row>
23390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403
23404 \end_layout
23405
23406 \end_inset
23407 </cell>
23408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23409 \begin_inset Text
23410
23411 \begin_layout Plain Layout
23412 sd
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 </row>
23418 </lyxtabular>
23419
23420 \end_inset
23421
23422
23423 \end_layout
23424
23425 \end_inset
23426
23427
23428 \begin_inset ERT
23429 status collapsed
23430
23431 \begin_layout Plain Layout
23432
23433
23434 \backslash
23435 setlength{
23436 \backslash
23437 arrayrulewidth}{0.4pt}
23438 \end_layout
23439
23440 \end_inset
23441
23442
23443 \end_layout
23444
23445 \begin_layout Standard
23446 \begin_inset VSpace bigskip
23447 \end_inset
23448
23449 Um eine Liniendicke von 1.5
23450 \begin_inset space \thinspace{}
23451 \end_inset
23452
23453 pt nur für horizontale Linien zu bekommen wie in Tabelle
23454 \begin_inset space ~
23455 \end_inset
23456
23457
23458 \begin_inset CommandInset ref
23459 LatexCommand ref
23460 reference "tab:Tabelle-mit-1.5pt-horiz"
23461
23462 \end_inset
23463
23464 , müssen Sie folgende Befehle als \SpecialChar TeX
23465 -Code vor der (Gleitobjekt-)Tabelle einfügen:
23466 \end_layout
23467
23468 \begin_layout Standard
23469
23470 \series bold
23471
23472 \backslash
23473 let
23474 \backslash
23475 myHline
23476 \backslash
23477 hline
23478 \begin_inset Newline newline
23479 \end_inset
23480
23481
23482 \backslash
23483 renewcommand{
23484 \backslash
23485 hline}
23486 \begin_inset Newline newline
23487 \end_inset
23488
23489  {
23490 \backslash
23491 noalign{
23492 \backslash
23493 global
23494 \backslash
23495 arrayrulewidth 1.5pt}
23496 \begin_inset Newline newline
23497 \end_inset
23498
23499  
23500 \backslash
23501 myHline
23502 \backslash
23503 noalign{
23504 \backslash
23505 global
23506 \backslash
23507 arrayrulewidth 0.4pt}}
23508 \end_layout
23509
23510 \begin_layout Standard
23511 Die Standarddicke erhalten Sie mit folgendem Befehl als \SpecialChar TeX
23512 -Code hinter der
23513  (Gleit\SpecialChar softhyphen
23514 objekt-)Tabelle zurück:
23515 \end_layout
23516
23517 \begin_layout Standard
23518
23519 \series bold
23520
23521 \backslash
23522 renewcommand{
23523 \backslash
23524 hline}{
23525 \backslash
23526 myHline}
23527 \end_layout
23528
23529 \begin_layout Standard
23530 \begin_inset ERT
23531 status collapsed
23532
23533 \begin_layout Plain Layout
23534
23535
23536 \backslash
23537 let
23538 \backslash
23539 myHline
23540 \backslash
23541 hline
23542 \end_layout
23543
23544 \begin_layout Plain Layout
23545
23546
23547 \backslash
23548 renewcommand{
23549 \backslash
23550 hline}
23551 \end_layout
23552
23553 \begin_layout Plain Layout
23554
23555  {
23556 \backslash
23557 noalign{
23558 \backslash
23559 global
23560 \backslash
23561 arrayrulewidth 1.5pt}
23562 \end_layout
23563
23564 \begin_layout Plain Layout
23565
23566   
23567 \backslash
23568 myHline
23569 \backslash
23570 noalign{
23571 \backslash
23572 global
23573 \backslash
23574 arrayrulewidth 0.4pt}}
23575 \end_layout
23576
23577 \end_inset
23578
23579
23580 \begin_inset Float table
23581 placement h
23582 wide false
23583 sideways false
23584 status open
23585
23586 \begin_layout Plain Layout
23587 \begin_inset Caption Standard
23588
23589 \begin_layout Plain Layout
23590 \begin_inset CommandInset label
23591 LatexCommand label
23592 name "tab:Tabelle-mit-1.5pt-horiz"
23593
23594 \end_inset
23595
23596 Tabelle mit 1.5
23597 \begin_inset space \thinspace{}
23598 \end_inset
23599
23600 pt dicken horizontalen Linien
23601 \end_layout
23602
23603 \end_inset
23604
23605
23606 \end_layout
23607
23608 \begin_layout Plain Layout
23609 \align center
23610 \begin_inset Tabular
23611 <lyxtabular version="3" rows="3" columns="3">
23612 <features tabularvalignment="middle">
23613 <column alignment="center" valignment="top">
23614 <column alignment="center" valignment="top">
23615 <column alignment="center" valignment="top">
23616 <row>
23617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621 sd
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23627 \begin_inset Text
23628
23629 \begin_layout Plain Layout
23630
23631 \end_layout
23632
23633 \end_inset
23634 </cell>
23635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23636 \begin_inset Text
23637
23638 \begin_layout Plain Layout
23639
23640 \end_layout
23641
23642 \end_inset
23643 </cell>
23644 </row>
23645 <row>
23646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23647 \begin_inset Text
23648
23649 \begin_layout Plain Layout
23650
23651 \end_layout
23652
23653 \end_inset
23654 </cell>
23655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23656 \begin_inset Text
23657
23658 \begin_layout Plain Layout
23659 sd
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668
23669 \end_layout
23670
23671 \end_inset
23672 </cell>
23673 </row>
23674 <row>
23675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23676 \begin_inset Text
23677
23678 \begin_layout Plain Layout
23679
23680 \end_layout
23681
23682 \end_inset
23683 </cell>
23684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23685 \begin_inset Text
23686
23687 \begin_layout Plain Layout
23688
23689 \end_layout
23690
23691 \end_inset
23692 </cell>
23693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23694 \begin_inset Text
23695
23696 \begin_layout Plain Layout
23697 sd
23698 \end_layout
23699
23700 \end_inset
23701 </cell>
23702 </row>
23703 </lyxtabular>
23704
23705 \end_inset
23706
23707
23708 \end_layout
23709
23710 \end_inset
23711
23712
23713 \begin_inset ERT
23714 status collapsed
23715
23716 \begin_layout Plain Layout
23717
23718
23719 \backslash
23720 renewcommand{
23721 \backslash
23722 hline}{
23723 \backslash
23724 myHline}
23725 \end_layout
23726
23727 \end_inset
23728
23729
23730 \end_layout
23731
23732 \begin_layout Standard
23733 \begin_inset VSpace bigskip
23734 \end_inset
23735
23736 Um die Liniendicke von 1.5
23737 \begin_inset space \thinspace{}
23738 \end_inset
23739
23740 pt nur für vertikale Linien zu bekommen, müssen Sie im \SpecialChar LaTeX
23741 -Vorspann folgendes
23742  Spaltenformat entsprechend der Beschreibung in Abschnitt
23743 \begin_inset space ~
23744 \end_inset
23745
23746
23747 \begin_inset CommandInset ref
23748 LatexCommand ref
23749 reference "uab:Angepasste-Zellen-/Spaltenformate"
23750
23751 \end_inset
23752
23753  definieren:
23754 \end_layout
23755
23756 \begin_layout Standard
23757
23758 \series bold
23759
23760 \backslash
23761 newcolumntype{V}{!{
23762 \backslash
23763 vrule width 1.5pt}}
23764 \end_layout
23765
23766 \begin_layout Standard
23767 In Tabelle
23768 \begin_inset space ~
23769 \end_inset
23770
23771
23772 \begin_inset CommandInset ref
23773 LatexCommand ref
23774 reference "tab:Tabelle-mit-1.5pt-vert"
23775
23776 \end_inset
23777
23778  wurde das 
23779 \family sans
23780 LaTeX-Argument
23781 \family default
23782 \series bold
23783  VcV
23784 \series default
23785  für die letzte Spalte und
23786 \series bold
23787  Vc
23788 \series default
23789  für die anderen benutzt.
23790 \end_layout
23791
23792 \begin_layout Standard
23793 \begin_inset Float table
23794 placement H
23795 wide false
23796 sideways false
23797 status open
23798
23799 \begin_layout Plain Layout
23800 \begin_inset Caption Standard
23801
23802 \begin_layout Plain Layout
23803 \begin_inset CommandInset label
23804 LatexCommand label
23805 name "tab:Tabelle-mit-1.5pt-vert"
23806
23807 \end_inset
23808
23809 Tabelle mit 1.5
23810 \begin_inset space \thinspace{}
23811 \end_inset
23812
23813 pt dicken vertikalen Linien
23814 \end_layout
23815
23816 \end_inset
23817
23818
23819 \end_layout
23820
23821 \begin_layout Plain Layout
23822 \align center
23823 \begin_inset Tabular
23824 <lyxtabular version="3" rows="3" columns="3">
23825 <features tabularvalignment="middle">
23826 <column alignment="center" valignment="top" special="Vc">
23827 <column alignment="center" valignment="top" special="Vc">
23828 <column alignment="center" valignment="top" special="VcV">
23829 <row>
23830 <cell alignment="center" valignment="top" topline="true" usebox="none">
23831 \begin_inset Text
23832
23833 \begin_layout Plain Layout
23834 sd
23835 \end_layout
23836
23837 \end_inset
23838 </cell>
23839 <cell alignment="center" valignment="top" topline="true" usebox="none">
23840 \begin_inset Text
23841
23842 \begin_layout Plain Layout
23843
23844 \end_layout
23845
23846 \end_inset
23847 </cell>
23848 <cell alignment="center" valignment="top" topline="true" usebox="none">
23849 \begin_inset Text
23850
23851 \begin_layout Plain Layout
23852
23853 \end_layout
23854
23855 \end_inset
23856 </cell>
23857 </row>
23858 <row>
23859 <cell alignment="center" valignment="top" topline="true" usebox="none">
23860 \begin_inset Text
23861
23862 \begin_layout Plain Layout
23863
23864 \end_layout
23865
23866 \end_inset
23867 </cell>
23868 <cell alignment="center" valignment="top" topline="true" usebox="none">
23869 \begin_inset Text
23870
23871 \begin_layout Plain Layout
23872 sd
23873 \end_layout
23874
23875 \end_inset
23876 </cell>
23877 <cell alignment="center" valignment="top" topline="true" usebox="none">
23878 \begin_inset Text
23879
23880 \begin_layout Plain Layout
23881
23882 \end_layout
23883
23884 \end_inset
23885 </cell>
23886 </row>
23887 <row>
23888 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23889 \begin_inset Text
23890
23891 \begin_layout Plain Layout
23892
23893 \end_layout
23894
23895 \end_inset
23896 </cell>
23897 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23898 \begin_inset Text
23899
23900 \begin_layout Plain Layout
23901
23902 \end_layout
23903
23904 \end_inset
23905 </cell>
23906 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23907 \begin_inset Text
23908
23909 \begin_layout Plain Layout
23910 sd
23911 \end_layout
23912
23913 \end_inset
23914 </cell>
23915 </row>
23916 </lyxtabular>
23917
23918 \end_inset
23919
23920
23921 \end_layout
23922
23923 \end_inset
23924
23925
23926 \end_layout
23927
23928 \begin_layout Subsection
23929 Gestrichelte Linien
23930 \begin_inset Index idx
23931 status collapsed
23932
23933 \begin_layout Plain Layout
23934 Tabellen  ! Linien ! gestrichelte 
23935 \end_layout
23936
23937 \end_inset
23938
23939
23940 \end_layout
23941
23942 \begin_layout Standard
23943 \begin_inset ERT
23944 status collapsed
23945
23946 \begin_layout Plain Layout
23947
23948
23949 \backslash
23950 ifarydshln
23951 \end_layout
23952
23953 \end_inset
23954
23955
23956 \begin_inset Note Note
23957 status open
23958
23959 \begin_layout Plain Layout
23960 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
23961 -Paket 
23962 \series bold
23963 arydshln
23964 \series default
23965  installiert ist.
23966 \end_layout
23967
23968 \end_inset
23969
23970
23971 \end_layout
23972
23973 \begin_layout Standard
23974 \begin_inset Float table
23975 placement h
23976 wide false
23977 sideways false
23978 status open
23979
23980 \begin_layout Plain Layout
23981 \begin_inset Caption Standard
23982
23983 \begin_layout Plain Layout
23984 \begin_inset CommandInset label
23985 LatexCommand label
23986 name "tab:Tabelle-mit-gestrichelten"
23987
23988 \end_inset
23989
23990 Tabelle mit gestrichelten Linien
23991 \end_layout
23992
23993 \end_inset
23994
23995
23996 \end_layout
23997
23998 \begin_layout Plain Layout
23999 \align center
24000 \begin_inset Tabular
24001 <lyxtabular version="3" rows="5" columns="5">
24002 <features tabularvalignment="middle">
24003 <column alignment="center" valignment="top">
24004 <column alignment="center" valignment="top">
24005 <column alignment="center" valignment="top" special=":c">
24006 <column alignment="center" valignment="top">
24007 <column alignment="center" valignment="top">
24008 <row>
24009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24010 \begin_inset Text
24011
24012 \begin_layout Plain Layout
24013 a
24014 \end_layout
24015
24016 \end_inset
24017 </cell>
24018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24019 \begin_inset Text
24020
24021 \begin_layout Plain Layout
24022 b
24023 \end_layout
24024
24025 \end_inset
24026 </cell>
24027 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24028 \begin_inset Text
24029
24030 \begin_layout Plain Layout
24031 c
24032 \end_layout
24033
24034 \end_inset
24035 </cell>
24036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24037 \begin_inset Text
24038
24039 \begin_layout Plain Layout
24040 d
24041 \end_layout
24042
24043 \end_inset
24044 </cell>
24045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24046 \begin_inset Text
24047
24048 \begin_layout Plain Layout
24049 e
24050 \end_layout
24051
24052 \end_inset
24053 </cell>
24054 </row>
24055 <row>
24056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24057 \begin_inset Text
24058
24059 \begin_layout Plain Layout
24060 f
24061 \end_layout
24062
24063 \end_inset
24064 </cell>
24065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24066 \begin_inset Text
24067
24068 \begin_layout Plain Layout
24069 g
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 <cell alignment="center" valignment="top" topline="true" usebox="none">
24075 \begin_inset Text
24076
24077 \begin_layout Plain Layout
24078 h
24079 \end_layout
24080
24081 \end_inset
24082 </cell>
24083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24084 \begin_inset Text
24085
24086 \begin_layout Plain Layout
24087 i
24088 \end_layout
24089
24090 \end_inset
24091 </cell>
24092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24093 \begin_inset Text
24094
24095 \begin_layout Plain Layout
24096 j
24097 \end_layout
24098
24099 \end_inset
24100 </cell>
24101 </row>
24102 <row>
24103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24104 \begin_inset Text
24105
24106 \begin_layout Plain Layout
24107 \begin_inset ERT
24108 status collapsed
24109
24110 \begin_layout Plain Layout
24111
24112
24113 \backslash
24114 hdashline 
24115 \end_layout
24116
24117 \end_inset
24118
24119 k
24120 \end_layout
24121
24122 \end_inset
24123 </cell>
24124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24125 \begin_inset Text
24126
24127 \begin_layout Plain Layout
24128 l
24129 \end_layout
24130
24131 \end_inset
24132 </cell>
24133 <cell alignment="center" valignment="top" usebox="none">
24134 \begin_inset Text
24135
24136 \begin_layout Plain Layout
24137 m
24138 \end_layout
24139
24140 \end_inset
24141 </cell>
24142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24143 \begin_inset Text
24144
24145 \begin_layout Plain Layout
24146 n
24147 \end_layout
24148
24149 \end_inset
24150 </cell>
24151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24152 \begin_inset Text
24153
24154 \begin_layout Plain Layout
24155 o
24156 \end_layout
24157
24158 \end_inset
24159 </cell>
24160 </row>
24161 <row>
24162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24163 \begin_inset Text
24164
24165 \begin_layout Plain Layout
24166 \begin_inset ERT
24167 status collapsed
24168
24169 \begin_layout Plain Layout
24170
24171
24172 \backslash
24173 cdashline{4-5}
24174 \end_layout
24175
24176 \end_inset
24177
24178 p
24179 \end_layout
24180
24181 \end_inset
24182 </cell>
24183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24184 \begin_inset Text
24185
24186 \begin_layout Plain Layout
24187 q
24188 \end_layout
24189
24190 \end_inset
24191 </cell>
24192 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24193 \begin_inset Text
24194
24195 \begin_layout Plain Layout
24196 r
24197 \end_layout
24198
24199 \end_inset
24200 </cell>
24201 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24202 \begin_inset Text
24203
24204 \begin_layout Plain Layout
24205 s
24206 \end_layout
24207
24208 \end_inset
24209 </cell>
24210 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24211 \begin_inset Text
24212
24213 \begin_layout Plain Layout
24214
24215 \end_layout
24216
24217 \end_inset
24218 </cell>
24219 </row>
24220 <row>
24221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24222 \begin_inset Text
24223
24224 \begin_layout Plain Layout
24225 t
24226 \end_layout
24227
24228 \end_inset
24229 </cell>
24230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24231 \begin_inset Text
24232
24233 \begin_layout Plain Layout
24234 u
24235 \end_layout
24236
24237 \end_inset
24238 </cell>
24239 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24240 \begin_inset Text
24241
24242 \begin_layout Plain Layout
24243 v
24244 \end_layout
24245
24246 \end_inset
24247 </cell>
24248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24249 \begin_inset Text
24250
24251 \begin_layout Plain Layout
24252 w
24253 \end_layout
24254
24255 \end_inset
24256 </cell>
24257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24258 \begin_inset Text
24259
24260 \begin_layout Plain Layout
24261 x
24262 \end_layout
24263
24264 \end_inset
24265 </cell>
24266 </row>
24267 </lyxtabular>
24268
24269 \end_inset
24270
24271
24272 \end_layout
24273
24274 \end_inset
24275
24276
24277 \end_layout
24278
24279 \begin_layout Standard
24280 \SpecialChar LyX
24281  unterstützt von sich aus keine gestrichelten Linien, also müssen Sie \SpecialChar TeX
24282 -Code
24283  benutzen.
24284  Zunächst müssen Sie das \SpecialChar LaTeX
24285 -Paket 
24286 \series bold
24287 arydshln
24288 \series default
24289
24290 \begin_inset Index idx
24291 status collapsed
24292
24293 \begin_layout Plain Layout
24294 \SpecialChar LaTeX
24295 -Pakete ! arydshln
24296 \end_layout
24297
24298 \end_inset
24299
24300  im \SpecialChar LaTeX
24301 -Vorspann laden:
24302 \end_layout
24303
24304 \begin_layout Standard
24305
24306 \series bold
24307
24308 \backslash
24309 usepackage{arydshln}
24310 \end_layout
24311
24312 \begin_layout Standard
24313 Um senkrechte Linien zu stricheln, müssen Sie im 
24314 \family sans
24315 LaTeX-Argument
24316 \family default
24317  des 
24318 \family sans
24319 Tabellen-Einstellungen
24320 \family default
24321 -Dialogs 
24322 \begin_inset Quotes gld
24323 \end_inset
24324
24325 :
24326 \begin_inset Quotes grd
24327 \end_inset
24328
24329 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
24330 \end_layout
24331
24332 \begin_layout Standard
24333 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
24334 \end_layout
24335
24336 \begin_layout Standard
24337
24338 \series bold
24339
24340 \backslash
24341 hdashline
24342 \end_layout
24343
24344 \begin_layout Standard
24345 als \SpecialChar TeX
24346 -Code als erstes in die erste Zelle einer Zeile einfügen.
24347 \end_layout
24348
24349 \begin_layout Standard
24350 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
24351 \end_layout
24352
24353 \begin_layout Standard
24354
24355 \series bold
24356
24357 \backslash
24358 cdashline{Anfangsspalte-Endspalte}
24359 \end_layout
24360
24361 \begin_layout Standard
24362 als \SpecialChar TeX
24363 -Code als erstes in die erste Zelle einer Zeile eingefügt.
24364  Wenn Sie z.
24365 \begin_inset space \thinspace{}
24366 \end_inset
24367
24368 B.
24369  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
24370  gestrichelte Linie haben, fügen Sie den Befehl
24371 \end_layout
24372
24373 \begin_layout Standard
24374
24375 \series bold
24376
24377 \backslash
24378 cdashline{2-4}
24379 \end_layout
24380
24381 \begin_layout Standard
24382 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
24383 \end_layout
24384
24385 \begin_layout Standard
24386 \begin_inset VSpace bigskip
24387 \end_inset
24388
24389
24390 \end_layout
24391
24392 \begin_layout Standard
24393 In Tabelle
24394 \begin_inset space ~
24395 \end_inset
24396
24397
24398 \begin_inset CommandInset ref
24399 LatexCommand ref
24400 reference "tab:Tabelle-mit-gestrichelten"
24401
24402 \end_inset
24403
24404  wurde in der dritten Spalte der Befehl
24405 \series bold
24406  
24407 \series default
24408
24409 \begin_inset Quotes gld
24410 \end_inset
24411
24412
24413 \series bold
24414 :c
24415 \begin_inset Quotes grd
24416 \end_inset
24417
24418
24419 \series default
24420  benutzt.
24421  Der Befehl 
24422 \series bold
24423
24424 \backslash
24425 hdashline
24426 \series default
24427  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
24428 \begin_inset Newline newline
24429 \end_inset
24430
24431  
24432 \series bold
24433
24434 \backslash
24435 cdashline{4-5} 
24436 \series default
24437 wurde in die erste Zelle der vierten Zeile eingefügt.
24438 \end_layout
24439
24440 \begin_layout Standard
24441 \begin_inset VSpace bigskip
24442 \end_inset
24443
24444
24445 \end_layout
24446
24447 \begin_layout Standard
24448 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
24449 \begin_inset space ~
24450 \end_inset
24451
24452
24453 \begin_inset CommandInset ref
24454 LatexCommand ref
24455 reference "tab:Farbige-Tabelle-mit"
24456
24457 \end_inset
24458
24459  verdeutlicht.
24460 \end_layout
24461
24462 \begin_layout Standard
24463 \begin_inset ERT
24464 status collapsed
24465
24466 \begin_layout Plain Layout
24467
24468
24469 \backslash
24470 setlength{
24471 \backslash
24472 arrayrulewidth}{1pt}
24473 \end_layout
24474
24475 \end_inset
24476
24477
24478 \begin_inset Note Note
24479 status collapsed
24480
24481 \begin_layout Plain Layout
24482 dickere Linien zur besseren Visualisierung der Linienfarbe
24483 \end_layout
24484
24485 \end_inset
24486
24487
24488 \end_layout
24489
24490 \begin_layout Standard
24491 \begin_inset ERT
24492 status collapsed
24493
24494 \begin_layout Plain Layout
24495
24496
24497 \backslash
24498 dashgapcolor{green}
24499 \end_layout
24500
24501 \end_inset
24502
24503
24504 \begin_inset Note Note
24505 status collapsed
24506
24507 \begin_layout Plain Layout
24508 färbt Raum zwischen den Strichen grün
24509 \end_layout
24510
24511 \end_inset
24512
24513
24514 \end_layout
24515
24516 \begin_layout Standard
24517 \begin_inset ERT
24518 status collapsed
24519
24520 \begin_layout Plain Layout
24521
24522
24523 \backslash
24524 let
24525 \backslash
24526 myHdashline
24527 \backslash
24528 hdashline
24529 \end_layout
24530
24531 \begin_layout Plain Layout
24532
24533
24534 \backslash
24535 renewcommand{
24536 \backslash
24537 hdashline}
24538 \end_layout
24539
24540 \begin_layout Plain Layout
24541
24542  {
24543 \backslash
24544 arrayrulecolor{red}
24545 \backslash
24546 myHdashline
24547 \backslash
24548 arrayrulecolor{black}}
24549 \end_layout
24550
24551 \end_inset
24552
24553
24554 \begin_inset Note Note
24555 status collapsed
24556
24557 \begin_layout Plain Layout
24558 färbt horizontale, gestrichelte Linien rot
24559 \end_layout
24560
24561 \end_inset
24562
24563
24564 \end_layout
24565
24566 \begin_layout Standard
24567 \begin_inset ERT
24568 status collapsed
24569
24570 \begin_layout Plain Layout
24571
24572
24573 \backslash
24574 let
24575 \backslash
24576 myCdashline
24577 \backslash
24578 cdashline
24579 \end_layout
24580
24581 \begin_layout Plain Layout
24582
24583
24584 \backslash
24585 renewcommand{
24586 \backslash
24587 cdashline}[1]
24588 \end_layout
24589
24590 \begin_layout Plain Layout
24591
24592  {
24593 \backslash
24594 arrayrulecolor{yellow}
24595 \backslash
24596 myCdashline{#1}
24597 \backslash
24598 arrayrulecolor{black}}
24599 \end_layout
24600
24601 \end_inset
24602
24603
24604 \begin_inset Note Note
24605 status collapsed
24606
24607 \begin_layout Plain Layout
24608 färbt partielle horizontale, gestrichelte Linien gelb
24609 \end_layout
24610
24611 \end_inset
24612
24613
24614 \end_layout
24615
24616 \begin_layout Standard
24617 \begin_inset Float table
24618 placement h
24619 wide false
24620 sideways false
24621 status open
24622
24623 \begin_layout Plain Layout
24624 \begin_inset Caption Standard
24625
24626 \begin_layout Plain Layout
24627 \begin_inset CommandInset label
24628 LatexCommand label
24629 name "tab:Farbige-Tabelle-mit"
24630
24631 \end_inset
24632
24633 Farbige Tabelle mit gestrichelten Linien
24634 \end_layout
24635
24636 \end_inset
24637
24638
24639 \end_layout
24640
24641 \begin_layout Plain Layout
24642 \align center
24643 \begin_inset Tabular
24644 <lyxtabular version="3" rows="5" columns="5">
24645 <features tabularvalignment="middle">
24646 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
24647 <column alignment="center" valignment="top" width="0pt">
24648 <column alignment="center" valignment="top" width="0pt" special=":c">
24649 <column alignment="center" valignment="top">
24650 <column alignment="center" valignment="top">
24651 <row>
24652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24653 \begin_inset Text
24654
24655 \begin_layout Plain Layout
24656 a
24657 \end_layout
24658
24659 \end_inset
24660 </cell>
24661 <cell alignment="center" valignment="top" topline="true" usebox="none">
24662 \begin_inset Text
24663
24664 \begin_layout Plain Layout
24665 b
24666 \end_layout
24667
24668 \end_inset
24669 </cell>
24670 <cell alignment="center" valignment="top" topline="true" usebox="none">
24671 \begin_inset Text
24672
24673 \begin_layout Plain Layout
24674 c
24675 \end_layout
24676
24677 \end_inset
24678 </cell>
24679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24680 \begin_inset Text
24681
24682 \begin_layout Plain Layout
24683 d
24684 \end_layout
24685
24686 \end_inset
24687 </cell>
24688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24689 \begin_inset Text
24690
24691 \begin_layout Plain Layout
24692 e
24693 \end_layout
24694
24695 \end_inset
24696 </cell>
24697 </row>
24698 <row>
24699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24700 \begin_inset Text
24701
24702 \begin_layout Plain Layout
24703 f
24704 \end_layout
24705
24706 \end_inset
24707 </cell>
24708 <cell alignment="center" valignment="top" topline="true" usebox="none">
24709 \begin_inset Text
24710
24711 \begin_layout Plain Layout
24712 g
24713 \end_layout
24714
24715 \end_inset
24716 </cell>
24717 <cell alignment="center" valignment="top" topline="true" usebox="none">
24718 \begin_inset Text
24719
24720 \begin_layout Plain Layout
24721 h
24722 \end_layout
24723
24724 \end_inset
24725 </cell>
24726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24727 \begin_inset Text
24728
24729 \begin_layout Plain Layout
24730 i
24731 \end_layout
24732
24733 \end_inset
24734 </cell>
24735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24736 \begin_inset Text
24737
24738 \begin_layout Plain Layout
24739 j
24740 \end_layout
24741
24742 \end_inset
24743 </cell>
24744 </row>
24745 <row>
24746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24747 \begin_inset Text
24748
24749 \begin_layout Plain Layout
24750 \begin_inset ERT
24751 status collapsed
24752
24753 \begin_layout Plain Layout
24754
24755
24756 \backslash
24757 hdashline 
24758 \end_layout
24759
24760 \end_inset
24761
24762
24763 \begin_inset ERT
24764 status collapsed
24765
24766 \begin_layout Plain Layout
24767
24768
24769 \backslash
24770 rowcolor{Gray}
24771 \end_layout
24772
24773 \end_inset
24774
24775 k
24776 \end_layout
24777
24778 \end_inset
24779 </cell>
24780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24781 \begin_inset Text
24782
24783 \begin_layout Plain Layout
24784 l
24785 \end_layout
24786
24787 \end_inset
24788 </cell>
24789 <cell alignment="center" valignment="top" usebox="none">
24790 \begin_inset Text
24791
24792 \begin_layout Plain Layout
24793 m
24794 \end_layout
24795
24796 \end_inset
24797 </cell>
24798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24799 \begin_inset Text
24800
24801 \begin_layout Plain Layout
24802 n
24803 \end_layout
24804
24805 \end_inset
24806 </cell>
24807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24808 \begin_inset Text
24809
24810 \begin_layout Plain Layout
24811 o
24812 \end_layout
24813
24814 \end_inset
24815 </cell>
24816 </row>
24817 <row>
24818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24819 \begin_inset Text
24820
24821 \begin_layout Plain Layout
24822 \begin_inset ERT
24823 status collapsed
24824
24825 \begin_layout Plain Layout
24826
24827
24828 \backslash
24829 cdashline{4-5}
24830 \end_layout
24831
24832 \end_inset
24833
24834 p
24835 \end_layout
24836
24837 \end_inset
24838 </cell>
24839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24840 \begin_inset Text
24841
24842 \begin_layout Plain Layout
24843 q
24844 \end_layout
24845
24846 \end_inset
24847 </cell>
24848 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24849 \begin_inset Text
24850
24851 \begin_layout Plain Layout
24852 r
24853 \end_layout
24854
24855 \end_inset
24856 </cell>
24857 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24858 \begin_inset Text
24859
24860 \begin_layout Plain Layout
24861 s
24862 \end_layout
24863
24864 \end_inset
24865 </cell>
24866 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24867 \begin_inset Text
24868
24869 \begin_layout Plain Layout
24870
24871 \end_layout
24872
24873 \end_inset
24874 </cell>
24875 </row>
24876 <row>
24877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24878 \begin_inset Text
24879
24880 \begin_layout Plain Layout
24881 t
24882 \end_layout
24883
24884 \end_inset
24885 </cell>
24886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24887 \begin_inset Text
24888
24889 \begin_layout Plain Layout
24890 u
24891 \end_layout
24892
24893 \end_inset
24894 </cell>
24895 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24896 \begin_inset Text
24897
24898 \begin_layout Plain Layout
24899 v
24900 \end_layout
24901
24902 \end_inset
24903 </cell>
24904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24905 \begin_inset Text
24906
24907 \begin_layout Plain Layout
24908 w
24909 \end_layout
24910
24911 \end_inset
24912 </cell>
24913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24914 \begin_inset Text
24915
24916 \begin_layout Plain Layout
24917 \begin_inset ERT
24918 status collapsed
24919
24920 \begin_layout Plain Layout
24921
24922
24923 \backslash
24924 cellcolor{Maroon}
24925 \end_layout
24926
24927 \end_inset
24928
24929
24930 \color green
24931 i
24932 \end_layout
24933
24934 \end_inset
24935 </cell>
24936 </row>
24937 </lyxtabular>
24938
24939 \end_inset
24940
24941
24942 \end_layout
24943
24944 \end_inset
24945
24946
24947 \end_layout
24948
24949 \begin_layout Standard
24950 \begin_inset ERT
24951 status collapsed
24952
24953 \begin_layout Plain Layout
24954
24955
24956 \backslash
24957 renewcommand{
24958 \backslash
24959 hdashline}{
24960 \backslash
24961 myHdashline}
24962 \end_layout
24963
24964 \end_inset
24965
24966
24967 \begin_inset Note Note
24968 status collapsed
24969
24970 \begin_layout Plain Layout
24971 zurücksetzen auf Standardwert
24972 \end_layout
24973
24974 \end_inset
24975
24976
24977 \end_layout
24978
24979 \begin_layout Standard
24980 \begin_inset ERT
24981 status collapsed
24982
24983 \begin_layout Plain Layout
24984
24985
24986 \backslash
24987 renewcommand{
24988 \backslash
24989 cdashline}{
24990 \backslash
24991 myCdashline}
24992 \end_layout
24993
24994 \end_inset
24995
24996
24997 \begin_inset Note Note
24998 status collapsed
24999
25000 \begin_layout Plain Layout
25001 zurücksetzen auf Standardwert
25002 \end_layout
25003
25004 \end_inset
25005
25006
25007 \end_layout
25008
25009 \begin_layout Standard
25010 \begin_inset ERT
25011 status collapsed
25012
25013 \begin_layout Plain Layout
25014
25015
25016 \backslash
25017 nodashgapcolor
25018 \end_layout
25019
25020 \end_inset
25021
25022
25023 \begin_inset Note Note
25024 status collapsed
25025
25026 \begin_layout Plain Layout
25027 zurücksetzen auf Standardwert
25028 \end_layout
25029
25030 \end_inset
25031
25032
25033 \end_layout
25034
25035 \begin_layout Standard
25036 \begin_inset ERT
25037 status collapsed
25038
25039 \begin_layout Plain Layout
25040
25041
25042 \backslash
25043 setlength{
25044 \backslash
25045 arrayrulewidth}{0.4pt}
25046 \end_layout
25047
25048 \end_inset
25049
25050
25051 \begin_inset Note Note
25052 status collapsed
25053
25054 \begin_layout Plain Layout
25055 zurücksetzen auf Standardwert
25056 \end_layout
25057
25058 \end_inset
25059
25060
25061 \end_layout
25062
25063 \begin_layout Standard
25064 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
25065 \begin_inset space ~
25066 \end_inset
25067
25068
25069 \begin_inset CommandInset ref
25070 LatexCommand ref
25071 reference "abs:Farbige-Tabellen"
25072
25073 \end_inset
25074
25075  beschrieben.
25076  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
25077  beschrieben, man muss in den Befehlen nur 
25078 \series bold
25079
25080 \backslash
25081 myHlineC
25082 \series default
25083  durch 
25084 \series bold
25085
25086 \backslash
25087 myHdashline
25088 \series default
25089  und 
25090 \backslash
25091
25092 \series bold
25093 hline
25094 \series default
25095  durch 
25096 \series bold
25097
25098 \backslash
25099 hdashline
25100 \series default
25101  ersetzen; man verwendet also den Befehl
25102 \end_layout
25103
25104 \begin_layout Standard
25105
25106 \series bold
25107
25108 \backslash
25109 let
25110 \backslash
25111 myHdashline
25112 \backslash
25113 hdashline
25114 \begin_inset Newline newline
25115 \end_inset
25116
25117
25118 \backslash
25119 renewcommand{
25120 \backslash
25121 hdashline}
25122 \begin_inset Newline newline
25123 \end_inset
25124
25125
25126 \begin_inset Phantom HPhantom
25127 status open
25128
25129 \begin_layout Plain Layout
25130
25131 \series bold
25132 \begin_inset space ~
25133 \end_inset
25134
25135
25136 \end_layout
25137
25138 \end_inset
25139
25140 {
25141 \backslash
25142 arrayrulecolor{red}
25143 \backslash
25144 myHdashline
25145 \backslash
25146 arrayrulecolor{black}}
25147 \end_layout
25148
25149 \begin_layout Standard
25150 Um 
25151 \series bold
25152
25153 \backslash
25154 cdashline
25155 \series default
25156  zu färben, lautet der Befehl
25157 \end_layout
25158
25159 \begin_layout Standard
25160
25161 \series bold
25162
25163 \backslash
25164 let
25165 \backslash
25166 myCdashline
25167 \backslash
25168 cdashline
25169 \begin_inset Newline newline
25170 \end_inset
25171
25172
25173 \backslash
25174 renewcommand{
25175 \backslash
25176 cdashline}[1]
25177 \begin_inset Newline newline
25178 \end_inset
25179
25180
25181 \begin_inset Phantom HPhantom
25182 status open
25183
25184 \begin_layout Plain Layout
25185
25186 \series bold
25187 \begin_inset space ~
25188 \end_inset
25189
25190
25191 \end_layout
25192
25193 \end_inset
25194
25195 {
25196 \backslash
25197 arrayrulecolor{red}
25198 \backslash
25199 myCdashline{#1}
25200 \backslash
25201 arrayrulecolor{black}}
25202 \end_layout
25203
25204 \begin_layout Standard
25205 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
25206  als \SpecialChar TeX
25207 -Code hinter der Tabelle einfügen:
25208 \end_layout
25209
25210 \begin_layout Standard
25211 Für 
25212 \series bold
25213
25214 \backslash
25215 hdashline
25216 \end_layout
25217
25218 \begin_layout Standard
25219
25220 \series bold
25221
25222 \backslash
25223 renewcommand{
25224 \backslash
25225 hdashline}{
25226 \backslash
25227 myHdashline}
25228 \end_layout
25229
25230 \begin_layout Standard
25231 und für 
25232 \series bold
25233
25234 \backslash
25235 cdashline
25236 \end_layout
25237
25238 \begin_layout Standard
25239
25240 \series bold
25241
25242 \backslash
25243 renewcommand{
25244 \backslash
25245 cdashline}{
25246 \backslash
25247 myCdashline}
25248 \end_layout
25249
25250 \begin_layout Standard
25251 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
25252  Befehl
25253 \end_layout
25254
25255 \begin_layout Standard
25256
25257 \series bold
25258
25259 \backslash
25260 dashgapcolor{Farbe}
25261 \end_layout
25262
25263 \begin_layout Standard
25264 als \SpecialChar TeX
25265 -Code vor der Tabelle verwenden.
25266  Farbe ist hierbei der Name einer definierten Farbe.
25267  Der Befehl
25268 \end_layout
25269
25270 \begin_layout Standard
25271
25272 \series bold
25273
25274 \backslash
25275 nodashgapcolor
25276 \end_layout
25277
25278 \begin_layout Standard
25279 hebt die Einstellung von 
25280 \series bold
25281
25282 \backslash
25283 dashgapcolor
25284 \series default
25285  auf.
25286 \end_layout
25287
25288 \begin_layout Standard
25289 \begin_inset Note Greyedout
25290 status open
25291
25292 \begin_layout Plain Layout
25293
25294 \series bold
25295 \color none
25296 Achtung
25297 \series default
25298 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
25299  
25300 \series bold
25301 arydshln
25302 \series default
25303  an erster Stelle in der Zelle befinden.
25304  Daher ist in in Zelle 
25305 \emph on
25306 k
25307 \emph default
25308  der Tabelle
25309 \begin_inset space ~
25310 \end_inset
25311
25312
25313 \begin_inset CommandInset ref
25314 LatexCommand ref
25315 reference "tab:Farbige-Tabelle-mit"
25316
25317 \end_inset
25318
25319  der Befehl 
25320 \series bold
25321
25322 \backslash
25323 hdashline
25324 \series default
25325  vor 
25326 \series bold
25327
25328 \backslash
25329 rowcolor
25330 \series default
25331 .
25332 \end_layout
25333
25334 \end_inset
25335
25336
25337 \end_layout
25338
25339 \begin_layout Standard
25340 \begin_inset Note Greyedout
25341 status open
25342
25343 \begin_layout Plain Layout
25344
25345 \series bold
25346 \color none
25347 Achtung:
25348 \series default
25349  Das \SpecialChar LaTeX
25350 -Paket 
25351 \series bold
25352 arydshln
25353 \series default
25354  muss im \SpecialChar LaTeX
25355 -Vorspann nach dem \SpecialChar LaTeX
25356 -Paket 
25357 \series bold
25358 colortbl
25359 \series default
25360
25361 \begin_inset Index idx
25362 status collapsed
25363
25364 \begin_layout Plain Layout
25365 \SpecialChar LaTeX
25366 -Pakete ! colortbl
25367 \end_layout
25368
25369 \end_inset
25370
25371  geladen werden.
25372 \end_layout
25373
25374 \end_inset
25375
25376
25377 \end_layout
25378
25379 \begin_layout Standard
25380 \begin_inset ERT
25381 status collapsed
25382
25383 \begin_layout Plain Layout
25384
25385
25386 \backslash
25387 else
25388 \end_layout
25389
25390 \end_inset
25391
25392
25393 \begin_inset Note Note
25394 status open
25395
25396 \begin_layout Plain Layout
25397 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
25398 -Paket 
25399 \series bold
25400 arydshln
25401 \series default
25402  nicht installiert ist:
25403 \end_layout
25404
25405 \end_inset
25406
25407
25408 \end_layout
25409
25410 \begin_layout Standard
25411 Sie müssen das \SpecialChar LaTeX
25412 -Paket 
25413 \series bold
25414 arydshln
25415 \series default
25416  installiert haben um den Inhalt dieses Abschnitts zu sehen.
25417 \end_layout
25418
25419 \begin_layout Standard
25420 \begin_inset ERT
25421 status collapsed
25422
25423 \begin_layout Plain Layout
25424
25425
25426 \backslash
25427 fi
25428 \end_layout
25429
25430 \end_inset
25431
25432
25433 \end_layout
25434
25435 \begin_layout Standard
25436 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
25437  von 
25438 \series bold
25439 arydshln
25440 \series default
25441
25442 \begin_inset CommandInset citation
25443 LatexCommand cite
25444 key "arydshln"
25445 literal "true"
25446
25447 \end_inset
25448
25449 .
25450 \end_layout
25451
25452 \begin_layout Chapter
25453 Gleitobjekte
25454 \begin_inset CommandInset label
25455 LatexCommand label
25456 name "kap:Gleitobjekte"
25457
25458 \end_inset
25459
25460
25461 \begin_inset Index idx
25462 status collapsed
25463
25464 \begin_layout Plain Layout
25465 Gleitobjekte
25466 \end_layout
25467
25468 \end_inset
25469
25470
25471 \end_layout
25472
25473 \begin_layout Section
25474 Einleitung
25475 \begin_inset CommandInset label
25476 LatexCommand label
25477 name "abs:Gleitobjekte-Einleitung"
25478
25479 \end_inset
25480
25481
25482 \begin_inset Index idx
25483 status collapsed
25484
25485 \begin_layout Plain Layout
25486 Gleitobjekte ! Einleitung
25487 \end_layout
25488
25489 \end_inset
25490
25491
25492 \end_layout
25493
25494 \begin_layout Standard
25495 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
25496  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
25497  der beste Platz ist.
25498  
25499 \family sans
25500 Fußnoten
25501 \family default
25502  und 
25503 \family sans
25504 Randnotizen
25505 \family default
25506  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
25507  wenn auf ihrer Seite schon zu viele sind.
25508 \end_layout
25509
25510 \begin_layout Standard
25511 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
25512  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
25513  um weiße Flächen und Seiten ohne Text zu vermeiden.
25514  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar ligaturebreak
25515 löst,
25516  kann im Text auf ein Gleitobjekt verwiesen werden.
25517  Gleitobjekte sind deshalb nummeriert.
25518  Querverweise werden in Abschnitt
25519 \begin_inset space ~
25520 \end_inset
25521
25522
25523 \begin_inset CommandInset ref
25524 LatexCommand ref
25525 reference "abs:Auf-Gleitobjekte-verweisen"
25526
25527 \end_inset
25528
25529  beschrieben.
25530 \end_layout
25531
25532 \begin_layout Standard
25533 Ein Gleitobjekt wird mit 
25534 \family sans
25535 Einfügen\SpecialChar menuseparator
25536 Gleitobjekt\SpecialChar menuseparator
25537 Algorithmus/Abbildung/Ta\SpecialChar softhyphen
25538 belle/Um\SpecialChar softhyphen
25539 flos\SpecialChar softhyphen
25540 se\SpecialChar softhyphen
25541 nes
25542 \begin_inset space ~
25543 \end_inset
25544
25545 Gleitobjekt
25546 \family default
25547  eingefügt (Werkzeugleistenknopf 
25548 \begin_inset Info
25549 type  "icon"
25550 arg   "float-insert figure"
25551 \end_inset
25552
25553  oder 
25554 \begin_inset Info
25555 type  "icon"
25556 arg   "float-insert table"
25557 \end_inset
25558
25559 ).
25560  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
25561  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
25562  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
25563  #:).
25564  Statt # sehen Sie die von \SpecialChar LyX
25565  vergebene Nummer.
25566  In das schmale Feld nach der Marke können Sie den Titel schreiben.
25567  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
25568  eingefügt.
25569  In Abschnitt
25570 \begin_inset space ~
25571 \end_inset
25572
25573
25574 \begin_inset CommandInset ref
25575 LatexCommand ref
25576 reference "abs:Titel-Platzierung"
25577
25578 \end_inset
25579
25580  finden Sie mehr über die Platzierung des Titels.
25581  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
25582  auch wieder geöffnet.
25583  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
25584 \begin_inset Graphics
25585         filename clipart/Gleitobjekt.png
25586         scale 95
25587         scaleBeforeRotation
25588
25589 \end_inset
25590
25591  – ein graues Kästchen mit roter Beschriftung.
25592 \end_layout
25593
25594 \begin_layout Standard
25595 Um mögliche \SpecialChar LaTeX
25596 -Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
25597  Gleitobjekte in einem eigenen Absatz einzufügen.
25598 \end_layout
25599
25600 \begin_layout Standard
25601 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
25602  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf
25603  klicken.
25604 \end_layout
25605
25606 \begin_layout Section
25607 Gleitobjekt-Typen
25608 \begin_inset Index idx
25609 status collapsed
25610
25611 \begin_layout Plain Layout
25612 Gleitobjekte ! Typen
25613 \end_layout
25614
25615 \end_inset
25616
25617
25618 \end_layout
25619
25620 \begin_layout Standard
25621 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
25622 \begin_inset space ~
25623 \end_inset
25624
25625
25626 \begin_inset CommandInset ref
25627 LatexCommand ref
25628 reference "abs:Gleitende-Abbildungen"
25629
25630 \end_inset
25631
25632  und 
25633 \begin_inset CommandInset ref
25634 LatexCommand ref
25635 reference "abs:Gleitende-Tabellen"
25636
25637 \end_inset
25638
25639  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
25640  Letztere sind in Abschnitt
25641 \begin_inset space ~
25642 \end_inset
25643
25644
25645 \begin_inset CommandInset ref
25646 LatexCommand ref
25647 reference "abs:Umflossene-Gleitobjekte"
25648
25649 \end_inset
25650
25651  beschrieben.
25652 \end_layout
25653
25654 \begin_layout Subsection
25655 Algorithmen-Gleitobjekt
25656 \begin_inset Index idx
25657 status collapsed
25658
25659 \begin_layout Plain Layout
25660 Gleitobjekte ! Algorithmen
25661 \end_layout
25662
25663 \end_inset
25664
25665
25666 \end_layout
25667
25668 \begin_layout Standard
25669 \begin_inset Float algorithm
25670 placement h
25671 wide false
25672 sideways false
25673 status open
25674
25675 \begin_layout Plain Layout
25676 \begin_inset Caption Standard
25677
25678 \begin_layout Plain Layout
25679 \begin_inset CommandInset label
25680 LatexCommand label
25681 name "alg:Ein-Gleitobjekt-Algorithmus"
25682
25683 \end_inset
25684
25685 Ein Gleitobjekt-Algorithmus 
25686 \end_layout
25687
25688 \end_inset
25689
25690
25691 \end_layout
25692
25693 \begin_layout LyX-Code
25694 for I in 1..N loop
25695 \begin_inset Newline newline
25696 \end_inset
25697
25698  Sum:= Sum + A(I); /*Kommentar*/
25699 \begin_inset Newline newline
25700 \end_inset
25701
25702 end loop
25703 \begin_inset VSpace -4mm
25704 \end_inset
25705
25706
25707 \end_layout
25708
25709 \end_inset
25710
25711
25712 \end_layout
25713
25714 \begin_layout Standard
25715 Dieser Typ wird mit 
25716 \family sans
25717 Einfügen\SpecialChar menuseparator
25718 Gleitobjekt\SpecialChar menuseparator
25719 Algorithmus
25720 \family default
25721  eingefügt.
25722  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
25723  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
25724 \begin_inset space ~
25725 \end_inset
25726
25727
25728 \begin_inset CommandInset ref
25729 LatexCommand ref
25730 reference "kap:Programm-Code-Listen"
25731
25732 \end_inset
25733
25734 .
25735  Eine mögliche Absatz-Umgebung hier für ist 
25736 \family sans
25737 \SpecialChar LyX
25738 -Code
25739 \family default
25740 , beschrieben im 
25741 \emph on
25742 Benutzerhandbuch
25743 \emph default
25744 .
25745  In Algorithmus
25746 \begin_inset space ~
25747 \end_inset
25748
25749
25750 \begin_inset CommandInset ref
25751 LatexCommand ref
25752 reference "alg:Ein-Gleitobjekt-Algorithmus"
25753
25754 \end_inset
25755
25756  wurden am Ende -4
25757 \begin_inset space \thinspace{}
25758 \end_inset
25759
25760 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
25761  letzten Zeile gedruckt wird.
25762 \end_layout
25763
25764 \begin_layout Standard
25765 Die Marke 
25766 \emph on
25767 Algorithmus
25768 \emph default
25769  wird nicht automatisch in die druckbare Version übernommen, sondern das
25770  englische Wort 
25771 \emph on
25772 Algorithm
25773 \emph default
25774  verwendet.
25775  Soll
25776 \emph on
25777  Algorithmus
25778 \emph default
25779  dort stehen, müssen Sie folgendes in den \SpecialChar LaTeX
25780 -Vorspann schreiben: 
25781 \end_layout
25782
25783 \begin_layout Standard
25784
25785 \series bold
25786
25787 \backslash
25788 floatname{algorithm}{Algorithmus}
25789 \end_layout
25790
25791 \begin_layout Standard
25792 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
25793  Sprache wie die \SpecialChar LyX
25794  Menünamen haben, das Menü 
25795 \family sans
25796 Einfügen\SpecialChar menuseparator
25797 Liste
25798 \begin_inset space \thinspace{}
25799 \end_inset
25800
25801 /
25802 \begin_inset space \thinspace{}
25803 \end_inset
25804
25805 Inhaltsverzeichnis\SpecialChar menuseparator
25806 Algorithmenverzeichnis
25807 \family default
25808  verwendet werden.
25809  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als \SpecialChar TeX
25810 -Code
25811  eingefügt werden:
25812 \end_layout
25813
25814 \begin_layout Standard
25815
25816 \series bold
25817
25818 \backslash
25819 listof{algorithm}{Algorithmenverzeichnis}
25820 \end_layout
25821
25822 \begin_layout Standard
25823 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
25824  nach dem Schema 
25825 \begin_inset Quotes gld
25826 \end_inset
25827
25828 Kapitelnummer.Algorithmusnummer
25829 \begin_inset Quotes grd
25830 \end_inset
25831
25832  nummeriert.
25833  Um das zu erreichen, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
25834 -Vorspann einfügen:
25835 \end_layout
25836
25837 \begin_layout Standard
25838
25839 \series bold
25840
25841 \backslash
25842 numberwithin{algorithm}{chapter}
25843 \end_layout
25844
25845 \begin_layout Standard
25846 Um 
25847 \series bold
25848
25849 \backslash
25850 numberwithin
25851 \series default
25852  benutzen zu können, muss in den 
25853 \family sans
25854 Mathe
25855 \begin_inset space ~
25856 \end_inset
25857
25858 Optionen
25859 \family default
25860  der 
25861 \family sans
25862 Dokument-Einstellungen
25863 \family default
25864  
25865 \family sans
25866 AMS
25867 \begin_inset space ~
25868 \end_inset
25869
25870 Mathe
25871 \begin_inset space ~
25872 \end_inset
25873
25874 Paket
25875 \family default
25876
25877 \begin_inset space ~
25878 \end_inset
25879
25880
25881 \family sans
25882 verwenden
25883 \family default
25884  angekreuzt sein.
25885 \end_layout
25886
25887 \begin_layout Section
25888 Gleitobjekt-Nummerierung
25889 \begin_inset Index idx
25890 status collapsed
25891
25892 \begin_layout Plain Layout
25893 Gleitobjekte ! Nummerierung
25894 \end_layout
25895
25896 \end_inset
25897
25898
25899 \end_layout
25900
25901 \begin_layout Standard
25902 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
25903  nummeriert oder nach dem Schema 
25904 \begin_inset Quotes gld
25905 \end_inset
25906
25907 Kapitelnummer.Gleitobjektnummer
25908 \begin_inset Quotes grd
25909 \end_inset
25910
25911  oder 
25912 \begin_inset Quotes gld
25913 \end_inset
25914
25915 Abschnittsnummer.Gleitobjektnummer
25916 \begin_inset Quotes grd
25917 \end_inset
25918
25919 .
25920  Das hängt von der Dokumentklasse ab.
25921 \end_layout
25922
25923 \begin_layout Standard
25924 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
25925  in den \SpecialChar LaTeX
25926 -Vorspann einfügen:
25927 \end_layout
25928
25929 \begin_layout Standard
25930
25931 \series bold
25932
25933 \backslash
25934 renewcommand{
25935 \backslash
25936 thetable}{
25937 \backslash
25938 roman{table}}
25939 \end_layout
25940
25941 \begin_layout Standard
25942
25943 \series bold
25944
25945 \backslash
25946 thetable
25947 \series default
25948  ist der Befehl, der die Tabellennummer druckt.
25949  Für Abbildungen ist das 
25950 \series bold
25951
25952 \backslash
25953 thefigure
25954 \series default
25955 .
25956  Der Befehl 
25957 \series bold
25958
25959 \backslash
25960 roman
25961 \series default
25962  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
25963 \end_layout
25964
25965 \begin_layout Standard
25966 Um das Nummerierungsschema zum Beispiel auf 
25967 \begin_inset Quotes gld
25968 \end_inset
25969
25970 Unterabschnittsnummer.Num\SpecialChar softhyphen
25971 mer
25972 \begin_inset Quotes grd
25973 \end_inset
25974
25975  zu ändern, setzen Sie folgendes in den \SpecialChar LaTeX
25976 -Vorspann:
25977 \end_layout
25978
25979 \begin_layout Standard
25980
25981 \series bold
25982
25983 \backslash
25984 numberwithin{table}{subsection}
25985 \end_layout
25986
25987 \begin_layout Standard
25988 Um den Befehl 
25989 \series bold
25990
25991 \backslash
25992 numberwithin
25993 \series default
25994  benutzen zu können, müssen Sie in den 
25995 \family sans
25996 Mathe
25997 \begin_inset space ~
25998 \end_inset
25999
26000 Optionen
26001 \family default
26002  der 
26003 \family sans
26004 Dokument-Einstellungen
26005 \family default
26006  
26007 \family sans
26008 AMS
26009 \begin_inset space ~
26010 \end_inset
26011
26012 Mathe
26013 \begin_inset space ~
26014 \end_inset
26015
26016 Paket
26017 \family default
26018
26019 \begin_inset space ~
26020 \end_inset
26021
26022
26023 \family sans
26024 verwenden
26025 \family default
26026  ankreuzen.
26027 \end_layout
26028
26029 \begin_layout Standard
26030 Sehen Sie sich bitte auch Abschnitt
26031 \begin_inset space ~
26032 \end_inset
26033
26034
26035 \begin_inset CommandInset ref
26036 LatexCommand ref
26037 reference "uab:Fußnoten-Nummerierung"
26038
26039 \end_inset
26040
26041  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
26042 \end_layout
26043
26044 \begin_layout Section
26045 Auf Gleitobjekte verweisen
26046 \begin_inset CommandInset label
26047 LatexCommand label
26048 name "abs:Auf-Gleitobjekte-verweisen"
26049
26050 \end_inset
26051
26052
26053 \begin_inset Index idx
26054 status collapsed
26055
26056 \begin_layout Plain Layout
26057 Gleitobjekte ! Querverweise
26058 \end_layout
26059
26060 \end_inset
26061
26062
26063 \begin_inset Index idx
26064 status collapsed
26065
26066 \begin_layout Plain Layout
26067 Querverweise ! auf Gleitobjekte
26068 \end_layout
26069
26070 \end_inset
26071
26072
26073 \end_layout
26074
26075 \begin_layout Standard
26076 Zunächst müssen Sie mit 
26077 \family sans
26078 Einfügen\SpecialChar menuseparator
26079 Marke
26080 \family default
26081  oder einen Klick auf 
26082 \begin_inset Info
26083 type  "icon"
26084 arg   "label-insert"
26085 \end_inset
26086
26087  eine Marke im Titel einfügen.
26088  Im 
26089 \family sans
26090 Marke
26091 \family default
26092 -Dialog schreiben Sie einen Text in das Feld 
26093 \family sans
26094 Marke
26095 \family default
26096  oder übernehmen den vorgeschlagenen.
26097  Die Marke sieht in \SpecialChar LyX
26098  dann so aus:
26099 \end_layout
26100
26101 \begin_layout Standard
26102 \begin_inset Graphics
26103         filename clipart/Marke.png
26104         scaleBeforeRotation
26105
26106 \end_inset
26107
26108
26109 \end_layout
26110
26111 \begin_layout Standard
26112 Die Marke wird als Anker und Name für den Querverweis benutzt.
26113  Mit 
26114 \family sans
26115 Einfügen\SpecialChar menuseparator
26116 Querverweis
26117 \family default
26118  oder einen Klick auf 
26119 \begin_inset Info
26120 type  "icon"
26121 arg   "dialog-show-new-inset ref"
26122 \end_inset
26123
26124  können Sie dann auf die Marke verweisen.
26125  Als Querverweis wird in \SpecialChar LyX
26126  ein graues Kästchen wie zum Beispiel dieses angezeigt:
26127 \end_layout
26128
26129 \begin_layout Standard
26130 \begin_inset Graphics
26131         filename clipart/Querverweis.png
26132         scaleBeforeRotation
26133
26134 \end_inset
26135
26136
26137 \begin_inset Newline newline
26138 \end_inset
26139
26140  Mehr zu Querverweisen finden Sie im 
26141 \emph on
26142 Benutzerhandbuch
26143 \emph default
26144 .
26145 \end_layout
26146
26147 \begin_layout Standard
26148 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
26149  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
26150  durch einen Zeilenumbruch getrennt werden können.
26151 \end_layout
26152
26153 \begin_layout Standard
26154 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
26155  \SpecialChar LyX
26156  passt die Querverweise automatisch an.
26157 \end_layout
26158
26159 \begin_layout Standard
26160 Ein Klick auf den Schalter 
26161 \family sans
26162 Gehe
26163 \begin_inset space ~
26164 \end_inset
26165
26166 zur
26167 \begin_inset space ~
26168 \end_inset
26169
26170 Marke
26171 \family default
26172  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
26173  Der Text der Schaltfläche heißt jetzt 
26174 \family sans
26175 Gehe
26176 \begin_inset space ~
26177 \end_inset
26178
26179 zurück
26180 \family default
26181  und ein Klick darauf macht genau dies.
26182 \end_layout
26183
26184 \begin_layout Subsection
26185 Querverweis-Formate
26186 \begin_inset CommandInset label
26187 LatexCommand label
26188 name "uab:Querverweis-Formate"
26189
26190 \end_inset
26191
26192
26193 \begin_inset Index idx
26194 status collapsed
26195
26196 \begin_layout Plain Layout
26197 Querverweise ! Formate
26198 \end_layout
26199
26200 \end_inset
26201
26202
26203 \end_layout
26204
26205 \begin_layout Standard
26206 Es gibt sechs verschiedene Querverweisstile:
26207 \end_layout
26208
26209 \begin_layout Description
26210 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
26211  
26212 \begin_inset CommandInset ref
26213 LatexCommand ref
26214 reference "fig:Zwei-Teilabbildungen"
26215
26216 \end_inset
26217
26218
26219 \end_layout
26220
26221 \begin_layout Description
26222 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
26223  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
26224  verwendet wird, speziell wenn der Name 
26225 \begin_inset Quotes gld
26226 \end_inset
26227
26228 Gleichung
26229 \begin_inset Quotes grd
26230 \end_inset
26231
26232  weggelassen wird: 
26233 \begin_inset CommandInset ref
26234 LatexCommand eqref
26235 reference "eq:Wgn"
26236
26237 \end_inset
26238
26239
26240 \end_layout
26241
26242 \begin_layout Description
26243 <Seite>: druckt die Seitennummer: Seite
26244 \begin_inset space ~
26245 \end_inset
26246
26247
26248 \begin_inset CommandInset ref
26249 LatexCommand pageref
26250 reference "fig:Zwei-Teilabbildungen"
26251
26252 \end_inset
26253
26254
26255 \end_layout
26256
26257 \begin_layout Description
26258 auf
26259 \begin_inset space ~
26260 \end_inset
26261
26262 Seite
26263 \begin_inset space ~
26264 \end_inset
26265
26266 <Seite>: druckt den Text 
26267 \begin_inset Quotes gld
26268 \end_inset
26269
26270 auf Seite
26271 \begin_inset Quotes grd
26272 \end_inset
26273
26274  und die Seitennummer: 
26275 \begin_inset CommandInset ref
26276 LatexCommand vpageref
26277 reference "fig:Zwei-Teilabbildungen"
26278
26279 \end_inset
26280
26281
26282 \end_layout
26283
26284 \begin_layout Description
26285 <Querverweis>
26286 \begin_inset space ~
26287 \end_inset
26288
26289 auf
26290 \begin_inset space ~
26291 \end_inset
26292
26293 Seite
26294 \begin_inset space ~
26295 \end_inset
26296
26297 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
26298 \begin_inset Quotes gld
26299 \end_inset
26300
26301 auf Seite
26302 \begin_inset Quotes grd
26303 \end_inset
26304
26305 , und die Seitennummer: 
26306 \begin_inset CommandInset ref
26307 LatexCommand vref
26308 reference "fig:Zwei-Teilabbildungen"
26309
26310 \end_inset
26311
26312
26313 \end_layout
26314
26315 \begin_layout Description
26316 Formatierter
26317 \begin_inset space ~
26318 \end_inset
26319
26320 Querverweis: druckt ein selbst definiertes Querverweisformat
26321 \begin_inset Newline newline
26322 \end_inset
26323
26324
26325 \begin_inset Note Greyedout
26326 status open
26327
26328 \begin_layout Plain Layout
26329
26330 \series bold
26331 Bemerkung:
26332 \series default
26333  Dies ist nur möglich, wenn das \SpecialChar LaTeX
26334 -Paket 
26335 \series bold
26336 prettyref
26337 \series default
26338  oder 
26339 \series bold
26340 refstyle
26341 \series default
26342
26343 \begin_inset Index idx
26344 status collapsed
26345
26346 \begin_layout Plain Layout
26347 \SpecialChar LaTeX
26348 -Pakete ! prettyref
26349 \end_layout
26350
26351 \end_inset
26352
26353
26354 \begin_inset Index idx
26355 status collapsed
26356
26357 \begin_layout Plain Layout
26358 \SpecialChar LaTeX
26359 -Pakete ! refstyle
26360 \end_layout
26361
26362 \end_inset
26363
26364  installiert ist.
26365 \end_layout
26366
26367 \end_inset
26368
26369
26370 \begin_inset Newline newline
26371 \end_inset
26372
26373 Sie können durch setzen der Option 
26374 \family sans
26375 Verwende refstyle (nicht prettyref) für Querverweise
26376 \family default
26377  im Menü 
26378 \family sans
26379 Dokument\SpecialChar menuseparator
26380 Einstellungen\SpecialChar menuseparator
26381 Dokumentklasse
26382 \family default
26383  wählen, welches \SpecialChar LaTeX
26384 -Paket für diesen Verweistyp verwendet wird.
26385  Das Format wird definiert, indem man den Befehl 
26386 \series bold
26387
26388 \backslash
26389 newrefformat
26390 \series default
26391  (prettyref) oder 
26392 \series bold
26393
26394 \backslash
26395 newref
26396 \series default
26397  (refstyle) in den \SpecialChar LaTeX
26398 -Vorspann einfügt.
26399  Z.
26400 \begin_inset space \thinspace{}
26401 \end_inset
26402
26403 B.
26404  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
26405  
26406 \begin_inset Quotes eld
26407 \end_inset
26408
26409
26410 \family sans
26411 abb
26412 \family default
26413
26414 \begin_inset Quotes erd
26415 \end_inset
26416
26417 ) mit dem Befehle
26418 \begin_inset Newline newline
26419 \end_inset
26420
26421
26422 \series bold
26423
26424 \backslash
26425 newref{abb}{refcmd={Bild auf Seite 
26426 \backslash
26427 pageref{#1}}}
26428 \series default
26429
26430 \begin_inset Newline newline
26431 \end_inset
26432
26433 geändert werden.
26434  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
26435 en verwiesen, 
26436 \begin_inset CommandInset citation
26437 LatexCommand cite
26438 key "prettyref,refstyle"
26439 literal "true"
26440
26441 \end_inset
26442
26443 .
26444 \begin_inset Newline newline
26445 \end_inset
26446
26447 Die Optionen 
26448 \family sans
26449 Plural
26450 \family default
26451  und 
26452 \family sans
26453 Großschreibung
26454 \family default
26455  sind nur verfügbar, wenn Sie das \SpecialChar LaTeX
26456 -Paket 
26457 \series bold
26458 refstyle
26459 \series default
26460  verwenden.
26461  Beide Optionen sind für deutsche Text nicht nützlich, denn 
26462 \family sans
26463 Plural
26464 \family default
26465  fügt ein 
26466 \emph on
26467 s
26468 \emph default
26469  an den Namen an, z.
26470 \begin_inset space \thinspace{}
26471 \end_inset
26472
26473 B.
26474  
26475 \begin_inset Quotes gld
26476 \end_inset
26477
26478 Abbildungs
26479 \begin_inset Quotes grd
26480 \end_inset
26481
26482  und 
26483 \family sans
26484 Großschreibung
26485 \family default
26486  gibt den Namen großgeschrieben aus, z.
26487 \begin_inset space \thinspace{}
26488 \end_inset
26489
26490 B.
26491  
26492 \begin_inset Quotes gld
26493 \end_inset
26494
26495 Abbildung
26496 \begin_inset Quotes grd
26497 \end_inset
26498
26499 , was aber bereits die Voreinstellung ist.
26500 \end_layout
26501
26502 \begin_layout Description
26503 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
26504 \begin_inset CommandInset ref
26505 LatexCommand nameref
26506 reference "fig:Zwei-Teilabbildungen"
26507
26508 \end_inset
26509
26510
26511 \end_layout
26512
26513 \begin_layout Description
26514 Nur
26515 \begin_inset space ~
26516 \end_inset
26517
26518 Marke: gibt nur die \SpecialChar LaTeX
26519 -Marke der Referenz aus: 
26520 \begin_inset CommandInset ref
26521 LatexCommand labelonly
26522 reference "fig:Zwei-Teilabbildungen"
26523 plural "false"
26524 caps "false"
26525 noprefix "false"
26526
26527 \end_inset
26528
26529
26530 \begin_inset Newline newline
26531 \end_inset
26532
26533 Damit kann man die Marke für Befehle im \SpecialChar TeX
26534 -Code verwenden.
26535  Mit der Option 
26536 \family sans
26537 Ohne
26538 \begin_inset space ~
26539 \end_inset
26540
26541 Präfix
26542 \family default
26543  kann der Präfix des Markennamens weggelassen werden: 
26544 \begin_inset CommandInset ref
26545 LatexCommand labelonly
26546 reference "fig:Zwei-Teilabbildungen"
26547 plural "false"
26548 caps "false"
26549 noprefix "true"
26550
26551 \end_inset
26552
26553
26554 \end_layout
26555
26556 \begin_layout Standard
26557
26558 \family sans
26559 <Seite>
26560 \family default
26561  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
26562  vorherigen, der selben oder der nächsten Seite befindet.
26563  Stattdessen wird z.
26564 \begin_inset space \thinspace{}
26565 \end_inset
26566
26567 B.
26568  der Text 
26569 \begin_inset Quotes gld
26570 \end_inset
26571
26572
26573 \family sans
26574 auf dieser Seite
26575 \family default
26576
26577 \begin_inset Quotes grd
26578 \end_inset
26579
26580  gedruckt.
26581  Der Stil 
26582 \family sans
26583 <Querverweis>
26584 \begin_inset space ~
26585 \end_inset
26586
26587 auf
26588 \begin_inset space ~
26589 \end_inset
26590
26591 Seite
26592 \begin_inset space ~
26593 \end_inset
26594
26595 <Seite>
26596 \family default
26597  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
26598  Seite ist.
26599 \end_layout
26600
26601 \begin_layout Standard
26602 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
26603  automatisch von \SpecialChar LaTeX
26604  berechnet.
26605  Die Stile können im Feld 
26606 \family sans
26607 Format
26608 \family default
26609  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
26610  einen Querverweis klicken.
26611 \end_layout
26612
26613 \begin_layout Standard
26614 \begin_inset Note Greyedout
26615 status open
26616
26617 \begin_layout Plain Layout
26618
26619 \series bold
26620 Bemerkung:
26621 \series default
26622  Es wird empfohlen, das \SpecialChar LaTeX
26623 -Paket 
26624 \series bold
26625 refstyle
26626 \series default
26627
26628 \begin_inset Index idx
26629 status collapsed
26630
26631 \begin_layout Plain Layout
26632 \SpecialChar LaTeX
26633 -Pakete ! refstyle
26634 \end_layout
26635
26636 \end_inset
26637
26638  zu verwenden, da 
26639 \series bold
26640 prettyref
26641 \series default
26642
26643 \begin_inset Index idx
26644 status collapsed
26645
26646 \begin_layout Plain Layout
26647 \SpecialChar LaTeX
26648 -Pakete ! prettyref
26649 \end_layout
26650
26651 \end_inset
26652
26653  nicht alle möglichen \SpecialChar LyX
26654 -Marken-Kürzel
26655 \begin_inset Foot
26656 status collapsed
26657
26658 \begin_layout Plain Layout
26659  
26660 \begin_inset Quotes gld
26661 \end_inset
26662
26663 abb:
26664 \begin_inset Quotes grd
26665 \end_inset
26666
26667  ist z.
26668 \begin_inset space \thinspace{}
26669 \end_inset
26670
26671 B.
26672  \SpecialChar LyX
26673 ' Kürzel für Marken in Bildbeschriftungen.
26674 \end_layout
26675
26676 \end_inset
26677
26678  kennt und auch nicht internationalisiert ist.
26679 \end_layout
26680
26681 \end_inset
26682
26683
26684 \end_layout
26685
26686 \begin_layout Subsection
26687 Automatische Querverweisnamen
26688 \begin_inset Index idx
26689 status collapsed
26690
26691 \begin_layout Plain Layout
26692 Querverweise ! Automatische Namen 
26693 \end_layout
26694
26695 \end_inset
26696
26697
26698 \end_layout
26699
26700 \begin_layout Standard
26701 Das \SpecialChar LaTeX
26702 -Paket 
26703 \series bold
26704 hyperref
26705 \series default
26706
26707 \begin_inset Index idx
26708 status collapsed
26709
26710 \begin_layout Plain Layout
26711 \SpecialChar LaTeX
26712 -Pakete ! hyperref
26713 \end_layout
26714
26715 \end_inset
26716
26717 , das in den
26718 \family sans
26719  PDF-Eigenschaften
26720 \family default
26721  im 
26722 \family sans
26723 Dokument-Einstellungen
26724 \family default
26725  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
26726  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
26727  wie 
26728 \emph on
26729 Abschnitt
26730 \emph default
26731 ).
26732  Sie müssen damit z.
26733 \begin_inset space \thinspace{}
26734 \end_inset
26735
26736 B.
26737  nicht mehr den Namen 
26738 \begin_inset Quotes gld
26739 \end_inset
26740
26741 Abbildung
26742 \begin_inset Quotes grd
26743 \end_inset
26744
26745  vor jeden Querverweis auf eine Abbildung schreiben.
26746  Um diese Funktion benutzen zu können, aktivieren Sie 
26747 \series bold
26748 hyperref
26749 \series default
26750  und fügen diese Zeile in den \SpecialChar LaTeX
26751 -Vorspann ein:
26752 \end_layout
26753
26754 \begin_layout Standard
26755
26756 \series bold
26757
26758 \backslash
26759 AtBeginDocument{
26760 \backslash
26761 renewcommand{
26762 \backslash
26763 ref}[1]{
26764 \backslash
26765 mbox{
26766 \backslash
26767 autoref{#1}}}}
26768 \end_layout
26769
26770 \begin_layout Standard
26771 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
26772 \begin_inset space \thinspace{}
26773 \end_inset
26774
26775 B.
26776  statt 
26777 \begin_inset Quotes gld
26778 \end_inset
26779
26780 Abschnitt
26781 \begin_inset Quotes grd
26782 \end_inset
26783
26784  den Namen 
26785 \begin_inset Quotes gld
26786 \end_inset
26787
26788 Kap.
26789 \begin_inset space \thinspace{}
26790 \end_inset
26791
26792
26793 \begin_inset Quotes grd
26794 \end_inset
26795
26796 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
26797 \end_layout
26798
26799 \begin_layout Standard
26800
26801 \series bold
26802
26803 \backslash
26804 addto
26805 \backslash
26806 extrasngerman{
26807 \backslash
26808 renewcommand{
26809 \backslash
26810 sectionautorefname}
26811 \begin_inset Newline newline
26812 \end_inset
26813
26814
26815 \begin_inset Phantom HPhantom
26816 status open
26817
26818 \begin_layout Plain Layout
26819
26820 \series bold
26821 \begin_inset space ~
26822 \end_inset
26823
26824
26825 \end_layout
26826
26827 \end_inset
26828
26829 {Kap.
26830 \backslash
26831 negthinspace}}
26832 \end_layout
26833
26834 \begin_layout Standard
26835 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
26836 \begin_inset Newline newline
26837 \end_inset
26838
26839
26840 \series bold
26841
26842 \backslash
26843 extrasngerman
26844 \series default
26845  durch 
26846 \series bold
26847
26848 \backslash
26849 extras***
26850 \series default
26851 , wobei *** der Name der verwendeten Sprache ist.
26852 \end_layout
26853
26854 \begin_layout Standard
26855 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
26856  z.
26857 \begin_inset space \thinspace{}
26858 \end_inset
26859
26860 B.
26861  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
26862 \end_layout
26863
26864 \begin_layout Standard
26865
26866 \series bold
26867
26868 \backslash
26869 addto
26870 \backslash
26871 extrasngerman{
26872 \backslash
26873 renewcommand*{
26874 \backslash
26875 equationautorefname}[1]{}}
26876 \end_layout
26877
26878 \begin_layout Standard
26879 Mehr über dieses Thema finden Sie in der 
26880 \series bold
26881 hyperref
26882 \series default
26883 -Dokumentation 
26884 \begin_inset CommandInset citation
26885 LatexCommand cite
26886 key "hyperref"
26887 literal "true"
26888
26889 \end_inset
26890
26891 .
26892 \end_layout
26893
26894 \begin_layout Standard
26895 \begin_inset Note Greyedout
26896 status open
26897
26898 \begin_layout Plain Layout
26899
26900 \series bold
26901 Bemerkung:
26902 \series default
26903  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
26904  als Querverweisstil 
26905 \family sans
26906 Formatierter
26907 \begin_inset space ~
26908 \end_inset
26909
26910 Querverweis
26911 \family default
26912  benutzen, wie in Abschnitt
26913 \begin_inset space ~
26914 \end_inset
26915
26916
26917 \begin_inset CommandInset ref
26918 LatexCommand ref
26919 reference "uab:Querverweis-Formate"
26920
26921 \end_inset
26922
26923  beschrieben.
26924 \end_layout
26925
26926 \end_inset
26927
26928
26929 \end_layout
26930
26931 \begin_layout Standard
26932 Das 
26933 \emph on
26934 Mathe
26935 \emph default
26936  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
26937 \end_layout
26938
26939 \begin_layout Subsection
26940 Querverweis-Position
26941 \begin_inset CommandInset label
26942 LatexCommand label
26943 name "uab:Querverweis-Position"
26944
26945 \end_inset
26946
26947
26948 \begin_inset Index idx
26949 status collapsed
26950
26951 \begin_layout Plain Layout
26952 Querverweise !  Position
26953 \end_layout
26954
26955 \end_inset
26956
26957
26958 \end_layout
26959
26960 \begin_layout Standard
26961 Wenn Sie 
26962 \series bold
26963 hyperref
26964 \series default
26965
26966 \begin_inset Index idx
26967 status collapsed
26968
26969 \begin_layout Plain Layout
26970 \SpecialChar LaTeX
26971 -Pakete ! hyperref
26972 \end_layout
26973
26974 \end_inset
26975
26976  in den
26977 \family sans
26978  PDF-Eigenschaften
26979 \family default
26980  im 
26981 \family sans
26982 Dokument-Einstellungen
26983 \family default
26984  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
26985  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
26986  und Sie werden das Bild ohne Scrollen nicht sehen.
26987  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
26988  ist.
26989  Wenn Sie das  \SpecialChar LaTeX
26990 -Paket 
26991 \series bold
26992 hypcap
26993 \series default
26994
26995 \begin_inset Index idx
26996 status collapsed
26997
26998 \begin_layout Plain Layout
26999 \SpecialChar LaTeX
27000 -Pakete ! hypcap
27001 \end_layout
27002
27003 \end_inset
27004
27005 , das Teil des \SpecialChar LaTeX
27006 -Pakets 
27007 \series bold
27008 oberdiek
27009 \series default
27010
27011 \begin_inset Index idx
27012 status collapsed
27013
27014 \begin_layout Plain Layout
27015 \SpecialChar LaTeX
27016 -Pakete ! oberdiek
27017 \end_layout
27018
27019 \end_inset
27020
27021  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
27022  Aber natürlich müssen Sie auch hier das \SpecialChar LaTeX
27023 -Paket 
27024 \series bold
27025 hypcap
27026 \series default
27027  zunächst in den \SpecialChar LaTeX
27028 -Vorspann laden:
27029 \end_layout
27030
27031 \begin_layout Standard
27032
27033 \series bold
27034
27035 \backslash
27036 usepackage[figure]{hypcap}
27037 \end_layout
27038
27039 \begin_layout Standard
27040 Sie können 
27041 \series bold
27042 hypcap
27043 \series default
27044  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
27045  nicht empfohlen.
27046  Weitere Informationen finden Sie im
27047 \series bold
27048  hypcap
27049 \series default
27050 -Handbuch 
27051 \begin_inset CommandInset citation
27052 LatexCommand cite
27053 key "hypcap"
27054 literal "true"
27055
27056 \end_inset
27057
27058 .
27059 \end_layout
27060
27061 \begin_layout Standard
27062 \begin_inset Note Greyedout
27063 status open
27064
27065 \begin_layout Plain Layout
27066
27067 \series bold
27068 Bemerkung:
27069 \series default
27070  
27071 \series bold
27072 hypcap
27073 \series medium
27074  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
27075 \end_layout
27076
27077 \end_inset
27078
27079
27080 \end_layout
27081
27082 \begin_layout Section
27083 Gleitobjekt-Platzierung
27084 \begin_inset CommandInset label
27085 LatexCommand label
27086 name "abs:Gleitobjekt-Platzierung"
27087
27088 \end_inset
27089
27090
27091 \begin_inset Index idx
27092 status collapsed
27093
27094 \begin_layout Plain Layout
27095 Gleitobjekte ! Platzierung
27096 \end_layout
27097
27098 \end_inset
27099
27100
27101 \end_layout
27102
27103 \begin_layout Standard
27104 Ein Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
27105 \family sans
27106 Einstellungen 
27107 \family default
27108 öffnet einen Dialog, in dem Sie die \SpecialChar LaTeX
27109 -Optionen für die Gleitobjekt-Platzierung
27110  ändern können.
27111 \begin_inset Newline newline
27112 \end_inset
27113
27114 Die Option 
27115 \family sans
27116 Spalten
27117 \begin_inset space ~
27118 \end_inset
27119
27120 überspannen
27121 \family default
27122  ist nur bei zweispaltigen Dokumenten sinnvoll.
27123  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
27124 \begin_inset Newline newline
27125 \end_inset
27126
27127 Die Option 
27128 \family sans
27129 Seitwärts
27130 \begin_inset space ~
27131 \end_inset
27132
27133 drehen
27134 \family default
27135  ist in Abschnitt 
27136 \begin_inset CommandInset ref
27137 LatexCommand ref
27138 reference "abs:Gedrehte-Gleitobjekte"
27139
27140 \end_inset
27141
27142  beschrieben.
27143 \end_layout
27144
27145 \begin_layout Standard
27146 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
27147  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
27148  Sie die Option 
27149 \family sans
27150 Standard-Platzierung
27151 \begin_inset space ~
27152 \end_inset
27153
27154 verwenden
27155 \family default
27156  nicht verwenden:
27157 \end_layout
27158
27159 \begin_layout Description
27160 Hier
27161 \begin_inset space ~
27162 \end_inset
27163
27164 wenn
27165 \begin_inset space ~
27166 \end_inset
27167
27168 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
27169 \end_layout
27170
27171 \begin_layout Description
27172 Anfang
27173 \begin_inset space ~
27174 \end_inset
27175
27176 der
27177 \begin_inset space ~
27178 \end_inset
27179
27180 Seite
27181 \family sans
27182  
27183 \family default
27184 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
27185  Gleitobjekte, die maximal 70
27186 \begin_inset space \thinspace{}
27187 \end_inset
27188
27189 % einer Seite benötigen, dürfen oben platziert werden.
27190  Dies kann durch die Variable 
27191 \series bold
27192
27193 \backslash
27194 topfraction
27195 \series default
27196  im \SpecialChar LaTeX
27197 -Vorspann überschrieben werden, zum Beispiel: 
27198 \end_layout
27199
27200 \begin_deeper
27201 \begin_layout Standard
27202
27203 \series bold
27204
27205 \backslash
27206 renewcommand{
27207 \backslash
27208 topfraction}{0.9}
27209 \family typewriter
27210 \series default
27211  
27212 \end_layout
27213
27214 \end_deeper
27215 \begin_layout Description
27216 Ende
27217 \begin_inset space ~
27218 \end_inset
27219
27220 der
27221 \begin_inset space ~
27222 \end_inset
27223
27224 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
27225  Gleitobjekte, die maximal 30
27226 \begin_inset space \thinspace{}
27227 \end_inset
27228
27229 % einer Seite benötigen, dürfen unten platziert werden.
27230  Dies kann durch die Variable 
27231 \series bold
27232
27233 \backslash
27234 bottomfraction
27235 \series default
27236  im \SpecialChar LaTeX
27237 -Vorspann überschrieben werden, zum Beispiel setzt 
27238 \end_layout
27239
27240 \begin_deeper
27241 \begin_layout Standard
27242
27243 \series bold
27244
27245 \backslash
27246 renewcommand{
27247 \backslash
27248 bottomfraction}{0.5}
27249 \end_layout
27250
27251 \begin_layout Standard
27252 die oftmals zu kleine untere Grenze auf 50
27253 \begin_inset space \thinspace{}
27254 \end_inset
27255
27256 %.
27257 \end_layout
27258
27259 \end_deeper
27260 \begin_layout Description
27261 Seite
27262 \begin_inset space ~
27263 \end_inset
27264
27265 mit
27266 \begin_inset space ~
27267 \end_inset
27268
27269 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
27270  Nur wenn mehr als 50
27271 \begin_inset space \thinspace{}
27272 \end_inset
27273
27274 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
27275  Gleitobjekte bereitgestellt.
27276  Dies kann durch die Variable 
27277 \series bold
27278
27279 \backslash
27280 floatpagefraction 
27281 \series default
27282 im \SpecialChar LaTeX
27283 -Vorspann überschrieben werden.
27284 \end_layout
27285
27286 \begin_layout Standard
27287 Die Reihenfolge der obigen Optionen wird 
27288 \emph on
27289 immer
27290 \emph default
27291  von \SpecialChar LaTeX
27292  verwendet.
27293  Das heißt wenn Sie die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
27294  zuerst versuchen
27295  
27296 \family sans
27297 Hier
27298 \begin_inset space \space{}
27299 \end_inset
27300
27301 wenn
27302 \begin_inset space \space{}
27303 \end_inset
27304
27305 möglich
27306 \family default
27307 , dann 
27308 \family sans
27309 Anfang
27310 \begin_inset space ~
27311 \end_inset
27312
27313 der
27314 \begin_inset space ~
27315 \end_inset
27316
27317 Seite
27318 \family default
27319  und dann die anderen Optionen anzuwenden.
27320  Wenn Sie nicht die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
27321  nur die von Ihnen
27322  gewählten Optionen versuchen anzuwenden, aber immer in derselben Reihenfolge.
27323  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
27324 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
27325 \end_layout
27326
27327 \begin_layout Standard
27328 Die Option 
27329 \family sans
27330 Hier,
27331 \begin_inset space ~
27332 \end_inset
27333
27334 auf
27335 \begin_inset space ~
27336 \end_inset
27337
27338 jeden
27339 \begin_inset space ~
27340 \end_inset
27341
27342 Fall
27343 \family default
27344  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
27345  fast druckreif ist.
27346  Denn mit der Option kann das Objekt nicht mehr 
27347 \emph on
27348 gleiten
27349 \emph default
27350 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
27351  oftmals zerstört.
27352 \end_layout
27353
27354 \begin_layout Standard
27355 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
27356  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
27357 \begin_inset VSpace bigskip
27358 \end_inset
27359
27360
27361 \end_layout
27362
27363 \begin_layout Standard
27364 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
27365 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
27366  das Gleitobjekt sei Teil des vorherigen Abschnitts.
27367  Das kann mit dem \SpecialChar LaTeX
27368 -Befehl
27369 \series bold
27370  
27371 \backslash
27372 suppressfloats
27373 \series default
27374  verhindert werden.
27375  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
27376  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
27377  gesetzt wird.
27378  Dazu müssen Sie im \SpecialChar LaTeX
27379 -Vorspann folgende Befehle einfügen:
27380 \end_layout
27381
27382 \begin_layout Standard
27383
27384 \series bold
27385
27386 \backslash
27387 let
27388 \backslash
27389 meinAbschnitt
27390 \backslash
27391 section
27392 \begin_inset Newline newline
27393 \end_inset
27394
27395
27396 \backslash
27397 renewcommand{
27398 \backslash
27399 section}{
27400 \backslash
27401 suppressfloats[t]
27402 \backslash
27403 meinAbschnitt}
27404 \end_layout
27405
27406 \begin_layout Standard
27407 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
27408  Unterabschnitten festlegen.
27409  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
27410  \SpecialChar LaTeX
27411  Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
27412 \end_layout
27413
27414 \begin_layout Standard
27415 Es gibt auch noch das \SpecialChar LaTeX
27416 -Paket 
27417 \series bold
27418 flafter
27419 \series default
27420
27421 \begin_inset Index idx
27422 status collapsed
27423
27424 \begin_layout Plain Layout
27425 \SpecialChar LaTeX
27426 -Pakete ! flafter
27427 \end_layout
27428
27429 \end_inset
27430
27431  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
27432  gedruckt wird.
27433 \end_layout
27434
27435 \begin_layout Standard
27436 \begin_inset VSpace bigskip
27437 \end_inset
27438
27439 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
27440  Dafür gibt es das \SpecialChar LaTeX
27441 -Paket 
27442 \series bold
27443 endfloat
27444 \series default
27445
27446 \begin_inset Index idx
27447 status collapsed
27448
27449 \begin_layout Plain Layout
27450 \SpecialChar LaTeX
27451 -Pakete ! endfloat
27452 \end_layout
27453
27454 \end_inset
27455
27456 .
27457  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
27458  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
27459  
27460 \family sans
27461
27462 \begin_inset Quotes gld
27463 \end_inset
27464
27465 [Abbildung
27466 \begin_inset space ~
27467 \end_inset
27468
27469 3.2 ist ungefähr hier.]
27470 \family default
27471
27472 \begin_inset Quotes grd
27473 \end_inset
27474
27475  finden.
27476  Das 
27477 \series bold
27478 endfloat
27479 \series default
27480 -Paket wird mit folgendem Befehl in den \SpecialChar LaTeX
27481 -Vorspann eingefügt:
27482 \end_layout
27483
27484 \begin_layout Standard
27485
27486 \series bold
27487
27488 \backslash
27489 usepackage[Optionen]{endfloat}
27490 \end_layout
27491
27492 \begin_layout Standard
27493 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
27494  Tabellen-Abschnitte, die Sie in der 
27495 \series bold
27496 endfloat
27497 \series default
27498 -Dokumentation 
27499 \begin_inset CommandInset citation
27500 LatexCommand cite
27501 key "endfloat"
27502 literal "true"
27503
27504 \end_inset
27505
27506  nachlesen können.
27507 \begin_inset Newline newline
27508 \end_inset
27509
27510
27511 \begin_inset Note Greyedout
27512 status open
27513
27514 \begin_layout Plain Layout
27515
27516 \series bold
27517 Bemerkung
27518 \begin_inset space ~
27519 \end_inset
27520
27521 1: endfloat
27522 \series default
27523  übersetzt den Hinweistext nicht automatisch.
27524  Abschnitt
27525 \begin_inset space ~
27526 \end_inset
27527
27528 4 in 
27529 \begin_inset CommandInset citation
27530 LatexCommand cite
27531 key "endfloat"
27532 literal "true"
27533
27534 \end_inset
27535
27536  beschreibt, wie es geht.
27537 \end_layout
27538
27539 \end_inset
27540
27541
27542 \end_layout
27543
27544 \begin_layout Standard
27545 \begin_inset Note Greyedout
27546 status open
27547
27548 \begin_layout Plain Layout
27549
27550 \series bold
27551 Bemerkung
27552 \begin_inset space ~
27553 \end_inset
27554
27555 2: 
27556 \series default
27557 Die aktuelle Version von 
27558 \series bold
27559 endfloat
27560 \series default
27561  hat einen Fehler, wenn die Überschrift ein 
27562 \begin_inset Quotes gld
27563 \end_inset
27564
27565 ß
27566 \begin_inset Quotes grd
27567 \end_inset
27568
27569  enthält.
27570  Sie müssen stattdessen den Befehl 
27571 \series bold
27572
27573 \backslash
27574 ss
27575 \series default
27576  als \SpecialChar TeX
27577 -Code benutzen.
27578 \end_layout
27579
27580 \end_inset
27581
27582
27583 \end_layout
27584
27585 \begin_layout Standard
27586 \begin_inset VSpace bigskip
27587 \end_inset
27588
27589 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in \SpecialChar LaTeX
27590 -Büchern
27591  wie 
27592 \begin_inset CommandInset citation
27593 LatexCommand cite
27594 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
27595 literal "true"
27596
27597 \end_inset
27598
27599 .
27600 \end_layout
27601
27602 \begin_layout Section
27603 Gedrehte Gleitobjekte
27604 \begin_inset CommandInset label
27605 LatexCommand label
27606 name "abs:Gedrehte-Gleitobjekte"
27607
27608 \end_inset
27609
27610
27611 \begin_inset Index idx
27612 status collapsed
27613
27614 \begin_layout Plain Layout
27615 Gleitobjekte ! drehen
27616 \end_layout
27617
27618 \end_inset
27619
27620
27621 \end_layout
27622
27623 \begin_layout Standard
27624 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
27625 t drehen.
27626  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
27627  und die Option 
27628 \family sans
27629 Seitwärts
27630 \begin_inset space ~
27631 \end_inset
27632
27633 drehen
27634 \family default
27635  wählen.
27636 \end_layout
27637
27638 \begin_layout Standard
27639 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
27640  sie ein mehrspaltiges Dokument haben) gedruckt.
27641  Sie können mehrere Spalten überspannen, wenn die Option 
27642 \family sans
27643 Spalten
27644 \begin_inset space ~
27645 \end_inset
27646
27647 überspannen
27648 \family default
27649  in den Gleitobjekt Einstellungen gewählt ist.
27650  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
27651  werden können.
27652  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
27653  Option 
27654 \series bold
27655 figuresleft
27656 \series default
27657  oder 
27658 \series bold
27659 figuresright
27660 \series default
27661  zu den Dokumentklassen-Optionen hinzu.
27662 \end_layout
27663
27664 \begin_layout Standard
27665 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
27666  Tabelle
27667 \begin_inset space ~
27668 \end_inset
27669
27670
27671 \begin_inset CommandInset ref
27672 LatexCommand ref
27673 reference "tab:Gedrehte-Tabelle"
27674
27675 \end_inset
27676
27677  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
27678 \end_layout
27679
27680 \begin_layout Standard
27681 \begin_inset Note Greyedout
27682 status open
27683
27684 \begin_layout Plain Layout
27685
27686 \series bold
27687 Bemerkung:
27688 \series default
27689  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
27690 \end_layout
27691
27692 \end_inset
27693
27694
27695 \end_layout
27696
27697 \begin_layout Standard
27698 \begin_inset Float table
27699 wide false
27700 sideways true
27701 status open
27702
27703 \begin_layout Plain Layout
27704 \begin_inset Caption Standard
27705
27706 \begin_layout Plain Layout
27707 \begin_inset CommandInset label
27708 LatexCommand label
27709 name "tab:Gedrehte-Tabelle"
27710
27711 \end_inset
27712
27713 Gedrehte Tabelle
27714 \end_layout
27715
27716 \end_inset
27717
27718
27719 \end_layout
27720
27721 \begin_layout Plain Layout
27722 \align center
27723 \begin_inset Tabular
27724 <lyxtabular version="3" rows="1" columns="5">
27725 <features tabularvalignment="middle">
27726 <column alignment="center" valignment="top">
27727 <column alignment="center" valignment="top">
27728 <column alignment="center" valignment="top">
27729 <column alignment="center" valignment="top">
27730 <column alignment="center" valignment="top">
27731 <row>
27732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27733 \begin_inset Text
27734
27735 \begin_layout Plain Layout
27736 Test
27737 \end_layout
27738
27739 \end_inset
27740 </cell>
27741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27742 \begin_inset Text
27743
27744 \begin_layout Plain Layout
27745 b
27746 \end_layout
27747
27748 \end_inset
27749 </cell>
27750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27751 \begin_inset Text
27752
27753 \begin_layout Plain Layout
27754 c
27755 \end_layout
27756
27757 \end_inset
27758 </cell>
27759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27760 \begin_inset Text
27761
27762 \begin_layout Plain Layout
27763 d
27764 \end_layout
27765
27766 \end_inset
27767 </cell>
27768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27769 \begin_inset Text
27770
27771 \begin_layout Plain Layout
27772 e
27773 \end_layout
27774
27775 \end_inset
27776 </cell>
27777 </row>
27778 </lyxtabular>
27779
27780 \end_inset
27781
27782
27783 \end_layout
27784
27785 \end_inset
27786
27787
27788 \end_layout
27789
27790 \begin_layout Section
27791 Untergleitobjekte
27792 \begin_inset Index idx
27793 status collapsed
27794
27795 \begin_layout Plain Layout
27796 Gleitobjekte ! Untergleitobjekte
27797 \end_layout
27798
27799 \end_inset
27800
27801
27802 \end_layout
27803
27804 \begin_layout Standard
27805 Untergleitobjekte werden z.
27806 \begin_inset space \thinspace{}
27807 \end_inset
27808
27809 B.
27810  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
27811  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
27812  eingefügt wird.
27813  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
27814  in Tabelle
27815 \begin_inset space ~
27816 \end_inset
27817
27818
27819 \begin_inset CommandInset ref
27820 LatexCommand ref
27821 reference "tab:Untertabellen-nebeneinander"
27822
27823 \end_inset
27824
27825  und 
27826 \begin_inset CommandInset ref
27827 LatexCommand ref
27828 reference "tab:Untertabellen-übereinander"
27829
27830 \end_inset
27831
27832 .
27833 \end_layout
27834
27835 \begin_layout Standard
27836 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
27837 \begin_inset space ~
27838 \end_inset
27839
27840
27841 \begin_inset CommandInset ref
27842 LatexCommand ref
27843 reference "tab:Untertabelle-a"
27844
27845 \end_inset
27846
27847  und 
27848 \begin_inset CommandInset ref
27849 LatexCommand ref
27850 reference "tab:Untertabelle-b"
27851
27852 \end_inset
27853
27854  sind Untertabellen von Tabelle
27855 \begin_inset space ~
27856 \end_inset
27857
27858
27859 \begin_inset CommandInset ref
27860 LatexCommand ref
27861 reference "tab:Untertabellen-nebeneinander"
27862
27863 \end_inset
27864
27865 .
27866 \end_layout
27867
27868 \begin_layout Standard
27869 \begin_inset Float table
27870 wide false
27871 sideways false
27872 status open
27873
27874 \begin_layout Plain Layout
27875 \begin_inset Caption Standard
27876
27877 \begin_layout Plain Layout
27878 \begin_inset CommandInset label
27879 LatexCommand label
27880 name "tab:Untertabellen-nebeneinander"
27881
27882 \end_inset
27883
27884 Zwei Untertabellen nebeneinander.
27885 \end_layout
27886
27887 \end_inset
27888
27889
27890 \end_layout
27891
27892 \begin_layout Plain Layout
27893 \align center
27894 \begin_inset space \hfill{}
27895 \end_inset
27896
27897
27898 \begin_inset Float table
27899 wide false
27900 sideways false
27901 status collapsed
27902
27903 \begin_layout Plain Layout
27904 \begin_inset Caption Standard
27905
27906 \begin_layout Plain Layout
27907 \begin_inset CommandInset label
27908 LatexCommand label
27909 name "tab:Untertabelle-a"
27910
27911 \end_inset
27912
27913 Dies ist Untertabelle a.
27914 \end_layout
27915
27916 \end_inset
27917
27918
27919 \end_layout
27920
27921 \begin_layout Plain Layout
27922 \align center
27923 \begin_inset Tabular
27924 <lyxtabular version="3" rows="1" columns="5">
27925 <features tabularvalignment="middle">
27926 <column alignment="center" valignment="top">
27927 <column alignment="center" valignment="top">
27928 <column alignment="center" valignment="top">
27929 <column alignment="center" valignment="top">
27930 <column alignment="center" valignment="top">
27931 <row>
27932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27933 \begin_inset Text
27934
27935 \begin_layout Plain Layout
27936 Test
27937 \end_layout
27938
27939 \end_inset
27940 </cell>
27941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27942 \begin_inset Text
27943
27944 \begin_layout Plain Layout
27945 b
27946 \end_layout
27947
27948 \end_inset
27949 </cell>
27950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27951 \begin_inset Text
27952
27953 \begin_layout Plain Layout
27954 c
27955 \end_layout
27956
27957 \end_inset
27958 </cell>
27959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27960 \begin_inset Text
27961
27962 \begin_layout Plain Layout
27963 d
27964 \end_layout
27965
27966 \end_inset
27967 </cell>
27968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27969 \begin_inset Text
27970
27971 \begin_layout Plain Layout
27972 e
27973 \end_layout
27974
27975 \end_inset
27976 </cell>
27977 </row>
27978 </lyxtabular>
27979
27980 \end_inset
27981
27982
27983 \end_layout
27984
27985 \end_inset
27986
27987
27988 \begin_inset space \hfill{}
27989 \end_inset
27990
27991
27992 \begin_inset Float table
27993 wide false
27994 sideways false
27995 status collapsed
27996
27997 \begin_layout Plain Layout
27998 \begin_inset Caption Standard
27999
28000 \begin_layout Plain Layout
28001 \begin_inset CommandInset label
28002 LatexCommand label
28003 name "tab:Untertabelle-b"
28004
28005 \end_inset
28006
28007 Dies ist Untertabelle b.
28008 \end_layout
28009
28010 \end_inset
28011
28012
28013 \end_layout
28014
28015 \begin_layout Plain Layout
28016 \align center
28017 \begin_inset Tabular
28018 <lyxtabular version="3" rows="1" columns="5">
28019 <features tabularvalignment="middle">
28020 <column alignment="center" valignment="top">
28021 <column alignment="center" valignment="top">
28022 <column alignment="center" valignment="top">
28023 <column alignment="center" valignment="top">
28024 <column alignment="center" valignment="top">
28025 <row>
28026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28027 \begin_inset Text
28028
28029 \begin_layout Plain Layout
28030 e
28031 \end_layout
28032
28033 \end_inset
28034 </cell>
28035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28036 \begin_inset Text
28037
28038 \begin_layout Plain Layout
28039 d
28040 \end_layout
28041
28042 \end_inset
28043 </cell>
28044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28045 \begin_inset Text
28046
28047 \begin_layout Plain Layout
28048 c
28049 \end_layout
28050
28051 \end_inset
28052 </cell>
28053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28054 \begin_inset Text
28055
28056 \begin_layout Plain Layout
28057 b
28058 \end_layout
28059
28060 \end_inset
28061 </cell>
28062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28063 \begin_inset Text
28064
28065 \begin_layout Plain Layout
28066 Test
28067 \end_layout
28068
28069 \end_inset
28070 </cell>
28071 </row>
28072 </lyxtabular>
28073
28074 \end_inset
28075
28076
28077 \end_layout
28078
28079 \end_inset
28080
28081
28082 \begin_inset space \hfill{}
28083 \end_inset
28084
28085
28086 \end_layout
28087
28088 \end_inset
28089
28090
28091 \end_layout
28092
28093 \begin_layout Standard
28094 \begin_inset Float table
28095 wide false
28096 sideways false
28097 status open
28098
28099 \begin_layout Plain Layout
28100 \begin_inset Caption Standard
28101
28102 \begin_layout Plain Layout
28103 \begin_inset CommandInset label
28104 LatexCommand label
28105 name "tab:Untertabellen-übereinander"
28106
28107 \end_inset
28108
28109 Zwei Untertabellen übereinander.
28110  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
28111 \end_layout
28112
28113 \end_inset
28114
28115
28116 \end_layout
28117
28118 \begin_layout Plain Layout
28119 \align center
28120 \begin_inset Float table
28121 wide false
28122 sideways false
28123 status collapsed
28124
28125 \begin_layout Plain Layout
28126 \begin_inset Caption Standard
28127
28128 \begin_layout Plain Layout
28129
28130 \end_layout
28131
28132 \end_inset
28133
28134
28135 \end_layout
28136
28137 \begin_layout Plain Layout
28138 \align center
28139 \begin_inset Tabular
28140 <lyxtabular version="3" rows="1" columns="4">
28141 <features tabularvalignment="middle">
28142 <column alignment="center" valignment="top">
28143 <column alignment="center" valignment="top">
28144 <column alignment="center" valignment="top">
28145 <column alignment="center" valignment="top">
28146 <row>
28147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28148 \begin_inset Text
28149
28150 \begin_layout Plain Layout
28151 Test
28152 \end_layout
28153
28154 \end_inset
28155 </cell>
28156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28157 \begin_inset Text
28158
28159 \begin_layout Plain Layout
28160 Test
28161 \end_layout
28162
28163 \end_inset
28164 </cell>
28165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28166 \begin_inset Text
28167
28168 \begin_layout Plain Layout
28169 Test
28170 \end_layout
28171
28172 \end_inset
28173 </cell>
28174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28175 \begin_inset Text
28176
28177 \begin_layout Plain Layout
28178 Test
28179 \end_layout
28180
28181 \end_inset
28182 </cell>
28183 </row>
28184 </lyxtabular>
28185
28186 \end_inset
28187
28188
28189 \end_layout
28190
28191 \end_inset
28192
28193
28194 \end_layout
28195
28196 \begin_layout Plain Layout
28197 \align center
28198 \begin_inset Float table
28199 wide false
28200 sideways false
28201 status collapsed
28202
28203 \begin_layout Plain Layout
28204 \begin_inset Caption Standard
28205
28206 \begin_layout Plain Layout
28207
28208 \end_layout
28209
28210 \end_inset
28211
28212
28213 \end_layout
28214
28215 \begin_layout Plain Layout
28216 \align center
28217 \begin_inset Tabular
28218 <lyxtabular version="3" rows="1" columns="5">
28219 <features tabularvalignment="middle">
28220 <column alignment="center" valignment="top">
28221 <column alignment="center" valignment="top">
28222 <column alignment="center" valignment="top">
28223 <column alignment="center" valignment="top">
28224 <column alignment="center" valignment="top">
28225 <row>
28226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28227 \begin_inset Text
28228
28229 \begin_layout Plain Layout
28230 a
28231 \end_layout
28232
28233 \end_inset
28234 </cell>
28235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28236 \begin_inset Text
28237
28238 \begin_layout Plain Layout
28239 b
28240 \end_layout
28241
28242 \end_inset
28243 </cell>
28244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28245 \begin_inset Text
28246
28247 \begin_layout Plain Layout
28248 c
28249 \end_layout
28250
28251 \end_inset
28252 </cell>
28253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28254 \begin_inset Text
28255
28256 \begin_layout Plain Layout
28257 d
28258 \end_layout
28259
28260 \end_inset
28261 </cell>
28262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28263 \begin_inset Text
28264
28265 \begin_layout Plain Layout
28266 e
28267 \end_layout
28268
28269 \end_inset
28270 </cell>
28271 </row>
28272 </lyxtabular>
28273
28274 \end_inset
28275
28276
28277 \end_layout
28278
28279 \end_inset
28280
28281
28282 \end_layout
28283
28284 \end_inset
28285
28286
28287 \end_layout
28288
28289 \begin_layout Section
28290 Gleitobjekte nebeneinander
28291 \begin_inset Index idx
28292 status collapsed
28293
28294 \begin_layout Plain Layout
28295 Gleitobjekte ! nebeneinander
28296 \end_layout
28297
28298 \end_inset
28299
28300
28301 \end_layout
28302
28303 \begin_layout Standard
28304 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
28305 \begin_inset space ~
28306 \end_inset
28307
28308
28309 \begin_inset CommandInset ref
28310 LatexCommand ref
28311 reference "abb:Gleitobjekt-links"
28312
28313 \end_inset
28314
28315  und 
28316 \begin_inset CommandInset ref
28317 LatexCommand ref
28318 reference "abb:Gleitobjekt-rechts"
28319
28320 \end_inset
28321
28322  wird nur 
28323 \emph on
28324 ein
28325 \emph default
28326  Gleitobjekt verwendet.
28327  In dieses werden zwei Minipage Boxen eingefügt.
28328 \begin_inset Foot
28329 status collapsed
28330
28331 \begin_layout Plain Layout
28332 Minipages sind in Abschnitt
28333 \begin_inset space ~
28334 \end_inset
28335
28336
28337 \begin_inset CommandInset ref
28338 LatexCommand ref
28339 reference "abs:Minipage"
28340
28341 \end_inset
28342
28343  erklärt.
28344 \end_layout
28345
28346 \end_inset
28347
28348  Die Breite wird für jede Minipage auf 45
28349 \begin_inset space \thinspace{}
28350 \end_inset
28351
28352 -50
28353 \begin_inset space \thinspace{}
28354 \end_inset
28355
28356 Spalten% und die Box Ausrichtung auf 
28357 \family sans
28358 Unten
28359 \family default
28360  gesetzt.
28361  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
28362  Gleitobjekt.
28363  Der einzige Unterschied ist, dass die Bildeinheit 
28364 \family sans
28365 Spaltenbreite
28366 \begin_inset space ~
28367 \end_inset
28368
28369 %
28370 \family default
28371  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
28372 \end_layout
28373
28374 \begin_layout Standard
28375 \begin_inset Float figure
28376 wide false
28377 sideways false
28378 status open
28379
28380 \begin_layout Plain Layout
28381 \begin_inset Box Frameless
28382 position "b"
28383 hor_pos "c"
28384 has_inner_box 1
28385 inner_pos "t"
28386 use_parbox 0
28387 use_makebox 0
28388 width "45col%"
28389 special "none"
28390 height "1in"
28391 height_special "totalheight"
28392 thickness "0.4pt"
28393 separation "3pt"
28394 shadowsize "4pt"
28395 framecolor "black"
28396 backgroundcolor "none"
28397 status open
28398
28399 \begin_layout Plain Layout
28400 \align center
28401 \begin_inset Graphics
28402         filename ../clipart/2D-intensity-plot.pdf
28403         width 100col%
28404         scaleBeforeRotation
28405
28406 \end_inset
28407
28408
28409 \end_layout
28410
28411 \begin_layout Plain Layout
28412 \begin_inset Caption Standard
28413
28414 \begin_layout Plain Layout
28415 \begin_inset CommandInset label
28416 LatexCommand label
28417 name "abb:Gleitobjekt-links"
28418
28419 \end_inset
28420
28421 Gleitobjekt auf der linken Seite.
28422 \end_layout
28423
28424 \end_inset
28425
28426
28427 \end_layout
28428
28429 \end_inset
28430
28431
28432 \begin_inset space \hfill{}
28433 \end_inset
28434
28435
28436 \begin_inset Box Frameless
28437 position "b"
28438 hor_pos "c"
28439 has_inner_box 1
28440 inner_pos "t"
28441 use_parbox 0
28442 use_makebox 0
28443 width "45col%"
28444 special "none"
28445 height "1in"
28446 height_special "totalheight"
28447 thickness "0.4pt"
28448 separation "3pt"
28449 shadowsize "4pt"
28450 framecolor "black"
28451 backgroundcolor "none"
28452 status open
28453
28454 \begin_layout Plain Layout
28455 \align center
28456 \begin_inset Graphics
28457         filename ../clipart/Star-structure.pdf
28458         width 100col%
28459         scaleBeforeRotation
28460
28461 \end_inset
28462
28463
28464 \end_layout
28465
28466 \begin_layout Plain Layout
28467 \begin_inset Caption Standard
28468
28469 \begin_layout Plain Layout
28470 \begin_inset CommandInset label
28471 LatexCommand label
28472 name "abb:Gleitobjekt-rechts"
28473
28474 \end_inset
28475
28476 Gleitobjekt auf der rechten Seite.
28477 \end_layout
28478
28479 \end_inset
28480
28481
28482 \end_layout
28483
28484 \end_inset
28485
28486
28487 \end_layout
28488
28489 \end_inset
28490
28491
28492 \end_layout
28493
28494 \begin_layout Standard
28495 Eine alternative und einfachere Methode ist, das Modul 
28496 \family sans
28497 Breitenvariable
28498 \begin_inset space ~
28499 \end_inset
28500
28501 Minipages
28502 \family default
28503  zu verwenden, siehe Abschnitt
28504 \begin_inset space ~
28505 \end_inset
28506
28507
28508 \begin_inset CommandInset ref
28509 LatexCommand ref
28510 reference "abs:Minipage"
28511
28512 \end_inset
28513
28514 .
28515  Breitenvariable Minipages berücksichtigen die Breite der Abbildungen und
28516  Tabellen automatisch, so dass keine explizite Breite angegeben werden muss.
28517  Die \SpecialChar LyX
28518 -Beispieldatei 
28519 \emph on
28520 varwidth-floats-side-by-side
28521 \emph default
28522  zeigt ein paar Beispiele.
28523 \end_layout
28524
28525 \begin_layout Section
28526 Beschriftungs-Formatierung
28527 \begin_inset CommandInset label
28528 LatexCommand label
28529 name "abs:Titel-Formatierung"
28530
28531 \end_inset
28532
28533
28534 \begin_inset Index idx
28535 status collapsed
28536
28537 \begin_layout Plain Layout
28538 Gleitobjekte ! Beschriftung ! Formatierung
28539 \end_layout
28540
28541 \end_inset
28542
28543
28544 \end_layout
28545
28546 \begin_layout Standard
28547
28548 \family sans
28549 Legende
28550 \family default
28551  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
28552  In \SpecialChar LyX
28553  sehen Titel so aus:  
28554 \family sans
28555
28556 \begin_inset Quotes gld
28557 \end_inset
28558
28559 Abbildung xyz:
28560 \family default
28561
28562 \begin_inset Quotes grd
28563 \end_inset
28564
28565 , gefolgt vom Beschriftungstext, wobei 
28566 \family sans
28567 xyz
28568 \family default
28569  die von \SpecialChar LyX
28570  vergebene Nummer ist.
28571  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
28572  gedruckt.
28573  Dieses Format ist für die meisten aber nicht alle Dokumente geeignet.
28574 \end_layout
28575
28576 \begin_layout Standard
28577 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das \SpecialChar LaTeX
28578 -Paket
28579  
28580 \series bold
28581 caption
28582 \series default
28583
28584 \begin_inset Index idx
28585 status collapsed
28586
28587 \begin_layout Plain Layout
28588 \SpecialChar LaTeX
28589 -Pakete ! caption
28590 \end_layout
28591
28592 \end_inset
28593
28594  in den \SpecialChar LaTeX
28595 -Vorspann laden:
28596 \end_layout
28597
28598 \begin_layout Standard
28599
28600 \series bold
28601
28602 \backslash
28603 usepackage[Format-Definition]{caption}
28604 \end_layout
28605
28606 \begin_layout Standard
28607 Soll zum Beispiel Name und Nummer serifenlos und fett gedruckt werden und
28608  die Beschriftung immer über der Tabelle stehen, müssen Sie folgenden Befehl
28609  verwenden:
28610 \end_layout
28611
28612 \begin_layout Standard
28613
28614 \series bold
28615
28616 \backslash
28617 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
28618 \end_layout
28619
28620 \begin_layout Standard
28621 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
28622  definieren.
28623  Dazu laden Sie das 
28624 \series bold
28625 caption
28626 \series default
28627 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
28628  dem Befehl
28629 \end_layout
28630
28631 \begin_layout Standard
28632
28633 \series bold
28634
28635 \backslash
28636 captionsetup[Gleitobjekt-Typ]{Format-Definition}
28637 \end_layout
28638
28639 \begin_layout Standard
28640 Für Abbildung
28641 \begin_inset space ~
28642 \end_inset
28643
28644
28645 \begin_inset CommandInset ref
28646 LatexCommand ref
28647 reference "abb:Langer-Abb-Titel"
28648
28649 \end_inset
28650
28651  und Tabelle
28652 \begin_inset space ~
28653 \end_inset
28654
28655
28656 \begin_inset CommandInset ref
28657 LatexCommand ref
28658 reference "tab:Langer-Tab-Titel"
28659
28660 \end_inset
28661
28662  können die Beschriftungen mit folgenden Befehlen im \SpecialChar LaTeX
28663 -Vorspann definiert
28664  werden:
28665 \end_layout
28666
28667 \begin_layout Standard
28668
28669 \series bold
28670
28671 \backslash
28672 usepackage[tableposition=top]{caption}
28673 \begin_inset Newline newline
28674 \end_inset
28675
28676
28677 \backslash
28678 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
28679 \begin_inset Newline newline
28680 \end_inset
28681
28682
28683 \begin_inset Phantom HPhantom
28684 status open
28685
28686 \begin_layout Plain Layout
28687
28688 \series bold
28689
28690 \backslash
28691 captionsetup[figure]{
28692 \end_layout
28693
28694 \end_inset
28695
28696 labelsep=period}
28697 \begin_inset Newline newline
28698 \end_inset
28699
28700
28701 \backslash
28702 captionsetup[table]{labelfont={bf,sf}}
28703 \end_layout
28704
28705 \begin_layout Standard
28706 \begin_inset Note Greyedout
28707 status open
28708
28709 \begin_layout Plain Layout
28710
28711 \series bold
28712 Bemerkung:
28713 \series default
28714  Die Option 
28715 \series bold
28716 tableposition=top
28717 \series default
28718  hat keine Auswirkung, wenn eine 
28719 \series bold
28720 KOMA-Script
28721 \series default
28722
28723 \begin_inset Index idx
28724 status collapsed
28725
28726 \begin_layout Plain Layout
28727 \SpecialChar LaTeX
28728 -Pakete ! KOMA-Script
28729 \end_layout
28730
28731 \end_inset
28732
28733 -Dokumentklasse verwendet wird.
28734  Hier muss die Option 
28735 \series bold
28736 captions=tableheading
28737 \series default
28738  benutzt werden.
28739 \end_layout
28740
28741 \end_inset
28742
28743
28744 \end_layout
28745
28746 \begin_layout Standard
28747 Weitere Informationen über das Paket
28748 \series bold
28749  caption
28750 \series default
28751  finden Sie in seiner Dokumentation 
28752 \begin_inset CommandInset citation
28753 LatexCommand cite
28754 key "caption"
28755 literal "true"
28756
28757 \end_inset
28758
28759 .
28760 \end_layout
28761
28762 \begin_layout Standard
28763 Wenn Sie den Namen von 
28764 \begin_inset Quotes gld
28765 \end_inset
28766
28767 Abbildung
28768 \begin_inset Quotes grd
28769 \end_inset
28770
28771  auf 
28772 \begin_inset Quotes gld
28773 \end_inset
28774
28775 Bild
28776 \begin_inset Quotes grd
28777 \end_inset
28778
28779  ändern wollen, können Sie das mit folgendem Befehl im \SpecialChar LaTeX
28780 -Vorspann  machen:
28781 \end_layout
28782
28783 \begin_layout Standard
28784
28785 \series bold
28786
28787 \backslash
28788 renewcommand{
28789 \backslash
28790 fnum@figure}{Bild~
28791 \backslash
28792 thefigure}
28793 \end_layout
28794
28795 \begin_layout Standard
28796 wobei 
28797 \series bold
28798
28799 \backslash
28800 thefigure
28801 \series default
28802  die Bildnummer einsetzt und
28803 \series bold
28804  ~
28805 \series default
28806  ein geschütztes Leerzeichen ist.
28807 \end_layout
28808
28809 \begin_layout Standard
28810 \begin_inset VSpace bigskip
28811 \end_inset
28812
28813 Wenn Sie eine 
28814 \series bold
28815 KOMA-Script
28816 \series default
28817
28818 \begin_inset Index idx
28819 status collapsed
28820
28821 \begin_layout Plain Layout
28822 \SpecialChar LaTeX
28823 -Pakete ! KOMA-Script
28824 \end_layout
28825
28826 \end_inset
28827
28828 -Dokumentklasse (
28829 \family sans
28830 article (KOMA-Script)
28831 \family default
28832
28833 \family sans
28834 book (KOMA-Script)
28835 \family default
28836
28837 \family sans
28838 letter (KOMA-Script)
28839 \family default
28840  oder 
28841 \family sans
28842 report (KOMA-Script)
28843 \family default
28844 ) benutzen, können Sie anstatt des 
28845 \series bold
28846 caption
28847 \series default
28848 -Paketes den eingebauten Befehl 
28849 \series bold
28850
28851 \backslash
28852 setkomafont
28853 \series default
28854  von 
28855 \series bold
28856 KOMA-Script
28857 \series default
28858  benutzen.
28859  Der Befehl
28860 \end_layout
28861
28862 \begin_layout Standard
28863
28864 \series bold
28865
28866 \backslash
28867 setkomafont{captionlabel}{
28868 \backslash
28869 bfseries}
28870 \end_layout
28871
28872 \begin_layout Standard
28873 im \SpecialChar LaTeX
28874 -Vorspann druckt den Namen fett.
28875 \end_layout
28876
28877 \begin_layout Standard
28878 Weitere Informationen über 
28879 \series bold
28880
28881 \backslash
28882 setkomafont
28883 \series default
28884  finden Sie in der 
28885 \series bold
28886 KOMA-Script
28887 \series default
28888 -Do\SpecialChar softhyphen
28889 ku\SpecialChar softhyphen
28890 men\SpecialChar softhyphen
28891 ta\SpecialChar softhyphen
28892 tion 
28893 \begin_inset CommandInset citation
28894 LatexCommand cite
28895 key "KOMA-Script"
28896 literal "true"
28897
28898 \end_inset
28899
28900 .
28901 \end_layout
28902
28903 \begin_layout Standard
28904 \begin_inset ERT
28905 status collapsed
28906
28907 \begin_layout Plain Layout
28908
28909
28910 \backslash
28911 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28912 }
28913 \end_layout
28914
28915 \end_inset
28916
28917
28918 \begin_inset Note Note
28919 status open
28920
28921 \begin_layout Plain Layout
28922 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
28923 \end_layout
28924
28925 \end_inset
28926
28927
28928 \end_layout
28929
28930 \begin_layout Standard
28931 \begin_inset Float figure
28932 placement !p
28933 wide false
28934 sideways false
28935 status open
28936
28937 \begin_layout Plain Layout
28938 \align center
28939 \begin_inset Graphics
28940         filename ../clipart/2D-intensity-plot.pdf
28941         scaleBeforeRotation
28942
28943 \end_inset
28944
28945
28946 \end_layout
28947
28948 \begin_layout Plain Layout
28949 \begin_inset Caption Standard
28950
28951 \begin_layout Plain Layout
28952 \begin_inset CommandInset label
28953 LatexCommand label
28954 name "abb:Langer-Abb-Titel"
28955
28956 \end_inset
28957
28958 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
28959  ist, um das andere Beschriftungsformat zu zeigen.
28960  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
28961 \begin_inset Argument 1
28962 status collapsed
28963
28964 \begin_layout Plain Layout
28965 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
28966  ist.
28967 \end_layout
28968
28969 \end_inset
28970
28971
28972 \end_layout
28973
28974 \end_inset
28975
28976
28977 \end_layout
28978
28979 \end_inset
28980
28981
28982 \end_layout
28983
28984 \begin_layout Standard
28985 \begin_inset ERT
28986 status collapsed
28987
28988 \begin_layout Plain Layout
28989
28990
28991 \backslash
28992 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28993 on}
28994 \end_layout
28995
28996 \end_inset
28997
28998
28999 \end_layout
29000
29001 \begin_layout Standard
29002 \begin_inset Float table
29003 placement !p
29004 wide false
29005 sideways false
29006 status open
29007
29008 \begin_layout Plain Layout
29009 \begin_inset Caption Standard
29010
29011 \begin_layout Plain Layout
29012 \begin_inset CommandInset label
29013 LatexCommand label
29014 name "tab:Langer-Tab-Titel"
29015
29016 \end_inset
29017
29018 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
29019  ist, um das andere Beschriftungsformat zu zeigen.
29020  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
29021  benutzt.
29022 \begin_inset Argument 1
29023 status collapsed
29024
29025 \begin_layout Plain Layout
29026 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
29027  ist.
29028 \end_layout
29029
29030 \end_inset
29031
29032
29033 \end_layout
29034
29035 \end_inset
29036
29037
29038 \end_layout
29039
29040 \begin_layout Plain Layout
29041 \align center
29042 \begin_inset Tabular
29043 <lyxtabular version="3" rows="1" columns="5">
29044 <features tabularvalignment="middle">
29045 <column alignment="center" valignment="top">
29046 <column alignment="center" valignment="top">
29047 <column alignment="center" valignment="top">
29048 <column alignment="center" valignment="top">
29049 <column alignment="center" valignment="top">
29050 <row>
29051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29052 \begin_inset Text
29053
29054 \begin_layout Plain Layout
29055 a
29056 \end_layout
29057
29058 \end_inset
29059 </cell>
29060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29061 \begin_inset Text
29062
29063 \begin_layout Plain Layout
29064 b
29065 \end_layout
29066
29067 \end_inset
29068 </cell>
29069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29070 \begin_inset Text
29071
29072 \begin_layout Plain Layout
29073 c
29074 \end_layout
29075
29076 \end_inset
29077 </cell>
29078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29079 \begin_inset Text
29080
29081 \begin_layout Plain Layout
29082 d
29083 \end_layout
29084
29085 \end_inset
29086 </cell>
29087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29088 \begin_inset Text
29089
29090 \begin_layout Plain Layout
29091 e
29092 \end_layout
29093
29094 \end_inset
29095 </cell>
29096 </row>
29097 </lyxtabular>
29098
29099 \end_inset
29100
29101
29102 \end_layout
29103
29104 \end_inset
29105
29106
29107 \end_layout
29108
29109 \begin_layout Section
29110 Beschriftungs-Platzierung
29111 \begin_inset CommandInset label
29112 LatexCommand label
29113 name "abs:Titel-Platzierung"
29114
29115 \end_inset
29116
29117
29118 \begin_inset Index idx
29119 status collapsed
29120
29121 \begin_layout Plain Layout
29122 Gleitobjekte ! Beschriftung ! Platzierung
29123 \end_layout
29124
29125 \end_inset
29126
29127
29128 \end_layout
29129
29130 \begin_layout Standard
29131 Normalerweise werden die Beschriftungen wie folgt platziert:
29132 \end_layout
29133
29134 \begin_layout Description
29135 Abbildung: darunter
29136 \end_layout
29137
29138 \begin_layout Description
29139 Tabelle: darüber
29140 \end_layout
29141
29142 \begin_layout Standard
29143 \SpecialChar LaTeX
29144 -Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
29145  Das heißt wenn Sie eine der Dokument-Klassen 
29146 \family sans
29147 article
29148 \family default
29149
29150 \family sans
29151 book
29152 \family default
29153
29154 \family sans
29155 letter
29156 \family default
29157  oder 
29158 \family sans
29159 report
29160 \family default
29161  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
29162  Um das zu erreichen, laden Sie das \SpecialChar LaTeX
29163 -Paket 
29164 \series bold
29165 caption
29166 \series default
29167
29168 \begin_inset Index idx
29169 status collapsed
29170
29171 \begin_layout Plain Layout
29172 \SpecialChar LaTeX
29173 -Pakete ! caption
29174 \end_layout
29175
29176 \end_inset
29177
29178  im \SpecialChar LaTeX
29179 -Vorspann mit der Option
29180 \begin_inset Foot
29181 status collapsed
29182
29183 \begin_layout Plain Layout
29184 In Abschnitt
29185 \begin_inset space ~
29186 \end_inset
29187
29188
29189 \begin_inset CommandInset ref
29190 LatexCommand ref
29191 reference "abs:Titel-Formatierung"
29192
29193 \end_inset
29194
29195  steht mehr über das Paket 
29196 \series bold
29197 caption
29198 \series default
29199 .
29200 \end_layout
29201
29202 \end_inset
29203
29204
29205 \end_layout
29206
29207 \begin_layout Standard
29208
29209 \series bold
29210 tableposition=top
29211 \end_layout
29212
29213 \begin_layout Standard
29214 Wenn Sie eine 
29215 \series bold
29216 KOMA-Script
29217 \series default
29218
29219 \begin_inset Index idx
29220 status collapsed
29221
29222 \begin_layout Plain Layout
29223 \SpecialChar LaTeX
29224 -Pakete ! KOMA-Script
29225 \end_layout
29226
29227 \end_inset
29228
29229 -Dokumentklasse (
29230 \family sans
29231 article (KOMA-Script)
29232 \family default
29233
29234 \family sans
29235 book (KOMA-Script)
29236 \family default
29237
29238 \family sans
29239 letter (KOMA-Script)
29240 \family default
29241  oder 
29242 \family sans
29243 report (KOMA-Script)
29244 \family default
29245 ) benutzen, können Sie alternativ zum 
29246 \series bold
29247 caption
29248 \series default
29249 -Paket die Dokumentklassen-Option
29250 \end_layout
29251
29252 \begin_layout Standard
29253
29254 \series bold
29255 captions=tableheading
29256 \end_layout
29257
29258 \begin_layout Standard
29259 benutzen.
29260 \begin_inset Foot
29261 status collapsed
29262
29263 \begin_layout Plain Layout
29264 Diese Option wird in diesem Dokument verwendet.
29265 \end_layout
29266
29267 \end_inset
29268
29269
29270 \end_layout
29271
29272 \begin_layout Standard
29273 In Dokumenten, die eine KOMA-Script Klasse verwenden, können Sie auch mit
29274  rechts auf eine Beschriftung klicken und im Kontextmenü markieren, ob diese
29275  Beschriftung über oder unter der Tabelle/Abbildung sein soll.
29276  Auf diese Weise kann die dokumentweite Beschriftungs-Platzierung für bestimmte
29277  Beschriftungen überschrieben werden.
29278  Tabelle
29279 \begin_inset space ~
29280 \end_inset
29281
29282
29283 \begin_inset CommandInset ref
29284 LatexCommand ref
29285 reference "tab:Eine-Beschriftung-unterhalb"
29286
29287 \end_inset
29288
29289  ist ein Beispiel, bei dem die Beschriftung als unterhalb der Tabelle markiert
29290  wurde, obwohl sie über der Tabelle steht.
29291  Zum Vergleich ist die Beschriftung von Tabelle
29292 \begin_inset space ~
29293 \end_inset
29294
29295
29296 \begin_inset CommandInset ref
29297 LatexCommand ref
29298 reference "tab:Eine-normale-Tabellen-Beschriftu"
29299
29300 \end_inset
29301
29302  nicht markiert.
29303 \end_layout
29304
29305 \begin_layout Standard
29306 \begin_inset Float table
29307 wide false
29308 sideways false
29309 status open
29310
29311 \begin_layout Plain Layout
29312 \begin_inset Caption Below
29313
29314 \begin_layout Plain Layout
29315 \begin_inset CommandInset label
29316 LatexCommand label
29317 name "tab:Eine-Beschriftung-unterhalb"
29318
29319 \end_inset
29320
29321 Eine Beschriftung, die als unterhalb der der Tabelle markiert wurde.
29322 \end_layout
29323
29324 \end_inset
29325
29326
29327 \end_layout
29328
29329 \begin_layout Plain Layout
29330 \align center
29331 \begin_inset Tabular
29332 <lyxtabular version="3" rows="3" columns="3">
29333 <features tabularvalignment="middle">
29334 <column alignment="center" valignment="top" width="0pt">
29335 <column alignment="center" valignment="top" width="0pt">
29336 <column alignment="center" valignment="top" width="0pt">
29337 <row>
29338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29339 \begin_inset Text
29340
29341 \begin_layout Plain Layout
29342 1
29343 \end_layout
29344
29345 \end_inset
29346 </cell>
29347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29348 \begin_inset Text
29349
29350 \begin_layout Plain Layout
29351 2
29352 \end_layout
29353
29354 \end_inset
29355 </cell>
29356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29357 \begin_inset Text
29358
29359 \begin_layout Plain Layout
29360 3
29361 \end_layout
29362
29363 \end_inset
29364 </cell>
29365 </row>
29366 <row>
29367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29368 \begin_inset Text
29369
29370 \begin_layout Plain Layout
29371 Joe
29372 \end_layout
29373
29374 \end_inset
29375 </cell>
29376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29377 \begin_inset Text
29378
29379 \begin_layout Plain Layout
29380 Mary
29381 \end_layout
29382
29383 \end_inset
29384 </cell>
29385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29386 \begin_inset Text
29387
29388 \begin_layout Plain Layout
29389 Ted
29390 \end_layout
29391
29392 \end_inset
29393 </cell>
29394 </row>
29395 <row>
29396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29397 \begin_inset Text
29398
29399 \begin_layout Plain Layout
29400 \begin_inset Formula $\int x^{2}dx$
29401 \end_inset
29402
29403
29404 \end_layout
29405
29406 \end_inset
29407 </cell>
29408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29409 \begin_inset Text
29410
29411 \begin_layout Plain Layout
29412 \begin_inset Formula $\left[\begin{array}{cc}
29413 a & b\\
29414 c & d
29415 \end{array}\right]$
29416 \end_inset
29417
29418
29419 \end_layout
29420
29421 \end_inset
29422 </cell>
29423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29424 \begin_inset Text
29425
29426 \begin_layout Plain Layout
29427 \begin_inset Formula $1+1=2$
29428 \end_inset
29429
29430
29431 \end_layout
29432
29433 \end_inset
29434 </cell>
29435 </row>
29436 </lyxtabular>
29437
29438 \end_inset
29439
29440
29441 \end_layout
29442
29443 \end_inset
29444
29445
29446 \end_layout
29447
29448 \begin_layout Standard
29449 \begin_inset Float table
29450 wide false
29451 sideways false
29452 status open
29453
29454 \begin_layout Plain Layout
29455 \begin_inset Caption Standard
29456
29457 \begin_layout Plain Layout
29458 \begin_inset CommandInset label
29459 LatexCommand label
29460 name "tab:Eine-normale-Tabellen-Beschriftu"
29461
29462 \end_inset
29463
29464 Eine normale Tabellen-Beschriftung.
29465 \end_layout
29466
29467 \end_inset
29468
29469
29470 \end_layout
29471
29472 \begin_layout Plain Layout
29473 \align center
29474 \begin_inset Tabular
29475 <lyxtabular version="3" rows="3" columns="3">
29476 <features tabularvalignment="middle">
29477 <column alignment="center" valignment="top" width="0pt">
29478 <column alignment="center" valignment="top" width="0pt">
29479 <column alignment="center" valignment="top" width="0pt">
29480 <row>
29481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29482 \begin_inset Text
29483
29484 \begin_layout Plain Layout
29485 1
29486 \end_layout
29487
29488 \end_inset
29489 </cell>
29490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29491 \begin_inset Text
29492
29493 \begin_layout Plain Layout
29494 2
29495 \end_layout
29496
29497 \end_inset
29498 </cell>
29499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29500 \begin_inset Text
29501
29502 \begin_layout Plain Layout
29503 3
29504 \end_layout
29505
29506 \end_inset
29507 </cell>
29508 </row>
29509 <row>
29510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29511 \begin_inset Text
29512
29513 \begin_layout Plain Layout
29514 Joe
29515 \end_layout
29516
29517 \end_inset
29518 </cell>
29519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29520 \begin_inset Text
29521
29522 \begin_layout Plain Layout
29523 Mary
29524 \end_layout
29525
29526 \end_inset
29527 </cell>
29528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29529 \begin_inset Text
29530
29531 \begin_layout Plain Layout
29532 Ted
29533 \end_layout
29534
29535 \end_inset
29536 </cell>
29537 </row>
29538 <row>
29539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29540 \begin_inset Text
29541
29542 \begin_layout Plain Layout
29543 \begin_inset Formula $\int x^{2}dx$
29544 \end_inset
29545
29546
29547 \end_layout
29548
29549 \end_inset
29550 </cell>
29551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29552 \begin_inset Text
29553
29554 \begin_layout Plain Layout
29555 \begin_inset Formula $\left[\begin{array}{cc}
29556 a & b\\
29557 c & d
29558 \end{array}\right]$
29559 \end_inset
29560
29561
29562 \end_layout
29563
29564 \end_inset
29565 </cell>
29566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29567 \begin_inset Text
29568
29569 \begin_layout Plain Layout
29570 \begin_inset Formula $1+1=2$
29571 \end_inset
29572
29573
29574 \end_layout
29575
29576 \end_inset
29577 </cell>
29578 </row>
29579 </lyxtabular>
29580
29581 \end_inset
29582
29583
29584 \end_layout
29585
29586 \end_inset
29587
29588
29589 \end_layout
29590
29591 \begin_layout Standard
29592 \begin_inset VSpace bigskip
29593 \end_inset
29594
29595 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
29596  Das bewirkt das \SpecialChar LaTeX
29597 -Paket 
29598 \series bold
29599 sidecap
29600 \series default
29601
29602 \begin_inset Index idx
29603 status collapsed
29604
29605 \begin_layout Plain Layout
29606 \SpecialChar LaTeX
29607 -Pakete ! sidecap
29608 \end_layout
29609
29610 \end_inset
29611
29612 , das so in den \SpecialChar LaTeX
29613 -Vorspann geladen wird:
29614 \end_layout
29615
29616 \begin_layout Standard
29617
29618 \series bold
29619
29620 \backslash
29621 usepackage[Option]{sidecap}
29622 \end_layout
29623
29624 \begin_layout Standard
29625 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
29626  Mit 
29627 \series bold
29628 innercaption
29629 \series default
29630  wird die Beschriftung innen gedruckt.
29631  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
29632  
29633 \series bold
29634 rightcaption
29635 \series default
29636  oder 
29637 \series bold
29638 leftcaption
29639 \series default
29640 .
29641 \end_layout
29642
29643 \begin_layout Standard
29644 \begin_inset ERT
29645 status collapsed
29646
29647 \begin_layout Plain Layout
29648
29649
29650 \backslash
29651 ifsidecap
29652 \end_layout
29653
29654 \end_inset
29655
29656
29657 \begin_inset Note Note
29658 status open
29659
29660 \begin_layout Plain Layout
29661 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
29662 -Paket 
29663 \series bold
29664 sidecap
29665 \series default
29666  installiert ist.
29667 \end_layout
29668
29669 \end_inset
29670
29671
29672 \end_layout
29673
29674 \begin_layout Standard
29675 Um die Beschriftung mit \SpecialChar LyX
29676  seitlich zu drucken, müssen Sie folgende Befehle
29677  in den \SpecialChar LaTeX
29678 -Vorspann schreiben:
29679 \end_layout
29680
29681 \begin_layout Standard
29682 \begin_inset Newpage newpage
29683 \end_inset
29684
29685
29686 \end_layout
29687
29688 \begin_layout Standard
29689 \noindent
29690 \begin_inset CommandInset line
29691 LatexCommand rule
29692 offset "0.5ex"
29693 width "100line%"
29694 height "1pt"
29695
29696 \end_inset
29697
29698
29699 \end_layout
29700
29701 \begin_layout Standard
29702
29703 \series bold
29704
29705 \backslash
29706 newcommand{
29707 \backslash
29708 TabBesBeg}[1][1.0]{%
29709 \begin_inset Newline newline
29710 \end_inset
29711
29712
29713 \begin_inset Phantom HPhantom
29714 status open
29715
29716 \begin_layout Plain Layout
29717 \begin_inset space ~
29718 \end_inset
29719
29720
29721 \end_layout
29722
29723 \end_inset
29724
29725
29726 \backslash
29727 let
29728 \backslash
29729 MyTable
29730 \backslash
29731 table
29732 \begin_inset Newline newline
29733 \end_inset
29734
29735
29736 \begin_inset Phantom HPhantom
29737 status open
29738
29739 \begin_layout Plain Layout
29740
29741 \series medium
29742 \begin_inset space ~
29743 \end_inset
29744
29745
29746 \end_layout
29747
29748 \end_inset
29749
29750
29751 \backslash
29752 let
29753 \backslash
29754 MyEndtable
29755 \backslash
29756 endtable
29757 \begin_inset Newline newline
29758 \end_inset
29759
29760
29761 \begin_inset Phantom HPhantom
29762 status open
29763
29764 \begin_layout Plain Layout
29765
29766 \series medium
29767 \begin_inset space ~
29768 \end_inset
29769
29770
29771 \end_layout
29772
29773 \end_inset
29774
29775
29776 \backslash
29777 renewenvironment{table}[1]{
29778 \backslash
29779 begin{SCtable}[#1]##1}{
29780 \backslash
29781 end{SCtable}}}
29782 \end_layout
29783
29784 \begin_layout Standard
29785
29786 \series bold
29787
29788 \backslash
29789 newcommand{
29790 \backslash
29791 TabBesEnd}{%
29792 \begin_inset Newline newline
29793 \end_inset
29794
29795
29796 \begin_inset Phantom HPhantom
29797 status open
29798
29799 \begin_layout Plain Layout
29800 \begin_inset space ~
29801 \end_inset
29802
29803
29804 \end_layout
29805
29806 \end_inset
29807
29808
29809 \backslash
29810 let
29811 \backslash
29812 table
29813 \backslash
29814 MyTable
29815 \begin_inset Newline newline
29816 \end_inset
29817
29818
29819 \begin_inset Phantom HPhantom
29820 status open
29821
29822 \begin_layout Plain Layout
29823 \begin_inset space ~
29824 \end_inset
29825
29826
29827 \end_layout
29828
29829 \end_inset
29830
29831
29832 \backslash
29833 let
29834 \backslash
29835 endtable
29836 \backslash
29837 MyEndtable
29838 \end_layout
29839
29840 \begin_layout Standard
29841
29842 \series bold
29843
29844 \backslash
29845 newcommand{
29846 \backslash
29847 FigBesBeg}[1][1.0]{%
29848 \begin_inset Newline newline
29849 \end_inset
29850
29851
29852 \begin_inset Phantom HPhantom
29853 status open
29854
29855 \begin_layout Plain Layout
29856 \begin_inset space ~
29857 \end_inset
29858
29859
29860 \end_layout
29861
29862 \end_inset
29863
29864
29865 \backslash
29866 let
29867 \backslash
29868 MyFigure
29869 \backslash
29870 figure
29871 \begin_inset Newline newline
29872 \end_inset
29873
29874
29875 \begin_inset Phantom HPhantom
29876 status open
29877
29878 \begin_layout Plain Layout
29879 \begin_inset space ~
29880 \end_inset
29881
29882
29883 \end_layout
29884
29885 \end_inset
29886
29887
29888 \backslash
29889 let
29890 \backslash
29891 MyEndfigure
29892 \backslash
29893 endfigure
29894 \begin_inset Newline newline
29895 \end_inset
29896
29897
29898 \begin_inset Phantom HPhantom
29899 status open
29900
29901 \begin_layout Plain Layout
29902 \begin_inset space ~
29903 \end_inset
29904
29905
29906 \end_layout
29907
29908 \end_inset
29909
29910
29911 \backslash
29912 renewenvironment{figure}[1]{
29913 \backslash
29914 begin{SCfigure}[#1]##1}{
29915 \backslash
29916 end{SCfigure}}}
29917 \end_layout
29918
29919 \begin_layout Standard
29920
29921 \series bold
29922
29923 \backslash
29924 newcommand{
29925 \backslash
29926 FigBesEnd}{%
29927 \begin_inset Newline newline
29928 \end_inset
29929
29930
29931 \begin_inset Phantom HPhantom
29932 status open
29933
29934 \begin_layout Plain Layout
29935 \begin_inset space ~
29936 \end_inset
29937
29938
29939 \end_layout
29940
29941 \end_inset
29942
29943
29944 \backslash
29945 let
29946 \backslash
29947 figure
29948 \backslash
29949 MyFigure
29950 \begin_inset Newline newline
29951 \end_inset
29952
29953
29954 \begin_inset Phantom HPhantom
29955 status open
29956
29957 \begin_layout Plain Layout
29958 \begin_inset space ~
29959 \end_inset
29960
29961
29962 \end_layout
29963
29964 \end_inset
29965
29966
29967 \backslash
29968 let
29969 \backslash
29970 endfigure
29971 \backslash
29972 MyEndfigure}
29973 \end_layout
29974
29975 \begin_layout Standard
29976 \noindent
29977 \begin_inset CommandInset line
29978 LatexCommand rule
29979 offset "0.5ex"
29980 width "100line%"
29981 height "1pt"
29982
29983 \end_inset
29984
29985
29986 \end_layout
29987
29988 \begin_layout Standard
29989 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
29990 ungen seitlich gedruckt werden.
29991  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
29992 \end_layout
29993
29994 \begin_layout Standard
29995
29996 \series bold
29997
29998 \backslash
29999 FigBesBeg
30000 \end_layout
30001
30002 \begin_layout Standard
30003 als \SpecialChar TeX
30004 -Code vor das Gleitobjekt und fügen Sie den Befehl
30005 \end_layout
30006
30007 \begin_layout Standard
30008
30009 \series bold
30010
30011 \backslash
30012 FigBesEnd
30013 \end_layout
30014
30015 \begin_layout Standard
30016 als \SpecialChar TeX
30017 -Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
30018  zurückkehren wollen.
30019 \end_layout
30020
30021 \begin_layout Standard
30022 Bei Gleitobjekt-Tabellen heißen die Befehle
30023 \end_layout
30024
30025 \begin_layout Standard
30026
30027 \series bold
30028
30029 \backslash
30030 TabBesBeg
30031 \series default
30032  und 
30033 \series bold
30034
30035 \backslash
30036 TabBesEnd
30037 \series default
30038 .
30039 \end_layout
30040
30041 \begin_layout Standard
30042 Abbildung
30043 \begin_inset space ~
30044 \end_inset
30045
30046
30047 \begin_inset CommandInset ref
30048 LatexCommand ref
30049 reference "abb:Beschriftung-neben"
30050
30051 \end_inset
30052
30053  und Tabelle
30054 \begin_inset space ~
30055 \end_inset
30056
30057
30058 \begin_inset CommandInset ref
30059 LatexCommand ref
30060 reference "tab:Beschriftung-neben"
30061
30062 \end_inset
30063
30064  sind Beispiele für seitliche Beschriftungen.
30065 \end_layout
30066
30067 \begin_layout Standard
30068 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
30069  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
30070  der Abbildung.
30071  Das kann man mit dem Befehl
30072 \end_layout
30073
30074 \begin_layout Standard
30075
30076 \series bold
30077
30078 \backslash
30079 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
30080 \end_layout
30081
30082 \begin_layout Standard
30083 im \SpecialChar LaTeX
30084 -Vorspann oder als \SpecialChar TeX
30085 -Code vor dem Gleitobjekt ändern.
30086  Der Gleitobjekt-Typ ist entweder 
30087 \family sans
30088 figure
30089 \family default
30090  oder 
30091 \family sans
30092 table
30093 \family default
30094 , die
30095 \family sans
30096  
30097 \family default
30098 Platzierung ist 
30099 \family typewriter
30100 t
30101 \family default
30102  für oben, 
30103 \family typewriter
30104 c
30105 \family default
30106  für zentriert oder 
30107 \family typewriter
30108 b
30109 \family default
30110  für unten.
30111  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
30112  lautet der Befehl
30113 \end_layout
30114
30115 \begin_layout Standard
30116
30117 \series bold
30118
30119 \backslash
30120 sidecaptionvpos{figure}{c}
30121 \end_layout
30122
30123 \begin_layout Standard
30124 Das wurde in Abbildung
30125 \begin_inset space ~
30126 \end_inset
30127
30128
30129 \begin_inset CommandInset ref
30130 LatexCommand ref
30131 reference "abb:cap-beside-fig-2"
30132
30133 \end_inset
30134
30135  benutzt.
30136 \end_layout
30137
30138 \begin_layout Standard
30139 \begin_inset VSpace medskip
30140 \end_inset
30141
30142
30143 \end_layout
30144
30145 \begin_layout Standard
30146 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
30147  Für schmale Bilder/Tabellen, wie in Tabelle
30148 \begin_inset space ~
30149 \end_inset
30150
30151
30152 \begin_inset CommandInset ref
30153 LatexCommand ref
30154 reference "tab:Beschriftung-neben"
30155
30156 \end_inset
30157
30158 , führt dies zu zu schmalen Beschriftungen.
30159  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
30160  Breite des Bildes/der Tabelle multipliziert wird.
30161  Das Ergebnis ist die Beschriftungsbreite.
30162  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
30163  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
30164  Der 
30165 \emph on
30166 Faktor
30167 \emph default
30168  kann entweder als optionales Argument für 
30169 \series bold
30170
30171 \backslash
30172 FigBesBeg
30173 \series default
30174  angegeben werden:
30175 \end_layout
30176
30177 \begin_layout Standard
30178
30179 \series bold
30180
30181 \backslash
30182 FigBesBeg[Faktor]
30183 \end_layout
30184
30185 \begin_layout Standard
30186 oder indem man in der Definition von 
30187 \series bold
30188
30189 \backslash
30190 FigBesBeg
30191 \series default
30192  die 
30193 \series bold
30194 1.0
30195 \series default
30196  mit einem anderen Wert ersetzt.
30197  Bei letzterem ist der angegebene Faktor der Standard wenn 
30198 \series bold
30199
30200 \backslash
30201 FigBesBeg
30202 \series default
30203  ohne Argument verwendet wird.
30204  Für Tabelle
30205 \begin_inset space ~
30206 \end_inset
30207
30208
30209 \begin_inset CommandInset ref
30210 LatexCommand ref
30211 reference "tab:Beschriftung-neben-breiter"
30212
30213 \end_inset
30214
30215  wurde der Faktor 5 verwendet.
30216 \end_layout
30217
30218 \begin_layout Standard
30219 \begin_inset Note Greyedout
30220 status open
30221
30222 \begin_layout Plain Layout
30223
30224 \series bold
30225 Achtung:
30226 \series default
30227  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
30228 erungsoption 
30229 \family sans
30230 Hier,
30231 \begin_inset space ~
30232 \end_inset
30233
30234 auf
30235 \begin_inset space ~
30236 \end_inset
30237
30238 jeden
30239 \begin_inset space ~
30240 \end_inset
30241
30242 Fall
30243 \family default
30244  nicht verwendet werden werden, da diese von 
30245 \series bold
30246 sidecap
30247 \series default
30248  nicht unterstützt wird.
30249 \end_layout
30250
30251 \end_inset
30252
30253
30254 \end_layout
30255
30256 \begin_layout Standard
30257 \begin_inset VSpace medskip
30258 \end_inset
30259
30260 Weitere Informationen über das Paket
30261 \series bold
30262  sidecap
30263 \series default
30264  finden Sie in seiner Dokumentation 
30265 \begin_inset CommandInset citation
30266 LatexCommand cite
30267 key "sidecap"
30268 literal "true"
30269
30270 \end_inset
30271
30272 .
30273 \end_layout
30274
30275 \begin_layout Standard
30276 \begin_inset Note Greyedout
30277 status open
30278
30279 \begin_layout Plain Layout
30280
30281 \series bold
30282 Bemerkung:
30283 \series default
30284  Das \SpecialChar LaTeX
30285 -Paket 
30286 \series bold
30287 hypcap
30288 \series default
30289 ,
30290 \begin_inset Index idx
30291 status collapsed
30292
30293 \begin_layout Plain Layout
30294 \SpecialChar LaTeX
30295 -Pakete ! hypcap
30296 \end_layout
30297
30298 \end_inset
30299
30300  das in Abschnitt
30301 \begin_inset space ~
30302 \end_inset
30303
30304
30305 \begin_inset CommandInset ref
30306 LatexCommand ref
30307 reference "uab:Querverweis-Position"
30308
30309 \end_inset
30310
30311  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
30312  Beschriftungen.
30313 \end_layout
30314
30315 \end_inset
30316
30317
30318 \end_layout
30319
30320 \begin_layout Standard
30321 \begin_inset ERT
30322 status collapsed
30323
30324 \begin_layout Plain Layout
30325
30326
30327 \backslash
30328 FigBesBeg 
30329 \end_layout
30330
30331 \end_inset
30332
30333
30334 \end_layout
30335
30336 \begin_layout Standard
30337 \begin_inset Float figure
30338 wide false
30339 sideways false
30340 status open
30341
30342 \begin_layout Plain Layout
30343 \begin_inset Graphics
30344         filename ../clipart/3D-structure-distort.pdf
30345         scale 50
30346         scaleBeforeRotation
30347
30348 \end_inset
30349
30350
30351 \end_layout
30352
30353 \begin_layout Plain Layout
30354 \begin_inset Caption Standard
30355
30356 \begin_layout Plain Layout
30357 \begin_inset CommandInset label
30358 LatexCommand label
30359 name "abb:Beschriftung-neben"
30360
30361 \end_inset
30362
30363 Dies ist eine Beschriftung neben einer Abbildung.
30364 \end_layout
30365
30366 \end_inset
30367
30368
30369 \end_layout
30370
30371 \end_inset
30372
30373
30374 \end_layout
30375
30376 \begin_layout Standard
30377 \begin_inset ERT
30378 status collapsed
30379
30380 \begin_layout Plain Layout
30381
30382
30383 \backslash
30384 FigBesEnd
30385 \end_layout
30386
30387 \end_inset
30388
30389
30390 \end_layout
30391
30392 \begin_layout Standard
30393 \begin_inset ERT
30394 status collapsed
30395
30396 \begin_layout Plain Layout
30397
30398
30399 \backslash
30400 TabBesBeg 
30401 \end_layout
30402
30403 \end_inset
30404
30405
30406 \end_layout
30407
30408 \begin_layout Standard
30409 \begin_inset Float table
30410 wide false
30411 sideways false
30412 status open
30413
30414 \begin_layout Plain Layout
30415 \begin_inset Caption Standard
30416
30417 \begin_layout Plain Layout
30418 \begin_inset CommandInset label
30419 LatexCommand label
30420 name "tab:Beschriftung-neben"
30421
30422 \end_inset
30423
30424 Dies ist eine Beschriftung neben einer Tabelle.
30425 \end_layout
30426
30427 \end_inset
30428
30429
30430 \end_layout
30431
30432 \begin_layout Plain Layout
30433 \begin_inset Tabular
30434 <lyxtabular version="3" rows="4" columns="5">
30435 <features tabularvalignment="middle">
30436 <column alignment="center" valignment="top">
30437 <column alignment="center" valignment="top">
30438 <column alignment="center" valignment="top">
30439 <column alignment="center" valignment="top">
30440 <column alignment="center" valignment="top">
30441 <row>
30442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30443 \begin_inset Text
30444
30445 \begin_layout Plain Layout
30446 a
30447 \end_layout
30448
30449 \end_inset
30450 </cell>
30451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30452 \begin_inset Text
30453
30454 \begin_layout Plain Layout
30455
30456 \end_layout
30457
30458 \end_inset
30459 </cell>
30460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30461 \begin_inset Text
30462
30463 \begin_layout Plain Layout
30464 b
30465 \end_layout
30466
30467 \end_inset
30468 </cell>
30469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30470 \begin_inset Text
30471
30472 \begin_layout Plain Layout
30473
30474 \end_layout
30475
30476 \end_inset
30477 </cell>
30478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30479 \begin_inset Text
30480
30481 \begin_layout Plain Layout
30482 c
30483 \end_layout
30484
30485 \end_inset
30486 </cell>
30487 </row>
30488 <row>
30489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30490 \begin_inset Text
30491
30492 \begin_layout Plain Layout
30493
30494 \end_layout
30495
30496 \end_inset
30497 </cell>
30498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30499 \begin_inset Text
30500
30501 \begin_layout Plain Layout
30502 d
30503 \end_layout
30504
30505 \end_inset
30506 </cell>
30507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30508 \begin_inset Text
30509
30510 \begin_layout Plain Layout
30511
30512 \end_layout
30513
30514 \end_inset
30515 </cell>
30516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30517 \begin_inset Text
30518
30519 \begin_layout Plain Layout
30520 e
30521 \end_layout
30522
30523 \end_inset
30524 </cell>
30525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30526 \begin_inset Text
30527
30528 \begin_layout Plain Layout
30529
30530 \end_layout
30531
30532 \end_inset
30533 </cell>
30534 </row>
30535 <row>
30536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30537 \begin_inset Text
30538
30539 \begin_layout Plain Layout
30540 f
30541 \end_layout
30542
30543 \end_inset
30544 </cell>
30545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30546 \begin_inset Text
30547
30548 \begin_layout Plain Layout
30549
30550 \end_layout
30551
30552 \end_inset
30553 </cell>
30554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30555 \begin_inset Text
30556
30557 \begin_layout Plain Layout
30558 g
30559 \end_layout
30560
30561 \end_inset
30562 </cell>
30563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30564 \begin_inset Text
30565
30566 \begin_layout Plain Layout
30567
30568 \end_layout
30569
30570 \end_inset
30571 </cell>
30572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30573 \begin_inset Text
30574
30575 \begin_layout Plain Layout
30576 h
30577 \end_layout
30578
30579 \end_inset
30580 </cell>
30581 </row>
30582 <row>
30583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30584 \begin_inset Text
30585
30586 \begin_layout Plain Layout
30587
30588 \end_layout
30589
30590 \end_inset
30591 </cell>
30592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30593 \begin_inset Text
30594
30595 \begin_layout Plain Layout
30596 i
30597 \end_layout
30598
30599 \end_inset
30600 </cell>
30601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30602 \begin_inset Text
30603
30604 \begin_layout Plain Layout
30605
30606 \end_layout
30607
30608 \end_inset
30609 </cell>
30610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30611 \begin_inset Text
30612
30613 \begin_layout Plain Layout
30614 j
30615 \end_layout
30616
30617 \end_inset
30618 </cell>
30619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30620 \begin_inset Text
30621
30622 \begin_layout Plain Layout
30623
30624 \end_layout
30625
30626 \end_inset
30627 </cell>
30628 </row>
30629 </lyxtabular>
30630
30631 \end_inset
30632
30633
30634 \end_layout
30635
30636 \end_inset
30637
30638
30639 \end_layout
30640
30641 \begin_layout Standard
30642 \begin_inset ERT
30643 status collapsed
30644
30645 \begin_layout Plain Layout
30646
30647
30648 \backslash
30649 TabBesEnd
30650 \end_layout
30651
30652 \end_inset
30653
30654
30655 \end_layout
30656
30657 \begin_layout Standard
30658 \begin_inset ERT
30659 status collapsed
30660
30661 \begin_layout Plain Layout
30662
30663
30664 \backslash
30665 FigBesBeg 
30666 \end_layout
30667
30668 \end_inset
30669
30670
30671 \end_layout
30672
30673 \begin_layout Standard
30674 \begin_inset ERT
30675 status collapsed
30676
30677 \begin_layout Plain Layout
30678
30679
30680 \backslash
30681 sidecaptionvpos{figure}{c}
30682 \end_layout
30683
30684 \end_inset
30685
30686
30687 \begin_inset Float figure
30688 wide false
30689 sideways false
30690 status open
30691
30692 \begin_layout Plain Layout
30693 \begin_inset Graphics
30694         filename ../clipart/3D-structure-distort.pdf
30695         scale 50
30696         scaleBeforeRotation
30697
30698 \end_inset
30699
30700
30701 \end_layout
30702
30703 \begin_layout Plain Layout
30704 \begin_inset Caption Standard
30705
30706 \begin_layout Plain Layout
30707 \begin_inset CommandInset label
30708 LatexCommand label
30709 name "abb:cap-beside-fig-2"
30710
30711 \end_inset
30712
30713 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
30714 \end_layout
30715
30716 \end_inset
30717
30718
30719 \end_layout
30720
30721 \end_inset
30722
30723
30724 \end_layout
30725
30726 \begin_layout Standard
30727 \begin_inset ERT
30728 status collapsed
30729
30730 \begin_layout Plain Layout
30731
30732
30733 \backslash
30734 FigBesEnd
30735 \end_layout
30736
30737 \end_inset
30738
30739
30740 \end_layout
30741
30742 \begin_layout Standard
30743 \begin_inset ERT
30744 status collapsed
30745
30746 \begin_layout Plain Layout
30747
30748
30749 \backslash
30750 TabBesBeg[5]
30751 \end_layout
30752
30753 \end_inset
30754
30755
30756 \end_layout
30757
30758 \begin_layout Standard
30759 \begin_inset Float table
30760 wide false
30761 sideways false
30762 status open
30763
30764 \begin_layout Plain Layout
30765 \begin_inset Caption Standard
30766
30767 \begin_layout Plain Layout
30768 \begin_inset CommandInset label
30769 LatexCommand label
30770 name "tab:Beschriftung-neben-breiter"
30771
30772 \end_inset
30773
30774 Diese Beschriftung ist breiter als die in Tabelle
30775 \begin_inset space ~
30776 \end_inset
30777
30778
30779 \begin_inset CommandInset ref
30780 LatexCommand ref
30781 reference "tab:Beschriftung-neben"
30782
30783 \end_inset
30784
30785 .
30786 \end_layout
30787
30788 \end_inset
30789
30790
30791 \end_layout
30792
30793 \begin_layout Plain Layout
30794 \begin_inset Tabular
30795 <lyxtabular version="3" rows="4" columns="5">
30796 <features tabularvalignment="middle">
30797 <column alignment="center" valignment="top">
30798 <column alignment="center" valignment="top">
30799 <column alignment="center" valignment="top">
30800 <column alignment="center" valignment="top">
30801 <column alignment="center" valignment="top">
30802 <row>
30803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30804 \begin_inset Text
30805
30806 \begin_layout Plain Layout
30807 a
30808 \end_layout
30809
30810 \end_inset
30811 </cell>
30812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30813 \begin_inset Text
30814
30815 \begin_layout Plain Layout
30816
30817 \end_layout
30818
30819 \end_inset
30820 </cell>
30821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30822 \begin_inset Text
30823
30824 \begin_layout Plain Layout
30825 b
30826 \end_layout
30827
30828 \end_inset
30829 </cell>
30830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30831 \begin_inset Text
30832
30833 \begin_layout Plain Layout
30834
30835 \end_layout
30836
30837 \end_inset
30838 </cell>
30839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30840 \begin_inset Text
30841
30842 \begin_layout Plain Layout
30843 c
30844 \end_layout
30845
30846 \end_inset
30847 </cell>
30848 </row>
30849 <row>
30850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30851 \begin_inset Text
30852
30853 \begin_layout Plain Layout
30854
30855 \end_layout
30856
30857 \end_inset
30858 </cell>
30859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30860 \begin_inset Text
30861
30862 \begin_layout Plain Layout
30863 d
30864 \end_layout
30865
30866 \end_inset
30867 </cell>
30868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30869 \begin_inset Text
30870
30871 \begin_layout Plain Layout
30872
30873 \end_layout
30874
30875 \end_inset
30876 </cell>
30877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30878 \begin_inset Text
30879
30880 \begin_layout Plain Layout
30881 e
30882 \end_layout
30883
30884 \end_inset
30885 </cell>
30886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30887 \begin_inset Text
30888
30889 \begin_layout Plain Layout
30890
30891 \end_layout
30892
30893 \end_inset
30894 </cell>
30895 </row>
30896 <row>
30897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30898 \begin_inset Text
30899
30900 \begin_layout Plain Layout
30901 f
30902 \end_layout
30903
30904 \end_inset
30905 </cell>
30906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30907 \begin_inset Text
30908
30909 \begin_layout Plain Layout
30910
30911 \end_layout
30912
30913 \end_inset
30914 </cell>
30915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30916 \begin_inset Text
30917
30918 \begin_layout Plain Layout
30919 g
30920 \end_layout
30921
30922 \end_inset
30923 </cell>
30924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30925 \begin_inset Text
30926
30927 \begin_layout Plain Layout
30928
30929 \end_layout
30930
30931 \end_inset
30932 </cell>
30933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30934 \begin_inset Text
30935
30936 \begin_layout Plain Layout
30937 h
30938 \end_layout
30939
30940 \end_inset
30941 </cell>
30942 </row>
30943 <row>
30944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30945 \begin_inset Text
30946
30947 \begin_layout Plain Layout
30948
30949 \end_layout
30950
30951 \end_inset
30952 </cell>
30953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30954 \begin_inset Text
30955
30956 \begin_layout Plain Layout
30957 i
30958 \end_layout
30959
30960 \end_inset
30961 </cell>
30962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30963 \begin_inset Text
30964
30965 \begin_layout Plain Layout
30966
30967 \end_layout
30968
30969 \end_inset
30970 </cell>
30971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30972 \begin_inset Text
30973
30974 \begin_layout Plain Layout
30975 j
30976 \end_layout
30977
30978 \end_inset
30979 </cell>
30980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30981 \begin_inset Text
30982
30983 \begin_layout Plain Layout
30984
30985 \end_layout
30986
30987 \end_inset
30988 </cell>
30989 </row>
30990 </lyxtabular>
30991
30992 \end_inset
30993
30994
30995 \end_layout
30996
30997 \end_inset
30998
30999
31000 \end_layout
31001
31002 \begin_layout Standard
31003 \begin_inset ERT
31004 status collapsed
31005
31006 \begin_layout Plain Layout
31007
31008
31009 \backslash
31010 TabBesEnd
31011 \end_layout
31012
31013 \end_inset
31014
31015
31016 \end_layout
31017
31018 \begin_layout Standard
31019 \begin_inset ERT
31020 status collapsed
31021
31022 \begin_layout Plain Layout
31023
31024
31025 \backslash
31026 else
31027 \end_layout
31028
31029 \end_inset
31030
31031
31032 \begin_inset Note Note
31033 status open
31034
31035 \begin_layout Plain Layout
31036 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
31037 -Paket 
31038 \series bold
31039 sidecap
31040 \series default
31041  nicht installiert ist:
31042 \end_layout
31043
31044 \end_inset
31045
31046
31047 \end_layout
31048
31049 \begin_layout Standard
31050 Das \SpecialChar LaTeX
31051 -Paket 
31052 \series bold
31053 sidecap
31054 \series default
31055  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
31056 \end_layout
31057
31058 \begin_layout Standard
31059 \begin_inset ERT
31060 status collapsed
31061
31062 \begin_layout Plain Layout
31063
31064
31065 \backslash
31066 fi
31067 \end_layout
31068
31069 \end_inset
31070
31071
31072 \end_layout
31073
31074 \begin_layout Section
31075 Gleitobjekt-Verzeichnisse
31076 \begin_inset Index idx
31077 status collapsed
31078
31079 \begin_layout Plain Layout
31080 Gleitobjekte ! Verzeichnisse
31081 \end_layout
31082
31083 \end_inset
31084
31085
31086 \end_layout
31087
31088 \begin_layout Standard
31089 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
31090  Sie können mit den Untermenüs von 
31091 \family sans
31092 Einfügen\SpecialChar menuseparator
31093 Liste
31094 \begin_inset space ~
31095 \end_inset
31096
31097 /
31098 \begin_inset space ~
31099 \end_inset
31100
31101 Inhaltsverzeichnis
31102 \family default
31103  eingefügt werden.
31104 \end_layout
31105
31106 \begin_layout Standard
31107 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
31108  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
31109 \end_layout
31110
31111 \begin_layout Standard
31112 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
31113  und ein Tabellen-Verzeichnis.
31114 \end_layout
31115
31116 \begin_layout Chapter
31117 Notizen
31118 \end_layout
31119
31120 \begin_layout Section
31121 \SpecialChar LyX
31122 -Notizen
31123 \begin_inset Index idx
31124 status collapsed
31125
31126 \begin_layout Plain Layout
31127 Notizen ! \SpecialChar LyX
31128 -Notizen
31129 \end_layout
31130
31131 \end_inset
31132
31133
31134 \end_layout
31135
31136 \begin_layout Standard
31137 Notizen werden mit einem Klick auf 
31138 \begin_inset Info
31139 type  "icon"
31140 arg   "note-insert"
31141 \end_inset
31142
31143  oder 
31144 \family sans
31145 Einfügen\SpecialChar menuseparator
31146 Notiz
31147 \family default
31148  eingefügt.
31149  Es gibt drei Arten:
31150 \end_layout
31151
31152 \begin_layout Description
31153 \SpecialChar LyX
31154 -Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
31155  Eine 
31156 \family sans
31157 \SpecialChar LyX
31158 -Notiz
31159 \family default
31160  sieht so aus:
31161 \begin_inset Newline newline
31162 \end_inset
31163
31164
31165 \begin_inset Newline newline
31166 \end_inset
31167
31168
31169 \begin_inset Graphics
31170         filename clipart/LyXNotiz.png
31171         display false
31172         scale 80
31173         scaleBeforeRotation
31174
31175 \end_inset
31176
31177  
31178 \begin_inset Note Note
31179 status open
31180
31181 \begin_layout Plain Layout
31182 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
31183 \end_layout
31184
31185 \end_inset
31186
31187
31188 \end_layout
31189
31190 \begin_layout Description
31191 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
31192  \SpecialChar LaTeX
31193 -Kommentar, wenn Sie das Dokument nach \SpecialChar LaTeX
31194  exportieren (
31195 \family sans
31196 Datei\SpecialChar menuseparator
31197 Ex\SpecialChar softhyphen
31198 por\SpecialChar softhyphen
31199 tie\SpecialChar softhyphen
31200 ren\SpecialChar menuseparator
31201 LaTeX
31202 \begin_inset space ~
31203 \end_inset
31204
31205 (pdflatex) / (normal)
31206 \family default
31207 .
31208  Ein Kommentar sieht so aus:
31209 \begin_inset Newline newline
31210 \end_inset
31211
31212
31213 \begin_inset Newline newline
31214 \end_inset
31215
31216
31217 \begin_inset Graphics
31218         filename clipart/Kommentar.png
31219         display false
31220         scale 80
31221         scaleBeforeRotation
31222
31223 \end_inset
31224
31225  
31226 \begin_inset Note Comment
31227 status open
31228
31229 \begin_layout Plain Layout
31230 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
31231 \end_layout
31232
31233 \end_inset
31234
31235
31236 \end_layout
31237
31238 \begin_layout Description
31239 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
31240 \begin_inset Newline newline
31241 \end_inset
31242
31243
31244 \begin_inset Newline newline
31245 \end_inset
31246
31247
31248 \begin_inset Graphics
31249         filename clipart/GrauschriftNotiz.png
31250         display false
31251         scale 80
31252         scaleBeforeRotation
31253
31254 \end_inset
31255
31256
31257 \begin_inset Newline newline
31258 \end_inset
31259
31260
31261 \begin_inset ERT
31262 status collapsed
31263
31264 \begin_layout Plain Layout
31265
31266
31267 \backslash
31268 renewenvironment{lyxgreyedout}
31269 \end_layout
31270
31271 \begin_layout Plain Layout
31272
31273 {
31274 \backslash
31275 textcolor[gray]{0.4}
31276 \backslash
31277 bgroup}{
31278 \backslash
31279 egroup}
31280 \end_layout
31281
31282 \end_inset
31283
31284
31285 \begin_inset Note Greyedout
31286 status open
31287
31288 \begin_layout Plain Layout
31289 Dies ist Text in einem Kommentar-Kästchen, der nur als Kommentar in der
31290  \SpecialChar LaTeX
31291 -Datei erscheint.
31292 \end_layout
31293
31294 \end_inset
31295
31296
31297 \begin_inset ERT
31298 status collapsed
31299
31300 \begin_layout Plain Layout
31301
31302
31303 \backslash
31304 renewenvironment{lyxgreyedout}
31305 \end_layout
31306
31307 \begin_layout Plain Layout
31308
31309 {
31310 \backslash
31311 textcolor{blue}
31312 \backslash
31313 bgroup}{
31314 \backslash
31315 egroup}
31316 \end_layout
31317
31318 \end_inset
31319
31320
31321 \begin_inset Note Note
31322 status collapsed
31323
31324 \begin_layout Plain Layout
31325 Die Grauschrift-Notiz wurde auf die ursprüngliche \SpecialChar LyX
31326 -Definition zurückgesetzt,
31327  weil Grauschriften im \SpecialChar LaTeX
31328 -Vorspann dieses Dokuments blau definiert wurden.
31329  
31330 \end_layout
31331
31332 \end_inset
31333
31334
31335 \begin_inset Newline newline
31336 \end_inset
31337
31338
31339 \begin_inset Newline newline
31340 \end_inset
31341
31342 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
31343  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
31344 \end_layout
31345
31346 \begin_layout Standard
31347 \begin_inset VSpace bigskip
31348 \end_inset
31349
31350 Wenn Sie auf den Werkzeugleistenknopf 
31351 \family sans
31352
31353 \begin_inset Info
31354 type  "icon"
31355 arg   "note-insert"
31356 \end_inset
31357
31358
31359 \family default
31360  klicken, wird zunächst eine 
31361 \family sans
31362 \SpecialChar LyX
31363 -Notiz
31364 \family default
31365  eingefügt.
31366  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
31367  Notiz-Typen auswählen.
31368  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
31369  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
31370  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
31371  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
31372  am Ende der Notiz ist.
31373 \end_layout
31374
31375 \begin_layout Standard
31376 \begin_inset VSpace bigskip
31377 \end_inset
31378
31379 Die Textfarbe von Grauschrift-Boxen kann im Menü 
31380 \family sans
31381 Dokument\SpecialChar menuseparator
31382 Einstellungen\SpecialChar menuseparator
31383 Farben
31384 \family default
31385  geändert werden.
31386 \end_layout
31387
31388 \begin_layout Section
31389 Fußnoten
31390 \begin_inset CommandInset label
31391 LatexCommand label
31392 name "abs:Fußnoten"
31393
31394 \end_inset
31395
31396
31397 \begin_inset Index idx
31398 status collapsed
31399
31400 \begin_layout Plain Layout
31401 Notizen ! Fußnoten
31402 \end_layout
31403
31404 \end_inset
31405
31406
31407 \begin_inset Index idx
31408 status collapsed
31409
31410 \begin_layout Plain Layout
31411 Fußnoten
31412 \end_layout
31413
31414 \end_inset
31415
31416
31417 \end_layout
31418
31419 \begin_layout Standard
31420 Fußnoten werden über den Werkzeugleistenknopf 
31421 \begin_inset Info
31422 type  "icon"
31423 arg   "footnote-insert"
31424 \end_inset
31425
31426  oder das Menü 
31427 \family sans
31428 Einfügen\SpecialChar menuseparator
31429 Fußnote
31430 \family default
31431  eingefügt.
31432  Man sieht dann diese Fußnotenbox: 
31433 \begin_inset Graphics
31434         filename clipart/Fussnote.png
31435         scale 95
31436         scaleBeforeRotation
31437
31438 \end_inset
31439
31440  in die der Fußnotentext eingegeben wird.
31441  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
31442  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
31443  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
31444 \family sans
31445 Backspace
31446 \family default
31447  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
31448 \family sans
31449 Entf
31450 \family default
31451  wenn der Cursor am Ende der Fußnote ist.
31452 \end_layout
31453
31454 \begin_layout Standard
31455 Hier ist eine Beispielfußnote:
31456 \color black
31457
31458 \begin_inset Foot
31459 status open
31460
31461 \begin_layout Plain Layout
31462 \begin_inset CommandInset label
31463 LatexCommand label
31464 name "fuss:Fußnoten-Beispiel"
31465
31466 \end_inset
31467
31468 Dies ist eine Fußnote.
31469 \end_layout
31470
31471 \end_inset
31472
31473
31474 \color inherit
31475
31476 \begin_inset ERT
31477 status collapsed
31478
31479 \begin_layout Plain Layout
31480
31481
31482 \backslash
31483 newcounter{MyRepeatFoot}
31484 \end_layout
31485
31486 \begin_layout Plain Layout
31487
31488
31489 \backslash
31490 setcounter{MyRepeatFoot}{
31491 \backslash
31492 thefootnote}
31493 \end_layout
31494
31495 \end_inset
31496
31497
31498 \end_layout
31499
31500 \begin_layout Standard
31501 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
31502  wurde, eine hochgestellte Zahl.
31503  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
31504  hochgestellt dem Text vorangeht.
31505  Die Fußnotennummern werden von \SpecialChar LaTeX
31506  berechnet und sind fortlaufend.
31507  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
31508  werden.
31509 \end_layout
31510
31511 \begin_layout Standard
31512 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
31513  der Fußnote eine Marke eingefügt wurde.
31514  Dies ist ein Querverweis auf Fußnote
31515 \begin_inset space ~
31516 \end_inset
31517
31518
31519 \begin_inset CommandInset ref
31520 LatexCommand ref
31521 reference "fuss:Fußnoten-Beispiel"
31522
31523 \end_inset
31524
31525 .
31526 \end_layout
31527
31528 \begin_layout Standard
31529 \begin_inset VSpace defskip
31530 \end_inset
31531
31532 Fußnoten in Titel-Umgebungen werden üblicherweise mit Symbolen nummeriert
31533  und sie können nur einen Absatz enthalten.
31534  Siehe als Beispiel die Fußnote der Titelseite dieses Dokuments.
31535 \end_layout
31536
31537 \begin_layout Standard
31538 \begin_inset VSpace defskip
31539 \end_inset
31540
31541 Fußnoten in Tabellen werden von \SpecialChar LaTeX
31542  aus technischen Gründen nicht gedruckt.
31543  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
31544  wird der Befehl 
31545 \series bold
31546
31547 \backslash
31548 footnotemark{}
31549 \series default
31550  als \SpecialChar TeX
31551 -Code eingefügt.
31552  Der Text der Fußnote wird als Argument des \SpecialChar TeX
31553 -Code-Befehls 
31554 \series bold
31555
31556 \backslash
31557 footnotetext
31558 \series default
31559  nach der Tabelle eingegeben.
31560 \begin_inset Newline newline
31561 \end_inset
31562
31563 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
31564 \end_layout
31565
31566 \begin_layout Standard
31567
31568 \series bold
31569
31570 \backslash
31571 footnotetext{
31572 \series default
31573 Gedruckte Tabellenfußnote.
31574 \series bold
31575 }
31576 \end_layout
31577
31578 \begin_layout Standard
31579 \begin_inset Tabular
31580 <lyxtabular version="3" rows="2" columns="1">
31581 <features tabularvalignment="middle">
31582 <column alignment="center" valignment="top">
31583 <row>
31584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31585 \begin_inset Text
31586
31587 \begin_layout Plain Layout
31588 Dies ist ein Beispieltext.
31589 \begin_inset Foot
31590 status open
31591
31592 \begin_layout Plain Layout
31593 Diese Fußnote wird nicht gedruckt!
31594 \end_layout
31595
31596 \end_inset
31597
31598
31599 \end_layout
31600
31601 \end_inset
31602 </cell>
31603 </row>
31604 <row>
31605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31606 \begin_inset Text
31607
31608 \begin_layout Plain Layout
31609 Dies ist ein Beispieltext.
31610 \begin_inset ERT
31611 status collapsed
31612
31613 \begin_layout Plain Layout
31614
31615
31616 \backslash
31617 footnotemark{}
31618 \end_layout
31619
31620 \end_inset
31621
31622
31623 \end_layout
31624
31625 \end_inset
31626 </cell>
31627 </row>
31628 </lyxtabular>
31629
31630 \end_inset
31631
31632
31633 \begin_inset ERT
31634 status collapsed
31635
31636 \begin_layout Plain Layout
31637
31638
31639 \backslash
31640 footnotetext{
31641 \end_layout
31642
31643 \end_inset
31644
31645 Gedruckte Tabellenfußnote.
31646 \begin_inset ERT
31647 status collapsed
31648
31649 \begin_layout Plain Layout
31650
31651 }
31652 \end_layout
31653
31654 \end_inset
31655
31656
31657 \end_layout
31658
31659 \begin_layout Standard
31660 Fußnoten in langen Tabellen sind in Abschnitt
31661 \begin_inset space ~
31662 \end_inset
31663
31664
31665 \begin_inset CommandInset ref
31666 LatexCommand ref
31667 reference "uab:Fußnoten-in-mehrseitigen"
31668
31669 \end_inset
31670
31671  beschrieben.
31672 \end_layout
31673
31674 \begin_layout Standard
31675 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
31676  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
31677  innerhalb einer Seite ist.
31678  (Mehr über Minipages ist in Abschnitt
31679 \begin_inset space ~
31680 \end_inset
31681
31682
31683 \begin_inset CommandInset ref
31684 LatexCommand ref
31685 reference "abs:Minipage"
31686
31687 \end_inset
31688
31689  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
31690  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
31691  Methode mit 
31692 \series bold
31693
31694 \backslash
31695 footnotemark{}
31696 \series default
31697  und 
31698 \series bold
31699
31700 \backslash
31701 footnotetext
31702 \series default
31703 .
31704 \end_layout
31705
31706 \begin_layout Standard
31707 \begin_inset Box Frameless
31708 position "t"
31709 hor_pos "c"
31710 has_inner_box 1
31711 inner_pos "t"
31712 use_parbox 0
31713 use_makebox 0
31714 width "100col%"
31715 special "none"
31716 height "1in"
31717 height_special "totalheight"
31718 thickness "0.4pt"
31719 separation "3pt"
31720 shadowsize "4pt"
31721 framecolor "black"
31722 backgroundcolor "none"
31723 status open
31724
31725 \begin_layout Plain Layout
31726 Dies ist ein Beispieltext.in einer Minipage.
31727 \begin_inset Foot
31728 status open
31729
31730 \begin_layout Plain Layout
31731 Fußnote in einer Minipage.
31732 \end_layout
31733
31734 \end_inset
31735
31736
31737 \end_layout
31738
31739 \begin_layout Plain Layout
31740 Dies ist ein Beispieltext.
31741  in einer Minipage.
31742 \begin_inset ERT
31743 status collapsed
31744
31745 \begin_layout Plain Layout
31746
31747
31748 \backslash
31749 footnotemark{}
31750 \end_layout
31751
31752 \end_inset
31753
31754
31755 \end_layout
31756
31757 \end_inset
31758
31759
31760 \end_layout
31761
31762 \begin_layout Standard
31763 \begin_inset ERT
31764 status collapsed
31765
31766 \begin_layout Plain Layout
31767
31768
31769 \backslash
31770 footnotetext{
31771 \end_layout
31772
31773 \end_inset
31774
31775 Fußnote außerhalb der Minipage.
31776 \begin_inset ERT
31777 status collapsed
31778
31779 \begin_layout Plain Layout
31780
31781 }
31782 \end_layout
31783
31784 \end_inset
31785
31786
31787 \end_layout
31788
31789 \begin_layout Standard
31790 \begin_inset VSpace defskip
31791 \end_inset
31792
31793
31794 \end_layout
31795
31796 \begin_layout Standard
31797 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
31798  Fußnotentext zu drucken, verwenden Sie den \SpecialChar TeX
31799 -Code-Befehl 
31800 \series bold
31801
31802 \backslash
31803 footnotemark[Nummer]
31804 \series default
31805 .
31806 \begin_inset Newline newline
31807 \end_inset
31808
31809 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
31810  sie speichern, nachdem Sie die Fußnote eingefügt haben.
31811  Hinter Fußnote
31812 \begin_inset space ~
31813 \end_inset
31814
31815
31816 \begin_inset CommandInset ref
31817 LatexCommand ref
31818 reference "fuss:Fußnoten-Beispiel"
31819
31820 \end_inset
31821
31822  wurde das mit folgenden \SpecialChar TeX
31823 -Code-Befehlen gemacht:
31824 \end_layout
31825
31826 \begin_layout Standard
31827
31828 \series bold
31829
31830 \backslash
31831 newcounter{MyRepeatFoot}
31832 \begin_inset Newline newline
31833 \end_inset
31834
31835
31836 \backslash
31837 setcounter{MyRepeatFoot}{
31838 \backslash
31839 thefootnote}
31840 \end_layout
31841
31842 \begin_layout Standard
31843 Die Fußnotenmarke wurde dann mit diesem \SpecialChar TeX
31844 -Code-Befehl definiert;
31845 \end_layout
31846
31847 \begin_layout Standard
31848
31849 \series bold
31850
31851 \backslash
31852 footnotemark[
31853 \backslash
31854 theMyRepeatFoot]
31855 \end_layout
31856
31857 \begin_layout Standard
31858 Hier ist eine wiederholte Fußnote:
31859 \begin_inset ERT
31860 status collapsed
31861
31862 \begin_layout Plain Layout
31863
31864
31865 \backslash
31866 footnotemark[
31867 \backslash
31868 theMyRepeatFoot]
31869 \end_layout
31870
31871 \end_inset
31872
31873
31874 \end_layout
31875
31876 \begin_layout Standard
31877 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
31878  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
31879 \end_layout
31880
31881 \begin_layout Standard
31882
31883 \series bold
31884
31885 \backslash
31886 footnotemark[
31887 \backslash
31888 thefootnote]
31889 \end_layout
31890
31891 \begin_layout Standard
31892 Hier ist eine weitere wiederholte Fußnote:
31893 \begin_inset ERT
31894 status collapsed
31895
31896 \begin_layout Plain Layout
31897
31898
31899 \backslash
31900 footnotemark[
31901 \backslash
31902 thefootnote]
31903 \end_layout
31904
31905 \end_inset
31906
31907
31908 \end_layout
31909
31910 \begin_layout Subsection
31911 Fußnoten-Nummerierung
31912 \begin_inset CommandInset label
31913 LatexCommand label
31914 name "uab:Fußnoten-Nummerierung"
31915
31916 \end_inset
31917
31918
31919 \begin_inset Index idx
31920 status collapsed
31921
31922 \begin_layout Plain Layout
31923 Fußnoten ! Nummerierung
31924 \end_layout
31925
31926 \end_inset
31927
31928
31929 \end_layout
31930
31931 \begin_layout Standard
31932 Um Fußnoten nach jedem Abschnitt
31933 \family roman
31934  auf 1 zurückzusetzen, 
31935 \family default
31936 müssen Sie folgenden Befehl in den \SpecialChar LaTeX
31937 -Vorspann schreiben:
31938 \end_layout
31939
31940 \begin_layout Standard
31941
31942 \series bold
31943
31944 \backslash
31945 @addtoreset{footnote}{section}
31946 \end_layout
31947
31948 \begin_layout Standard
31949 \begin_inset VSpace bigskip
31950 \end_inset
31951
31952 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
31953  Zahlen:
31954 \end_layout
31955
31956 \begin_layout Standard
31957
31958 \series bold
31959
31960 \backslash
31961 renewcommand{
31962 \backslash
31963 thefootnote}{
31964 \backslash
31965 roman{footnote}}
31966 \end_layout
31967
31968 \begin_layout Standard
31969 \begin_inset ERT
31970 status collapsed
31971
31972 \begin_layout Plain Layout
31973
31974
31975 \backslash
31976 renewcommand{
31977 \backslash
31978 thefootnote}{
31979 \backslash
31980 roman{footnote}}
31981 \end_layout
31982
31983 \end_inset
31984
31985  Hier ist ein Beispiel für solch eine Fußnote:
31986 \begin_inset Foot
31987 status open
31988
31989 \begin_layout Plain Layout
31990 Dies ist eine Fußnote mit kleinen römischen Zahlen
31991 \end_layout
31992
31993 \end_inset
31994
31995
31996 \end_layout
31997
31998 \begin_layout Standard
31999 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
32000  in obigem Befehl 
32001 \series bold
32002
32003 \backslash
32004 roman
32005 \series default
32006  durch 
32007 \series bold
32008
32009 \backslash
32010 Roman
32011 \series default
32012 .
32013  Um Fußnoten mit großen oder kleinen Buchstaben zu 
32014 \begin_inset Quotes gld
32015 \end_inset
32016
32017 nummerieren
32018 \begin_inset Quotes grd
32019 \end_inset
32020
32021 , verwenden Sie die Befehle 
32022 \series bold
32023
32024 \backslash
32025 Alph
32026 \series default
32027  oder 
32028 \series bold
32029
32030 \backslash
32031 alph
32032 \series default
32033 .
32034  Für die 
32035 \begin_inset Quotes gld
32036 \end_inset
32037
32038 Nummerierung
32039 \begin_inset Quotes grd
32040 \end_inset
32041
32042  mit Symbolen steht der Befehl 
32043 \series bold
32044
32045 \backslash
32046 fnsymbol
32047 \series default
32048  zur Verfügung.
32049 \end_layout
32050
32051 \begin_layout Standard
32052 \begin_inset Note Greyedout
32053 status open
32054
32055 \begin_layout Plain Layout
32056
32057 \series bold
32058 Bemerkung 1:
32059 \series default
32060  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
32061  
32062 \emph on
32063 ein
32064 \emph default
32065  Buchstabe verwendet wird.
32066 \end_layout
32067
32068 \end_inset
32069
32070
32071 \begin_inset Newline newline
32072 \end_inset
32073
32074
32075 \begin_inset Note Greyedout
32076 status open
32077
32078 \begin_layout Plain Layout
32079
32080 \series bold
32081 Bemerkung 2:
32082 \series default
32083  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
32084 \end_layout
32085
32086 \end_inset
32087
32088
32089 \end_layout
32090
32091 \begin_layout Standard
32092 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
32093 \series bold
32094
32095 \backslash
32096 arabic
32097 \series default
32098  anstelle von 
32099 \series bold
32100
32101 \backslash
32102 roman
32103 \series default
32104  in obigem Befehl.
32105 \begin_inset ERT
32106 status collapsed
32107
32108 \begin_layout Plain Layout
32109
32110
32111 \backslash
32112 renewcommand{
32113 \backslash
32114 thefootnote}{
32115 \backslash
32116 arabic{footnote}}
32117 \end_layout
32118
32119 \end_inset
32120
32121
32122 \end_layout
32123
32124 \begin_layout Standard
32125 \begin_inset VSpace bigskip
32126 \end_inset
32127
32128
32129 \end_layout
32130
32131 \begin_layout Standard
32132 Wenn Sie wollen, dass Fußnoten nach dem Schema 
32133 \begin_inset Quotes gld
32134 \end_inset
32135
32136 Kapitel.Fußnote
32137 \begin_inset Quotes grd
32138 \end_inset
32139
32140  nummeriert werden, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
32141 -Vorspann schreiben:
32142 \end_layout
32143
32144 \begin_layout Standard
32145
32146 \series bold
32147
32148 \backslash
32149 numberwithin{footnote}{chapter}
32150 \end_layout
32151
32152 \begin_layout Standard
32153 Um 
32154 \series bold
32155
32156 \backslash
32157 numberwithin
32158 \series default
32159  benutzen zu können, muss in den 
32160 \family sans
32161 Mathe
32162 \begin_inset space ~
32163 \end_inset
32164
32165 Optionen
32166 \family default
32167  der 
32168 \family sans
32169 Dokument-Einstellungen
32170 \family default
32171  
32172 \family sans
32173 AMS
32174 \begin_inset space ~
32175 \end_inset
32176
32177 Mathe
32178 \begin_inset space ~
32179 \end_inset
32180
32181 Paket
32182 \family default
32183
32184 \begin_inset space ~
32185 \end_inset
32186
32187
32188 \family sans
32189 verwenden
32190 \family default
32191  angekreuzt sein.
32192 \begin_inset ERT
32193 status collapsed
32194
32195 \begin_layout Plain Layout
32196
32197
32198 \backslash
32199 numberwithin{footnote}{chapter}
32200 \end_layout
32201
32202 \end_inset
32203
32204  Hier ist ein Beispiel für solch eine Fußnote.
32205 \series bold
32206
32207 \begin_inset Foot
32208 status open
32209
32210 \begin_layout Plain Layout
32211 Dies ist eine Fußnote nach dem Schema 
32212 \begin_inset Quotes gld
32213 \end_inset
32214
32215 Kapitel.Fußnote
32216 \begin_inset Quotes grd
32217 \end_inset
32218
32219 .
32220 \end_layout
32221
32222 \end_inset
32223
32224
32225 \series default
32226
32227 \begin_inset ERT
32228 status collapsed
32229
32230 \begin_layout Plain Layout
32231
32232
32233 \backslash
32234 renewcommand{
32235 \backslash
32236 thefootnote}{
32237 \backslash
32238 arabic{footnote}}
32239 \end_layout
32240
32241 \end_inset
32242
32243
32244 \end_layout
32245
32246 \begin_layout Standard
32247 \begin_inset Note Greyedout
32248 status open
32249
32250 \begin_layout Plain Layout
32251
32252 \series bold
32253 Bemerkung:
32254 \series default
32255  
32256 \series bold
32257
32258 \backslash
32259 numberwithin
32260 \series default
32261  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
32262  werden überschrieben.
32263 \end_layout
32264
32265 \end_inset
32266
32267
32268 \end_layout
32269
32270 \begin_layout Standard
32271 Um also z.
32272 \begin_inset space \thinspace{}
32273 \end_inset
32274
32275 B.
32276  das Schema 
32277 \begin_inset Quotes gld
32278 \end_inset
32279
32280 Kapitel.
32281 \backslash
32282 Roman{footnote}
32283 \begin_inset Quotes grd
32284 \end_inset
32285
32286  zu erhalten, muss dieser Befehl anstelle von 
32287 \series bold
32288
32289 \backslash
32290 numberwithin
32291 \series default
32292  verwendet werden:
32293 \end_layout
32294
32295 \begin_layout Standard
32296
32297 \series bold
32298
32299 \backslash
32300 renewcommand{
32301 \backslash
32302 thefootnote}{
32303 \backslash
32304 thechapter.
32305 \backslash
32306 Roman{footnote}}
32307 \end_layout
32308
32309 \begin_layout Subsection
32310 Fußnoten-Platzierung
32311 \begin_inset Index idx
32312 status collapsed
32313
32314 \begin_layout Plain Layout
32315 Fußnoten ! Platzierung
32316 \end_layout
32317
32318 \end_inset
32319
32320
32321 \end_layout
32322
32323 \begin_layout Standard
32324 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
32325  ohne Zwischenraum am Ende der Seite gedruckt.
32326  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
32327  \SpecialChar LaTeX
32328 -Vorspann 1.5
32329 \begin_inset space \thinspace{}
32330 \end_inset
32331
32332 mm Zwischenraum einfügen:
32333 \end_layout
32334
32335 \begin_layout Standard
32336
32337 \series bold
32338
32339 \backslash
32340 let
32341 \backslash
32342 myFoot
32343 \backslash
32344 footnote
32345 \begin_inset Newline newline
32346 \end_inset
32347
32348
32349 \backslash
32350 renewcommand{
32351 \backslash
32352 footnote}[1]{
32353 \backslash
32354 myFoot{#1
32355 \backslash
32356 vspace{1.5mm}}}
32357 \end_layout
32358
32359 \begin_layout Standard
32360 \begin_inset VSpace bigskip
32361 \end_inset
32362
32363 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
32364  Spalte gedruckt, Abbildung
32365 \begin_inset space ~
32366 \end_inset
32367
32368
32369 \begin_inset CommandInset ref
32370 LatexCommand ref
32371 reference "abb:Standard-Fußnoten-Platzierung-in"
32372
32373 \end_inset
32374
32375 .
32376  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
32377  in Abbildung
32378 \begin_inset space ~
32379 \end_inset
32380
32381
32382 \begin_inset CommandInset ref
32383 LatexCommand ref
32384 reference "abb:Fußnoten-Platzierung-in-einem"
32385
32386 \end_inset
32387
32388 , müssen Sie das \SpecialChar LaTeX
32389 -Paket 
32390 \series bold
32391 ftnright
32392 \series default
32393
32394 \begin_inset Index idx
32395 status collapsed
32396
32397 \begin_layout Plain Layout
32398 \SpecialChar LaTeX
32399 -Pakete ! ftnright
32400 \end_layout
32401
32402 \end_inset
32403
32404  mit folgendem Befehl im \SpecialChar LaTeX
32405 -Vorspann einfügen:
32406 \end_layout
32407
32408 \begin_layout Standard
32409
32410 \series bold
32411
32412 \backslash
32413 usepackage{ftnright}
32414 \end_layout
32415
32416 \begin_layout Standard
32417 \begin_inset Float figure
32418 placement !h
32419 wide false
32420 sideways false
32421 status open
32422
32423 \begin_layout Plain Layout
32424 \noindent
32425 \align center
32426 \begin_inset Box Boxed
32427 position "t"
32428 hor_pos "c"
32429 has_inner_box 0
32430 inner_pos "t"
32431 use_parbox 0
32432 use_makebox 0
32433 width ""
32434 special "none"
32435 height "1in"
32436 height_special "totalheight"
32437 thickness "0.4pt"
32438 separation "3pt"
32439 shadowsize "4pt"
32440 framecolor "black"
32441 backgroundcolor "none"
32442 status open
32443
32444 \begin_layout Plain Layout
32445 \begin_inset Graphics
32446         filename ../clipart/without_fntright.pdf
32447         width 100col%
32448         scaleBeforeRotation
32449
32450 \end_inset
32451
32452
32453 \end_layout
32454
32455 \end_inset
32456
32457
32458 \end_layout
32459
32460 \begin_layout Plain Layout
32461 \begin_inset Caption Standard
32462
32463 \begin_layout Plain Layout
32464 \begin_inset CommandInset label
32465 LatexCommand label
32466 name "abb:Standard-Fußnoten-Platzierung-in"
32467
32468 \end_inset
32469
32470 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
32471 \begin_inset Argument 1
32472 status open
32473
32474 \begin_layout Plain Layout
32475 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
32476 \end_layout
32477
32478 \end_inset
32479
32480
32481 \end_layout
32482
32483 \end_inset
32484
32485
32486 \end_layout
32487
32488 \end_inset
32489
32490
32491 \end_layout
32492
32493 \begin_layout Standard
32494 \begin_inset Float figure
32495 placement !h
32496 wide false
32497 sideways false
32498 status open
32499
32500 \begin_layout Plain Layout
32501 \noindent
32502 \align center
32503 \begin_inset Box Boxed
32504 position "t"
32505 hor_pos "c"
32506 has_inner_box 0
32507 inner_pos "t"
32508 use_parbox 0
32509 use_makebox 0
32510 width ""
32511 special "none"
32512 height "1in"
32513 height_special "totalheight"
32514 thickness "0.4pt"
32515 separation "3pt"
32516 shadowsize "4pt"
32517 framecolor "black"
32518 backgroundcolor "none"
32519 status open
32520
32521 \begin_layout Plain Layout
32522 \begin_inset Graphics
32523         filename ../clipart/with_fntright.pdf
32524         width 100col%
32525         scaleBeforeRotation
32526
32527 \end_inset
32528
32529
32530 \end_layout
32531
32532 \end_inset
32533
32534
32535 \end_layout
32536
32537 \begin_layout Plain Layout
32538 \begin_inset Caption Standard
32539
32540 \begin_layout Plain Layout
32541 \begin_inset CommandInset label
32542 LatexCommand label
32543 name "abb:Fußnoten-Platzierung-in-einem"
32544
32545 \end_inset
32546
32547 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem \SpecialChar LaTeX
32548 -Paket 
32549 \series bold
32550 ftnright
32551 \series default
32552 .
32553 \begin_inset Argument 1
32554 status collapsed
32555
32556 \begin_layout Plain Layout
32557 Fußnoten-Platzierung mit 
32558 \family typewriter
32559 ftnright
32560 \end_layout
32561
32562 \end_inset
32563
32564
32565 \end_layout
32566
32567 \end_inset
32568
32569
32570 \end_layout
32571
32572 \end_inset
32573
32574
32575 \end_layout
32576
32577 \begin_layout Standard
32578 \begin_inset VSpace bigskip
32579 \end_inset
32580
32581 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
32582  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
32583 \begin_inset space ~
32584 \end_inset
32585
32586
32587 \begin_inset CommandInset ref
32588 LatexCommand ref
32589 reference "abb:endnotes"
32590
32591 \end_inset
32592
32593  gedruckt.
32594  Man nennt sie dann 
32595 \begin_inset Quotes gld
32596 \end_inset
32597
32598 Endnoten
32599 \begin_inset Quotes grd
32600 \end_inset
32601
32602 .
32603 \begin_inset Index idx
32604 status collapsed
32605
32606 \begin_layout Plain Layout
32607 Endnoten
32608 \end_layout
32609
32610 \end_inset
32611
32612  Um das zu erreichen, laden Sie im Menü 
32613 \family sans
32614 Dokument\SpecialChar menuseparator
32615 Einstellungen\SpecialChar menuseparator
32616 Module 
32617 \family default
32618 das Modul 
32619 \family sans
32620 Fußnote
32621 \begin_inset space ~
32622 \end_inset
32623
32624 als
32625 \begin_inset space ~
32626 \end_inset
32627
32628 Endnote
32629 \family default
32630 .
32631  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
32632 \end_layout
32633
32634 \begin_layout Standard
32635
32636 \series bold
32637
32638 \backslash
32639 theendnotes
32640 \end_layout
32641
32642 \begin_layout Standard
32643 als \SpecialChar TeX
32644 -Code am Ende des Abschnitts oder Kapitels ein.
32645 \end_layout
32646
32647 \begin_layout Standard
32648 \begin_inset Float figure
32649 wide false
32650 sideways false
32651 status open
32652
32653 \begin_layout Plain Layout
32654 \align center
32655 \begin_inset Box Boxed
32656 position "t"
32657 hor_pos "c"
32658 has_inner_box 0
32659 inner_pos "t"
32660 use_parbox 0
32661 use_makebox 0
32662 width ""
32663 special "none"
32664 height "1in"
32665 height_special "totalheight"
32666 thickness "0.4pt"
32667 separation "3pt"
32668 shadowsize "4pt"
32669 framecolor "black"
32670 backgroundcolor "none"
32671 status open
32672
32673 \begin_layout Plain Layout
32674 \begin_inset Graphics
32675         filename ../clipart/endnotes.pdf
32676         width 100col%
32677         scaleBeforeRotation
32678
32679 \end_inset
32680
32681
32682 \end_layout
32683
32684 \end_inset
32685
32686
32687 \end_layout
32688
32689 \begin_layout Plain Layout
32690 \begin_inset Caption Standard
32691
32692 \begin_layout Plain Layout
32693 \begin_inset CommandInset label
32694 LatexCommand label
32695 name "abb:endnotes"
32696
32697 \end_inset
32698
32699
32700 \series bold
32701 endnotes
32702 \series default
32703  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
32704  gedruckt.
32705 \end_layout
32706
32707 \end_inset
32708
32709
32710 \end_layout
32711
32712 \end_inset
32713
32714
32715 \end_layout
32716
32717 \begin_layout Standard
32718 \begin_inset VSpace medskip
32719 \end_inset
32720
32721 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
32722 ache übersetzt.
32723  Der folgende Befehl im \SpecialChar LaTeX
32724 -Vorspann  übersetzt den englischen Namen 
32725 \begin_inset Quotes gld
32726 \end_inset
32727
32728 Notes
32729 \begin_inset Quotes grd
32730 \end_inset
32731
32732  in 
32733 \begin_inset Quotes gld
32734 \end_inset
32735
32736 Anmerkungen
32737 \begin_inset Quotes grd
32738 \end_inset
32739
32740 :
32741 \end_layout
32742
32743 \begin_layout Standard
32744
32745 \series bold
32746
32747 \backslash
32748 renewcommand{
32749 \backslash
32750 notesname}{Anmerkungen}
32751 \end_layout
32752
32753 \begin_layout Standard
32754 \begin_inset VSpace medskip
32755 \end_inset
32756
32757 Wenn Sie in den Befehlen von Abschnitt
32758 \begin_inset space ~
32759 \end_inset
32760
32761
32762 \begin_inset CommandInset ref
32763 LatexCommand ref
32764 reference "uab:Fußnoten-Nummerierung"
32765
32766 \end_inset
32767
32768  
32769 \series bold
32770
32771 \backslash
32772 thefootnote
32773 \series default
32774  durch 
32775 \series bold
32776
32777 \backslash
32778 theendnote
32779 \series default
32780  ersetzen, können Sie die Nummerierung von Endnoten ändern.
32781  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
32782 \series bold
32783
32784 \backslash
32785 @addtoreset
32786 \series default
32787  wie in Abschnitt
32788 \begin_inset space \space{}
32789 \end_inset
32790
32791
32792 \begin_inset CommandInset ref
32793 LatexCommand ref
32794 reference "uab:Fußnoten-Nummerierung"
32795
32796 \end_inset
32797
32798  beschrieben und ersetzen 
32799 \series bold
32800 footnote
32801 \series default
32802  durch 
32803 \series bold
32804 endnote
32805 \series default
32806 .
32807 \end_layout
32808
32809 \begin_layout Standard
32810 Für Endnoten gibt es den Befehl 
32811 \series bold
32812
32813 \backslash
32814 endnotemark[Nummer]
32815 \series default
32816  analog zum Befehl 
32817 \series bold
32818
32819 \backslash
32820 footnotemark
32821 \series default
32822  der in Abschnitt
32823 \begin_inset space ~
32824 \end_inset
32825
32826
32827 \begin_inset CommandInset ref
32828 LatexCommand ref
32829 reference "abs:Fußnoten"
32830
32831 \end_inset
32832
32833  beschrieben ist.
32834 \end_layout
32835
32836 \begin_layout Standard
32837 \begin_inset VSpace bigskip
32838 \end_inset
32839
32840 Mit dem \SpecialChar LaTeX
32841 -Paket 
32842 \series bold
32843 footmisc
32844 \series default
32845
32846 \begin_inset Index idx
32847 status collapsed
32848
32849 \begin_layout Plain Layout
32850 \SpecialChar LaTeX
32851 -Pakete ! footmisc
32852 \end_layout
32853
32854 \end_inset
32855
32856  (
32857 \begin_inset CommandInset citation
32858 LatexCommand cite
32859 key "footmisc"
32860 literal "true"
32861
32862 \end_inset
32863
32864 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
32865 \end_layout
32866
32867 \begin_layout Standard
32868 In \SpecialChar LaTeX
32869 -Büchern, 
32870 \begin_inset CommandInset citation
32871 LatexCommand cite
32872 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
32873 literal "true"
32874
32875 \end_inset
32876
32877 , finden Sie weiteres zu Fußnoten.
32878  Wenn Sie eine 
32879 \series bold
32880 KOMA-Script
32881 \series default
32882
32883 \begin_inset Index idx
32884 status collapsed
32885
32886 \begin_layout Plain Layout
32887 \SpecialChar LaTeX
32888 -Pakete ! KOMA-Script
32889 \end_layout
32890
32891 \end_inset
32892
32893  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
32894 zifische Befehle anpassen, siehe 
32895 \begin_inset CommandInset citation
32896 LatexCommand cite
32897 key "KOMA-Script"
32898 literal "true"
32899
32900 \end_inset
32901
32902 .
32903 \end_layout
32904
32905 \begin_layout Section
32906 Randnotizen
32907 \begin_inset Index idx
32908 status collapsed
32909
32910 \begin_layout Plain Layout
32911 Randnotizen
32912 \end_layout
32913
32914 \end_inset
32915
32916
32917 \begin_inset Index idx
32918 status collapsed
32919
32920 \begin_layout Plain Layout
32921 Notizen ! Randnotizen
32922 \end_layout
32923
32924 \end_inset
32925
32926
32927 \end_layout
32928
32929 \begin_layout Standard
32930 Randnotizen sehen in \SpecialChar LyX
32931  wie Fußnoten aus und verhalten sich auch so.
32932  Sie fügen sie mit einem Klick auf den Schalter 
32933 \begin_inset Info
32934 type  "icon"
32935 arg   "marginalnote-insert"
32936 \end_inset
32937
32938  oder über 
32939 \family sans
32940 Einfügen\SpecialChar menuseparator
32941 Randnotiz
32942 \family default
32943  ein.
32944  Ein graues Kästchen mit der Aufschrift 
32945 \begin_inset Quotes gld
32946 \end_inset
32947
32948 Rand
32949 \begin_inset Quotes grd
32950 \end_inset
32951
32952  erscheint
32953 \family roman
32954 \series medium
32955 , und dort, wo der Cursor steht, können Sie Text eingeben.
32956 \end_layout
32957
32958 \begin_layout Standard
32959 Hier am Rand sehen Sie eine Randnotiz.
32960  
32961 \begin_inset Marginal
32962 status open
32963
32964 \begin_layout Plain Layout
32965 Dies ist eine Randnotiz.
32966 \end_layout
32967
32968 \end_inset
32969
32970
32971 \end_layout
32972
32973 \begin_layout Standard
32974 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
32975  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
32976  Seiten und rechts auf den ungeraden.
32977  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
32978  wird und umgekehrt.
32979  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
32980  wurde.
32981 \end_layout
32982
32983 \begin_layout Standard
32984 \begin_inset VSpace bigskip
32985 \end_inset
32986
32987 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
32988 \end_layout
32989
32990 \begin_layout Standard
32991
32992 \series bold
32993
32994 \backslash
32995 reversemarginpar
32996 \end_layout
32997
32998 \begin_layout Standard
32999 als \SpecialChar TeX
33000 -Code vor einer Randnotiz ein.
33001  Das gilt dann für alle folgenden Randnotizen.
33002  
33003 \begin_inset ERT
33004 status collapsed
33005
33006 \begin_layout Plain Layout
33007
33008
33009 \backslash
33010 reversemarginpar 
33011 \end_layout
33012
33013 \end_inset
33014
33015
33016 \begin_inset Marginal
33017 status open
33018
33019 \begin_layout Plain Layout
33020 Hier ist ein Beispiel im inneren Rand.
33021 \end_layout
33022
33023 \end_inset
33024
33025
33026 \begin_inset Newline newline
33027 \end_inset
33028
33029
33030 \begin_inset Note Greyedout
33031 status open
33032
33033 \begin_layout Plain Layout
33034  
33035 \series bold
33036 Achtung:
33037 \series default
33038  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
33039 \end_layout
33040
33041 \end_inset
33042
33043
33044 \end_layout
33045
33046 \begin_layout Standard
33047 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
33048 \end_layout
33049
33050 \begin_layout Standard
33051
33052 \series bold
33053
33054 \backslash
33055 normalmarginpar
33056 \end_layout
33057
33058 \begin_layout Standard
33059 als \SpecialChar TeX
33060 -Code ein.
33061 \begin_inset ERT
33062 status collapsed
33063
33064 \begin_layout Plain Layout
33065
33066
33067 \backslash
33068 normalmarginpar 
33069 \end_layout
33070
33071 \end_inset
33072
33073
33074 \end_layout
33075
33076 \begin_layout Standard
33077 \begin_inset Note Greyedout
33078 status open
33079
33080 \begin_layout Plain Layout
33081
33082 \series bold
33083 Achtung:
33084 \series default
33085  Der Befehl wird missachtet, wenn er im selben Absatz wie 
33086 \series bold
33087
33088 \backslash
33089 reversemarginpar
33090 \series default
33091  verwendet wird.
33092 \end_layout
33093
33094 \end_inset
33095
33096
33097 \end_layout
33098
33099 \begin_layout Standard
33100 \begin_inset VSpace bigskip
33101 \end_inset
33102
33103
33104 \begin_inset Marginal
33105 status open
33106
33107 \begin_layout Plain Layout
33108
33109 \family roman
33110 \series medium
33111 EinSehrLangesWort am Anfang, das umgebrochen wird.
33112 \end_layout
33113
33114 \end_inset
33115
33116  Ähnlich wie in Abschnitt
33117 \begin_inset space ~
33118 \end_inset
33119
33120
33121 \begin_inset CommandInset ref
33122 LatexCommand ref
33123 reference "uab:Mehrere-Zeilen-in"
33124
33125 \end_inset
33126
33127  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
33128  Wort der Randnotiz sind.
33129  Um das zu vermeiden, fügen sie 0
33130 \begin_inset space \thinspace{}
33131 \end_inset
33132
33133 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
33134 \begin_inset Marginal
33135 status open
33136
33137 \begin_layout Plain Layout
33138 \begin_inset space \hspace{}
33139 \length 0pt
33140 \end_inset
33141
33142
33143 \family roman
33144 \series medium
33145 EinSehrLangesWort am Anfang, das umgebrochen wird.
33146 \end_layout
33147
33148 \end_inset
33149
33150
33151 \end_layout
33152
33153 \begin_layout Standard
33154 \begin_inset VSpace bigskip
33155 \end_inset
33156
33157
33158 \end_layout
33159
33160 \begin_layout Standard
33161 \begin_inset Note Greyedout
33162 status open
33163
33164 \begin_layout Plain Layout
33165
33166 \series bold
33167 Bemerkung:
33168 \series default
33169  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
33170  verwendet werden.
33171 \end_layout
33172
33173 \end_inset
33174
33175
33176 \end_layout
33177
33178 \begin_layout Standard
33179 \begin_inset VSpace bigskip
33180 \end_inset
33181
33182
33183 \end_layout
33184
33185 \begin_layout Standard
33186 \begin_inset ERT
33187 status collapsed
33188
33189 \begin_layout Plain Layout
33190
33191
33192 \backslash
33193 ifmarginnote
33194 \end_layout
33195
33196 \end_inset
33197
33198
33199 \begin_inset Note Note
33200 status open
33201
33202 \begin_layout Plain Layout
33203 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
33204 -Paket 
33205 \series bold
33206 marginnote
33207 \series default
33208  installiert ist.
33209 \end_layout
33210
33211 \end_inset
33212
33213
33214 \end_layout
33215
33216 \begin_layout Standard
33217 Diese Einschränkung kann umgangen werden, wenn das \SpecialChar LaTeX
33218 -Paket 
33219 \series bold
33220 marginnote
33221 \series default
33222
33223 \begin_inset Index idx
33224 status collapsed
33225
33226 \begin_layout Plain Layout
33227 \SpecialChar LaTeX
33228 -Pakete ! marginnote
33229 \end_layout
33230
33231 \end_inset
33232
33233  verwendet wird.
33234  Wenn Sie diese zwei Zeilen zum \SpecialChar LaTeX
33235 -Vorspann hinzufügen, wird der Befehl, der
33236  von \SpecialChar LyX
33237  für Randnotizen verwendet wird, umdefiniert, so dass der Befehl des
33238  Pakets 
33239 \series bold
33240 marginnote
33241 \series default
33242  für Randnotizen verwendet wird:
33243 \end_layout
33244
33245 \begin_layout Standard
33246
33247 \series bold
33248
33249 \backslash
33250 usepackage{marginnote}
33251 \begin_inset Newline newline
33252 \end_inset
33253
33254
33255 \backslash
33256 let
33257 \backslash
33258 marginpar
33259 \backslash
33260 marginnote
33261 \end_layout
33262
33263 \begin_layout Standard
33264 Dies wird auch in diesem Dokument verwendet, denn 
33265 \series bold
33266 marginnote
33267 \series default
33268  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
33269  für Randnotizen angeben.
33270  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
33271 n zu dicht beieinander sind.
33272  Der Versatz wird in \SpecialChar LyX
33273  als \SpecialChar TeX
33274 -Code direkt nach der Randnotiz mit dem Schema
33275 \end_layout
33276
33277 \begin_layout Standard
33278
33279 \series bold
33280 [Versatz]
33281 \end_layout
33282
33283 \begin_layout Standard
33284 angegeben.
33285  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
33286 \begin_inset space ~
33287 \end_inset
33288
33289
33290 \begin_inset CommandInset ref
33291 LatexCommand ref
33292 reference "tab:Maßeinheiten"
33293
33294 \end_inset
33295
33296  aufgelistet sind.
33297  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
33298  nach unten.
33299  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
33300 \begin_inset space \thinspace{}
33301 \end_inset
33302
33303 cm mit dem \SpecialChar TeX
33304 -Code-Befehl  
33305 \begin_inset Quotes gld
33306 \end_inset
33307
33308
33309 \series bold
33310 [-1.5cm]
33311 \series default
33312
33313 \begin_inset Quotes grd
33314 \end_inset
33315
33316  nach oben versetzt.
33317 \begin_inset Marginal
33318 status open
33319
33320 \begin_layout Plain Layout
33321 Diese Randnotiz ist 1.5
33322 \begin_inset space \thinspace{}
33323 \end_inset
33324
33325 cm von ihrer Originalposition nach oben versetzt.
33326 \end_layout
33327
33328 \end_inset
33329
33330
33331 \begin_inset ERT
33332 status collapsed
33333
33334 \begin_layout Plain Layout
33335
33336 [-1.5cm]
33337 \end_layout
33338
33339 \end_inset
33340
33341
33342 \end_layout
33343
33344 \begin_layout Standard
33345 \begin_inset VSpace medskip
33346 \end_inset
33347
33348 Mit 
33349 \series bold
33350 marginnote
33351 \series default
33352  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
33353  Zum Beispiel setzen die Befehle
33354 \end_layout
33355
33356 \begin_layout Standard
33357
33358 \series bold
33359
33360 \backslash
33361 renewcommand*{
33362 \backslash
33363 raggedleftmarginnote}{
33364 \backslash
33365 centering}
33366 \begin_inset Newline newline
33367 \end_inset
33368
33369
33370 \backslash
33371 renewcommand*{
33372 \backslash
33373 raggedrightmarginnote}{
33374 \backslash
33375 centering}
33376 \end_layout
33377
33378 \begin_layout Standard
33379 die Ausrichtung auf zentriert.
33380  
33381 \series bold
33382
33383 \backslash
33384 raggedleftmarginnote
33385 \series default
33386  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
33387  
33388 \begin_inset ERT
33389 status collapsed
33390
33391 \begin_layout Plain Layout
33392
33393
33394 \backslash
33395 renewcommand*{
33396 \backslash
33397 raggedleftmarginnote}{
33398 \backslash
33399 centering}
33400 \end_layout
33401
33402 \begin_layout Plain Layout
33403
33404
33405 \backslash
33406 renewcommand*{
33407 \backslash
33408 raggedrightmarginnote}{
33409 \backslash
33410 centering}
33411 \end_layout
33412
33413 \end_inset
33414
33415
33416 \begin_inset Marginal
33417 status open
33418
33419 \begin_layout Plain Layout
33420 Der Text dieser Randnotiz ist zentriert ausgerichtet.
33421 \end_layout
33422
33423 \end_inset
33424
33425  Die Voreinstellung ist
33426 \end_layout
33427
33428 \begin_layout Standard
33429
33430 \series bold
33431
33432 \backslash
33433 renewcommand*{
33434 \backslash
33435 raggedleftmarginnote}{
33436 \backslash
33437 raggedleft}
33438 \begin_inset Newline newline
33439 \end_inset
33440
33441
33442 \backslash
33443 renewcommand*{
33444 \backslash
33445 raggedrightmarginnote}{
33446 \backslash
33447 raggedright}
33448 \series default
33449
33450 \begin_inset ERT
33451 status collapsed
33452
33453 \begin_layout Plain Layout
33454
33455
33456 \backslash
33457 renewcommand*{
33458 \backslash
33459 raggedleftmarginnote}{
33460 \backslash
33461 raggedleft}
33462 \end_layout
33463
33464 \begin_layout Plain Layout
33465
33466
33467 \backslash
33468 renewcommand*{
33469 \backslash
33470 raggedrightmarginnote}{
33471 \backslash
33472 raggedright}
33473 \end_layout
33474
33475 \end_inset
33476
33477
33478 \end_layout
33479
33480 \begin_layout Standard
33481 \begin_inset VSpace medskip
33482 \end_inset
33483
33484 Für weitere Fähigkeiten des Pakets 
33485 \series bold
33486 marginnote
33487 \series default
33488  sei auf dessen Dokumentation verwiesen 
33489 \begin_inset CommandInset citation
33490 LatexCommand cite
33491 key "marginnote"
33492 literal "true"
33493
33494 \end_inset
33495
33496 .
33497 \end_layout
33498
33499 \begin_layout Standard
33500 \begin_inset VSpace bigskip
33501 \end_inset
33502
33503 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
33504  geändert werden.
33505  Um z.
33506 \begin_inset space \thinspace{}
33507 \end_inset
33508
33509 B.
33510  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
33511  und fettgedruckten Text 
33512 \begin_inset Quotes eld
33513 \end_inset
33514
33515
33516 \family sans
33517 \series bold
33518 \bar under
33519 Achtung!
33520 \family default
33521 \series default
33522 \bar default
33523
33524 \begin_inset Quotes erd
33525 \end_inset
33526
33527  zu erstellen, fügen Sie dies zum \SpecialChar LaTeX
33528 -Vorspann hinzu:
33529 \end_layout
33530
33531 \begin_layout Standard
33532
33533 \series bold
33534
33535 \backslash
33536 let
33537 \backslash
33538 myMarginpar
33539 \backslash
33540 marginpar
33541 \begin_inset Newline newline
33542 \end_inset
33543
33544
33545 \backslash
33546 renewcommand{
33547 \backslash
33548 marginpar}[1]{
33549 \backslash
33550 myMarginpar{%
33551 \begin_inset Newline newline
33552 \end_inset
33553
33554
33555 \begin_inset Phantom HPhantom
33556 status open
33557
33558 \begin_layout Plain Layout
33559
33560 \series bold
33561 \begin_inset space ~
33562 \end_inset
33563
33564
33565 \end_layout
33566
33567 \end_inset
33568
33569
33570 \backslash
33571 hspace{0pt}
33572 \backslash
33573 textsf{
33574 \backslash
33575 textbf{
33576 \backslash
33577 underbar{Achtung!}}}%
33578 \begin_inset Newline newline
33579 \end_inset
33580
33581
33582 \begin_inset Phantom HPhantom
33583 status open
33584
33585 \begin_layout Plain Layout
33586
33587 \series bold
33588 \begin_inset space ~
33589 \end_inset
33590
33591
33592 \end_layout
33593
33594 \end_inset
33595
33596
33597 \backslash
33598 vspace{1.5mm}
33599 \backslash
33600
33601 \backslash
33602 #1}}
33603 \end_layout
33604
33605 \begin_layout Standard
33606 \begin_inset ERT
33607 status collapsed
33608
33609 \begin_layout Plain Layout
33610
33611
33612 \backslash
33613 let
33614 \backslash
33615 myMarginpar
33616 \backslash
33617 marginpar
33618 \end_layout
33619
33620 \begin_layout Plain Layout
33621
33622
33623 \backslash
33624 renewcommand{
33625 \backslash
33626 marginpar}[1]{
33627 \backslash
33628 myMarginpar{%
33629 \end_layout
33630
33631 \begin_layout Plain Layout
33632
33633    
33634 \backslash
33635 textsf{
33636 \backslash
33637 textbf{
33638 \backslash
33639 underbar{Achtung!}}}%
33640 \end_layout
33641
33642 \begin_layout Plain Layout
33643
33644    
33645 \backslash
33646 vspace{1.5mm}
33647 \backslash
33648
33649 \backslash
33650 #1}}
33651 \end_layout
33652
33653 \end_inset
33654
33655
33656 \begin_inset Marginal
33657 status open
33658
33659 \begin_layout Plain Layout
33660 Dies ist eine Randnotiz mit einer definierten Überschrift.
33661 \end_layout
33662
33663 \end_inset
33664
33665
33666 \begin_inset ERT
33667 status collapsed
33668
33669 \begin_layout Plain Layout
33670
33671 [-1.5cm]
33672 \end_layout
33673
33674 \end_inset
33675
33676
33677 \begin_inset ERT
33678 status collapsed
33679
33680 \begin_layout Plain Layout
33681
33682
33683 \backslash
33684 renewcommand{
33685 \backslash
33686 marginpar}[1]{
33687 \backslash
33688 myMarginpar{#1}}
33689 \end_layout
33690
33691 \end_inset
33692
33693
33694 \begin_inset Note Note
33695 status open
33696
33697 \begin_layout Plain Layout
33698 Das Format wurde nur für dieses Beispiel geändert.
33699 \end_layout
33700
33701 \end_inset
33702
33703
33704 \end_layout
33705
33706 \begin_layout Standard
33707 \begin_inset ERT
33708 status collapsed
33709
33710 \begin_layout Plain Layout
33711
33712
33713 \backslash
33714 else
33715 \end_layout
33716
33717 \end_inset
33718
33719
33720 \begin_inset Note Note
33721 status open
33722
33723 \begin_layout Plain Layout
33724 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
33725 -Paket 
33726 \series bold
33727 marginnote
33728 \series default
33729  nicht installiert ist:
33730 \end_layout
33731
33732 \end_inset
33733
33734
33735 \end_layout
33736
33737 \begin_layout Standard
33738 Das \SpecialChar LaTeX
33739 -Paket 
33740 \series bold
33741 marginnote
33742 \series default
33743  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
33744 \end_layout
33745
33746 \begin_layout Standard
33747 \begin_inset ERT
33748 status collapsed
33749
33750 \begin_layout Plain Layout
33751
33752
33753 \backslash
33754 fi
33755 \end_layout
33756
33757 \end_inset
33758
33759
33760 \end_layout
33761
33762 \begin_layout Chapter
33763 Boxen
33764 \end_layout
33765
33766 \begin_layout Section
33767 Einleitung
33768 \begin_inset Index idx
33769 status collapsed
33770
33771 \begin_layout Plain Layout
33772 Boxen ! Einleitung
33773 \end_layout
33774
33775 \end_inset
33776
33777
33778 \end_layout
33779
33780 \begin_layout Standard
33781 Boxen werden benutzt, um einen Textblock zu formatieren.
33782  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
33783  siehe Abschnitt
33784 \begin_inset space ~
33785 \end_inset
33786
33787
33788 \begin_inset CommandInset ref
33789 LatexCommand ref
33790 reference "abs:Minipage"
33791
33792 \end_inset
33793
33794 , um Text zu umrahmen, siehe Abschnitt
33795 \begin_inset space ~
33796 \end_inset
33797
33798
33799 \begin_inset CommandInset ref
33800 LatexCommand ref
33801 reference "uab:Verzierung"
33802
33803 \end_inset
33804
33805 , um Silbentrennung zu verhindern, siehe Abschnitt
33806 \begin_inset space ~
33807 \end_inset
33808
33809
33810 \begin_inset CommandInset ref
33811 LatexCommand ref
33812 reference "abs:Silbentrennung-unterbinden"
33813
33814 \end_inset
33815
33816 , um Text senkrecht auszurichten, siehe Abschnitt
33817 \begin_inset space ~
33818 \end_inset
33819
33820
33821 \begin_inset CommandInset ref
33822 LatexCommand ref
33823 reference "uab:Vertikale-Ausrichtung"
33824
33825 \end_inset
33826
33827  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
33828 \begin_inset space ~
33829 \end_inset
33830
33831
33832 \begin_inset CommandInset ref
33833 LatexCommand ref
33834 reference "abs:Farbige-Boxen"
33835
33836 \end_inset
33837
33838 .
33839 \end_layout
33840
33841 \begin_layout Standard
33842 Boxen werden mit 
33843 \family sans
33844 Einfügen\SpecialChar menuseparator
33845 Box
33846 \family default
33847  oder dem Schalter 
33848 \begin_inset Info
33849 type  "icon"
33850 arg   "box-insert Frameless"
33851 \end_inset
33852
33853  eingefügt.
33854  Ein graues Kästchen mit der Aufschrift 
33855 \begin_inset Quotes gld
33856 \end_inset
33857
33858 Box (Minipage)
33859 \begin_inset Quotes grd
33860 \end_inset
33861
33862  erscheint: 
33863 \begin_inset Graphics
33864         filename clipart/StandardBox.png
33865         scale 95
33866         scaleBeforeRotation
33867
33868 \end_inset
33869
33870  Mit einem Rechts\SpecialChar softhyphen
33871 klick auf das graue Kästchen und der Auswahl von 
33872 \family sans
33873 Einstellungen
33874 \family default
33875  kann der Typ spezifiziert werden.
33876  Das Dialogfenster bietet bei 
33877 \family sans
33878 Innere
33879 \begin_inset space ~
33880 \end_inset
33881
33882 Box
33883 \family default
33884  die Typen 
33885 \family sans
33886 Makebox
33887 \family default
33888
33889 \family sans
33890 Parbox
33891 \family default
33892  und 
33893 \family sans
33894 Minipage
33895 \family default
33896  an.
33897  
33898 \family sans
33899 Minipage
33900 \family default
33901  ist die Standard-Einstellung für neue Boxen und in Abschnitt
33902 \begin_inset space ~
33903 \end_inset
33904
33905
33906 \begin_inset CommandInset ref
33907 LatexCommand ref
33908 reference "abs:Minipage"
33909
33910 \end_inset
33911
33912  beschrieben, 
33913 \family sans
33914 Parbox
33915 \family default
33916  in Abschnitt
33917 \begin_inset space ~
33918 \end_inset
33919
33920
33921 \begin_inset CommandInset ref
33922 LatexCommand ref
33923 reference "abs:Parbox"
33924
33925 \end_inset
33926
33927  und 
33928 \family sans
33929 Makebox
33930 \family default
33931  in 
33932 \begin_inset CommandInset ref
33933 LatexCommand ref
33934 reference "abs:Silbentrennung-unterbinden"
33935
33936 \end_inset
33937
33938 .
33939 \end_layout
33940
33941 \begin_layout Standard
33942 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
33943  wie auf Gleitobjekte und Fußnoten.
33944 \end_layout
33945
33946 \begin_layout Standard
33947 \begin_inset Note Greyedout
33948 status open
33949
33950 \begin_layout Plain Layout
33951
33952 \series bold
33953 Bemerkung
33954 \begin_inset space ~
33955 \end_inset
33956
33957 1:
33958 \series default
33959  Boxen dürfen in 
33960 \family sans
33961 List-
33962 \family default
33963  oder 
33964 \family sans
33965 Beschreibung-
33966 \family default
33967 Umgebungen nicht verwendet werden.
33968 \end_layout
33969
33970 \end_inset
33971
33972
33973 \end_layout
33974
33975 \begin_layout Standard
33976 \begin_inset Note Greyedout
33977 status open
33978
33979 \begin_layout Plain Layout
33980
33981 \series bold
33982 Bemerkung
33983 \begin_inset space ~
33984 \end_inset
33985
33986 2:
33987 \series default
33988  Boxen ohne 
33989 \family sans
33990 Innere
33991 \begin_inset space ~
33992 \end_inset
33993
33994 Box
33995 \family default
33996  und ohne Rahmen werden in Abschnitt
33997 \begin_inset space ~
33998 \end_inset
33999
34000
34001 \begin_inset CommandInset ref
34002 LatexCommand ref
34003 reference "abs:Silbentrennung-unterbinden"
34004
34005 \end_inset
34006
34007  beschrieben.
34008 \end_layout
34009
34010 \end_inset
34011
34012
34013 \end_layout
34014
34015 \begin_layout Section
34016 Das Box-Einstellungen-Fenster
34017 \begin_inset CommandInset label
34018 LatexCommand label
34019 name "abs:Box-Dialog"
34020
34021 \end_inset
34022
34023
34024 \begin_inset Index idx
34025 status collapsed
34026
34027 \begin_layout Plain Layout
34028 Boxen ! Box-Dialog-Fenster
34029 \end_layout
34030
34031 \end_inset
34032
34033
34034 \end_layout
34035
34036 \begin_layout Subsection
34037 Box-Größe
34038 \begin_inset Index idx
34039 status collapsed
34040
34041 \begin_layout Plain Layout
34042 Boxen ! Größe
34043 \end_layout
34044
34045 \end_inset
34046
34047
34048 \end_layout
34049
34050 \begin_layout Standard
34051 Im 
34052 \family sans
34053 Box-Einstellungen
34054 \family default
34055 -Fenster können Sie die Größe der Box mit 
34056 \family sans
34057 Breite
34058 \family default
34059  und 
34060 \family sans
34061 Höhe 
34062 \family default
34063 festlegen.
34064  Die verfügbaren Einheiten werden in Tabelle
34065 \begin_inset space ~
34066 \end_inset
34067
34068
34069 \begin_inset CommandInset ref
34070 LatexCommand ref
34071 reference "tab:Maßeinheiten"
34072
34073 \end_inset
34074
34075  aufgelistet.
34076  Das Feld
34077 \family sans
34078  Höhe
34079 \family default
34080  bietet die folgenden zusätzlichen Größen:
34081 \end_layout
34082
34083 \begin_layout Description
34084 Tiefe Dies ist die reine Text-
34085 \begin_inset Quotes gld
34086 \end_inset
34087
34088 Höhe
34089 \begin_inset Quotes grd
34090 \end_inset
34091
34092 .
34093  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
34094 \begin_inset Newline newline
34095 \end_inset
34096
34097
34098 \begin_inset Newline newline
34099 \end_inset
34100
34101
34102 \begin_inset Newline newline
34103 \end_inset
34104
34105
34106 \begin_inset Box Boxed
34107 position "c"
34108 hor_pos "c"
34109 has_inner_box 1
34110 inner_pos "c"
34111 use_parbox 0
34112 use_makebox 0
34113 width "12col%"
34114 special "none"
34115 height "1in"
34116 height_special "depth"
34117 thickness "0.4pt"
34118 separation "3pt"
34119 shadowsize "4pt"
34120 framecolor "black"
34121 backgroundcolor "none"
34122 status collapsed
34123
34124 \begin_layout Plain Layout
34125 \align center
34126 Box-Höhe = 1
34127 \begin_inset space \thinspace{}
34128 \end_inset
34129
34130 Tiefe
34131 \end_layout
34132
34133 \end_inset
34134
34135
34136 \begin_inset Newline newline
34137 \end_inset
34138
34139
34140 \begin_inset Newline newline
34141 \end_inset
34142
34143
34144 \end_layout
34145
34146 \begin_layout Description
34147 Höhe Dies ist die Texthöhe innerhalb der Box.
34148  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
34149  Texthöhe setzen: 
34150 \begin_inset Box Boxed
34151 position "c"
34152 hor_pos "c"
34153 has_inner_box 1
34154 inner_pos "c"
34155 use_parbox 0
34156 use_makebox 0
34157 width "20col%"
34158 special "none"
34159 height "2in"
34160 height_special "height"
34161 thickness "0.4pt"
34162 separation "3pt"
34163 shadowsize "4pt"
34164 framecolor "black"
34165 backgroundcolor "none"
34166 status collapsed
34167
34168 \begin_layout Plain Layout
34169 \align center
34170 Boxhöhe = 2
34171 \begin_inset space \thinspace{}
34172 \end_inset
34173
34174 Höhe
34175 \end_layout
34176
34177 \end_inset
34178
34179
34180 \end_layout
34181
34182 \begin_layout Description
34183 Gesamthöhe Dies ist Höhe
34184 \begin_inset space \thinspace{}
34185 \end_inset
34186
34187 +
34188 \begin_inset space \thinspace{}
34189 \end_inset
34190
34191 Tiefe: 
34192 \begin_inset Box Boxed
34193 position "c"
34194 hor_pos "c"
34195 has_inner_box 1
34196 inner_pos "c"
34197 use_parbox 0
34198 use_makebox 0
34199 width "20col%"
34200 special "none"
34201 height "1in"
34202 height_special "totalheight"
34203 thickness "0.4pt"
34204 separation "3pt"
34205 shadowsize "4pt"
34206 framecolor "black"
34207 backgroundcolor "none"
34208 status collapsed
34209
34210 \begin_layout Plain Layout
34211 \align center
34212 Boxhöhe = 1
34213 \begin_inset space \thinspace{}
34214 \end_inset
34215
34216 Gesamthöhe
34217 \end_layout
34218
34219 \end_inset
34220
34221
34222 \end_layout
34223
34224 \begin_layout Description
34225 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
34226 \begin_inset Box Boxed
34227 position "c"
34228 hor_pos "c"
34229 has_inner_box 1
34230 inner_pos "c"
34231 use_parbox 0
34232 use_makebox 0
34233 width "12col%"
34234 special "none"
34235 height "1in"
34236 height_special "width"
34237 thickness "0.4pt"
34238 separation "3pt"
34239 shadowsize "4pt"
34240 framecolor "black"
34241 backgroundcolor "none"
34242 status collapsed
34243
34244 \begin_layout Plain Layout
34245 \align center
34246 Boxhöhe = 1
34247 \begin_inset space \thinspace{}
34248 \end_inset
34249
34250 Breite
34251 \end_layout
34252
34253 \end_inset
34254
34255
34256 \end_layout
34257
34258 \begin_layout Subsection
34259 Ausrichtung
34260 \begin_inset Index idx
34261 status collapsed
34262
34263 \begin_layout Plain Layout
34264 Boxen ! Ausrichtung
34265 \end_layout
34266
34267 \end_inset
34268
34269
34270 \end_layout
34271
34272 \begin_layout Standard
34273 Wenn Sie eine 
34274 \family sans
34275 Innere
34276 \begin_inset space ~
34277 \end_inset
34278
34279 Box
34280 \family default
34281  gewählt haben, kann die Box mit folgenden Werten für 
34282 \family sans
34283 Box
34284 \family default
34285  senkrecht ausgerichtet werden:
34286 \end_layout
34287
34288 \begin_layout Description
34289 Oben Dies ist ein Beispieltext.
34290  
34291 \begin_inset Box Boxed
34292 position "t"
34293 hor_pos "c"
34294 has_inner_box 1
34295 inner_pos "c"
34296 use_parbox 0
34297 use_makebox 0
34298 width "20col%"
34299 special "none"
34300 height "1in"
34301 height_special "totalheight"
34302 thickness "0.4pt"
34303 separation "3pt"
34304 shadowsize "4pt"
34305 framecolor "black"
34306 backgroundcolor "none"
34307 status collapsed
34308
34309 \begin_layout Plain Layout
34310 \align center
34311 Die Ober\SpecialChar softhyphen
34312 kante der Box ist in der Zeile.
34313 \end_layout
34314
34315 \end_inset
34316
34317  Dies ist ein Beispieltext.
34318 \end_layout
34319
34320 \begin_layout Description
34321 Mitte Dies ist ein Beispieltext.
34322  
34323 \begin_inset Box Boxed
34324 position "c"
34325 hor_pos "c"
34326 has_inner_box 1
34327 inner_pos "c"
34328 use_parbox 0
34329 use_makebox 0
34330 width "20col%"
34331 special "none"
34332 height "1in"
34333 height_special "totalheight"
34334 thickness "0.4pt"
34335 separation "3pt"
34336 shadowsize "4pt"
34337 framecolor "black"
34338 backgroundcolor "none"
34339 status collapsed
34340
34341 \begin_layout Plain Layout
34342 \align center
34343 Die Mitte der Box ist in der Zeile.
34344 \end_layout
34345
34346 \end_inset
34347
34348  Dies ist ein Beispieltext.
34349 \end_layout
34350
34351 \begin_layout Description
34352 Unten Dies ist ein Beispieltext.
34353  
34354 \begin_inset Box Boxed
34355 position "b"
34356 hor_pos "c"
34357 has_inner_box 1
34358 inner_pos "c"
34359 use_parbox 0
34360 use_makebox 0
34361 width "20col%"
34362 special "none"
34363 height "1in"
34364 height_special "totalheight"
34365 thickness "0.4pt"
34366 separation "3pt"
34367 shadowsize "4pt"
34368 framecolor "black"
34369 backgroundcolor "none"
34370 status collapsed
34371
34372 \begin_layout Plain Layout
34373 \align center
34374 Die Unter\SpecialChar softhyphen
34375 kante der Box ist in der Zeile.
34376 \end_layout
34377
34378 \end_inset
34379
34380  Dies ist ein Beispieltext.
34381 \end_layout
34382
34383 \begin_layout Standard
34384 \begin_inset Note Greyedout
34385 status open
34386
34387 \begin_layout Plain Layout
34388
34389 \series bold
34390 Bemerkung:
34391 \series default
34392  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
34393  Boxen in einer Zeile sind und eine Box z.
34394 \begin_inset space \thinspace{}
34395 \end_inset
34396
34397 B.
34398  schattiert ist, die andere aber nicht.
34399 \end_layout
34400
34401 \end_inset
34402
34403
34404 \end_layout
34405
34406 \begin_layout Standard
34407 Eine Box kann mit dem Dialog 
34408 \family sans
34409 Absatz-Einstellungen
34410 \family default
34411  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
34412 \end_layout
34413
34414 \begin_layout Standard
34415 \begin_inset VSpace bigskip
34416 \end_inset
34417
34418 Wenn Sie eine 
34419 \family sans
34420 Innere
34421 \begin_inset space ~
34422 \end_inset
34423
34424 Box
34425 \family default
34426  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
34427 \family sans
34428 Inhalt
34429 \family default
34430  senkrecht ausgerichtet werden:
34431 \end_layout
34432
34433 \begin_layout Description
34434 Oben Dies ist ein Beispieltext.
34435  
34436 \begin_inset Box Boxed
34437 position "c"
34438 hor_pos "c"
34439 has_inner_box 1
34440 inner_pos "t"
34441 use_parbox 0
34442 use_makebox 0
34443 width "20col%"
34444 special "none"
34445 height "1.5in"
34446 height_special "totalheight"
34447 thickness "0.4pt"
34448 separation "3pt"
34449 shadowsize "4pt"
34450 framecolor "black"
34451 backgroundcolor "none"
34452 status collapsed
34453
34454 \begin_layout Plain Layout
34455 \align center
34456 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
34457 \end_layout
34458
34459 \end_inset
34460
34461  Dies ist ein Beispieltext.
34462 \end_layout
34463
34464 \begin_layout Description
34465 Mitte Dies ist ein Beispieltext.
34466  
34467 \begin_inset Box Boxed
34468 position "c"
34469 hor_pos "c"
34470 has_inner_box 1
34471 inner_pos "c"
34472 use_parbox 0
34473 use_makebox 0
34474 width "20col%"
34475 special "none"
34476 height "1.5in"
34477 height_special "totalheight"
34478 thickness "0.4pt"
34479 separation "3pt"
34480 shadowsize "4pt"
34481 framecolor "black"
34482 backgroundcolor "none"
34483 status collapsed
34484
34485 \begin_layout Plain Layout
34486 \align center
34487 Der Boxinhalt ist zentriert ausgerichtet.
34488 \end_layout
34489
34490 \end_inset
34491
34492  Dies ist ein Beispieltext.
34493 \end_layout
34494
34495 \begin_layout Description
34496 Unten Dies ist ein Beispieltext.
34497  
34498 \begin_inset Box Boxed
34499 position "c"
34500 hor_pos "c"
34501 has_inner_box 1
34502 inner_pos "b"
34503 use_parbox 0
34504 use_makebox 0
34505 width "20col%"
34506 special "none"
34507 height "1.5in"
34508 height_special "totalheight"
34509 thickness "0.4pt"
34510 separation "3pt"
34511 shadowsize "4pt"
34512 framecolor "black"
34513 backgroundcolor "none"
34514 status collapsed
34515
34516 \begin_layout Plain Layout
34517 \align center
34518 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
34519 \end_layout
34520
34521 \end_inset
34522
34523  Dies ist ein Beispieltext.
34524 \end_layout
34525
34526 \begin_layout Description
34527 Dehnen Dies ist ein Beispieltext.
34528  
34529 \begin_inset Box Boxed
34530 position "c"
34531 hor_pos "c"
34532 has_inner_box 1
34533 inner_pos "s"
34534 use_parbox 0
34535 use_makebox 0
34536 width "20col%"
34537 special "none"
34538 height "1in"
34539 height_special "totalheight"
34540 thickness "0.4pt"
34541 separation "3pt"
34542 shadowsize "4pt"
34543 framecolor "black"
34544 backgroundcolor "none"
34545 status collapsed
34546
34547 \begin_layout Plain Layout
34548 \align center
34549 Der Boxinhalt
34550 \end_layout
34551
34552 \begin_layout Plain Layout
34553 \align center
34554 ist über die
34555 \end_layout
34556
34557 \begin_layout Plain Layout
34558 \align center
34559 Boxhöhe
34560 \end_layout
34561
34562 \begin_layout Plain Layout
34563 \align center
34564 gleichmäßig verteilt.
34565 \end_layout
34566
34567 \end_inset
34568
34569  Dies ist ein Beispieltext.
34570 \end_layout
34571
34572 \begin_layout Standard
34573 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
34574  besteht.
34575  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
34576 \end_layout
34577
34578 \begin_layout Standard
34579 Ein Boxinhalt kann mit dem Dialog 
34580 \family sans
34581 Absatz-Einstellungen
34582 \family default
34583  waagerecht ausgerichtet werden, wenn Sie eine
34584 \family sans
34585  Innere
34586 \begin_inset space ~
34587 \end_inset
34588
34589 Box
34590 \family default
34591  gewählt haben.
34592 \end_layout
34593
34594 \begin_layout Standard
34595 \align center
34596 \begin_inset Box Boxed
34597 position "c"
34598 hor_pos "c"
34599 has_inner_box 1
34600 inner_pos "s"
34601 use_parbox 0
34602 use_makebox 0
34603 width "30col%"
34604 special "none"
34605 height "1.25in"
34606 height_special "totalheight"
34607 thickness "0.4pt"
34608 separation "3pt"
34609 shadowsize "4pt"
34610 framecolor "black"
34611 backgroundcolor "none"
34612 status collapsed
34613
34614 \begin_layout Plain Layout
34615 \align left
34616 Hier ist jede Zeile
34617 \end_layout
34618
34619 \begin_layout Plain Layout
34620 \align center
34621 anders
34622 \end_layout
34623
34624 \begin_layout Plain Layout
34625 \align right
34626 ausgerichtet.
34627 \end_layout
34628
34629 \end_inset
34630
34631
34632 \end_layout
34633
34634 \begin_layout Standard
34635 Wenn Sie keine
34636 \family sans
34637  Innere
34638 \begin_inset space ~
34639 \end_inset
34640
34641 Box
34642 \family default
34643  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
34644 \family sans
34645 Box-Einstellungen-
34646 \family default
34647 Dialog ausrichten
34648 \end_layout
34649
34650 \begin_layout Standard
34651 \align center
34652 \begin_inset Box Boxed
34653 position "c"
34654 hor_pos "s"
34655 has_inner_box 0
34656 inner_pos "s"
34657 use_parbox 0
34658 use_makebox 0
34659 width "90col%"
34660 special "none"
34661 height "1.25in"
34662 height_special "totalheight"
34663 thickness "0.4pt"
34664 separation "3pt"
34665 shadowsize "4pt"
34666 framecolor "black"
34667 backgroundcolor "none"
34668 status collapsed
34669
34670 \begin_layout Plain Layout
34671 Dieser Boxinhalt wurde horizontal gedehnt.
34672 \end_layout
34673
34674 \end_inset
34675
34676
34677 \end_layout
34678
34679 \begin_layout Subsection
34680 Verzierung
34681 \begin_inset CommandInset label
34682 LatexCommand label
34683 name "uab:Verzierung"
34684
34685 \end_inset
34686
34687
34688 \begin_inset Index idx
34689 status collapsed
34690
34691 \begin_layout Plain Layout
34692 Boxen ! Verzierung
34693 \end_layout
34694
34695 \end_inset
34696
34697
34698 \end_layout
34699
34700 \begin_layout Standard
34701 Im 
34702 \family sans
34703 Box-Einstellungen-
34704 \family default
34705 Dialog können Sie mit der 
34706 \family sans
34707 Verzierung
34708 \family default
34709  den Typ der Box auswählen:
34710 \end_layout
34711
34712 \begin_layout Description
34713 Kein
34714 \begin_inset space ~
34715 \end_inset
34716
34717 Rahmen Nichts wird gezeichnet.
34718 \end_layout
34719
34720 \begin_layout Description
34721 Einfacher
34722 \begin_inset space ~
34723 \end_inset
34724
34725 rechteckiger
34726 \begin_inset space ~
34727 \end_inset
34728
34729 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
34730  Die Rahmendicke kann festgelegt werden.
34731  
34732 \begin_inset Box Boxed
34733 position "c"
34734 hor_pos "c"
34735 has_inner_box 1
34736 inner_pos "c"
34737 use_parbox 0
34738 use_makebox 0
34739 width "21col%"
34740 special "none"
34741 height "1in"
34742 height_special "totalheight"
34743 thickness "0.4pt"
34744 separation "3pt"
34745 shadowsize "4pt"
34746 framecolor "black"
34747 backgroundcolor "none"
34748 status collapsed
34749
34750 \begin_layout Plain Layout
34751
34752 \series medium
34753 Rechteckige
34754 \begin_inset space ~
34755 \end_inset
34756
34757 Box
34758 \end_layout
34759
34760 \end_inset
34761
34762
34763 \end_layout
34764
34765 \begin_layout Description
34766 erlaube
34767 \begin_inset space ~
34768 \end_inset
34769
34770 Seitenumbrüche 
34771 \end_layout
34772
34773 \begin_layout Description
34774 Ovaler
34775 \begin_inset space ~
34776 \end_inset
34777
34778 Rahmen,
34779 \begin_inset space ~
34780 \end_inset
34781
34782 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
34783  Die Rahmendicke ist 0.4
34784 \begin_inset space \thinspace{}
34785 \end_inset
34786
34787 pt.
34788  
34789 \begin_inset Box ovalbox
34790 position "c"
34791 hor_pos "c"
34792 has_inner_box 1
34793 inner_pos "c"
34794 use_parbox 0
34795 use_makebox 0
34796 width "20col%"
34797 special "none"
34798 height "1in"
34799 height_special "totalheight"
34800 thickness "0.4pt"
34801 separation "3pt"
34802 shadowsize "4pt"
34803 framecolor "black"
34804 backgroundcolor "none"
34805 status collapsed
34806
34807 \begin_layout Plain Layout
34808 Ovale
34809 \begin_inset space ~
34810 \end_inset
34811
34812 Box,
34813 \begin_inset space ~
34814 \end_inset
34815
34816 dünn
34817 \end_layout
34818
34819 \end_inset
34820
34821
34822 \end_layout
34823
34824 \begin_layout Description
34825 Ovaler
34826 \begin_inset space ~
34827 \end_inset
34828
34829 Rahmen,
34830 \begin_inset space ~
34831 \end_inset
34832
34833 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
34834  Die Rahmendicke ist 0.8
34835 \begin_inset space \thinspace{}
34836 \end_inset
34837
34838 pt.
34839  
34840 \begin_inset Box Ovalbox
34841 position "c"
34842 hor_pos "c"
34843 has_inner_box 1
34844 inner_pos "c"
34845 use_parbox 0
34846 use_makebox 0
34847 width "20col%"
34848 special "none"
34849 height "1in"
34850 height_special "totalheight"
34851 thickness "0.4pt"
34852 separation "3pt"
34853 shadowsize "4pt"
34854 framecolor "black"
34855 backgroundcolor "none"
34856 status collapsed
34857
34858 \begin_layout Plain Layout
34859 Ovale
34860 \begin_inset space ~
34861 \end_inset
34862
34863 Box,
34864 \begin_inset space ~
34865 \end_inset
34866
34867 dick
34868 \end_layout
34869
34870 \end_inset
34871
34872
34873 \end_layout
34874
34875 \begin_layout Description
34876 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
34877  Die Rahmendicke und die Schattenbreite kann festgelegt werden.
34878 \begin_inset Newline newline
34879 \end_inset
34880
34881
34882 \begin_inset Box Shadowbox
34883 position "c"
34884 hor_pos "c"
34885 has_inner_box 1
34886 inner_pos "c"
34887 use_parbox 0
34888 use_makebox 0
34889 width "20col%"
34890 special "none"
34891 height "1in"
34892 height_special "totalheight"
34893 thickness "0.4pt"
34894 separation "3pt"
34895 shadowsize "4pt"
34896 framecolor "black"
34897 backgroundcolor "none"
34898 status collapsed
34899
34900 \begin_layout Plain Layout
34901 Schattierte
34902 \begin_inset space ~
34903 \end_inset
34904
34905 Box
34906 \end_layout
34907
34908 \end_inset
34909
34910
34911 \end_layout
34912
34913 \begin_layout Description
34914 Schattierter
34915 \begin_inset space ~
34916 \end_inset
34917
34918 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
34919  Im Gegensatz zu farbigen Boxen
34920 \begin_inset Foot
34921 status collapsed
34922
34923 \begin_layout Plain Layout
34924 siehe Abschnitt
34925 \begin_inset space ~
34926 \end_inset
34927
34928
34929 \begin_inset CommandInset ref
34930 LatexCommand ref
34931 reference "abs:Farbige-Boxen"
34932
34933 \end_inset
34934
34935
34936 \end_layout
34937
34938 \end_inset
34939
34940  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
34941  die Box ist ein Absatz für sich.
34942  
34943 \begin_inset Box Shaded
34944 position "t"
34945 hor_pos "c"
34946 has_inner_box 0
34947 inner_pos "t"
34948 use_parbox 0
34949 use_makebox 0
34950 width "50col%"
34951 special "none"
34952 height "1in"
34953 height_special "totalheight"
34954 thickness "0.4pt"
34955 separation "3pt"
34956 shadowsize "4pt"
34957 framecolor "black"
34958 backgroundcolor "none"
34959 status collapsed
34960
34961 \begin_layout Plain Layout
34962 Schattierter Hintergrund Box
34963 \end_layout
34964
34965 \end_inset
34966
34967
34968 \end_layout
34969
34970 \begin_layout Description
34971 Doppelter
34972 \begin_inset space ~
34973 \end_inset
34974
34975 rechteckiger
34976 \begin_inset space ~
34977 \end_inset
34978
34979 Rahmen zeichnet einen doppelten Rahmen um die Box.
34980  Der innere Rahmen ist 0,75
34981 \begin_inset space \thinspace{}
34982 \end_inset
34983
34984 Rahmendicke breit, der äußere 1,5
34985 \begin_inset space \thinspace{}
34986 \end_inset
34987
34988 Rahmendicke.
34989  Der Zwischenraum beträgt 1,5
34990 \begin_inset space \thinspace{}
34991 \end_inset
34992
34993 Rahmendicke
34994 \begin_inset space \thinspace{}
34995 \end_inset
34996
34997 +
34998 \begin_inset space \thinspace{}
34999 \end_inset
35000
35001 0,5
35002 \begin_inset space \thinspace{}
35003 \end_inset
35004
35005 pt.
35006  
35007 \begin_inset Box Doublebox
35008 position "c"
35009 hor_pos "c"
35010 has_inner_box 1
35011 inner_pos "c"
35012 use_parbox 0
35013 use_makebox 0
35014 width "20col%"
35015 special "none"
35016 height "1in"
35017 height_special "totalheight"
35018 thickness "0.4pt"
35019 separation "3pt"
35020 shadowsize "4pt"
35021 framecolor "black"
35022 backgroundcolor "none"
35023 status collapsed
35024
35025 \begin_layout Plain Layout
35026 Doppelt
35027 \begin_inset space ~
35028 \end_inset
35029
35030 gerahmte
35031 \begin_inset space ~
35032 \end_inset
35033
35034 Box
35035 \end_layout
35036
35037 \end_inset
35038
35039
35040 \end_layout
35041
35042 \begin_layout Standard
35043 \begin_inset VSpace bigskip
35044 \end_inset
35045
35046 Die Aufschrift der Box in \SpecialChar LyX
35047  ändert sich mit der gewählten Verzierung.
35048  Um alle Verzierungen verwenden zu können, muss das \SpecialChar LaTeX
35049 -Paket 
35050 \series bold
35051 fancybox
35052 \series default
35053
35054 \begin_inset Index idx
35055 status collapsed
35056
35057 \begin_layout Plain Layout
35058 \SpecialChar LaTeX
35059 -Pakete ! fancybox
35060 \end_layout
35061
35062 \end_inset
35063
35064  installiert sein.
35065 \end_layout
35066
35067 \begin_layout Standard
35068 \begin_inset VSpace bigskip
35069 \end_inset
35070
35071 Wenn Sie die Verzierung 
35072 \family sans
35073 Einfacher rechteckiger Rahmen
35074 \family default
35075  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
35076  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
35077  immer über die gesamte Zeilenbreite geht und dass die Box ein Absatz für
35078  sich ist: 
35079 \begin_inset Box Framed
35080 position "t"
35081 hor_pos "c"
35082 has_inner_box 0
35083 inner_pos "t"
35084 use_parbox 0
35085 use_makebox 0
35086 width "100col%"
35087 special "none"
35088 height "1in"
35089 height_special "totalheight"
35090 thickness "0.4pt"
35091 separation "3pt"
35092 shadowsize "4pt"
35093 framecolor "black"
35094 backgroundcolor "none"
35095 status collapsed
35096
35097 \begin_layout Plain Layout
35098 Box erlaubt Seitenumbruch
35099 \end_layout
35100
35101 \end_inset
35102
35103
35104 \end_layout
35105
35106 \begin_layout Section
35107 Box-Anpassung
35108 \begin_inset Index idx
35109 status collapsed
35110
35111 \begin_layout Plain Layout
35112 Boxen ! Anpassung
35113 \end_layout
35114
35115 \end_inset
35116
35117
35118 \end_layout
35119
35120 \begin_layout Standard
35121 \noindent
35122 Der Durchmesser der abgerundeten Ecken kann mit 
35123 \series bold
35124
35125 \backslash
35126 cornersize
35127 \series default
35128  gesetzt werden.
35129  Der \SpecialChar TeX
35130 -Code-Befehl
35131 \end_layout
35132
35133 \begin_layout Standard
35134
35135 \series bold
35136
35137 \backslash
35138 cornersize*{1cm}
35139 \end_layout
35140
35141 \begin_layout Standard
35142 setzt den Durchmesser auf 1
35143 \begin_inset space \thinspace{}
35144 \end_inset
35145
35146 cm.
35147  Der \SpecialChar TeX
35148 -Code-Befehl
35149 \end_layout
35150
35151 \begin_layout Standard
35152
35153 \series bold
35154
35155 \backslash
35156 cornersize{num}
35157 \end_layout
35158
35159 \begin_layout Standard
35160 setzt den Durchmesser auf 
35161 \family sans
35162 num
35163 \begin_inset space \thinspace{}
35164 \end_inset
35165
35166 ×
35167 \begin_inset space \thinspace{}
35168 \end_inset
35169
35170 Minimum(Breite der Box, Höhe der Box)
35171 \family default
35172 .
35173  Der Standardwert ist 
35174 \series bold
35175
35176 \backslash
35177 cornersize{0.5}
35178 \series default
35179 .
35180 \end_layout
35181
35182 \begin_layout Standard
35183 \begin_inset ERT
35184 status collapsed
35185
35186 \begin_layout Plain Layout
35187
35188
35189 \backslash
35190 cornersize*{1.5cm}
35191 \end_layout
35192
35193 \end_inset
35194
35195
35196 \begin_inset Box Ovalbox
35197 position "c"
35198 hor_pos "c"
35199 has_inner_box 1
35200 inner_pos "c"
35201 use_parbox 0
35202 use_makebox 0
35203 width "30col%"
35204 special "none"
35205 height "1in"
35206 height_special "totalheight"
35207 thickness "0.4pt"
35208 separation "3pt"
35209 shadowsize "4pt"
35210 framecolor "black"
35211 backgroundcolor "none"
35212 status open
35213
35214 \begin_layout Plain Layout
35215 \align center
35216 Ovale Box, dicker Rand, mit 
35217 \series bold
35218
35219 \backslash
35220 cornersize
35221 \series default
35222
35223 \begin_inset space \thinspace{}
35224 \end_inset
35225
35226 =
35227 \begin_inset space \thinspace{}
35228 \end_inset
35229
35230 1.5
35231 \begin_inset space \thinspace{}
35232 \end_inset
35233
35234 cm
35235 \end_layout
35236
35237 \end_inset
35238
35239
35240 \begin_inset ERT
35241 status collapsed
35242
35243 \begin_layout Plain Layout
35244
35245
35246 \backslash
35247 cornersize{0.5}
35248 \end_layout
35249
35250 \end_inset
35251
35252
35253 \end_layout
35254
35255 \begin_layout Standard
35256 \begin_inset VSpace bigskip
35257 \end_inset
35258
35259 Die Standard-Hintergrundfarbe rot von Boxen mit 
35260 \family sans
35261 schattiertem Hintergrund
35262 \family default
35263  kann entweder lokal mit dem Befehl 
35264 \series bold
35265
35266 \backslash
35267 definecolor{shadecolor}
35268 \series default
35269  oder global über das Menü 
35270 \family sans
35271 Werkzeuge\SpecialChar menuseparator
35272 Einstellungen\SpecialChar menuseparator
35273 Farben\SpecialChar menuseparator
35274 Schattierte
35275 \begin_inset space ~
35276 \end_inset
35277
35278 Box
35279 \family default
35280  geändert werden.
35281  Das Schema des 
35282 \series bold
35283
35284 \backslash
35285 definecolor
35286 \series default
35287  Befehls ist  in Abschnitt
35288 \begin_inset space ~
35289 \end_inset
35290
35291
35292 \begin_inset CommandInset ref
35293 LatexCommand ref
35294 reference "abs:Farbige-Tabellen"
35295
35296 \end_inset
35297
35298  erklärt.
35299 \begin_inset Foot
35300 status collapsed
35301
35302 \begin_layout Plain Layout
35303 Beachten Sie, dass 
35304 \series bold
35305
35306 \backslash
35307 definecolor
35308 \series default
35309  das \SpecialChar LaTeX
35310 -Paket 
35311 \series bold
35312 color
35313 \series default
35314  im \SpecialChar LaTeX
35315 -Vorspann benötigt, siehe Abschnitt
35316 \begin_inset space ~
35317 \end_inset
35318
35319
35320 \begin_inset CommandInset ref
35321 LatexCommand ref
35322 reference "abs:Farbige-Boxen"
35323
35324 \end_inset
35325
35326 .
35327 \end_layout
35328
35329 \end_inset
35330
35331  Für das nächste Beispiel wurden folgender \SpecialChar TeX
35332 -Code verwendet:
35333 \end_layout
35334
35335 \begin_layout Standard
35336
35337 \series bold
35338
35339 \backslash
35340 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35341 \end_layout
35342
35343 \begin_layout Standard
35344 \begin_inset ERT
35345 status collapsed
35346
35347 \begin_layout Plain Layout
35348
35349
35350 \backslash
35351 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35352 \end_layout
35353
35354 \end_inset
35355
35356
35357 \begin_inset Box Shaded
35358 position "t"
35359 hor_pos "c"
35360 has_inner_box 0
35361 inner_pos "t"
35362 use_parbox 0
35363 use_makebox 0
35364 width "100col%"
35365 special "none"
35366 height "1in"
35367 height_special "totalheight"
35368 thickness "0.4pt"
35369 separation "3pt"
35370 shadowsize "4pt"
35371 framecolor "black"
35372 backgroundcolor "none"
35373 status open
35374
35375 \begin_layout Plain Layout
35376
35377 \color yellow
35378 Dies ist gelber Text in einer 
35379 \family sans
35380 schattierten Hintergrund
35381 \begin_inset space ~
35382 \end_inset
35383
35384
35385 \family default
35386 Box auf dunkelgrünem Hintergrund.
35387 \end_layout
35388
35389 \end_inset
35390
35391
35392 \begin_inset ERT
35393 status collapsed
35394
35395 \begin_layout Plain Layout
35396
35397
35398 \backslash
35399 definecolor{shadecolor}{rgb}{1,0,0}
35400 \end_layout
35401
35402 \end_inset
35403
35404
35405 \end_layout
35406
35407 \begin_layout Standard
35408 \begin_inset VSpace bigskip
35409 \end_inset
35410
35411 Geänderte Größen und Farben gelten für alle Boxen, die auf den Befehl folgen,
35412  der sie ändert.
35413 \end_layout
35414
35415 \begin_layout Section
35416 Minipage
35417 \begin_inset CommandInset label
35418 LatexCommand label
35419 name "abs:Minipage"
35420
35421 \end_inset
35422
35423
35424 \begin_inset Index idx
35425 status collapsed
35426
35427 \begin_layout Plain Layout
35428 Boxen ! Minipage
35429 \end_layout
35430
35431 \end_inset
35432
35433
35434 \end_layout
35435
35436 \begin_layout Standard
35437 Minipages werden von \SpecialChar LaTeX
35438  wie Seiten auf einer Seite behandelt und können deshalb
35439  unter anderem eigene Fußnoten haben.
35440 \end_layout
35441
35442 \begin_layout Standard
35443 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
35444 \end_layout
35445
35446 \begin_layout Standard
35447 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
35448  Ihre Breite ist 45 Spaltenbreite
35449 \begin_inset space ~
35450 \end_inset
35451
35452 %, und sie sind durch einen 
35453 \family sans
35454 HFill
35455 \family default
35456  getrennt (
35457 \family sans
35458 Einfügen\SpecialChar menuseparator
35459 Formatierung\SpecialChar menuseparator
35460 Horizontaler
35461 \begin_inset space \space{}
35462 \end_inset
35463
35464 Abstand\SpecialChar menuseparator
35465 Abstand\SpecialChar menuseparator
35466 Variabler
35467 \begin_inset space ~
35468 \end_inset
35469
35470 horiz.
35471 \begin_inset space ~
35472 \end_inset
35473
35474 Abstand
35475 \family default
35476 ).
35477 \begin_inset Newpage newpage
35478 \end_inset
35479
35480
35481 \end_layout
35482
35483 \begin_layout Standard
35484 \noindent
35485 \begin_inset Box Frameless
35486 position "t"
35487 hor_pos "c"
35488 has_inner_box 1
35489 inner_pos "c"
35490 use_parbox 0
35491 use_makebox 0
35492 width "45col%"
35493 special "none"
35494 height "1in"
35495 height_special "totalheight"
35496 thickness "0.4pt"
35497 separation "3pt"
35498 shadowsize "4pt"
35499 framecolor "black"
35500 backgroundcolor "none"
35501 status open
35502
35503 \begin_layout Plain Layout
35504 Dies ist ein deutscher Text.
35505  Dies ist ein deutscher Text.
35506  Dies ist ein deutscher Text.
35507  Dies ist ein deutscher Text.
35508  Dies ist ein deutscher Text.
35509  Dies ist ein deutscher Text.
35510  Dies ist ein deutscher Text.
35511  Dies ist ein deutscher Text.
35512  Dies ist ein deutscher Text.
35513  Dies ist ein deutscher Text.
35514  Dies ist ein deutscher Text.
35515  Dies ist ein deutscher Text.
35516  Dies ist ein deutscher Text
35517 \begin_inset Foot
35518 status open
35519
35520 \begin_layout Plain Layout
35521 Dies ist eine deutsche Fußnote.
35522 \end_layout
35523
35524 \end_inset
35525
35526 .
35527  Dies ist ein deutscher Text.
35528  Dies ist ein deutscher Text.
35529 \end_layout
35530
35531 \end_inset
35532
35533
35534 \begin_inset space \hfill{}
35535 \end_inset
35536
35537
35538 \begin_inset Box Frameless
35539 position "t"
35540 hor_pos "c"
35541 has_inner_box 1
35542 inner_pos "c"
35543 use_parbox 0
35544 use_makebox 0
35545 width "45col%"
35546 special "none"
35547 height "1in"
35548 height_special "totalheight"
35549 thickness "0.4pt"
35550 separation "3pt"
35551 shadowsize "4pt"
35552 framecolor "black"
35553 backgroundcolor "none"
35554 status open
35555
35556 \begin_layout Plain Layout
35557
35558 \lang english
35559 This is an English Text.
35560  This is an English Text.
35561  This is an English Text.
35562  This is an English Text.
35563  This is an English Text.
35564  This is an English Text.
35565  This is an English Text.
35566  This is an English Text.
35567  This is an English Text.
35568  This is an English Text.
35569  This is an English Text.
35570  This is an English Text.
35571  This is an English Text.
35572  This is an English Text.
35573  This is an English Text.
35574  This is an English Text.
35575 \begin_inset Foot
35576 status collapsed
35577
35578 \begin_layout Plain Layout
35579
35580 \lang english
35581 This is an English footnote.
35582 \end_layout
35583
35584 \end_inset
35585
35586  This is an English Text.
35587 \end_layout
35588
35589 \end_inset
35590
35591
35592 \end_layout
35593
35594 \begin_layout Standard
35595 \begin_inset VSpace bigskip
35596 \end_inset
35597
35598 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
35599  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
35600  Absätze nicht eingerückt werden, obwohl Sie das in 
35601 \family sans
35602 Dokument
35603 \family default
35604 \SpecialChar menuseparator
35605
35606 \family sans
35607 Einstellun\SpecialChar softhyphen
35608 gen\SpecialChar menuseparator
35609 Textformat
35610 \family default
35611  festgelegt haben.
35612  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
35613  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem \SpecialChar TeX
35614 -Code 
35615 \series bold
35616
35617 \backslash
35618 hspace*{1em}
35619 \series default
35620 .
35621 \end_layout
35622
35623 \begin_layout Standard
35624 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
35625  zu verpassen, siehe Abschnitt
35626 \begin_inset space ~
35627 \end_inset
35628
35629
35630 \begin_inset CommandInset ref
35631 LatexCommand ref
35632 reference "abs:Farbige-Boxen"
35633
35634 \end_inset
35635
35636 .
35637 \end_layout
35638
35639 \begin_layout Standard
35640 \begin_inset Note Greyedout
35641 status open
35642
35643 \begin_layout Plain Layout
35644
35645 \series bold
35646 Bemerkung:
35647 \series default
35648  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
35649  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
35650 \end_layout
35651
35652 \end_inset
35653
35654
35655 \end_layout
35656
35657 \begin_layout Standard
35658 \begin_inset VSpace bigskip
35659 \end_inset
35660
35661
35662 \end_layout
35663
35664 \begin_layout Standard
35665 \SpecialChar LyX
35666  unterstützt auch Minipages, deren Breite sich automatisch an die Größe
35667  des Inhalts anpasst, über das Modul 
35668 \family sans
35669 Breitenvariable
35670 \begin_inset space ~
35671 \end_inset
35672
35673 Minipages
35674 \family default
35675 .
35676  Die \SpecialChar LyX
35677 -Beispieldatei 
35678 \emph on
35679 varwidth-floats-side-by-side
35680 \emph default
35681  gibt Beispiele von breitenvariablen Minipages, um Gleitobjekte nebeneinander
35682  zu setzen.
35683 \end_layout
35684
35685 \begin_layout Section
35686 Parbox
35687 \begin_inset CommandInset label
35688 LatexCommand label
35689 name "abs:Parbox"
35690
35691 \end_inset
35692
35693
35694 \begin_inset Index idx
35695 status collapsed
35696
35697 \begin_layout Plain Layout
35698 Boxen ! Parbox
35699 \end_layout
35700
35701 \end_inset
35702
35703
35704 \end_layout
35705
35706 \begin_layout Standard
35707 Parbox ist eine Abkürzung für 
35708 \begin_inset Quotes gld
35709 \end_inset
35710
35711 paragraph box
35712 \begin_inset Quotes grd
35713 \end_inset
35714
35715 , was Absatzbox bedeutet.
35716  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
35717  in Parboxen nicht ausgegeben werden:
35718 \end_layout
35719
35720 \begin_layout Standard
35721 \align center
35722 \begin_inset Box Frameless
35723 position "t"
35724 hor_pos "c"
35725 has_inner_box 1
35726 inner_pos "t"
35727 use_parbox 1
35728 use_makebox 0
35729 width "33col%"
35730 special "none"
35731 height "1in"
35732 height_special "totalheight"
35733 thickness "0.4pt"
35734 separation "3pt"
35735 shadowsize "4pt"
35736 framecolor "black"
35737 backgroundcolor "none"
35738 status open
35739
35740 \begin_layout Plain Layout
35741 Dies ist Text in einer Parbox.
35742  Dies ist Text in einer Parbox.
35743 \end_layout
35744
35745 \begin_layout Plain Layout
35746 Diese Fußnote wird nicht gedruckt:
35747 \begin_inset Foot
35748 status collapsed
35749
35750 \begin_layout Plain Layout
35751 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
35752 \end_layout
35753
35754 \end_inset
35755
35756
35757 \end_layout
35758
35759 \end_inset
35760
35761
35762 \end_layout
35763
35764 \begin_layout Section
35765 Boxen für Worte und Buchstaben
35766 \begin_inset Index idx
35767 status collapsed
35768
35769 \begin_layout Plain Layout
35770 Boxen ! für Buchstaben
35771 \end_layout
35772
35773 \end_inset
35774
35775
35776 \end_layout
35777
35778 \begin_layout Subsection
35779 Silbentrennung unterbinden
35780 \begin_inset CommandInset label
35781 LatexCommand label
35782 name "abs:Silbentrennung-unterbinden"
35783
35784 \end_inset
35785
35786
35787 \begin_inset Index idx
35788 status collapsed
35789
35790 \begin_layout Plain Layout
35791 Boxen ! zur Vermeidung von Silbentrennung
35792 \end_layout
35793
35794 \end_inset
35795
35796
35797 \end_layout
35798
35799 \begin_layout Standard
35800 Sie können den Boxtyp 
35801 \family sans
35802 Makebox
35803 \family default
35804  benutzen, um Silbentrennungen zu unterbinden.
35805 \begin_inset Newline newline
35806 \end_inset
35807
35808 Hier ist ein Beispiel: 
35809 \end_layout
35810
35811 \begin_layout Standard
35812 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
35813 \begin_inset Quotes gld
35814 \end_inset
35815
35816 einsehrsehrsehrlangeswort
35817 \begin_inset Quotes grd
35818 \end_inset
35819
35820 .
35821 \end_layout
35822
35823 \begin_layout Standard
35824 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
35825  Innere
35826 \begin_inset space ~
35827 \end_inset
35828
35829 Box auf Makebox und verwenden keine explizite Breite.
35830 \end_layout
35831
35832 \begin_layout Standard
35833 Hier ist das Ergebnis:
35834 \end_layout
35835
35836 \begin_layout Standard
35837 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
35838 \begin_inset Box Frameless
35839 position "t"
35840 hor_pos "c"
35841 has_inner_box 1
35842 inner_pos "t"
35843 use_parbox 0
35844 use_makebox 1
35845 width ""
35846 special "none"
35847 height "1in"
35848 height_special "totalheight"
35849 thickness "0.4pt"
35850 separation "3pt"
35851 shadowsize "4pt"
35852 framecolor "black"
35853 backgroundcolor "none"
35854 status open
35855
35856 \begin_layout Plain Layout
35857 \begin_inset Quotes gld
35858 \end_inset
35859
35860 einsehrsehrsehrlangeswort
35861 \begin_inset Quotes grd
35862 \end_inset
35863
35864
35865 \end_layout
35866
35867 \end_inset
35868
35869 .
35870 \end_layout
35871
35872 \begin_layout Standard
35873 Alternativ dazu kann man auch den Befehl 
35874 \begin_inset Quotes gld
35875 \end_inset
35876
35877
35878 \series bold
35879
35880 \backslash
35881 -
35882 \series default
35883
35884 \begin_inset Quotes grd
35885 \end_inset
35886
35887  als \SpecialChar TeX
35888 -Code direkt vor das Wort setzen:
35889 \end_layout
35890
35891 \begin_layout Standard
35892 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
35893 \begin_inset Quotes gld
35894 \end_inset
35895
35896
35897 \begin_inset ERT
35898 status collapsed
35899
35900 \begin_layout Plain Layout
35901
35902
35903 \backslash
35904 -
35905 \end_layout
35906
35907 \end_inset
35908
35909 einsehrsehrsehrlangeswort
35910 \begin_inset Quotes grd
35911 \end_inset
35912
35913 .
35914 \end_layout
35915
35916 \begin_layout Standard
35917 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
35918  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
35919 \family sans
35920 Strg-Eingabe
35921 \family default
35922 ) einfügen: 
35923 \end_layout
35924
35925 \begin_layout Standard
35926 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
35927 \begin_inset Newline newline
35928 \end_inset
35929
35930
35931 \begin_inset Box Frameless
35932 position "t"
35933 hor_pos "c"
35934 has_inner_box 1
35935 inner_pos "t"
35936 use_parbox 0
35937 use_makebox 1
35938 width ""
35939 special "none"
35940 height "1in"
35941 height_special "totalheight"
35942 thickness "0.4pt"
35943 separation "3pt"
35944 shadowsize "4pt"
35945 framecolor "black"
35946 backgroundcolor "none"
35947 status open
35948
35949 \begin_layout Plain Layout
35950 \begin_inset Quotes gld
35951 \end_inset
35952
35953 einsehrsehrsehrlangeswort
35954 \begin_inset Quotes grd
35955 \end_inset
35956
35957
35958 \end_layout
35959
35960 \end_inset
35961
35962 .
35963 \end_layout
35964
35965 \begin_layout Subsection
35966 Vertikale Ausrichtung
35967 \begin_inset CommandInset label
35968 LatexCommand label
35969 name "uab:Vertikale-Ausrichtung"
35970
35971 \end_inset
35972
35973
35974 \begin_inset Index idx
35975 status collapsed
35976
35977 \begin_layout Plain Layout
35978 Boxen ! für Vertikale Ausrichtung
35979 \end_layout
35980
35981 \end_inset
35982
35983
35984 \begin_inset Index idx
35985 status collapsed
35986
35987 \begin_layout Plain Layout
35988 Boxen ! raisebox
35989 \end_layout
35990
35991 \end_inset
35992
35993
35994 \end_layout
35995
35996 \begin_layout Standard
35997 Mit dem \SpecialChar LaTeX
35998 -Befehl 
35999 \series bold
36000
36001 \backslash
36002 raisebox
36003 \series default
36004  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
36005 n Textes ausrichten.
36006  
36007 \series bold
36008
36009 \backslash
36010 raisebox
36011 \series default
36012  wird folgendermaßen benutzt:
36013 \end_layout
36014
36015 \begin_layout Standard
36016
36017 \series bold
36018
36019 \backslash
36020 raisebox{Verschiebung}[oben][unten]{Text}
36021 \end_layout
36022
36023 \begin_layout Standard
36024 Positive Werte für Verschiebung
36025 \series bold
36026  
36027 \series default
36028 verschieben die Box nach oben, negative nach unten.
36029  Die beiden optionalen Parameter 
36030 \family typewriter
36031 oben
36032 \family default
36033  und 
36034 \family typewriter
36035 unten
36036 \family default
36037  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
36038  hinausgeht, wenn sie nicht verschoben ist.
36039 \end_layout
36040
36041 \begin_layout Standard
36042 Um zum Beispiel das Wort 
36043 \begin_inset Quotes gld
36044 \end_inset
36045
36046 provokant
36047 \begin_inset Quotes grd
36048 \end_inset
36049
36050  mit seinem 
36051 \begin_inset Quotes gld
36052 \end_inset
36053
36054 niedrigsten
36055 \begin_inset Quotes grd
36056 \end_inset
36057
36058  Buchstaben 
36059 \begin_inset Quotes gld
36060 \end_inset
36061
36062 p
36063 \begin_inset Quotes grd
36064 \end_inset
36065
36066  an der Grundlinie auszurichten, müssen Sie den \SpecialChar TeX
36067 -Code-Befehl
36068 \end_layout
36069
36070 \begin_layout Standard
36071
36072 \series bold
36073
36074 \backslash
36075 raisebox{
36076 \backslash
36077 depth}{
36078 \end_layout
36079
36080 \begin_layout Standard
36081 vor dem Wort einfügen und 
36082 \begin_inset Quotes gld
36083 \end_inset
36084
36085
36086 \series bold
36087 }
36088 \series default
36089
36090 \begin_inset Quotes grd
36091 \end_inset
36092
36093  als \SpecialChar TeX
36094 -Code dahinter:
36095 \end_layout
36096
36097 \begin_layout Standard
36098 Dies ist eine Zeile, in der das Wort 
36099 \begin_inset ERT
36100 status collapsed
36101
36102 \begin_layout Plain Layout
36103
36104
36105 \backslash
36106 raisebox{
36107 \backslash
36108 depth}{
36109 \end_layout
36110
36111 \end_inset
36112
36113
36114 \begin_inset Quotes gld
36115 \end_inset
36116
36117 provokant
36118 \begin_inset Quotes grd
36119 \end_inset
36120
36121
36122 \begin_inset ERT
36123 status collapsed
36124
36125 \begin_layout Plain Layout
36126
36127 }
36128 \end_layout
36129
36130 \end_inset
36131
36132  nach oben verschoben wurde.
36133 \end_layout
36134
36135 \begin_layout Standard
36136 \begin_inset VSpace bigskip
36137 \end_inset
36138
36139 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
36140  gedehnt:
36141 \end_layout
36142
36143 \begin_layout Standard
36144 Dies ist eine Zeile, in der das Wort 
36145 \begin_inset ERT
36146 status collapsed
36147
36148 \begin_layout Plain Layout
36149
36150
36151 \backslash
36152 raisebox{-
36153 \backslash
36154 depth}{
36155 \end_layout
36156
36157 \end_inset
36158
36159
36160 \begin_inset Quotes gld
36161 \end_inset
36162
36163 provokant
36164 \begin_inset Quotes grd
36165 \end_inset
36166
36167
36168 \begin_inset ERT
36169 status collapsed
36170
36171 \begin_layout Plain Layout
36172
36173 }
36174 \end_layout
36175
36176 \end_inset
36177
36178  nach unten verschoben wurde.
36179 \end_layout
36180
36181 \begin_layout Standard
36182 Dies ist eine Zeile, in der das Wort 
36183 \begin_inset ERT
36184 status collapsed
36185
36186 \begin_layout Plain Layout
36187
36188
36189 \backslash
36190 raisebox{0.5cm}{
36191 \end_layout
36192
36193 \end_inset
36194
36195
36196 \begin_inset Quotes gld
36197 \end_inset
36198
36199 testen
36200 \begin_inset Quotes grd
36201 \end_inset
36202
36203
36204 \begin_inset ERT
36205 status collapsed
36206
36207 \begin_layout Plain Layout
36208
36209 }
36210 \end_layout
36211
36212 \end_inset
36213
36214  um 0.5
36215 \begin_inset space \thinspace{}
36216 \end_inset
36217
36218 cm nach oben verschoben wurde.
36219 \end_layout
36220
36221 \begin_layout Standard
36222 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
36223 \end_layout
36224
36225 \begin_layout Standard
36226
36227 \series bold
36228
36229 \backslash
36230 raisebox{-
36231 \backslash
36232 depth}[0pt]{
36233 \end_layout
36234
36235 \begin_layout Standard
36236 Dies ist eine Zeile, in der das Wort 
36237 \begin_inset ERT
36238 status collapsed
36239
36240 \begin_layout Plain Layout
36241
36242
36243 \backslash
36244 raisebox{-
36245 \backslash
36246 depth}[0pt]{
36247 \end_layout
36248
36249 \end_inset
36250
36251
36252 \begin_inset Quotes gld
36253 \end_inset
36254
36255 provokant
36256 \begin_inset Quotes grd
36257 \end_inset
36258
36259
36260 \begin_inset ERT
36261 status collapsed
36262
36263 \begin_layout Plain Layout
36264
36265 }
36266 \end_layout
36267
36268 \end_inset
36269
36270  nach unten verschoben wurde.
36271 \begin_inset Newline newline
36272 \end_inset
36273
36274
36275 \begin_inset Newline newline
36276 \end_inset
36277
36278 Dies ist eine Zeile, in der das Wort 
36279 \begin_inset ERT
36280 status collapsed
36281
36282 \begin_layout Plain Layout
36283
36284
36285 \backslash
36286 raisebox{0.5cm}[0pt]{
36287 \end_layout
36288
36289 \end_inset
36290
36291
36292 \begin_inset Quotes gld
36293 \end_inset
36294
36295 testen
36296 \begin_inset Quotes grd
36297 \end_inset
36298
36299
36300 \begin_inset ERT
36301 status collapsed
36302
36303 \begin_layout Plain Layout
36304
36305 }
36306 \end_layout
36307
36308 \end_inset
36309
36310  um 0.5
36311 \begin_inset space \thinspace{}
36312 \end_inset
36313
36314 cm nach oben verschoben wurde.
36315  Jetzt überschneiden sich die verschobenen Worte.
36316 \end_layout
36317
36318 \begin_layout Section
36319 Farbige Boxen
36320 \begin_inset CommandInset label
36321 LatexCommand label
36322 name "abs:Farbige-Boxen"
36323
36324 \end_inset
36325
36326
36327 \begin_inset Index idx
36328 status collapsed
36329
36330 \begin_layout Plain Layout
36331 Boxen ! farbige
36332 \end_layout
36333
36334 \end_inset
36335
36336
36337 \end_layout
36338
36339 \begin_layout Standard
36340 Um einen Text mit einer Hintergrundfarbe zu versehen, wählen Sie diese im
36341  Box-Dialog aus.
36342  Dies ist zum Beispiel eine Box mit orangenem Hintergrund
36343 \begin_inset Newline newline
36344 \end_inset
36345
36346
36347 \begin_inset Box Frameless
36348 position "t"
36349 hor_pos "c"
36350 has_inner_box 1
36351 inner_pos "t"
36352 use_parbox 0
36353 use_makebox 1
36354 width ""
36355 special "none"
36356 height "1in"
36357 height_special "totalheight"
36358 thickness "0.4pt"
36359 separation "3pt"
36360 shadowsize "4pt"
36361 framecolor "black"
36362 backgroundcolor "orange"
36363 status open
36364
36365 \begin_layout Plain Layout
36366 Box mit orangenem Hintergrund
36367 \end_layout
36368
36369 \end_inset
36370
36371
36372 \end_layout
36373
36374 \begin_layout Standard
36375 Wenn Sie die Dekoration
36376 \family sans
36377  Einfacher
36378 \begin_inset space ~
36379 \end_inset
36380
36381 rechteckiger
36382 \begin_inset space ~
36383 \end_inset
36384
36385 Rahmen 
36386 \family default
36387 verwenden, können Sie eine Rahmenfarbe festlegen.
36388  In diesem Fall muss auch eine Hintergrundfarbe angegeben werden (LyX setzt
36389  sie standardmäßig auf weiß).
36390  Hier ist ein Beispiel:
36391 \begin_inset Newline newline
36392 \end_inset
36393
36394
36395 \begin_inset Box Boxed
36396 position "t"
36397 hor_pos "c"
36398 has_inner_box 0
36399 inner_pos "t"
36400 use_parbox 0
36401 use_makebox 0
36402 width ""
36403 special "none"
36404 height "1in"
36405 height_special "totalheight"
36406 thickness "0.4pt"
36407 separation "3pt"
36408 shadowsize "4pt"
36409 framecolor "teal"
36410 backgroundcolor "yellow"
36411 status open
36412
36413 \begin_layout Plain Layout
36414 Box mit tealer Rahmenfarbe und gelber Hintergrundfarbe
36415 \end_layout
36416
36417 \end_inset
36418
36419
36420 \end_layout
36421
36422 \begin_layout Standard
36423 \begin_inset VSpace bigskip
36424 \end_inset
36425
36426 Natürlich ist auch farbiger Text in einer farbigen Box möglich:
36427 \begin_inset Newline newline
36428 \end_inset
36429
36430
36431 \begin_inset Box Boxed
36432 position "t"
36433 hor_pos "c"
36434 has_inner_box 0
36435 inner_pos "t"
36436 use_parbox 0
36437 use_makebox 0
36438 width ""
36439 special "none"
36440 height "1in"
36441 height_special "totalheight"
36442 thickness "0.4pt"
36443 separation "3pt"
36444 shadowsize "4pt"
36445 framecolor "cyan"
36446 backgroundcolor "magenta"
36447 status open
36448
36449 \begin_layout Plain Layout
36450
36451 \color yellow
36452 Dies ist farbiger Text in einer farbigen, gerahmten Box.
36453 \end_layout
36454
36455 \end_inset
36456
36457
36458 \end_layout
36459
36460 \begin_layout Standard
36461 \begin_inset VSpace bigskip
36462 \end_inset
36463
36464
36465 \end_layout
36466
36467 \begin_layout Standard
36468 Falls sie andere als die voreingestellten Farben benötigen, können Ihre
36469  eigenen Farben definieren, wie in Abschnitt
36470 \begin_inset space ~
36471 \end_inset
36472
36473
36474 \begin_inset CommandInset ref
36475 LatexCommand ref
36476 reference "abs:Farbige-Tabellen"
36477
36478 \end_inset
36479
36480  beschrieben.
36481  Um selbstdefinierte Farben zu verwenden, muss die Box mittels TeX-Code
36482  gesetzt werden:
36483 \end_layout
36484
36485 \begin_layout Standard
36486 Farbige Boxen ohne Rahmen werden mit dem Befehl 
36487 \series bold
36488
36489 \backslash
36490 colorbox
36491 \series default
36492  erzeugt.
36493  Er hat folgendes Schema:
36494 \end_layout
36495
36496 \begin_layout Standard
36497
36498 \series bold
36499
36500 \backslash
36501 colorbox{Farbe}{Boxinhalt}
36502 \end_layout
36503
36504 \begin_layout Standard
36505 Der Boxinhalt kann auch eine Box sein, und farbige Boxen können in anderen
36506  Boxen sein.
36507  Um zum Beispiel ein Wort auf einem dunkelgrünen Hintergrund zu drucken,
36508  fügen sie den \SpecialChar TeX
36509 -Code-Befehl
36510 \end_layout
36511
36512 \begin_layout Standard
36513
36514 \series bold
36515
36516 \backslash
36517 colorbox{dunkelgruen}{
36518 \end_layout
36519
36520 \begin_layout Standard
36521 vor dem Wort ein.
36522  Hinter dem Wort fügen Sie 
36523 \series bold
36524
36525 \begin_inset Quotes gld
36526 \end_inset
36527
36528 }
36529 \series default
36530
36531 \begin_inset Quotes grd
36532 \end_inset
36533
36534  als \SpecialChar TeX
36535 -Code ein.
36536  Hier ist das Ergebnis:
36537 \end_layout
36538
36539 \begin_layout Standard
36540 In dieser Zeile hat 
36541 \begin_inset ERT
36542 status collapsed
36543
36544 \begin_layout Plain Layout
36545
36546
36547 \backslash
36548 colorbox{dunkelgruen}{
36549 \end_layout
36550
36551 \end_inset
36552
36553 Achtung!
36554 \begin_inset ERT
36555 status collapsed
36556
36557 \begin_layout Plain Layout
36558
36559 }
36560 \end_layout
36561
36562 \end_inset
36563
36564  einen dunkelgrünen Hintergrund.
36565 \end_layout
36566
36567 \begin_layout Standard
36568 Farbige Boxen mit Rahmen werden mit dem Befehl
36569 \series bold
36570  
36571 \backslash
36572 fcolorbox
36573 \series default
36574  erzeugt.
36575  Er hat folgendes Schema:
36576 \end_layout
36577
36578 \begin_layout Standard
36579
36580 \series bold
36581
36582 \backslash
36583 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
36584 \end_layout
36585
36586 \begin_layout Section
36587 Rotierte und skalierte Boxen
36588 \end_layout
36589
36590 \begin_layout Standard
36591 Um die in diesem Abschnitt beschriebenen Boxen nutzen zu können, muss das
36592  Modul 
36593 \family sans
36594 Grafik-Boxen
36595 \family default
36596  in den Dokumenteinstellungen geladen sein.
36597 \end_layout
36598
36599 \begin_layout Standard
36600 \begin_inset Note Greyedout
36601 status open
36602
36603 \begin_layout Plain Layout
36604
36605 \series bold
36606 Achtung:
36607 \series default
36608  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
36609 \end_layout
36610
36611 \end_inset
36612
36613
36614 \end_layout
36615
36616 \begin_layout Standard
36617 \begin_inset Note Greyedout
36618 status open
36619
36620 \begin_layout Plain Layout
36621
36622 \series bold
36623 Achtung:
36624 \series default
36625  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
36626 \end_layout
36627
36628 \end_inset
36629
36630
36631 \end_layout
36632
36633 \begin_layout Subsection
36634 Rotierte Boxen
36635 \begin_inset Index idx
36636 status collapsed
36637
36638 \begin_layout Plain Layout
36639 Boxen ! rotierte
36640 \end_layout
36641
36642 \end_inset
36643
36644
36645 \begin_inset Index idx
36646 status collapsed
36647
36648 \begin_layout Plain Layout
36649 Rotiertes Material
36650 \end_layout
36651
36652 \end_inset
36653
36654
36655 \end_layout
36656
36657 \begin_layout Standard
36658 Um Material zu drehen, setzt man es in eine 
36659 \family sans
36660 Rotationsbox
36661 \family default
36662 .
36663  Solch eine Box wird über das Menü 
36664 \family sans
36665 Einfügen\SpecialChar menuseparator
36666 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
36667 Rotationsbox
36668 \family default
36669  eingefügt.
36670 \end_layout
36671
36672 \begin_layout Standard
36673 Der Drehpunkt kann über die Einfügung 
36674 \family sans
36675 Drehpunkt
36676 \family default
36677  (Menü 
36678 \family sans
36679 Einfügen\SpecialChar menuseparator
36680 Drehpunkt
36681 \family default
36682 ) in der Form 
36683 \series bold
36684 origin=Position
36685 \series default
36686  angegeben.
36687  Folgende Positionen sind möglich: 
36688 \emph on
36689 c
36690 \emph default
36691  (mittig), 
36692 \emph on
36693 l
36694 \emph default
36695  (links), 
36696 \emph on
36697 r
36698 \emph default
36699  (rechts), 
36700 \emph on
36701 b
36702 \emph default
36703  (unten), 
36704 \emph on
36705 t
36706 \emph default
36707  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
36708  Z.
36709 \begin_inset space \thinspace{}
36710 \end_inset
36711
36712 B.
36713  bedeutet 
36714 \emph on
36715 lt
36716 \emph default
36717 , dass sich der Drehpunkt links oben befindet.
36718  Wird kein Drehpunkt angegeben, wird die Position 
36719 \emph on
36720 l
36721 \emph default
36722  verwendet.
36723  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
36724  Gedreht wird gegen den Uhrzeigersinn.
36725 \end_layout
36726
36727 \begin_layout Standard
36728 Im folgenden Beispiel wurde
36729 \series bold
36730  origin=c
36731 \series default
36732  in the Einfügung 
36733 \family sans
36734 Drehpunkt
36735 \family default
36736  und 
36737 \series bold
36738 60
36739 \series default
36740  in die Einfügung 
36741 \family sans
36742 Winkel
36743 \family default
36744  eingegeben.
36745 \end_layout
36746
36747 \begin_layout Standard
36748 Dies ist eine Zeile 
36749 \begin_inset Flex Rotatebox
36750 status open
36751
36752 \begin_layout Plain Layout
36753 \begin_inset Argument 1
36754 status open
36755
36756 \begin_layout Plain Layout
36757 origin=c
36758 \end_layout
36759
36760 \end_inset
36761
36762
36763 \begin_inset Argument 2
36764 status open
36765
36766 \begin_layout Plain Layout
36767 60
36768 \end_layout
36769
36770 \end_inset
36771
36772 mit rotiertem
36773 \end_layout
36774
36775 \end_inset
36776
36777  Text.
36778 \end_layout
36779
36780 \begin_layout Standard
36781 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
36782 \end_layout
36783
36784 \begin_layout Standard
36785 Dies ist eine Zeile 
36786 \begin_inset Flex Rotatebox
36787 status open
36788
36789 \begin_layout Plain Layout
36790 \begin_inset Argument 1
36791 status open
36792
36793 \begin_layout Plain Layout
36794 origin=r
36795 \end_layout
36796
36797 \end_inset
36798
36799
36800 \begin_inset Argument 2
36801 status open
36802
36803 \begin_layout Plain Layout
36804 -60
36805 \end_layout
36806
36807 \end_inset
36808
36809
36810 \begin_inset Box Doublebox
36811 position "c"
36812 hor_pos "c"
36813 has_inner_box 0
36814 inner_pos "c"
36815 use_parbox 0
36816 use_makebox 0
36817 width "1in"
36818 special "width"
36819 height "1in"
36820 height_special "totalheight"
36821 thickness "0.4pt"
36822 separation "3pt"
36823 shadowsize "4pt"
36824 framecolor "black"
36825 backgroundcolor "none"
36826 status collapsed
36827
36828 \begin_layout Plain Layout
36829 mit rotiertem
36830 \end_layout
36831
36832 \end_inset
36833
36834
36835 \end_layout
36836
36837 \end_inset
36838
36839  umrandeten Text 
36840 \begin_inset Flex Rotatebox
36841 status open
36842
36843 \begin_layout Plain Layout
36844 \begin_inset Argument 1
36845 status open
36846
36847 \begin_layout Plain Layout
36848 origin=lb
36849 \end_layout
36850
36851 \end_inset
36852
36853
36854 \begin_inset Argument 2
36855 status open
36856
36857 \begin_layout Plain Layout
36858 60
36859 \end_layout
36860
36861 \end_inset
36862
36863
36864 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36865 \end_inset
36866
36867
36868 \end_layout
36869
36870 \end_inset
36871
36872  und einer Formel.
36873 \end_layout
36874
36875 \begin_layout Standard
36876 Oder ein Bild oder Tabelle:
36877 \end_layout
36878
36879 \begin_layout Standard
36880 Dies ist eine Zeile 
36881 \begin_inset Flex Rotatebox
36882 status open
36883
36884 \begin_layout Plain Layout
36885 \begin_inset Argument 1
36886 status open
36887
36888 \begin_layout Plain Layout
36889 origin=lb
36890 \end_layout
36891
36892 \end_inset
36893
36894
36895 \begin_inset Argument 2
36896 status open
36897
36898 \begin_layout Plain Layout
36899 90
36900 \end_layout
36901
36902 \end_inset
36903
36904
36905 \begin_inset Graphics
36906         filename ../clipart/platypus.eps
36907         lyxscale 50
36908         width 25col%
36909
36910 \end_inset
36911
36912
36913 \end_layout
36914
36915 \end_inset
36916
36917  mit einem rotierten Bild 
36918 \begin_inset Flex Rotatebox
36919 status open
36920
36921 \begin_layout Plain Layout
36922 \begin_inset Argument 2
36923 status open
36924
36925 \begin_layout Plain Layout
36926 -90
36927 \end_layout
36928
36929 \end_inset
36930
36931
36932 \begin_inset Tabular
36933 <lyxtabular version="3" rows="2" columns="2">
36934 <features tabularvalignment="middle">
36935 <column alignment="center" valignment="top">
36936 <column alignment="center" valignment="top">
36937 <row>
36938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36939 \begin_inset Text
36940
36941 \begin_layout Plain Layout
36942 q
36943 \end_layout
36944
36945 \end_inset
36946 </cell>
36947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36948 \begin_inset Text
36949
36950 \begin_layout Plain Layout
36951 w
36952 \end_layout
36953
36954 \end_inset
36955 </cell>
36956 </row>
36957 <row>
36958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36959 \begin_inset Text
36960
36961 \begin_layout Plain Layout
36962 e
36963 \end_layout
36964
36965 \end_inset
36966 </cell>
36967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36968 \begin_inset Text
36969
36970 \begin_layout Plain Layout
36971 r
36972 \end_layout
36973
36974 \end_inset
36975 </cell>
36976 </row>
36977 </lyxtabular>
36978
36979 \end_inset
36980
36981
36982 \end_layout
36983
36984 \end_inset
36985
36986  und Tabelle.
36987 \begin_inset Index idx
36988 status collapsed
36989
36990 \begin_layout Plain Layout
36991 Abbildungen ! rotierte
36992 \end_layout
36993
36994 \end_inset
36995
36996
36997 \begin_inset Index idx
36998 status collapsed
36999
37000 \begin_layout Plain Layout
37001 Tabellen ! rotierte
37002 \end_layout
37003
37004 \end_inset
37005
37006
37007 \end_layout
37008
37009 \begin_layout Standard
37010 \begin_inset Note Greyedout
37011 status open
37012
37013 \begin_layout Plain Layout
37014
37015 \series bold
37016 Achtung:
37017 \series default
37018  Wenn die Einfügung 
37019 \family sans
37020 Drehpunkt
37021 \family default
37022  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
37023 -Fehler
37024  wenn man das Dokument ansieht/exportiert.
37025 \end_layout
37026
37027 \end_inset
37028
37029
37030 \end_layout
37031
37032 \begin_layout Subsection
37033 Skalierte Boxen
37034 \begin_inset Index idx
37035 status collapsed
37036
37037 \begin_layout Plain Layout
37038 Boxen ! skalierte
37039 \end_layout
37040
37041 \end_inset
37042
37043
37044 \begin_inset Index idx
37045 status collapsed
37046
37047 \begin_layout Plain Layout
37048 Skaliertes Material
37049 \end_layout
37050
37051 \end_inset
37052
37053
37054 \end_layout
37055
37056 \begin_layout Standard
37057 Um Material zu skalieren, setzt man es in eine 
37058 \family sans
37059 Skalierende
37060 \begin_inset space ~
37061 \end_inset
37062
37063 Box
37064 \family default
37065 .
37066  Solch eine Box wird über das Menü 
37067 \family sans
37068 Einfügen\SpecialChar menuseparator
37069 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
37070 Skalierende
37071 \begin_inset space ~
37072 \end_inset
37073
37074 Box
37075 \family default
37076  eingefügt.
37077 \end_layout
37078
37079 \begin_layout Standard
37080 Die 
37081 \family sans
37082 Skalierende
37083 \begin_inset space ~
37084 \end_inset
37085
37086 Box
37087 \family default
37088  Einfügung hat die obligatorische Einfügung 
37089 \family sans
37090 H-Faktor
37091 \family default
37092  und die optionale Einfügung 
37093 \family sans
37094 V-Faktor
37095 \family default
37096  (wird eingefügt über das Menü 
37097 \family sans
37098 Einfügen\SpecialChar menuseparator
37099 V-Faktor)
37100 \family default
37101 .
37102  Fügen Sie hier den horizontalen bzw.
37103 \begin_inset space \space{}
37104 \end_inset
37105
37106 den vertikalen Skalierungsfaktor ein.
37107  Wenn die Einfügung 
37108 \family sans
37109 V-Faktor
37110 \family default
37111  nicht verwendet wird, wird der horizontale Skalierungsfaktor auch für den
37112  vertikalen verwendet.
37113 \end_layout
37114
37115 \begin_layout Standard
37116 Um z.
37117 \begin_inset space \thinspace{}
37118 \end_inset
37119
37120 B.
37121  doppelte Textgröße als die Dokument-Schriftgröße zu erhalten, gibt man
37122  
37123 \series bold
37124 2
37125 \series default
37126  in die Einfügung 
37127 \family sans
37128 H-Faktor
37129 \family default
37130  ein.
37131  Ein Beispiel: 
37132 \begin_inset Flex Scalebox
37133 status open
37134
37135 \begin_layout Plain Layout
37136 \begin_inset Argument 1
37137 status open
37138
37139 \begin_layout Plain Layout
37140 2
37141 \end_layout
37142
37143 \end_inset
37144
37145 Hallo
37146 \end_layout
37147
37148 \end_inset
37149
37150
37151 \end_layout
37152
37153 \begin_layout Standard
37154
37155 \series bold
37156 2
37157 \series default
37158  als 
37159 \family sans
37160 H-Faktor
37161 \family default
37162  und 
37163 \series bold
37164 1
37165 \series default
37166  als 
37167 \family sans
37168 V-Faktor
37169 \family default
37170  verzerrt das 
37171 \begin_inset Flex Scalebox
37172 status open
37173
37174 \begin_layout Plain Layout
37175 \begin_inset Argument 1
37176 status open
37177
37178 \begin_layout Plain Layout
37179 2
37180 \end_layout
37181
37182 \end_inset
37183
37184
37185 \begin_inset Argument 2
37186 status open
37187
37188 \begin_layout Plain Layout
37189 1
37190 \end_layout
37191
37192 \end_inset
37193
37194 Hallo
37195 \end_layout
37196
37197 \end_inset
37198
37199 .
37200 \end_layout
37201
37202 \begin_layout Standard
37203 Die Skalierungsfaktoren dürfen auch negativ sein.
37204  In diesem Fall wird der Boxinhalt gespiegelt.
37205  Daher kann 
37206 \series bold
37207 -1
37208 \series default
37209  als 
37210 \family sans
37211 H-Faktor
37212 \family default
37213  und 
37214 \series bold
37215 1
37216 \series default
37217  als 
37218 \family sans
37219 V-Faktor
37220 \family default
37221  verwendet werden um Spiegelschrift zu erstellen: 
37222 \begin_inset Flex Scalebox
37223 status open
37224
37225 \begin_layout Plain Layout
37226 \begin_inset Argument 1
37227 status open
37228
37229 \begin_layout Plain Layout
37230 -1
37231 \end_layout
37232
37233 \end_inset
37234
37235
37236 \begin_inset Argument 2
37237 status open
37238
37239 \begin_layout Plain Layout
37240 1
37241 \end_layout
37242
37243 \end_inset
37244
37245 Hallo
37246 \end_layout
37247
37248 \end_inset
37249
37250
37251 \end_layout
37252
37253 \begin_layout Standard
37254
37255 \series bold
37256 1
37257 \series default
37258  als 
37259 \family sans
37260 H-Faktor
37261 \family default
37262  und 
37263 \series bold
37264 -1
37265 \series default
37266  als 
37267 \family sans
37268 V-Faktor
37269 \family default
37270  reflektiert das 
37271 \begin_inset Flex Scalebox
37272 status open
37273
37274 \begin_layout Plain Layout
37275 \begin_inset Argument 1
37276 status open
37277
37278 \begin_layout Plain Layout
37279 1
37280 \end_layout
37281
37282 \end_inset
37283
37284
37285 \begin_inset Argument 2
37286 status open
37287
37288 \begin_layout Plain Layout
37289 -1
37290 \end_layout
37291
37292 \end_inset
37293
37294 Hallo
37295 \end_layout
37296
37297 \end_inset
37298
37299  an der Grundlinie.
37300 \end_layout
37301
37302 \begin_layout Standard
37303 Die 
37304 \family sans
37305 Spiegelbox
37306 \family default
37307  (Menü 
37308 \family sans
37309 Einfügen\SpecialChar menuseparator
37310 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
37311 Spiegelbox
37312 \family default
37313 ) ist äquivalent zu 
37314 \series bold
37315 -1
37316 \series default
37317  als 
37318 \family sans
37319 H-Faktor
37320 \family default
37321  und 
37322 \series bold
37323 1
37324 \series default
37325  als 
37326 \family sans
37327 V-Faktor 
37328 \family default
37329 für eine 
37330 \family sans
37331 Skalierende
37332 \begin_inset space ~
37333 \end_inset
37334
37335 Box
37336 \family default
37337 .
37338 \end_layout
37339
37340 \begin_layout Standard
37341 \begin_inset Note Greyedout
37342 status open
37343
37344 \begin_layout Plain Layout
37345
37346 \series bold
37347 Achtung:
37348 \series default
37349  Wenn die Einfügung 
37350 \family sans
37351 Drehpunkt
37352 \family default
37353  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
37354 -Fehler
37355  wenn man das Dokument ansieht/exportiert.
37356 \end_layout
37357
37358 \end_inset
37359
37360
37361 \end_layout
37362
37363 \begin_layout Standard
37364 \begin_inset VSpace bigskip
37365 \end_inset
37366
37367 Die 
37368 \family sans
37369 Neugrößenbox
37370 \family default
37371  (Menü 
37372 \family sans
37373 Einfügen\SpecialChar menuseparator
37374 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
37375 Neugrößenbox
37376 \family default
37377 ) verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
37378  skalieren.
37379  Die 
37380 \family sans
37381 Neugrößenbox
37382 \family default
37383  Einfügung hat die obligatorische Einfügung 
37384 \family sans
37385 Breite
37386 \family default
37387  und die optionale Einfügung 
37388 \family sans
37389 Höhe
37390 \family default
37391  (wird eingefügt über das Menü 
37392 \family sans
37393 Einfügen\SpecialChar menuseparator
37394 Höhe)
37395 \family default
37396 .
37397  Fügen Sie hier die Breite bzw.
37398 \begin_inset space \space{}
37399 \end_inset
37400
37401 Höhe als Wert mit Einheit ein.
37402  
37403 \begin_inset CommandInset ref
37404 LatexCommand ref
37405 reference "tab:Maßeinheiten"
37406
37407 \end_inset
37408
37409  listet die möglichen Maßeinheiten auf.
37410  Befindet sich ein Ausrufezeichen 
37411 \series bold
37412 !
37413 \series default
37414  in einer der beiden
37415 \lang english
37416  
37417 \lang ngerman
37418 Einfügungen, wird die Größe so gewählt, dass das Seitenverhältnis der Box
37419  beibehalten wird.
37420  Wenn die Einfügung 
37421 \family sans
37422 Höhe
37423 \family default
37424  nicht verwendet wird, wird intern ein Ausrufezeichen für die Höhe verwendet.
37425 \end_layout
37426
37427 \begin_layout Standard
37428
37429 \series bold
37430 2cm
37431 \series default
37432  als 
37433 \family sans
37434 Breite
37435 \family default
37436  und 
37437 \series bold
37438 1cm
37439 \series default
37440  als 
37441 \family sans
37442 Höhe
37443 \family default
37444  ergibt: 
37445 \begin_inset Flex Resizebox
37446 status open
37447
37448 \begin_layout Plain Layout
37449 \begin_inset Argument 1
37450 status open
37451
37452 \begin_layout Plain Layout
37453 2cm
37454 \end_layout
37455
37456 \end_inset
37457
37458
37459 \begin_inset Argument 2
37460 status open
37461
37462 \begin_layout Plain Layout
37463 1cm
37464 \end_layout
37465
37466 \end_inset
37467
37468 Hallo
37469 \end_layout
37470
37471 \end_inset
37472
37473
37474 \begin_inset Newline newline
37475 \end_inset
37476
37477
37478 \series bold
37479 2cm
37480 \series default
37481  als 
37482 \family sans
37483 Breite
37484 \family default
37485  und 
37486 \series bold
37487 !
37488 \series default
37489  als 
37490 \family sans
37491 Höhe
37492 \family default
37493  (oder keine 
37494 \family sans
37495 Höhe
37496 \family default
37497 ) ergibt: 
37498 \begin_inset Flex Resizebox
37499 status open
37500
37501 \begin_layout Plain Layout
37502 \begin_inset Argument 1
37503 status open
37504
37505 \begin_layout Plain Layout
37506 2cm
37507 \end_layout
37508
37509 \end_inset
37510
37511
37512 \begin_inset Argument 2
37513 status open
37514
37515 \begin_layout Plain Layout
37516 !
37517 \end_layout
37518
37519 \end_inset
37520
37521 Hallo
37522 \end_layout
37523
37524 \end_inset
37525
37526
37527 \end_layout
37528
37529 \begin_layout Standard
37530 \begin_inset Note Greyedout
37531 status open
37532
37533 \begin_layout Plain Layout
37534
37535 \series bold
37536 Achtung:
37537 \series default
37538  Wenn die Einfügung
37539 \family sans
37540  Breite 
37541 \family default
37542 leer ist oder eine ungültige Einheit enthält, erhält man \SpecialChar LaTeX
37543 -Fehler wenn man
37544  das Dokument ansieht/exportiert.
37545 \end_layout
37546
37547 \end_inset
37548
37549
37550 \end_layout
37551
37552 \begin_layout Standard
37553 \begin_inset VSpace bigskip
37554 \end_inset
37555
37556
37557 \end_layout
37558
37559 \begin_layout Standard
37560 Alle Boxen können beliebig miteinander kombiniert werden.
37561  Als Beispiel eine 
37562 \family sans
37563 Spiegelbox
37564 \family default
37565  in einer 
37566 \family sans
37567 Neugrößenbox
37568 \family default
37569 , die wiederum in einer 
37570 \family sans
37571 Rotationsbox
37572 \family default
37573  ist:
37574 \end_layout
37575
37576 \begin_layout Standard
37577 \noindent
37578 \align center
37579 \begin_inset Flex Rotatebox
37580 status open
37581
37582 \begin_layout Plain Layout
37583 \begin_inset Argument 1
37584 status open
37585
37586 \begin_layout Plain Layout
37587 origin=c
37588 \end_layout
37589
37590 \end_inset
37591
37592
37593 \begin_inset Argument 2
37594 status open
37595
37596 \begin_layout Plain Layout
37597 -45
37598 \end_layout
37599
37600 \end_inset
37601
37602
37603 \begin_inset Flex Resizebox
37604 status open
37605
37606 \begin_layout Plain Layout
37607 \begin_inset Argument 1
37608 status open
37609
37610 \begin_layout Plain Layout
37611 2cm
37612 \end_layout
37613
37614 \end_inset
37615
37616
37617 \begin_inset Flex Reflectbox
37618 status open
37619
37620 \begin_layout Plain Layout
37621 Hallo
37622 \end_layout
37623
37624 \end_inset
37625
37626
37627 \end_layout
37628
37629 \end_inset
37630
37631
37632 \end_layout
37633
37634 \end_inset
37635
37636
37637 \end_layout
37638
37639 \begin_layout Standard
37640 \noindent
37641 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
37642 \end_layout
37643
37644 \begin_layout Standard
37645 \noindent
37646 \align center
37647 \begin_inset Flex Resizebox
37648 status open
37649
37650 \begin_layout Plain Layout
37651 \begin_inset Argument 1
37652 status open
37653
37654 \begin_layout Plain Layout
37655 2cm
37656 \end_layout
37657
37658 \end_inset
37659
37660
37661 \begin_inset Flex Reflectbox
37662 status open
37663
37664 \begin_layout Plain Layout
37665 \begin_inset Graphics
37666         filename ../clipart/platypus.eps
37667         lyxscale 50
37668         width 25col%
37669
37670 \end_inset
37671
37672
37673 \end_layout
37674
37675 \end_inset
37676
37677
37678 \end_layout
37679
37680 \end_inset
37681
37682  
37683 \begin_inset Flex Resizebox
37684 status open
37685
37686 \begin_layout Plain Layout
37687 \begin_inset Argument 1
37688 status open
37689
37690 \begin_layout Plain Layout
37691 2cm
37692 \end_layout
37693
37694 \end_inset
37695
37696
37697 \begin_inset Flex Reflectbox
37698 status open
37699
37700 \begin_layout Plain Layout
37701 \begin_inset Tabular
37702 <lyxtabular version="3" rows="2" columns="2">
37703 <features tabularvalignment="middle">
37704 <column alignment="center" valignment="top">
37705 <column alignment="center" valignment="top">
37706 <row>
37707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37708 \begin_inset Text
37709
37710 \begin_layout Plain Layout
37711 q
37712 \end_layout
37713
37714 \end_inset
37715 </cell>
37716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37717 \begin_inset Text
37718
37719 \begin_layout Plain Layout
37720 w
37721 \end_layout
37722
37723 \end_inset
37724 </cell>
37725 </row>
37726 <row>
37727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37728 \begin_inset Text
37729
37730 \begin_layout Plain Layout
37731 e
37732 \end_layout
37733
37734 \end_inset
37735 </cell>
37736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37737 \begin_inset Text
37738
37739 \begin_layout Plain Layout
37740 r
37741 \end_layout
37742
37743 \end_inset
37744 </cell>
37745 </row>
37746 </lyxtabular>
37747
37748 \end_inset
37749
37750
37751 \end_layout
37752
37753 \end_inset
37754
37755
37756 \end_layout
37757
37758 \end_inset
37759
37760  
37761 \begin_inset Flex Resizebox
37762 status open
37763
37764 \begin_layout Plain Layout
37765 \begin_inset Argument 1
37766 status open
37767
37768 \begin_layout Plain Layout
37769 3cm
37770 \end_layout
37771
37772 \end_inset
37773
37774
37775 \begin_inset Flex Reflectbox
37776 status open
37777
37778 \begin_layout Plain Layout
37779 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37780 \end_inset
37781
37782
37783 \end_layout
37784
37785 \end_inset
37786
37787
37788 \end_layout
37789
37790 \end_inset
37791
37792
37793 \begin_inset Index idx
37794 status collapsed
37795
37796 \begin_layout Plain Layout
37797 Abbildungen ! skalierte
37798 \end_layout
37799
37800 \end_inset
37801
37802
37803 \begin_inset Index idx
37804 status collapsed
37805
37806 \begin_layout Plain Layout
37807 Tabellen ! skalierte
37808 \end_layout
37809
37810 \end_inset
37811
37812
37813 \end_layout
37814
37815 \begin_layout Standard
37816 Hat man den globalen Formelstil 
37817 \series bold
37818 fleqn
37819 \series default
37820
37821 \begin_inset Foot
37822 status collapsed
37823
37824 \begin_layout Plain Layout
37825 Wenn 
37826 \begin_inset Quotes gld
37827 \end_inset
37828
37829 fleqn
37830 \begin_inset Quotes grd
37831 \end_inset
37832
37833  zu den Dokumentklassen-Optionen hinzugefügt wurde.
37834 \end_layout
37835
37836 \end_inset
37837
37838  gewählt, kann man auch abgesetzte Formeln skalieren.
37839 \end_layout
37840
37841 \begin_layout Chapter
37842 Umflossene Objekte
37843 \begin_inset Index idx
37844 status collapsed
37845
37846 \begin_layout Plain Layout
37847 Umflossene Objekte
37848 \end_layout
37849
37850 \end_inset
37851
37852
37853 \end_layout
37854
37855 \begin_layout Section
37856 Umflossene Gleitobjekte
37857 \begin_inset CommandInset label
37858 LatexCommand label
37859 name "abs:Umflossene-Gleitobjekte"
37860
37861 \end_inset
37862
37863
37864 \begin_inset Index idx
37865 status collapsed
37866
37867 \begin_layout Plain Layout
37868 Gleitobjekte ! umflossene
37869 \end_layout
37870
37871 \end_inset
37872
37873
37874 \begin_inset Index idx
37875 status collapsed
37876
37877 \begin_layout Plain Layout
37878 Umflossene Objekte ! Gleitobjekte
37879 \end_layout
37880
37881 \end_inset
37882
37883
37884 \end_layout
37885
37886 \begin_layout Standard
37887 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
37888  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
37889  den die Abbildung bzw.
37890 \begin_inset space ~
37891 \end_inset
37892
37893 Tabelle übrig lässt.
37894  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
37895  Sie werden über das Menü
37896 \family sans
37897  Einfügen\SpecialChar menuseparator
37898 Gleitobjekt\SpecialChar menuseparator
37899 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
37900 objekt
37901 \family default
37902  eingefügt, wenn das \SpecialChar LaTeX
37903 -Paket 
37904 \series bold
37905 wrapfig
37906 \series default
37907
37908 \begin_inset Index idx
37909 status collapsed
37910
37911 \begin_layout Plain Layout
37912 \SpecialChar LaTeX
37913 -Pakete ! wrapfig
37914 \end_layout
37915
37916 \end_inset
37917
37918  installiert ist.
37919 \begin_inset Foot
37920 status collapsed
37921
37922 \begin_layout Plain Layout
37923 Wie man ein \SpecialChar LaTeX
37924 -Paket installiert, wird im Handbuch 
37925 \emph on
37926 \SpecialChar LaTeX
37927 -Konfiguration
37928 \emph default
37929  beschrieben.
37930 \end_layout
37931
37932 \end_inset
37933
37934  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
37935  Box des Gleitobjekts geändert werden.
37936  
37937 \begin_inset Wrap figure
37938 lines 0
37939 placement l
37940 overhang 1cm
37941 width "40col%"
37942 status open
37943
37944 \begin_layout Plain Layout
37945 \begin_inset Graphics
37946         filename ../clipart/mobius.eps
37947         width 40col%
37948         scaleBeforeRotation
37949         rotateOrigin center
37950
37951 \end_inset
37952
37953
37954 \end_layout
37955
37956 \begin_layout Plain Layout
37957 \begin_inset Caption Standard
37958
37959 \begin_layout Plain Layout
37960 \begin_inset CommandInset label
37961 LatexCommand label
37962 name "abb:Dies-ist-eine"
37963
37964 \end_inset
37965
37966 Dies ist eine umflossene Gleitobjekt-Abbildung
37967 \end_layout
37968
37969 \end_inset
37970
37971
37972 \end_layout
37973
37974 \end_inset
37975
37976  Obligatorische Einstellungen sind die 
37977 \family sans
37978 Breite
37979 \family default
37980  und 
37981 \family sans
37982 Platzierung
37983 \family default
37984  des Gleitobjekts.
37985  Optional sind der 
37986 \family sans
37987 Überhang 
37988 \family default
37989 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
37990 \begin_inset space \thinspace{}
37991 \end_inset
37992
37993 /
37994 \begin_inset space \thinspace{}
37995 \end_inset
37996
37997 der Seite ragt und die 
37998 \family sans
37999 benötigten Zeilen
38000 \family default
38001 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
38002  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
38003  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
38004  Des weiteren können Sie entscheiden, ob es \SpecialChar LaTeX
38005  erlaubt sein soll, das Gleitobjekt
38006  innerhalb des Absatzes oder zu umgebenden Absätzen gleiten zu lassen.
38007  Abbildung
38008 \begin_inset space ~
38009 \end_inset
38010
38011
38012 \begin_inset CommandInset ref
38013 LatexCommand ref
38014 reference "abb:Dies-ist-eine"
38015
38016 \end_inset
38017
38018  ist zum Beispiel ein umflossenes Bild, das 40
38019 \begin_inset space \thinspace{}
38020 \end_inset
38021
38022 % der Spaltenbreite einnimmt, 1
38023 \begin_inset space \thinspace{}
38024 \end_inset
38025
38026 cm in den Rand ragt und links gesetzt wurde.
38027 \end_layout
38028
38029 \begin_layout Standard
38030 \begin_inset Note Greyedout
38031 status open
38032
38033 \begin_layout Plain Layout
38034
38035 \series bold
38036 Bemerkung:
38037 \series default
38038  Umflossene Objekte sind fragil! Wenn die Abbildung z.
38039 \begin_inset space \thinspace{}
38040 \end_inset
38041
38042 B.
38043  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
38044  oder über anderen Text gedruckt wird.
38045 \end_layout
38046
38047 \end_inset
38048
38049
38050 \end_layout
38051
38052 \begin_layout Standard
38053 Allgemein gilt für umflossene Gleitobjekte:
38054 \end_layout
38055
38056 \begin_layout Itemize
38057 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
38058  fortgesetzt werden.
38059  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
38060  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
38061 \end_layout
38062
38063 \begin_layout Itemize
38064 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
38065  werden oder darin.
38066 \end_layout
38067
38068 \begin_layout Itemize
38069 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
38070  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
38071 \end_layout
38072
38073 \begin_layout Itemize
38074 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
38075 \end_layout
38076
38077 \begin_layout Itemize
38078 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
38079 \begin_inset space \thinspace{}
38080 \end_inset
38081
38082
38083 \begin_inset CommandInset ref
38084 LatexCommand ref
38085 reference "kap:Gleitobjekte"
38086
38087 \end_inset
38088
38089  beschrieben.
38090 \end_layout
38091
38092 \begin_layout Section
38093 Umflossene Fixe Objekte
38094 \begin_inset Index idx
38095 status collapsed
38096
38097 \begin_layout Plain Layout
38098 Umflossene Objekte ! Fixe Objekte
38099 \end_layout
38100
38101 \end_inset
38102
38103
38104 \end_layout
38105
38106 \begin_layout Standard
38107 Die in Abschnitt
38108 \begin_inset space ~
38109 \end_inset
38110
38111
38112 \begin_inset CommandInset ref
38113 LatexCommand ref
38114 reference "abs:Umflossene-Gleitobjekte"
38115
38116 \end_inset
38117
38118  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
38119 \end_layout
38120
38121 \begin_layout Standard
38122 \noindent
38123 \align center
38124 \begin_inset Tabular
38125 <lyxtabular version="3" rows="2" columns="2">
38126 <features tabularvalignment="middle">
38127 <column alignment="center" valignment="top">
38128 <column alignment="center" valignment="top">
38129 <row>
38130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38131 \begin_inset Text
38132
38133 \begin_layout Plain Layout
38134 \begin_inset Info
38135 type  "icon"
38136 arg   "dialog-show-new-inset graphics"
38137 \end_inset
38138
38139
38140 \end_layout
38141
38142 \end_inset
38143 </cell>
38144 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38145 \begin_inset Text
38146
38147 \begin_layout Plain Layout
38148 Text
38149 \end_layout
38150
38151 \end_inset
38152 </cell>
38153 </row>
38154 <row>
38155 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38156 \begin_inset Text
38157
38158 \begin_layout Plain Layout
38159 Text
38160 \end_layout
38161
38162 \end_inset
38163 </cell>
38164 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38165 \begin_inset Text
38166
38167 \begin_layout Plain Layout
38168 Text
38169 \end_layout
38170
38171 \end_inset
38172 </cell>
38173 </row>
38174 </lyxtabular>
38175
38176 \end_inset
38177
38178  oder 
38179 \begin_inset Tabular
38180 <lyxtabular version="3" rows="2" columns="2">
38181 <features tabularvalignment="middle">
38182 <column alignment="center" valignment="top">
38183 <column alignment="center" valignment="top">
38184 <row>
38185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38186 \begin_inset Text
38187
38188 \begin_layout Plain Layout
38189 Text
38190 \end_layout
38191
38192 \end_inset
38193 </cell>
38194 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38195 \begin_inset Text
38196
38197 \begin_layout Plain Layout
38198 \begin_inset Info
38199 type  "icon"
38200 arg   "dialog-show-new-inset graphics"
38201 \end_inset
38202
38203
38204 \end_layout
38205
38206 \end_inset
38207 </cell>
38208 </row>
38209 <row>
38210 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38211 \begin_inset Text
38212
38213 \begin_layout Plain Layout
38214 Text
38215 \end_layout
38216
38217 \end_inset
38218 </cell>
38219 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38220 \begin_inset Text
38221
38222 \begin_layout Plain Layout
38223 Text
38224 \end_layout
38225
38226 \end_inset
38227 </cell>
38228 </row>
38229 </lyxtabular>
38230
38231 \end_inset
38232
38233
38234 \end_layout
38235
38236 \begin_layout Standard
38237 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
38238  wurde, um z.
38239 \begin_inset space \thinspace{}
38240 \end_inset
38241
38242 B.
38243  solche Positionen zu erhalten:
38244 \begin_inset VSpace defskip
38245 \end_inset
38246
38247
38248 \end_layout
38249
38250 \begin_layout Standard
38251 \noindent
38252 \align center
38253 \begin_inset Tabular
38254 <lyxtabular version="3" rows="2" columns="2">
38255 <features tabularvalignment="middle">
38256 <column alignment="center" valignment="top">
38257 <column alignment="center" valignment="top">
38258 <row>
38259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38260 \begin_inset Text
38261
38262 \begin_layout Plain Layout
38263 Text
38264 \end_layout
38265
38266 \end_inset
38267 </cell>
38268 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38269 \begin_inset Text
38270
38271 \begin_layout Plain Layout
38272 Text
38273 \end_layout
38274
38275 \end_inset
38276 </cell>
38277 </row>
38278 <row>
38279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38280 \begin_inset Text
38281
38282 \begin_layout Plain Layout
38283 \begin_inset Info
38284 type  "icon"
38285 arg   "dialog-show-new-inset graphics"
38286 \end_inset
38287
38288
38289 \end_layout
38290
38291 \end_inset
38292 </cell>
38293 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38294 \begin_inset Text
38295
38296 \begin_layout Plain Layout
38297 Text
38298 \end_layout
38299
38300 \end_inset
38301 </cell>
38302 </row>
38303 </lyxtabular>
38304
38305 \end_inset
38306
38307  
38308 \begin_inset Tabular
38309 <lyxtabular version="3" rows="2" columns="2">
38310 <features tabularvalignment="middle">
38311 <column alignment="center" valignment="top">
38312 <column alignment="center" valignment="top">
38313 <row>
38314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38315 \begin_inset Text
38316
38317 \begin_layout Plain Layout
38318 Text
38319 \end_layout
38320
38321 \end_inset
38322 </cell>
38323 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38324 \begin_inset Text
38325
38326 \begin_layout Plain Layout
38327 Text
38328 \end_layout
38329
38330 \end_inset
38331 </cell>
38332 </row>
38333 <row>
38334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38335 \begin_inset Text
38336
38337 \begin_layout Plain Layout
38338 Text
38339 \end_layout
38340
38341 \end_inset
38342 </cell>
38343 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38344 \begin_inset Text
38345
38346 \begin_layout Plain Layout
38347 \begin_inset Info
38348 type  "icon"
38349 arg   "dialog-show-new-inset graphics"
38350 \end_inset
38351
38352
38353 \end_layout
38354
38355 \end_inset
38356 </cell>
38357 </row>
38358 </lyxtabular>
38359
38360 \end_inset
38361
38362  
38363 \begin_inset Tabular
38364 <lyxtabular version="3" rows="2" columns="3">
38365 <features tabularvalignment="middle">
38366 <column alignment="center" valignment="top">
38367 <column alignment="center" valignment="top">
38368 <column alignment="center" valignment="top">
38369 <row>
38370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38371 \begin_inset Text
38372
38373 \begin_layout Plain Layout
38374 Text
38375 \end_layout
38376
38377 \end_inset
38378 </cell>
38379 <cell alignment="center" valignment="top" topline="true" usebox="none">
38380 \begin_inset Text
38381
38382 \begin_layout Plain Layout
38383 \begin_inset Info
38384 type  "icon"
38385 arg   "dialog-show-new-inset graphics"
38386 \end_inset
38387
38388
38389 \end_layout
38390
38391 \end_inset
38392 </cell>
38393 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38394 \begin_inset Text
38395
38396 \begin_layout Plain Layout
38397 Text
38398 \end_layout
38399
38400 \end_inset
38401 </cell>
38402 </row>
38403 <row>
38404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38405 \begin_inset Text
38406
38407 \begin_layout Plain Layout
38408 Text
38409 \end_layout
38410
38411 \end_inset
38412 </cell>
38413 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38414 \begin_inset Text
38415
38416 \begin_layout Plain Layout
38417 Text
38418 \end_layout
38419
38420 \end_inset
38421 </cell>
38422 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38423 \begin_inset Text
38424
38425 \begin_layout Plain Layout
38426 Text
38427 \end_layout
38428
38429 \end_inset
38430 </cell>
38431 </row>
38432 </lyxtabular>
38433
38434 \end_inset
38435
38436  
38437 \begin_inset Tabular
38438 <lyxtabular version="3" rows="2" columns="3">
38439 <features tabularvalignment="middle">
38440 <column alignment="center" valignment="top">
38441 <column alignment="center" valignment="top">
38442 <column alignment="center" valignment="top">
38443 <row>
38444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38445 \begin_inset Text
38446
38447 \begin_layout Plain Layout
38448 Text
38449 \end_layout
38450
38451 \end_inset
38452 </cell>
38453 <cell alignment="center" valignment="top" topline="true" usebox="none">
38454 \begin_inset Text
38455
38456 \begin_layout Plain Layout
38457 Text
38458 \end_layout
38459
38460 \end_inset
38461 </cell>
38462 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38463 \begin_inset Text
38464
38465 \begin_layout Plain Layout
38466 Text
38467 \end_layout
38468
38469 \end_inset
38470 </cell>
38471 </row>
38472 <row>
38473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38474 \begin_inset Text
38475
38476 \begin_layout Plain Layout
38477 Text
38478 \end_layout
38479
38480 \end_inset
38481 </cell>
38482 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38483 \begin_inset Text
38484
38485 \begin_layout Plain Layout
38486 \begin_inset Info
38487 type  "icon"
38488 arg   "dialog-show-new-inset graphics"
38489 \end_inset
38490
38491
38492 \end_layout
38493
38494 \end_inset
38495 </cell>
38496 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38497 \begin_inset Text
38498
38499 \begin_layout Plain Layout
38500 Text
38501 \end_layout
38502
38503 \end_inset
38504 </cell>
38505 </row>
38506 </lyxtabular>
38507
38508 \end_inset
38509
38510
38511 \end_layout
38512
38513 \begin_layout Standard
38514 \noindent
38515 \align center
38516 \begin_inset Tabular
38517 <lyxtabular version="3" rows="3" columns="2">
38518 <features tabularvalignment="middle">
38519 <column alignment="center" valignment="top">
38520 <column alignment="center" valignment="top">
38521 <row>
38522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38523 \begin_inset Text
38524
38525 \begin_layout Plain Layout
38526 Text
38527 \end_layout
38528
38529 \end_inset
38530 </cell>
38531 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38532 \begin_inset Text
38533
38534 \begin_layout Plain Layout
38535 Text
38536 \end_layout
38537
38538 \end_inset
38539 </cell>
38540 </row>
38541 <row>
38542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38543 \begin_inset Text
38544
38545 \begin_layout Plain Layout
38546 \begin_inset Info
38547 type  "icon"
38548 arg   "dialog-show-new-inset graphics"
38549 \end_inset
38550
38551
38552 \end_layout
38553
38554 \end_inset
38555 </cell>
38556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38557 \begin_inset Text
38558
38559 \begin_layout Plain Layout
38560 Text
38561 \end_layout
38562
38563 \end_inset
38564 </cell>
38565 </row>
38566 <row>
38567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38568 \begin_inset Text
38569
38570 \begin_layout Plain Layout
38571 Text
38572 \end_layout
38573
38574 \end_inset
38575 </cell>
38576 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38577 \begin_inset Text
38578
38579 \begin_layout Plain Layout
38580 Text
38581 \end_layout
38582
38583 \end_inset
38584 </cell>
38585 </row>
38586 </lyxtabular>
38587
38588 \end_inset
38589
38590  
38591 \begin_inset Tabular
38592 <lyxtabular version="3" rows="3" columns="3">
38593 <features tabularvalignment="middle">
38594 <column alignment="center" valignment="top">
38595 <column alignment="center" valignment="top">
38596 <column alignment="center" valignment="top">
38597 <row>
38598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38599 \begin_inset Text
38600
38601 \begin_layout Plain Layout
38602 Text
38603 \end_layout
38604
38605 \end_inset
38606 </cell>
38607 <cell alignment="center" valignment="top" topline="true" usebox="none">
38608 \begin_inset Text
38609
38610 \begin_layout Plain Layout
38611 Text
38612 \end_layout
38613
38614 \end_inset
38615 </cell>
38616 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38617 \begin_inset Text
38618
38619 \begin_layout Plain Layout
38620 Text
38621 \end_layout
38622
38623 \end_inset
38624 </cell>
38625 </row>
38626 <row>
38627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38628 \begin_inset Text
38629
38630 \begin_layout Plain Layout
38631 Text
38632 \end_layout
38633
38634 \end_inset
38635 </cell>
38636 <cell alignment="center" valignment="top" usebox="none">
38637 \begin_inset Text
38638
38639 \begin_layout Plain Layout
38640 \begin_inset Info
38641 type  "icon"
38642 arg   "dialog-show-new-inset graphics"
38643 \end_inset
38644
38645
38646 \end_layout
38647
38648 \end_inset
38649 </cell>
38650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38651 \begin_inset Text
38652
38653 \begin_layout Plain Layout
38654 Text
38655 \end_layout
38656
38657 \end_inset
38658 </cell>
38659 </row>
38660 <row>
38661 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38662 \begin_inset Text
38663
38664 \begin_layout Plain Layout
38665 Text
38666 \end_layout
38667
38668 \end_inset
38669 </cell>
38670 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38671 \begin_inset Text
38672
38673 \begin_layout Plain Layout
38674 Text
38675 \end_layout
38676
38677 \end_inset
38678 </cell>
38679 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38680 \begin_inset Text
38681
38682 \begin_layout Plain Layout
38683 Text
38684 \end_layout
38685
38686 \end_inset
38687 </cell>
38688 </row>
38689 </lyxtabular>
38690
38691 \end_inset
38692
38693  
38694 \begin_inset Tabular
38695 <lyxtabular version="3" rows="3" columns="2">
38696 <features tabularvalignment="middle">
38697 <column alignment="center" valignment="top">
38698 <column alignment="center" valignment="top">
38699 <row>
38700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38701 \begin_inset Text
38702
38703 \begin_layout Plain Layout
38704 Text
38705 \end_layout
38706
38707 \end_inset
38708 </cell>
38709 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38710 \begin_inset Text
38711
38712 \begin_layout Plain Layout
38713 Text
38714 \end_layout
38715
38716 \end_inset
38717 </cell>
38718 </row>
38719 <row>
38720 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38721 \begin_inset Text
38722
38723 \begin_layout Plain Layout
38724 Text
38725 \end_layout
38726
38727 \end_inset
38728 </cell>
38729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38730 \begin_inset Text
38731
38732 \begin_layout Plain Layout
38733 \begin_inset Info
38734 type  "icon"
38735 arg   "dialog-show-new-inset graphics"
38736 \end_inset
38737
38738
38739 \end_layout
38740
38741 \end_inset
38742 </cell>
38743 </row>
38744 <row>
38745 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38746 \begin_inset Text
38747
38748 \begin_layout Plain Layout
38749 Text
38750 \end_layout
38751
38752 \end_inset
38753 </cell>
38754 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38755 \begin_inset Text
38756
38757 \begin_layout Plain Layout
38758 Text
38759 \end_layout
38760
38761 \end_inset
38762 </cell>
38763 </row>
38764 </lyxtabular>
38765
38766 \end_inset
38767
38768
38769 \end_layout
38770
38771 \begin_layout Standard
38772 \noindent
38773 kann man das \SpecialChar LaTeX
38774 -Paket 
38775 \series bold
38776 picinpar
38777 \series default
38778
38779 \begin_inset Index idx
38780 status collapsed
38781
38782 \begin_layout Plain Layout
38783 \SpecialChar LaTeX
38784 -Pakete ! picinpar
38785 \end_layout
38786
38787 \end_inset
38788
38789  benutzen.
38790  Hier ist ein Beispiel:
38791 \end_layout
38792
38793 \begin_layout Standard
38794 \begin_inset ERT
38795 status collapsed
38796
38797 \begin_layout Plain Layout
38798
38799
38800 \backslash
38801 ifpicinpar
38802 \end_layout
38803
38804 \end_inset
38805
38806
38807 \begin_inset Note Note
38808 status open
38809
38810 \begin_layout Plain Layout
38811 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
38812 -Paket 
38813 \series bold
38814 picinpar
38815 \series default
38816  installiert ist.
38817 \end_layout
38818
38819 \end_inset
38820
38821
38822 \end_layout
38823
38824 \begin_layout Standard
38825 \begin_inset ERT
38826 status collapsed
38827
38828 \begin_layout Plain Layout
38829
38830
38831 \backslash
38832 begin{window}[2,c,{
38833 \end_layout
38834
38835 \end_inset
38836
38837
38838 \begin_inset Graphics
38839         filename ../clipart/mobius.eps
38840         lyxscale 60
38841         width 40col%
38842         scaleBeforeRotation
38843         rotateOrigin center
38844
38845 \end_inset
38846
38847
38848 \begin_inset ERT
38849 status collapsed
38850
38851 \begin_layout Plain Layout
38852
38853 },]
38854 \end_layout
38855
38856 \begin_layout Plain Layout
38857
38858 {}
38859 \end_layout
38860
38861 \end_inset
38862
38863
38864 \size small
38865 \lang english
38866 It was in the spring of the year 1894 that all London was interested, and
38867  the fashionable world dismayed, by the murder of the Honourable Ronald
38868  Adair under most unusual and inexplicable circumstances.
38869  The public has already learned those particulars of the crime which
38870 \size default
38871
38872 \begin_inset ERT
38873 status collapsed
38874
38875 \begin_layout Plain Layout
38876
38877
38878 \backslash
38879 footnotemark{}
38880 \end_layout
38881
38882 \end_inset
38883
38884
38885 \size small
38886  came out in the police investigation, but a good deal was suppressed upon
38887  that occasion, since the case for the prosecution was so overwhelmingly
38888  strong that it was not necessary to bring forward all the facts.
38889  Only now, at the end of nearly ten years, am I allowed to supply those
38890  missing links which make up the whole of that remarkable chain.
38891 \size default
38892 \lang ngerman
38893
38894 \begin_inset ERT
38895 status collapsed
38896
38897 \begin_layout Plain Layout
38898
38899
38900 \backslash
38901 end{window}
38902 \end_layout
38903
38904 \end_inset
38905
38906
38907 \end_layout
38908
38909 \begin_layout Standard
38910 \begin_inset ERT
38911 status collapsed
38912
38913 \begin_layout Plain Layout
38914
38915
38916 \backslash
38917 footnotetext{
38918 \end_layout
38919
38920 \end_inset
38921
38922 Fußnote des Absatzes mit fixem Objekt.
38923 \begin_inset ERT
38924 status collapsed
38925
38926 \begin_layout Plain Layout
38927
38928 }
38929 \end_layout
38930
38931 \end_inset
38932
38933
38934 \end_layout
38935
38936 \begin_layout Standard
38937 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
38938  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
38939  vertikale Position im Text bestimmen kann.
38940  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
38941  beschriftet werden.
38942 \end_layout
38943
38944 \begin_layout Standard
38945 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
38946  Befehl
38947 \end_layout
38948
38949 \begin_layout Standard
38950
38951 \series bold
38952
38953 \backslash
38954 begin{window}[2,c,{
38955 \end_layout
38956
38957 \begin_layout Standard
38958 als \SpecialChar TeX
38959 -Code einfügt.
38960  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
38961  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
38962  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
38963  Danach fügt man das Objekt ein.
38964  In diesem Beispiel wurde ein Bild der Breite von 40
38965 \begin_inset space \thinspace{}
38966 \end_inset
38967
38968 % der Textspaltenbreite eingefügt.
38969  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
38970  Nach dem Objekt fügt man den Befehl
38971 \end_layout
38972
38973 \begin_layout Standard
38974
38975 \series bold
38976 },Beschreibungstext]
38977 \begin_inset Newline newline
38978 \end_inset
38979
38980 {}
38981 \end_layout
38982
38983 \begin_layout Standard
38984 ein.
38985  Man beachte dass das 
38986 \begin_inset Quotes gld
38987 \end_inset
38988
38989
38990 \series bold
38991 {}
38992 \series default
38993
38994 \begin_inset Quotes grd
38995 \end_inset
38996
38997  in der zweiten Zeile steht.
38998  Der Beschreibungstext ist optional.
38999  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
39000  das Objekt befinden, also direkt nach dem 
39001 \series bold
39002 {}
39003 \series default
39004  beginnen.
39005  Am Ende des Absatzes fügt man folgenden Befehl ein:
39006 \end_layout
39007
39008 \begin_layout Standard
39009
39010 \series bold
39011
39012 \backslash
39013 end{window}
39014 \end_layout
39015
39016 \begin_layout Standard
39017 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
39018  man muss stattdessen den Befehl 
39019 \series bold
39020
39021 \backslash
39022 footnotemark
39023 \series default
39024  verwenden.
39025  Außerhalb des Absatzes den Befehl 
39026 \series bold
39027
39028 \backslash
39029 footnotetext
39030 \series default
39031 , wie es in Abschnitt
39032 \begin_inset space ~
39033 \end_inset
39034
39035
39036 \begin_inset CommandInset ref
39037 LatexCommand ref
39038 reference "abs:Fußnoten"
39039
39040 \end_inset
39041
39042  beschrieben ist.
39043 \end_layout
39044
39045 \begin_layout Standard
39046 \begin_inset ERT
39047 status collapsed
39048
39049 \begin_layout Plain Layout
39050
39051
39052 \backslash
39053 else
39054 \end_layout
39055
39056 \end_inset
39057
39058
39059 \begin_inset Note Note
39060 status open
39061
39062 \begin_layout Plain Layout
39063 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
39064 -Paket 
39065 \series bold
39066 picinpar
39067 \series default
39068  nicht installiert ist:
39069 \end_layout
39070
39071 \end_inset
39072
39073
39074 \end_layout
39075
39076 \begin_layout Standard
39077 Das \SpecialChar LaTeX
39078 -Paket 
39079 \series bold
39080 picinpar
39081 \series default
39082  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
39083 \end_layout
39084
39085 \begin_layout Standard
39086 \begin_inset ERT
39087 status collapsed
39088
39089 \begin_layout Plain Layout
39090
39091
39092 \backslash
39093 fi
39094 \end_layout
39095
39096 \end_inset
39097
39098
39099 \end_layout
39100
39101 \begin_layout Section
39102 Initiale
39103 \begin_inset Index idx
39104 status collapsed
39105
39106 \begin_layout Plain Layout
39107 Initiale
39108 \end_layout
39109
39110 \end_inset
39111
39112
39113 \begin_inset Index idx
39114 status collapsed
39115
39116 \begin_layout Plain Layout
39117 Umflossene Objekte ! Initiale
39118 \end_layout
39119
39120 \end_inset
39121
39122
39123 \end_layout
39124
39125 \begin_layout Standard
39126 Für Initialen muss das \SpecialChar LaTeX
39127 -Paket 
39128 \series bold
39129 lettrine
39130 \series default
39131
39132 \begin_inset Index idx
39133 status collapsed
39134
39135 \begin_layout Plain Layout
39136 \SpecialChar LaTeX
39137 -Pakete ! lettrine
39138 \end_layout
39139
39140 \end_inset
39141
39142  installiert sein und das Modul 
39143 \family sans
39144 Initialen
39145 \family default
39146  im Dokument verwendet werden (Menü 
39147 \family sans
39148 Dokument\SpecialChar menuseparator
39149 Einstellungen\SpecialChar menuseparator
39150 Module
39151 \family default
39152 ).
39153  Um eine Initiale einzufügen, verwendet man den Stil 
39154 \family sans
39155 Initiale
39156 \family default
39157 .
39158  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
39159  Die Argumente werden über das Menü 
39160 \family sans
39161 Einfügen
39162 \family default
39163  eingefügt.
39164  Das obligatorische Argument 
39165 \family sans
39166 Initiale
39167 \family default
39168  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
39169 \family sans
39170 Rest
39171 \begin_inset space ~
39172 \end_inset
39173
39174 der
39175 \begin_inset space ~
39176 \end_inset
39177
39178 Initiale
39179 \family default
39180  enthält den Rest des Wortes oder Textes der Initiale.
39181  Das Argument 
39182 \family sans
39183 Optionen
39184 \family default
39185  enthält Parameter um die Initiale zu modifizieren.
39186  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
39187  von 
39188 \series bold
39189 lettrine
39190 \series default
39191
39192 \begin_inset CommandInset citation
39193 LatexCommand cite
39194 key "lettrine"
39195 literal "true"
39196
39197 \end_inset
39198
39199 .
39200  Der Stil selbst enthält den Text, der die Initiale umgibt.
39201  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
39202  Initiale ist, in 
39203 \shape smallcaps
39204 Kapitälchen
39205 \shape default
39206  gedruckt wird.
39207 \end_layout
39208
39209 \begin_layout Standard
39210 Hier sind einige Beispiele:
39211 \end_layout
39212
39213 \begin_layout Standard
39214 \begin_inset ERT
39215 status collapsed
39216
39217 \begin_layout Plain Layout
39218
39219
39220 \backslash
39221 iflettrine
39222 \end_layout
39223
39224 \end_inset
39225
39226
39227 \begin_inset Note Note
39228 status open
39229
39230 \begin_layout Plain Layout
39231 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
39232 -Paket 
39233 \series bold
39234 lettrine
39235 \series default
39236  installiert ist.
39237 \end_layout
39238
39239 \end_inset
39240
39241
39242 \end_layout
39243
39244 \begin_layout Enumerate
39245 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
39246
39247 \begin_inset Formula $\mathfrak{Fraktur}$
39248 \end_inset
39249
39250 :
39251 \end_layout
39252
39253 \begin_deeper
39254 \begin_layout Initial
39255 \begin_inset Argument 2
39256 status open
39257
39258 \begin_layout Plain Layout
39259 \begin_inset Formula $\mathfrak{I}$
39260 \end_inset
39261
39262
39263 \end_layout
39264
39265 \end_inset
39266
39267
39268 \begin_inset Argument 3
39269 status open
39270
39271 \begin_layout Plain Layout
39272 t
39273 \end_layout
39274
39275 \end_inset
39276
39277  
39278 \lang english
39279 was in the spring of the year 1894 that all London was interested, and the
39280  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39281  under most unusual and inexplicable circumstances.
39282  The public has already learned those particulars of the crime which came
39283  out in the police investigation, but a good deal was suppressed upon that
39284  occasion, since the case for the prosecution was so overwhelmingly strong
39285  that it was not necessary to bring forward all the facts.
39286 \end_layout
39287
39288 \end_deeper
39289 \begin_layout Enumerate
39290 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
39291  besteht und kein Text ist in 
39292 \shape smallcaps
39293 Kapitälchen
39294 \shape default
39295 :
39296 \end_layout
39297
39298 \begin_deeper
39299 \begin_layout Initial
39300 \begin_inset Argument 1
39301 status open
39302
39303 \begin_layout Plain Layout
39304 lines=1
39305 \end_layout
39306
39307 \end_inset
39308
39309
39310 \begin_inset Argument 2
39311 status open
39312
39313 \begin_layout Plain Layout
39314 It
39315 \end_layout
39316
39317 \end_inset
39318
39319  
39320 \lang english
39321 was in the spring of the year 1894 that all London was interested, and the
39322  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39323  under most unusual and inexplicable circumstances.
39324  The public has already learned those particulars of the crime which came
39325  out in the police investigation, but a good deal was suppressed upon that
39326  occasion, since the case for the prosecution was so overwhelmingly strong
39327  that it was not necessary to bring forward all the facts.
39328 \end_layout
39329
39330 \end_deeper
39331 \begin_layout Enumerate
39332 Magenta, hängende Initiale über 3
39333 \begin_inset space ~
39334 \end_inset
39335
39336 Zeilen in der Mathe-Schrift
39337 \begin_inset Newline newline
39338 \end_inset
39339
39340  
39341 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
39342 \end_inset
39343
39344 , der Text 
39345 \begin_inset Quotes gld
39346 \end_inset
39347
39348
39349 \lang english
39350 t was in the spring
39351 \lang ngerman
39352
39353 \begin_inset Quotes erd
39354 \end_inset
39355
39356  ist in 
39357 \shape smallcaps
39358 Kapitälchen
39359 \shape default
39360 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
39361 \begin_inset Newline newline
39362 \end_inset
39363
39364
39365 \series bold
39366
39367 \backslash
39368 renewcommand{
39369 \backslash
39370 LettrineFontHook}{
39371 \backslash
39372 color{Farbe}}
39373 \series default
39374
39375 \begin_inset Newline newline
39376 \end_inset
39377
39378 wobei 
39379 \emph on
39380 Farbe
39381 \emph default
39382  
39383 \begin_inset Quotes gld
39384 \end_inset
39385
39386 red
39387 \begin_inset Quotes erd
39388 \end_inset
39389
39390
39391 \begin_inset Quotes gld
39392 \end_inset
39393
39394 blue
39395 \begin_inset Quotes erd
39396 \end_inset
39397
39398
39399 \begin_inset Quotes gld
39400 \end_inset
39401
39402 green
39403 \begin_inset Quotes erd
39404 \end_inset
39405
39406
39407 \begin_inset Quotes gld
39408 \end_inset
39409
39410 yellow
39411 \begin_inset Quotes erd
39412 \end_inset
39413
39414
39415 \begin_inset Quotes gld
39416 \end_inset
39417
39418 cyan
39419 \begin_inset Quotes erd
39420 \end_inset
39421
39422
39423 \begin_inset Quotes gld
39424 \end_inset
39425
39426 magenta
39427 \begin_inset Quotes erd
39428 \end_inset
39429
39430
39431 \begin_inset Quotes gld
39432 \end_inset
39433
39434 black
39435 \begin_inset Quotes erd
39436 \end_inset
39437
39438  oder 
39439 \begin_inset Quotes gld
39440 \end_inset
39441
39442 white
39443 \begin_inset Quotes erd
39444 \end_inset
39445
39446  sein kann, und diesen Befehl zum \SpecialChar LaTeX
39447 -Vorspann hinzufügen:
39448 \begin_inset Newline newline
39449 \end_inset
39450
39451
39452 \series bold
39453
39454 \backslash
39455 @ifundefined{textcolor}
39456 \begin_inset Newline newline
39457 \end_inset
39458
39459
39460 \begin_inset space ~
39461 \end_inset
39462
39463 {
39464 \backslash
39465 usepackage{color}}{}
39466 \end_layout
39467
39468 \begin_deeper
39469 \begin_layout Standard
39470 \begin_inset ERT
39471 status collapsed
39472
39473 \begin_layout Plain Layout
39474
39475
39476 \backslash
39477 renewcommand{
39478 \backslash
39479 LettrineFontHook}{
39480 \backslash
39481 color{magenta}}
39482 \end_layout
39483
39484 \end_inset
39485
39486
39487 \begin_inset Note Note
39488 status open
39489
39490 \begin_layout Plain Layout
39491 macht die Initiale magenta
39492 \end_layout
39493
39494 \end_inset
39495
39496
39497 \end_layout
39498
39499 \begin_layout Initial
39500 \begin_inset Argument 1
39501 status open
39502
39503 \begin_layout Plain Layout
39504 lines=3, lhang=0.33, loversize=0.25
39505 \end_layout
39506
39507 \end_inset
39508
39509
39510 \begin_inset Argument 2
39511 status open
39512
39513 \begin_layout Plain Layout
39514 \begin_inset Formula $\mathcal{I}$
39515 \end_inset
39516
39517
39518 \end_layout
39519
39520 \end_inset
39521
39522
39523 \begin_inset Argument 3
39524 status open
39525
39526 \begin_layout Plain Layout
39527
39528 \lang english
39529 t was in the spring
39530 \end_layout
39531
39532 \end_inset
39533
39534  
39535 \lang english
39536 of the year 1894 that all London was interested, and the fashionable world
39537  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39538  and inexplicable circumstances.
39539  The public has already learned those particulars of the crime which came
39540  out in the police investigation, but a good deal was suppressed upon that
39541  occasion, since the case for the prosecution was so overwhelmingly strong
39542  that it was not necessary to bring forward all the facts.
39543 \end_layout
39544
39545 \end_deeper
39546 \begin_layout Standard
39547 \begin_inset ERT
39548 status collapsed
39549
39550 \begin_layout Plain Layout
39551
39552
39553 \backslash
39554 else
39555 \end_layout
39556
39557 \end_inset
39558
39559
39560 \begin_inset Note Note
39561 status open
39562
39563 \begin_layout Plain Layout
39564 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
39565 -Paket 
39566 \series bold
39567 lettrine
39568 \series default
39569  nicht installiert ist:
39570 \end_layout
39571
39572 \end_inset
39573
39574
39575 \end_layout
39576
39577 \begin_layout Standard
39578 Das \SpecialChar LaTeX
39579 -Paket 
39580 \series bold
39581 lettrine
39582 \series default
39583  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
39584 \end_layout
39585
39586 \begin_layout Standard
39587 \begin_inset ERT
39588 status collapsed
39589
39590 \begin_layout Plain Layout
39591
39592
39593 \backslash
39594 fi
39595 \end_layout
39596
39597 \end_inset
39598
39599
39600 \end_layout
39601
39602 \begin_layout Chapter
39603 Externe Dateien
39604 \begin_inset Index idx
39605 status collapsed
39606
39607 \begin_layout Plain Layout
39608 Dateien ! externe
39609 \end_layout
39610
39611 \end_inset
39612
39613
39614 \end_layout
39615
39616 \begin_layout Standard
39617 Mit 
39618 \family sans
39619 Einfügen\SpecialChar menuseparator
39620 Datei
39621 \family default
39622  können Sie fremdes Material in Ihr Dokument einsetzen.
39623  Das kann folgendes sein:
39624 \end_layout
39625
39626 \begin_layout Description
39627 \SpecialChar LyX
39628 -Dokument Der Inhalt eines anderen \SpecialChar LyX
39629 -Dokuments wird direkt in Ihr Dokument
39630  eingefügt.
39631 \end_layout
39632
39633 \begin_layout Description
39634 Einfacher
39635 \begin_inset space ~
39636 \end_inset
39637
39638 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
39639  eingefügt.
39640 \end_layout
39641
39642 \begin_layout Description
39643 Einfacher
39644 \begin_inset space ~
39645 \end_inset
39646
39647 Text,
39648 \begin_inset space ~
39649 \end_inset
39650
39651 Zeilen
39652 \begin_inset space ~
39653 \end_inset
39654
39655 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
39656  Leerzeilen trennen die Absätze.
39657 \end_layout
39658
39659 \begin_layout Description
39660 Externes
39661 \begin_inset space ~
39662 \end_inset
39663
39664 Material Dateien in verschiedenen Formaten.
39665 \end_layout
39666
39667 \begin_layout Description
39668 Unterdokument \SpecialChar LyX
39669 - oder \SpecialChar LaTeX
39670 -Dokumente.
39671 \end_layout
39672
39673 \begin_layout Section
39674 Externes Material
39675 \begin_inset Index idx
39676 status collapsed
39677
39678 \begin_layout Plain Layout
39679 Externes Material
39680 \end_layout
39681
39682 \end_inset
39683
39684
39685 \end_layout
39686
39687 \begin_layout Standard
39688 Mit 
39689 \family sans
39690 Einfügen\SpecialChar menuseparator
39691 Datei\SpecialChar menuseparator
39692  Externes Material
39693 \family default
39694  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
39695  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
39696  weil \SpecialChar LyX
39697  sich darum kümmert.
39698  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in \SpecialChar LyX
39699 -Dokumente
39700  eingefügt werden können.
39701  Wenn die Grafikvorschau in den \SpecialChar LyX
39702 -Einstellungen unter
39703 \family sans
39704  Aussehen
39705 \begin_inset space ~
39706 \end_inset
39707
39708 &
39709 \begin_inset space ~
39710 \end_inset
39711
39712 Handhabung\SpecialChar menuseparator
39713 Grafik
39714 \family default
39715 , werden die externen Materialtypen Dia und Xfig direkt in \SpecialChar LyX
39716  angezeigt.
39717 \end_layout
39718
39719 \begin_layout Standard
39720 Zur Zeit können Sie folgende Dateitypen (
39721 \family sans
39722 Vorlagen
39723 \family default
39724 ) benutzen:
39725 \end_layout
39726
39727 \begin_layout Description
39728 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
39729 \series bold
39730
39731 \begin_inset CommandInset href
39732 LatexCommand href
39733 name "XBoard"
39734 target "http://de.wikipedia.org/wiki/XBoard"
39735 literal "false"
39736
39737 \end_inset
39738
39739
39740 \series default
39741  erzeugt wurden.
39742 \end_layout
39743
39744 \begin_layout Description
39745 Datum fügt ein Datum mit dem Format 
39746 \emph on
39747 Tag-Monat-Jahr
39748 \emph default
39749  ein.
39750  Hier ist ein Beispiel: 
39751 \begin_inset ERT
39752 status collapsed
39753
39754 \begin_layout Plain Layout
39755
39756
39757 \backslash
39758 today 
39759 \end_layout
39760
39761 \end_inset
39762
39763
39764 \begin_inset space ~
39765 \end_inset
39766
39767
39768 \begin_inset Note Note
39769 status collapsed
39770
39771 \begin_layout Plain Layout
39772
39773 \lang english
39774 Remove the protected space when bug 4398 is fixed!
39775 \end_layout
39776
39777 \end_inset
39778
39779
39780 \begin_inset Newline newline
39781 \end_inset
39782
39783 Das Datum ist in \SpecialChar LyX
39784  nicht zu sehen, nur in der Druckausgabe.
39785  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
39786  Menü 
39787 \family sans
39788 Einfügen\SpecialChar menuseparator
39789 Datum
39790 \family default
39791  und mit dem \SpecialChar LaTeX
39792 -Befehl 
39793 \series bold
39794
39795 \backslash
39796 today
39797 \series default
39798 .
39799  Die verschiedenen Methoden werden in Tabelle
39800 \begin_inset space ~
39801 \end_inset
39802
39803
39804 \begin_inset CommandInset ref
39805 LatexCommand ref
39806 reference "tab:Vergleich-der-Datums-Eingaben"
39807
39808 \end_inset
39809
39810  verglichen.
39811 \end_layout
39812
39813 \begin_layout Description
39814 Dia-Diagramm unterstützt Diagramme, die mit dem Programm 
39815 \series bold
39816
39817 \begin_inset CommandInset href
39818 LatexCommand href
39819 name "Dia"
39820 target "http://de.wikipedia.org/wiki/Dia_(Software)"
39821 literal "false"
39822
39823 \end_inset
39824
39825
39826 \series default
39827  erzeugt wurden.
39828 \end_layout
39829
39830 \begin_layout Description
39831 Tabelle Mit dieser Vorlage können Sie Tabellen im Format von 
39832 \series bold
39833
39834 \begin_inset CommandInset href
39835 LatexCommand href
39836 name "Gnumeric"
39837 target "http://de.wikipedia.org/wiki/Gnumeric"
39838 literal "false"
39839
39840 \end_inset
39841
39842
39843 \series default
39844
39845 \begin_inset CommandInset href
39846 LatexCommand href
39847 name "OpenDocument"
39848 target "http://de.wikipedia.org/wiki/OpenDocument"
39849 literal "false"
39850
39851 \end_inset
39852
39853
39854 \begin_inset CommandInset href
39855 LatexCommand href
39856 name "Microsoft Office XML"
39857 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39858 literal "false"
39859
39860 \end_inset
39861
39862  und 
39863 \begin_inset CommandInset href
39864 LatexCommand href
39865 name "Office Open XML"
39866 target "http://de.wikipedia.org/wiki/Office_Open_XML"
39867 literal "false"
39868
39869 \end_inset
39870
39871  einfügen.
39872  Für dieses Feature muss \SpecialChar LyX
39873  während seiner Konfiguration das Programm 
39874 \family typewriter
39875 ssconvert
39876 \family default
39877  gefunden haben.
39878  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
39879  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
39880  Für Beispiele und mögliche Limitierungen siehe \SpecialChar LyX
39881 ' Beispieldatei 
39882 \emph on
39883 spreadsheet.lyx
39884 \emph default
39885 .
39886 \end_layout
39887
39888 \begin_layout Description
39889 LilyPond-Notenblatt Mit dieser Vorlage können Sie Musik-Notationen einfügen,
39890  die mit dem Notensatzprogramm 
39891 \series bold
39892
39893 \begin_inset CommandInset href
39894 LatexCommand href
39895 name "LilyPond"
39896 target "http://de.wikipedia.org/wiki/LilyPond"
39897 literal "false"
39898
39899 \end_inset
39900
39901
39902 \series default
39903  gesetzt werden.
39904  Für \SpecialChar LyX
39905 ' erweiterte Unterstützung für LilyPond siehe \SpecialChar LyX
39906 ' Beispieldatei 
39907 \emph on
39908 lilypond.lyx
39909 \emph default
39910 .
39911 \end_layout
39912
39913 \begin_layout Description
39914 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
39915  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
39916  
39917 \series bold
39918 pages
39919 \series default
39920  im Feld 
39921 \family sans
39922 Option
39923 \family default
39924  in der Karteikarte 
39925 \family sans
39926 \SpecialChar LaTeX
39927 - und \SpecialChar LyX
39928 -Optionen
39929 \family default
39930 .
39931  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
39932  (man gibt als Option 
39933 \series bold
39934 pages={3,5,6,8}
39935 \series default
39936  an), Seitenbereiche (
39937 \series bold
39938 pages={4-9}
39939 \series default
39940 ) oder eine Kombination davon enthält.
39941  Um leere Seiten einzufügen, verwendet man {}.
39942  Z.
39943 \begin_inset space \thinspace{}
39944 \end_inset
39945
39946 B.
39947  fügt 
39948 \series bold
39949 pages={3,{},8-11,15}
39950 \series default
39951  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
39952  Seitenbereiche werden mit der Syntax 
39953 \emph on
39954 Start
39955 \emph default
39956 -
39957 \emph on
39958 Stop
39959 \emph default
39960  angegeben.
39961  Dies wählt alle Seiten von 
39962 \emph on
39963 Start
39964 \emph default
39965  bis 
39966 \emph on
39967 Stop
39968 \emph default
39969  aus.
39970  Wird 
39971 \emph on
39972 Start
39973 \emph default
39974  weggelassen, wird stattdessen die erste Seite verwendet; wird 
39975 \emph on
39976 Stop
39977 \emph default
39978  weggelassen, wird stattdessen die letzte Seite verwendet.
39979  Die letzte Seite kann außerdem mit dem Schlagwort 
39980 \series bold
39981 last
39982 \series default
39983  ausgewählt werden.
39984  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
39985 \series bold
39986 pages=-
39987 \series default
39988  fügt also alle Seiten des Dokuments ein und 
39989 \series bold
39990 pages=last-1
39991 \series default
39992  fügt alle Seiten in umgekehrter Reihenfolge ein.
39993  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
39994  eingefügt.
39995 \begin_inset Newline newline
39996 \end_inset
39997
39998 Die Option 
39999 \series bold
40000 noautoscale
40001 \series default
40002  fügt die Seiten in ihrer Originalgröße ein.
40003  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
40004  dass sie die komplette Breite Ihres Dokuments einnehmen.
40005  In der Karteikarte 
40006 \family sans
40007 Größe und Drehung
40008 \family default
40009  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
40010  werden.
40011  Wird eine andere Breite als 100
40012 \begin_inset space \thinspace{}
40013 \end_inset
40014
40015 Größe% verwendet, wird die Option 
40016 \series bold
40017 noautoscale
40018 \series default
40019  überschrieben.
40020  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
40021  des \SpecialChar LaTeX
40022 -Pakets 
40023 \series bold
40024 pdfpages
40025 \series default
40026  
40027 \begin_inset CommandInset citation
40028 LatexCommand cite
40029 key "pdfpages"
40030 literal "true"
40031
40032 \end_inset
40033
40034 .
40035 \begin_inset Index idx
40036 status collapsed
40037
40038 \begin_layout Plain Layout
40039 \SpecialChar LaTeX
40040 -Pakete ! pdfpages
40041 \end_layout
40042
40043 \end_inset
40044
40045
40046 \begin_inset Newline newline
40047 \end_inset
40048
40049 Um diese Vorlage in einer 
40050 \family sans
40051 Beamer
40052 \family default
40053 -Präsentation zu verwenden, muss zuerst eine 
40054 \family sans
40055 BeendeRahmen
40056 \family default
40057  Umgebung eingefügt werden.
40058  In den folgenden Absatz kommt eine \SpecialChar TeX
40059 -Code Box mit dem Befehl 
40060 \series bold
40061
40062 \backslash
40063 setbeamertemplate{background canvas}{}
40064 \series default
40065 .
40066  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
40067  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
40068  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
40069  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
40070  sicher, dass die Ausrichtung 
40071 \family sans
40072 Standard
40073 \family default
40074  für den Absatz verwendet wird, der die Vorlage enthält.
40075 \begin_inset Newline newline
40076 \end_inset
40077
40078 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
40079 \begin_inset External
40080         template PDFPages
40081         filename ../clipart/Abstract.pdf
40082         extra LaTeX "pages=-"
40083         rotateAngle -5
40084         rotateOrigin bottomleft
40085         width 50col%
40086
40087 \end_inset
40088
40089
40090 \end_layout
40091
40092 \begin_layout Description
40093 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
40094  Die Bilddateien können im Dialogfenster 
40095 \family sans
40096 Externes
40097 \begin_inset space ~
40098 \end_inset
40099
40100 Material
40101 \family default
40102  genauso behandelt werden wie die mit dem normalen 
40103 \family sans
40104 Grafik
40105 \family default
40106 -Dialog eingefügten, siehe Abschnitt
40107 \begin_inset space ~
40108 \end_inset
40109
40110
40111 \begin_inset CommandInset ref
40112 LatexCommand ref
40113 reference "abs:Grafik-Dialog"
40114
40115 \end_inset
40116
40117 .
40118  Hier ist ein eingefügtes Rasterbild: 
40119 \begin_inset External
40120         template RasterImage
40121         filename ../clipart/ToolbarEnvBox.png
40122
40123 \end_inset
40124
40125
40126 \end_layout
40127
40128 \begin_layout Description
40129 Vektorgrafik Diese Vorlage kann für Vektorgrafiken benutzt werden.
40130  Die Bilddateien können im Dialogfenster 
40131 \family sans
40132 Externes
40133 \begin_inset space ~
40134 \end_inset
40135
40136 Material
40137 \family default
40138  genauso behandelt werden, wie die mit dem normalen 
40139 \family sans
40140 Grafik
40141 \family default
40142 -Dialog eingefügten, siehe Abschnitt
40143 \begin_inset space ~
40144 \end_inset
40145
40146
40147 \begin_inset CommandInset ref
40148 LatexCommand ref
40149 reference "abs:Grafik-Dialog"
40150
40151 \end_inset
40152
40153 .
40154  Hier ist eine eingefügte Vektorgrafik: 
40155 \begin_inset External
40156         template VectorGraphics
40157         filename ../clipart/SVG-Drawing.svg
40158         lyxscale 50
40159         scale 33
40160
40161 \end_inset
40162
40163
40164 \end_layout
40165
40166 \begin_layout Description
40167 Xfig-Abbildung Diese Vorlage unterstützt Bilder, die mit dem Programm 
40168 \series bold
40169
40170 \begin_inset CommandInset href
40171 LatexCommand href
40172 name "Xfig"
40173 target "http://de.wikipedia.org/wiki/Xfig"
40174 literal "false"
40175
40176 \end_inset
40177
40178
40179 \series default
40180  erzeugt wurden.
40181 \end_layout
40182
40183 \begin_layout Standard
40184 \begin_inset Float table
40185 placement !h
40186 wide false
40187 sideways false
40188 status open
40189
40190 \begin_layout Plain Layout
40191 \begin_inset Caption Standard
40192
40193 \begin_layout Plain Layout
40194 \begin_inset CommandInset label
40195 LatexCommand label
40196 name "tab:Vergleich-der-Datums-Eingaben"
40197
40198 \end_inset
40199
40200 Vergleich der Datums-Eingaben
40201 \end_layout
40202
40203 \end_inset
40204
40205
40206 \end_layout
40207
40208 \begin_layout Plain Layout
40209 \align center
40210 \begin_inset Tabular
40211 <lyxtabular version="3" rows="4" columns="4">
40212 <features tabularvalignment="middle">
40213 <column alignment="center" valignment="top">
40214 <column alignment="center" valignment="top">
40215 <column alignment="center" valignment="top">
40216 <column alignment="center" valignment="top">
40217 <row>
40218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40219 \begin_inset Text
40220
40221 \begin_layout Plain Layout
40222 Dokumentformat
40223 \end_layout
40224
40225 \end_inset
40226 </cell>
40227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40228 \begin_inset Text
40229
40230 \begin_layout Plain Layout
40231
40232 \family sans
40233 Externes Material\SpecialChar menuseparator
40234 Datum
40235 \end_layout
40236
40237 \end_inset
40238 </cell>
40239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40240 \begin_inset Text
40241
40242 \begin_layout Plain Layout
40243
40244 \family sans
40245 Einfügen\SpecialChar menuseparator
40246 Datum
40247 \end_layout
40248
40249 \end_inset
40250 </cell>
40251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40252 \begin_inset Text
40253
40254 \begin_layout Plain Layout
40255 Befehl 
40256 \series bold
40257
40258 \backslash
40259 today
40260 \end_layout
40261
40262 \end_inset
40263 </cell>
40264 </row>
40265 <row>
40266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40267 \begin_inset Text
40268
40269 \begin_layout Plain Layout
40270 \SpecialChar LyX
40271
40272 \end_layout
40273
40274 \end_inset
40275 </cell>
40276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40277 \begin_inset Text
40278
40279 \begin_layout Plain Layout
40280 als Box
40281 \end_layout
40282
40283 \end_inset
40284 </cell>
40285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40286 \begin_inset Text
40287
40288 \begin_layout Plain Layout
40289 als Datum
40290 \end_layout
40291
40292 \end_inset
40293 </cell>
40294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40295 \begin_inset Text
40296
40297 \begin_layout Plain Layout
40298 als \SpecialChar TeX
40299 -Code
40300 \end_layout
40301
40302 \end_inset
40303 </cell>
40304 </row>
40305 <row>
40306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40307 \begin_inset Text
40308
40309 \begin_layout Plain Layout
40310 \SpecialChar LaTeX
40311
40312 \end_layout
40313
40314 \end_inset
40315 </cell>
40316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40317 \begin_inset Text
40318
40319 \begin_layout Plain Layout
40320 als Datum
40321 \end_layout
40322
40323 \end_inset
40324 </cell>
40325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40326 \begin_inset Text
40327
40328 \begin_layout Plain Layout
40329 als Datum
40330 \end_layout
40331
40332 \end_inset
40333 </cell>
40334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40335 \begin_inset Text
40336
40337 \begin_layout Plain Layout
40338 als Befehl
40339 \end_layout
40340
40341 \end_inset
40342 </cell>
40343 </row>
40344 <row>
40345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40346 \begin_inset Text
40347
40348 \begin_layout Plain Layout
40349 DVI, PDF, PS
40350 \end_layout
40351
40352 \end_inset
40353 </cell>
40354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40355 \begin_inset Text
40356
40357 \begin_layout Plain Layout
40358 als Datum
40359 \end_layout
40360
40361 \end_inset
40362 </cell>
40363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40364 \begin_inset Text
40365
40366 \begin_layout Plain Layout
40367 als Datum
40368 \end_layout
40369
40370 \end_inset
40371 </cell>
40372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40373 \begin_inset Text
40374
40375 \begin_layout Plain Layout
40376 als Datum
40377 \end_layout
40378
40379 \end_inset
40380 </cell>
40381 </row>
40382 </lyxtabular>
40383
40384 \end_inset
40385
40386
40387 \end_layout
40388
40389 \end_inset
40390
40391
40392 \end_layout
40393
40394 \begin_layout Standard
40395 Wenn Sie im Dialogfenster
40396 \family sans
40397  Externes
40398 \begin_inset space ~
40399 \end_inset
40400
40401 Material 
40402 \family default
40403 in der Karteikarte
40404 \family sans
40405  Datei
40406 \family default
40407  die Option 
40408 \family sans
40409 Entwurf
40410 \family default
40411  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
40412 \begin_inset Newline newline
40413 \end_inset
40414
40415 \SpecialChar LyX
40416  kann externes Material entweder als Box wie hier:
40417 \begin_inset Newline newline
40418 \end_inset
40419
40420
40421 \begin_inset Graphics
40422         filename clipart/ExternesMaterial.png
40423         scale 95
40424         scaleBeforeRotation
40425
40426 \end_inset
40427
40428  oder als Bild darstellen.
40429  Das hängt davon ab, ob Sie im Dialog
40430 \family sans
40431  
40432 \family default
40433 in der Karteikarte 
40434 \family sans
40435 LaTeX- und LyX-Optionen
40436 \family default
40437  die Option 
40438 \family sans
40439 In
40440 \begin_inset space ~
40441 \end_inset
40442
40443 LyX
40444 \begin_inset space ~
40445 \end_inset
40446
40447 anzeigen
40448 \family default
40449  gewählt haben oder nicht.
40450 \end_layout
40451
40452 \begin_layout Standard
40453 Im \SpecialChar LyX
40454 -Handbuch 
40455 \family sans
40456 \emph on
40457 Anpassung
40458 \family default
40459 \emph default
40460  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
40461 \end_layout
40462
40463 \begin_layout Section
40464 Unterdokumente
40465 \begin_inset CommandInset label
40466 LatexCommand label
40467 name "abs:Unterdokumente"
40468
40469 \end_inset
40470
40471
40472 \begin_inset Index idx
40473 status collapsed
40474
40475 \begin_layout Plain Layout
40476 Unterdokument
40477 \end_layout
40478
40479 \end_inset
40480
40481
40482 \end_layout
40483
40484 \begin_layout Standard
40485 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
40486  oder Abschnitten bestehen.
40487  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
40488  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
40489  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
40490  z.
40491 \begin_inset space \thinspace{}
40492 \end_inset
40493
40494 B.
40495  den \SpecialChar LaTeX
40496 -Vorspann, das Literaturverzeichnis und Querverweismarken.
40497 \end_layout
40498
40499 \begin_layout Standard
40500 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
40501  müssen, geben Sie im Unterdokument im Menü
40502 \family sans
40503  Dokument\SpecialChar menuseparator
40504 Einstellungen\SpecialChar menuseparator
40505 Dokumentklasse
40506 \family default
40507  das Hauptdokument an.
40508  Dieses wird dann von \SpecialChar LyX
40509  im Hintergrund benutzt, wenn Sie das Unterdokument
40510  bearbeiten.
40511 \end_layout
40512
40513 \begin_layout Standard
40514 Unterdokumente werden in \SpecialChar LyX
40515  als Box angezeigt: 
40516 \begin_inset Graphics
40517         filename ../clipart/ChildDocument.png
40518         scale 95
40519         scaleBeforeRotation
40520
40521 \end_inset
40522
40523  Sie werden über
40524 \family sans
40525  Einfügen\SpecialChar menuseparator
40526 Datei\SpecialChar menuseparator
40527 Unterdokument
40528 \family default
40529  eingebunden, was das Dialogfenster
40530 \family sans
40531  Unterdokument
40532 \family default
40533  öffnet.
40534  Für 
40535 \family sans
40536 die Art
40537 \begin_inset space ~
40538 \end_inset
40539
40540 der
40541 \begin_inset space ~
40542 \end_inset
40543
40544 Einbindung
40545 \family default
40546  gibt es dort vier Möglichkeiten:
40547 \end_layout
40548
40549 \begin_layout Description
40550 Include Sie können \SpecialChar LyX
40551 - und \SpecialChar LaTeX
40552 -Dokumente einbinden.
40553  Wenn Sie im Dialogfenster
40554 \family sans
40555  Unterdokument
40556 \family default
40557  auf 
40558 \family sans
40559 Bearbeiten
40560 \family default
40561  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
40562  und Sie können es editieren.
40563 \begin_inset Newline newline
40564 \end_inset
40565
40566
40567 \end_layout
40568
40569 \begin_layout Standard
40570 Hier wird ein Unterdokument
40571 \family sans
40572  
40573 \family default
40574 per 
40575 \family sans
40576 Include
40577 \family default
40578  eingebunden: 
40579 \begin_inset CommandInset include
40580 LatexCommand include
40581 filename "DummyDocument1.lyx"
40582
40583 \end_inset
40584
40585 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
40586  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
40587  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
40588 s.
40589  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
40590 \begin_inset space ~
40591 \end_inset
40592
40593
40594 \begin_inset CommandInset ref
40595 LatexCommand ref
40596 reference "uab:Externer-Unterabschnitt-1"
40597
40598 \end_inset
40599
40600 .
40601 \end_layout
40602
40603 \begin_layout Standard
40604 Der \SpecialChar LaTeX
40605 -Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
40606  wird benutzt.
40607  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
40608  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
40609  Unterdokumente, die per 
40610 \family sans
40611 Include
40612 \family default
40613  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
40614  und enden mit einem Seitenumbruch.
40615 \end_layout
40616
40617 \begin_layout Standard
40618 \begin_inset Note Greyedout
40619 status open
40620
40621 \begin_layout Plain Layout
40622
40623 \series bold
40624 Bemerkung:
40625 \series default
40626  Wenn Sie eine \SpecialChar LyX
40627 - oder \SpecialChar LaTeX
40628 -Datei eingebunden haben, werden Sie beim Export oder
40629  der Druckvorschau gewarnt, wenn das Unterdokument eine andere Dokumentklasse
40630  als das Hauptdokument benutzt, weil das zu unvorhersehbaren Ergebnissen
40631  führen wird.
40632 \end_layout
40633
40634 \end_inset
40635
40636
40637 \end_layout
40638
40639 \begin_layout Description
40640 Input Diese Methode ist 
40641 \family sans
40642 Include
40643 \family default
40644  sehr ähnlich mit folgenden Unterschieden:
40645 \end_layout
40646
40647 \begin_deeper
40648 \begin_layout Itemize
40649 Unterdokumente, die per 
40650 \family sans
40651 Input
40652 \family default
40653  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
40654  Seite und enden NICHT mit einem Seitenumbruch.
40655 \end_layout
40656
40657 \begin_layout Itemize
40658 Unterdokumente, die per 
40659 \family sans
40660 Input
40661 \family default
40662  eingebunden werden, können in \SpecialChar LyX
40663  angesehen werden, wenn im Dialogfenster
40664 \family sans
40665  Unterdokument Vorschau
40666 \begin_inset space ~
40667 \end_inset
40668
40669 anzeigen
40670 \family default
40671  angekreuzt wurde und in den \SpecialChar LyX
40672 -Einstellungen unter
40673 \family sans
40674  Aussehen
40675 \begin_inset space ~
40676 \end_inset
40677
40678 &
40679 \begin_inset space ~
40680 \end_inset
40681
40682 Handhabung\SpecialChar menuseparator
40683 Grafik\SpecialChar menuseparator
40684 Sofortige
40685 \begin_inset space ~
40686 \end_inset
40687
40688 Vorschau
40689 \family default
40690  auf 
40691 \family sans
40692 An
40693 \family default
40694  gesetzt wurde.
40695  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
40696  aus.
40697 \end_layout
40698
40699 \begin_layout Itemize
40700 Unterdokumente, die per 
40701 \family sans
40702 Input
40703 \family default
40704  eingebunden werden, können nicht über das Menü 
40705 \family sans
40706 Dokument\SpecialChar menuseparator
40707 Einstellungen\SpecialChar menuseparator
40708 Unterdokumente
40709 \family default
40710  unterdrückt werden.
40711 \end_layout
40712
40713 \end_deeper
40714 \begin_layout Standard
40715 Hier ist ein Unterdokument, das mit
40716 \family sans
40717  Input
40718 \family default
40719  eingebunden wurde: 
40720 \begin_inset CommandInset include
40721 LatexCommand input
40722 filename "DummyDocument2.lyx"
40723
40724 \end_inset
40725
40726 .
40727 \end_layout
40728
40729 \begin_layout Description
40730 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
40731   In der Druckvorschau wird für den Text der Stil 
40732 \family typewriter
40733 Schreibmaschine
40734 \family default
40735  verwendet.
40736  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
40737  Wenn Sie im Dialogfenster
40738 \family sans
40739  Unterdokument Leerzeichen
40740 \begin_inset space ~
40741 \end_inset
40742
40743 bei
40744 \begin_inset space ~
40745 \end_inset
40746
40747 der
40748 \begin_inset space ~
40749 \end_inset
40750
40751 Ausgabe
40752 \begin_inset space ~
40753 \end_inset
40754
40755 kennzeichnen 
40756 \family default
40757 ankreuzen, wird in der Druckvorschau das Zeichen 
40758 \begin_inset Quotes gld
40759 \end_inset
40760
40761
40762 \begin_inset ERT
40763 status collapsed
40764
40765 \begin_layout Plain Layout
40766
40767
40768 \backslash
40769 textvisiblespace 
40770 \end_layout
40771
40772 \end_inset
40773
40774
40775 \begin_inset Quotes grd
40776 \end_inset
40777
40778  für jedes Leerzeichen eingefügt.
40779 \begin_inset Newline newline
40780 \end_inset
40781
40782 Im Gegensatz zu 
40783 \family sans
40784 Einfügen\SpecialChar menuseparator
40785 Datei\SpecialChar menuseparator
40786 Einfacher
40787 \begin_inset space ~
40788 \end_inset
40789
40790 Text
40791 \family default
40792  wird bei 
40793 \family sans
40794 Unformatiert
40795 \family default
40796  der Dateiinhalt in \SpecialChar LyX
40797  nicht dargestellt.
40798 \end_layout
40799
40800 \begin_layout Standard
40801 Hier ist ein Unterdokument, das mit
40802 \family sans
40803  Unformatiert
40804 \family default
40805  eingebunden wurde: 
40806 \begin_inset CommandInset include
40807 LatexCommand verbatiminput
40808 filename "DummyTextDocument.txt"
40809
40810 \end_inset
40811
40812
40813 \begin_inset VSpace bigskip
40814 \end_inset
40815
40816 Hier ist ein Unterdokument, das mit
40817 \family sans
40818  Unformatiert
40819 \family default
40820  eingebunden wurde und
40821 \family sans
40822  Leerzeichen
40823 \begin_inset space ~
40824 \end_inset
40825
40826 bei
40827 \begin_inset space ~
40828 \end_inset
40829
40830 der
40831 \begin_inset space ~
40832 \end_inset
40833
40834 Ausgabe
40835 \begin_inset space ~
40836 \end_inset
40837
40838 kennzeichnen
40839 \family default
40840  angekreuzt hat: 
40841 \begin_inset CommandInset include
40842 LatexCommand verbatiminput*
40843 filename "DummyTextDocument.txt"
40844
40845 \end_inset
40846
40847
40848 \end_layout
40849
40850 \begin_layout Standard
40851 \begin_inset VSpace bigskip
40852 \end_inset
40853
40854
40855 \end_layout
40856
40857 \begin_layout Standard
40858 \begin_inset Note Greyedout
40859 status open
40860
40861 \begin_layout Plain Layout
40862
40863 \series bold
40864 Bemerkung:
40865 \series default
40866  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
40867  
40868 \family sans
40869 Unformatiert
40870 \family default
40871  eingebunden werden, am Zeilenende nicht umgebrochen.
40872 \end_layout
40873
40874 \end_inset
40875
40876
40877 \end_layout
40878
40879 \begin_layout Description
40880 Listing Dieser Typ wird in Kapitel
40881 \begin_inset space ~
40882 \end_inset
40883
40884
40885 \begin_inset CommandInset ref
40886 LatexCommand ref
40887 reference "kap:Programm-Code-Listen"
40888
40889 \end_inset
40890
40891  beschrieben.
40892 \end_layout
40893
40894 \begin_layout Standard
40895 \begin_inset Note Greyedout
40896 status open
40897
40898 \begin_layout Plain Layout
40899
40900 \series bold
40901 Bemerkung:
40902 \series default
40903  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
40904  das zu \SpecialChar LaTeX
40905 -Problemen führen.
40906 \end_layout
40907
40908 \end_inset
40909
40910
40911 \end_layout
40912
40913 \begin_layout Standard
40914 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
40915  wollen, z.
40916 \begin_inset space \thinspace{}
40917 \end_inset
40918
40919 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
40920  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
40921  Dies geschieht über das Menü 
40922 \family sans
40923 Dokument\SpecialChar menuseparator
40924 Einstellungen\SpecialChar menuseparator
40925 Unterdokumente
40926 \family default
40927 .
40928  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
40929  in die Spalte 
40930 \family sans
40931 In Ausgabe einbinden
40932 \family default
40933  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
40934  für Unterdokumente möglich ist, die per 
40935 \family sans
40936 Input
40937 \family default
40938  eingebunden wurden).
40939  Wenn die Option 
40940 \family sans
40941 Zähler und Querverweise wahren
40942 \family default
40943  aktiviert ist, sorgt \SpecialChar LyX
40944  dafür, dass alle Seitennummern, Querverweise usw.
40945 \begin_inset space ~
40946 \end_inset
40947
40948 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
40949  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
40950  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
40951  Dazu muss \SpecialChar LyX
40952  intern allerdings das gesamte Dokument prozessieren.
40953  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
40954  sind, wählen sie die Option nicht.
40955 \end_layout
40956
40957 \begin_layout Standard
40958 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
40959 \begin_inset Foot
40960 status collapsed
40961
40962 \begin_layout Plain Layout
40963 Zweige sind im Kapitel 
40964 \emph on
40965 Zweige
40966 \emph default
40967  des \SpecialChar LyX
40968
40969 \emph on
40970 -Benutzerhandbuchs
40971 \emph default
40972  erklärt.
40973 \end_layout
40974
40975 \end_inset
40976
40977  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
40978  Dateien in der Ausgabe erscheinen.
40979  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
40980  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
40981  werden.
40982 \end_layout
40983
40984 \begin_layout Chapter
40985 Programm-Code-Listen
40986 \begin_inset CommandInset label
40987 LatexCommand label
40988 name "kap:Programm-Code-Listen"
40989
40990 \end_inset
40991
40992
40993 \begin_inset Index idx
40994 status collapsed
40995
40996 \begin_layout Plain Layout
40997 Listen
40998 \end_layout
40999
41000 \end_inset
41001
41002
41003 \begin_inset Index idx
41004 status collapsed
41005
41006 \begin_layout Plain Layout
41007 Programm-Code
41008 \end_layout
41009
41010 \end_inset
41011
41012
41013 \end_layout
41014
41015 \begin_layout Standard
41016 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
41017 \family sans
41018 Einfügen\SpecialChar menuseparator
41019 Pro\SpecialChar softhyphen
41020 grammlisting
41021 \family default
41022  verwenden.
41023  Das \SpecialChar LaTeX
41024 -Paket 
41025 \series bold
41026 listings
41027 \series default
41028
41029 \begin_inset Index idx
41030 status collapsed
41031
41032 \begin_layout Plain Layout
41033 \SpecialChar LaTeX
41034 -Pakete ! listings
41035 \end_layout
41036
41037 \end_inset
41038
41039  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
41040 \end_layout
41041
41042 \begin_layout Standard
41043 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
41044 rmat der Programm-Code-Liste festlegen.
41045 \end_layout
41046
41047 \begin_layout Standard
41048 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
41049  Die Platzierungsoption 
41050 \family sans
41051 Eingebettetes
41052 \begin_inset space ~
41053 \end_inset
41054
41055 Listing
41056 \family default
41057  druckt das Listing in der Zeile wie hier: 
41058 \begin_inset listings
41059 lstparams "language={C++}"
41060 inline true
41061 status open
41062
41063 \begin_layout Plain Layout
41064
41065 int a=5;
41066 \end_layout
41067
41068 \end_inset
41069
41070
41071 \begin_inset Newline newline
41072 \end_inset
41073
41074 Die Option 
41075 \family sans
41076 Gleitobjekt
41077 \family default
41078  erzeugt ein Listing-Gleitobjekt, dessen 
41079 \family sans
41080 Platzierung 
41081 \family default
41082 Sie mit 
41083 \family sans
41084 h
41085 \family default
41086
41087 \family sans
41088 t
41089 \family default
41090
41091 \family sans
41092 b
41093 \family default
41094  und 
41095 \family sans
41096 p
41097 \family default
41098 , analog zu den in Abschnitt
41099 \begin_inset space ~
41100 \end_inset
41101
41102
41103 \begin_inset CommandInset ref
41104 LatexCommand ref
41105 reference "abs:Gleitobjekt-Platzierung"
41106
41107 \end_inset
41108
41109  beschriebenen Platzierungsoptionen festlegen können.
41110  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
41111  hintereinander angegeben, z.
41112 \begin_inset space \thinspace{}
41113 \end_inset
41114
41115 B.
41116  
41117 \begin_inset Quotes gld
41118 \end_inset
41119
41120
41121 \family sans
41122 htbp
41123 \family default
41124
41125 \begin_inset Quotes grd
41126 \end_inset
41127
41128 .
41129  Die Option 
41130 \begin_inset Quotes gld
41131 \end_inset
41132
41133 h
41134 \begin_inset Quotes grd
41135 \end_inset
41136
41137  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
41138  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
41139 \end_layout
41140
41141 \begin_layout Standard
41142 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
41143  zu verweisen: Listing
41144 \begin_inset space ~
41145 \end_inset
41146
41147
41148 \begin_inset CommandInset ref
41149 LatexCommand ref
41150 reference "lst:Gleitendes-Programm-Listing"
41151
41152 \end_inset
41153
41154 .
41155  Mit dem Menü 
41156 \family sans
41157 Einfügen\SpecialChar menuseparator
41158 Liste
41159 \begin_inset space ~
41160 \end_inset
41161
41162 /
41163 \begin_inset space ~
41164 \end_inset
41165
41166 Inhaltsverzeichnis\SpecialChar menuseparator
41167 Listings Verzeichnis
41168 \family default
41169  kann ein Verzeichnis aller Listings eingefügt werden.
41170  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
41171 \end_layout
41172
41173 \begin_layout Standard
41174 \begin_inset listings
41175 lstparams "language=Python"
41176 inline false
41177 status open
41178
41179 \begin_layout Plain Layout
41180
41181 \begin_inset Caption Standard
41182
41183 \begin_layout Plain Layout
41184 \begin_inset CommandInset label
41185 LatexCommand label
41186 name "lst:Gleitendes-Programm-Listing"
41187
41188 \end_inset
41189
41190 Gleitendes Programm-Listing
41191 \end_layout
41192
41193 \end_inset
41194
41195 # Gleitendes Programm-Listing
41196 \end_layout
41197
41198 \begin_layout Plain Layout
41199
41200 def func(param):
41201 \end_layout
41202
41203 \begin_layout Plain Layout
41204
41205     'Dies ist eine Python-Funktion'
41206 \end_layout
41207
41208 \begin_layout Plain Layout
41209
41210     pass
41211 \end_layout
41212
41213 \end_inset
41214
41215
41216 \end_layout
41217
41218 \begin_layout Standard
41219 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
41220  der Sprache erkannt und besonders gedruckt, wie 
41221 \emph on
41222 #
41223 \emph default
41224
41225 \emph on
41226 def
41227 \emph default
41228  und 
41229 \emph on
41230 pass
41231 \emph default
41232  in Listing
41233 \begin_inset space ~
41234 \end_inset
41235
41236
41237 \begin_inset CommandInset ref
41238 LatexCommand ref
41239 reference "lst:Gleitendes-Programm-Listing"
41240
41241 \end_inset
41242
41243 .
41244 \end_layout
41245
41246 \begin_layout Standard
41247 \begin_inset Note Greyedout
41248 status open
41249
41250 \begin_layout Plain Layout
41251
41252 \series bold
41253 Bemerkung:
41254 \series default
41255  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
41256 \family typewriter
41257 Schreib\SpecialChar softhyphen
41258 maschine
41259 \family default
41260  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
41261 h keine fett gedruckten Buchstaben.
41262  Wählen Sie in diesem Fall eine andere Schrift im Menü 
41263 \family sans
41264 Dokument\SpecialChar menuseparator
41265 Einstellungen\SpecialChar menuseparator
41266 Schriften
41267 \family default
41268 .
41269  (Die Schriften 
41270 \emph on
41271 LuxiMono, BeraMono
41272 \emph default
41273  und 
41274 \emph on
41275 Courier
41276 \emph default
41277  enthalten fett gedruckte Buchstaben.)
41278 \end_layout
41279
41280 \end_inset
41281
41282
41283 \end_layout
41284
41285 \begin_layout Standard
41286 Im Abschnitt 
41287 \family sans
41288 Zeilennummerierung
41289 \family default
41290  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
41291 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
41292  jede wievielte Zeile nummeriert werden soll und die 
41293 \family sans
41294 Schriftgröße
41295 \family default
41296  der Nummerierung.
41297 \end_layout
41298
41299 \begin_layout Standard
41300 Im Abschnitt 
41301 \family sans
41302 Bereich
41303 \family default
41304  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
41305  Im Abschnitt 
41306 \family sans
41307 Stil
41308 \family default
41309  legen Sie fest, wie die Liste ausgedruckt werden soll.
41310  Die Option 
41311 \family sans
41312 Erweiterte
41313 \begin_inset space ~
41314 \end_inset
41315
41316 Zeichentabelle
41317 \family default
41318  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
41319 \end_layout
41320
41321 \begin_layout Standard
41322 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
41323 \begin_inset Quotes gld
41324 \end_inset
41325
41326 3
41327 \begin_inset Quotes grd
41328 \end_inset
41329
41330 , Sprache 
41331 \begin_inset Quotes gld
41332 \end_inset
41333
41334 Python
41335 \begin_inset Quotes grd
41336 \end_inset
41337
41338 , Optionen 
41339 \begin_inset Quotes gld
41340 \end_inset
41341
41342 Erweiterte Zeichentabelle
41343 \begin_inset Quotes grd
41344 \end_inset
41345
41346  und 
41347 \begin_inset Quotes gld
41348 \end_inset
41349
41350 Leerzeichen als Symbol
41351 \begin_inset Quotes grd
41352 \end_inset
41353
41354  und Bereich Zeilen 3
41355 \begin_inset space \thinspace{}
41356 \end_inset
41357
41358 -
41359 \begin_inset space \thinspace{}
41360 \end_inset
41361
41362 8:
41363 \end_layout
41364
41365 \begin_layout Standard
41366 \begin_inset listings
41367 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
41368 inline false
41369 status open
41370
41371 \begin_layout Plain Layout
41372
41373 def func(param):
41374 \end_layout
41375
41376 \begin_layout Plain Layout
41377
41378     'Dies ist eine Python-Funktion'
41379 \end_layout
41380
41381 \begin_layout Plain Layout
41382
41383     pass
41384 \end_layout
41385
41386 \begin_layout Plain Layout
41387
41388 def func(param):
41389 \end_layout
41390
41391 \begin_layout Plain Layout
41392
41393 'Sonderzeichen: Tschüß'
41394 \end_layout
41395
41396 \begin_layout Plain Layout
41397
41398 pass
41399 \end_layout
41400
41401 \begin_layout Plain Layout
41402
41403 def func(param):
41404 \end_layout
41405
41406 \begin_layout Plain Layout
41407
41408 'Dies ist eine Python-Funktion'
41409 \end_layout
41410
41411 \begin_layout Plain Layout
41412
41413 pass
41414 \end_layout
41415
41416 \end_inset
41417
41418
41419 \end_layout
41420
41421 \begin_layout Standard
41422 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
41423 \family sans
41424 Tabulatorgröße
41425 \family default
41426  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
41427 \end_layout
41428
41429 \begin_layout Standard
41430 \noindent
41431 \begin_inset Note Greyedout
41432 status open
41433
41434 \begin_layout Plain Layout
41435
41436 \series bold
41437 Bemerkung:
41438 \series default
41439  Wegen eines Fehlers im 
41440 \series bold
41441 listings
41442 \series default
41443 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
41444  verschoben.
41445  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
41446  Listing nummeriert werden.
41447 \end_layout
41448
41449 \end_inset
41450
41451
41452 \end_layout
41453
41454 \begin_layout Standard
41455 \begin_inset VSpace bigskip
41456 \end_inset
41457
41458
41459 \end_layout
41460
41461 \begin_layout Standard
41462 \noindent
41463 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
41464  Das machen Sie mit
41465 \family sans
41466  Einfügen\SpecialChar menuseparator
41467 Datei\SpecialChar menuseparator
41468 Unterdokument
41469 \family default
41470  und der 
41471 \family sans
41472 Art
41473 \begin_inset space ~
41474 \end_inset
41475
41476 der
41477 \begin_inset space ~
41478 \end_inset
41479
41480 Einbindung
41481 \family default
41482  
41483 \family sans
41484 Listing
41485 \family default
41486 .
41487 \begin_inset Foot
41488 status collapsed
41489
41490 \begin_layout Plain Layout
41491 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
41492 \begin_inset space ~
41493 \end_inset
41494
41495
41496 \begin_inset CommandInset ref
41497 LatexCommand ref
41498 reference "abs:Unterdokumente"
41499
41500 \end_inset
41501
41502  beschrieben.
41503 \end_layout
41504
41505 \end_inset
41506
41507  Im Dialogfenster
41508 \family sans
41509  Unterdokument
41510 \family default
41511  können Sie die Listing-Parameter unter 
41512 \family sans
41513 Weitere
41514 \begin_inset space ~
41515 \end_inset
41516
41517 Parameter
41518 \family default
41519  eingeben.
41520  Wenn Sie dort ein Fragezeichen 
41521 \begin_inset Quotes gld
41522 \end_inset
41523
41524 ?
41525 \begin_inset Quotes grd
41526 \end_inset
41527
41528  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
41529 det.
41530 \end_layout
41531
41532 \begin_layout Standard
41533 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
41534  Text ins Feld 
41535 \family sans
41536 Marke
41537 \family default
41538 , auf die dann wie üblich verwiesen werden kann.
41539 \end_layout
41540
41541 \begin_layout Standard
41542 Listing
41543 \begin_inset space ~
41544 \end_inset
41545
41546
41547 \begin_inset CommandInset ref
41548 LatexCommand ref
41549 reference "lst:Datei-Listing"
41550
41551 \end_inset
41552
41553  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
41554 \begin_inset space \thinspace{}
41555 \end_inset
41556
41557 -
41558 \begin_inset space \thinspace{}
41559 \end_inset
41560
41561 15 gedruckt werden.
41562 \end_layout
41563
41564 \begin_layout Standard
41565 \begin_inset CommandInset include
41566 LatexCommand lstinputlisting
41567 filename "EmbeddedObjects.lyx"
41568 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}"
41569
41570 \end_inset
41571
41572
41573 \end_layout
41574
41575 \begin_layout Standard
41576 \begin_inset VSpace bigskip
41577 \end_inset
41578
41579
41580 \end_layout
41581
41582 \begin_layout Standard
41583 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
41584 \end_layout
41585
41586 \begin_layout Enumerate
41587 Öffnen Sie die Listings-Einstellungen und fügen
41588 \begin_inset Newline newline
41589 \end_inset
41590
41591
41592 \family sans
41593 mathescape=true
41594 \family default
41595
41596 \begin_inset Newline newline
41597 \end_inset
41598
41599 in das Feld des Tabs 
41600 \family sans
41601 Erweitert
41602 \family default
41603  ein
41604 \end_layout
41605
41606 \begin_layout Enumerate
41607 Erstellen Sie eine Formel außerhalb des Listings
41608 \end_layout
41609
41610 \begin_layout Enumerate
41611 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
41612 blage (Tastenkürzel 
41613 \family sans
41614 Ctrl+C
41615 \family default
41616 )
41617 \end_layout
41618
41619 \begin_layout Enumerate
41620 Schreiben sie 
41621 \begin_inset Quotes gld
41622 \end_inset
41623
41624
41625 \family sans
41626 $$
41627 \family default
41628
41629 \begin_inset Quotes grd
41630 \end_inset
41631
41632  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
41633 hen (Tastenkürzel 
41634 \family sans
41635 Ctrl+V
41636 \family default
41637 )
41638 \end_layout
41639
41640 \begin_layout Standard
41641 \begin_inset listings
41642 lstparams "language=Python,mathescape=true"
41643 inline false
41644 status open
41645
41646 \begin_layout Plain Layout
41647
41648 \begin_inset Caption Standard
41649
41650 \begin_layout Plain Layout
41651 Programm-Listing mit einer Formel
41652 \end_layout
41653
41654 \end_inset
41655
41656 # Beispiel-Programm-Listing
41657 \end_layout
41658
41659 \begin_layout Plain Layout
41660
41661 def func(param):
41662 \end_layout
41663
41664 \begin_layout Plain Layout
41665
41666     # $
41667 \backslash
41668 prod_{n=1}^{
41669 \backslash
41670 infty}
41671 \backslash
41672 ,
41673 \backslash
41674 frac{1}{x^{2}}$
41675 \end_layout
41676
41677 \begin_layout Plain Layout
41678
41679     pass
41680 \end_layout
41681
41682 \end_inset
41683
41684
41685 \end_layout
41686
41687 \begin_layout Standard
41688 \begin_inset VSpace bigskip
41689 \end_inset
41690
41691
41692 \end_layout
41693
41694 \begin_layout Standard
41695 \noindent
41696 Dokumentweite Listing-Eigenschaften können im Dialog 
41697 \family sans
41698 Dokument\SpecialChar menuseparator
41699 Einstellungen\SpecialChar menuseparator
41700 Listing
41701 \family default
41702  festgelegt werden.
41703  Dort bekommt man durch Eingabe eines Fragezeichens 
41704 \begin_inset Quotes gld
41705 \end_inset
41706
41707 ?
41708 \begin_inset Quotes grd
41709 \end_inset
41710
41711  eine Liste aller möglichen Parameter.
41712 \end_layout
41713
41714 \begin_layout Standard
41715 Weitere Informationen über das 
41716 \series bold
41717 listings
41718 \series default
41719 -Paket finden Sie in 
41720 \begin_inset CommandInset citation
41721 LatexCommand cite
41722 key "listings"
41723 literal "true"
41724
41725 \end_inset
41726
41727 .
41728 \end_layout
41729
41730 \begin_layout Chapter
41731 \start_of_appendix
41732 In \SpecialChar LyX
41733  verfügbare Maßeinheiten
41734 \begin_inset CommandInset label
41735 LatexCommand label
41736 name "kap:In-LyX-verfügbare"
41737
41738 \end_inset
41739
41740
41741 \begin_inset Index idx
41742 status collapsed
41743
41744 \begin_layout Plain Layout
41745 Einheiten
41746 \end_layout
41747
41748 \end_inset
41749
41750
41751 \end_layout
41752
41753 \begin_layout Standard
41754 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
41755  Tabelle
41756 \begin_inset space ~
41757 \end_inset
41758
41759
41760 \begin_inset CommandInset ref
41761 LatexCommand ref
41762 reference "tab:Maßeinheiten"
41763
41764 \end_inset
41765
41766  alle in \SpecialChar LyX
41767  verfügbaren Maßeinheiten.
41768 \end_layout
41769
41770 \begin_layout Standard
41771 \begin_inset Float table
41772 placement h
41773 wide false
41774 sideways false
41775 status open
41776
41777 \begin_layout Plain Layout
41778 \begin_inset Caption Standard
41779
41780 \begin_layout Plain Layout
41781 \begin_inset CommandInset label
41782 LatexCommand label
41783 name "tab:Maßeinheiten"
41784
41785 \end_inset
41786
41787 Maßeinheiten
41788 \end_layout
41789
41790 \end_inset
41791
41792
41793 \end_layout
41794
41795 \begin_layout Plain Layout
41796 \begin_inset VSpace medskip
41797 \end_inset
41798
41799
41800 \end_layout
41801
41802 \begin_layout Plain Layout
41803 \align center
41804 \begin_inset Tabular
41805 <lyxtabular version="3" rows="20" columns="3">
41806 <features tabularvalignment="middle">
41807 <column alignment="center" valignment="top">
41808 <column alignment="center" valignment="top">
41809 <column alignment="center" valignment="top">
41810 <row>
41811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41812 \begin_inset Text
41813
41814 \begin_layout Plain Layout
41815 Maßeinheit
41816 \end_layout
41817
41818 \end_inset
41819 </cell>
41820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41821 \begin_inset Text
41822
41823 \begin_layout Plain Layout
41824 Name/Beschreibung
41825 \end_layout
41826
41827 \end_inset
41828 </cell>
41829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41830 \begin_inset Text
41831
41832 \begin_layout Plain Layout
41833 \SpecialChar LaTeX
41834 -Befehl
41835 \end_layout
41836
41837 \end_inset
41838 </cell>
41839 </row>
41840 <row>
41841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41842 \begin_inset Text
41843
41844 \begin_layout Plain Layout
41845 mm
41846 \end_layout
41847
41848 \end_inset
41849 </cell>
41850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41851 \begin_inset Text
41852
41853 \begin_layout Plain Layout
41854 Millimeter
41855 \end_layout
41856
41857 \end_inset
41858 </cell>
41859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41860 \begin_inset Text
41861
41862 \begin_layout Plain Layout
41863 -
41864 \end_layout
41865
41866 \end_inset
41867 </cell>
41868 </row>
41869 <row>
41870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41871 \begin_inset Text
41872
41873 \begin_layout Plain Layout
41874 cm
41875 \end_layout
41876
41877 \end_inset
41878 </cell>
41879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41880 \begin_inset Text
41881
41882 \begin_layout Plain Layout
41883 Zentimeter
41884 \end_layout
41885
41886 \end_inset
41887 </cell>
41888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41889 \begin_inset Text
41890
41891 \begin_layout Plain Layout
41892 -
41893 \end_layout
41894
41895 \end_inset
41896 </cell>
41897 </row>
41898 <row>
41899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41900 \begin_inset Text
41901
41902 \begin_layout Plain Layout
41903 in
41904 \end_layout
41905
41906 \end_inset
41907 </cell>
41908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41909 \begin_inset Text
41910
41911 \begin_layout Plain Layout
41912 Zoll (1
41913 \begin_inset space \thinspace{}
41914 \end_inset
41915
41916 in = 2.54
41917 \begin_inset space \thinspace{}
41918 \end_inset
41919
41920 cm
41921 \end_layout
41922
41923 \end_inset
41924 </cell>
41925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41926 \begin_inset Text
41927
41928 \begin_layout Plain Layout
41929 -
41930 \end_layout
41931
41932 \end_inset
41933 </cell>
41934 </row>
41935 <row>
41936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41937 \begin_inset Text
41938
41939 \begin_layout Plain Layout
41940 pt
41941 \end_layout
41942
41943 \end_inset
41944 </cell>
41945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41946 \begin_inset Text
41947
41948 \begin_layout Plain Layout
41949 Punkt (72.27
41950 \begin_inset space \thinspace{}
41951 \end_inset
41952
41953 pt = 1
41954 \begin_inset space \thinspace{}
41955 \end_inset
41956
41957 in)
41958 \end_layout
41959
41960 \end_inset
41961 </cell>
41962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41963 \begin_inset Text
41964
41965 \begin_layout Plain Layout
41966 -
41967 \end_layout
41968
41969 \end_inset
41970 </cell>
41971 </row>
41972 <row>
41973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41974 \begin_inset Text
41975
41976 \begin_layout Plain Layout
41977 pc
41978 \end_layout
41979
41980 \end_inset
41981 </cell>
41982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41983 \begin_inset Text
41984
41985 \begin_layout Plain Layout
41986 Pica (1
41987 \begin_inset space \thinspace{}
41988 \end_inset
41989
41990 pc = 12
41991 \begin_inset space \thinspace{}
41992 \end_inset
41993
41994 pt)
41995 \end_layout
41996
41997 \end_inset
41998 </cell>
41999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42000 \begin_inset Text
42001
42002 \begin_layout Plain Layout
42003 -
42004 \end_layout
42005
42006 \end_inset
42007 </cell>
42008 </row>
42009 <row>
42010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42011 \begin_inset Text
42012
42013 \begin_layout Plain Layout
42014 sp
42015 \end_layout
42016
42017 \end_inset
42018 </cell>
42019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42020 \begin_inset Text
42021
42022 \begin_layout Plain Layout
42023 skalierter Punkt (65536
42024 \begin_inset space \thinspace{}
42025 \end_inset
42026
42027 sp = 1
42028 \begin_inset space \thinspace{}
42029 \end_inset
42030
42031 pt)
42032 \end_layout
42033
42034 \end_inset
42035 </cell>
42036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42037 \begin_inset Text
42038
42039 \begin_layout Plain Layout
42040 -
42041 \end_layout
42042
42043 \end_inset
42044 </cell>
42045 </row>
42046 <row>
42047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42048 \begin_inset Text
42049
42050 \begin_layout Plain Layout
42051 bp
42052 \end_layout
42053
42054 \end_inset
42055 </cell>
42056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42057 \begin_inset Text
42058
42059 \begin_layout Plain Layout
42060 großer Punkt (72
42061 \begin_inset space \thinspace{}
42062 \end_inset
42063
42064 bp = 1
42065 \begin_inset space \thinspace{}
42066 \end_inset
42067
42068 in)
42069 \end_layout
42070
42071 \end_inset
42072 </cell>
42073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42074 \begin_inset Text
42075
42076 \begin_layout Plain Layout
42077 -
42078 \end_layout
42079
42080 \end_inset
42081 </cell>
42082 </row>
42083 <row>
42084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42085 \begin_inset Text
42086
42087 \begin_layout Plain Layout
42088 dd
42089 \end_layout
42090
42091 \end_inset
42092 </cell>
42093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42094 \begin_inset Text
42095
42096 \begin_layout Plain Layout
42097 Didot (1
42098 \begin_inset space \thinspace{}
42099 \end_inset
42100
42101 dd 
42102 \begin_inset Formula $\approx$
42103 \end_inset
42104
42105  0,376
42106 \begin_inset space \thinspace{}
42107 \end_inset
42108
42109 mm)
42110 \end_layout
42111
42112 \end_inset
42113 </cell>
42114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42115 \begin_inset Text
42116
42117 \begin_layout Plain Layout
42118 -
42119 \end_layout
42120
42121 \end_inset
42122 </cell>
42123 </row>
42124 <row>
42125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42126 \begin_inset Text
42127
42128 \begin_layout Plain Layout
42129 cc
42130 \end_layout
42131
42132 \end_inset
42133 </cell>
42134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42135 \begin_inset Text
42136
42137 \begin_layout Plain Layout
42138 Cicero (1
42139 \begin_inset space \thinspace{}
42140 \end_inset
42141
42142 cc = 12
42143 \begin_inset space \thinspace{}
42144 \end_inset
42145
42146 dd)
42147 \end_layout
42148
42149 \end_inset
42150 </cell>
42151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42152 \begin_inset Text
42153
42154 \begin_layout Plain Layout
42155 -
42156 \end_layout
42157
42158 \end_inset
42159 </cell>
42160 </row>
42161 <row>
42162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42163 \begin_inset Text
42164
42165 \begin_layout Plain Layout
42166 Skalierung %
42167 \end_layout
42168
42169 \end_inset
42170 </cell>
42171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42172 \begin_inset Text
42173
42174 \begin_layout Plain Layout
42175 % der originalen Bildbreite
42176 \end_layout
42177
42178 \end_inset
42179 </cell>
42180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42181 \begin_inset Text
42182
42183 \begin_layout Plain Layout
42184
42185 \end_layout
42186
42187 \end_inset
42188 </cell>
42189 </row>
42190 <row>
42191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42192 \begin_inset Text
42193
42194 \begin_layout Plain Layout
42195 Textbreite %
42196 \end_layout
42197
42198 \end_inset
42199 </cell>
42200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42201 \begin_inset Text
42202
42203 \begin_layout Plain Layout
42204 % der Textbreite
42205 \end_layout
42206
42207 \end_inset
42208 </cell>
42209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42210 \begin_inset Text
42211
42212 \begin_layout Plain Layout
42213
42214 \backslash
42215 textwidth
42216 \end_layout
42217
42218 \end_inset
42219 </cell>
42220 </row>
42221 <row>
42222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42223 \begin_inset Text
42224
42225 \begin_layout Plain Layout
42226 Spaltenbreite %
42227 \end_layout
42228
42229 \end_inset
42230 </cell>
42231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42232 \begin_inset Text
42233
42234 \begin_layout Plain Layout
42235 % der Spaltenbreite
42236 \end_layout
42237
42238 \end_inset
42239 </cell>
42240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42241 \begin_inset Text
42242
42243 \begin_layout Plain Layout
42244
42245 \backslash
42246 columnwidth
42247 \end_layout
42248
42249 \end_inset
42250 </cell>
42251 </row>
42252 <row>
42253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42254 \begin_inset Text
42255
42256 \begin_layout Plain Layout
42257 Seitenbreite %
42258 \end_layout
42259
42260 \end_inset
42261 </cell>
42262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42263 \begin_inset Text
42264
42265 \begin_layout Plain Layout
42266 % der Seitenbreite
42267 \end_layout
42268
42269 \end_inset
42270 </cell>
42271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42272 \begin_inset Text
42273
42274 \begin_layout Plain Layout
42275
42276 \backslash
42277 paperwidth
42278 \end_layout
42279
42280 \end_inset
42281 </cell>
42282 </row>
42283 <row>
42284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42285 \begin_inset Text
42286
42287 \begin_layout Plain Layout
42288 Zeilenbreite %
42289 \end_layout
42290
42291 \end_inset
42292 </cell>
42293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42294 \begin_inset Text
42295
42296 \begin_layout Plain Layout
42297 % der Zeilenbreite
42298 \end_layout
42299
42300 \end_inset
42301 </cell>
42302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42303 \begin_inset Text
42304
42305 \begin_layout Plain Layout
42306
42307 \backslash
42308 linewidth
42309 \end_layout
42310
42311 \end_inset
42312 </cell>
42313 </row>
42314 <row>
42315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42316 \begin_inset Text
42317
42318 \begin_layout Plain Layout
42319 Texthöhe %
42320 \end_layout
42321
42322 \end_inset
42323 </cell>
42324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42325 \begin_inset Text
42326
42327 \begin_layout Plain Layout
42328 % der Texthöhe
42329 \end_layout
42330
42331 \end_inset
42332 </cell>
42333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42334 \begin_inset Text
42335
42336 \begin_layout Plain Layout
42337
42338 \backslash
42339 textheight
42340 \end_layout
42341
42342 \end_inset
42343 </cell>
42344 </row>
42345 <row>
42346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42347 \begin_inset Text
42348
42349 \begin_layout Plain Layout
42350 Seitenhöhe %
42351 \end_layout
42352
42353 \end_inset
42354 </cell>
42355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42356 \begin_inset Text
42357
42358 \begin_layout Plain Layout
42359 % der Seitenhöhe
42360 \end_layout
42361
42362 \end_inset
42363 </cell>
42364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42365 \begin_inset Text
42366
42367 \begin_layout Plain Layout
42368
42369 \backslash
42370 paperheight
42371 \end_layout
42372
42373 \end_inset
42374 </cell>
42375 </row>
42376 <row>
42377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42378 \begin_inset Text
42379
42380 \begin_layout Plain Layout
42381 ex
42382 \end_layout
42383
42384 \end_inset
42385 </cell>
42386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42387 \begin_inset Text
42388
42389 \begin_layout Plain Layout
42390 Die Höhe des Buchstabens 
42391 \emph on
42392 x
42393 \emph default
42394  im aktiven Zeichensatz
42395 \end_layout
42396
42397 \end_inset
42398 </cell>
42399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42400 \begin_inset Text
42401
42402 \begin_layout Plain Layout
42403 -
42404 \end_layout
42405
42406 \end_inset
42407 </cell>
42408 </row>
42409 <row>
42410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42411 \begin_inset Text
42412
42413 \begin_layout Plain Layout
42414 em
42415 \end_layout
42416
42417 \end_inset
42418 </cell>
42419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42420 \begin_inset Text
42421
42422 \begin_layout Plain Layout
42423 Die Breite des Buchstabens 
42424 \emph on
42425 M
42426 \emph default
42427  im aktiven Zeichensatz
42428 \end_layout
42429
42430 \end_inset
42431 </cell>
42432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42433 \begin_inset Text
42434
42435 \begin_layout Plain Layout
42436 -
42437 \end_layout
42438
42439 \end_inset
42440 </cell>
42441 </row>
42442 <row>
42443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42444 \begin_inset Text
42445
42446 \begin_layout Plain Layout
42447 mu
42448 \end_layout
42449
42450 \end_inset
42451 </cell>
42452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42453 \begin_inset Text
42454
42455 \begin_layout Plain Layout
42456 mathematische Maßeinheit
42457 \series bold
42458  
42459 \series default
42460 (1
42461 \begin_inset space \thinspace{}
42462 \end_inset
42463
42464 mu = 1/18
42465 \begin_inset space \thinspace{}
42466 \end_inset
42467
42468 em)
42469 \end_layout
42470
42471 \end_inset
42472 </cell>
42473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42474 \begin_inset Text
42475
42476 \begin_layout Plain Layout
42477 -
42478 \end_layout
42479
42480 \end_inset
42481 </cell>
42482 </row>
42483 </lyxtabular>
42484
42485 \end_inset
42486
42487
42488 \end_layout
42489
42490 \end_inset
42491
42492
42493 \end_layout
42494
42495 \begin_layout Chapter
42496 Ausgabedatei-Formate mit Grafiken
42497 \begin_inset CommandInset label
42498 LatexCommand label
42499 name "kap:Ausgabedatei-Formate"
42500
42501 \end_inset
42502
42503
42504 \end_layout
42505
42506 \begin_layout Section
42507 DVI
42508 \begin_inset Index idx
42509 status collapsed
42510
42511 \begin_layout Plain Layout
42512 Dateiformat! DVI
42513 \end_layout
42514
42515 \end_inset
42516
42517
42518 \begin_inset Index idx
42519 status collapsed
42520
42521 \begin_layout Plain Layout
42522 DVI
42523 \end_layout
42524
42525 \end_inset
42526
42527
42528 \end_layout
42529
42530 \begin_layout Standard
42531 Dieser Dateityp hat die Erweiterung 
42532 \begin_inset Quotes gld
42533 \end_inset
42534
42535
42536 \family typewriter
42537 .dvi
42538 \family default
42539
42540 \begin_inset Quotes grd
42541 \end_inset
42542
42543  und wird 
42544 \begin_inset Quotes gld
42545 \end_inset
42546
42547 device independent
42548 \begin_inset Quotes grd
42549 \end_inset
42550
42551  genannt, weil er vollkommen portierbar ist.
42552  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
42553  dvi-Betrachter installiert hat.
42554  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
42555 ate wie PostScript benutzt.
42556 \end_layout
42557
42558 \begin_layout Standard
42559 \begin_inset Note Greyedout
42560 status open
42561
42562 \begin_layout Plain Layout
42563
42564 \series bold
42565 Bemerkung:
42566 \series default
42567  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
42568 \end_layout
42569
42570 \end_inset
42571
42572
42573 \end_layout
42574
42575 \begin_layout Standard
42576 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
42577  auf einen anderen Computer kopieren.
42578  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
42579  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
42580  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
42581 \family typewriter
42582  
42583 \family default
42584 blättern.
42585
42586 \family typewriter
42587  
42588 \family default
42589 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
42590  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
42591  
42592 \end_layout
42593
42594 \begin_layout Standard
42595 Sie können Ihr Dokument als DVI über das Menü 
42596 \family sans
42597 Datei\SpecialChar menuseparator
42598 Exportieren\SpecialChar menuseparator
42599 DVI
42600 \family default
42601  exportieren.
42602  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
42603 \family sans
42604 Ansicht
42605 \family default
42606  anschauen.
42607 \end_layout
42608
42609 \begin_layout Section
42610 PostScript
42611 \begin_inset Index idx
42612 status collapsed
42613
42614 \begin_layout Plain Layout
42615 Dateiformat  ! PostScript
42616 \end_layout
42617
42618 \end_inset
42619
42620
42621 \begin_inset Index idx
42622 status collapsed
42623
42624 \begin_layout Plain Layout
42625 PostScript
42626 \end_layout
42627
42628 \end_inset
42629
42630
42631 \end_layout
42632
42633 \begin_layout Standard
42634 Dieser Dateityp hat die Erweiterung 
42635 \begin_inset Quotes gld
42636 \end_inset
42637
42638
42639 \family typewriter
42640 .ps
42641 \family default
42642
42643 \begin_inset Quotes grd
42644 \end_inset
42645
42646 .
42647  PostScript wurde von der Firma
42648 \family typewriter
42649  Adobe
42650 \family default
42651  als Druckersprache entwickelt.
42652  Die Datei enthält deshalb Druckbefehle.
42653  PostScript kann als 
42654 \begin_inset Quotes gld
42655 \end_inset
42656
42657 Programmiersprache
42658 \begin_inset Quotes grd
42659 \end_inset
42660
42661  angesehen werden.
42662  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen.
42663 \begin_inset Foot
42664 status collapsed
42665
42666 \begin_layout Plain Layout
42667 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
42668  von
42669 \series bold
42670  PSTricks
42671 \series default
42672  
42673 \begin_inset CommandInset citation
42674 LatexCommand cite
42675 key "pstricks"
42676 literal "true"
42677
42678 \end_inset
42679
42680  oder 
42681 \begin_inset CommandInset citation
42682 LatexCommand cite
42683 key "latex-praxisbuch"
42684 literal "true"
42685
42686 \end_inset
42687
42688  ansehen.
42689 \end_layout
42690
42691 \end_inset
42692
42693  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
42694 \end_layout
42695
42696 \begin_layout Standard
42697 PostScript kann nur Bilder im Format EPS
42698 \begin_inset Index idx
42699 status collapsed
42700
42701 \begin_layout Plain Layout
42702 EPS
42703 \end_layout
42704
42705 \end_inset
42706
42707  (Encapsulated PostScript, Datei-Er\SpecialChar softhyphen
42708 wei\SpecialChar softhyphen
42709 ter\SpecialChar softhyphen
42710 ung 
42711 \begin_inset Quotes gld
42712 \end_inset
42713
42714
42715 \family typewriter
42716 .eps
42717 \family default
42718
42719 \begin_inset Quotes grd
42720 \end_inset
42721
42722 ) enthalten.
42723  Weil \SpecialChar LyX
42724  die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
42725  intern nach EPS konvertieren.
42726  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
42727  verlangsamen.
42728  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
42729  konvertieren und direkt als EPS einfügen.
42730 \end_layout
42731
42732 \begin_layout Standard
42733 Sie können Ihr Dokument als PostScript über das Menü 
42734 \family sans
42735 Datei\SpecialChar menuseparator
42736 Exportieren\SpecialChar menuseparator
42737 Post\SpecialChar softhyphen
42738 Script
42739 \family default
42740  exportieren.
42741  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
42742 \family sans
42743 Ansicht
42744 \family default
42745  anschauen.
42746 \end_layout
42747
42748 \begin_layout Section
42749 PDF
42750 \begin_inset Index idx
42751 status collapsed
42752
42753 \begin_layout Plain Layout
42754 Dateiformat! PDF
42755 \end_layout
42756
42757 \end_inset
42758
42759
42760 \begin_inset Index idx
42761 status collapsed
42762
42763 \begin_layout Plain Layout
42764 PDF
42765 \end_layout
42766
42767 \end_inset
42768
42769
42770 \end_layout
42771
42772 \begin_layout Standard
42773 Dieser Dateityp hat die Erweiterung 
42774 \begin_inset Quotes gld
42775 \end_inset
42776
42777
42778 \family typewriter
42779 .pdf
42780 \family default
42781
42782 \begin_inset Quotes grd
42783 \end_inset
42784
42785 .
42786  Das
42787 \emph on
42788  
42789 \emph default
42790
42791 \begin_inset Quotes gld
42792 \end_inset
42793
42794 Portable Document Format
42795 \begin_inset Quotes grd
42796 \end_inset
42797
42798  (PDF) wurde auch von der Firma 
42799 \family typewriter
42800 Adobe
42801 \family default
42802  als Derivat von PostScript entwickelt.
42803  Es ist komprimierter und benutzt weniger Befehle als PostScript.
42804  Wie der Begriff 
42805 \begin_inset Quotes gld
42806 \end_inset
42807
42808 portable
42809 \begin_inset Quotes grd
42810 \end_inset
42811
42812  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
42813  werden, und der Ausdruck sieht immer gleich aus.
42814 \end_layout
42815
42816 \begin_layout Standard
42817 PDF kann Bilder im eigenen PDF-Format, im Format 
42818 \begin_inset Quotes gld
42819 \end_inset
42820
42821 Joint Photographic Experts Group
42822 \begin_inset Quotes grd
42823 \end_inset
42824
42825  (JPEG
42826 \begin_inset Index idx
42827 status collapsed
42828
42829 \begin_layout Plain Layout
42830 JPG, JPEG
42831 \end_layout
42832
42833 \end_inset
42834
42835 , Datei-Erweiterung 
42836 \begin_inset Quotes gld
42837 \end_inset
42838
42839
42840 \family typewriter
42841 .jpg
42842 \family default
42843
42844 \begin_inset Quotes grd
42845 \end_inset
42846
42847  oder 
42848 \begin_inset Quotes gld
42849 \end_inset
42850
42851
42852 \family typewriter
42853 .jpeg
42854 \family default
42855
42856 \begin_inset Quotes grd
42857 \end_inset
42858
42859 ) und im Format 
42860 \begin_inset Quotes gld
42861 \end_inset
42862
42863 Portable Network Graphics
42864 \begin_inset Quotes grd
42865 \end_inset
42866
42867  (PNG
42868 \begin_inset Index idx
42869 status collapsed
42870
42871 \begin_layout Plain Layout
42872 PNG
42873 \end_layout
42874
42875 \end_inset
42876
42877 , Datei-Erweiterung 
42878 \begin_inset Quotes gld
42879 \end_inset
42880
42881
42882 \family typewriter
42883 .png
42884 \family default
42885
42886 \begin_inset Quotes grd
42887 \end_inset
42888
42889 ) enthalten.
42890  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil \SpecialChar LyX
42891  es für Sie
42892  konvertieren wird.
42893  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
42894  wird, eines der drei erwähnten Bildformate zu benutzen.
42895 \end_layout
42896
42897 \begin_layout Standard
42898 PDF-Dateien können Sie über 
42899 \family sans
42900 Datei\SpecialChar menuseparator
42901 Exportieren
42902 \family default
42903  auf drei Arten erzeugen:
42904 \end_layout
42905
42906 \begin_layout Description
42907 PDF
42908 \begin_inset space ~
42909 \end_inset
42910
42911 (ps2pdf) benutzt das Programm
42912 \family typewriter
42913  ps2pdf
42914 \family default
42915 , das eine PDF-Datei aus einer Post\SpecialChar softhyphen
42916 Script®-Version Ihres Dokument erstellt.
42917  Die PostScript-Version wird mit dem Programm 
42918 \family typewriter
42919 dvips
42920 \family default
42921  aus einer DVI-Version erstellt.
42922  Es werden also drei Konvertierungen verwendet.
42923 \end_layout
42924
42925 \begin_layout Description
42926 PDF
42927 \begin_inset space ~
42928 \end_inset
42929
42930 (dvipdfm) benutzt das Programm 
42931 \family typewriter
42932 dvipdfm
42933 \family default
42934 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
42935  PDF konvertiert.
42936 \end_layout
42937
42938 \begin_layout Description
42939 PDF
42940 \begin_inset space ~
42941 \end_inset
42942
42943 (pdflatex) benutzt das Programm
42944 \family typewriter
42945  pdftex
42946 \family default
42947 , das Ihr Dokument direkt nach PDF konvertiert.
42948 \end_layout
42949
42950 \begin_layout Standard
42951
42952 \family sans
42953 PDF
42954 \begin_inset space ~
42955 \end_inset
42956
42957 (pdflatex)
42958 \family default
42959  wird empfohlen, weil
42960 \family typewriter
42961  pdftex
42962 \family default
42963  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
42964  ohne Probleme arbeitet.
42965  Das Programm 
42966 \family typewriter
42967 dvi\SpecialChar softhyphen
42968 pdfm
42969 \family default
42970  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
42971 \end_layout
42972
42973 \begin_layout Standard
42974 Sie können Ihr Dokument als PDF über das Menü 
42975 \family sans
42976 Datei\SpecialChar menuseparator
42977 Exportieren\SpecialChar menuseparator
42978 PDF
42979 \family default
42980  exportieren.
42981  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
42982 \family sans
42983 Ansicht
42984 \family default
42985  oder einen Werkzeugleistenknopf anschauen.
42986 \end_layout
42987
42988 \begin_layout Chapter
42989 Liste der dvips-Farbnamen
42990 \begin_inset CommandInset label
42991 LatexCommand label
42992 name "kap:Liste-der-dvips-Farbnamen"
42993
42994 \end_inset
42995
42996
42997 \end_layout
42998
42999 \begin_layout Standard
43000 \begin_inset Tabular
43001 <lyxtabular version="3" rows="17" columns="4">
43002 <features tabularvalignment="middle">
43003 <column alignment="left" valignment="top" width="0pt">
43004 <column alignment="left" valignment="top" width="0pt">
43005 <column alignment="left" valignment="top" width="0pt">
43006 <column alignment="left" valignment="top" width="0pt">
43007 <row>
43008 <cell alignment="left" valignment="top" usebox="none">
43009 \begin_inset Text
43010
43011 \begin_layout Plain Layout
43012 \begin_inset ERT
43013 status collapsed
43014
43015 \begin_layout Plain Layout
43016
43017
43018 \backslash
43019 fcolorbox{black}{
43020 \end_layout
43021
43022 \end_inset
43023
43024 white
43025 \begin_inset ERT
43026 status collapsed
43027
43028 \begin_layout Plain Layout
43029
43030 }{
43031 \end_layout
43032
43033 \end_inset
43034
43035 Farbe
43036 \begin_inset ERT
43037 status collapsed
43038
43039 \begin_layout Plain Layout
43040
43041 }
43042 \end_layout
43043
43044 \end_inset
43045
43046  Farbname
43047 \end_layout
43048
43049 \end_inset
43050 </cell>
43051 <cell alignment="left" valignment="top" usebox="none">
43052 \begin_inset Text
43053
43054 \begin_layout Plain Layout
43055 \begin_inset ERT
43056 status collapsed
43057
43058 \begin_layout Plain Layout
43059
43060
43061 \backslash
43062 fcolorbox{black}{
43063 \end_layout
43064
43065 \end_inset
43066
43067 white
43068 \begin_inset ERT
43069 status collapsed
43070
43071 \begin_layout Plain Layout
43072
43073 }{
43074 \end_layout
43075
43076 \end_inset
43077
43078 Farbe
43079 \begin_inset ERT
43080 status collapsed
43081
43082 \begin_layout Plain Layout
43083
43084 }
43085 \end_layout
43086
43087 \end_inset
43088
43089  Farbname
43090 \end_layout
43091
43092 \end_inset
43093 </cell>
43094 <cell alignment="left" valignment="top" usebox="none">
43095 \begin_inset Text
43096
43097 \begin_layout Plain Layout
43098 \begin_inset ERT
43099 status collapsed
43100
43101 \begin_layout Plain Layout
43102
43103
43104 \backslash
43105 fcolorbox{black}{
43106 \end_layout
43107
43108 \end_inset
43109
43110 white
43111 \begin_inset ERT
43112 status collapsed
43113
43114 \begin_layout Plain Layout
43115
43116 }{
43117 \end_layout
43118
43119 \end_inset
43120
43121 Farbe
43122 \begin_inset ERT
43123 status collapsed
43124
43125 \begin_layout Plain Layout
43126
43127 }
43128 \end_layout
43129
43130 \end_inset
43131
43132  Farbname
43133 \end_layout
43134
43135 \end_inset
43136 </cell>
43137 <cell alignment="left" valignment="top" usebox="none">
43138 \begin_inset Text
43139
43140 \begin_layout Plain Layout
43141 \begin_inset ERT
43142 status collapsed
43143
43144 \begin_layout Plain Layout
43145
43146
43147 \backslash
43148 fcolorbox{black}{
43149 \end_layout
43150
43151 \end_inset
43152
43153 white
43154 \begin_inset ERT
43155 status collapsed
43156
43157 \begin_layout Plain Layout
43158
43159 }{
43160 \end_layout
43161
43162 \end_inset
43163
43164 Farbe
43165 \begin_inset ERT
43166 status collapsed
43167
43168 \begin_layout Plain Layout
43169
43170 }
43171 \end_layout
43172
43173 \end_inset
43174
43175  Farbname
43176 \end_layout
43177
43178 \end_inset
43179 </cell>
43180 </row>
43181 <row>
43182 <cell alignment="center" valignment="top" usebox="none">
43183 \begin_inset Text
43184
43185 \begin_layout Plain Layout
43186 \begin_inset ERT
43187 status collapsed
43188
43189 \begin_layout Plain Layout
43190
43191
43192 \backslash
43193 fcolorbox{black}{
43194 \end_layout
43195
43196 \end_inset
43197
43198 Apricot
43199 \begin_inset ERT
43200 status collapsed
43201
43202 \begin_layout Plain Layout
43203
43204 }{
43205 \end_layout
43206
43207 \end_inset
43208
43209
43210 \begin_inset Phantom Phantom
43211 status open
43212
43213 \begin_layout Plain Layout
43214 W
43215 \end_layout
43216
43217 \end_inset
43218
43219
43220 \begin_inset ERT
43221 status collapsed
43222
43223 \begin_layout Plain Layout
43224
43225 }
43226 \end_layout
43227
43228 \end_inset
43229
43230  Apricot
43231 \end_layout
43232
43233 \end_inset
43234 </cell>
43235 <cell alignment="center" valignment="top" usebox="none">
43236 \begin_inset Text
43237
43238 \begin_layout Plain Layout
43239 \begin_inset ERT
43240 status collapsed
43241
43242 \begin_layout Plain Layout
43243
43244
43245 \backslash
43246 fcolorbox{black}{
43247 \end_layout
43248
43249 \end_inset
43250
43251 Aquamarine
43252 \begin_inset ERT
43253 status collapsed
43254
43255 \begin_layout Plain Layout
43256
43257 }{
43258 \end_layout
43259
43260 \end_inset
43261
43262
43263 \begin_inset Phantom Phantom
43264 status open
43265
43266 \begin_layout Plain Layout
43267 W
43268 \end_layout
43269
43270 \end_inset
43271
43272
43273 \begin_inset ERT
43274 status collapsed
43275
43276 \begin_layout Plain Layout
43277
43278 }
43279 \end_layout
43280
43281 \end_inset
43282
43283  Aquamarine
43284 \end_layout
43285
43286 \end_inset
43287 </cell>
43288 <cell alignment="center" valignment="top" usebox="none">
43289 \begin_inset Text
43290
43291 \begin_layout Plain Layout
43292 \begin_inset ERT
43293 status collapsed
43294
43295 \begin_layout Plain Layout
43296
43297
43298 \backslash
43299 fcolorbox{black}{
43300 \end_layout
43301
43302 \end_inset
43303
43304 Bittersweet
43305 \begin_inset ERT
43306 status collapsed
43307
43308 \begin_layout Plain Layout
43309
43310 }{
43311 \end_layout
43312
43313 \end_inset
43314
43315
43316 \begin_inset Phantom Phantom
43317 status open
43318
43319 \begin_layout Plain Layout
43320 W
43321 \end_layout
43322
43323 \end_inset
43324
43325
43326 \begin_inset ERT
43327 status collapsed
43328
43329 \begin_layout Plain Layout
43330
43331 }
43332 \end_layout
43333
43334 \end_inset
43335
43336  Bittersweet
43337 \end_layout
43338
43339 \end_inset
43340 </cell>
43341 <cell alignment="center" valignment="top" usebox="none">
43342 \begin_inset Text
43343
43344 \begin_layout Plain Layout
43345 \begin_inset ERT
43346 status collapsed
43347
43348 \begin_layout Plain Layout
43349
43350
43351 \backslash
43352 fcolorbox{black}{
43353 \end_layout
43354
43355 \end_inset
43356
43357 BlueGreen
43358 \begin_inset ERT
43359 status collapsed
43360
43361 \begin_layout Plain Layout
43362
43363 }{
43364 \end_layout
43365
43366 \end_inset
43367
43368
43369 \begin_inset Phantom Phantom
43370 status open
43371
43372 \begin_layout Plain Layout
43373 W
43374 \end_layout
43375
43376 \end_inset
43377
43378
43379 \begin_inset ERT
43380 status collapsed
43381
43382 \begin_layout Plain Layout
43383
43384 }
43385 \end_layout
43386
43387 \end_inset
43388
43389  BlueGreen
43390 \end_layout
43391
43392 \end_inset
43393 </cell>
43394 </row>
43395 <row>
43396 <cell alignment="left" valignment="top" usebox="none">
43397 \begin_inset Text
43398
43399 \begin_layout Plain Layout
43400 \begin_inset ERT
43401 status collapsed
43402
43403 \begin_layout Plain Layout
43404
43405
43406 \backslash
43407 fcolorbox{black}{
43408 \end_layout
43409
43410 \end_inset
43411
43412 BlueViolet
43413 \begin_inset ERT
43414 status collapsed
43415
43416 \begin_layout Plain Layout
43417
43418 }{
43419 \end_layout
43420
43421 \end_inset
43422
43423
43424 \begin_inset Phantom Phantom
43425 status open
43426
43427 \begin_layout Plain Layout
43428 W
43429 \end_layout
43430
43431 \end_inset
43432
43433
43434 \begin_inset ERT
43435 status collapsed
43436
43437 \begin_layout Plain Layout
43438
43439 }
43440 \end_layout
43441
43442 \end_inset
43443
43444  BlueViolet
43445 \end_layout
43446
43447 \end_inset
43448 </cell>
43449 <cell alignment="left" valignment="top" usebox="none">
43450 \begin_inset Text
43451
43452 \begin_layout Plain Layout
43453 \begin_inset ERT
43454 status collapsed
43455
43456 \begin_layout Plain Layout
43457
43458
43459 \backslash
43460 fcolorbox{black}{
43461 \end_layout
43462
43463 \end_inset
43464
43465 BrickRed
43466 \begin_inset ERT
43467 status collapsed
43468
43469 \begin_layout Plain Layout
43470
43471 }{
43472 \end_layout
43473
43474 \end_inset
43475
43476
43477 \begin_inset Phantom Phantom
43478 status open
43479
43480 \begin_layout Plain Layout
43481 W
43482 \end_layout
43483
43484 \end_inset
43485
43486
43487 \begin_inset ERT
43488 status collapsed
43489
43490 \begin_layout Plain Layout
43491
43492 }
43493 \end_layout
43494
43495 \end_inset
43496
43497  BrickRed
43498 \end_layout
43499
43500 \end_inset
43501 </cell>
43502 <cell alignment="left" valignment="top" usebox="none">
43503 \begin_inset Text
43504
43505 \begin_layout Plain Layout
43506 \begin_inset ERT
43507 status collapsed
43508
43509 \begin_layout Plain Layout
43510
43511
43512 \backslash
43513 fcolorbox{black}{
43514 \end_layout
43515
43516 \end_inset
43517
43518 Brown
43519 \begin_inset ERT
43520 status collapsed
43521
43522 \begin_layout Plain Layout
43523
43524 }{
43525 \end_layout
43526
43527 \end_inset
43528
43529
43530 \begin_inset Phantom Phantom
43531 status open
43532
43533 \begin_layout Plain Layout
43534 W
43535 \end_layout
43536
43537 \end_inset
43538
43539
43540 \begin_inset ERT
43541 status collapsed
43542
43543 \begin_layout Plain Layout
43544
43545 }
43546 \end_layout
43547
43548 \end_inset
43549
43550  Brown
43551 \end_layout
43552
43553 \end_inset
43554 </cell>
43555 <cell alignment="left" valignment="top" usebox="none">
43556 \begin_inset Text
43557
43558 \begin_layout Plain Layout
43559 \begin_inset ERT
43560 status collapsed
43561
43562 \begin_layout Plain Layout
43563
43564
43565 \backslash
43566 fcolorbox{black}{
43567 \end_layout
43568
43569 \end_inset
43570
43571 BurntOrange
43572 \begin_inset ERT
43573 status collapsed
43574
43575 \begin_layout Plain Layout
43576
43577 }{
43578 \end_layout
43579
43580 \end_inset
43581
43582
43583 \begin_inset Phantom Phantom
43584 status open
43585
43586 \begin_layout Plain Layout
43587 W
43588 \end_layout
43589
43590 \end_inset
43591
43592
43593 \begin_inset ERT
43594 status collapsed
43595
43596 \begin_layout Plain Layout
43597
43598 }
43599 \end_layout
43600
43601 \end_inset
43602
43603  BurntOrange
43604 \end_layout
43605
43606 \end_inset
43607 </cell>
43608 </row>
43609 <row>
43610 <cell alignment="left" valignment="top" usebox="none">
43611 \begin_inset Text
43612
43613 \begin_layout Plain Layout
43614 \begin_inset ERT
43615 status collapsed
43616
43617 \begin_layout Plain Layout
43618
43619
43620 \backslash
43621 fcolorbox{black}{
43622 \end_layout
43623
43624 \end_inset
43625
43626 CadetBlue
43627 \begin_inset ERT
43628 status collapsed
43629
43630 \begin_layout Plain Layout
43631
43632 }{
43633 \end_layout
43634
43635 \end_inset
43636
43637
43638 \begin_inset Phantom Phantom
43639 status open
43640
43641 \begin_layout Plain Layout
43642 W
43643 \end_layout
43644
43645 \end_inset
43646
43647
43648 \begin_inset ERT
43649 status collapsed
43650
43651 \begin_layout Plain Layout
43652
43653 }
43654 \end_layout
43655
43656 \end_inset
43657
43658  CadetBlue
43659 \end_layout
43660
43661 \end_inset
43662 </cell>
43663 <cell alignment="left" valignment="top" usebox="none">
43664 \begin_inset Text
43665
43666 \begin_layout Plain Layout
43667 \begin_inset ERT
43668 status collapsed
43669
43670 \begin_layout Plain Layout
43671
43672
43673 \backslash
43674 fcolorbox{black}{
43675 \end_layout
43676
43677 \end_inset
43678
43679 CarnationPink
43680 \begin_inset ERT
43681 status collapsed
43682
43683 \begin_layout Plain Layout
43684
43685 }{
43686 \end_layout
43687
43688 \end_inset
43689
43690
43691 \begin_inset Phantom Phantom
43692 status open
43693
43694 \begin_layout Plain Layout
43695 W
43696 \end_layout
43697
43698 \end_inset
43699
43700
43701 \begin_inset ERT
43702 status collapsed
43703
43704 \begin_layout Plain Layout
43705
43706 }
43707 \end_layout
43708
43709 \end_inset
43710
43711  CarnationPink
43712 \end_layout
43713
43714 \end_inset
43715 </cell>
43716 <cell alignment="left" valignment="top" usebox="none">
43717 \begin_inset Text
43718
43719 \begin_layout Plain Layout
43720 \begin_inset ERT
43721 status collapsed
43722
43723 \begin_layout Plain Layout
43724
43725
43726 \backslash
43727 fcolorbox{black}{
43728 \end_layout
43729
43730 \end_inset
43731
43732 Cerulean
43733 \begin_inset ERT
43734 status collapsed
43735
43736 \begin_layout Plain Layout
43737
43738 }{
43739 \end_layout
43740
43741 \end_inset
43742
43743
43744 \begin_inset Phantom Phantom
43745 status open
43746
43747 \begin_layout Plain Layout
43748 W
43749 \end_layout
43750
43751 \end_inset
43752
43753
43754 \begin_inset ERT
43755 status collapsed
43756
43757 \begin_layout Plain Layout
43758
43759 }
43760 \end_layout
43761
43762 \end_inset
43763
43764  Cerulean
43765 \end_layout
43766
43767 \end_inset
43768 </cell>
43769 <cell alignment="left" valignment="top" usebox="none">
43770 \begin_inset Text
43771
43772 \begin_layout Plain Layout
43773 \begin_inset ERT
43774 status collapsed
43775
43776 \begin_layout Plain Layout
43777
43778
43779 \backslash
43780 fcolorbox{black}{
43781 \end_layout
43782
43783 \end_inset
43784
43785 CornflowerBlue
43786 \begin_inset ERT
43787 status collapsed
43788
43789 \begin_layout Plain Layout
43790
43791 }{
43792 \end_layout
43793
43794 \end_inset
43795
43796
43797 \begin_inset Phantom Phantom
43798 status open
43799
43800 \begin_layout Plain Layout
43801 W
43802 \end_layout
43803
43804 \end_inset
43805
43806
43807 \begin_inset ERT
43808 status collapsed
43809
43810 \begin_layout Plain Layout
43811
43812 }
43813 \end_layout
43814
43815 \end_inset
43816
43817  CornflowerBlue
43818 \end_layout
43819
43820 \end_inset
43821 </cell>
43822 </row>
43823 <row>
43824 <cell alignment="left" valignment="top" usebox="none">
43825 \begin_inset Text
43826
43827 \begin_layout Plain Layout
43828 \begin_inset ERT
43829 status collapsed
43830
43831 \begin_layout Plain Layout
43832
43833
43834 \backslash
43835 fcolorbox{black}{
43836 \end_layout
43837
43838 \end_inset
43839
43840 Dandelion
43841 \begin_inset ERT
43842 status collapsed
43843
43844 \begin_layout Plain Layout
43845
43846 }{
43847 \end_layout
43848
43849 \end_inset
43850
43851
43852 \begin_inset Phantom Phantom
43853 status open
43854
43855 \begin_layout Plain Layout
43856 W
43857 \end_layout
43858
43859 \end_inset
43860
43861
43862 \begin_inset ERT
43863 status collapsed
43864
43865 \begin_layout Plain Layout
43866
43867 }
43868 \end_layout
43869
43870 \end_inset
43871
43872  Dandelion
43873 \end_layout
43874
43875 \end_inset
43876 </cell>
43877 <cell alignment="left" valignment="top" usebox="none">
43878 \begin_inset Text
43879
43880 \begin_layout Plain Layout
43881 \begin_inset ERT
43882 status collapsed
43883
43884 \begin_layout Plain Layout
43885
43886
43887 \backslash
43888 fcolorbox{black}{
43889 \end_layout
43890
43891 \end_inset
43892
43893 DarkOrchid
43894 \begin_inset ERT
43895 status collapsed
43896
43897 \begin_layout Plain Layout
43898
43899 }{
43900 \end_layout
43901
43902 \end_inset
43903
43904
43905 \begin_inset Phantom Phantom
43906 status open
43907
43908 \begin_layout Plain Layout
43909 W
43910 \end_layout
43911
43912 \end_inset
43913
43914
43915 \begin_inset ERT
43916 status collapsed
43917
43918 \begin_layout Plain Layout
43919
43920 }
43921 \end_layout
43922
43923 \end_inset
43924
43925  DarkOrchid
43926 \end_layout
43927
43928 \end_inset
43929 </cell>
43930 <cell alignment="left" valignment="top" usebox="none">
43931 \begin_inset Text
43932
43933 \begin_layout Plain Layout
43934 \begin_inset ERT
43935 status collapsed
43936
43937 \begin_layout Plain Layout
43938
43939
43940 \backslash
43941 fcolorbox{black}{
43942 \end_layout
43943
43944 \end_inset
43945
43946 Emerald
43947 \begin_inset ERT
43948 status collapsed
43949
43950 \begin_layout Plain Layout
43951
43952 }{
43953 \end_layout
43954
43955 \end_inset
43956
43957
43958 \begin_inset Phantom Phantom
43959 status open
43960
43961 \begin_layout Plain Layout
43962 W
43963 \end_layout
43964
43965 \end_inset
43966
43967
43968 \begin_inset ERT
43969 status collapsed
43970
43971 \begin_layout Plain Layout
43972
43973 }
43974 \end_layout
43975
43976 \end_inset
43977
43978  Emerald
43979 \end_layout
43980
43981 \end_inset
43982 </cell>
43983 <cell alignment="left" valignment="top" usebox="none">
43984 \begin_inset Text
43985
43986 \begin_layout Plain Layout
43987 \begin_inset ERT
43988 status collapsed
43989
43990 \begin_layout Plain Layout
43991
43992
43993 \backslash
43994 fcolorbox{black}{
43995 \end_layout
43996
43997 \end_inset
43998
43999 ForestGreen
44000 \begin_inset ERT
44001 status collapsed
44002
44003 \begin_layout Plain Layout
44004
44005 }{
44006 \end_layout
44007
44008 \end_inset
44009
44010
44011 \begin_inset Phantom Phantom
44012 status open
44013
44014 \begin_layout Plain Layout
44015 W
44016 \end_layout
44017
44018 \end_inset
44019
44020
44021 \begin_inset ERT
44022 status collapsed
44023
44024 \begin_layout Plain Layout
44025
44026 }
44027 \end_layout
44028
44029 \end_inset
44030
44031  ForestGreen
44032 \end_layout
44033
44034 \end_inset
44035 </cell>
44036 </row>
44037 <row>
44038 <cell alignment="left" valignment="top" usebox="none">
44039 \begin_inset Text
44040
44041 \begin_layout Plain Layout
44042 \begin_inset ERT
44043 status collapsed
44044
44045 \begin_layout Plain Layout
44046
44047
44048 \backslash
44049 fcolorbox{black}{
44050 \end_layout
44051
44052 \end_inset
44053
44054 Fuchsia
44055 \begin_inset ERT
44056 status collapsed
44057
44058 \begin_layout Plain Layout
44059
44060 }{
44061 \end_layout
44062
44063 \end_inset
44064
44065
44066 \begin_inset Phantom Phantom
44067 status open
44068
44069 \begin_layout Plain Layout
44070 W
44071 \end_layout
44072
44073 \end_inset
44074
44075
44076 \begin_inset ERT
44077 status collapsed
44078
44079 \begin_layout Plain Layout
44080
44081 }
44082 \end_layout
44083
44084 \end_inset
44085
44086  Fuchsia
44087 \end_layout
44088
44089 \end_inset
44090 </cell>
44091 <cell alignment="left" valignment="top" usebox="none">
44092 \begin_inset Text
44093
44094 \begin_layout Plain Layout
44095 \begin_inset ERT
44096 status collapsed
44097
44098 \begin_layout Plain Layout
44099
44100
44101 \backslash
44102 fcolorbox{black}{
44103 \end_layout
44104
44105 \end_inset
44106
44107 Goldenrod
44108 \begin_inset ERT
44109 status collapsed
44110
44111 \begin_layout Plain Layout
44112
44113 }{
44114 \end_layout
44115
44116 \end_inset
44117
44118
44119 \begin_inset Phantom Phantom
44120 status open
44121
44122 \begin_layout Plain Layout
44123 W
44124 \end_layout
44125
44126 \end_inset
44127
44128
44129 \begin_inset ERT
44130 status collapsed
44131
44132 \begin_layout Plain Layout
44133
44134 }
44135 \end_layout
44136
44137 \end_inset
44138
44139  Goldenrod
44140 \end_layout
44141
44142 \end_inset
44143 </cell>
44144 <cell alignment="left" valignment="top" usebox="none">
44145 \begin_inset Text
44146
44147 \begin_layout Plain Layout
44148 \begin_inset ERT
44149 status collapsed
44150
44151 \begin_layout Plain Layout
44152
44153
44154 \backslash
44155 fcolorbox{black}{
44156 \end_layout
44157
44158 \end_inset
44159
44160 Gray
44161 \begin_inset ERT
44162 status collapsed
44163
44164 \begin_layout Plain Layout
44165
44166 }{
44167 \end_layout
44168
44169 \end_inset
44170
44171
44172 \begin_inset Phantom Phantom
44173 status open
44174
44175 \begin_layout Plain Layout
44176 W
44177 \end_layout
44178
44179 \end_inset
44180
44181
44182 \begin_inset ERT
44183 status collapsed
44184
44185 \begin_layout Plain Layout
44186
44187 }
44188 \end_layout
44189
44190 \end_inset
44191
44192  Gray
44193 \end_layout
44194
44195 \end_inset
44196 </cell>
44197 <cell alignment="left" valignment="top" usebox="none">
44198 \begin_inset Text
44199
44200 \begin_layout Plain Layout
44201 \begin_inset ERT
44202 status collapsed
44203
44204 \begin_layout Plain Layout
44205
44206
44207 \backslash
44208 fcolorbox{black}{
44209 \end_layout
44210
44211 \end_inset
44212
44213 GreenYellow
44214 \begin_inset ERT
44215 status collapsed
44216
44217 \begin_layout Plain Layout
44218
44219 }{
44220 \end_layout
44221
44222 \end_inset
44223
44224
44225 \begin_inset Phantom Phantom
44226 status open
44227
44228 \begin_layout Plain Layout
44229 W
44230 \end_layout
44231
44232 \end_inset
44233
44234
44235 \begin_inset ERT
44236 status collapsed
44237
44238 \begin_layout Plain Layout
44239
44240 }
44241 \end_layout
44242
44243 \end_inset
44244
44245  GreenYellow
44246 \end_layout
44247
44248 \end_inset
44249 </cell>
44250 </row>
44251 <row>
44252 <cell alignment="center" valignment="top" usebox="none">
44253 \begin_inset Text
44254
44255 \begin_layout Plain Layout
44256 \begin_inset ERT
44257 status collapsed
44258
44259 \begin_layout Plain Layout
44260
44261
44262 \backslash
44263 fcolorbox{black}{
44264 \end_layout
44265
44266 \end_inset
44267
44268 JungleGreen
44269 \begin_inset ERT
44270 status collapsed
44271
44272 \begin_layout Plain Layout
44273
44274 }{
44275 \end_layout
44276
44277 \end_inset
44278
44279
44280 \begin_inset Phantom Phantom
44281 status open
44282
44283 \begin_layout Plain Layout
44284 W
44285 \end_layout
44286
44287 \end_inset
44288
44289
44290 \begin_inset ERT
44291 status collapsed
44292
44293 \begin_layout Plain Layout
44294
44295 }
44296 \end_layout
44297
44298 \end_inset
44299
44300  JungleGreen
44301 \end_layout
44302
44303 \end_inset
44304 </cell>
44305 <cell alignment="center" valignment="top" usebox="none">
44306 \begin_inset Text
44307
44308 \begin_layout Plain Layout
44309 \begin_inset ERT
44310 status collapsed
44311
44312 \begin_layout Plain Layout
44313
44314
44315 \backslash
44316 fcolorbox{black}{
44317 \end_layout
44318
44319 \end_inset
44320
44321 Lavender
44322 \begin_inset ERT
44323 status collapsed
44324
44325 \begin_layout Plain Layout
44326
44327 }{
44328 \end_layout
44329
44330 \end_inset
44331
44332
44333 \begin_inset Phantom Phantom
44334 status open
44335
44336 \begin_layout Plain Layout
44337 W
44338 \end_layout
44339
44340 \end_inset
44341
44342
44343 \begin_inset ERT
44344 status collapsed
44345
44346 \begin_layout Plain Layout
44347
44348 }
44349 \end_layout
44350
44351 \end_inset
44352
44353  Lavender
44354 \end_layout
44355
44356 \end_inset
44357 </cell>
44358 <cell alignment="center" valignment="top" usebox="none">
44359 \begin_inset Text
44360
44361 \begin_layout Plain Layout
44362 \begin_inset ERT
44363 status collapsed
44364
44365 \begin_layout Plain Layout
44366
44367
44368 \backslash
44369 fcolorbox{black}{
44370 \end_layout
44371
44372 \end_inset
44373
44374 LimeGreen
44375 \begin_inset ERT
44376 status collapsed
44377
44378 \begin_layout Plain Layout
44379
44380 }{
44381 \end_layout
44382
44383 \end_inset
44384
44385
44386 \begin_inset Phantom Phantom
44387 status open
44388
44389 \begin_layout Plain Layout
44390 W
44391 \end_layout
44392
44393 \end_inset
44394
44395
44396 \begin_inset ERT
44397 status collapsed
44398
44399 \begin_layout Plain Layout
44400
44401 }
44402 \end_layout
44403
44404 \end_inset
44405
44406  LimeGreen
44407 \end_layout
44408
44409 \end_inset
44410 </cell>
44411 <cell alignment="center" valignment="top" usebox="none">
44412 \begin_inset Text
44413
44414 \begin_layout Plain Layout
44415 \begin_inset ERT
44416 status collapsed
44417
44418 \begin_layout Plain Layout
44419
44420
44421 \backslash
44422 fcolorbox{black}{
44423 \end_layout
44424
44425 \end_inset
44426
44427 Mahogany
44428 \begin_inset ERT
44429 status collapsed
44430
44431 \begin_layout Plain Layout
44432
44433 }{
44434 \end_layout
44435
44436 \end_inset
44437
44438
44439 \begin_inset Phantom Phantom
44440 status open
44441
44442 \begin_layout Plain Layout
44443 W
44444 \end_layout
44445
44446 \end_inset
44447
44448
44449 \begin_inset ERT
44450 status collapsed
44451
44452 \begin_layout Plain Layout
44453
44454 }
44455 \end_layout
44456
44457 \end_inset
44458
44459  Mahogany
44460 \end_layout
44461
44462 \end_inset
44463 </cell>
44464 </row>
44465 <row>
44466 <cell alignment="left" valignment="top" usebox="none">
44467 \begin_inset Text
44468
44469 \begin_layout Plain Layout
44470 \begin_inset ERT
44471 status collapsed
44472
44473 \begin_layout Plain Layout
44474
44475
44476 \backslash
44477 fcolorbox{black}{
44478 \end_layout
44479
44480 \end_inset
44481
44482 Mahogany
44483 \begin_inset ERT
44484 status collapsed
44485
44486 \begin_layout Plain Layout
44487
44488 }{
44489 \end_layout
44490
44491 \end_inset
44492
44493
44494 \begin_inset Phantom Phantom
44495 status open
44496
44497 \begin_layout Plain Layout
44498 W
44499 \end_layout
44500
44501 \end_inset
44502
44503
44504 \begin_inset ERT
44505 status collapsed
44506
44507 \begin_layout Plain Layout
44508
44509 }
44510 \end_layout
44511
44512 \end_inset
44513
44514  Mahogany
44515 \end_layout
44516
44517 \end_inset
44518 </cell>
44519 <cell alignment="left" valignment="top" usebox="none">
44520 \begin_inset Text
44521
44522 \begin_layout Plain Layout
44523 \begin_inset ERT
44524 status collapsed
44525
44526 \begin_layout Plain Layout
44527
44528
44529 \backslash
44530 fcolorbox{black}{
44531 \end_layout
44532
44533 \end_inset
44534
44535 Maroon
44536 \begin_inset ERT
44537 status collapsed
44538
44539 \begin_layout Plain Layout
44540
44541 }{
44542 \end_layout
44543
44544 \end_inset
44545
44546
44547 \begin_inset Phantom Phantom
44548 status open
44549
44550 \begin_layout Plain Layout
44551 W
44552 \end_layout
44553
44554 \end_inset
44555
44556
44557 \begin_inset ERT
44558 status collapsed
44559
44560 \begin_layout Plain Layout
44561
44562 }
44563 \end_layout
44564
44565 \end_inset
44566
44567  Maroon
44568 \end_layout
44569
44570 \end_inset
44571 </cell>
44572 <cell alignment="left" valignment="top" usebox="none">
44573 \begin_inset Text
44574
44575 \begin_layout Plain Layout
44576 \begin_inset ERT
44577 status collapsed
44578
44579 \begin_layout Plain Layout
44580
44581
44582 \backslash
44583 fcolorbox{black}{
44584 \end_layout
44585
44586 \end_inset
44587
44588 Melon
44589 \begin_inset ERT
44590 status collapsed
44591
44592 \begin_layout Plain Layout
44593
44594 }{
44595 \end_layout
44596
44597 \end_inset
44598
44599
44600 \begin_inset Phantom Phantom
44601 status open
44602
44603 \begin_layout Plain Layout
44604 W
44605 \end_layout
44606
44607 \end_inset
44608
44609
44610 \begin_inset ERT
44611 status collapsed
44612
44613 \begin_layout Plain Layout
44614
44615 }
44616 \end_layout
44617
44618 \end_inset
44619
44620  Melon
44621 \end_layout
44622
44623 \end_inset
44624 </cell>
44625 <cell alignment="left" valignment="top" usebox="none">
44626 \begin_inset Text
44627
44628 \begin_layout Plain Layout
44629 \begin_inset ERT
44630 status collapsed
44631
44632 \begin_layout Plain Layout
44633
44634
44635 \backslash
44636 fcolorbox{black}{
44637 \end_layout
44638
44639 \end_inset
44640
44641 MidnightBlue
44642 \begin_inset ERT
44643 status collapsed
44644
44645 \begin_layout Plain Layout
44646
44647 }{
44648 \end_layout
44649
44650 \end_inset
44651
44652
44653 \begin_inset Phantom Phantom
44654 status open
44655
44656 \begin_layout Plain Layout
44657 W
44658 \end_layout
44659
44660 \end_inset
44661
44662
44663 \begin_inset ERT
44664 status collapsed
44665
44666 \begin_layout Plain Layout
44667
44668 }
44669 \end_layout
44670
44671 \end_inset
44672
44673  MidnightBlue
44674 \end_layout
44675
44676 \end_inset
44677 </cell>
44678 </row>
44679 <row>
44680 <cell alignment="left" valignment="top" usebox="none">
44681 \begin_inset Text
44682
44683 \begin_layout Plain Layout
44684 \begin_inset ERT
44685 status collapsed
44686
44687 \begin_layout Plain Layout
44688
44689
44690 \backslash
44691 fcolorbox{black}{
44692 \end_layout
44693
44694 \end_inset
44695
44696 Mulberry
44697 \begin_inset ERT
44698 status collapsed
44699
44700 \begin_layout Plain Layout
44701
44702 }{
44703 \end_layout
44704
44705 \end_inset
44706
44707
44708 \begin_inset Phantom Phantom
44709 status open
44710
44711 \begin_layout Plain Layout
44712 W
44713 \end_layout
44714
44715 \end_inset
44716
44717
44718 \begin_inset ERT
44719 status collapsed
44720
44721 \begin_layout Plain Layout
44722
44723 }
44724 \end_layout
44725
44726 \end_inset
44727
44728  Mulberry
44729 \end_layout
44730
44731 \end_inset
44732 </cell>
44733 <cell alignment="left" valignment="top" usebox="none">
44734 \begin_inset Text
44735
44736 \begin_layout Plain Layout
44737 \begin_inset ERT
44738 status collapsed
44739
44740 \begin_layout Plain Layout
44741
44742
44743 \backslash
44744 fcolorbox{black}{
44745 \end_layout
44746
44747 \end_inset
44748
44749 NavyBlue
44750 \begin_inset ERT
44751 status collapsed
44752
44753 \begin_layout Plain Layout
44754
44755 }{
44756 \end_layout
44757
44758 \end_inset
44759
44760
44761 \begin_inset Phantom Phantom
44762 status open
44763
44764 \begin_layout Plain Layout
44765 W
44766 \end_layout
44767
44768 \end_inset
44769
44770
44771 \begin_inset ERT
44772 status collapsed
44773
44774 \begin_layout Plain Layout
44775
44776 }
44777 \end_layout
44778
44779 \end_inset
44780
44781  NavyBlue
44782 \end_layout
44783
44784 \end_inset
44785 </cell>
44786 <cell alignment="left" valignment="top" usebox="none">
44787 \begin_inset Text
44788
44789 \begin_layout Plain Layout
44790 \begin_inset ERT
44791 status collapsed
44792
44793 \begin_layout Plain Layout
44794
44795
44796 \backslash
44797 fcolorbox{black}{
44798 \end_layout
44799
44800 \end_inset
44801
44802 OliveGreen
44803 \begin_inset ERT
44804 status collapsed
44805
44806 \begin_layout Plain Layout
44807
44808 }{
44809 \end_layout
44810
44811 \end_inset
44812
44813
44814 \begin_inset Phantom Phantom
44815 status open
44816
44817 \begin_layout Plain Layout
44818 W
44819 \end_layout
44820
44821 \end_inset
44822
44823
44824 \begin_inset ERT
44825 status collapsed
44826
44827 \begin_layout Plain Layout
44828
44829 }
44830 \end_layout
44831
44832 \end_inset
44833
44834  OliveGreen
44835 \end_layout
44836
44837 \end_inset
44838 </cell>
44839 <cell alignment="left" valignment="top" usebox="none">
44840 \begin_inset Text
44841
44842 \begin_layout Plain Layout
44843 \begin_inset ERT
44844 status collapsed
44845
44846 \begin_layout Plain Layout
44847
44848
44849 \backslash
44850 fcolorbox{black}{
44851 \end_layout
44852
44853 \end_inset
44854
44855 Orange
44856 \begin_inset ERT
44857 status collapsed
44858
44859 \begin_layout Plain Layout
44860
44861 }{
44862 \end_layout
44863
44864 \end_inset
44865
44866
44867 \begin_inset Phantom Phantom
44868 status open
44869
44870 \begin_layout Plain Layout
44871 W
44872 \end_layout
44873
44874 \end_inset
44875
44876
44877 \begin_inset ERT
44878 status collapsed
44879
44880 \begin_layout Plain Layout
44881
44882 }
44883 \end_layout
44884
44885 \end_inset
44886
44887  Orange
44888 \end_layout
44889
44890 \end_inset
44891 </cell>
44892 </row>
44893 <row>
44894 <cell alignment="left" valignment="top" usebox="none">
44895 \begin_inset Text
44896
44897 \begin_layout Plain Layout
44898 \begin_inset ERT
44899 status collapsed
44900
44901 \begin_layout Plain Layout
44902
44903
44904 \backslash
44905 fcolorbox{black}{
44906 \end_layout
44907
44908 \end_inset
44909
44910 OrangeRed
44911 \begin_inset ERT
44912 status collapsed
44913
44914 \begin_layout Plain Layout
44915
44916 }{
44917 \end_layout
44918
44919 \end_inset
44920
44921
44922 \begin_inset Phantom Phantom
44923 status open
44924
44925 \begin_layout Plain Layout
44926 W
44927 \end_layout
44928
44929 \end_inset
44930
44931
44932 \begin_inset ERT
44933 status collapsed
44934
44935 \begin_layout Plain Layout
44936
44937 }
44938 \end_layout
44939
44940 \end_inset
44941
44942  OrangeRed
44943 \end_layout
44944
44945 \end_inset
44946 </cell>
44947 <cell alignment="left" valignment="top" usebox="none">
44948 \begin_inset Text
44949
44950 \begin_layout Plain Layout
44951 \begin_inset ERT
44952 status collapsed
44953
44954 \begin_layout Plain Layout
44955
44956
44957 \backslash
44958 fcolorbox{black}{
44959 \end_layout
44960
44961 \end_inset
44962
44963 Orchid
44964 \begin_inset ERT
44965 status collapsed
44966
44967 \begin_layout Plain Layout
44968
44969 }{
44970 \end_layout
44971
44972 \end_inset
44973
44974
44975 \begin_inset Phantom Phantom
44976 status open
44977
44978 \begin_layout Plain Layout
44979 W
44980 \end_layout
44981
44982 \end_inset
44983
44984
44985 \begin_inset ERT
44986 status collapsed
44987
44988 \begin_layout Plain Layout
44989
44990 }
44991 \end_layout
44992
44993 \end_inset
44994
44995  Orchid
44996 \end_layout
44997
44998 \end_inset
44999 </cell>
45000 <cell alignment="left" valignment="top" usebox="none">
45001 \begin_inset Text
45002
45003 \begin_layout Plain Layout
45004 \begin_inset ERT
45005 status collapsed
45006
45007 \begin_layout Plain Layout
45008
45009
45010 \backslash
45011 fcolorbox{black}{
45012 \end_layout
45013
45014 \end_inset
45015
45016 Peach
45017 \begin_inset ERT
45018 status collapsed
45019
45020 \begin_layout Plain Layout
45021
45022 }{
45023 \end_layout
45024
45025 \end_inset
45026
45027
45028 \begin_inset Phantom Phantom
45029 status open
45030
45031 \begin_layout Plain Layout
45032 W
45033 \end_layout
45034
45035 \end_inset
45036
45037
45038 \begin_inset ERT
45039 status collapsed
45040
45041 \begin_layout Plain Layout
45042
45043 }
45044 \end_layout
45045
45046 \end_inset
45047
45048  Peach
45049 \end_layout
45050
45051 \end_inset
45052 </cell>
45053 <cell alignment="left" valignment="top" usebox="none">
45054 \begin_inset Text
45055
45056 \begin_layout Plain Layout
45057 \begin_inset ERT
45058 status collapsed
45059
45060 \begin_layout Plain Layout
45061
45062
45063 \backslash
45064 fcolorbox{black}{
45065 \end_layout
45066
45067 \end_inset
45068
45069 Periwinkle
45070 \begin_inset ERT
45071 status collapsed
45072
45073 \begin_layout Plain Layout
45074
45075 }{
45076 \end_layout
45077
45078 \end_inset
45079
45080
45081 \begin_inset Phantom Phantom
45082 status open
45083
45084 \begin_layout Plain Layout
45085 W
45086 \end_layout
45087
45088 \end_inset
45089
45090
45091 \begin_inset ERT
45092 status collapsed
45093
45094 \begin_layout Plain Layout
45095
45096 }
45097 \end_layout
45098
45099 \end_inset
45100
45101  Periwinkle
45102 \end_layout
45103
45104 \end_inset
45105 </cell>
45106 </row>
45107 <row>
45108 <cell alignment="left" valignment="top" usebox="none">
45109 \begin_inset Text
45110
45111 \begin_layout Plain Layout
45112 \begin_inset ERT
45113 status collapsed
45114
45115 \begin_layout Plain Layout
45116
45117
45118 \backslash
45119 fcolorbox{black}{
45120 \end_layout
45121
45122 \end_inset
45123
45124 PineGreen
45125 \begin_inset ERT
45126 status collapsed
45127
45128 \begin_layout Plain Layout
45129
45130 }{
45131 \end_layout
45132
45133 \end_inset
45134
45135
45136 \begin_inset Phantom Phantom
45137 status open
45138
45139 \begin_layout Plain Layout
45140 W
45141 \end_layout
45142
45143 \end_inset
45144
45145
45146 \begin_inset ERT
45147 status collapsed
45148
45149 \begin_layout Plain Layout
45150
45151 }
45152 \end_layout
45153
45154 \end_inset
45155
45156  PineGreen
45157 \end_layout
45158
45159 \end_inset
45160 </cell>
45161 <cell alignment="left" valignment="top" usebox="none">
45162 \begin_inset Text
45163
45164 \begin_layout Plain Layout
45165 \begin_inset ERT
45166 status collapsed
45167
45168 \begin_layout Plain Layout
45169
45170
45171 \backslash
45172 fcolorbox{black}{
45173 \end_layout
45174
45175 \end_inset
45176
45177 Plum
45178 \begin_inset ERT
45179 status collapsed
45180
45181 \begin_layout Plain Layout
45182
45183 }{
45184 \end_layout
45185
45186 \end_inset
45187
45188
45189 \begin_inset Phantom Phantom
45190 status open
45191
45192 \begin_layout Plain Layout
45193 W
45194 \end_layout
45195
45196 \end_inset
45197
45198
45199 \begin_inset ERT
45200 status collapsed
45201
45202 \begin_layout Plain Layout
45203
45204 }
45205 \end_layout
45206
45207 \end_inset
45208
45209  Plum
45210 \end_layout
45211
45212 \end_inset
45213 </cell>
45214 <cell alignment="left" valignment="top" usebox="none">
45215 \begin_inset Text
45216
45217 \begin_layout Plain Layout
45218 \begin_inset ERT
45219 status collapsed
45220
45221 \begin_layout Plain Layout
45222
45223
45224 \backslash
45225 fcolorbox{black}{
45226 \end_layout
45227
45228 \end_inset
45229
45230 ProcessBlue
45231 \begin_inset ERT
45232 status collapsed
45233
45234 \begin_layout Plain Layout
45235
45236 }{
45237 \end_layout
45238
45239 \end_inset
45240
45241
45242 \begin_inset Phantom Phantom
45243 status open
45244
45245 \begin_layout Plain Layout
45246 W
45247 \end_layout
45248
45249 \end_inset
45250
45251
45252 \begin_inset ERT
45253 status collapsed
45254
45255 \begin_layout Plain Layout
45256
45257 }
45258 \end_layout
45259
45260 \end_inset
45261
45262  ProcessBlue
45263 \end_layout
45264
45265 \end_inset
45266 </cell>
45267 <cell alignment="left" valignment="top" usebox="none">
45268 \begin_inset Text
45269
45270 \begin_layout Plain Layout
45271 \begin_inset ERT
45272 status collapsed
45273
45274 \begin_layout Plain Layout
45275
45276
45277 \backslash
45278 fcolorbox{black}{
45279 \end_layout
45280
45281 \end_inset
45282
45283 Purple
45284 \begin_inset ERT
45285 status collapsed
45286
45287 \begin_layout Plain Layout
45288
45289 }{
45290 \end_layout
45291
45292 \end_inset
45293
45294
45295 \begin_inset Phantom Phantom
45296 status open
45297
45298 \begin_layout Plain Layout
45299 W
45300 \end_layout
45301
45302 \end_inset
45303
45304
45305 \begin_inset ERT
45306 status collapsed
45307
45308 \begin_layout Plain Layout
45309
45310 }
45311 \end_layout
45312
45313 \end_inset
45314
45315  Purple
45316 \end_layout
45317
45318 \end_inset
45319 </cell>
45320 </row>
45321 <row>
45322 <cell alignment="left" valignment="top" usebox="none">
45323 \begin_inset Text
45324
45325 \begin_layout Plain Layout
45326 \begin_inset ERT
45327 status collapsed
45328
45329 \begin_layout Plain Layout
45330
45331
45332 \backslash
45333 fcolorbox{black}{
45334 \end_layout
45335
45336 \end_inset
45337
45338 RawSienna
45339 \begin_inset ERT
45340 status collapsed
45341
45342 \begin_layout Plain Layout
45343
45344 }{
45345 \end_layout
45346
45347 \end_inset
45348
45349
45350 \begin_inset Phantom Phantom
45351 status open
45352
45353 \begin_layout Plain Layout
45354 W
45355 \end_layout
45356
45357 \end_inset
45358
45359
45360 \begin_inset ERT
45361 status collapsed
45362
45363 \begin_layout Plain Layout
45364
45365 }
45366 \end_layout
45367
45368 \end_inset
45369
45370  RawSienna
45371 \end_layout
45372
45373 \end_inset
45374 </cell>
45375 <cell alignment="left" valignment="top" usebox="none">
45376 \begin_inset Text
45377
45378 \begin_layout Plain Layout
45379 \begin_inset ERT
45380 status collapsed
45381
45382 \begin_layout Plain Layout
45383
45384
45385 \backslash
45386 fcolorbox{black}{
45387 \end_layout
45388
45389 \end_inset
45390
45391 RedOrange
45392 \begin_inset ERT
45393 status collapsed
45394
45395 \begin_layout Plain Layout
45396
45397 }{
45398 \end_layout
45399
45400 \end_inset
45401
45402
45403 \begin_inset Phantom Phantom
45404 status open
45405
45406 \begin_layout Plain Layout
45407 W
45408 \end_layout
45409
45410 \end_inset
45411
45412
45413 \begin_inset ERT
45414 status collapsed
45415
45416 \begin_layout Plain Layout
45417
45418 }
45419 \end_layout
45420
45421 \end_inset
45422
45423  RedOrange
45424 \end_layout
45425
45426 \end_inset
45427 </cell>
45428 <cell alignment="left" valignment="top" usebox="none">
45429 \begin_inset Text
45430
45431 \begin_layout Plain Layout
45432 \begin_inset ERT
45433 status collapsed
45434
45435 \begin_layout Plain Layout
45436
45437
45438 \backslash
45439 fcolorbox{black}{
45440 \end_layout
45441
45442 \end_inset
45443
45444 RedViolet
45445 \begin_inset ERT
45446 status collapsed
45447
45448 \begin_layout Plain Layout
45449
45450 }{
45451 \end_layout
45452
45453 \end_inset
45454
45455
45456 \begin_inset Phantom Phantom
45457 status open
45458
45459 \begin_layout Plain Layout
45460 W
45461 \end_layout
45462
45463 \end_inset
45464
45465
45466 \begin_inset ERT
45467 status collapsed
45468
45469 \begin_layout Plain Layout
45470
45471 }
45472 \end_layout
45473
45474 \end_inset
45475
45476  RedViolet
45477 \end_layout
45478
45479 \end_inset
45480 </cell>
45481 <cell alignment="left" valignment="top" usebox="none">
45482 \begin_inset Text
45483
45484 \begin_layout Plain Layout
45485 \begin_inset ERT
45486 status collapsed
45487
45488 \begin_layout Plain Layout
45489
45490
45491 \backslash
45492 fcolorbox{black}{
45493 \end_layout
45494
45495 \end_inset
45496
45497 Rhodamine
45498 \begin_inset ERT
45499 status collapsed
45500
45501 \begin_layout Plain Layout
45502
45503 }{
45504 \end_layout
45505
45506 \end_inset
45507
45508
45509 \begin_inset Phantom Phantom
45510 status open
45511
45512 \begin_layout Plain Layout
45513 W
45514 \end_layout
45515
45516 \end_inset
45517
45518
45519 \begin_inset ERT
45520 status collapsed
45521
45522 \begin_layout Plain Layout
45523
45524 }
45525 \end_layout
45526
45527 \end_inset
45528
45529  Rhodamine
45530 \end_layout
45531
45532 \end_inset
45533 </cell>
45534 </row>
45535 <row>
45536 <cell alignment="left" valignment="top" usebox="none">
45537 \begin_inset Text
45538
45539 \begin_layout Plain Layout
45540 \begin_inset ERT
45541 status collapsed
45542
45543 \begin_layout Plain Layout
45544
45545
45546 \backslash
45547 fcolorbox{black}{
45548 \end_layout
45549
45550 \end_inset
45551
45552 RoyalBlue
45553 \begin_inset ERT
45554 status collapsed
45555
45556 \begin_layout Plain Layout
45557
45558 }{
45559 \end_layout
45560
45561 \end_inset
45562
45563
45564 \begin_inset Phantom Phantom
45565 status open
45566
45567 \begin_layout Plain Layout
45568 W
45569 \end_layout
45570
45571 \end_inset
45572
45573
45574 \begin_inset ERT
45575 status collapsed
45576
45577 \begin_layout Plain Layout
45578
45579 }
45580 \end_layout
45581
45582 \end_inset
45583
45584  RoyalBlue
45585 \end_layout
45586
45587 \end_inset
45588 </cell>
45589 <cell alignment="left" valignment="top" usebox="none">
45590 \begin_inset Text
45591
45592 \begin_layout Plain Layout
45593 \begin_inset ERT
45594 status collapsed
45595
45596 \begin_layout Plain Layout
45597
45598
45599 \backslash
45600 fcolorbox{black}{
45601 \end_layout
45602
45603 \end_inset
45604
45605 RoyalPurple
45606 \begin_inset ERT
45607 status collapsed
45608
45609 \begin_layout Plain Layout
45610
45611 }{
45612 \end_layout
45613
45614 \end_inset
45615
45616
45617 \begin_inset Phantom Phantom
45618 status open
45619
45620 \begin_layout Plain Layout
45621 W
45622 \end_layout
45623
45624 \end_inset
45625
45626
45627 \begin_inset ERT
45628 status collapsed
45629
45630 \begin_layout Plain Layout
45631
45632 }
45633 \end_layout
45634
45635 \end_inset
45636
45637  RoyalPurple
45638 \end_layout
45639
45640 \end_inset
45641 </cell>
45642 <cell alignment="left" valignment="top" usebox="none">
45643 \begin_inset Text
45644
45645 \begin_layout Plain Layout
45646 \begin_inset ERT
45647 status collapsed
45648
45649 \begin_layout Plain Layout
45650
45651
45652 \backslash
45653 fcolorbox{black}{
45654 \end_layout
45655
45656 \end_inset
45657
45658 RubineRed
45659 \begin_inset ERT
45660 status collapsed
45661
45662 \begin_layout Plain Layout
45663
45664 }{
45665 \end_layout
45666
45667 \end_inset
45668
45669
45670 \begin_inset Phantom Phantom
45671 status open
45672
45673 \begin_layout Plain Layout
45674 W
45675 \end_layout
45676
45677 \end_inset
45678
45679
45680 \begin_inset ERT
45681 status collapsed
45682
45683 \begin_layout Plain Layout
45684
45685 }
45686 \end_layout
45687
45688 \end_inset
45689
45690  RubineRed
45691 \end_layout
45692
45693 \end_inset
45694 </cell>
45695 <cell alignment="left" valignment="top" usebox="none">
45696 \begin_inset Text
45697
45698 \begin_layout Plain Layout
45699 \begin_inset ERT
45700 status collapsed
45701
45702 \begin_layout Plain Layout
45703
45704
45705 \backslash
45706 fcolorbox{black}{
45707 \end_layout
45708
45709 \end_inset
45710
45711 Salmon
45712 \begin_inset ERT
45713 status collapsed
45714
45715 \begin_layout Plain Layout
45716
45717 }{
45718 \end_layout
45719
45720 \end_inset
45721
45722
45723 \begin_inset Phantom Phantom
45724 status open
45725
45726 \begin_layout Plain Layout
45727 W
45728 \end_layout
45729
45730 \end_inset
45731
45732
45733 \begin_inset ERT
45734 status collapsed
45735
45736 \begin_layout Plain Layout
45737
45738 }
45739 \end_layout
45740
45741 \end_inset
45742
45743  Salmon
45744 \end_layout
45745
45746 \end_inset
45747 </cell>
45748 </row>
45749 <row>
45750 <cell alignment="left" valignment="top" usebox="none">
45751 \begin_inset Text
45752
45753 \begin_layout Plain Layout
45754 \begin_inset ERT
45755 status collapsed
45756
45757 \begin_layout Plain Layout
45758
45759
45760 \backslash
45761 fcolorbox{black}{
45762 \end_layout
45763
45764 \end_inset
45765
45766 SeaGreen
45767 \begin_inset ERT
45768 status collapsed
45769
45770 \begin_layout Plain Layout
45771
45772 }{
45773 \end_layout
45774
45775 \end_inset
45776
45777
45778 \begin_inset Phantom Phantom
45779 status open
45780
45781 \begin_layout Plain Layout
45782 W
45783 \end_layout
45784
45785 \end_inset
45786
45787
45788 \begin_inset ERT
45789 status collapsed
45790
45791 \begin_layout Plain Layout
45792
45793 }
45794 \end_layout
45795
45796 \end_inset
45797
45798  SeaGreen
45799 \end_layout
45800
45801 \end_inset
45802 </cell>
45803 <cell alignment="left" valignment="top" usebox="none">
45804 \begin_inset Text
45805
45806 \begin_layout Plain Layout
45807 \begin_inset ERT
45808 status collapsed
45809
45810 \begin_layout Plain Layout
45811
45812
45813 \backslash
45814 fcolorbox{black}{
45815 \end_layout
45816
45817 \end_inset
45818
45819 Sepia
45820 \begin_inset ERT
45821 status collapsed
45822
45823 \begin_layout Plain Layout
45824
45825 }{
45826 \end_layout
45827
45828 \end_inset
45829
45830
45831 \begin_inset Phantom Phantom
45832 status open
45833
45834 \begin_layout Plain Layout
45835 W
45836 \end_layout
45837
45838 \end_inset
45839
45840
45841 \begin_inset ERT
45842 status collapsed
45843
45844 \begin_layout Plain Layout
45845
45846 }
45847 \end_layout
45848
45849 \end_inset
45850
45851  Sepia
45852 \end_layout
45853
45854 \end_inset
45855 </cell>
45856 <cell alignment="left" valignment="top" usebox="none">
45857 \begin_inset Text
45858
45859 \begin_layout Plain Layout
45860 \begin_inset ERT
45861 status collapsed
45862
45863 \begin_layout Plain Layout
45864
45865
45866 \backslash
45867 fcolorbox{black}{
45868 \end_layout
45869
45870 \end_inset
45871
45872 SkyBlue
45873 \begin_inset ERT
45874 status collapsed
45875
45876 \begin_layout Plain Layout
45877
45878 }{
45879 \end_layout
45880
45881 \end_inset
45882
45883
45884 \begin_inset Phantom Phantom
45885 status open
45886
45887 \begin_layout Plain Layout
45888 W
45889 \end_layout
45890
45891 \end_inset
45892
45893
45894 \begin_inset ERT
45895 status collapsed
45896
45897 \begin_layout Plain Layout
45898
45899 }
45900 \end_layout
45901
45902 \end_inset
45903
45904  SkyBlue
45905 \end_layout
45906
45907 \end_inset
45908 </cell>
45909 <cell alignment="left" valignment="top" usebox="none">
45910 \begin_inset Text
45911
45912 \begin_layout Plain Layout
45913 \begin_inset ERT
45914 status collapsed
45915
45916 \begin_layout Plain Layout
45917
45918
45919 \backslash
45920 fcolorbox{black}{
45921 \end_layout
45922
45923 \end_inset
45924
45925 SpringGreen
45926 \begin_inset ERT
45927 status collapsed
45928
45929 \begin_layout Plain Layout
45930
45931 }{
45932 \end_layout
45933
45934 \end_inset
45935
45936
45937 \begin_inset Phantom Phantom
45938 status open
45939
45940 \begin_layout Plain Layout
45941 W
45942 \end_layout
45943
45944 \end_inset
45945
45946
45947 \begin_inset ERT
45948 status collapsed
45949
45950 \begin_layout Plain Layout
45951
45952 }
45953 \end_layout
45954
45955 \end_inset
45956
45957  SpringGreen
45958 \end_layout
45959
45960 \end_inset
45961 </cell>
45962 </row>
45963 <row>
45964 <cell alignment="left" valignment="top" usebox="none">
45965 \begin_inset Text
45966
45967 \begin_layout Plain Layout
45968 \begin_inset ERT
45969 status collapsed
45970
45971 \begin_layout Plain Layout
45972
45973
45974 \backslash
45975 fcolorbox{black}{
45976 \end_layout
45977
45978 \end_inset
45979
45980 Tan
45981 \begin_inset ERT
45982 status collapsed
45983
45984 \begin_layout Plain Layout
45985
45986 }{
45987 \end_layout
45988
45989 \end_inset
45990
45991
45992 \begin_inset Phantom Phantom
45993 status open
45994
45995 \begin_layout Plain Layout
45996 W
45997 \end_layout
45998
45999 \end_inset
46000
46001
46002 \begin_inset ERT
46003 status collapsed
46004
46005 \begin_layout Plain Layout
46006
46007 }
46008 \end_layout
46009
46010 \end_inset
46011
46012  Tan
46013 \end_layout
46014
46015 \end_inset
46016 </cell>
46017 <cell alignment="left" valignment="top" usebox="none">
46018 \begin_inset Text
46019
46020 \begin_layout Plain Layout
46021 \begin_inset ERT
46022 status collapsed
46023
46024 \begin_layout Plain Layout
46025
46026
46027 \backslash
46028 fcolorbox{black}{
46029 \end_layout
46030
46031 \end_inset
46032
46033 TealBlue
46034 \begin_inset ERT
46035 status collapsed
46036
46037 \begin_layout Plain Layout
46038
46039 }{
46040 \end_layout
46041
46042 \end_inset
46043
46044
46045 \begin_inset Phantom Phantom
46046 status open
46047
46048 \begin_layout Plain Layout
46049 W
46050 \end_layout
46051
46052 \end_inset
46053
46054
46055 \begin_inset ERT
46056 status collapsed
46057
46058 \begin_layout Plain Layout
46059
46060 }
46061 \end_layout
46062
46063 \end_inset
46064
46065  TealBlue
46066 \end_layout
46067
46068 \end_inset
46069 </cell>
46070 <cell alignment="left" valignment="top" usebox="none">
46071 \begin_inset Text
46072
46073 \begin_layout Plain Layout
46074 \begin_inset ERT
46075 status collapsed
46076
46077 \begin_layout Plain Layout
46078
46079
46080 \backslash
46081 fcolorbox{black}{
46082 \end_layout
46083
46084 \end_inset
46085
46086 Thistle
46087 \begin_inset ERT
46088 status collapsed
46089
46090 \begin_layout Plain Layout
46091
46092 }{
46093 \end_layout
46094
46095 \end_inset
46096
46097
46098 \begin_inset Phantom Phantom
46099 status open
46100
46101 \begin_layout Plain Layout
46102 W
46103 \end_layout
46104
46105 \end_inset
46106
46107
46108 \begin_inset ERT
46109 status collapsed
46110
46111 \begin_layout Plain Layout
46112
46113 }
46114 \end_layout
46115
46116 \end_inset
46117
46118  Thistle
46119 \end_layout
46120
46121 \end_inset
46122 </cell>
46123 <cell alignment="left" valignment="top" usebox="none">
46124 \begin_inset Text
46125
46126 \begin_layout Plain Layout
46127 \begin_inset ERT
46128 status collapsed
46129
46130 \begin_layout Plain Layout
46131
46132
46133 \backslash
46134 fcolorbox{black}{
46135 \end_layout
46136
46137 \end_inset
46138
46139 Turquoise
46140 \begin_inset ERT
46141 status collapsed
46142
46143 \begin_layout Plain Layout
46144
46145 }{
46146 \end_layout
46147
46148 \end_inset
46149
46150
46151 \begin_inset Phantom Phantom
46152 status open
46153
46154 \begin_layout Plain Layout
46155 W
46156 \end_layout
46157
46158 \end_inset
46159
46160
46161 \begin_inset ERT
46162 status collapsed
46163
46164 \begin_layout Plain Layout
46165
46166 }
46167 \end_layout
46168
46169 \end_inset
46170
46171  Turquoise
46172 \end_layout
46173
46174 \end_inset
46175 </cell>
46176 </row>
46177 <row>
46178 <cell alignment="left" valignment="top" usebox="none">
46179 \begin_inset Text
46180
46181 \begin_layout Plain Layout
46182 \begin_inset ERT
46183 status collapsed
46184
46185 \begin_layout Plain Layout
46186
46187
46188 \backslash
46189 fcolorbox{black}{
46190 \end_layout
46191
46192 \end_inset
46193
46194 Violet
46195 \begin_inset ERT
46196 status collapsed
46197
46198 \begin_layout Plain Layout
46199
46200 }{
46201 \end_layout
46202
46203 \end_inset
46204
46205
46206 \begin_inset Phantom Phantom
46207 status open
46208
46209 \begin_layout Plain Layout
46210 W
46211 \end_layout
46212
46213 \end_inset
46214
46215
46216 \begin_inset ERT
46217 status collapsed
46218
46219 \begin_layout Plain Layout
46220
46221 }
46222 \end_layout
46223
46224 \end_inset
46225
46226  Violet
46227 \end_layout
46228
46229 \end_inset
46230 </cell>
46231 <cell alignment="left" valignment="top" usebox="none">
46232 \begin_inset Text
46233
46234 \begin_layout Plain Layout
46235 \begin_inset ERT
46236 status collapsed
46237
46238 \begin_layout Plain Layout
46239
46240
46241 \backslash
46242 fcolorbox{black}{
46243 \end_layout
46244
46245 \end_inset
46246
46247 VioletRed
46248 \begin_inset ERT
46249 status collapsed
46250
46251 \begin_layout Plain Layout
46252
46253 }{
46254 \end_layout
46255
46256 \end_inset
46257
46258
46259 \begin_inset Phantom Phantom
46260 status open
46261
46262 \begin_layout Plain Layout
46263 W
46264 \end_layout
46265
46266 \end_inset
46267
46268
46269 \begin_inset ERT
46270 status collapsed
46271
46272 \begin_layout Plain Layout
46273
46274 }
46275 \end_layout
46276
46277 \end_inset
46278
46279  VioletRed
46280 \end_layout
46281
46282 \end_inset
46283 </cell>
46284 <cell alignment="left" valignment="top" usebox="none">
46285 \begin_inset Text
46286
46287 \begin_layout Plain Layout
46288 \begin_inset ERT
46289 status collapsed
46290
46291 \begin_layout Plain Layout
46292
46293
46294 \backslash
46295 fcolorbox{black}{
46296 \end_layout
46297
46298 \end_inset
46299
46300 WildStrawberry
46301 \begin_inset ERT
46302 status collapsed
46303
46304 \begin_layout Plain Layout
46305
46306 }{
46307 \end_layout
46308
46309 \end_inset
46310
46311
46312 \begin_inset Phantom Phantom
46313 status open
46314
46315 \begin_layout Plain Layout
46316 W
46317 \end_layout
46318
46319 \end_inset
46320
46321
46322 \begin_inset ERT
46323 status collapsed
46324
46325 \begin_layout Plain Layout
46326
46327 }
46328 \end_layout
46329
46330 \end_inset
46331
46332  WildStrawberry
46333 \end_layout
46334
46335 \end_inset
46336 </cell>
46337 <cell alignment="left" valignment="top" usebox="none">
46338 \begin_inset Text
46339
46340 \begin_layout Plain Layout
46341 \begin_inset ERT
46342 status collapsed
46343
46344 \begin_layout Plain Layout
46345
46346
46347 \backslash
46348 fcolorbox{black}{
46349 \end_layout
46350
46351 \end_inset
46352
46353 YellowGreen
46354 \begin_inset ERT
46355 status collapsed
46356
46357 \begin_layout Plain Layout
46358
46359 }{
46360 \end_layout
46361
46362 \end_inset
46363
46364
46365 \begin_inset Phantom Phantom
46366 status open
46367
46368 \begin_layout Plain Layout
46369 W
46370 \end_layout
46371
46372 \end_inset
46373
46374
46375 \begin_inset ERT
46376 status collapsed
46377
46378 \begin_layout Plain Layout
46379
46380 }
46381 \end_layout
46382
46383 \end_inset
46384
46385  YellowGreen
46386 \end_layout
46387
46388 \end_inset
46389 </cell>
46390 </row>
46391 <row>
46392 <cell alignment="left" valignment="top" usebox="none">
46393 \begin_inset Text
46394
46395 \begin_layout Plain Layout
46396 \begin_inset ERT
46397 status collapsed
46398
46399 \begin_layout Plain Layout
46400
46401
46402 \backslash
46403 fcolorbox{black}{
46404 \end_layout
46405
46406 \end_inset
46407
46408 YellowOrange
46409 \begin_inset ERT
46410 status collapsed
46411
46412 \begin_layout Plain Layout
46413
46414 }{
46415 \end_layout
46416
46417 \end_inset
46418
46419
46420 \begin_inset Phantom Phantom
46421 status open
46422
46423 \begin_layout Plain Layout
46424 W
46425 \end_layout
46426
46427 \end_inset
46428
46429
46430 \begin_inset ERT
46431 status collapsed
46432
46433 \begin_layout Plain Layout
46434
46435 }
46436 \end_layout
46437
46438 \end_inset
46439
46440  YellowOrange
46441 \end_layout
46442
46443 \end_inset
46444 </cell>
46445 <cell alignment="left" valignment="top" usebox="none">
46446 \begin_inset Text
46447
46448 \begin_layout Plain Layout
46449
46450 \end_layout
46451
46452 \end_inset
46453 </cell>
46454 <cell alignment="left" valignment="top" usebox="none">
46455 \begin_inset Text
46456
46457 \begin_layout Plain Layout
46458
46459 \end_layout
46460
46461 \end_inset
46462 </cell>
46463 <cell alignment="left" valignment="top" usebox="none">
46464 \begin_inset Text
46465
46466 \begin_layout Plain Layout
46467
46468 \end_layout
46469
46470 \end_inset
46471 </cell>
46472 </row>
46473 </lyxtabular>
46474
46475 \end_inset
46476
46477
46478 \end_layout
46479
46480 \begin_layout Chapter
46481 Erklärung der Gleichung
46482 \begin_inset space ~
46483 \end_inset
46484
46485 (
46486 \begin_inset CommandInset ref
46487 LatexCommand ref
46488 reference "eq:Wgn"
46489
46490 \end_inset
46491
46492 )
46493 \begin_inset CommandInset label
46494 LatexCommand label
46495 name "kap:Erläuterung-einer-Gleichung"
46496
46497 \end_inset
46498
46499
46500 \end_layout
46501
46502 \begin_layout Standard
46503 Die Gesamtbreite von
46504 \emph on
46505  n
46506 \emph default
46507  Tabellenzellen 
46508 \begin_inset Formula $W_{\mathrm{tot\,n}}$
46509 \end_inset
46510
46511  kann wie folgt berechnet werden:
46512 \begin_inset Formula 
46513 \begin{equation}
46514 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
46515 \end{equation}
46516
46517 \end_inset
46518
46519
46520 \end_layout
46521
46522 \begin_layout Standard
46523 Dabei ist 
46524 \begin_inset Formula $W_{g\,n}$
46525 \end_inset
46526
46527  die Breite jeder Zelle.
46528
46529 \series bold
46530  
46531 \backslash
46532 tabcolsep
46533 \series default
46534  ist die \SpecialChar LaTeX
46535 -Länge zwischen dem Zellentext und der Zellgrenze mit dem Standardwert
46536  6
46537 \begin_inset space \thinspace{}
46538 \end_inset
46539
46540 pt.
46541  
46542 \series bold
46543
46544 \backslash
46545 arrayrulewidth
46546 \series default
46547  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
46548 \begin_inset space \thinspace{}
46549 \end_inset
46550
46551 pt.
46552 \end_layout
46553
46554 \begin_layout Standard
46555 Nach Gleichung
46556 \begin_inset space ~
46557 \end_inset
46558
46559
46560 \begin_inset CommandInset ref
46561 LatexCommand ref
46562 reference "eq:Wtot_n"
46563
46564 \end_inset
46565
46566  ist die Gesamtbreite einer Mehrfachspalte, 
46567 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
46568 \end_inset
46569
46570 ,
46571 \begin_inset Formula 
46572 \begin{equation}
46573 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46574 \end{equation}
46575
46576 \end_inset
46577
46578
46579 \end_layout
46580
46581 \begin_layout Standard
46582 Setzt man die Gleichungen
46583 \begin_inset space ~
46584 \end_inset
46585
46586
46587 \begin_inset CommandInset ref
46588 LatexCommand ref
46589 reference "eq:Wtot_n"
46590
46591 \end_inset
46592
46593  und 
46594 \begin_inset CommandInset ref
46595 LatexCommand ref
46596 reference "eq:Wtot_mult"
46597
46598 \end_inset
46599
46600  gleich, kann man die benötigte Breite 
46601 \begin_inset Formula $W_{g\,n}$
46602 \end_inset
46603
46604 , wenn 
46605 \emph on
46606 n
46607 \emph default
46608  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
46609 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
46610 \end_inset
46611
46612  hat, berechnen:
46613 \begin_inset Formula 
46614 \begin{equation}
46615 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46616 \end{equation}
46617
46618 \end_inset
46619
46620
46621 \end_layout
46622
46623 \begin_layout Bibliography
46624 \begin_inset CommandInset bibitem
46625 LatexCommand bibitem
46626 key "latexcompanion"
46627 literal "true"
46628
46629 \end_inset
46630
46631 Frank Mittelbach and Michel Goossens: 
46632 \emph on
46633 The \SpecialChar LaTeX
46634  Companion Second Edition.
46635
46636 \emph default
46637  Addison-Wesley, 2004
46638 \end_layout
46639
46640 \begin_layout Bibliography
46641 \begin_inset CommandInset bibitem
46642 LatexCommand bibitem
46643 key "latexguide"
46644 literal "true"
46645
46646 \end_inset
46647
46648 Helmut Kopka and Patrick W.
46649  Daly: 
46650 \emph on
46651 A Guide to \SpecialChar LaTeX
46652  Fourth Edition.
46653
46654 \emph default
46655  Addison-Wesley, 2003
46656 \end_layout
46657
46658 \begin_layout Bibliography
46659 \begin_inset CommandInset bibitem
46660 LatexCommand bibitem
46661 key "lamport"
46662 literal "true"
46663
46664 \end_inset
46665
46666 Leslie Lamport: 
46667 \emph on
46668 \SpecialChar LaTeX
46669 : A Document Preparation System.
46670
46671 \emph default
46672  Addison-Wesley, second edition, 1994
46673 \end_layout
46674
46675 \begin_layout Bibliography
46676 \begin_inset CommandInset bibitem
46677 LatexCommand bibitem
46678 key "latex-praxisbuch"
46679 literal "true"
46680
46681 \end_inset
46682
46683 Niedermair, Elke & Michael: 
46684 \emph on
46685 \SpecialChar LaTeX
46686 -Praxisbuch
46687 \emph default
46688 , Franzis-Verlag, 2004
46689 \end_layout
46690
46691 \begin_layout Bibliography
46692 \begin_inset CommandInset bibitem
46693 LatexCommand bibitem
46694 key "arydshln"
46695 literal "true"
46696
46697 \end_inset
46698
46699 Dokumentation des \SpecialChar LaTeX
46700 -Pakets 
46701 \series bold
46702
46703 \begin_inset CommandInset href
46704 LatexCommand href
46705 name "arydshln"
46706 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46707 literal "false"
46708
46709 \end_inset
46710
46711
46712 \series default
46713
46714 \begin_inset Index idx
46715 status collapsed
46716
46717 \begin_layout Plain Layout
46718 \SpecialChar LaTeX
46719 -Pakete ! arydshln
46720 \end_layout
46721
46722 \end_inset
46723
46724
46725 \end_layout
46726
46727 \begin_layout Bibliography
46728 \begin_inset CommandInset bibitem
46729 LatexCommand bibitem
46730 key "booktabs"
46731 literal "true"
46732
46733 \end_inset
46734
46735 Dokumentation des \SpecialChar LaTeX
46736 -Pakets 
46737 \series bold
46738
46739 \begin_inset CommandInset href
46740 LatexCommand href
46741 name "booktabs"
46742 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46743 literal "false"
46744
46745 \end_inset
46746
46747
46748 \series default
46749
46750 \begin_inset Index idx
46751 status collapsed
46752
46753 \begin_layout Plain Layout
46754 \SpecialChar LaTeX
46755 -Pakete ! booktabs
46756 \end_layout
46757
46758 \end_inset
46759
46760
46761 \end_layout
46762
46763 \begin_layout Bibliography
46764 \begin_inset CommandInset bibitem
46765 LatexCommand bibitem
46766 key "caption"
46767 literal "true"
46768
46769 \end_inset
46770
46771 Dokumentation des \SpecialChar LaTeX
46772 -Pakets 
46773 \series bold
46774
46775 \begin_inset CommandInset href
46776 LatexCommand href
46777 name "caption"
46778 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
46779 literal "false"
46780
46781 \end_inset
46782
46783
46784 \series default
46785
46786 \begin_inset Index idx
46787 status collapsed
46788
46789 \begin_layout Plain Layout
46790 \SpecialChar LaTeX
46791 -Pakete ! caption
46792 \end_layout
46793
46794 \end_inset
46795
46796
46797 \end_layout
46798
46799 \begin_layout Bibliography
46800 \begin_inset CommandInset bibitem
46801 LatexCommand bibitem
46802 key "diagbox"
46803 literal "true"
46804
46805 \end_inset
46806
46807 Dokumentation des \SpecialChar LaTeX
46808 -Pakets 
46809 \series bold
46810
46811 \begin_inset CommandInset href
46812 LatexCommand href
46813 name "diagbox"
46814 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46815 literal "false"
46816
46817 \end_inset
46818
46819
46820 \series default
46821
46822 \begin_inset Index idx
46823 status collapsed
46824
46825 \begin_layout Plain Layout
46826 \SpecialChar LaTeX
46827 -Pakete ! diagbox
46828 \end_layout
46829
46830 \end_inset
46831
46832
46833 \end_layout
46834
46835 \begin_layout Bibliography
46836 \begin_inset CommandInset bibitem
46837 LatexCommand bibitem
46838 key "endfloat"
46839 literal "true"
46840
46841 \end_inset
46842
46843 Dokumentation des \SpecialChar LaTeX
46844 -Pakets 
46845 \series bold
46846
46847 \begin_inset CommandInset href
46848 LatexCommand href
46849 name "endfloat"
46850 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46851 literal "false"
46852
46853 \end_inset
46854
46855
46856 \series default
46857
46858 \begin_inset Index idx
46859 status collapsed
46860
46861 \begin_layout Plain Layout
46862 \SpecialChar LaTeX
46863 -Pakete ! endfloat
46864 \end_layout
46865
46866 \end_inset
46867
46868
46869 \end_layout
46870
46871 \begin_layout Bibliography
46872 \begin_inset CommandInset bibitem
46873 LatexCommand bibitem
46874 key "footmisc"
46875 literal "true"
46876
46877 \end_inset
46878
46879 Dokumentation des \SpecialChar LaTeX
46880 -Pakets 
46881 \series bold
46882
46883 \begin_inset CommandInset href
46884 LatexCommand href
46885 name "footmisc"
46886 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46887 literal "false"
46888
46889 \end_inset
46890
46891
46892 \series default
46893
46894 \begin_inset Index idx
46895 status collapsed
46896
46897 \begin_layout Plain Layout
46898 \SpecialChar LaTeX
46899 -Pakete ! footmisc
46900 \end_layout
46901
46902 \end_inset
46903
46904
46905 \end_layout
46906
46907 \begin_layout Bibliography
46908 \begin_inset CommandInset bibitem
46909 LatexCommand bibitem
46910 key "hypcap"
46911 literal "true"
46912
46913 \end_inset
46914
46915 Dokumentation des \SpecialChar LaTeX
46916 -Pakets 
46917 \series bold
46918
46919 \begin_inset CommandInset href
46920 LatexCommand href
46921 name "hypcap"
46922 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46923 literal "false"
46924
46925 \end_inset
46926
46927
46928 \series default
46929
46930 \begin_inset Index idx
46931 status collapsed
46932
46933 \begin_layout Plain Layout
46934 \SpecialChar LaTeX
46935 -Pakete ! hypcap
46936 \end_layout
46937
46938 \end_inset
46939
46940
46941 \end_layout
46942
46943 \begin_layout Bibliography
46944 \begin_inset CommandInset bibitem
46945 LatexCommand bibitem
46946 key "hyperref"
46947 literal "true"
46948
46949 \end_inset
46950
46951 Dokumentation des \SpecialChar LaTeX
46952 -Pakets 
46953 \series bold
46954
46955 \begin_inset CommandInset href
46956 LatexCommand href
46957 name "hyperref"
46958 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46959 literal "false"
46960
46961 \end_inset
46962
46963
46964 \series default
46965
46966 \begin_inset Index idx
46967 status collapsed
46968
46969 \begin_layout Plain Layout
46970 \SpecialChar LaTeX
46971 -Pakete ! hyperref
46972 \end_layout
46973
46974 \end_inset
46975
46976
46977 \end_layout
46978
46979 \begin_layout Bibliography
46980 \begin_inset CommandInset bibitem
46981 LatexCommand bibitem
46982 key "KOMA-Script"
46983 literal "true"
46984
46985 \end_inset
46986
46987 Dokumentation des \SpecialChar LaTeX
46988 -Pakets 
46989 \series bold
46990
46991 \begin_inset CommandInset href
46992 LatexCommand href
46993 name "KOMA-Script"
46994 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46995 literal "false"
46996
46997 \end_inset
46998
46999
47000 \series default
47001
47002 \begin_inset Index idx
47003 status collapsed
47004
47005 \begin_layout Plain Layout
47006 \SpecialChar LaTeX
47007 -Pakete ! KOMA-Script
47008 \end_layout
47009
47010 \end_inset
47011
47012
47013 \end_layout
47014
47015 \begin_layout Bibliography
47016 \begin_inset CommandInset bibitem
47017 LatexCommand bibitem
47018 key "lettrine"
47019 literal "true"
47020
47021 \end_inset
47022
47023 Dokumentation des \SpecialChar LaTeX
47024 -Pakets 
47025 \series bold
47026
47027 \begin_inset CommandInset href
47028 LatexCommand href
47029 name "lettrine"
47030 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
47031 literal "false"
47032
47033 \end_inset
47034
47035
47036 \series default
47037  und ein 
47038 \begin_inset CommandInset href
47039 LatexCommand href
47040 name "Beispiel"
47041 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
47042 literal "false"
47043
47044 \end_inset
47045
47046
47047 \begin_inset Index idx
47048 status collapsed
47049
47050 \begin_layout Plain Layout
47051 \SpecialChar LaTeX
47052 -Pakete ! lettrine
47053 \end_layout
47054
47055 \end_inset
47056
47057
47058 \end_layout
47059
47060 \begin_layout Bibliography
47061 \begin_inset CommandInset bibitem
47062 LatexCommand bibitem
47063 key "listings"
47064 literal "true"
47065
47066 \end_inset
47067
47068 Dokumentation des \SpecialChar LaTeX
47069 -Pakets 
47070 \series bold
47071
47072 \begin_inset CommandInset href
47073 LatexCommand href
47074 name "listings"
47075 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
47076 literal "false"
47077
47078 \end_inset
47079
47080
47081 \series default
47082
47083 \begin_inset Index idx
47084 status collapsed
47085
47086 \begin_layout Plain Layout
47087 \SpecialChar LaTeX
47088 -Pakete ! listings
47089 \end_layout
47090
47091 \end_inset
47092
47093
47094 \end_layout
47095
47096 \begin_layout Bibliography
47097 \begin_inset CommandInset bibitem
47098 LatexCommand bibitem
47099 key "marginnote"
47100 literal "true"
47101
47102 \end_inset
47103
47104 Dokumentation des \SpecialChar LaTeX
47105 -Pakets 
47106 \series bold
47107
47108 \begin_inset CommandInset href
47109 LatexCommand href
47110 name "marginnote"
47111 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
47112 literal "false"
47113
47114 \end_inset
47115
47116
47117 \series default
47118
47119 \begin_inset Index idx
47120 status collapsed
47121
47122 \begin_layout Plain Layout
47123 \SpecialChar LaTeX
47124 -Pakete ! marginnote
47125 \end_layout
47126
47127 \end_inset
47128
47129
47130 \end_layout
47131
47132 \begin_layout Bibliography
47133 \begin_inset CommandInset bibitem
47134 LatexCommand bibitem
47135 key "pdfpages"
47136 literal "true"
47137
47138 \end_inset
47139
47140 Dokumentation des \SpecialChar LaTeX
47141 -Pakets 
47142 \series bold
47143
47144 \begin_inset CommandInset href
47145 LatexCommand href
47146 name "pdfpages"
47147 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
47148 literal "false"
47149
47150 \end_inset
47151
47152
47153 \series default
47154
47155 \begin_inset Index idx
47156 status collapsed
47157
47158 \begin_layout Plain Layout
47159 \SpecialChar LaTeX
47160 -Pakete ! pdfpages
47161 \end_layout
47162
47163 \end_inset
47164
47165
47166 \end_layout
47167
47168 \begin_layout Bibliography
47169 \begin_inset CommandInset bibitem
47170 LatexCommand bibitem
47171 key "prettyref"
47172 literal "true"
47173
47174 \end_inset
47175
47176 Dokumentation des \SpecialChar LaTeX
47177 -Pakets 
47178 \series bold
47179
47180 \begin_inset CommandInset href
47181 LatexCommand href
47182 name "prettyref"
47183 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
47184 literal "false"
47185
47186 \end_inset
47187
47188
47189 \series default
47190
47191 \begin_inset Index idx
47192 status collapsed
47193
47194 \begin_layout Plain Layout
47195 \SpecialChar LaTeX
47196 -Pakete ! prettyref
47197 \end_layout
47198
47199 \end_inset
47200
47201
47202 \end_layout
47203
47204 \begin_layout Bibliography
47205 \begin_inset CommandInset bibitem
47206 LatexCommand bibitem
47207 key "pstricks"
47208 literal "true"
47209
47210 \end_inset
47211
47212 Webseite des \SpecialChar LaTeX
47213 -Pakets 
47214 \series bold
47215
47216 \begin_inset CommandInset href
47217 LatexCommand href
47218 name "PSTricks"
47219 target "http://tug.org/PSTricks/"
47220 literal "false"
47221
47222 \end_inset
47223
47224
47225 \series default
47226
47227 \begin_inset Index idx
47228 status collapsed
47229
47230 \begin_layout Plain Layout
47231 \SpecialChar LaTeX
47232 -Pakete ! pstricks
47233 \end_layout
47234
47235 \end_inset
47236
47237
47238 \end_layout
47239
47240 \begin_layout Bibliography
47241 \begin_inset CommandInset bibitem
47242 LatexCommand bibitem
47243 key "refstyle"
47244 literal "true"
47245
47246 \end_inset
47247
47248 Dokumentation des \SpecialChar LaTeX
47249 -Pakets 
47250 \series bold
47251
47252 \begin_inset CommandInset href
47253 LatexCommand href
47254 name "refstyle"
47255 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
47256 literal "false"
47257
47258 \end_inset
47259
47260
47261 \series default
47262
47263 \begin_inset Index idx
47264 status collapsed
47265
47266 \begin_layout Plain Layout
47267 \SpecialChar LaTeX
47268 -Pakete ! refstyle
47269 \end_layout
47270
47271 \end_inset
47272
47273
47274 \end_layout
47275
47276 \begin_layout Bibliography
47277 \begin_inset CommandInset bibitem
47278 LatexCommand bibitem
47279 key "sidecap"
47280 literal "true"
47281
47282 \end_inset
47283
47284 Dokumentation des \SpecialChar LaTeX
47285 -Pakets 
47286 \series bold
47287
47288 \begin_inset CommandInset href
47289 LatexCommand href
47290 name "sidecap"
47291 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
47292 literal "false"
47293
47294 \end_inset
47295
47296
47297 \series default
47298
47299 \begin_inset Index idx
47300 status collapsed
47301
47302 \begin_layout Plain Layout
47303 \SpecialChar LaTeX
47304 -Pakete ! sidecap
47305 \end_layout
47306
47307 \end_inset
47308
47309
47310 \end_layout
47311
47312 \begin_layout Bibliography
47313 \begin_inset CommandInset bibitem
47314 LatexCommand bibitem
47315 key "NeuInLyX20"
47316 literal "true"
47317
47318 \end_inset
47319
47320
47321 \begin_inset CommandInset href
47322 LatexCommand href
47323 name "Wiki-Seite"
47324 target "http://wiki.lyx.org/LyX/NewInLyX20"
47325 literal "false"
47326
47327 \end_inset
47328
47329  über neue Funktionen in 
47330 \family sans
47331 \SpecialChar LyX
47332  2.0
47333 \family default
47334 .
47335 \end_layout
47336
47337 \begin_layout Standard
47338 \begin_inset CommandInset index_print
47339 LatexCommand printindex
47340 type "idx"
47341 name "Stichwortverzeichnis"
47342 literal "false"
47343
47344 \end_inset
47345
47346
47347 \end_layout
47348
47349 \end_body
47350 \end_document