]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
54f58486eaf91a5999a481da5f8a736eb877b06f
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 544
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 1
204 \use_package amssymb 1
205 \use_package cancel 1
206 \use_package esint 1
207 \use_package mathdots 1
208 \use_package mathtools 1
209 \use_package mhchem 1
210 \use_package stackrel 1
211 \use_package stmaryrd 1
212 \use_package undertilde 1
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 \use_minted 0
223 \notefontcolor #0000ff
224 \index Stichwortverzeichnis
225 \shortcut idx
226 \color #008000
227 \end_index
228 \secnumdepth 3
229 \tocdepth 3
230 \paragraph_separation skip
231 \defskip medskip
232 \is_math_indent 0
233 \math_numbering_side default
234 \quotes_style german
235 \dynamic_quotes 0
236 \papercolumns 1
237 \papersides 2
238 \paperpagestyle default
239 \tracking_changes false
240 \output_changes false
241 \html_math_output 0
242 \html_css_as_file 0
243 \html_be_strict false
244 \end_header
245
246 \begin_body
247
248 \begin_layout Title
249 Das \SpecialChar LyX
250 -Handbuch der Einfügungen:
251 \begin_inset Newline newline
252 \end_inset
253
254  
255 \size larger
256 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
257 \end_layout
258
259 \begin_layout Author
260 vom \SpecialChar LyX
261 -Team
262 \begin_inset Foot
263 status open
264
265 \begin_layout Plain Layout
266 \noindent
267
268 \size normal
269 Übersetzung und Bearbeitung: Hartmut Haase
270 \size default
271  (
272 \noun on
273 HHa
274 \noun default
275 , bis März 2010), Uwe Stöhr
276 \begin_inset Newline newline
277 \end_inset
278
279 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
280  bitte an: 
281 \begin_inset CommandInset href
282 LatexCommand href
283 name "lyx-docs@lists.lyx.org"
284 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
285 type "mailto:"
286 literal "false"
287
288 \end_inset
289
290
291 \end_layout
292
293 \end_inset
294
295
296 \begin_inset Note Note
297 status collapsed
298
299 \begin_layout Plain Layout
300 Autor: Uwe Stöhr <uwestoehr@web.de>
301 \end_layout
302
303 \end_inset
304
305
306 \begin_inset Newline newline
307 \end_inset
308
309
310 \begin_inset Newline newline
311 \end_inset
312
313
314 \family sans
315 Version 2.2.x
316 \end_layout
317
318 \begin_layout Standard
319 \begin_inset CommandInset toc
320 LatexCommand tableofcontents
321
322 \end_inset
323
324
325 \end_layout
326
327 \begin_layout Standard
328 \begin_inset Note Note
329 status open
330
331 \begin_layout Plain Layout
332 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
333 en zu können oder es auszudrucken, benötigen Sie die \SpecialChar LaTeX
334 -Pakte 
335 \series bold
336 arydshln
337 \series default
338
339 \series bold
340 colortbl
341 \series default
342
343 \series bold
344 diagbox, lettrine, marginnote, picinpar
345 \series default
346  und 
347 \series bold
348 sidecap
349 \series default
350 .
351  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
352  denen sie benötigt werden.
353 \end_layout
354
355 \begin_layout Plain Layout
356 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
357  hier finden:
358 \begin_inset Newline newline
359 \end_inset
360
361
362 \series bold
363 http://wiki.lyx.org/\SpecialChar LyX
364 /Manuals#EmbeddedObjects
365 \end_layout
366
367 \end_inset
368
369
370 \end_layout
371
372 \begin_layout Chapter
373 Abbildungen
374 \begin_inset Index idx
375 status collapsed
376
377 \begin_layout Plain Layout
378 Abbildungen
379 \end_layout
380
381 \end_inset
382
383
384 \end_layout
385
386 \begin_layout Section
387 Grafik-Dialog
388 \begin_inset Index idx
389 status collapsed
390
391 \begin_layout Plain Layout
392 Abbildungen ! Grafik-Dialog
393 \end_layout
394
395 \end_inset
396
397
398 \begin_inset CommandInset label
399 LatexCommand label
400 name "abs:Grafik-Dialog"
401
402 \end_inset
403
404
405 \end_layout
406
407 \begin_layout Standard
408 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
409  
410 \begin_inset Info
411 type  "icon"
412 arg   "dialog-show-new-inset graphics"
413 \end_inset
414
415  in der Werkzeugleiste oder wählen das Menü 
416 \family sans
417 Einfügen\SpecialChar menuseparator
418 Grafik
419 \family default
420 .
421  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
422  
423 \family sans
424 Durchsuchen
425 \family default
426  eingeben können.
427  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
428  an der Sie sie eingefügt haben.
429 \end_layout
430
431 \begin_layout Standard
432 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
433  klicken.
434  Der Dialog hat drei Karteikarten:
435 \end_layout
436
437 \begin_layout Description
438
439 \family sans
440 Grafik
441 \family default
442  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
443  Version festlegen.
444  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
445 \begin_inset space ~
446 \end_inset
447
448
449 \begin_inset CommandInset ref
450 LatexCommand ref
451 reference "kap:In-LyX-verfügbare"
452
453 \end_inset
454
455  erklärt.
456 \begin_inset Newline newline
457 \end_inset
458
459
460 \begin_inset Index idx
461 status collapsed
462
463 \begin_layout Plain Layout
464 Abbildungen ! rotierte
465 \end_layout
466
467 \end_inset
468
469 Sie können Abbildungen durch Angabe eines 
470 \family sans
471 Winkel
472 \family default
473
474 \begin_inset space ~
475 \end_inset
476
477
478 \family sans
479 (Grad)
480 \family default
481  und Festlegung eines 
482 \family sans
483 Drehpunktes
484 \family default
485  drehen.
486  Negative Winkel drehen im Uhrzeigersinn.
487  Die Abbildung wird auch in \SpecialChar LyX
488  gedreht.
489 \begin_inset Newline newline
490 \end_inset
491
492
493 \begin_inset Index idx
494 status collapsed
495
496 \begin_layout Plain Layout
497 Abbildungen ! skalierte
498 \end_layout
499
500 \end_inset
501
502 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
503  oder Höhe und Breite definiert.
504  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
505  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
506  wobei sie möglicherweise verzerrt wird.
507  Um das zu vermeiden, sollten Sie 
508 \family sans
509 Seitenverhältnis
510 \begin_inset space ~
511 \end_inset
512
513 beibehalten
514 \family default
515  ankreuzen.
516  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
517  und Breite nicht überschritten werden.
518 \begin_inset Newline newline
519 \end_inset
520
521 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
522 nden Kontext-Menü 
523 \family sans
524 Datei extern bearbeiten
525 \family default
526  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
527  öffnen.
528  Das Programm kann für jedes Bildformat in den \SpecialChar LyX
529 -Einstellungen unter 
530 \family sans
531 Datei-Handhabung\SpecialChar menuseparator
532 Dateiformate
533 \family default
534  festgelegt werden.
535 \end_layout
536
537 \begin_layout Description
538
539 \family sans
540 Ausschnitt
541 \family default
542  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
543  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
544  Wenn Sie auf 
545 \family sans
546 Lese
547 \begin_inset space ~
548 \end_inset
549
550 aus
551 \begin_inset space ~
552 \end_inset
553
554 Datei
555 \family default
556  klicken, werden die Koordinaten automatisch berechnet.
557  Die Option 
558 \family sans
559 Auf
560 \begin_inset space ~
561 \end_inset
562
563 Begrenzungsbox
564 \begin_inset space ~
565 \end_inset
566
567 zuschneiden
568 \family default
569  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
570  Koordinaten liegt.
571  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
572  diese Karteikarte ignorieren.
573 \end_layout
574
575 \begin_layout Description
576
577 \family sans
578 \SpecialChar LaTeX
579 -
580 \begin_inset space ~
581 \end_inset
582
583 und
584 \begin_inset space ~
585 \end_inset
586
587 \SpecialChar LyX
588 -Optionen
589 \family default
590  Hier können Sie das Aussehen einer Abbildung innerhalb von \SpecialChar LyX
591  ändern und
592  \SpecialChar LaTeX
593 -Experten können weitere \SpecialChar LaTeX
594 -Optionen definieren.
595 \begin_inset Newline newline
596 \end_inset
597
598 Ist die Option 
599 \family sans
600 Entwurfsmodus 
601 \family default
602 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
603  darin gedruckt.
604 \begin_inset Newline newline
605 \end_inset
606
607 Im Abschnitt 
608 \family sans
609 Grafikgruppe
610 \family default
611  kann man eine Einstellungsgruppe definieren oder dem Bild eine solche zuzuordne
612 n.
613 \begin_inset Index idx
614 status collapsed
615
616 \begin_layout Plain Layout
617 Abbildungen ! Einstellungsgruppen
618 \end_layout
619
620 \end_inset
621
622  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
623  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
624  der Gruppe geändert werden.
625  Damit kann man z.B.
626 \begin_inset space ~
627 \end_inset
628
629 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
630  Bild tun zu müssen.
631  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
632  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
633 \end_layout
634
635 \begin_layout Standard
636 \begin_inset VSpace bigskip
637 \end_inset
638
639
640 \end_layout
641
642 \begin_layout Standard
643 Hier ist eine zentrierte PDF-Abbildung
644 \begin_inset Foot
645 status collapsed
646
647 \begin_layout Plain Layout
648 Abbildungsformate sind in Abschnitt
649 \begin_inset space ~
650 \end_inset
651
652
653 \begin_inset CommandInset ref
654 LatexCommand ref
655 reference "abs:Bildformate"
656
657 \end_inset
658
659  beschrieben.
660 \end_layout
661
662 \end_inset
663
664  in einem eigenen Absatz:
665 \end_layout
666
667 \begin_layout Standard
668 \align center
669 \begin_inset Graphics
670         filename ../clipart/2D-intensity-plot.pdf
671         scaleBeforeRotation
672         rotateOrigin center
673
674 \end_inset
675
676
677 \end_layout
678
679 \begin_layout Standard
680 \noindent
681 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
682 \end_layout
683
684 \begin_layout Standard
685 \align center
686 \begin_inset Graphics
687         filename ../clipart/2D-intensity-plot.pdf
688         draft
689         scaleBeforeRotation
690         rotateOrigin center
691
692 \end_inset
693
694
695 \end_layout
696
697 \begin_layout Section
698 Gleitende Abbildungen
699 \begin_inset CommandInset label
700 LatexCommand label
701 name "abs:Gleitende-Abbildungen"
702
703 \end_inset
704
705
706 \begin_inset Index idx
707 status collapsed
708
709 \begin_layout Plain Layout
710 Abbildungen ! gleitende
711 \end_layout
712
713 \end_inset
714
715
716 \begin_inset Index idx
717 status collapsed
718
719 \begin_layout Plain Layout
720 Gleitobjekte ! Abbildungen
721 \end_layout
722
723 \end_inset
724
725
726 \end_layout
727
728 \begin_layout Standard
729 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
730 \begin_inset space ~
731 \end_inset
732
733
734 \begin_inset CommandInset ref
735 LatexCommand ref
736 reference "abs:Gleitobjekte-Einleitung"
737
738 \end_inset
739
740 .
741 \end_layout
742
743 \begin_layout Standard
744 Wenn Sie auf das Werkzeugleisten-Symbol 
745 \begin_inset Info
746 type  "icon"
747 arg   "float-insert figure"
748 \end_inset
749
750  klicken oder 
751 \family sans
752 Einfügen\SpecialChar menuseparator
753 Gleit\SpecialChar softhyphen
754 objekt\SpecialChar menuseparator
755 Abbildung
756 \family default
757  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
758  In das rot umrahmte Feld rechts von 
759 \emph on
760 Abbildung
761 \begin_inset space ~
762 \end_inset
763
764 Nr:
765 \emph default
766  schreiben Sie die Bildbeschriftung.
767  Nach einem Klick oberhalb oder unterhalb von 
768 \emph on
769 Abbildung
770 \begin_inset space ~
771 \end_inset
772
773 Nr:
774 \emph default
775  können Sie dann eine Abbildung wie 
776 \begin_inset CommandInset ref
777 LatexCommand ref
778 reference "fig:Stern-in-einem"
779
780 \end_inset
781
782  oberhalb oder wie Abbildung
783 \begin_inset space ~
784 \end_inset
785
786
787 \begin_inset CommandInset ref
788 LatexCommand ref
789 reference "fig:Ein-3D-Objekt"
790
791 \end_inset
792
793  unterhalb der Bildbeschriftung einfügen.
794  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
795 \begin_inset space ~
796 \end_inset
797
798
799 \begin_inset CommandInset ref
800 LatexCommand ref
801 reference "abs:Titel-Platzierung"
802
803 \end_inset
804
805 .
806 \end_layout
807
808 \begin_layout Standard
809 \begin_inset Float figure
810 wide false
811 sideways false
812 status open
813
814 \begin_layout Plain Layout
815 \align center
816 \begin_inset Graphics
817         filename ../clipart/Star-structure.pdf
818         width 50col%
819         scaleBeforeRotation
820         rotateOrigin center
821
822 \end_inset
823
824
825 \end_layout
826
827 \begin_layout Plain Layout
828 \begin_inset Caption Standard
829
830 \begin_layout Plain Layout
831 \begin_inset CommandInset label
832 LatexCommand label
833 name "fig:Stern-in-einem"
834
835 \end_inset
836
837 Stern in einem Gleitobjekt.
838 \end_layout
839
840 \end_inset
841
842
843 \end_layout
844
845 \end_inset
846
847
848 \end_layout
849
850 \begin_layout Standard
851 \begin_inset Float figure
852 wide false
853 sideways false
854 status open
855
856 \begin_layout Plain Layout
857 \begin_inset Caption Standard
858
859 \begin_layout Plain Layout
860 \begin_inset CommandInset label
861 LatexCommand label
862 name "fig:Ein-3D-Objekt"
863
864 \end_inset
865
866 Ein 3D-Objekt.
867 \end_layout
868
869 \end_inset
870
871
872 \end_layout
873
874 \begin_layout Plain Layout
875 \align center
876 \begin_inset Graphics
877         filename ../clipart/3D-structure-distort.pdf
878         scale 80
879         scaleBeforeRotation
880         rotateOrigin center
881
882 \end_inset
883
884
885 \end_layout
886
887 \end_inset
888
889
890 \end_layout
891
892 \begin_layout Standard
893 \begin_inset Index idx
894 status collapsed
895
896 \begin_layout Plain Layout
897 Querverweise ! auf Abbildungen
898 \end_layout
899
900 \end_inset
901
902 Abbildung
903 \begin_inset space ~
904 \end_inset
905
906
907 \begin_inset CommandInset ref
908 LatexCommand ref
909 reference "fig:Stern-in-einem"
910
911 \end_inset
912
913  und 
914 \begin_inset CommandInset ref
915 LatexCommand ref
916 reference "fig:Ein-3D-Objekt"
917
918 \end_inset
919
920  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
921  Dafür fügen Sie in der Beschriftung mit 
922 \family sans
923 Einfügen\SpecialChar menuseparator
924 Marke
925 \family default
926  oder durch Klicken auf 
927 \begin_inset Info
928 type  "icon"
929 arg   "label-insert"
930 \end_inset
931
932  eine Marke ein.
933  Auf diese können Sie dann wie gewohnt mit 
934 \family sans
935 Einfügen\SpecialChar menuseparator
936 Querverweis
937 \family default
938  oder durch Klicken auf 
939 \family sans
940
941 \begin_inset Info
942 type  "icon"
943 arg   "dialog-show-new-inset ref"
944 \end_inset
945
946
947 \family default
948  verweisen.
949  Das ist besser als eine vage Formulierung wie 
950 \begin_inset Quotes gld
951 \end_inset
952
953 die obige Abbildung
954 \begin_inset Quotes grd
955 \end_inset
956
957  zu benutzen, weil \SpecialChar LaTeX
958  die Abbildung dort platzieren wird, wo es sinnvoll erscheint
959 , und das muss nicht 
960 \emph on
961 oben
962 \emph default
963  sein.
964  Verweise werden detailliert in Abschnitt
965 \begin_inset space ~
966 \end_inset
967
968
969 \begin_inset CommandInset ref
970 LatexCommand ref
971 reference "abs:Auf-Gleitobjekte-verweisen"
972
973 \end_inset
974
975  beschrieben.
976 \end_layout
977
978 \begin_layout Standard
979 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
980  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
981  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
982  Gleitabbildung einfügt.
983  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
984  Abbildung
985 \begin_inset space ~
986 \end_inset
987
988
989 \begin_inset CommandInset ref
990 LatexCommand ref
991 reference "fig:Zwei-Teilabbildungen"
992
993 \end_inset
994
995  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
996  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
997  Gleitabbildung auf Eingabe drücken.
998  Abbildung
999 \begin_inset space ~
1000 \end_inset
1001
1002
1003 \begin_inset CommandInset ref
1004 LatexCommand ref
1005 reference "fig:Pinkes-Objekt"
1006
1007 \end_inset
1008
1009  und 
1010 \begin_inset CommandInset ref
1011 LatexCommand ref
1012 reference "fig:Ein-Stern"
1013
1014 \end_inset
1015
1016  sind die Teilabbildungen.
1017 \end_layout
1018
1019 \begin_layout Standard
1020 \begin_inset Float figure
1021 wide false
1022 sideways false
1023 status open
1024
1025 \begin_layout Plain Layout
1026 \begin_inset space \hfill{}
1027 \end_inset
1028
1029
1030 \begin_inset Float figure
1031 wide false
1032 sideways false
1033 status collapsed
1034
1035 \begin_layout Plain Layout
1036 \begin_inset Caption Standard
1037
1038 \begin_layout Plain Layout
1039 \begin_inset CommandInset label
1040 LatexCommand label
1041 name "fig:Pinkes-Objekt"
1042
1043 \end_inset
1044
1045 Pinkes Objekt.
1046 \end_layout
1047
1048 \end_inset
1049
1050
1051 \end_layout
1052
1053 \begin_layout Plain Layout
1054 \begin_inset Graphics
1055         filename ../clipart/3D-structure-distort.pdf
1056         width 45col%
1057         scaleBeforeRotation
1058         groupId Teilabbildung
1059
1060 \end_inset
1061
1062
1063 \end_layout
1064
1065 \end_inset
1066
1067
1068 \begin_inset space \hfill{}
1069 \end_inset
1070
1071
1072 \begin_inset Float figure
1073 wide false
1074 sideways false
1075 status collapsed
1076
1077 \begin_layout Plain Layout
1078 \begin_inset Caption Standard
1079
1080 \begin_layout Plain Layout
1081 \begin_inset CommandInset label
1082 LatexCommand label
1083 name "fig:Ein-Stern"
1084
1085 \end_inset
1086
1087 Ein Stern.
1088 \end_layout
1089
1090 \end_inset
1091
1092
1093 \end_layout
1094
1095 \begin_layout Plain Layout
1096 \begin_inset Graphics
1097         filename ../clipart/Star-structure.pdf
1098         width 45col%
1099         scaleBeforeRotation
1100         groupId Teilabbildung
1101
1102 \end_inset
1103
1104
1105 \end_layout
1106
1107 \end_inset
1108
1109
1110 \begin_inset space \hfill{}
1111 \end_inset
1112
1113
1114 \end_layout
1115
1116 \begin_layout Plain Layout
1117 \begin_inset Caption Standard
1118
1119 \begin_layout Plain Layout
1120 \begin_inset CommandInset label
1121 LatexCommand label
1122 name "fig:Zwei-Teilabbildungen"
1123
1124 \end_inset
1125
1126 Zwei Teilabbildungen nebeneinander.
1127  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1128 \begin_inset Quotes gld
1129 \end_inset
1130
1131 Teilabbildung
1132 \begin_inset Quotes grd
1133 \end_inset
1134
1135  an.
1136 \end_layout
1137
1138 \end_inset
1139
1140
1141 \end_layout
1142
1143 \end_inset
1144
1145
1146 \end_layout
1147
1148 \begin_layout Section
1149 Bildformate
1150 \begin_inset CommandInset label
1151 LatexCommand label
1152 name "abs:Bildformate"
1153
1154 \end_inset
1155
1156
1157 \begin_inset Index idx
1158 status collapsed
1159
1160 \begin_layout Plain Layout
1161 Abbildungen ! Bildformate
1162 \end_layout
1163
1164 \end_inset
1165
1166
1167 \end_layout
1168
1169 \begin_layout Standard
1170 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1171  Aber wie in Anhang
1172 \begin_inset space ~
1173 \end_inset
1174
1175
1176 \begin_inset CommandInset ref
1177 LatexCommand ref
1178 reference "kap:Ausgabedatei-Formate"
1179
1180 \end_inset
1181
1182  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1183  \SpecialChar LyX
1184  benutzt im Hintergrund das Programm
1185 \family typewriter
1186  ImageMagick
1187 \family default
1188 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1189  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1190  vermeiden.
1191  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1192  werden können.
1193  Diese Formate werden in Anhang
1194 \begin_inset space ~
1195 \end_inset
1196
1197
1198 \begin_inset CommandInset ref
1199 LatexCommand ref
1200 reference "kap:Ausgabedatei-Formate"
1201
1202 \end_inset
1203
1204  beschrieben.
1205 \end_layout
1206
1207 \begin_layout Standard
1208 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1209 \end_layout
1210
1211 \begin_layout Description
1212 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1213  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1214  
1215 \emph on
1216 pixelig
1217 \emph default
1218  aus.
1219  Bekannte Pixel-Formate sind 
1220 \begin_inset Quotes gld
1221 \end_inset
1222
1223 Graphics Interchange Format
1224 \begin_inset Quotes grd
1225 \end_inset
1226
1227  (GIF, Dateiendung
1228 \family typewriter
1229  
1230 \family default
1231
1232 \begin_inset Quotes gld
1233 \end_inset
1234
1235
1236 \family typewriter
1237 .gif
1238 \family default
1239
1240 \begin_inset Quotes grd
1241 \end_inset
1242
1243 )
1244 \begin_inset Index idx
1245 status collapsed
1246
1247 \begin_layout Plain Layout
1248 GIF
1249 \end_layout
1250
1251 \end_inset
1252
1253
1254 \begin_inset Quotes gld
1255 \end_inset
1256
1257 Portable Network Graphics
1258 \begin_inset Quotes grd
1259 \end_inset
1260
1261  (PNG, Dateiendung 
1262 \begin_inset Quotes gld
1263 \end_inset
1264
1265
1266 \family typewriter
1267 .png
1268 \family default
1269
1270 \begin_inset Quotes grd
1271 \end_inset
1272
1273 )
1274 \begin_inset Index idx
1275 status collapsed
1276
1277 \begin_layout Plain Layout
1278 PNG
1279 \end_layout
1280
1281 \end_inset
1282
1283
1284 \begin_inset Quotes gld
1285 \end_inset
1286
1287 Joint Photographic Experts Group
1288 \begin_inset Quotes grd
1289 \end_inset
1290
1291  (JPEG, Dateiendung
1292 \family typewriter
1293  
1294 \family default
1295
1296 \begin_inset Quotes gld
1297 \end_inset
1298
1299
1300 \family typewriter
1301 .jpg
1302 \family default
1303
1304 \begin_inset Quotes grd
1305 \end_inset
1306
1307  oder 
1308 \begin_inset Quotes gld
1309 \end_inset
1310
1311
1312 \family typewriter
1313 .jpeg
1314 \family default
1315
1316 \begin_inset Quotes grd
1317 \end_inset
1318
1319 )
1320 \begin_inset Index idx
1321 status collapsed
1322
1323 \begin_layout Plain Layout
1324 JPG, JPEG
1325 \end_layout
1326
1327 \end_inset
1328
1329  und 
1330 \begin_inset Quotes gld
1331 \end_inset
1332
1333 Windows Bitmap
1334 \begin_inset Quotes grd
1335 \end_inset
1336
1337  (BMP, Dateiendung 
1338 \begin_inset Quotes gld
1339 \end_inset
1340
1341
1342 \family typewriter
1343 .bmp
1344 \family default
1345
1346 \begin_inset Quotes grd
1347 \end_inset
1348
1349 )
1350 \begin_inset Index idx
1351 status collapsed
1352
1353 \begin_layout Plain Layout
1354 BMP
1355 \end_layout
1356
1357 \end_inset
1358
1359 .
1360 \end_layout
1361
1362 \begin_layout Description
1363 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1364  auf jede beliebige Größe skaliert werden.
1365  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1366  zoomen zu können.
1367 \begin_inset Newline newline
1368 \end_inset
1369
1370 Bekannte Formate sind 
1371 \begin_inset Quotes gld
1372 \end_inset
1373
1374 Scalable Vector Graphics
1375 \begin_inset Quotes grd
1376 \end_inset
1377
1378  (SVG, Dateiendung
1379 \family typewriter
1380  
1381 \family default
1382
1383 \begin_inset Quotes gld
1384 \end_inset
1385
1386
1387 \family typewriter
1388 .svg
1389 \family default
1390
1391 \begin_inset Quotes grd
1392 \end_inset
1393
1394 )
1395 \begin_inset Index idx
1396 status collapsed
1397
1398 \begin_layout Plain Layout
1399 SVG
1400 \end_layout
1401
1402 \end_inset
1403
1404
1405 \begin_inset Quotes gld
1406 \end_inset
1407
1408 Encapsulated PostScript
1409 \begin_inset Quotes grd
1410 \end_inset
1411
1412  (EPS, Dateiendung 
1413 \begin_inset Quotes gld
1414 \end_inset
1415
1416
1417 \family typewriter
1418 .eps
1419 \family default
1420
1421 \begin_inset Quotes grd
1422 \end_inset
1423
1424 )
1425 \begin_inset Index idx
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429 EPS
1430 \end_layout
1431
1432 \end_inset
1433
1434
1435 \begin_inset Quotes gld
1436 \end_inset
1437
1438 Portable Document Format
1439 \begin_inset Quotes grd
1440 \end_inset
1441
1442  (PDF, Dateiendung
1443 \family typewriter
1444  
1445 \family default
1446
1447 \begin_inset Quotes gld
1448 \end_inset
1449
1450
1451 \family typewriter
1452 .pdf
1453 \family default
1454
1455 \begin_inset Quotes grd
1456 \end_inset
1457
1458 )
1459 \begin_inset Index idx
1460 status collapsed
1461
1462 \begin_layout Plain Layout
1463 PDF
1464 \end_layout
1465
1466 \end_inset
1467
1468  und 
1469 \begin_inset Quotes gld
1470 \end_inset
1471
1472 Windows Metafile
1473 \begin_inset Quotes grd
1474 \end_inset
1475
1476  (WMF, Dateiendung 
1477 \begin_inset Quotes gld
1478 \end_inset
1479
1480
1481 \family typewriter
1482 .wmf
1483 \family default
1484
1485 \begin_inset Quotes grd
1486 \end_inset
1487
1488 )
1489 \begin_inset Index idx
1490 status collapsed
1491
1492 \begin_layout Plain Layout
1493 WMF
1494 \end_layout
1495
1496 \end_inset
1497
1498 .
1499 \end_layout
1500
1501 \begin_layout Standard
1502 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1503  das Ergebnis ist immer noch ein Pixelbild.
1504  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1505  hinzugefügt.
1506 \begin_inset Foot
1507 status collapsed
1508
1509 \begin_layout Plain Layout
1510 Bei PDF wird das Originalbild auch noch komprimiert.
1511 \end_layout
1512
1513 \end_inset
1514
1515  Die PDF-Dateien, die 
1516 \family typewriter
1517 Adobe Photoshop
1518 \family default
1519  erzeugt, sind zum Beispiel Pixelbilder.
1520 \end_layout
1521
1522 \begin_layout Standard
1523 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1524  umgekehrt.
1525  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1526  eingefügt werden.
1527  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1528  erzeugt wird, weil es zur Zeit keine WMF/SVG
1529 \begin_inset Formula $\to$
1530 \end_inset
1531
1532 PDF/EPS Konverter gibt.
1533 \end_layout
1534
1535 \begin_layout Chapter
1536 Tabellen
1537 \begin_inset Index idx
1538 status collapsed
1539
1540 \begin_layout Plain Layout
1541 Tabellen
1542 \end_layout
1543
1544 \end_inset
1545
1546
1547 \end_layout
1548
1549 \begin_layout Section
1550 Einführung
1551 \begin_inset Index idx
1552 status collapsed
1553
1554 \begin_layout Plain Layout
1555 Tabellen ! Einführung
1556 \end_layout
1557
1558 \end_inset
1559
1560
1561 \end_layout
1562
1563 \begin_layout Standard
1564 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1565 \begin_inset Info
1566 type  "icon"
1567 arg   "tabular-insert"
1568 \end_inset
1569
1570  oder das Menü 
1571 \family sans
1572 Einfügen\SpecialChar menuseparator
1573 Tabelle
1574 \family default
1575  einfügen.
1576  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1577 \begin_inset space \thinspace{}
1578 \end_inset
1579
1580 -Tabelle.
1581  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1582  und die Größe der dunkelblauen Tabelle angezeigt.
1583  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1584  ein.
1585  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1586  Spaltenanzahl festlegen können.
1587 \end_layout
1588
1589 \begin_layout Standard
1590 In der so erstellten Tabelle ist jede Zelle umrandet.
1591  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1592  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1593  die zweite Zeile eine Linie oberhalb haben.
1594  Hier ist ein Beispiel:
1595 \end_layout
1596
1597 \begin_layout Standard
1598 \align center
1599 \begin_inset Tabular
1600 <lyxtabular version="3" rows="5" columns="4">
1601 <features tabularvalignment="middle">
1602 <column alignment="center" valignment="top">
1603 <column alignment="center" valignment="top">
1604 <column alignment="center" valignment="top">
1605 <column alignment="center" valignment="top">
1606 <row>
1607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1608 \begin_inset Text
1609
1610 \begin_layout Plain Layout
1611
1612 \end_layout
1613
1614 \end_inset
1615 </cell>
1616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1617 \begin_inset Text
1618
1619 \begin_layout Plain Layout
1620
1621 \family roman
1622 \series medium
1623 \shape up
1624 \size normal
1625 \emph off
1626 \bar no
1627 \noun off
1628 \color none
1629 1
1630 \end_layout
1631
1632 \end_inset
1633 </cell>
1634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1635 \begin_inset Text
1636
1637 \begin_layout Plain Layout
1638 2
1639 \end_layout
1640
1641 \end_inset
1642 </cell>
1643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1644 \begin_inset Text
1645
1646 \begin_layout Plain Layout
1647 3
1648 \end_layout
1649
1650 \end_inset
1651 </cell>
1652 </row>
1653 <row>
1654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1655 \begin_inset Text
1656
1657 \begin_layout Plain Layout
1658
1659 \family roman
1660 \series medium
1661 \shape up
1662 \size normal
1663 \emph off
1664 \bar no
1665 \noun off
1666 \color none
1667 A
1668 \end_layout
1669
1670 \end_inset
1671 </cell>
1672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1673 \begin_inset Text
1674
1675 \begin_layout Plain Layout
1676
1677 \end_layout
1678
1679 \end_inset
1680 </cell>
1681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1682 \begin_inset Text
1683
1684 \begin_layout Plain Layout
1685
1686 \end_layout
1687
1688 \end_inset
1689 </cell>
1690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1691 \begin_inset Text
1692
1693 \begin_layout Plain Layout
1694
1695 \end_layout
1696
1697 \end_inset
1698 </cell>
1699 </row>
1700 <row>
1701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1702 \begin_inset Text
1703
1704 \begin_layout Plain Layout
1705
1706 \family roman
1707 \series medium
1708 \shape up
1709 \size normal
1710 \emph off
1711 \bar no
1712 \noun off
1713 \color none
1714 B
1715 \end_layout
1716
1717 \end_inset
1718 </cell>
1719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1720 \begin_inset Text
1721
1722 \begin_layout Plain Layout
1723
1724 \end_layout
1725
1726 \end_inset
1727 </cell>
1728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1729 \begin_inset Text
1730
1731 \begin_layout Plain Layout
1732
1733 \end_layout
1734
1735 \end_inset
1736 </cell>
1737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1738 \begin_inset Text
1739
1740 \begin_layout Plain Layout
1741
1742 \end_layout
1743
1744 \end_inset
1745 </cell>
1746 </row>
1747 <row>
1748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1749 \begin_inset Text
1750
1751 \begin_layout Plain Layout
1752
1753 \family roman
1754 \series medium
1755 \shape up
1756 \size normal
1757 \emph off
1758 \bar no
1759 \noun off
1760 \color none
1761 C
1762 \end_layout
1763
1764 \end_inset
1765 </cell>
1766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1767 \begin_inset Text
1768
1769 \begin_layout Plain Layout
1770
1771 \end_layout
1772
1773 \end_inset
1774 </cell>
1775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1776 \begin_inset Text
1777
1778 \begin_layout Plain Layout
1779
1780 \end_layout
1781
1782 \end_inset
1783 </cell>
1784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1785 \begin_inset Text
1786
1787 \begin_layout Plain Layout
1788
1789 \end_layout
1790
1791 \end_inset
1792 </cell>
1793 </row>
1794 <row>
1795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1796 \begin_inset Text
1797
1798 \begin_layout Plain Layout
1799 D
1800 \end_layout
1801
1802 \end_inset
1803 </cell>
1804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1805 \begin_inset Text
1806
1807 \begin_layout Plain Layout
1808
1809 \end_layout
1810
1811 \end_inset
1812 </cell>
1813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1814 \begin_inset Text
1815
1816 \begin_layout Plain Layout
1817
1818 \end_layout
1819
1820 \end_inset
1821 </cell>
1822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826
1827 \end_layout
1828
1829 \end_inset
1830 </cell>
1831 </row>
1832 </lyxtabular>
1833
1834 \end_inset
1835
1836
1837 \end_layout
1838
1839 \begin_layout Section
1840 Tabellen-Dialog
1841 \begin_inset Index idx
1842 status collapsed
1843
1844 \begin_layout Plain Layout
1845 Tabellen ! Einstellungen
1846 \end_layout
1847
1848 \end_inset
1849
1850
1851 \end_layout
1852
1853 \begin_layout Standard
1854 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1855  Maustaste darauf klicken.
1856  Dadurch wird ein Kontextmenü angezeigt, in dem Sie im Eintrag 
1857 \family sans
1858 Mehr
1859 \family default
1860  Eigenschaften der Zelle und Zeile/Spalte, in der der Mauszeiger gerade
1861  ist, geändert werden können.
1862  Das Kontextmenü 
1863 \family sans
1864 Mehr\SpecialChar menuseparator
1865 Einstellungen
1866 \family default
1867  öffnet den Tabellen-Dialog wo weitere Einstellungen vorgenommen werden
1868  können.
1869  Viele der Optionen im Dialog sind auch für eine Zellenauswahl wirksam.
1870  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1871  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1872  Auswahl.
1873  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1874 \emph on
1875 Inhalt
1876 \emph default
1877  einer Zelle oder die Zelle selber ausgewählt haben.
1878 \begin_inset Newline newline
1879 \end_inset
1880
1881 Mit der Dialog-Option 
1882 \family sans
1883 Direkt
1884 \begin_inset space ~
1885 \end_inset
1886
1887 übernehmen
1888 \family default
1889  wird jede Änderung, die Sie machen, direkt übernommen.
1890  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
1891  dann auch die Parameter der neuen Zelle an.
1892  Wenn Sie Längenwerte im Dialog ändern, müssen Sie 
1893 \family sans
1894 Enter
1895 \family default
1896  drücken, um die Änderung zu übernehmen.
1897 \begin_inset Newline newline
1898 \end_inset
1899
1900 Der Tabellen-Dialog hat folgende Karteikarten:
1901 \end_layout
1902
1903 \begin_layout Description
1904 Tabellen-Einstellungen Hier können Sie die Horizontale
1905 \begin_inset space ~
1906 \end_inset
1907
1908 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1909  Die Ausrichtung 
1910 \family sans
1911 Am
1912 \begin_inset space ~
1913 \end_inset
1914
1915 Dezimaltrenner
1916 \family default
1917  ist in Abschnitt
1918 \begin_inset space ~
1919 \end_inset
1920
1921
1922 \begin_inset CommandInset ref
1923 LatexCommand ref
1924 reference "uab:Besondere-Zellenausrichtung"
1925
1926 \end_inset
1927
1928  beschrieben.
1929  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
1930 \begin_inset space ~
1931 \end_inset
1932
1933 Ausrichtung der momentanen Zeile wählen.
1934  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1935  Absätze haben, wie in Abschnitt
1936 \begin_inset space ~
1937 \end_inset
1938
1939
1940 \begin_inset CommandInset ref
1941 LatexCommand ref
1942 reference "uab:Mehrere-Zeilen-in"
1943
1944 \end_inset
1945
1946  beschrieben.
1947  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1948 \begin_inset Newline newline
1949 \end_inset
1950
1951 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1952  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
1953 \begin_inset space ~
1954 \end_inset
1955
1956
1957 \begin_inset CommandInset ref
1958 LatexCommand ref
1959 reference "uab:Mehrfachspalten"
1960
1961 \end_inset
1962
1963  und 
1964 \begin_inset CommandInset ref
1965 LatexCommand ref
1966 reference "uab:Mehrfachzeilen"
1967
1968 \end_inset
1969
1970  beschrieben.
1971 \begin_inset Newline newline
1972 \end_inset
1973
1974 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
1975  den Uhrzeigersinn um 90° drehen.
1976  \SpecialChar LyX
1977  zeigt diese Drehung nur in der Ausgabe.
1978  Für weitere Informationen siehe Abschnitt
1979 \begin_inset space ~
1980 \end_inset
1981
1982
1983 \begin_inset CommandInset ref
1984 LatexCommand ref
1985 reference "abs:Rotierte-Tabellenzellen"
1986
1987 \end_inset
1988
1989 .
1990 \begin_inset Newline newline
1991 \end_inset
1992
1993
1994 \begin_inset Note Greyedout
1995 status open
1996
1997 \begin_layout Plain Layout
1998
1999 \series bold
2000 Achtung:
2001 \series default
2002  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2003 \end_layout
2004
2005 \end_inset
2006
2007
2008 \begin_inset Newline newline
2009 \end_inset
2010
2011 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2012  Textzeilen verwendet:
2013 \begin_inset Newline newline
2014 \end_inset
2015
2016 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2017 \begin_inset Tabular
2018 <lyxtabular version="3" rows="2" columns="2">
2019 <features tabularvalignment="top">
2020 <column alignment="center" valignment="top" width="0pt">
2021 <column alignment="center" valignment="top">
2022 <row>
2023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2024 \begin_inset Text
2025
2026 \begin_layout Plain Layout
2027
2028 \end_layout
2029
2030 \end_inset
2031 </cell>
2032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2033 \begin_inset Text
2034
2035 \begin_layout Plain Layout
2036 1
2037 \end_layout
2038
2039 \end_inset
2040 </cell>
2041 </row>
2042 <row>
2043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2044 \begin_inset Text
2045
2046 \begin_layout Plain Layout
2047 A
2048 \end_layout
2049
2050 \end_inset
2051 </cell>
2052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2053 \begin_inset Text
2054
2055 \begin_layout Plain Layout
2056
2057 \end_layout
2058
2059 \end_inset
2060 </cell>
2061 </row>
2062 </lyxtabular>
2063
2064 \end_inset
2065
2066  
2067 \begin_inset Tabular
2068 <lyxtabular version="3" rows="2" columns="2">
2069 <features tabularvalignment="middle">
2070 <column alignment="center" valignment="top">
2071 <column alignment="center" valignment="top">
2072 <row>
2073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2074 \begin_inset Text
2075
2076 \begin_layout Plain Layout
2077
2078 \end_layout
2079
2080 \end_inset
2081 </cell>
2082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2083 \begin_inset Text
2084
2085 \begin_layout Plain Layout
2086 1
2087 \end_layout
2088
2089 \end_inset
2090 </cell>
2091 </row>
2092 <row>
2093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2094 \begin_inset Text
2095
2096 \begin_layout Plain Layout
2097 A
2098 \end_layout
2099
2100 \end_inset
2101 </cell>
2102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2103 \begin_inset Text
2104
2105 \begin_layout Plain Layout
2106
2107 \end_layout
2108
2109 \end_inset
2110 </cell>
2111 </row>
2112 </lyxtabular>
2113
2114 \end_inset
2115
2116  
2117 \begin_inset Tabular
2118 <lyxtabular version="3" rows="2" columns="2">
2119 <features tabularvalignment="bottom">
2120 <column alignment="center" valignment="top" width="0pt">
2121 <column alignment="center" valignment="top">
2122 <row>
2123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2124 \begin_inset Text
2125
2126 \begin_layout Plain Layout
2127
2128 \end_layout
2129
2130 \end_inset
2131 </cell>
2132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2133 \begin_inset Text
2134
2135 \begin_layout Plain Layout
2136 1
2137 \end_layout
2138
2139 \end_inset
2140 </cell>
2141 </row>
2142 <row>
2143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2144 \begin_inset Text
2145
2146 \begin_layout Plain Layout
2147 A
2148 \end_layout
2149
2150 \end_inset
2151 </cell>
2152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2153 \begin_inset Text
2154
2155 \begin_layout Plain Layout
2156
2157 \end_layout
2158
2159 \end_inset
2160 </cell>
2161 </row>
2162 </lyxtabular>
2163
2164 \end_inset
2165
2166
2167 \begin_inset Newline newline
2168 \end_inset
2169
2170 Man kann auch ein \SpecialChar LaTeX
2171 -Argument für besondere Tabellen-Formatierun\SpecialChar softhyphen
2172 gen einfügen,
2173  wie in den Abschnitten 
2174 \begin_inset CommandInset ref
2175 LatexCommand ref
2176 reference "uab:Mehrfachspalten-Berechnungen"
2177
2178 \end_inset
2179
2180  und 
2181 \begin_inset CommandInset ref
2182 LatexCommand ref
2183 reference "abs:Farbige-Tabellen"
2184
2185 \end_inset
2186
2187  beschrieben.
2188 \end_layout
2189
2190 \begin_layout Description
2191 Rahmen Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und
2192  Spalte(n) hinzufügen und löschen.
2193 \begin_inset Newline newline
2194 \end_inset
2195
2196 Wenn Sie die Stil-Option
2197 \family sans
2198  Formal
2199 \family default
2200  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2201 \begin_inset space ~
2202 \end_inset
2203
2204
2205 \begin_inset CommandInset ref
2206 LatexCommand ref
2207 reference "abs:Formale-Tabellen"
2208
2209 \end_inset
2210
2211  beschrieben, konvertiert.
2212 \begin_inset Newline newline
2213 \end_inset
2214
2215 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2216 \begin_inset space ~
2217 \end_inset
2218
2219
2220 \begin_inset CommandInset ref
2221 LatexCommand ref
2222 reference "uab:Zeilenabstand"
2223
2224 \end_inset
2225
2226  beschrieben.
2227 \end_layout
2228
2229 \begin_layout Description
2230 Mehrseitige
2231 \begin_inset space ~
2232 \end_inset
2233
2234 Tabelle Hier kann eine Tabelle definiert werden, die über mehrere Seiten
2235  reicht.
2236  Die Abschnitte
2237 \begin_inset space ~
2238 \end_inset
2239
2240
2241 \begin_inset CommandInset ref
2242 LatexCommand ref
2243 reference "abs:Mehrseitige-Tabellen"
2244
2245 \end_inset
2246
2247  und 
2248 \begin_inset CommandInset ref
2249 LatexCommand ref
2250 reference "sec:Weitere-Möglichkeiten-für"
2251
2252 \end_inset
2253
2254  beschreiben diese Funktion genauer.
2255 \end_layout
2256
2257 \begin_layout Section
2258 Tabellen-Werkzeugleiste
2259 \begin_inset Index idx
2260 status collapsed
2261
2262 \begin_layout Plain Layout
2263 Tabellen ! Werkzeugleiste
2264 \end_layout
2265
2266 \end_inset
2267
2268
2269 \end_layout
2270
2271 \begin_layout Standard
2272 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2273 \family sans
2274 Tabellen-Einstellungen
2275 \family default
2276 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2277  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2278  \SpecialChar LyX
2279 -Fensters.
2280 \end_layout
2281
2282 \begin_layout Standard
2283 Die Werkzeugleiste hat folgende Knöpfe:
2284 \end_layout
2285
2286 \begin_layout Labeling
2287 \labelwidthstring 00.00.0000
2288 \begin_inset Info
2289 type  "icon"
2290 arg   "tabular-feature append-row"
2291 \end_inset
2292
2293  Fügt eine Zeile unterhalb der momentanen an
2294 \end_layout
2295
2296 \begin_layout Labeling
2297 \labelwidthstring 00.00.0000
2298 \begin_inset Info
2299 type  "icon"
2300 arg   "tabular-feature append-column"
2301 \end_inset
2302
2303  Fügt eine Spalte rechts von der momentanen an
2304 \end_layout
2305
2306 \begin_layout Labeling
2307 \labelwidthstring 00.00.0000
2308 \begin_inset Info
2309 type  "icon"
2310 arg   "tabular-feature delete-row"
2311 \end_inset
2312
2313  Löscht die ausgewählte(n) Zeile(n)
2314 \end_layout
2315
2316 \begin_layout Labeling
2317 \labelwidthstring 00.00.0000
2318 \begin_inset Info
2319 type  "icon"
2320 arg   "tabular-feature delete-column"
2321 \end_inset
2322
2323  Löscht die ausgewählte(n) Spalte(n)
2324 \end_layout
2325
2326 \begin_layout Labeling
2327 \labelwidthstring 00.00.0000
2328 \begin_inset Info
2329 type  "icon"
2330 arg   "tabular-feature move-row-up"
2331 \end_inset
2332
2333  verschiebt die ausgewählte Zeile nach oben
2334 \end_layout
2335
2336 \begin_layout Labeling
2337 \labelwidthstring 00.00.0000
2338 \begin_inset Info
2339 type  "icon"
2340 arg   "tabular-feature move-column-left"
2341 \end_inset
2342
2343  verschiebt die ausgewählte Spalte nach links
2344 \end_layout
2345
2346 \begin_layout Labeling
2347 \labelwidthstring 00.00.0000
2348 \begin_inset Info
2349 type  "icon"
2350 arg   "tabular-feature move-row-down"
2351 \end_inset
2352
2353  verschiebt die ausgewählte Zeile nach unten
2354 \end_layout
2355
2356 \begin_layout Labeling
2357 \labelwidthstring 00.00.0000
2358 \begin_inset Info
2359 type  "icon"
2360 arg   "tabular-feature move-column-right"
2361 \end_inset
2362
2363  verschiebt die ausgewählte Spalte nach rechts
2364 \end_layout
2365
2366 \begin_layout Labeling
2367 \labelwidthstring 00.00.0000
2368 \begin_inset Info
2369 type  "icon"
2370 arg   "tabular-feature toggle-line-top"
2371 \end_inset
2372
2373  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2374  wenn der Knopf grau hinterlegt ist
2375 \end_layout
2376
2377 \begin_layout Labeling
2378 \labelwidthstring 00.00.0000
2379 \begin_inset Info
2380 type  "icon"
2381 arg   "tabular-feature toggle-line-bottom"
2382 \end_inset
2383
2384  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2385  wenn der Knopf grau hinterlegt ist
2386 \end_layout
2387
2388 \begin_layout Labeling
2389 \labelwidthstring 00.00.0000
2390 \begin_inset Info
2391 type  "icon"
2392 arg   "tabular-feature toggle-line-left"
2393 \end_inset
2394
2395  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2396  wenn der Knopf grau hinterlegt ist
2397 \end_layout
2398
2399 \begin_layout Labeling
2400 \labelwidthstring 00.00.0000
2401 \begin_inset Info
2402 type  "icon"
2403 arg   "tabular-feature toggle-line-right"
2404 \end_inset
2405
2406  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2407  wenn der Knopf grau hinterlegt ist
2408 \end_layout
2409
2410 \begin_layout Labeling
2411 \labelwidthstring 00.00.0000
2412 \begin_inset Info
2413 type  "icon"
2414 arg   "tabular-feature set-all-lines"
2415 \end_inset
2416
2417  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2418 \end_layout
2419
2420 \begin_layout Labeling
2421 \labelwidthstring 00.00.0000
2422 \begin_inset Info
2423 type  "icon"
2424 arg   "tabular-feature unset-all-lines"
2425 \end_inset
2426
2427  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2428 \end_layout
2429
2430 \begin_layout Labeling
2431 \labelwidthstring 00.00.0000
2432 \begin_inset Info
2433 type  "icon"
2434 arg   "tabular-feature m-align-left"
2435 \end_inset
2436
2437  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2438 \end_layout
2439
2440 \begin_layout Labeling
2441 \labelwidthstring 00.00.0000
2442 \begin_inset Info
2443 type  "icon"
2444 arg   "tabular-feature m-align-center"
2445 \end_inset
2446
2447  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2448 \end_layout
2449
2450 \begin_layout Labeling
2451 \labelwidthstring 00.00.0000
2452 \begin_inset Info
2453 type  "icon"
2454 arg   "tabular-feature m-align-right"
2455 \end_inset
2456
2457  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2458 \end_layout
2459
2460 \begin_layout Labeling
2461 \labelwidthstring 00.00.0000
2462 \begin_inset Info
2463 type  "icon"
2464 arg   "tabular-feature align-decimal"
2465 \end_inset
2466
2467  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2468 \end_layout
2469
2470 \begin_layout Labeling
2471 \labelwidthstring 00.00.0000
2472 \begin_inset Info
2473 type  "icon"
2474 arg   "tabular-feature m-valign-top"
2475 \end_inset
2476
2477  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2478 \end_layout
2479
2480 \begin_layout Labeling
2481 \labelwidthstring 00.00.0000
2482 \begin_inset Info
2483 type  "icon"
2484 arg   "tabular-feature m-valign-middle"
2485 \end_inset
2486
2487  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2488 \end_layout
2489
2490 \begin_layout Labeling
2491 \labelwidthstring 00.00.0000
2492 \begin_inset Info
2493 type  "icon"
2494 arg   "tabular-feature m-valign-bottom"
2495 \end_inset
2496
2497  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2498 \end_layout
2499
2500 \begin_layout Labeling
2501 \labelwidthstring 00.00.0000
2502 \begin_inset Info
2503 type  "icon"
2504 arg   "tabular-feature set-rotate-cell"
2505 \end_inset
2506
2507  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2508 \end_layout
2509
2510 \begin_layout Labeling
2511 \labelwidthstring 00.00.0000
2512 \begin_inset Info
2513 type  "icon"
2514 arg   "tabular-feature set-rotate-tabular"
2515 \end_inset
2516
2517  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2518 \end_layout
2519
2520 \begin_layout Labeling
2521 \labelwidthstring 00.00.0000
2522 \begin_inset Info
2523 type  "icon"
2524 arg   "tabular-feature multicolumn"
2525 \end_inset
2526
2527  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2528 \end_layout
2529
2530 \begin_layout Labeling
2531 \labelwidthstring 00.00.0000
2532 \begin_inset Info
2533 type  "icon"
2534 arg   "tabular-feature multirow"
2535 \end_inset
2536
2537  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2538 \end_layout
2539
2540 \begin_layout Standard
2541 \begin_inset Note Greyedout
2542 status open
2543
2544 \begin_layout Plain Layout
2545
2546 \series bold
2547 Bemerkung:
2548 \series default
2549  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2550  Reihe für alle Zelle der Reihe verwendet.
2551 \end_layout
2552
2553 \end_inset
2554
2555
2556 \end_layout
2557
2558 \begin_layout Section
2559 Bearbeiten-Menü
2560 \begin_inset Index idx
2561 status collapsed
2562
2563 \begin_layout Plain Layout
2564 Tabellen ! Bearbeiten-Menü
2565 \end_layout
2566
2567 \end_inset
2568
2569
2570 \end_layout
2571
2572 \begin_layout Standard
2573 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2574  Wenn der Cursor in einer Tabelle steht, sind im 
2575 \family sans
2576 Bearbeiten
2577 \family default
2578 -Menü folgende Punkte aktiviert: 
2579 \family sans
2580 Tabelle
2581 \family default
2582
2583 \family sans
2584 Zeilen
2585 \begin_inset space ~
2586 \end_inset
2587
2588 &
2589 \begin_inset space ~
2590 \end_inset
2591
2592 Spalten
2593 \family default
2594  und 
2595 \family sans
2596 Tabellen-Einstellungen
2597 \family default
2598 .
2599  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2600 ngsmöglichkeiten zu erreichen.
2601 \end_layout
2602
2603 \begin_layout Section
2604 Gleitende Tabellen
2605 \begin_inset CommandInset label
2606 LatexCommand label
2607 name "abs:Gleitende-Tabellen"
2608
2609 \end_inset
2610
2611
2612 \begin_inset Index idx
2613 status collapsed
2614
2615 \begin_layout Plain Layout
2616 Gleitobjekte ! Tabellen
2617 \end_layout
2618
2619 \end_inset
2620
2621
2622 \begin_inset Index idx
2623 status collapsed
2624
2625 \begin_layout Plain Layout
2626 Tabellen ! gleitende
2627 \end_layout
2628
2629 \end_inset
2630
2631
2632 \end_layout
2633
2634 \begin_layout Standard
2635 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2636 \begin_inset space ~
2637 \end_inset
2638
2639
2640 \begin_inset CommandInset ref
2641 LatexCommand ref
2642 reference "abs:Gleitobjekte-Einleitung"
2643
2644 \end_inset
2645
2646 .
2647 \end_layout
2648
2649 \begin_layout Standard
2650 \begin_inset Float table
2651 placement h
2652 wide false
2653 sideways false
2654 status open
2655
2656 \begin_layout Plain Layout
2657 \begin_inset Caption Standard
2658
2659 \begin_layout Plain Layout
2660 \begin_inset CommandInset label
2661 LatexCommand label
2662 name "tab:Eine-gleitende-Tabelle"
2663
2664 \end_inset
2665
2666 Eine gleitende Tabelle
2667 \end_layout
2668
2669 \end_inset
2670
2671
2672 \end_layout
2673
2674 \begin_layout Plain Layout
2675 \align center
2676 \begin_inset Tabular
2677 <lyxtabular version="3" rows="3" columns="3">
2678 <features tabularvalignment="middle">
2679 <column alignment="center" valignment="top" width="0pt">
2680 <column alignment="center" valignment="top" width="0pt">
2681 <column alignment="center" valignment="top" width="0pt">
2682 <row>
2683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2684 \begin_inset Text
2685
2686 \begin_layout Plain Layout
2687
2688 \family roman
2689 \series medium
2690 \shape up
2691 \size normal
2692 \emph off
2693 \bar no
2694 \noun off
2695 \color none
2696 1
2697 \end_layout
2698
2699 \end_inset
2700 </cell>
2701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2702 \begin_inset Text
2703
2704 \begin_layout Plain Layout
2705
2706 \family roman
2707 \series medium
2708 \shape up
2709 \size normal
2710 \emph off
2711 \bar no
2712 \noun off
2713 \color none
2714 2
2715 \end_layout
2716
2717 \end_inset
2718 </cell>
2719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2720 \begin_inset Text
2721
2722 \begin_layout Plain Layout
2723
2724 \family roman
2725 \series medium
2726 \shape up
2727 \size normal
2728 \emph off
2729 \bar no
2730 \noun off
2731 \color none
2732 3
2733 \end_layout
2734
2735 \end_inset
2736 </cell>
2737 </row>
2738 <row>
2739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2740 \begin_inset Text
2741
2742 \begin_layout Plain Layout
2743
2744 \family roman
2745 \series medium
2746 \shape up
2747 \size normal
2748 \emph off
2749 \bar no
2750 \noun off
2751 \color none
2752 Martin
2753 \end_layout
2754
2755 \end_inset
2756 </cell>
2757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2758 \begin_inset Text
2759
2760 \begin_layout Plain Layout
2761
2762 \family roman
2763 \series medium
2764 \shape up
2765 \size normal
2766 \emph off
2767 \bar no
2768 \noun off
2769 \color none
2770 Lena
2771 \end_layout
2772
2773 \end_inset
2774 </cell>
2775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2776 \begin_inset Text
2777
2778 \begin_layout Plain Layout
2779
2780 \family roman
2781 \series medium
2782 \shape up
2783 \size normal
2784 \emph off
2785 \bar no
2786 \noun off
2787 \color none
2788 Alina
2789 \end_layout
2790
2791 \end_inset
2792 </cell>
2793 </row>
2794 <row>
2795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2796 \begin_inset Text
2797
2798 \begin_layout Plain Layout
2799
2800 \family roman
2801 \series medium
2802 \shape up
2803 \size normal
2804 \emph off
2805 \bar no
2806 \noun off
2807 \color none
2808 \begin_inset Formula $\int x^{2}dx$
2809 \end_inset
2810
2811
2812 \end_layout
2813
2814 \end_inset
2815 </cell>
2816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2817 \begin_inset Text
2818
2819 \begin_layout Plain Layout
2820
2821 \family roman
2822 \series medium
2823 \shape up
2824 \size normal
2825 \emph off
2826 \bar no
2827 \noun off
2828 \color none
2829 \begin_inset Formula $\left[\begin{array}{cc}
2830 a & b\\
2831 c & d
2832 \end{array}\right]$
2833 \end_inset
2834
2835
2836 \end_layout
2837
2838 \end_inset
2839 </cell>
2840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2841 \begin_inset Text
2842
2843 \begin_layout Plain Layout
2844
2845 \family roman
2846 \series medium
2847 \shape up
2848 \size normal
2849 \emph off
2850 \bar no
2851 \noun off
2852 \color none
2853 \begin_inset Formula $1+1=2$
2854 \end_inset
2855
2856
2857 \end_layout
2858
2859 \end_inset
2860 </cell>
2861 </row>
2862 </lyxtabular>
2863
2864 \end_inset
2865
2866
2867 \end_layout
2868
2869 \end_inset
2870
2871
2872 \end_layout
2873
2874 \begin_layout Standard
2875 Gleitende Tabellen können über 
2876 \family sans
2877 Einfügen\SpecialChar menuseparator
2878 Gleitobjekt\SpecialChar menuseparator
2879 Tabelle
2880 \family default
2881  oder einen Klick auf den Werkzeugleistenknopf 
2882 \begin_inset Info
2883 type  "icon"
2884 arg   "float-insert table"
2885 \end_inset
2886
2887  erzeugt werden.
2888  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2889  In das rot umrahmte Feld rechts von 
2890 \emph on
2891 Tabelle
2892 \begin_inset space ~
2893 \end_inset
2894
2895 Nr:
2896 \emph default
2897  schreiben Sie die Tabellenbeschriftung.
2898  Nach einem Klick oberhalb oder unterhalb von 
2899 \emph on
2900 Tabelle
2901 \begin_inset space ~
2902 \end_inset
2903
2904 Nr:
2905 \emph default
2906  können Sie dann eine Tabelle einfügen.
2907 \end_layout
2908
2909 \begin_layout Standard
2910 Tabelle
2911 \begin_inset space ~
2912 \end_inset
2913
2914
2915 \begin_inset CommandInset ref
2916 LatexCommand ref
2917 reference "tab:Eine-gleitende-Tabelle"
2918
2919 \end_inset
2920
2921  ist ein Beispiel für eine gleitende Tabelle.
2922 \end_layout
2923
2924 \begin_layout Standard
2925 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2926 herweise wird das von \SpecialChar LaTeX
2927  Standard-Klassen nicht unterstützt.
2928  Das bedeutet, dass bei den Klassen 
2929 \family sans
2930 article
2931 \family default
2932
2933 \family sans
2934 book
2935 \family default
2936
2937 \family sans
2938 letter
2939 \family default
2940 , und 
2941 \family sans
2942 report
2943 \family default
2944  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2945  Um den einzufügen, können Sie zum Ladebefehl des \SpecialChar LaTeX
2946 -Paketes 
2947 \series bold
2948 caption
2949 \series default
2950
2951 \begin_inset Index idx
2952 status collapsed
2953
2954 \begin_layout Plain Layout
2955 \SpecialChar LaTeX
2956 -Pakete ! caption
2957 \end_layout
2958
2959 \end_inset
2960
2961  im \SpecialChar LaTeX
2962 -Vorspann Ihres Dokuments folgende Option einfügen:
2963 \begin_inset Foot
2964 status collapsed
2965
2966 \begin_layout Plain Layout
2967 Näheres finden Sie im Abschnitt
2968 \begin_inset space ~
2969 \end_inset
2970
2971
2972 \begin_inset CommandInset ref
2973 LatexCommand ref
2974 reference "abs:Titel-Platzierung"
2975
2976 \end_inset
2977
2978 .
2979 \end_layout
2980
2981 \end_inset
2982
2983
2984 \end_layout
2985
2986 \begin_layout Standard
2987
2988 \series bold
2989 tableposition=top
2990 \end_layout
2991
2992 \begin_layout Standard
2993 Das Paket 
2994 \series bold
2995 caption
2996 \series default
2997 , das in Abschnitt
2998 \begin_inset space ~
2999 \end_inset
3000
3001
3002 \begin_inset CommandInset ref
3003 LatexCommand ref
3004 reference "abs:Titel-Formatierung"
3005
3006 \end_inset
3007
3008  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3009 \end_layout
3010
3011 \begin_layout Standard
3012 \begin_inset Index idx
3013 status collapsed
3014
3015 \begin_layout Plain Layout
3016 Querverweise ! auf Tabellen
3017 \end_layout
3018
3019 \end_inset
3020
3021 Auf Tabellen kann über ihre Marke verwiesen werden.
3022  Dafür fügen Sie in der Beschriftung mit 
3023 \family sans
3024 Einfügen\SpecialChar menuseparator
3025 Marke
3026 \family default
3027  oder durch Klicken auf 
3028 \begin_inset Info
3029 type  "icon"
3030 arg   "label-insert"
3031 \end_inset
3032
3033  eine Marke ein.
3034  Auf diese können Sie dann wie gewohnt mit 
3035 \family sans
3036 Einfügen\SpecialChar menuseparator
3037 Querverweis
3038 \family default
3039  oder durch Klicken auf 
3040 \begin_inset Info
3041 type  "icon"
3042 arg   "dialog-show-new-inset ref"
3043 \end_inset
3044
3045  verweisen.
3046  Verweise werden detailliert in Abschnitt
3047 \begin_inset space ~
3048 \end_inset
3049
3050
3051 \begin_inset CommandInset ref
3052 LatexCommand ref
3053 reference "abs:Auf-Gleitobjekte-verweisen"
3054
3055 \end_inset
3056
3057  beschrieben.
3058 \end_layout
3059
3060 \begin_layout Section
3061 Mehrseitige Tabellen
3062 \begin_inset CommandInset label
3063 LatexCommand label
3064 name "abs:Mehrseitige-Tabellen"
3065
3066 \end_inset
3067
3068
3069 \begin_inset Index idx
3070 status collapsed
3071
3072 \begin_layout Plain Layout
3073 Tabellen ! mehrseitige
3074 \end_layout
3075
3076 \end_inset
3077
3078
3079 \end_layout
3080
3081 \begin_layout Standard
3082 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie in
3083  den Tabellen-Einstellungen auf der Karteikarte  
3084 \family sans
3085 Mehrseitige
3086 \begin_inset space ~
3087 \end_inset
3088
3089 Tabelle
3090 \family default
3091  die Option 
3092 \family sans
3093 Mehrseitige
3094 \begin_inset space ~
3095 \end_inset
3096
3097 Tabelle
3098 \begin_inset space ~
3099 \end_inset
3100
3101 verwenden
3102 \family default
3103  auswählen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3104  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3105 \end_layout
3106
3107 \begin_layout Description
3108 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3109  festgelegt; mit Ausnahme der ersten, wenn 
3110 \family sans
3111 Erste
3112 \begin_inset space ~
3113 \end_inset
3114
3115 Kopfzeile
3116 \family default
3117  aktiviert ist.
3118 \end_layout
3119
3120 \begin_layout Description
3121 Erste
3122 \begin_inset space ~
3123 \end_inset
3124
3125 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3126  Seite einer mehrseitigen Tabelle definiert.
3127 \end_layout
3128
3129 \begin_layout Description
3130 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3131  mit Ausnahme der letzten, wenn 
3132 \family sans
3133 Letzte
3134 \begin_inset space ~
3135 \end_inset
3136
3137 Fußzeile
3138 \family default
3139  aktiviert ist.
3140 \end_layout
3141
3142 \begin_layout Description
3143 Letzte
3144 \begin_inset space ~
3145 \end_inset
3146
3147 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3148  einer mehrseitigen Tabelle definiert.
3149 \end_layout
3150
3151 \begin_layout Description
3152 Legende: Die aktuelle Zeile enthält die Legende.
3153  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3154  Mehr über Beschriftungen mehrseitiger Tabellen ist in Abschnitt
3155 \begin_inset space ~
3156 \end_inset
3157
3158
3159 \begin_inset CommandInset ref
3160 LatexCommand ref
3161 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
3162
3163 \end_inset
3164
3165  erklärt.
3166 \end_layout
3167
3168 \begin_layout Standard
3169 Hier ist ein Beispiel einer mehrseitigen Tabelle:
3170 \end_layout
3171
3172 \begin_layout Standard
3173 \align center
3174 \begin_inset Tabular
3175 <lyxtabular version="3" rows="69" columns="3">
3176 <features islongtable="true" longtabularalignment="center">
3177 <column alignment="left" valignment="top" width="0cm">
3178 <column alignment="left" valignment="top" width="0pt">
3179 <column alignment="right" valignment="top" width="0pt">
3180 <row endfirsthead="true">
3181 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Plain Layout
3185
3186 \series bold
3187 Telefonliste (ignoriere die Namen)
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3193 \begin_inset Text
3194
3195 \begin_layout Plain Layout
3196
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 </row>
3211 <row endfirsthead="true">
3212 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3213 \begin_inset Text
3214
3215 \begin_layout Plain Layout
3216
3217 \series bold
3218 NAME
3219 \end_layout
3220
3221 \end_inset
3222 </cell>
3223 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Plain Layout
3227
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Plain Layout
3236
3237 \series bold
3238 TEL.
3239 \end_layout
3240
3241 \end_inset
3242 </cell>
3243 </row>
3244 <row endhead="true">
3245 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3246 \begin_inset Text
3247
3248 \begin_layout Plain Layout
3249
3250 \series bold
3251 Telefonliste
3252 \end_layout
3253
3254 \end_inset
3255 </cell>
3256 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3257 \begin_inset Text
3258
3259 \begin_layout Plain Layout
3260
3261 \end_layout
3262
3263 \end_inset
3264 </cell>
3265 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269
3270 \end_layout
3271
3272 \end_inset
3273 </cell>
3274 </row>
3275 <row endhead="true">
3276 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3277 \begin_inset Text
3278
3279 \begin_layout Plain Layout
3280
3281 \series bold
3282 NAME
3283 \end_layout
3284
3285 \end_inset
3286 </cell>
3287 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3288 \begin_inset Text
3289
3290 \begin_layout Plain Layout
3291
3292 \end_layout
3293
3294 \end_inset
3295 </cell>
3296 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3297 \begin_inset Text
3298
3299 \begin_layout Plain Layout
3300
3301 \series bold
3302 TEL.
3303 \end_layout
3304
3305 \end_inset
3306 </cell>
3307 </row>
3308 <row endfoot="true">
3309 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3310 \begin_inset Text
3311
3312 \begin_layout Plain Layout
3313
3314 \series bold
3315 wird fortgesetzt
3316 \series default
3317  \SpecialChar ldots
3318
3319 \end_layout
3320
3321 \end_inset
3322 </cell>
3323 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Plain Layout
3327
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 </row>
3342 <row>
3343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Plain Layout
3347
3348 \series bold
3349 Annovi
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 <cell alignment="center" valignment="top" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358 Silvia
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367 111
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 </row>
3373 <row>
3374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378
3379 \series bold
3380 Bertoli
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 <cell alignment="center" valignment="top" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389 Stefano
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3395 \begin_inset Text
3396
3397 \begin_layout Plain Layout
3398 111
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 </row>
3404 <row>
3405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Plain Layout
3409
3410 \series bold
3411 Bozzi
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 <cell alignment="center" valignment="top" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420 Walter
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429 111
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 </row>
3435 <row>
3436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3437 \begin_inset Text
3438
3439 \begin_layout Plain Layout
3440
3441 \series bold
3442 Cachia
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 <cell alignment="center" valignment="top" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451 Maria
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3457 \begin_inset Text
3458
3459 \begin_layout Plain Layout
3460 111
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 </row>
3466 <row>
3467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3468 \begin_inset Text
3469
3470 \begin_layout Plain Layout
3471
3472 \series bold
3473 Cachia
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 <cell alignment="center" valignment="top" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Plain Layout
3482 Maurizio
3483 \end_layout
3484
3485 \end_inset
3486 </cell>
3487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3488 \begin_inset Text
3489
3490 \begin_layout Plain Layout
3491 111
3492 \end_layout
3493
3494 \end_inset
3495 </cell>
3496 </row>
3497 <row>
3498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3499 \begin_inset Text
3500
3501 \begin_layout Plain Layout
3502
3503 \series bold
3504 Cinquemani
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 <cell alignment="center" valignment="top" usebox="none">
3510 \begin_inset Text
3511
3512 \begin_layout Plain Layout
3513 Giusi
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3519 \begin_inset Text
3520
3521 \begin_layout Plain Layout
3522 111
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 </row>
3528 <row>
3529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3530 \begin_inset Text
3531
3532 \begin_layout Plain Layout
3533
3534 \series bold
3535 Colin
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 <cell alignment="center" valignment="top" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544 Bernard
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553 111
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 </row>
3559 <row>
3560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Plain Layout
3564
3565 \series bold
3566 Concli
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 <cell alignment="center" valignment="top" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575 Gianfranco
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584 111
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 </row>
3590 <row>
3591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3592 \begin_inset Text
3593
3594 \begin_layout Plain Layout
3595
3596 \series bold
3597 Dal Bosco
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 <cell alignment="center" valignment="top" usebox="none">
3603 \begin_inset Text
3604
3605 \begin_layout Plain Layout
3606 Carolina
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Plain Layout
3615 111
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 </row>
3621 <row>
3622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3623 \begin_inset Text
3624
3625 \begin_layout Plain Layout
3626
3627 \series bold
3628 Dalpiaz
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 <cell alignment="center" valignment="top" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Plain Layout
3637 Annamaria
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Plain Layout
3646 111
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 </row>
3652 <row>
3653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3654 \begin_inset Text
3655
3656 \begin_layout Plain Layout
3657
3658 \series bold
3659 Feliciello
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 <cell alignment="center" valignment="top" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668 Domenico
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677 111
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 </row>
3683 <row>
3684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3685 \begin_inset Text
3686
3687 \begin_layout Plain Layout
3688
3689 \series bold
3690 Focarelli
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 <cell alignment="center" valignment="top" usebox="none">
3696 \begin_inset Text
3697
3698 \begin_layout Plain Layout
3699 Paola
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Plain Layout
3708 111
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 </row>
3714 <row>
3715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3716 \begin_inset Text
3717
3718 \begin_layout Plain Layout
3719
3720 \series bold
3721 Galletti
3722 \end_layout
3723
3724 \end_inset
3725 </cell>
3726 <cell alignment="center" valignment="top" usebox="none">
3727 \begin_inset Text
3728
3729 \begin_layout Plain Layout
3730 Oreste
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739 111
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 </row>
3745 <row>
3746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3747 \begin_inset Text
3748
3749 \begin_layout Plain Layout
3750
3751 \series bold
3752 Gasparini
3753 \end_layout
3754
3755 \end_inset
3756 </cell>
3757 <cell alignment="center" valignment="top" usebox="none">
3758 \begin_inset Text
3759
3760 \begin_layout Plain Layout
3761 Franca
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Plain Layout
3770 111
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 </row>
3776 <row>
3777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3778 \begin_inset Text
3779
3780 \begin_layout Plain Layout
3781
3782 \series bold
3783 Rizzardi
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 <cell alignment="center" valignment="top" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792 Paola
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801 111
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 </row>
3807 <row>
3808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3809 \begin_inset Text
3810
3811 \begin_layout Plain Layout
3812
3813 \series bold
3814 Lassini
3815 \end_layout
3816
3817 \end_inset
3818 </cell>
3819 <cell alignment="center" valignment="top" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823 Giancarlo
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832 111
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 </row>
3838 <row>
3839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3840 \begin_inset Text
3841
3842 \begin_layout Plain Layout
3843
3844 \series bold
3845 Malfatti
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 <cell alignment="center" valignment="top" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Plain Layout
3854 Luciano
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863 111
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 </row>
3869 <row>
3870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3871 \begin_inset Text
3872
3873 \begin_layout Plain Layout
3874
3875 \series bold
3876 Malfatti
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 <cell alignment="center" valignment="top" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885 Valeriano
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Plain Layout
3894 111
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 </row>
3900 <row>
3901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3902 \begin_inset Text
3903
3904 \begin_layout Plain Layout
3905
3906 \series bold
3907 Meneguzzo
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 <cell alignment="center" valignment="top" usebox="none">
3913 \begin_inset Text
3914
3915 \begin_layout Plain Layout
3916 Roberto
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925 111
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 </row>
3931 <row>
3932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3933 \begin_inset Text
3934
3935 \begin_layout Plain Layout
3936
3937 \series bold
3938 Mezzadra
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 <cell alignment="center" valignment="top" usebox="none">
3944 \begin_inset Text
3945
3946 \begin_layout Plain Layout
3947 Roberto
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956 111
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 </row>
3962 <row>
3963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967
3968 \series bold
3969 Pirpamer
3970 \end_layout
3971
3972 \end_inset
3973 </cell>
3974 <cell alignment="center" valignment="top" usebox="none">
3975 \begin_inset Text
3976
3977 \begin_layout Plain Layout
3978 Erich
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987 111
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 </row>
3993 <row>
3994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Plain Layout
3998
3999 \series bold
4000 Pochiesa
4001 \end_layout
4002
4003 \end_inset
4004 </cell>
4005 <cell alignment="center" valignment="top" usebox="none">
4006 \begin_inset Text
4007
4008 \begin_layout Plain Layout
4009 Paolo
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018 111, 222
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 </row>
4024 <row>
4025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Plain Layout
4029
4030 \series bold
4031 Radina
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 <cell alignment="center" valignment="top" usebox="none">
4037 \begin_inset Text
4038
4039 \begin_layout Plain Layout
4040 Claudio
4041 \end_layout
4042
4043 \end_inset
4044 </cell>
4045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049 111
4050 \end_layout
4051
4052 \end_inset
4053 </cell>
4054 </row>
4055 <row>
4056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Plain Layout
4060
4061 \series bold
4062 Stuffer
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 <cell alignment="center" valignment="top" usebox="none">
4068 \begin_inset Text
4069
4070 \begin_layout Plain Layout
4071 Oskar
4072 \end_layout
4073
4074 \end_inset
4075 </cell>
4076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Plain Layout
4080 111
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 </row>
4086 <row>
4087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4088 \begin_inset Text
4089
4090 \begin_layout Plain Layout
4091
4092 \series bold
4093 Tacchelli
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 <cell alignment="center" valignment="top" usebox="none">
4099 \begin_inset Text
4100
4101 \begin_layout Plain Layout
4102 Ugo
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111 111
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 </row>
4117 <row>
4118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4119 \begin_inset Text
4120
4121 \begin_layout Plain Layout
4122
4123 \series bold
4124 Tezzele
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 <cell alignment="center" valignment="top" usebox="none">
4130 \begin_inset Text
4131
4132 \begin_layout Plain Layout
4133 Margit
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142 111
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 </row>
4148 <row>
4149 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153
4154 \series bold
4155 Unterkalmsteiner
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 <cell alignment="center" valignment="top" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164 Frieda
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173 111
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 </row>
4179 <row>
4180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184
4185 \series bold
4186 Vieider
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 <cell alignment="center" valignment="top" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195 Hilde
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204 111
4205 \end_layout
4206
4207 \end_inset
4208 </cell>
4209 </row>
4210 <row>
4211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215
4216 \series bold
4217 Vigna
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 <cell alignment="center" valignment="top" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226 Jürgen
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235 111
4236 \end_layout
4237
4238 \end_inset
4239 </cell>
4240 </row>
4241 <row>
4242 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246
4247 \series bold
4248 Weber
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 <cell alignment="center" valignment="top" usebox="none">
4254 \begin_inset Text
4255
4256 \begin_layout Plain Layout
4257 Maurizio
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266 111
4267 \end_layout
4268
4269 \end_inset
4270 </cell>
4271 </row>
4272 <row>
4273 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277
4278 \series bold
4279 Winkler
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288 Franz
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297 111
4298 \end_layout
4299
4300 \end_inset
4301 </cell>
4302 </row>
4303 <row>
4304 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308  
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Plain Layout
4326
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 </row>
4332 <row>
4333 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4334 \begin_inset Text
4335
4336 \begin_layout Plain Layout
4337
4338 \series bold
4339 Annovi
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 <cell alignment="center" valignment="top" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348 Silvia
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357 555
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 </row>
4363 <row>
4364 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4365 \begin_inset Text
4366
4367 \begin_layout Plain Layout
4368
4369 \series bold
4370 Bertoli
4371 \end_layout
4372
4373 \end_inset
4374 </cell>
4375 <cell alignment="center" valignment="top" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Plain Layout
4379 Stefano
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4385 \begin_inset Text
4386
4387 \begin_layout Plain Layout
4388 555
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 </row>
4394 <row>
4395 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4396 \begin_inset Text
4397
4398 \begin_layout Plain Layout
4399
4400 \series bold
4401 Bozzi
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 <cell alignment="center" valignment="top" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410 Walter
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419 555
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 </row>
4425 <row>
4426 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4427 \begin_inset Text
4428
4429 \begin_layout Plain Layout
4430
4431 \series bold
4432 Cachia
4433 \end_layout
4434
4435 \end_inset
4436 </cell>
4437 <cell alignment="center" valignment="top" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441 Maria
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4447 \begin_inset Text
4448
4449 \begin_layout Plain Layout
4450 555
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 </row>
4456 <row>
4457 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Plain Layout
4461
4462 \series bold
4463 Cachia
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 <cell alignment="center" valignment="top" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472 Maurizio
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Plain Layout
4481 555
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 </row>
4487 <row>
4488 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Plain Layout
4492
4493 \series bold
4494 Cinquemani
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 <cell alignment="center" valignment="top" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503 Giusi
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4509 \begin_inset Text
4510
4511 \begin_layout Plain Layout
4512 555
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 </row>
4518 <row>
4519 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Plain Layout
4523
4524 \series bold
4525 Colin
4526 \end_layout
4527
4528 \end_inset
4529 </cell>
4530 <cell alignment="center" valignment="top" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Plain Layout
4534 Bernard
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4540 \begin_inset Text
4541
4542 \begin_layout Plain Layout
4543 555
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 </row>
4549 <row>
4550 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554
4555 \series bold
4556 Concli
4557 \end_layout
4558
4559 \end_inset
4560 </cell>
4561 <cell alignment="center" valignment="top" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565 Gianfranco
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574 555
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 </row>
4580 <row>
4581 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4582 \begin_inset Text
4583
4584 \begin_layout Plain Layout
4585
4586 \series bold
4587 Dal Bosco
4588 \end_layout
4589
4590 \end_inset
4591 </cell>
4592 <cell alignment="center" valignment="top" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Plain Layout
4596 Carolina
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 555
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 </row>
4611 <row>
4612 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4613 \begin_inset Text
4614
4615 \begin_layout Plain Layout
4616
4617 \series bold
4618 Dalpiaz
4619 \end_layout
4620
4621 \end_inset
4622 </cell>
4623 <cell alignment="center" valignment="top" usebox="none">
4624 \begin_inset Text
4625
4626 \begin_layout Plain Layout
4627 Annamaria
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4633 \begin_inset Text
4634
4635 \begin_layout Plain Layout
4636 555
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 </row>
4642 <row>
4643 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4644 \begin_inset Text
4645
4646 \begin_layout Plain Layout
4647
4648 \series bold
4649 Feliciello
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 <cell alignment="center" valignment="top" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658 Domenico
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667 555
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 </row>
4673 <row>
4674 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4675 \begin_inset Text
4676
4677 \begin_layout Plain Layout
4678
4679 \series bold
4680 Focarelli
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 <cell alignment="center" valignment="top" usebox="none">
4686 \begin_inset Text
4687
4688 \begin_layout Plain Layout
4689 Paola
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Plain Layout
4698 555
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 </row>
4704 <row>
4705 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4706 \begin_inset Text
4707
4708 \begin_layout Plain Layout
4709
4710 \series bold
4711 Galletti
4712 \end_layout
4713
4714 \end_inset
4715 </cell>
4716 <cell alignment="center" valignment="top" usebox="none">
4717 \begin_inset Text
4718
4719 \begin_layout Plain Layout
4720 Oreste
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729 555
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 </row>
4735 <row>
4736 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4737 \begin_inset Text
4738
4739 \begin_layout Plain Layout
4740
4741 \series bold
4742 Gasparini
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 <cell alignment="center" valignment="top" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Plain Layout
4751 Franca
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760 555
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 </row>
4766 <row>
4767 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4768 \begin_inset Text
4769
4770 \begin_layout Plain Layout
4771
4772 \series bold
4773 Rizzardi
4774 \end_layout
4775
4776 \end_inset
4777 </cell>
4778 <cell alignment="center" valignment="top" usebox="none">
4779 \begin_inset Text
4780
4781 \begin_layout Plain Layout
4782 Paola
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Plain Layout
4791 555
4792 \end_layout
4793
4794 \end_inset
4795 </cell>
4796 </row>
4797 <row>
4798 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4799 \begin_inset Text
4800
4801 \begin_layout Plain Layout
4802
4803 \series bold
4804 Lassini
4805 \end_layout
4806
4807 \end_inset
4808 </cell>
4809 <cell alignment="center" valignment="top" usebox="none">
4810 \begin_inset Text
4811
4812 \begin_layout Plain Layout
4813 Giancarlo
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822 555
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 </row>
4828 <row>
4829 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4830 \begin_inset Text
4831
4832 \begin_layout Plain Layout
4833
4834 \series bold
4835 Malfatti
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 <cell alignment="center" valignment="top" usebox="none">
4841 \begin_inset Text
4842
4843 \begin_layout Plain Layout
4844 Luciano
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853 555
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 </row>
4859 <row>
4860 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4861 \begin_inset Text
4862
4863 \begin_layout Plain Layout
4864
4865 \series bold
4866 Malfatti
4867 \end_layout
4868
4869 \end_inset
4870 </cell>
4871 <cell alignment="center" valignment="top" usebox="none">
4872 \begin_inset Text
4873
4874 \begin_layout Plain Layout
4875 Valeriano
4876 \end_layout
4877
4878 \end_inset
4879 </cell>
4880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884 555
4885 \end_layout
4886
4887 \end_inset
4888 </cell>
4889 </row>
4890 <row>
4891 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4892 \begin_inset Text
4893
4894 \begin_layout Plain Layout
4895
4896 \series bold
4897 Meneguzzo
4898 \end_layout
4899
4900 \end_inset
4901 </cell>
4902 <cell alignment="center" valignment="top" usebox="none">
4903 \begin_inset Text
4904
4905 \begin_layout Plain Layout
4906 Roberto
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4912 \begin_inset Text
4913
4914 \begin_layout Plain Layout
4915 555
4916 \end_layout
4917
4918 \end_inset
4919 </cell>
4920 </row>
4921 <row>
4922 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4923 \begin_inset Text
4924
4925 \begin_layout Plain Layout
4926
4927 \series bold
4928 Mezzadra
4929 \end_layout
4930
4931 \end_inset
4932 </cell>
4933 <cell alignment="center" valignment="top" usebox="none">
4934 \begin_inset Text
4935
4936 \begin_layout Plain Layout
4937 Roberto
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Plain Layout
4946 555
4947 \end_layout
4948
4949 \end_inset
4950 </cell>
4951 </row>
4952 <row>
4953 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4954 \begin_inset Text
4955
4956 \begin_layout Plain Layout
4957
4958 \series bold
4959 Pirpamer
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 <cell alignment="center" valignment="top" usebox="none">
4965 \begin_inset Text
4966
4967 \begin_layout Plain Layout
4968 Erich
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Plain Layout
4977 555
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 </row>
4983 <row>
4984 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4985 \begin_inset Text
4986
4987 \begin_layout Plain Layout
4988
4989 \series bold
4990 Pochiesa
4991 \end_layout
4992
4993 \end_inset
4994 </cell>
4995 <cell alignment="center" valignment="top" usebox="none">
4996 \begin_inset Text
4997
4998 \begin_layout Plain Layout
4999 Paolo
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Plain Layout
5008 555, 222
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 </row>
5014 <row>
5015 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5016 \begin_inset Text
5017
5018 \begin_layout Plain Layout
5019
5020 \series bold
5021 Radina
5022 \end_layout
5023
5024 \end_inset
5025 </cell>
5026 <cell alignment="center" valignment="top" usebox="none">
5027 \begin_inset Text
5028
5029 \begin_layout Plain Layout
5030 Claudio
5031 \end_layout
5032
5033 \end_inset
5034 </cell>
5035 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5036 \begin_inset Text
5037
5038 \begin_layout Plain Layout
5039 555
5040 \end_layout
5041
5042 \end_inset
5043 </cell>
5044 </row>
5045 <row>
5046 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5047 \begin_inset Text
5048
5049 \begin_layout Plain Layout
5050
5051 \series bold
5052 Stuffer
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 <cell alignment="center" valignment="top" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Plain Layout
5061 Oskar
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070 555
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 </row>
5076 <row>
5077 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5078 \begin_inset Text
5079
5080 \begin_layout Plain Layout
5081
5082 \series bold
5083 Tacchelli
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 <cell alignment="center" valignment="top" usebox="none">
5089 \begin_inset Text
5090
5091 \begin_layout Plain Layout
5092 Ugo
5093 \end_layout
5094
5095 \end_inset
5096 </cell>
5097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5098 \begin_inset Text
5099
5100 \begin_layout Plain Layout
5101 555
5102 \end_layout
5103
5104 \end_inset
5105 </cell>
5106 </row>
5107 <row>
5108 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5109 \begin_inset Text
5110
5111 \begin_layout Plain Layout
5112
5113 \series bold
5114 Tezzele
5115 \end_layout
5116
5117 \end_inset
5118 </cell>
5119 <cell alignment="center" valignment="top" usebox="none">
5120 \begin_inset Text
5121
5122 \begin_layout Plain Layout
5123 Margit
5124 \end_layout
5125
5126 \end_inset
5127 </cell>
5128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5129 \begin_inset Text
5130
5131 \begin_layout Plain Layout
5132 555
5133 \end_layout
5134
5135 \end_inset
5136 </cell>
5137 </row>
5138 <row>
5139 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5140 \begin_inset Text
5141
5142 \begin_layout Plain Layout
5143
5144 \series bold
5145 Unterkalmsteiner
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 <cell alignment="center" valignment="top" usebox="none">
5151 \begin_inset Text
5152
5153 \begin_layout Plain Layout
5154 Frieda
5155 \end_layout
5156
5157 \end_inset
5158 </cell>
5159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5160 \begin_inset Text
5161
5162 \begin_layout Plain Layout
5163 555
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 </row>
5169 <row>
5170 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Plain Layout
5174
5175 \series bold
5176 Vieider
5177 \end_layout
5178
5179 \end_inset
5180 </cell>
5181 <cell alignment="center" valignment="top" usebox="none">
5182 \begin_inset Text
5183
5184 \begin_layout Plain Layout
5185 Hilde
5186 \end_layout
5187
5188 \end_inset
5189 </cell>
5190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194 555
5195 \end_layout
5196
5197 \end_inset
5198 </cell>
5199 </row>
5200 <row>
5201 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5202 \begin_inset Text
5203
5204 \begin_layout Plain Layout
5205
5206 \series bold
5207 Vigna
5208 \end_layout
5209
5210 \end_inset
5211 </cell>
5212 <cell alignment="center" valignment="top" usebox="none">
5213 \begin_inset Text
5214
5215 \begin_layout Plain Layout
5216 Jürgen
5217 \end_layout
5218
5219 \end_inset
5220 </cell>
5221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5222 \begin_inset Text
5223
5224 \begin_layout Plain Layout
5225 999
5226 \end_layout
5227
5228 \end_inset
5229 </cell>
5230 </row>
5231 <row>
5232 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5233 \begin_inset Text
5234
5235 \begin_layout Plain Layout
5236
5237 \series bold
5238 Weber
5239 \end_layout
5240
5241 \end_inset
5242 </cell>
5243 <cell alignment="center" valignment="top" usebox="none">
5244 \begin_inset Text
5245
5246 \begin_layout Plain Layout
5247 Maurizio
5248 \end_layout
5249
5250 \end_inset
5251 </cell>
5252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5253 \begin_inset Text
5254
5255 \begin_layout Plain Layout
5256 555
5257 \end_layout
5258
5259 \end_inset
5260 </cell>
5261 </row>
5262 <row>
5263 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5264 \begin_inset Text
5265
5266 \begin_layout Plain Layout
5267
5268 \series bold
5269 Winkler
5270 \end_layout
5271
5272 \end_inset
5273 </cell>
5274 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5275 \begin_inset Text
5276
5277 \begin_layout Plain Layout
5278 Franz
5279 \end_layout
5280
5281 \end_inset
5282 </cell>
5283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5284 \begin_inset Text
5285
5286 \begin_layout Plain Layout
5287 555
5288 \end_layout
5289
5290 \end_inset
5291 </cell>
5292 </row>
5293 <row endlastfoot="true">
5294 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5295 \begin_inset Text
5296
5297 \begin_layout Plain Layout
5298 Ende
5299 \end_layout
5300
5301 \end_inset
5302 </cell>
5303 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5304 \begin_inset Text
5305
5306 \begin_layout Plain Layout
5307
5308 \end_layout
5309
5310 \end_inset
5311 </cell>
5312 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5313 \begin_inset Text
5314
5315 \begin_layout Plain Layout
5316
5317 \end_layout
5318
5319 \end_inset
5320 </cell>
5321 </row>
5322 </lyxtabular>
5323
5324 \end_inset
5325
5326
5327 \begin_inset ERT
5328 status collapsed
5329
5330 \begin_layout Plain Layout
5331
5332
5333 \backslash
5334 addtocounter{table}{-1}
5335 \end_layout
5336
5337 \end_inset
5338
5339
5340 \begin_inset Note Note
5341 status collapsed
5342
5343 \begin_layout Plain Layout
5344 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5345 \begin_inset space ~
5346 \end_inset
5347
5348
5349 \begin_inset CommandInset ref
5350 LatexCommand ref
5351 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
5352
5353 \end_inset
5354
5355
5356 \end_layout
5357
5358 \end_inset
5359
5360
5361 \end_layout
5362
5363 \begin_layout Subsection
5364 Fußnoten in mehrseitigen Tabellen
5365 \begin_inset CommandInset label
5366 LatexCommand label
5367 name "uab:Fußnoten-in-mehrseitigen"
5368
5369 \end_inset
5370
5371
5372 \begin_inset Index idx
5373 status collapsed
5374
5375 \begin_layout Plain Layout
5376 Tabellen ! mehrseitige ! Fußnoten
5377 \end_layout
5378
5379 \end_inset
5380
5381
5382 \end_layout
5383
5384 \begin_layout Standard
5385 Fußnoten kann man in jede Zelle einer mehrseitigen Tabelle einfügen.
5386  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5387  Tabelle
5388 \begin_inset space ~
5389 \end_inset
5390
5391
5392 \begin_inset CommandInset ref
5393 LatexCommand ref
5394 reference "tab:Telefonliste"
5395
5396 \end_inset
5397
5398  hat zum Beispiel eine Fußnote.
5399 \end_layout
5400
5401 \begin_layout Subsection
5402 Ausrichtung mehrseitiger Tabellen
5403 \begin_inset Index idx
5404 status collapsed
5405
5406 \begin_layout Plain Layout
5407 Tabellen ! mehrseitige ! Ausrichtung
5408 \end_layout
5409
5410 \end_inset
5411
5412
5413 \end_layout
5414
5415 \begin_layout Standard
5416 Die horizontale Ausrichtung von mehrseitigen Tabellen kann in den Tabelleneinste
5417 llungen festgelegt werden.
5418  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5419  Seitenrand.
5420  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5421  ausgerichtet werden und die Werte der Längen 
5422 \series bold
5423
5424 \backslash
5425 LTleft 
5426 \series default
5427 und 
5428 \series bold
5429
5430 \backslash
5431 LTright
5432 \series default
5433  geändert werden, indem diese Zeile als \SpecialChar TeX
5434 -Code vor die mehrseitige Tabelle
5435  eingefügt wird:
5436 \end_layout
5437
5438 \begin_layout Standard
5439
5440 \series bold
5441
5442 \backslash
5443 setlength{
5444 \backslash
5445 LTleft}{Wert}
5446 \end_layout
5447
5448 \begin_layout Standard
5449 Der Wert kann eine der in Tabelle
5450 \begin_inset space ~
5451 \end_inset
5452
5453
5454 \begin_inset CommandInset ref
5455 LatexCommand ref
5456 reference "tab:Maßeinheiten"
5457
5458 \end_inset
5459
5460  aufgelisteten Einheiten haben.
5461  
5462 \series bold
5463
5464 \backslash
5465 LTleft
5466 \series default
5467  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5468  
5469 \series bold
5470
5471 \backslash
5472 LTright
5473 \series default
5474  den Abstand von rechts.
5475  Die Voreinstellung für beide Werte ist 
5476 \series bold
5477
5478 \backslash
5479 fill
5480 \series default
5481 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5482  in \SpecialChar LyX
5483  ist.
5484 \end_layout
5485
5486 \begin_layout Standard
5487 Die folgende mehrseitige Tabelle wurde zentriert und 
5488 \series bold
5489
5490 \backslash
5491 LTleft
5492 \series default
5493  auf den Wert 
5494 \family sans
5495 0.1
5496 \backslash
5497 columnwidth
5498 \family default
5499  gesetzt:
5500 \begin_inset ERT
5501 status collapsed
5502
5503 \begin_layout Plain Layout
5504
5505
5506 \backslash
5507 setlength{
5508 \backslash
5509 LTleft}{0.1
5510 \backslash
5511 columnwidth}
5512 \end_layout
5513
5514 \end_inset
5515
5516
5517 \end_layout
5518
5519 \begin_layout Standard
5520 \begin_inset Tabular
5521 <lyxtabular version="3" rows="5" columns="5">
5522 <features islongtable="true" longtabularalignment="center">
5523 <column alignment="center" valignment="top">
5524 <column alignment="center" valignment="top">
5525 <column alignment="center" valignment="top" width="0pt">
5526 <column alignment="center" valignment="top">
5527 <column alignment="center" valignment="top">
5528 <row>
5529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5530 \begin_inset Text
5531
5532 \begin_layout Plain Layout
5533 1
5534 \end_layout
5535
5536 \end_inset
5537 </cell>
5538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542 2
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 3
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5557 \begin_inset Text
5558
5559 \begin_layout Plain Layout
5560 4
5561 \end_layout
5562
5563 \end_inset
5564 </cell>
5565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5566 \begin_inset Text
5567
5568 \begin_layout Plain Layout
5569 5
5570 \end_layout
5571
5572 \end_inset
5573 </cell>
5574 </row>
5575 <row>
5576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5577 \begin_inset Text
5578
5579 \begin_layout Plain Layout
5580 asd
5581 \end_layout
5582
5583 \end_inset
5584 </cell>
5585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Plain Layout
5589 s
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 s
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607 s
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5613 \begin_inset Text
5614
5615 \begin_layout Plain Layout
5616 asd
5617 \end_layout
5618
5619 \end_inset
5620 </cell>
5621 </row>
5622 <row>
5623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5624 \begin_inset Text
5625
5626 \begin_layout Plain Layout
5627 asd
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Plain Layout
5636 s
5637 \end_layout
5638
5639 \end_inset
5640 </cell>
5641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Plain Layout
5645 s
5646 \end_layout
5647
5648 \end_inset
5649 </cell>
5650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5651 \begin_inset Text
5652
5653 \begin_layout Plain Layout
5654 s
5655 \end_layout
5656
5657 \end_inset
5658 </cell>
5659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5660 \begin_inset Text
5661
5662 \begin_layout Plain Layout
5663 asd
5664 \end_layout
5665
5666 \end_inset
5667 </cell>
5668 </row>
5669 <row>
5670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5671 \begin_inset Text
5672
5673 \begin_layout Plain Layout
5674 asd
5675 \end_layout
5676
5677 \end_inset
5678 </cell>
5679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683 s
5684 \end_layout
5685
5686 \end_inset
5687 </cell>
5688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5689 \begin_inset Text
5690
5691 \begin_layout Plain Layout
5692 s
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Plain Layout
5701 s
5702 \end_layout
5703
5704 \end_inset
5705 </cell>
5706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710 asd
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 </row>
5716 <row>
5717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5718 \begin_inset Text
5719
5720 \begin_layout Plain Layout
5721 asd
5722 \end_layout
5723
5724 \end_inset
5725 </cell>
5726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5727 \begin_inset Text
5728
5729 \begin_layout Plain Layout
5730 asd
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Plain Layout
5739 asd
5740 \end_layout
5741
5742 \end_inset
5743 </cell>
5744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748 asd
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 asd
5758 \end_layout
5759
5760 \end_inset
5761 </cell>
5762 </row>
5763 </lyxtabular>
5764
5765 \end_inset
5766
5767
5768 \begin_inset ERT
5769 status collapsed
5770
5771 \begin_layout Plain Layout
5772
5773
5774 \backslash
5775 setlength{
5776 \backslash
5777 LTleft}{
5778 \backslash
5779 fill}
5780 \end_layout
5781
5782 \end_inset
5783
5784
5785 \begin_inset ERT
5786 status collapsed
5787
5788 \begin_layout Plain Layout
5789
5790
5791 \backslash
5792 addtocounter{table}{-1}
5793 \end_layout
5794
5795 \end_inset
5796
5797
5798 \begin_inset Note Note
5799 status collapsed
5800
5801 \begin_layout Plain Layout
5802 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5803 \begin_inset space ~
5804 \end_inset
5805
5806
5807 \begin_inset CommandInset ref
5808 LatexCommand ref
5809 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
5810
5811 \end_inset
5812
5813
5814 \end_layout
5815
5816 \end_inset
5817
5818
5819 \end_layout
5820
5821 \begin_layout Subsection
5822 Beschriftungen mehrseitiger Tabellen
5823 \begin_inset CommandInset label
5824 LatexCommand label
5825 name "uab:Beschriftungen-mehrseitiger-Tabellen"
5826
5827 \end_inset
5828
5829
5830 \begin_inset Index idx
5831 status collapsed
5832
5833 \begin_layout Plain Layout
5834 Mehrseitige Tabellen
5835 \end_layout
5836
5837 \end_inset
5838
5839
5840 \begin_inset Index idx
5841 status collapsed
5842
5843 \begin_layout Plain Layout
5844 Tabellen ! mehrseitige ! Titel
5845 \end_layout
5846
5847 \end_inset
5848
5849
5850 \end_layout
5851
5852 \begin_layout Standard
5853 Eine mehrseitige Tabelle kann man nicht in ein Gleitobjekt packen, weil
5854  Gleitobjekte nur auf eine Seite gedruckt werden können.
5855  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5856 \begin_inset space ~
5857 \end_inset
5858
5859
5860 \begin_inset CommandInset ref
5861 LatexCommand ref
5862 reference "abs:Mehrseitige-Tabellen"
5863
5864 \end_inset
5865
5866  erklärt.
5867  Nur eine Tabellenzeile kann eine Beschriftung enthalten, entweder eine
5868  Kopf- oder eine Fußzeile.
5869 \end_layout
5870
5871 \begin_layout Standard
5872 Hier ist eine kurze mehrseitige Tabelle, die zeigt, wie das funktioniert:
5873 \end_layout
5874
5875 \begin_layout Standard
5876 \begin_inset Tabular
5877 <lyxtabular version="3" rows="6" columns="5">
5878 <features islongtable="true" longtabularalignment="center">
5879 <column alignment="center" valignment="top">
5880 <column alignment="center" valignment="top">
5881 <column alignment="center" valignment="top">
5882 <column alignment="center" valignment="top">
5883 <column alignment="center" valignment="top">
5884 <row endfirsthead="true" caption="true">
5885 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 \begin_inset Caption Standard
5890
5891 \begin_layout Plain Layout
5892 Eine mehrseitige Tabelle mit Titel
5893 \begin_inset Argument 1
5894 status open
5895
5896 \begin_layout Plain Layout
5897 MehrseitigeTabelle
5898 \end_layout
5899
5900 \end_inset
5901
5902
5903 \end_layout
5904
5905 \end_inset
5906
5907
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Plain Layout
5916
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 </row>
5949 <row>
5950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 1
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 2
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 3
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 4
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990 5
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 </row>
5996 <row>
5997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 asd
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 s
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 s
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028 s
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6034 \begin_inset Text
6035
6036 \begin_layout Plain Layout
6037 asd
6038 \end_layout
6039
6040 \end_inset
6041 </cell>
6042 </row>
6043 <row>
6044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048 asd
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057 s
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 s
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075 s
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Plain Layout
6084 asd
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 </row>
6090 <row>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095 asd
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 s
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113 s
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6119 \begin_inset Text
6120
6121 \begin_layout Plain Layout
6122 s
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131 asd
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 </row>
6137 <row>
6138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142 asd
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151 asd
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160 asd
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169 asd
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 asd
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 </row>
6184 </lyxtabular>
6185
6186 \end_inset
6187
6188
6189 \end_layout
6190
6191 \begin_layout Standard
6192 \begin_inset VSpace medskip
6193 \end_inset
6194
6195
6196 \begin_inset Note Greyedout
6197 status open
6198
6199 \begin_layout Plain Layout
6200
6201 \series bold
6202 Bemerkung
6203 \begin_inset space ~
6204 \end_inset
6205
6206 1:
6207 \series default
6208  Die Tabellennummer wird für jede mehrseitige Tabelle erhöht, auch wenn
6209  Sie keinen Titel vergeben.
6210  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6211 \begin_inset space ~
6212 \end_inset
6213
6214 2.4 auf Tabelle
6215 \begin_inset space ~
6216 \end_inset
6217
6218 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei mehrseitige Tabellen
6219  ohne Beschriftung sind.
6220  Um das zu vermeiden, können Sie hinter jede mehrseitige Tabelle ohne Titel
6221  folgenden \SpecialChar LaTeX
6222 -Befehl als \SpecialChar TeX
6223 -Code einfügen:
6224 \end_layout
6225
6226 \begin_layout Plain Layout
6227
6228 \series bold
6229
6230 \backslash
6231 addtocounter{table}{-1}
6232 \end_layout
6233
6234 \begin_layout Plain Layout
6235 Das ist nicht notwendig, wenn keine der mehrseitigen Tabellen im Dokument
6236  eine Beschriftung hat und Sie diesen Code zum \SpecialChar LaTeX
6237 -Vorspann hinzufügen:
6238 \end_layout
6239
6240 \begin_layout Plain Layout
6241
6242 \series bold
6243
6244 \backslash
6245 let
6246 \backslash
6247 myEnd
6248 \backslash
6249 endlongtable
6250 \begin_inset Newline newline
6251 \end_inset
6252
6253
6254 \backslash
6255 renewcommand{
6256 \backslash
6257 endlongtable}{
6258 \backslash
6259 myEnd
6260 \backslash
6261 addtocounter{table}{-1}}
6262 \end_layout
6263
6264 \end_inset
6265
6266
6267 \end_layout
6268
6269 \begin_layout Standard
6270 \begin_inset Note Greyedout
6271 status open
6272
6273 \begin_layout Plain Layout
6274
6275 \series bold
6276 Bemerkung
6277 \begin_inset space ~
6278 \end_inset
6279
6280 2:
6281 \series default
6282  Wenn Sie 
6283 \series bold
6284 hyperref
6285 \series default
6286
6287 \begin_inset Index idx
6288 status collapsed
6289
6290 \begin_layout Plain Layout
6291 \SpecialChar LaTeX
6292 -Pakete ! hyperref
6293 \end_layout
6294
6295 \end_inset
6296
6297  in den
6298 \family sans
6299  PDF-Eigenschaften
6300 \family default
6301  im 
6302 \family sans
6303 Dokument-Einstellungen
6304 \family default
6305  Dialog für Querverweise benutzen, wird der Verweis auf eine mehrseitige
6306  Tabelle immer auf den Anfang des Dokuments zeigen.
6307 \end_layout
6308
6309 \end_inset
6310
6311
6312 \end_layout
6313
6314 \begin_layout Subsubsection
6315 Querverweise auf mehrseitige
6316 \family sans
6317  Tabelle
6318 \family default
6319 n
6320 \begin_inset Index idx
6321 status collapsed
6322
6323 \begin_layout Plain Layout
6324 Tabellen ! mehrseitige ! Querverweis
6325 \end_layout
6326
6327 \end_inset
6328
6329
6330 \end_layout
6331
6332 \begin_layout Standard
6333 \begin_inset Tabular
6334 <lyxtabular version="3" rows="6" columns="5">
6335 <features islongtable="true" longtabularalignment="center">
6336 <column alignment="center" valignment="top">
6337 <column alignment="center" valignment="top">
6338 <column alignment="center" valignment="top">
6339 <column alignment="center" valignment="top">
6340 <column alignment="center" valignment="top">
6341 <row endfirsthead="true" caption="true">
6342 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Plain Layout
6346 \begin_inset Caption Standard
6347
6348 \begin_layout Plain Layout
6349 Mehrseitige Tabelle mit Marke
6350 \begin_inset CommandInset label
6351 LatexCommand label
6352 name "tab:Mehrseitige-Tabelle-mit-Marke"
6353
6354 \end_inset
6355
6356
6357 \end_layout
6358
6359 \end_inset
6360
6361
6362 \end_layout
6363
6364 \end_inset
6365 </cell>
6366 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6367 \begin_inset Text
6368
6369 \begin_layout Plain Layout
6370
6371 \end_layout
6372
6373 \end_inset
6374 </cell>
6375 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 </row>
6403 <row>
6404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6405 \begin_inset Text
6406
6407 \begin_layout Plain Layout
6408 1
6409 \end_layout
6410
6411 \end_inset
6412 </cell>
6413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6414 \begin_inset Text
6415
6416 \begin_layout Plain Layout
6417 2
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Plain Layout
6426 3
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6432 \begin_inset Text
6433
6434 \begin_layout Plain Layout
6435 4
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6441 \begin_inset Text
6442
6443 \begin_layout Plain Layout
6444 5
6445 \end_layout
6446
6447 \end_inset
6448 </cell>
6449 </row>
6450 <row>
6451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6452 \begin_inset Text
6453
6454 \begin_layout Plain Layout
6455 asd
6456 \end_layout
6457
6458 \end_inset
6459 </cell>
6460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6461 \begin_inset Text
6462
6463 \begin_layout Plain Layout
6464 s
6465 \end_layout
6466
6467 \end_inset
6468 </cell>
6469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6470 \begin_inset Text
6471
6472 \begin_layout Plain Layout
6473 s
6474 \end_layout
6475
6476 \end_inset
6477 </cell>
6478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6479 \begin_inset Text
6480
6481 \begin_layout Plain Layout
6482 s
6483 \end_layout
6484
6485 \end_inset
6486 </cell>
6487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6488 \begin_inset Text
6489
6490 \begin_layout Plain Layout
6491 asd
6492 \end_layout
6493
6494 \end_inset
6495 </cell>
6496 </row>
6497 <row>
6498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6499 \begin_inset Text
6500
6501 \begin_layout Plain Layout
6502 asd
6503 \end_layout
6504
6505 \end_inset
6506 </cell>
6507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6508 \begin_inset Text
6509
6510 \begin_layout Plain Layout
6511 s
6512 \end_layout
6513
6514 \end_inset
6515 </cell>
6516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6517 \begin_inset Text
6518
6519 \begin_layout Plain Layout
6520 s
6521 \end_layout
6522
6523 \end_inset
6524 </cell>
6525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6526 \begin_inset Text
6527
6528 \begin_layout Plain Layout
6529 s
6530 \end_layout
6531
6532 \end_inset
6533 </cell>
6534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6535 \begin_inset Text
6536
6537 \begin_layout Plain Layout
6538 asd
6539 \end_layout
6540
6541 \end_inset
6542 </cell>
6543 </row>
6544 <row>
6545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6546 \begin_inset Text
6547
6548 \begin_layout Plain Layout
6549 asd
6550 \end_layout
6551
6552 \end_inset
6553 </cell>
6554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6555 \begin_inset Text
6556
6557 \begin_layout Plain Layout
6558 s
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6564 \begin_inset Text
6565
6566 \begin_layout Plain Layout
6567 s
6568 \end_layout
6569
6570 \end_inset
6571 </cell>
6572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6573 \begin_inset Text
6574
6575 \begin_layout Plain Layout
6576 s
6577 \end_layout
6578
6579 \end_inset
6580 </cell>
6581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6582 \begin_inset Text
6583
6584 \begin_layout Plain Layout
6585 asd
6586 \end_layout
6587
6588 \end_inset
6589 </cell>
6590 </row>
6591 <row>
6592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6593 \begin_inset Text
6594
6595 \begin_layout Plain Layout
6596 asd
6597 \end_layout
6598
6599 \end_inset
6600 </cell>
6601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6602 \begin_inset Text
6603
6604 \begin_layout Plain Layout
6605 sad
6606 \end_layout
6607
6608 \end_inset
6609 </cell>
6610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Plain Layout
6614 asd
6615 \end_layout
6616
6617 \end_inset
6618 </cell>
6619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6620 \begin_inset Text
6621
6622 \begin_layout Plain Layout
6623 asd
6624 \end_layout
6625
6626 \end_inset
6627 </cell>
6628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6629 \begin_inset Text
6630
6631 \begin_layout Plain Layout
6632 asd
6633 \end_layout
6634
6635 \end_inset
6636 </cell>
6637 </row>
6638 </lyxtabular>
6639
6640 \end_inset
6641
6642
6643 \end_layout
6644
6645 \begin_layout Standard
6646 Damit auf eine mehrseitige Tabelle verwiesen werden kann, müssen Sie eine
6647  Marke im Titel einfügen.
6648 \end_layout
6649
6650 \begin_layout Standard
6651 Dies ist ein Verweis auf Tabelle
6652 \begin_inset space ~
6653 \end_inset
6654
6655
6656 \begin_inset CommandInset ref
6657 LatexCommand ref
6658 reference "tab:Mehrseitige-Tabelle-mit-Marke"
6659
6660 \end_inset
6661
6662 .
6663 \end_layout
6664
6665 \begin_layout Standard
6666 Mit dem \SpecialChar LaTeX
6667 -Paket 
6668 \series bold
6669 caption
6670 \series default
6671
6672 \begin_inset Index idx
6673 status collapsed
6674
6675 \begin_layout Plain Layout
6676 \SpecialChar LaTeX
6677 -Pakete ! caption
6678 \end_layout
6679
6680 \end_inset
6681
6682 , siehe Abschnitt
6683 \begin_inset space ~
6684 \end_inset
6685
6686
6687 \begin_inset CommandInset ref
6688 LatexCommand ref
6689 reference "abs:Titel-Formatierung"
6690
6691 \end_inset
6692
6693 , können Sie alle anderen Beschriftungsoptionen benutzen.
6694 \end_layout
6695
6696 \begin_layout Subsubsection
6697 Titelbreite
6698 \begin_inset Index idx
6699 status collapsed
6700
6701 \begin_layout Plain Layout
6702 Tabellen ! mehrseitige ! Beschriftungsbreite
6703 \end_layout
6704
6705 \end_inset
6706
6707
6708 \end_layout
6709
6710 \begin_layout Standard
6711 Die maximale Titelbreite wird durch die Variable 
6712 \series bold
6713
6714 \backslash
6715 LTcapwidth
6716 \series default
6717  definiert.
6718  Ihr Standardwert ist 4
6719 \begin_inset space \thinspace{}
6720 \end_inset
6721
6722 Zoll (
6723 \begin_inset Formula $\approx10$
6724 \end_inset
6725
6726
6727 \begin_inset space \thinspace{}
6728 \end_inset
6729
6730 cm).
6731  Um das zu ändern, können Sie entweder im \SpecialChar LaTeX
6732 -Vorspann oder als \SpecialChar TeX
6733 -Code vor der
6734  betreffenden mehrseitigen Tabelle folgenden Befehl einsetzen:
6735 \end_layout
6736
6737 \begin_layout Standard
6738
6739 \series bold
6740
6741 \backslash
6742 setlength{
6743 \backslash
6744 LTcapwidth}{Breite}
6745 \end_layout
6746
6747 \begin_layout Standard
6748 wobei die 
6749 \family sans
6750 Breite
6751 \family default
6752  eine der in Anhang
6753 \begin_inset space ~
6754 \end_inset
6755
6756
6757 \begin_inset CommandInset ref
6758 LatexCommand ref
6759 reference "kap:In-LyX-verfügbare"
6760
6761 \end_inset
6762
6763  aufgelisteten Einheiten haben kann.
6764 \end_layout
6765
6766 \begin_layout Standard
6767 Die beiden folgenden Tabellen zeigen den Unterschied:
6768 \end_layout
6769
6770 \begin_layout Standard
6771 \begin_inset Tabular
6772 <lyxtabular version="3" rows="6" columns="5">
6773 <features islongtable="true" longtabularalignment="center">
6774 <column alignment="center" valignment="top">
6775 <column alignment="center" valignment="top">
6776 <column alignment="center" valignment="top">
6777 <column alignment="center" valignment="top">
6778 <column alignment="center" valignment="top">
6779 <row endfirsthead="true" caption="true">
6780 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6781 \begin_inset Text
6782
6783 \begin_layout Plain Layout
6784 \begin_inset Caption Standard
6785
6786 \begin_layout Plain Layout
6787 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6788 \begin_inset Argument 1
6789 status open
6790
6791 \begin_layout Plain Layout
6792 Titel mit Standardbreite
6793 \end_layout
6794
6795 \end_inset
6796
6797
6798 \end_layout
6799
6800 \end_inset
6801
6802
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6808 \begin_inset Text
6809
6810 \begin_layout Plain Layout
6811
6812 \end_layout
6813
6814 \end_inset
6815 </cell>
6816 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Plain Layout
6820
6821 \end_layout
6822
6823 \end_inset
6824 </cell>
6825 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6826 \begin_inset Text
6827
6828 \begin_layout Plain Layout
6829
6830 \end_layout
6831
6832 \end_inset
6833 </cell>
6834 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6835 \begin_inset Text
6836
6837 \begin_layout Plain Layout
6838
6839 \end_layout
6840
6841 \end_inset
6842 </cell>
6843 </row>
6844 <row>
6845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849 1
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6855 \begin_inset Text
6856
6857 \begin_layout Plain Layout
6858 2
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Plain Layout
6867 3
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6873 \begin_inset Text
6874
6875 \begin_layout Plain Layout
6876 4
6877 \end_layout
6878
6879 \end_inset
6880 </cell>
6881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6882 \begin_inset Text
6883
6884 \begin_layout Plain Layout
6885 5
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 </row>
6891 <row>
6892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6893 \begin_inset Text
6894
6895 \begin_layout Plain Layout
6896 asd
6897 \end_layout
6898
6899 \end_inset
6900 </cell>
6901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Plain Layout
6905 s
6906 \end_layout
6907
6908 \end_inset
6909 </cell>
6910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6911 \begin_inset Text
6912
6913 \begin_layout Plain Layout
6914 s
6915 \end_layout
6916
6917 \end_inset
6918 </cell>
6919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6920 \begin_inset Text
6921
6922 \begin_layout Plain Layout
6923 s
6924 \end_layout
6925
6926 \end_inset
6927 </cell>
6928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6929 \begin_inset Text
6930
6931 \begin_layout Plain Layout
6932 asd
6933 \end_layout
6934
6935 \end_inset
6936 </cell>
6937 </row>
6938 <row>
6939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6940 \begin_inset Text
6941
6942 \begin_layout Plain Layout
6943 asd
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
6948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Plain Layout
6952 s
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Plain Layout
6961 s
6962 \end_layout
6963
6964 \end_inset
6965 </cell>
6966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6967 \begin_inset Text
6968
6969 \begin_layout Plain Layout
6970 s
6971 \end_layout
6972
6973 \end_inset
6974 </cell>
6975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6976 \begin_inset Text
6977
6978 \begin_layout Plain Layout
6979 asd
6980 \end_layout
6981
6982 \end_inset
6983 </cell>
6984 </row>
6985 <row>
6986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6987 \begin_inset Text
6988
6989 \begin_layout Plain Layout
6990 asd
6991 \end_layout
6992
6993 \end_inset
6994 </cell>
6995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6996 \begin_inset Text
6997
6998 \begin_layout Plain Layout
6999 s
7000 \end_layout
7001
7002 \end_inset
7003 </cell>
7004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7005 \begin_inset Text
7006
7007 \begin_layout Plain Layout
7008 s
7009 \end_layout
7010
7011 \end_inset
7012 </cell>
7013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7014 \begin_inset Text
7015
7016 \begin_layout Plain Layout
7017 s
7018 \end_layout
7019
7020 \end_inset
7021 </cell>
7022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7023 \begin_inset Text
7024
7025 \begin_layout Plain Layout
7026 asd
7027 \end_layout
7028
7029 \end_inset
7030 </cell>
7031 </row>
7032 <row>
7033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Plain Layout
7037 asd
7038 \end_layout
7039
7040 \end_inset
7041 </cell>
7042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7043 \begin_inset Text
7044
7045 \begin_layout Plain Layout
7046 sad
7047 \end_layout
7048
7049 \end_inset
7050 </cell>
7051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7052 \begin_inset Text
7053
7054 \begin_layout Plain Layout
7055 asd
7056 \end_layout
7057
7058 \end_inset
7059 </cell>
7060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7061 \begin_inset Text
7062
7063 \begin_layout Plain Layout
7064 asd
7065 \end_layout
7066
7067 \end_inset
7068 </cell>
7069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7070 \begin_inset Text
7071
7072 \begin_layout Plain Layout
7073 asd
7074 \end_layout
7075
7076 \end_inset
7077 </cell>
7078 </row>
7079 </lyxtabular>
7080
7081 \end_inset
7082
7083
7084 \end_layout
7085
7086 \begin_layout Standard
7087 \begin_inset ERT
7088 status collapsed
7089
7090 \begin_layout Plain Layout
7091
7092
7093 \backslash
7094 setlength{
7095 \backslash
7096 LTcapwidth}{5cm}
7097 \end_layout
7098
7099 \end_inset
7100
7101
7102 \begin_inset Tabular
7103 <lyxtabular version="3" rows="6" columns="5">
7104 <features islongtable="true" longtabularalignment="center">
7105 <column alignment="center" valignment="top">
7106 <column alignment="center" valignment="top">
7107 <column alignment="center" valignment="top">
7108 <column alignment="center" valignment="top">
7109 <column alignment="center" valignment="top">
7110 <row endfirsthead="true" caption="true">
7111 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Plain Layout
7115 \begin_inset Caption Standard
7116
7117 \begin_layout Plain Layout
7118 Langer Titel mit 5
7119 \begin_inset space \thinspace{}
7120 \end_inset
7121
7122 cm Breite, Langer Titel mit 5
7123 \begin_inset space \thinspace{}
7124 \end_inset
7125
7126 cm Breite
7127 \begin_inset Argument 1
7128 status open
7129
7130 \begin_layout Plain Layout
7131 Titel mit 5
7132 \begin_inset space \thinspace{}
7133 \end_inset
7134
7135 cm Breite
7136 \end_layout
7137
7138 \end_inset
7139
7140
7141 \end_layout
7142
7143 \end_inset
7144
7145
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Plain Layout
7181
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 </row>
7187 <row>
7188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192 1
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 2
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210 3
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 4
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7225 \begin_inset Text
7226
7227 \begin_layout Plain Layout
7228 5
7229 \end_layout
7230
7231 \end_inset
7232 </cell>
7233 </row>
7234 <row>
7235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Plain Layout
7239 asd
7240 \end_layout
7241
7242 \end_inset
7243 </cell>
7244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7245 \begin_inset Text
7246
7247 \begin_layout Plain Layout
7248 s
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Plain Layout
7257 s
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266 s
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7272 \begin_inset Text
7273
7274 \begin_layout Plain Layout
7275 asd
7276 \end_layout
7277
7278 \end_inset
7279 </cell>
7280 </row>
7281 <row>
7282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7283 \begin_inset Text
7284
7285 \begin_layout Plain Layout
7286 asd
7287 \end_layout
7288
7289 \end_inset
7290 </cell>
7291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295 s
7296 \end_layout
7297
7298 \end_inset
7299 </cell>
7300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7301 \begin_inset Text
7302
7303 \begin_layout Plain Layout
7304 s
7305 \end_layout
7306
7307 \end_inset
7308 </cell>
7309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7310 \begin_inset Text
7311
7312 \begin_layout Plain Layout
7313 s
7314 \end_layout
7315
7316 \end_inset
7317 </cell>
7318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7319 \begin_inset Text
7320
7321 \begin_layout Plain Layout
7322 asd
7323 \end_layout
7324
7325 \end_inset
7326 </cell>
7327 </row>
7328 <row>
7329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7330 \begin_inset Text
7331
7332 \begin_layout Plain Layout
7333 asd
7334 \end_layout
7335
7336 \end_inset
7337 </cell>
7338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7339 \begin_inset Text
7340
7341 \begin_layout Plain Layout
7342 s
7343 \end_layout
7344
7345 \end_inset
7346 </cell>
7347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7348 \begin_inset Text
7349
7350 \begin_layout Plain Layout
7351 s
7352 \end_layout
7353
7354 \end_inset
7355 </cell>
7356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Plain Layout
7360 s
7361 \end_layout
7362
7363 \end_inset
7364 </cell>
7365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7366 \begin_inset Text
7367
7368 \begin_layout Plain Layout
7369 asd
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 </row>
7375 <row>
7376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7377 \begin_inset Text
7378
7379 \begin_layout Plain Layout
7380 asd
7381 \end_layout
7382
7383 \end_inset
7384 </cell>
7385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7386 \begin_inset Text
7387
7388 \begin_layout Plain Layout
7389 sad
7390 \end_layout
7391
7392 \end_inset
7393 </cell>
7394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Plain Layout
7398 asd
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Plain Layout
7407 asd
7408 \end_layout
7409
7410 \end_inset
7411 </cell>
7412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7413 \begin_inset Text
7414
7415 \begin_layout Plain Layout
7416 asd
7417 \end_layout
7418
7419 \end_inset
7420 </cell>
7421 </row>
7422 </lyxtabular>
7423
7424 \end_inset
7425
7426
7427 \begin_inset ERT
7428 status collapsed
7429
7430 \begin_layout Plain Layout
7431
7432
7433 \backslash
7434 setlength{
7435 \backslash
7436 LTcapwidth}{4in}
7437 \end_layout
7438
7439 \end_inset
7440
7441
7442 \begin_inset Note Note
7443 status collapsed
7444
7445 \begin_layout Plain Layout
7446 Beschriftungsbreite zurücksetzen
7447 \end_layout
7448
7449 \end_inset
7450
7451
7452 \end_layout
7453
7454 \begin_layout Standard
7455 \begin_inset Note Greyedout
7456 status open
7457
7458 \begin_layout Plain Layout
7459
7460 \series bold
7461 Achtung:
7462 \series default
7463  Wenn das \SpecialChar LaTeX
7464 -Paket 
7465 \series bold
7466 caption
7467 \series default
7468
7469 \begin_inset Index idx
7470 status collapsed
7471
7472 \begin_layout Plain Layout
7473 \SpecialChar LaTeX
7474 -Pakete ! caption
7475 \end_layout
7476
7477 \end_inset
7478
7479  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7480  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7481  4
7482 \begin_inset space \thinspace{}
7483 \end_inset
7484
7485 Zoll für 
7486 \series bold
7487
7488 \backslash
7489 LTcapwidth
7490 \series default
7491  benutzen.
7492  Um in diesem Fall eine genau 4
7493 \begin_inset space \thinspace{}
7494 \end_inset
7495
7496 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7497  4
7498 \begin_inset space \thinspace{}
7499 \end_inset
7500
7501 Zoll veränderten Wert wie z.
7502 \begin_inset space \thinspace{}
7503 \end_inset
7504
7505 B.
7506  3.99
7507 \begin_inset space \thinspace{}
7508 \end_inset
7509
7510 Zoll verwenden oder den \SpecialChar LaTeX
7511 -Befehl 
7512 \series bold
7513
7514 \backslash
7515 captionsetup{width=Wert}
7516 \series default
7517  benutzen, der vom 
7518 \series bold
7519 caption
7520 \series default
7521 -Paket bereitgestellt wird.
7522 \end_layout
7523
7524 \end_inset
7525
7526
7527 \end_layout
7528
7529 \begin_layout Subsubsection
7530 Unterschiedliche Beschriftung für Tabellenseiten
7531 \begin_inset Index idx
7532 status collapsed
7533
7534 \begin_layout Plain Layout
7535 Tabellen ! mehrseitige ! mehrere Beschriftungen
7536 \end_layout
7537
7538 \end_inset
7539
7540
7541 \end_layout
7542
7543 \begin_layout Standard
7544 Wenn die Tabellenbeschriftung der folgenden Seiten anders sein soll, als
7545  die der ersten Seite, markieren Sie eine leere Zeile als Kopfzeile, die
7546  eine Beschriftung enthält.
7547  Dann klicken Sie mit rechts auf die Beschriftung und wählen im Kontext-Menü
7548  
7549 \family sans
7550 Legende
7551 \begin_inset space ~
7552 \end_inset
7553
7554 (Unnummeriert)
7555 \family default
7556  aus.
7557  Tabelle
7558 \begin_inset space ~
7559 \end_inset
7560
7561
7562 \begin_inset CommandInset ref
7563 LatexCommand ref
7564 reference "tab:Telefonliste"
7565
7566 \end_inset
7567
7568  ist ein Beispiel für eine mehrseitige Tabelle mit unterschiedlichen Titeln
7569  und ohne Tabellennummer auf der zweiten Seite.
7570 \end_layout
7571
7572 \begin_layout Standard
7573 \align center
7574 \begin_inset Tabular
7575 <lyxtabular version="3" rows="59" columns="3">
7576 <features islongtable="true" longtabularalignment="center">
7577 <column alignment="left" valignment="top" width="0pt">
7578 <column alignment="left" valignment="top" width="0pt">
7579 <column alignment="center" valignment="top" width="0pt">
7580 <row endfirsthead="true" caption="true">
7581 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585 \begin_inset Caption Standard
7586
7587 \begin_layout Plain Layout
7588 Telefonliste
7589 \begin_inset CommandInset label
7590 LatexCommand label
7591 name "tab:Telefonliste"
7592
7593 \end_inset
7594
7595
7596 \begin_inset Argument 1
7597 status collapsed
7598
7599 \begin_layout Plain Layout
7600 Telefonliste
7601 \end_layout
7602
7603 \end_inset
7604
7605
7606 \end_layout
7607
7608 \end_inset
7609
7610
7611 \end_layout
7612
7613 \end_inset
7614 </cell>
7615 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7616 \begin_inset Text
7617
7618 \begin_layout Plain Layout
7619
7620 \end_layout
7621
7622 \end_inset
7623 </cell>
7624 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7625 \begin_inset Text
7626
7627 \begin_layout Plain Layout
7628
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 </row>
7634 <row endfirsthead="true">
7635 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Plain Layout
7639
7640 \series bold
7641 Telefonliste (ignoriere die Namen)
7642 \end_layout
7643
7644 \end_inset
7645 </cell>
7646 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Plain Layout
7659
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 </row>
7665 <row endfirsthead="true">
7666 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670
7671 \series bold
7672 NAME
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7678 \begin_inset Text
7679
7680 \begin_layout Plain Layout
7681
7682 \end_layout
7683
7684 \end_inset
7685 </cell>
7686 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7687 \begin_inset Text
7688
7689 \begin_layout Plain Layout
7690
7691 \series bold
7692 TEL.
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 </row>
7698 <row endhead="true" caption="true">
7699 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7700 \begin_inset Text
7701
7702 \begin_layout Plain Layout
7703 \begin_inset Caption Unnumbered
7704
7705 \begin_layout Plain Layout
7706 Fortsetzung der Telefonliste
7707 \end_layout
7708
7709 \end_inset
7710
7711
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Plain Layout
7720
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Plain Layout
7729
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 </row>
7735 <row endhead="true">
7736 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740
7741 \series bold
7742 Telefonliste
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Plain Layout
7751
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 </row>
7766 <row endhead="true">
7767 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771
7772 \series bold
7773 NAME
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Plain Layout
7782
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791
7792 \series bold
7793 TEL.
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 </row>
7799 <row endfoot="true">
7800 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804 wird fortgesetzt\SpecialChar ldots
7805
7806 \end_layout
7807
7808 \end_inset
7809 </cell>
7810 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7811 \begin_inset Text
7812
7813 \begin_layout Plain Layout
7814
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 </row>
7829 <row>
7830 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7831 \begin_inset Text
7832
7833 \begin_layout Plain Layout
7834
7835 \series bold
7836 Annovi
7837 \end_layout
7838
7839 \end_inset
7840 </cell>
7841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845 Silvia
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854 111
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 </row>
7860 <row>
7861 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865
7866 \series bold
7867 Bertoli
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876 Stefano
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885 111
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 </row>
7891 <row>
7892 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896
7897 \series bold
7898 Bozzi
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907 Walter
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916 111
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 </row>
7922 <row>
7923 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927
7928 \series bold
7929 Cachia
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938 Maria
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947 111
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 </row>
7953 <row>
7954 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958
7959 \series bold
7960 Cachia
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969 Maurizio
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978 111
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 </row>
7984 <row>
7985 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989
7990 \series bold
7991 Cinquemani
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000 Giusi
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009 111
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 </row>
8015 <row>
8016 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020
8021 \series bold
8022 Colin
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031 Bernard
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 111
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 </row>
8046 <row>
8047 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051
8052 \series bold
8053 Concli
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062 Gianfranco
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 111
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 </row>
8077 <row>
8078 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082
8083 \series bold
8084 Dal Bosco
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093 Carolina
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102 111
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 </row>
8108 <row>
8109 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113
8114 \series bold
8115 Dalpiaz
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 Annamaria
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 111
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 </row>
8139 <row>
8140 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144
8145 \series bold
8146 Feliciello
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155 Domenico
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164 111
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 </row>
8170 <row>
8171 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175
8176 \series bold
8177 Focarelli
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 Paola
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 111
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 </row>
8201 <row>
8202 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206
8207 \series bold
8208 Galletti
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217 Oreste
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226 111
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 </row>
8232 <row>
8233 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237
8238 \series bold
8239 Gasparini
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248 Franca
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257 111
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 </row>
8263 <row>
8264 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268
8269 \series bold
8270 Rizzardi
8271 \series default
8272
8273 \begin_inset Foot
8274 status open
8275
8276 \begin_layout Plain Layout
8277 Beispielfußnote
8278 \end_layout
8279
8280 \end_inset
8281
8282
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291 Paola
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 111
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 </row>
8306 <row>
8307 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311
8312 \series bold
8313 Lassini
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322 Giancarlo
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331 111
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 </row>
8337 <row>
8338 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342
8343 \series bold
8344 Malfatti
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353 Luciano
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362 111
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 </row>
8368 <row>
8369 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373
8374 \series bold
8375 Malfatti
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384 Valeriano
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393 111
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 </row>
8399 <row>
8400 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404
8405 \series bold
8406 Meneguzzo
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415 Roberto
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424 111
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 </row>
8430 <row>
8431 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435
8436 \series bold
8437 Mezzadra
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446 Roberto
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455 111
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 </row>
8461 <row>
8462 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466
8467 \series bold
8468 Pirpamer
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477 Erich
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486 111
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 </row>
8492 <row>
8493 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497
8498 \series bold
8499 Pochiesa
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 Paolo
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517 111, 222
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 </row>
8523 <row>
8524 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528
8529 \series bold
8530 Radina
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539 Claudio
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 111
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 </row>
8554 <row>
8555 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559
8560 \series bold
8561 Stuffer
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570 Oskar
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579 111
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 </row>
8585 <row>
8586 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590
8591 \series bold
8592 Tacchelli
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601 Ugo
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610 111
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 </row>
8616 <row>
8617 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621
8622 \series bold
8623 Tezzele
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632 Margit
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641 111
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 </row>
8647 <row>
8648 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652
8653 \series bold
8654 Unterkalmsteiner
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663 Frieda
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 111
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 </row>
8678 <row>
8679 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683
8684 \series bold
8685 Vieider
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694 Hilde
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703 111
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 </row>
8709 <row>
8710 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714
8715 \series bold
8716 Vigna
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 Jürgen
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 111
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 </row>
8740 <row>
8741 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745
8746 \series bold
8747 Weber
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 Maurizio
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765 111
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 </row>
8771 <row>
8772 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776
8777 \series bold
8778 Winkler
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 Franz
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796 111
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 </row>
8802 <row>
8803 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807  
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 </row>
8831 <row>
8832 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836
8837 \series bold
8838 Annovi
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8844 \begin_inset Text
8845
8846 \begin_layout Plain Layout
8847 Silvia
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856 555
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 </row>
8862 <row>
8863 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867
8868 \series bold
8869 Bertoli
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878 Stefano
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887 555
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 </row>
8893 <row>
8894 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898
8899 \series bold
8900 Bozzi
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909 Walter
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918 555
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 </row>
8924 <row>
8925 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929
8930 \series bold
8931 Cachia
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940 Maria
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949 555
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 </row>
8955 <row>
8956 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960
8961 \series bold
8962 Cachia
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971 Maurizio
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980 555
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 </row>
8986 <row>
8987 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991
8992 \series bold
8993 Cinquemani
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002 Giusi
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011 555
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 </row>
9017 <row>
9018 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022
9023 \series bold
9024 Colin
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033 Bernard
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 555
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 </row>
9048 <row>
9049 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053
9054 \series bold
9055 Concli
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064 Gianfranco
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073 555
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 </row>
9079 <row>
9080 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084
9085 \series bold
9086 Dal Bosco
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095 Carolina
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104 555
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 </row>
9110 <row>
9111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115
9116 \series bold
9117 Dalpiaz
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126 Annamaria
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135 555
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 </row>
9141 <row>
9142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146
9147 \series bold
9148 Feliciello
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157 Domenico
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 555
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 </row>
9172 <row>
9173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177
9178 \series bold
9179 Focarelli
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188 Paola
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197 555
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 </row>
9203 <row>
9204 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208
9209 \series bold
9210 Galletti
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219 Oreste
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228 555
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 </row>
9234 <row>
9235 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239
9240 \series bold
9241 Gasparini
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250 Franca
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259 555
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 </row>
9265 <row>
9266 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270
9271 \series bold
9272 Rizzardi
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281 Paola
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290 555
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 </row>
9296 <row>
9297 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301
9302 \series bold
9303 Lassini
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312 Giancarlo
9313 \end_layout
9314
9315 \end_inset
9316 </cell>
9317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321 555
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 </row>
9327 <row>
9328 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332
9333 \series bold
9334 Malfatti
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343 Luciano
9344 \end_layout
9345
9346 \end_inset
9347 </cell>
9348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9349 \begin_inset Text
9350
9351 \begin_layout Plain Layout
9352 555
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 </row>
9358 <row>
9359 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363
9364 \series bold
9365 Malfatti
9366 \end_layout
9367
9368 \end_inset
9369 </cell>
9370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9371 \begin_inset Text
9372
9373 \begin_layout Plain Layout
9374 Valeriano
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383 555
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 </row>
9389 <row>
9390 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394
9395 \series bold
9396 Meneguzzo
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405 Roberto
9406 \end_layout
9407
9408 \end_inset
9409 </cell>
9410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414 555
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 </row>
9420 <row>
9421 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425
9426 \series bold
9427 Mezzadra
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436 Roberto
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445 555
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 </row>
9451 </lyxtabular>
9452
9453 \end_inset
9454
9455
9456 \end_layout
9457
9458 \begin_layout Section
9459 Weitere Möglichkeiten für mehrseitige
9460 \family sans
9461  Tabelle
9462 \family default
9463 n
9464 \begin_inset CommandInset label
9465 LatexCommand label
9466 name "sec:Weitere-Möglichkeiten-für"
9467
9468 \end_inset
9469
9470
9471 \end_layout
9472
9473 \begin_layout Subsection
9474 Berechnung mehrseitiger Tabellen
9475 \begin_inset Index idx
9476 status collapsed
9477
9478 \begin_layout Plain Layout
9479 Tabellen ! mehrseitige ! Berechnung
9480 \end_layout
9481
9482 \end_inset
9483
9484
9485 \end_layout
9486
9487 \begin_layout Standard
9488 \SpecialChar LaTeX
9489  berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit so genannten
9490  
9491 \emph on
9492 chunks
9493 \emph default
9494  (Brocken).
9495  Chunks sind Tabellenteile, die \SpecialChar LaTeX
9496  gleichzeitig im Speicher hält.
9497  Aus historischen Gründen wurde der Standardwert auf 20
9498 \begin_inset space ~
9499 \end_inset
9500
9501 Tabellenzeilen gesetzt.
9502  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9503  das die Druckausgabe.
9504  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100
9505 \begin_inset space \thinspace{}
9506 \end_inset
9507
9508 --
9509 \begin_inset space \thinspace{}
9510 \end_inset
9511
9512 1000 setzen, indem Sie in den \SpecialChar LaTeX
9513 -Vorspann Ihres Dokumentes folgende Zeile
9514  einfügen:
9515 \end_layout
9516
9517 \begin_layout Standard
9518
9519 \series bold
9520
9521 \backslash
9522 setcounter{LTchunksize}{100}
9523 \end_layout
9524
9525 \begin_layout Subsection
9526 Gleitobjekte und mehrseitige Tabellen
9527 \begin_inset Index idx
9528 status collapsed
9529
9530 \begin_layout Plain Layout
9531 Tabellen ! mehrseitige ! Gleitobjekte
9532 \end_layout
9533
9534 \end_inset
9535
9536
9537 \end_layout
9538
9539 \begin_layout Standard
9540 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine mehrseitige
9541  Tabelle beginnt, ein Gleitobjekt befindet.
9542  Um das zu vermeiden, können Sie vor der mehrseitigen Tabelle einen manuellen
9543  Seitenumbruch
9544 \family sans
9545  Einfügen\SpecialChar menuseparator
9546 Formatierung\SpecialChar menuseparator
9547 [Doppel]Seite
9548 \begin_inset space \space{}
9549 \end_inset
9550
9551 leeren
9552 \family default
9553  einfügen, siehe 
9554 \emph on
9555 Benutzerhandbuch
9556 \emph default
9557 .
9558 \end_layout
9559
9560 \begin_layout Subsection
9561 Manuelle Seitenumbrüche
9562 \begin_inset Index idx
9563 status collapsed
9564
9565 \begin_layout Plain Layout
9566 Tabellen ! mehrseitige ! manueller Seitenumbruch
9567 \end_layout
9568
9569 \end_inset
9570
9571
9572 \end_layout
9573
9574 \begin_layout Standard
9575 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9576  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9577  der Zelle umbrechen wollen, fügen Sie den Befehl  
9578 \begin_inset Quotes gld
9579 \end_inset
9580
9581
9582 \series bold
9583
9584 \backslash
9585
9586 \backslash
9587
9588 \series default
9589
9590 \begin_inset Quotes grd
9591 \end_inset
9592
9593  für eine neue Zeile als \SpecialChar TeX
9594 -Code an der Stelle in der Zelle ein, wo umgebrochen
9595  werden kann.
9596  Vor dem 
9597 \begin_inset Quotes gld
9598 \end_inset
9599
9600
9601 \series bold
9602
9603 \backslash
9604
9605 \backslash
9606
9607 \series default
9608
9609 \begin_inset Quotes grd
9610 \end_inset
9611
9612 -Befehl müssen Sie so viele 
9613 \begin_inset Quotes gld
9614 \end_inset
9615
9616
9617 \series bold
9618 &
9619 \series default
9620
9621 \begin_inset Quotes grd
9622 \end_inset
9623
9624  als \SpecialChar TeX
9625 -Code einfügen wie noch Spalten in der Zeile folgen.
9626  Mit 
9627 \begin_inset Quotes gld
9628 \end_inset
9629
9630
9631 \series bold
9632 &
9633 \series default
9634
9635 \begin_inset Quotes grd
9636 \end_inset
9637
9638   werden in \SpecialChar LaTeX
9639  Tabellenzellen getrennt.
9640  Hinter jedes 
9641 \begin_inset Quotes gld
9642 \end_inset
9643
9644
9645 \series bold
9646 &
9647 \series default
9648
9649 \begin_inset Quotes grd
9650 \end_inset
9651
9652  schreiben Sie ebenfalls in \SpecialChar TeX
9653 -Code den Inhalt der entsprechenden Zelle und
9654  löschen den Inhalt dieser Zellen.
9655 \end_layout
9656
9657 \begin_layout Standard
9658 Hinter dem 
9659 \begin_inset Quotes gld
9660 \end_inset
9661
9662
9663 \series bold
9664
9665 \backslash
9666
9667 \backslash
9668
9669 \series default
9670
9671 \begin_inset Quotes grd
9672 \end_inset
9673
9674 -Befehl müssen Sie so viele 
9675 \begin_inset Quotes gld
9676 \end_inset
9677
9678
9679 \series bold
9680 &
9681 \series default
9682
9683 \begin_inset Quotes grd
9684 \end_inset
9685
9686  als \SpecialChar TeX
9687 -Code einfügen wie Spalten vor der momentanen Spalte sind.
9688  In Tabelle
9689 \begin_inset space ~
9690 \end_inset
9691
9692
9693 \begin_inset CommandInset ref
9694 LatexCommand ref
9695 reference "tab:Tabelle-mit-manuellem"
9696
9697 \end_inset
9698
9699  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9700  Es folgt noch eine weitere Spalte.
9701  Deshalb wurde hinter dem Wort 
9702 \emph on
9703 Castelchiodato, 
9704 \emph default
9705 folgendes eingefügt:
9706 \end_layout
9707
9708 \begin_layout Standard
9709
9710 \series bold
9711 & 111
9712 \backslash
9713
9714 \backslash
9715  
9716 \backslash
9717 newpage
9718 \begin_inset Newline newline
9719 \end_inset
9720
9721 &
9722 \end_layout
9723
9724 \begin_layout Standard
9725 Die 
9726 \begin_inset Quotes gld
9727 \end_inset
9728
9729 111
9730 \begin_inset Quotes grd
9731 \end_inset
9732
9733  in der dritten Spalte wurde gelöscht.
9734  
9735 \series bold
9736
9737 \backslash
9738 newpage
9739 \series default
9740  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9741  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9742  Wenn die Fußzeile Ihrer mehrseitigen Tabelle keine obere Linie besitzt,
9743  Sie aber eine wünschen, sollten Sie folgende Befehle benutzen:
9744 \end_layout
9745
9746 \begin_layout Standard
9747
9748 \series bold
9749 & 111
9750 \backslash
9751
9752 \backslash
9753
9754 \begin_inset Newline newline
9755 \end_inset
9756
9757
9758 \backslash
9759 hline &
9760 \end_layout
9761
9762 \begin_layout Standard
9763 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9764  muss folgender Befehl als \SpecialChar TeX
9765 -Code am Anfang der Zelle eingefügt werden:
9766 \end_layout
9767
9768 \begin_layout Standard
9769
9770 \series bold
9771
9772 \backslash
9773 setlength{
9774 \backslash
9775 parfillskip}{0pt}
9776 \end_layout
9777
9778 \begin_layout Standard
9779 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9780  erscheint.
9781 \end_layout
9782
9783 \begin_layout Standard
9784 \align center
9785 \begin_inset Tabular
9786 <lyxtabular version="3" rows="38" columns="3">
9787 <features islongtable="true" longtabularalignment="center">
9788 <column alignment="left" valignment="top" width="0pt">
9789 <column alignment="left" valignment="top" width="3cm">
9790 <column alignment="right" valignment="top" width="0pt">
9791 <row endfirsthead="true" caption="true">
9792 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9793 \begin_inset Text
9794
9795 \begin_layout Plain Layout
9796 \begin_inset Caption Standard
9797
9798 \begin_layout Plain Layout
9799 Tabelle mit manuellem Seitenumbruch in einer Zelle
9800 \begin_inset CommandInset label
9801 LatexCommand label
9802 name "tab:Tabelle-mit-manuellem"
9803
9804 \end_inset
9805
9806
9807 \begin_inset Argument 1
9808 status collapsed
9809
9810 \begin_layout Plain Layout
9811 Tabelle mit manuellem Seitenumbruch in einer Zelle
9812 \end_layout
9813
9814 \end_inset
9815
9816
9817 \end_layout
9818
9819 \end_inset
9820
9821
9822 \end_layout
9823
9824 \end_inset
9825 </cell>
9826 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9827 \begin_inset Text
9828
9829 \begin_layout Plain Layout
9830
9831 \end_layout
9832
9833 \end_inset
9834 </cell>
9835 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9836 \begin_inset Text
9837
9838 \begin_layout Plain Layout
9839
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 </row>
9845 <row endfirsthead="true">
9846 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Plain Layout
9850
9851 \series bold
9852 Telefonliste (ignoriere die Namen)
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9867 \begin_inset Text
9868
9869 \begin_layout Plain Layout
9870
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 </row>
9876 <row endfirsthead="true">
9877 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881
9882 \series bold
9883 NAME
9884 \end_layout
9885
9886 \end_inset
9887 </cell>
9888 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9889 \begin_inset Text
9890
9891 \begin_layout Plain Layout
9892
9893 \end_layout
9894
9895 \end_inset
9896 </cell>
9897 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9898 \begin_inset Text
9899
9900 \begin_layout Plain Layout
9901
9902 \series bold
9903 TEL.
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 </row>
9909 <row endhead="true" caption="true">
9910 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914 \begin_inset Caption Unnumbered
9915
9916 \begin_layout Plain Layout
9917 Fortsetzung der Tabelle
9918 \end_layout
9919
9920 \end_inset
9921
9922
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Plain Layout
9931
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 </row>
9946 <row endhead="true">
9947 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Plain Layout
9951
9952 \series bold
9953 Telefonliste
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9959 \begin_inset Text
9960
9961 \begin_layout Plain Layout
9962
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Plain Layout
9971
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 </row>
9977 <row endhead="true">
9978 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9979 \begin_inset Text
9980
9981 \begin_layout Plain Layout
9982
9983 \series bold
9984 NAME
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Plain Layout
10002
10003 \series bold
10004 TEL.
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 </row>
10010 <row endfoot="true">
10011 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015 wird fortgesetzt\SpecialChar ldots
10016
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 </row>
10040 <row>
10041 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045
10046 \series bold
10047 Annovi
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056 Silvia
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065 111
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 </row>
10071 <row>
10072 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076
10077 \series bold
10078 Bertoli
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087 Stefano
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096 111
10097 \end_layout
10098
10099 \end_inset
10100 </cell>
10101 </row>
10102 <row>
10103 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Plain Layout
10107
10108 \series bold
10109 Bozzi
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118 Walter
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Plain Layout
10127 111
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 </row>
10133 <row>
10134 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138
10139 \series bold
10140 Cachia
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149 Maria
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10155 \begin_inset Text
10156
10157 \begin_layout Plain Layout
10158 111
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 </row>
10164 <row>
10165 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169
10170 \series bold
10171 Cachia
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180 Maurizio
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189 111
10190 \end_layout
10191
10192 \end_inset
10193 </cell>
10194 </row>
10195 <row>
10196 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200
10201 \series bold
10202 Cinquemani
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211 Giusi
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Plain Layout
10220 111
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 </row>
10226 <row>
10227 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231
10232 \series bold
10233 Colin
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242 Bernard
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251 111
10252 \end_layout
10253
10254 \end_inset
10255 </cell>
10256 </row>
10257 <row>
10258 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262
10263 \series bold
10264 Concli
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273 Gianfranco
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10279 \begin_inset Text
10280
10281 \begin_layout Plain Layout
10282 111
10283 \end_layout
10284
10285 \end_inset
10286 </cell>
10287 </row>
10288 <row>
10289 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293
10294 \series bold
10295 Dal Bosco
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304 Carolina
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Plain Layout
10313 111
10314 \end_layout
10315
10316 \end_inset
10317 </cell>
10318 </row>
10319 <row>
10320 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324
10325 \series bold
10326 Dalpiaz
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 Annamaria
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344 111
10345 \end_layout
10346
10347 \end_inset
10348 </cell>
10349 </row>
10350 <row>
10351 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355
10356 \series bold
10357 Feliciello
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366 Domenico
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10372 \begin_inset Text
10373
10374 \begin_layout Plain Layout
10375 111
10376 \end_layout
10377
10378 \end_inset
10379 </cell>
10380 </row>
10381 <row>
10382 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386
10387 \series bold
10388 Focarelli
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397 Paola
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406 111
10407 \end_layout
10408
10409 \end_inset
10410 </cell>
10411 </row>
10412 <row>
10413 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417
10418 \series bold
10419 Galletti
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428 Oreste
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10434 \begin_inset Text
10435
10436 \begin_layout Plain Layout
10437 111
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 </row>
10443 <row>
10444 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448
10449 \series bold
10450 Gasparini
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459 Franca
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468 111
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 </row>
10474 <row>
10475 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479
10480 \series bold
10481 Lassini
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 Giancarlo
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Plain Layout
10499 111
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 </row>
10505 <row>
10506 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510
10511 \series bold
10512 Malfatti
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521 Luciano
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530 111
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 </row>
10536 <row>
10537 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541
10542 \series bold
10543 Malfatti
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552 Valeriano
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10558 \begin_inset Text
10559
10560 \begin_layout Plain Layout
10561 111
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 </row>
10567 <row>
10568 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572
10573 \series bold
10574 Meneguzzo
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583 Roberto
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592 111
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 </row>
10598 <row>
10599 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Plain Layout
10603
10604 \series bold
10605 Mezzadra
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 Roberto
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10620 \begin_inset Text
10621
10622 \begin_layout Plain Layout
10623 111
10624 \end_layout
10625
10626 \end_inset
10627 </cell>
10628 </row>
10629 <row>
10630 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10631 \begin_inset Text
10632
10633 \begin_layout Plain Layout
10634
10635 \series bold
10636 Pirpamer
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645 Erich
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654 111
10655 \end_layout
10656
10657 \end_inset
10658 </cell>
10659 </row>
10660 <row>
10661 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Plain Layout
10665
10666 \series bold
10667 Pochiesa
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676 Paolo
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10682 \begin_inset Text
10683
10684 \begin_layout Plain Layout
10685 111, 222
10686 \end_layout
10687
10688 \end_inset
10689 </cell>
10690 </row>
10691 <row>
10692 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10693 \begin_inset Text
10694
10695 \begin_layout Plain Layout
10696
10697 \series bold
10698 Radina
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707 Claudio
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10713 \begin_inset Text
10714
10715 \begin_layout Plain Layout
10716 111
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 </row>
10722 <row>
10723 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727
10728 \series bold
10729 Rizzardi
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738 Paolo, 11.
10739  Fürst von Monte\SpecialChar softhyphen
10740 com\SpecialChar softhyphen
10741 patri, 11.
10742  Fürst von Sulmona und Vivaro, 10.
10743  Fürst von Rossano, 5.
10744  Herzog von Canemorte, 11.
10745  Herzog von Palombara, 5.
10746  Herzog von Castelchiodato,
10747 \begin_inset ERT
10748 status open
10749
10750 \begin_layout Plain Layout
10751
10752 & 111
10753 \backslash
10754
10755 \backslash
10756  
10757 \backslash
10758 newpage
10759 \end_layout
10760
10761 \begin_layout Plain Layout
10762
10763 &
10764 \end_layout
10765
10766 \end_inset
10767
10768  11.
10769  Herzog von Poggionativo, 11.
10770  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10771  Graf von Valinfreda, 11.
10772  Baron von Cropalati, 11.
10773  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 </row>
10788 <row>
10789 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793
10794 \series bold
10795 Stuffer
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804 Oskar
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813 111
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 </row>
10819 <row>
10820 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824
10825 \series bold
10826 Tacchelli
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835 Ugo
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844 111
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 </row>
10850 <row>
10851 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855
10856 \series bold
10857 Tezzele
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10863 \begin_inset Text
10864
10865 \begin_layout Plain Layout
10866 Margit
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875 111
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 </row>
10881 <row>
10882 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886
10887 \series bold
10888 Unterkalmsteiner
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897 Frieda
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906 111
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 </row>
10912 <row>
10913 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917
10918 \series bold
10919 Vieider
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928 Hilde
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937 111
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 </row>
10943 <row>
10944 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948
10949 \series bold
10950 Vigna
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959 Jürgen
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968 111
10969 \end_layout
10970
10971 \end_inset
10972 </cell>
10973 </row>
10974 <row>
10975 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979
10980 \series bold
10981 Weber
10982 \end_layout
10983
10984 \end_inset
10985 </cell>
10986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990 Maurizio
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999 111
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 </row>
11005 <row>
11006 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010
11011 \series bold
11012 Winkler
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021 Franz
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030 111
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 </row>
11036 </lyxtabular>
11037
11038 \end_inset
11039
11040
11041 \end_layout
11042
11043 \begin_layout Section
11044 Mehrere Zeilen, Spalten und Zeilen
11045 \end_layout
11046
11047 \begin_layout Subsection
11048 Mehrere Zeilen in Tabellenzellen
11049 \begin_inset CommandInset label
11050 LatexCommand label
11051 name "uab:Mehrere-Zeilen-in"
11052
11053 \end_inset
11054
11055
11056 \begin_inset Index idx
11057 status collapsed
11058
11059 \begin_layout Plain Layout
11060 Mehrere Zeilen in Tabellenzellen
11061 \end_layout
11062
11063 \end_inset
11064
11065
11066 \begin_inset Index idx
11067 status collapsed
11068
11069 \begin_layout Plain Layout
11070 Tabellen ! Zeilenumbrüche
11071 \end_layout
11072
11073 \end_inset
11074
11075
11076 \end_layout
11077
11078 \begin_layout Standard
11079 \noindent
11080 \begin_inset Float table
11081 placement H
11082 wide false
11083 sideways false
11084 status open
11085
11086 \begin_layout Plain Layout
11087 \begin_inset Caption Standard
11088
11089 \begin_layout Plain Layout
11090 \begin_inset CommandInset label
11091 LatexCommand label
11092 name "tab:Tabelle-mit-mehrfachen"
11093
11094 \end_inset
11095
11096 Tabelle mit mehrfachen Zeilen in einer Zelle
11097 \end_layout
11098
11099 \end_inset
11100
11101
11102 \end_layout
11103
11104 \begin_layout Plain Layout
11105 \align center
11106 \begin_inset Tabular
11107 <lyxtabular version="3" rows="3" columns="3">
11108 <features tabularvalignment="middle">
11109 <column alignment="center" valignment="middle" width="2.5cm">
11110 <column alignment="center" valignment="middle" width="0.5cm">
11111 <column alignment="center" valignment="middle" width="0.5cm">
11112 <row>
11113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Plain Layout
11117 zwei
11118 \begin_inset Newline linebreak
11119 \end_inset
11120
11121 Zeilen
11122 \end_layout
11123
11124 \end_inset
11125 </cell>
11126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130 b
11131 \end_layout
11132
11133 \end_inset
11134 </cell>
11135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11136 \begin_inset Text
11137
11138 \begin_layout Plain Layout
11139 c
11140 \end_layout
11141
11142 \end_inset
11143 </cell>
11144 </row>
11145 <row>
11146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11147 \begin_inset Text
11148
11149 \begin_layout Plain Layout
11150 d
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159 e
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11165 \begin_inset Text
11166
11167 \begin_layout Plain Layout
11168 f
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 </row>
11174 <row>
11175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11176 \begin_inset Text
11177
11178 \begin_layout Plain Layout
11179 g
11180 \end_layout
11181
11182 \end_inset
11183 </cell>
11184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11185 \begin_inset Text
11186
11187 \begin_layout Plain Layout
11188 h
11189 \end_layout
11190
11191 \end_inset
11192 </cell>
11193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Plain Layout
11197 i
11198 \end_layout
11199
11200 \end_inset
11201 </cell>
11202 </row>
11203 </lyxtabular>
11204
11205 \end_inset
11206
11207
11208 \end_layout
11209
11210 \end_inset
11211
11212
11213 \end_layout
11214
11215 \begin_layout Standard
11216 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11217  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11218  Tabelle
11219 \begin_inset space ~
11220 \end_inset
11221
11222
11223 \begin_inset CommandInset ref
11224 LatexCommand ref
11225 reference "tab:Tabelle-mit-mehrfachen"
11226
11227 \end_inset
11228
11229  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11230 \family sans
11231 Tabellen-Einstellungen
11232 \family default
11233 -Dialog auf 2.5
11234 \begin_inset space \thinspace{}
11235 \end_inset
11236
11237 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11238  Weil unser Text schmaler als 2.5
11239 \begin_inset space \thinspace{}
11240 \end_inset
11241
11242 cm ist, würde er in einer Zeile gedruckt werden.
11243  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11244
11245 \family sans
11246 Strg+Shift+Enter
11247 \family default
11248 ) eingefügt.
11249  Wenn der Text länger ist, wird er automatisch umgebrochen.
11250 \end_layout
11251
11252 \begin_layout Standard
11253 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11254  setzen Sie die Breite der beiden Spalten im 
11255 \family sans
11256 Tabellen-Einstellungen
11257 \family default
11258 -Dialog auf 0.5
11259 \begin_inset space \thinspace{}
11260 \end_inset
11261
11262 cm und die vertikale Ausrichtung auf zentriert.
11263 \end_layout
11264
11265 \begin_layout Standard
11266 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11267  haben, kann \SpecialChar LaTeX
11268  es ohne Trennhilfen nicht trennen.
11269  Wenn Sie \SpecialChar LaTeX
11270  trotzdem die Trennung überlassen wollen, müssen Sie vor dem Wort
11271  etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11272  Fügen sie daher 0
11273 \begin_inset space \thinspace{}
11274 \end_inset
11275
11276 pt horizontalen Abstand vor dem Wort ein.
11277  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11278  Tabelle
11279 \begin_inset space ~
11280 \end_inset
11281
11282
11283 \begin_inset CommandInset ref
11284 LatexCommand ref
11285 reference "tab:Tabelle-ohne-und"
11286
11287 \end_inset
11288
11289  zeigt die Wirkungen.
11290 \end_layout
11291
11292 \begin_layout Standard
11293 \begin_inset Float table
11294 placement h
11295 wide false
11296 sideways false
11297 status open
11298
11299 \begin_layout Plain Layout
11300 \begin_inset Caption Standard
11301
11302 \begin_layout Plain Layout
11303 \begin_inset CommandInset label
11304 LatexCommand label
11305 name "tab:Tabelle-ohne-und"
11306
11307 \end_inset
11308
11309 Tabelle ohne und mit Silbentrennung
11310 \end_layout
11311
11312 \end_inset
11313
11314
11315 \end_layout
11316
11317 \begin_layout Plain Layout
11318 \begin_inset space \hfill{}
11319 \end_inset
11320
11321
11322 \begin_inset Tabular
11323 <lyxtabular version="3" rows="3" columns="3">
11324 <features tabularvalignment="middle">
11325 <column alignment="center" valignment="middle" width="2.5cm">
11326 <column alignment="center" valignment="middle" width="0.5cm">
11327 <column alignment="center" valignment="middle" width="0.5cm">
11328 <row>
11329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11330 \begin_inset Text
11331
11332 \begin_layout Plain Layout
11333 einsehrlangesZellenwort
11334 \end_layout
11335
11336 \end_inset
11337 </cell>
11338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11339 \begin_inset Text
11340
11341 \begin_layout Plain Layout
11342 b
11343 \end_layout
11344
11345 \end_inset
11346 </cell>
11347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11348 \begin_inset Text
11349
11350 \begin_layout Plain Layout
11351 c
11352 \end_layout
11353
11354 \end_inset
11355 </cell>
11356 </row>
11357 <row>
11358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362 d
11363 \end_layout
11364
11365 \end_inset
11366 </cell>
11367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371 e
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11377 \begin_inset Text
11378
11379 \begin_layout Plain Layout
11380 f
11381 \end_layout
11382
11383 \end_inset
11384 </cell>
11385 </row>
11386 <row>
11387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391 g
11392 \end_layout
11393
11394 \end_inset
11395 </cell>
11396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400 h
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409 i
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 </row>
11415 </lyxtabular>
11416
11417 \end_inset
11418
11419
11420 \begin_inset space \hfill{}
11421 \end_inset
11422
11423
11424 \begin_inset Tabular
11425 <lyxtabular version="3" rows="3" columns="3">
11426 <features tabularvalignment="middle">
11427 <column alignment="center" valignment="middle" width="2.5cm">
11428 <column alignment="center" valignment="middle" width="0.5cm">
11429 <column alignment="center" valignment="middle" width="0.5cm">
11430 <row>
11431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 \begin_inset space \hspace{}
11436 \length 0pt
11437 \end_inset
11438
11439 einsehrlangesZellenwort
11440 \end_layout
11441
11442 \end_inset
11443 </cell>
11444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11445 \begin_inset Text
11446
11447 \begin_layout Plain Layout
11448 b
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457 c
11458 \end_layout
11459
11460 \end_inset
11461 </cell>
11462 </row>
11463 <row>
11464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 d
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477 e
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11483 \begin_inset Text
11484
11485 \begin_layout Plain Layout
11486 f
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 </row>
11492 <row>
11493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Plain Layout
11497 g
11498 \end_layout
11499
11500 \end_inset
11501 </cell>
11502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11503 \begin_inset Text
11504
11505 \begin_layout Plain Layout
11506 h
11507 \end_layout
11508
11509 \end_inset
11510 </cell>
11511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Plain Layout
11515 i
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 </row>
11521 </lyxtabular>
11522
11523 \end_inset
11524
11525
11526 \begin_inset space \hfill{}
11527 \end_inset
11528
11529
11530 \end_layout
11531
11532 \end_inset
11533
11534
11535 \end_layout
11536
11537 \begin_layout Subsection
11538 Mehrfachspalten
11539 \begin_inset CommandInset label
11540 LatexCommand label
11541 name "uab:Mehrfachspalten"
11542
11543 \end_inset
11544
11545
11546 \begin_inset Index idx
11547 status collapsed
11548
11549 \begin_layout Plain Layout
11550 Mahrfachspalten
11551 \end_layout
11552
11553 \end_inset
11554
11555
11556 \begin_inset Index idx
11557 status collapsed
11558
11559 \begin_layout Plain Layout
11560 Tabellen ! Mahrfachspalten
11561 \end_layout
11562
11563 \end_inset
11564
11565
11566 \end_layout
11567
11568 \begin_layout Subsubsection
11569 Grundlagen
11570 \end_layout
11571
11572 \begin_layout Standard
11573 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11574  und verwenden dann den Knopf 
11575 \begin_inset Info
11576 type  "icon"
11577 arg   "tabular-feature multicolumn"
11578 \end_inset
11579
11580  in der Werkzeugleiste, das Menü 
11581 \family sans
11582 Bearbeiten\SpecialChar menuseparator
11583 Tabelle\SpecialChar menuseparator
11584 Mehrfachspalte
11585 \family default
11586 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11587  
11588 \family sans
11589 Mehrfachspalte
11590 \family default
11591 .
11592 \end_layout
11593
11594 \begin_layout Standard
11595 Mehrfachspalten haben ihre eigenen Einstellungen.
11596  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11597  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11598  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11599 \end_layout
11600
11601 \begin_layout Standard
11602 \align center
11603 \begin_inset Tabular
11604 <lyxtabular version="3" rows="3" columns="4">
11605 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11606 <column alignment="center" valignment="top" width="0pt">
11607 <column alignment="center" valignment="middle">
11608 <column alignment="center" valignment="top" width="0in">
11609 <column alignment="center" valignment="top" width="0pt">
11610 <row>
11611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11612 \begin_inset Text
11613
11614 \begin_layout Plain Layout
11615 abc
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11621 \begin_inset Text
11622
11623 \begin_layout Plain Layout
11624 def ghi
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11630 \begin_inset Text
11631
11632 \begin_layout Plain Layout
11633
11634 \end_layout
11635
11636 \end_inset
11637 </cell>
11638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11639 \begin_inset Text
11640
11641 \begin_layout Plain Layout
11642 jkl
11643 \end_layout
11644
11645 \end_inset
11646 </cell>
11647 </row>
11648 <row>
11649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11650 \begin_inset Text
11651
11652 \begin_layout Plain Layout
11653
11654 \family roman
11655 \series medium
11656 \shape up
11657 \size normal
11658 \emph off
11659 \bar no
11660 \noun off
11661 \color none
11662 A
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671 B
11672 \end_layout
11673
11674 \end_inset
11675 </cell>
11676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680 C
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689 D
11690 \end_layout
11691
11692 \end_inset
11693 </cell>
11694 </row>
11695 <row>
11696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700 1
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709 2
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11715 \begin_inset Text
11716
11717 \begin_layout Plain Layout
11718 3
11719 \end_layout
11720
11721 \end_inset
11722 </cell>
11723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11724 \begin_inset Text
11725
11726 \begin_layout Plain Layout
11727 4
11728 \end_layout
11729
11730 \end_inset
11731 </cell>
11732 </row>
11733 </lyxtabular>
11734
11735 \end_inset
11736
11737
11738 \end_layout
11739
11740 \begin_layout Subsubsection
11741 Mehrfachspalten-Berechnungen
11742 \begin_inset CommandInset label
11743 LatexCommand label
11744 name "uab:Mehrfachspalten-Berechnungen"
11745
11746 \end_inset
11747
11748
11749 \begin_inset Index idx
11750 status collapsed
11751
11752 \begin_layout Plain Layout
11753 Mahrfachspalten ! Berechnung
11754 \end_layout
11755
11756 \end_inset
11757
11758
11759 \begin_inset Index idx
11760 status collapsed
11761
11762 \begin_layout Plain Layout
11763 Tabellen ! Mahrfachspalten ! Berechnung
11764 \end_layout
11765
11766 \end_inset
11767
11768
11769 \end_layout
11770
11771 \begin_layout Standard
11772 \SpecialChar LyX
11773  unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11774  Zellen beachten.
11775 \end_layout
11776
11777 \begin_layout Standard
11778 \begin_inset Float table
11779 placement h
11780 wide false
11781 sideways false
11782 status open
11783
11784 \begin_layout Plain Layout
11785 \begin_inset Caption Standard
11786
11787 \begin_layout Plain Layout
11788 \begin_inset CommandInset label
11789 LatexCommand label
11790 name "tab:Tabelle-mit-zentriertem"
11791
11792 \end_inset
11793
11794 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11795  die halbe Breite der Mehrfachspalten-Zelle haben
11796 \begin_inset Argument 1
11797 status collapsed
11798
11799 \begin_layout Plain Layout
11800 Eine Mehrfachspalten-Tabelle
11801 \end_layout
11802
11803 \end_inset
11804
11805
11806 \end_layout
11807
11808 \end_inset
11809
11810
11811 \end_layout
11812
11813 \begin_layout Plain Layout
11814 \align center
11815 \begin_inset Tabular
11816 <lyxtabular version="3" rows="3" columns="3">
11817 <features tabularvalignment="middle">
11818 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11819 <column alignment="center" valignment="middle">
11820 <column alignment="center" valignment="top">
11821 <row>
11822 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11823 \begin_inset Text
11824
11825 \begin_layout Plain Layout
11826 Dies ist eine Mehrfach\SpecialChar softhyphen
11827 spalten-Zelle
11828 \end_layout
11829
11830 \end_inset
11831 </cell>
11832 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11833 \begin_inset Text
11834
11835 \begin_layout Plain Layout
11836
11837 \end_layout
11838
11839 \end_inset
11840 </cell>
11841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11842 \begin_inset Text
11843
11844 \begin_layout Plain Layout
11845 c
11846 \end_layout
11847
11848 \end_inset
11849 </cell>
11850 </row>
11851 <row>
11852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11853 \begin_inset Text
11854
11855 \begin_layout Plain Layout
11856 d
11857 \end_layout
11858
11859 \end_inset
11860 </cell>
11861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11862 \begin_inset Text
11863
11864 \begin_layout Plain Layout
11865 e
11866 \end_layout
11867
11868 \end_inset
11869 </cell>
11870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11871 \begin_inset Text
11872
11873 \begin_layout Plain Layout
11874 f
11875 \end_layout
11876
11877 \end_inset
11878 </cell>
11879 </row>
11880 <row>
11881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11882 \begin_inset Text
11883
11884 \begin_layout Plain Layout
11885 g
11886 \end_layout
11887
11888 \end_inset
11889 </cell>
11890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11891 \begin_inset Text
11892
11893 \begin_layout Plain Layout
11894 h
11895 \end_layout
11896
11897 \end_inset
11898 </cell>
11899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11900 \begin_inset Text
11901
11902 \begin_layout Plain Layout
11903 i
11904 \end_layout
11905
11906 \end_inset
11907 </cell>
11908 </row>
11909 </lyxtabular>
11910
11911 \end_inset
11912
11913
11914 \end_layout
11915
11916 \end_inset
11917
11918
11919 \end_layout
11920
11921 \begin_layout Standard
11922 Um Tabelle
11923 \begin_inset space ~
11924 \end_inset
11925
11926
11927 \begin_inset CommandInset ref
11928 LatexCommand ref
11929 reference "tab:Tabelle-mit-zentriertem"
11930
11931 \end_inset
11932
11933  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11934  3×3-Tabelle, kreuzen im 
11935 \family sans
11936 Tabellen-Einstellungen
11937 \family default
11938 -Dialog 
11939 \family sans
11940 Mehrfachspalte
11941 \family default
11942  an, setzen die 
11943 \family sans
11944 Horizontale
11945 \begin_inset space ~
11946 \end_inset
11947
11948 Ausrichtung
11949 \family default
11950  auf 
11951 \family sans
11952 Zentriert
11953 \family default
11954  und die 
11955 \family sans
11956 Breite
11957 \family default
11958  auf 2.5
11959 \begin_inset space \thinspace{}
11960 \end_inset
11961
11962 cm.
11963  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11964  Sie die Breite der ersten Spalte auf 1.25
11965 \begin_inset space \thinspace{}
11966 \end_inset
11967
11968 cm setzen.
11969  Die zweite Spalte wird dann automatisch 1.25
11970 \begin_inset space \thinspace{}
11971 \end_inset
11972
11973 cm breit (Breite der 
11974 \family sans
11975 Mehrfachspalte
11976 \family default
11977  
11978 \begin_inset Formula $-$
11979 \end_inset
11980
11981  Breite der ersten Spalte).
11982  Dies wurde so für Tabelle
11983 \begin_inset space ~
11984 \end_inset
11985
11986
11987 \begin_inset CommandInset ref
11988 LatexCommand ref
11989 reference "tab:Tabelle,-in-der-die"
11990
11991 \end_inset
11992
11993  gemacht.
11994 \end_layout
11995
11996 \begin_layout Standard
11997 \begin_inset Float table
11998 wide false
11999 sideways false
12000 status open
12001
12002 \begin_layout Plain Layout
12003 \begin_inset Caption Standard
12004
12005 \begin_layout Plain Layout
12006 \begin_inset CommandInset label
12007 LatexCommand label
12008 name "tab:Tabelle,-in-der-die"
12009
12010 \end_inset
12011
12012 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12013  wie die Mehrfachspalte
12014 \begin_inset Argument 1
12015 status collapsed
12016
12017 \begin_layout Plain Layout
12018 Eine unvollkommene Mehrfachspalten-Tabelle
12019 \end_layout
12020
12021 \end_inset
12022
12023
12024 \end_layout
12025
12026 \end_inset
12027
12028
12029 \end_layout
12030
12031 \begin_layout Plain Layout
12032 \align center
12033 \begin_inset Tabular
12034 <lyxtabular version="3" rows="3" columns="3">
12035 <features tabularvalignment="middle">
12036 <column alignment="center" valignment="top" width="1.25cm">
12037 <column alignment="center" valignment="top">
12038 <column alignment="center" valignment="top">
12039 <row>
12040 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12041 \begin_inset Text
12042
12043 \begin_layout Plain Layout
12044 Dies ist auch eine Mehr\SpecialChar softhyphen
12045 fach\SpecialChar softhyphen
12046 spalten-Zelle
12047 \end_layout
12048
12049 \end_inset
12050 </cell>
12051 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12052 \begin_inset Text
12053
12054 \begin_layout Plain Layout
12055
12056 \end_layout
12057
12058 \end_inset
12059 </cell>
12060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12061 \begin_inset Text
12062
12063 \begin_layout Plain Layout
12064 c
12065 \end_layout
12066
12067 \end_inset
12068 </cell>
12069 </row>
12070 <row>
12071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12072 \begin_inset Text
12073
12074 \begin_layout Plain Layout
12075 d
12076 \end_layout
12077
12078 \end_inset
12079 </cell>
12080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12081 \begin_inset Text
12082
12083 \begin_layout Plain Layout
12084 e
12085 \end_layout
12086
12087 \end_inset
12088 </cell>
12089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12090 \begin_inset Text
12091
12092 \begin_layout Plain Layout
12093 f
12094 \end_layout
12095
12096 \end_inset
12097 </cell>
12098 </row>
12099 <row>
12100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12101 \begin_inset Text
12102
12103 \begin_layout Plain Layout
12104 g
12105 \end_layout
12106
12107 \end_inset
12108 </cell>
12109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12110 \begin_inset Text
12111
12112 \begin_layout Plain Layout
12113 h
12114 \end_layout
12115
12116 \end_inset
12117 </cell>
12118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12119 \begin_inset Text
12120
12121 \begin_layout Plain Layout
12122 i
12123 \end_layout
12124
12125 \end_inset
12126 </cell>
12127 </row>
12128 </lyxtabular>
12129
12130 \end_inset
12131
12132
12133 \end_layout
12134
12135 \end_inset
12136
12137
12138 \end_layout
12139
12140 \begin_layout Standard
12141 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12142  als die zweite ist.
12143  Das liegt daran, dass die Zellenbreite 
12144 \begin_inset Formula $W_{\mathrm{tot}}$
12145 \end_inset
12146
12147  nicht ihre definierte Breite 
12148 \begin_inset Formula $W_{g}$
12149 \end_inset
12150
12151  ist, sondern ein wenig mehr.
12152  Anhang
12153 \begin_inset space ~
12154 \end_inset
12155
12156
12157 \begin_inset CommandInset ref
12158 LatexCommand ref
12159 reference "kap:Erläuterung-einer-Gleichung"
12160
12161 \end_inset
12162
12163  erklärt das genauer.
12164 \end_layout
12165
12166 \begin_layout Standard
12167 Wenn 
12168 \emph on
12169 n
12170 \emph default
12171  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12172  die definierte Breite 
12173 \begin_inset Formula $W_{g\,n}$
12174 \end_inset
12175
12176  einer Spalte, deren totale Breite = 
12177 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12178 \end_inset
12179
12180  sein soll, wie folgt:
12181 \begin_inset Formula 
12182 \begin{equation}
12183 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12184 \end{equation}
12185
12186 \end_inset
12187
12188
12189 \end_layout
12190
12191 \begin_layout Standard
12192 In unserem Falls ist 
12193 \begin_inset Formula $n=2$
12194 \end_inset
12195
12196
12197 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12198 \end_inset
12199
12200 cm, und damit wird aus Gleichung
12201 \begin_inset space ~
12202 \end_inset
12203
12204
12205 \begin_inset CommandInset ref
12206 LatexCommand ref
12207 reference "eq:Wgn"
12208
12209 \end_inset
12210
12211  
12212 \begin_inset Formula 
12213 \begin{equation}
12214 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12215 \end{equation}
12216
12217 \end_inset
12218
12219
12220 \end_layout
12221
12222 \begin_layout Standard
12223 Damit \SpecialChar LaTeX
12224  rechnen kann, muss das Paket 
12225 \series bold
12226 calc
12227 \series default
12228  im Vorspann geladen werden.
12229 \begin_inset Index idx
12230 status collapsed
12231
12232 \begin_layout Plain Layout
12233 \SpecialChar LaTeX
12234 -Pakete ! calc
12235 \end_layout
12236
12237 \end_inset
12238
12239
12240 \end_layout
12241
12242 \begin_layout Standard
12243
12244 \series bold
12245
12246 \backslash
12247 usepackage{calc}
12248 \end_layout
12249
12250 \begin_layout Standard
12251 \SpecialChar LyX
12252  erlaubt im 
12253 \family sans
12254 Breite
12255 \family default
12256 -Feld des 
12257 \family sans
12258 Tabellen-Einstellungen
12259 \family default
12260 -Dialogs keine Berechnungen.
12261  Deshalb müssen Sie die Formel für die Breite im Feld 
12262 \family sans
12263 LaTeX-Argument
12264 \family default
12265  eingeben.
12266  Hier iss ein Überblick über die Argumente:
12267 \end_layout
12268
12269 \begin_layout Itemize
12270
12271 \series bold
12272 p{Breite}
12273 \series default
12274  die Zelle bekommt eine feste 
12275 \series bold
12276 Breite
12277 \series default
12278 , und die vertikale Ausrichtung ist 
12279 \family sans
12280 Oben
12281 \end_layout
12282
12283 \begin_layout Itemize
12284
12285 \series bold
12286 m{Breite}
12287 \series default
12288  die Zelle bekommt eine feste 
12289 \series bold
12290 Breite
12291 \series default
12292 , und die vertikale Ausrichtung ist 
12293 \family sans
12294 Mitte
12295 \end_layout
12296
12297 \begin_layout Itemize
12298
12299 \series bold
12300 b{Breite}
12301 \series default
12302  die Zelle bekommt eine feste 
12303 \series bold
12304 Breite
12305 \series default
12306 , und die vertikale Ausrichtung ist 
12307 \family sans
12308 Unten
12309 \end_layout
12310
12311 \begin_layout Standard
12312 Wenn Sie ein \SpecialChar LaTeX
12313 -Argument eingeben, werden alle anderen Einstellungen für diese
12314  Zelle überschrieben.
12315 \end_layout
12316
12317 \begin_layout Standard
12318 \begin_inset Note Greyedout
12319 status open
12320
12321 \begin_layout Plain Layout
12322
12323 \series bold
12324 Bemerkung:
12325 \series default
12326  Wegen eines Fehlers in \SpecialChar LyX
12327  werden die überschriebenen Einstellungen dennoch
12328  angezeigt.
12329 \end_layout
12330
12331 \end_inset
12332
12333
12334 \end_layout
12335
12336 \begin_layout Standard
12337 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12338  der Zelle mit dem Inhalt 
12339 \begin_inset Quotes gld
12340 \end_inset
12341
12342 d
12343 \begin_inset Quotes grd
12344 \end_inset
12345
12346  der Tabelle
12347 \begin_inset space ~
12348 \end_inset
12349
12350
12351 \begin_inset CommandInset ref
12352 LatexCommand ref
12353 reference "tab:Tabelle-mit-zentriertem"
12354
12355 \end_inset
12356
12357  auch noch der Befehl
12358 \family typewriter
12359 \series bold
12360  
12361 \family default
12362
12363 \backslash
12364 centering
12365 \series default
12366  hinzugefügt.
12367  Das Ganze sieht dann so aus:
12368 \end_layout
12369
12370 \begin_layout Standard
12371
12372 \series bold
12373 |>{
12374 \backslash
12375 centering}m{1.25cm-6.2pt}
12376 \end_layout
12377
12378 \begin_layout Standard
12379 Der vertikale Strich 
12380 \series bold
12381
12382 \begin_inset Quotes gld
12383 \end_inset
12384
12385 |
12386 \series default
12387
12388 \begin_inset Quotes grd
12389 \end_inset
12390
12391  am Anfang zeichnet die linke Linie, und der Befehl 
12392 \series bold
12393
12394 \begin_inset Quotes gld
12395 \end_inset
12396
12397 >{ }
12398 \begin_inset Quotes grd
12399 \end_inset
12400
12401
12402 \series default
12403  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12404  der Zelle benutzt werden sollen.
12405 \end_layout
12406
12407 \begin_layout Standard
12408 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12409  haben, ist der Text noch immer linksbündig, weil \SpecialChar LyX
12410  Ausrichtungen nur für
12411  einzelne Spalten anwendet.
12412  Deswegen musste für die Mehrfachspalte folgendes \SpecialChar LaTeX
12413 -Argument benutzt werden:
12414 \end_layout
12415
12416 \begin_layout Standard
12417
12418 \series bold
12419 |>{
12420 \backslash
12421 centering}m{2.5cm}|
12422 \end_layout
12423
12424 \begin_layout Subsection
12425 Mehrfachzeilen
12426 \begin_inset CommandInset label
12427 LatexCommand label
12428 name "uab:Mehrfachzeilen"
12429
12430 \end_inset
12431
12432
12433 \begin_inset Index idx
12434 status collapsed
12435
12436 \begin_layout Plain Layout
12437 Mehrfachzeilen
12438 \end_layout
12439
12440 \end_inset
12441
12442
12443 \begin_inset Index idx
12444 status collapsed
12445
12446 \begin_layout Plain Layout
12447 Tabellen ! Mehrfachzeilen
12448 \end_layout
12449
12450 \end_inset
12451
12452
12453 \end_layout
12454
12455 \begin_layout Standard
12456 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12457  und verwenden dann den Knopf 
12458 \begin_inset Info
12459 type  "icon"
12460 arg   "tabular-feature multirow"
12461 \end_inset
12462
12463  in der Werkzeugleiste, das Menü 
12464 \family sans
12465 Bearbeiten\SpecialChar menuseparator
12466 Tabelle\SpecialChar menuseparator
12467 Mehrfachzeile
12468 \family default
12469 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12470  
12471 \family sans
12472 Mehrfachzeile
12473 \family default
12474 .
12475 \end_layout
12476
12477 \begin_layout Standard
12478 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12479 \end_layout
12480
12481 \begin_layout Standard
12482 \align center
12483 \begin_inset Tabular
12484 <lyxtabular version="3" rows="3" columns="3">
12485 <features tabularvalignment="middle">
12486 <column alignment="center" valignment="top" width="0pt">
12487 <column alignment="center" valignment="top">
12488 <column alignment="center" valignment="top">
12489 <row>
12490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12491 \begin_inset Text
12492
12493 \begin_layout Plain Layout
12494 ein langer Eintrag
12495 \end_layout
12496
12497 \end_inset
12498 </cell>
12499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12500 \begin_inset Text
12501
12502 \begin_layout Plain Layout
12503 b
12504 \end_layout
12505
12506 \end_inset
12507 </cell>
12508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12509 \begin_inset Text
12510
12511 \begin_layout Plain Layout
12512 c
12513 \end_layout
12514
12515 \end_inset
12516 </cell>
12517 </row>
12518 <row>
12519 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12520 \begin_inset Text
12521
12522 \begin_layout Plain Layout
12523 Mehrfachzeile
12524 \end_layout
12525
12526 \end_inset
12527 </cell>
12528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12529 \begin_inset Text
12530
12531 \begin_layout Plain Layout
12532 e
12533 \end_layout
12534
12535 \end_inset
12536 </cell>
12537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12538 \begin_inset Text
12539
12540 \begin_layout Plain Layout
12541 f
12542 \end_layout
12543
12544 \end_inset
12545 </cell>
12546 </row>
12547 <row>
12548 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12549 \begin_inset Text
12550
12551 \begin_layout Plain Layout
12552
12553 \end_layout
12554
12555 \end_inset
12556 </cell>
12557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12558 \begin_inset Text
12559
12560 \begin_layout Plain Layout
12561 h
12562 \end_layout
12563
12564 \end_inset
12565 </cell>
12566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12567 \begin_inset Text
12568
12569 \begin_layout Plain Layout
12570 i
12571 \end_layout
12572
12573 \end_inset
12574 </cell>
12575 </row>
12576 </lyxtabular>
12577
12578 \end_inset
12579
12580
12581 \end_layout
12582
12583 \begin_layout Standard
12584 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12585  Spalte festgelegt.
12586  Der 
12587 \family sans
12588 Vertikale Versatz
12589 \family default
12590  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12591  positiv/negativ ist.
12592 \end_layout
12593
12594 \begin_layout Standard
12595 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12596  die Mehrfachzeile die Ausrichtung der Spalte.
12597  Ansonsten ist sie standardmäßig links ausgerichtet.
12598  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12599 \series bold
12600
12601 \backslash
12602 multirowsetup
12603 \series default
12604  mit dem Befehl
12605 \end_layout
12606
12607 \begin_layout Standard
12608
12609 \series bold
12610
12611 \backslash
12612 renewcommand{
12613 \backslash
12614 multirowsetup}{
12615 \backslash
12616 centering}
12617 \end_layout
12618
12619 \begin_layout Standard
12620 im \SpecialChar LaTeX
12621 -Vorspann.
12622  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12623  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12624  auch mittels \SpecialChar TeX
12625 -Code vor der jeweiligen Tabelle, statt im \SpecialChar LaTeX
12626 -Vorspann, erneuert
12627  werden.
12628  Für rechtsbündigen Text ersetzt man 
12629 \series bold
12630
12631 \backslash
12632 centering
12633 \series default
12634  durch 
12635 \series bold
12636
12637 \backslash
12638 raggedleft
12639 \series default
12640 .
12641  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12642 \series bold
12643
12644 \backslash
12645 raggedright
12646 \series default
12647  verwendet.
12648 \end_layout
12649
12650 \begin_layout Standard
12651 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12652  die -4
12653 \begin_inset space \thinspace{}
12654 \end_inset
12655
12656 mm vertikalen Versatz hat und sich in einer 3
12657 \begin_inset space \thinspace{}
12658 \end_inset
12659
12660 cm breiten Spalte befindet:
12661 \end_layout
12662
12663 \begin_layout Standard
12664 \noindent
12665 \align center
12666 \begin_inset ERT
12667 status collapsed
12668
12669 \begin_layout Plain Layout
12670
12671
12672 \backslash
12673 renewcommand{
12674 \backslash
12675 multirowsetup}{
12676 \backslash
12677 raggedleft}
12678 \end_layout
12679
12680 \end_inset
12681
12682
12683 \begin_inset Tabular
12684 <lyxtabular version="3" rows="4" columns="3">
12685 <features tabularvalignment="middle">
12686 <column alignment="center" valignment="top" width="3cm">
12687 <column alignment="center" valignment="top">
12688 <column alignment="center" valignment="top">
12689 <row>
12690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12691 \begin_inset Text
12692
12693 \begin_layout Plain Layout
12694 ein langer Eintrag
12695 \end_layout
12696
12697 \end_inset
12698 </cell>
12699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12700 \begin_inset Text
12701
12702 \begin_layout Plain Layout
12703 b
12704 \end_layout
12705
12706 \end_inset
12707 </cell>
12708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12709 \begin_inset Text
12710
12711 \begin_layout Plain Layout
12712 c
12713 \end_layout
12714
12715 \end_inset
12716 </cell>
12717 </row>
12718 <row>
12719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12720 \begin_inset Text
12721
12722 \begin_layout Plain Layout
12723 t
12724 \end_layout
12725
12726 \end_inset
12727 </cell>
12728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12729 \begin_inset Text
12730
12731 \begin_layout Plain Layout
12732 n
12733 \end_layout
12734
12735 \end_inset
12736 </cell>
12737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12738 \begin_inset Text
12739
12740 \begin_layout Plain Layout
12741 m
12742 \end_layout
12743
12744 \end_inset
12745 </cell>
12746 </row>
12747 <row>
12748 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12749 \begin_inset Text
12750
12751 \begin_layout Plain Layout
12752 Mehrfachzeile
12753 \end_layout
12754
12755 \end_inset
12756 </cell>
12757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12758 \begin_inset Text
12759
12760 \begin_layout Plain Layout
12761 e
12762 \end_layout
12763
12764 \end_inset
12765 </cell>
12766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12767 \begin_inset Text
12768
12769 \begin_layout Plain Layout
12770 f
12771 \end_layout
12772
12773 \end_inset
12774 </cell>
12775 </row>
12776 <row>
12777 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12778 \begin_inset Text
12779
12780 \begin_layout Plain Layout
12781
12782 \end_layout
12783
12784 \end_inset
12785 </cell>
12786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12787 \begin_inset Text
12788
12789 \begin_layout Plain Layout
12790 h
12791 \end_layout
12792
12793 \end_inset
12794 </cell>
12795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12796 \begin_inset Text
12797
12798 \begin_layout Plain Layout
12799 i
12800 \end_layout
12801
12802 \end_inset
12803 </cell>
12804 </row>
12805 </lyxtabular>
12806
12807 \end_inset
12808
12809
12810 \begin_inset ERT
12811 status collapsed
12812
12813 \begin_layout Plain Layout
12814
12815
12816 \backslash
12817 renewcommand{
12818 \backslash
12819 multirowsetup}{
12820 \backslash
12821 raggedright}
12822 \end_layout
12823
12824 \end_inset
12825
12826
12827 \end_layout
12828
12829 \begin_layout Standard
12830 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12831  (Tastenkürzel 
12832 \family sans
12833 Strg+Enter
12834 \family default
12835 ) verwenden.
12836  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12837 \end_layout
12838
12839 \begin_layout Standard
12840 \noindent
12841 \align center
12842 \begin_inset Tabular
12843 <lyxtabular version="3" rows="3" columns="2">
12844 <features tabularvalignment="middle">
12845 <column alignment="left" valignment="middle" width="2cm">
12846 <column alignment="center" valignment="top">
12847 <row>
12848 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Plain Layout
12852 aaa
12853 \begin_inset Newline newline
12854 \end_inset
12855
12856 aaa
12857 \begin_inset Newline newline
12858 \end_inset
12859
12860 falsche Zelle
12861 \end_layout
12862
12863 \end_inset
12864 </cell>
12865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12866 \begin_inset Text
12867
12868 \begin_layout Plain Layout
12869 ccc
12870 \end_layout
12871
12872 \end_inset
12873 </cell>
12874 </row>
12875 <row>
12876 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12877 \begin_inset Text
12878
12879 \begin_layout Plain Layout
12880
12881 \end_layout
12882
12883 \end_inset
12884 </cell>
12885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12886 \begin_inset Text
12887
12888 \begin_layout Plain Layout
12889 ddd
12890 \end_layout
12891
12892 \end_inset
12893 </cell>
12894 </row>
12895 <row>
12896 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12897 \begin_inset Text
12898
12899 \begin_layout Plain Layout
12900 bbb
12901 \end_layout
12902
12903 \end_inset
12904 </cell>
12905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12906 \begin_inset Text
12907
12908 \begin_layout Plain Layout
12909 eee
12910 \end_layout
12911
12912 \end_inset
12913 </cell>
12914 </row>
12915 </lyxtabular>
12916
12917 \end_inset
12918
12919
12920 \end_layout
12921
12922 \begin_layout Standard
12923 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
12924 \end_layout
12925
12926 \begin_layout Subsection
12927 Zellen mit diagonalen Linien
12928 \end_layout
12929
12930 \begin_layout Standard
12931 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
12932  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
12933  oder zwei diagonalen Linien zu teilen.
12934  Dies kann erreicht werden, indem man das \SpecialChar LaTeX
12935 -Paket 
12936 \series bold
12937 diagbox
12938 \series default
12939
12940 \begin_inset Index idx
12941 status collapsed
12942
12943 \begin_layout Plain Layout
12944 \SpecialChar LaTeX
12945 -Pakete ! diagbox
12946 \end_layout
12947
12948 \end_inset
12949
12950  im \SpecialChar LaTeX
12951 -Vorspann lädt.
12952  Das Paket stellt den Befehl 
12953 \series bold
12954
12955 \backslash
12956 diagbox
12957 \series default
12958  zur Verfügung, der als \SpecialChar TeX
12959 -Code eingefügt wird und 2 oder 3
12960 \begin_inset space ~
12961 \end_inset
12962
12963 Argumente hat:
12964 \end_layout
12965
12966 \begin_layout Standard
12967
12968 \series bold
12969
12970 \backslash
12971 diagbox[Optionen]{links unten}{rechts oben}
12972 \end_layout
12973
12974 \begin_layout Standard
12975
12976 \series bold
12977
12978 \backslash
12979 diagbox[Optionen]{links unten}{links oben}{rechts oben}
12980 \end_layout
12981
12982 \begin_layout Standard
12983 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
12984  die Argumente werden unter und über diese Linie platziert.
12985  Das zweite Schema teilt die Zelle mit 2
12986 \begin_inset space ~
12987 \end_inset
12988
12989 Linien.
12990 \end_layout
12991
12992 \begin_layout Standard
12993 \begin_inset ERT
12994 status collapsed
12995
12996 \begin_layout Plain Layout
12997
12998
12999 \backslash
13000 ifdiagbox
13001 \end_layout
13002
13003 \end_inset
13004
13005
13006 \begin_inset Note Note
13007 status open
13008
13009 \begin_layout Plain Layout
13010 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
13011 -Paket 
13012 \series bold
13013 diagbox
13014 \series default
13015  installiert ist.
13016 \end_layout
13017
13018 \end_inset
13019
13020
13021 \end_layout
13022
13023 \begin_layout Standard
13024 Hier ist eine Beispieltabelle in der 
13025 \series bold
13026
13027 \backslash
13028 diagbox 
13029 \series default
13030 im 2-Argument Schema in der ersten Zelle verwendet wird:
13031 \begin_inset VSpace medskip
13032 \end_inset
13033
13034
13035 \end_layout
13036
13037 \begin_layout Standard
13038 \noindent
13039 \begin_inset Tabular
13040 <lyxtabular version="3" rows="4" columns="4">
13041 <features tabularvalignment="middle">
13042 <column alignment="center" valignment="top">
13043 <column alignment="center" valignment="top">
13044 <column alignment="center" valignment="top">
13045 <column alignment="center" valignment="top">
13046 <row>
13047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13048 \begin_inset Text
13049
13050 \begin_layout Plain Layout
13051 \begin_inset ERT
13052 status collapsed
13053
13054 \begin_layout Plain Layout
13055
13056
13057 \backslash
13058 diagbox{
13059 \end_layout
13060
13061 \end_inset
13062
13063 Name
13064 \begin_inset ERT
13065 status collapsed
13066
13067 \begin_layout Plain Layout
13068
13069 }{
13070 \end_layout
13071
13072 \end_inset
13073
13074 Parameter
13075 \begin_inset ERT
13076 status collapsed
13077
13078 \begin_layout Plain Layout
13079
13080 }
13081 \end_layout
13082
13083 \end_inset
13084
13085
13086 \end_layout
13087
13088 \end_inset
13089 </cell>
13090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13091 \begin_inset Text
13092
13093 \begin_layout Plain Layout
13094 Dicke in nm
13095 \end_layout
13096
13097 \end_inset
13098 </cell>
13099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13100 \begin_inset Text
13101
13102 \begin_layout Plain Layout
13103 Transparenz in %
13104 \end_layout
13105
13106 \end_inset
13107 </cell>
13108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13109 \begin_inset Text
13110
13111 \begin_layout Plain Layout
13112 Härte in MPa
13113 \end_layout
13114
13115 \end_inset
13116 </cell>
13117 </row>
13118 <row>
13119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13120 \begin_inset Text
13121
13122 \begin_layout Plain Layout
13123 Perfekt Grün
13124 \end_layout
13125
13126 \end_inset
13127 </cell>
13128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13129 \begin_inset Text
13130
13131 \begin_layout Plain Layout
13132 45
13133 \end_layout
13134
13135 \end_inset
13136 </cell>
13137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13138 \begin_inset Text
13139
13140 \begin_layout Plain Layout
13141 80
13142 \end_layout
13143
13144 \end_inset
13145 </cell>
13146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13147 \begin_inset Text
13148
13149 \begin_layout Plain Layout
13150 504
13151 \end_layout
13152
13153 \end_inset
13154 </cell>
13155 </row>
13156 <row>
13157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13158 \begin_inset Text
13159
13160 \begin_layout Plain Layout
13161 Dunkel Multi-P
13162 \end_layout
13163
13164 \end_inset
13165 </cell>
13166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13167 \begin_inset Text
13168
13169 \begin_layout Plain Layout
13170 60
13171 \end_layout
13172
13173 \end_inset
13174 </cell>
13175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13176 \begin_inset Text
13177
13178 \begin_layout Plain Layout
13179 72
13180 \end_layout
13181
13182 \end_inset
13183 </cell>
13184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13185 \begin_inset Text
13186
13187 \begin_layout Plain Layout
13188 982
13189 \end_layout
13190
13191 \end_inset
13192 </cell>
13193 </row>
13194 <row>
13195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13196 \begin_inset Text
13197
13198 \begin_layout Plain Layout
13199 Kristallklar Pro
13200 \end_layout
13201
13202 \end_inset
13203 </cell>
13204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13205 \begin_inset Text
13206
13207 \begin_layout Plain Layout
13208 18
13209 \end_layout
13210
13211 \end_inset
13212 </cell>
13213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217 86
13218 \end_layout
13219
13220 \end_inset
13221 </cell>
13222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13223 \begin_inset Text
13224
13225 \begin_layout Plain Layout
13226 374
13227 \end_layout
13228
13229 \end_inset
13230 </cell>
13231 </row>
13232 </lyxtabular>
13233
13234 \end_inset
13235
13236
13237 \begin_inset VSpace medskip
13238 \end_inset
13239
13240
13241 \end_layout
13242
13243 \begin_layout Standard
13244 \begin_inset Newpage newpage
13245 \end_inset
13246
13247
13248 \end_layout
13249
13250 \begin_layout Standard
13251 Das 3-Argument Schema ist z.
13252 \begin_inset space \thinspace{}
13253 \end_inset
13254
13255 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13256 \end_layout
13257
13258 \begin_layout Standard
13259 \noindent
13260 \align center
13261 \begin_inset Tabular
13262 <lyxtabular version="3" rows="4" columns="4">
13263 <features tabularvalignment="middle">
13264 <column alignment="center" valignment="top" width="0pt">
13265 <column alignment="center" valignment="top">
13266 <column alignment="center" valignment="top">
13267 <column alignment="center" valignment="top">
13268 <row>
13269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13270 \begin_inset Text
13271
13272 \begin_layout Plain Layout
13273 \begin_inset ERT
13274 status collapsed
13275
13276 \begin_layout Plain Layout
13277
13278
13279 \backslash
13280 diagbox{
13281 \end_layout
13282
13283 \end_inset
13284
13285 Heim
13286 \begin_inset ERT
13287 status collapsed
13288
13289 \begin_layout Plain Layout
13290
13291 }{
13292 \end_layout
13293
13294 \end_inset
13295
13296 Ergebnis
13297 \begin_inset ERT
13298 status collapsed
13299
13300 \begin_layout Plain Layout
13301
13302 }{
13303 \end_layout
13304
13305 \end_inset
13306
13307 Auswärts
13308 \begin_inset ERT
13309 status collapsed
13310
13311 \begin_layout Plain Layout
13312
13313 }
13314 \end_layout
13315
13316 \end_inset
13317
13318
13319 \end_layout
13320
13321 \end_inset
13322 </cell>
13323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327 Tiger
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336 Panther
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Plain Layout
13345 Falken
13346 \end_layout
13347
13348 \end_inset
13349 </cell>
13350 </row>
13351 <row>
13352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13353 \begin_inset Text
13354
13355 \begin_layout Plain Layout
13356 Tiger
13357 \end_layout
13358
13359 \end_inset
13360 </cell>
13361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13362 \begin_inset Text
13363
13364 \begin_layout Plain Layout
13365
13366 \end_layout
13367
13368 \end_inset
13369 </cell>
13370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13371 \begin_inset Text
13372
13373 \begin_layout Plain Layout
13374 1:3
13375 \end_layout
13376
13377 \end_inset
13378 </cell>
13379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13380 \begin_inset Text
13381
13382 \begin_layout Plain Layout
13383 0:1
13384 \end_layout
13385
13386 \end_inset
13387 </cell>
13388 </row>
13389 <row>
13390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13391 \begin_inset Text
13392
13393 \begin_layout Plain Layout
13394 Panther
13395 \end_layout
13396
13397 \end_inset
13398 </cell>
13399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13400 \begin_inset Text
13401
13402 \begin_layout Plain Layout
13403 3:1
13404 \end_layout
13405
13406 \end_inset
13407 </cell>
13408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13409 \begin_inset Text
13410
13411 \begin_layout Plain Layout
13412
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421 0:0
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 </row>
13427 <row>
13428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13429 \begin_inset Text
13430
13431 \begin_layout Plain Layout
13432 Falken
13433 \end_layout
13434
13435 \end_inset
13436 </cell>
13437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13438 \begin_inset Text
13439
13440 \begin_layout Plain Layout
13441 1:0
13442 \end_layout
13443
13444 \end_inset
13445 </cell>
13446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13447 \begin_inset Text
13448
13449 \begin_layout Plain Layout
13450 0:0
13451 \end_layout
13452
13453 \end_inset
13454 </cell>
13455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13456 \begin_inset Text
13457
13458 \begin_layout Plain Layout
13459
13460 \end_layout
13461
13462 \end_inset
13463 </cell>
13464 </row>
13465 </lyxtabular>
13466
13467 \end_inset
13468
13469
13470 \end_layout
13471
13472 \begin_layout Standard
13473 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
13474  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
13475 \end_layout
13476
13477 \begin_layout Standard
13478 \noindent
13479 \align center
13480 \begin_inset Tabular
13481 <lyxtabular version="3" rows="5" columns="5">
13482 <features tabularvalignment="middle">
13483 <column alignment="center" valignment="top" width="0pt">
13484 <column alignment="center" valignment="top">
13485 <column alignment="center" valignment="top">
13486 <column alignment="center" valignment="top">
13487 <column alignment="center" valignment="top">
13488 <row>
13489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13490 \begin_inset Text
13491
13492 \begin_layout Plain Layout
13493 \begin_inset ERT
13494 status open
13495
13496 \begin_layout Plain Layout
13497
13498
13499 \backslash
13500 diagbox{
13501 \end_layout
13502
13503 \end_inset
13504
13505 Heim
13506 \begin_inset ERT
13507 status collapsed
13508
13509 \begin_layout Plain Layout
13510
13511 }{
13512 \end_layout
13513
13514 \end_inset
13515
13516 Ergebnis
13517 \begin_inset ERT
13518 status collapsed
13519
13520 \begin_layout Plain Layout
13521
13522 }{
13523 \end_layout
13524
13525 \end_inset
13526
13527 Auswärts
13528 \begin_inset ERT
13529 status collapsed
13530
13531 \begin_layout Plain Layout
13532
13533 }
13534 \end_layout
13535
13536 \end_inset
13537
13538
13539 \end_layout
13540
13541 \end_inset
13542 </cell>
13543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13544 \begin_inset Text
13545
13546 \begin_layout Plain Layout
13547 Tiger
13548 \end_layout
13549
13550 \end_inset
13551 </cell>
13552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13553 \begin_inset Text
13554
13555 \begin_layout Plain Layout
13556 Panther
13557 \end_layout
13558
13559 \end_inset
13560 </cell>
13561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13562 \begin_inset Text
13563
13564 \begin_layout Plain Layout
13565 Falken
13566 \end_layout
13567
13568 \end_inset
13569 </cell>
13570 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13571 \begin_inset Text
13572
13573 \begin_layout Plain Layout
13574 \begin_inset ERT
13575 status open
13576
13577 \begin_layout Plain Layout
13578
13579
13580 \backslash
13581 diagbox[dir=NE]{
13582 \end_layout
13583
13584 \end_inset
13585
13586 Heim
13587 \begin_inset ERT
13588 status collapsed
13589
13590 \begin_layout Plain Layout
13591
13592 }{
13593 \end_layout
13594
13595 \end_inset
13596
13597 Ergebnis
13598 \begin_inset ERT
13599 status collapsed
13600
13601 \begin_layout Plain Layout
13602
13603 }{
13604 \end_layout
13605
13606 \end_inset
13607
13608 Auswärts
13609 \begin_inset ERT
13610 status collapsed
13611
13612 \begin_layout Plain Layout
13613
13614 }
13615 \end_layout
13616
13617 \end_inset
13618
13619
13620 \end_layout
13621
13622 \end_inset
13623 </cell>
13624 </row>
13625 <row>
13626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13627 \begin_inset Text
13628
13629 \begin_layout Plain Layout
13630 Tiger
13631 \end_layout
13632
13633 \end_inset
13634 </cell>
13635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13636 \begin_inset Text
13637
13638 \begin_layout Plain Layout
13639
13640 \end_layout
13641
13642 \end_inset
13643 </cell>
13644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13645 \begin_inset Text
13646
13647 \begin_layout Plain Layout
13648 1:3
13649 \end_layout
13650
13651 \end_inset
13652 </cell>
13653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13654 \begin_inset Text
13655
13656 \begin_layout Plain Layout
13657 0:1
13658 \end_layout
13659
13660 \end_inset
13661 </cell>
13662 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13663 \begin_inset Text
13664
13665 \begin_layout Plain Layout
13666 Tiger
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 </row>
13672 <row>
13673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13674 \begin_inset Text
13675
13676 \begin_layout Plain Layout
13677 Panther
13678 \end_layout
13679
13680 \end_inset
13681 </cell>
13682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13683 \begin_inset Text
13684
13685 \begin_layout Plain Layout
13686 3:1
13687 \end_layout
13688
13689 \end_inset
13690 </cell>
13691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13692 \begin_inset Text
13693
13694 \begin_layout Plain Layout
13695
13696 \end_layout
13697
13698 \end_inset
13699 </cell>
13700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13701 \begin_inset Text
13702
13703 \begin_layout Plain Layout
13704 0:0
13705 \end_layout
13706
13707 \end_inset
13708 </cell>
13709 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13710 \begin_inset Text
13711
13712 \begin_layout Plain Layout
13713 Panther
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 </row>
13719 <row>
13720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13721 \begin_inset Text
13722
13723 \begin_layout Plain Layout
13724 Falken
13725 \end_layout
13726
13727 \end_inset
13728 </cell>
13729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733 1:0
13734 \end_layout
13735
13736 \end_inset
13737 </cell>
13738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13739 \begin_inset Text
13740
13741 \begin_layout Plain Layout
13742 0:0
13743 \end_layout
13744
13745 \end_inset
13746 </cell>
13747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13748 \begin_inset Text
13749
13750 \begin_layout Plain Layout
13751
13752 \end_layout
13753
13754 \end_inset
13755 </cell>
13756 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13757 \begin_inset Text
13758
13759 \begin_layout Plain Layout
13760 Falken
13761 \end_layout
13762
13763 \end_inset
13764 </cell>
13765 </row>
13766 <row>
13767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13768 \begin_inset Text
13769
13770 \begin_layout Plain Layout
13771 \begin_inset ERT
13772 status open
13773
13774 \begin_layout Plain Layout
13775
13776
13777 \backslash
13778 diagbox[dir=SW]{
13779 \end_layout
13780
13781 \end_inset
13782
13783 Heim
13784 \begin_inset ERT
13785 status collapsed
13786
13787 \begin_layout Plain Layout
13788
13789 }{
13790 \end_layout
13791
13792 \end_inset
13793
13794 Ergebnis
13795 \begin_inset ERT
13796 status collapsed
13797
13798 \begin_layout Plain Layout
13799
13800 }{
13801 \end_layout
13802
13803 \end_inset
13804
13805 Auswärts
13806 \begin_inset ERT
13807 status collapsed
13808
13809 \begin_layout Plain Layout
13810
13811 }
13812 \end_layout
13813
13814 \end_inset
13815
13816
13817 \end_layout
13818
13819 \end_inset
13820 </cell>
13821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13822 \begin_inset Text
13823
13824 \begin_layout Plain Layout
13825 Tiger
13826 \end_layout
13827
13828 \end_inset
13829 </cell>
13830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834 Panther
13835 \end_layout
13836
13837 \end_inset
13838 </cell>
13839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13840 \begin_inset Text
13841
13842 \begin_layout Plain Layout
13843 Falken
13844 \end_layout
13845
13846 \end_inset
13847 </cell>
13848 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13849 \begin_inset Text
13850
13851 \begin_layout Plain Layout
13852 \begin_inset ERT
13853 status open
13854
13855 \begin_layout Plain Layout
13856
13857
13858 \backslash
13859 diagbox[dir=SE]{
13860 \end_layout
13861
13862 \end_inset
13863
13864 Heim
13865 \begin_inset ERT
13866 status collapsed
13867
13868 \begin_layout Plain Layout
13869
13870 }{
13871 \end_layout
13872
13873 \end_inset
13874
13875 Ergebnis
13876 \begin_inset ERT
13877 status collapsed
13878
13879 \begin_layout Plain Layout
13880
13881 }{
13882 \end_layout
13883
13884 \end_inset
13885
13886 Auswärts
13887 \begin_inset ERT
13888 status collapsed
13889
13890 \begin_layout Plain Layout
13891
13892 }
13893 \end_layout
13894
13895 \end_inset
13896
13897
13898 \end_layout
13899
13900 \end_inset
13901 </cell>
13902 </row>
13903 </lyxtabular>
13904
13905 \end_inset
13906
13907
13908 \end_layout
13909
13910 \begin_layout Standard
13911 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
13912 \series bold
13913 dir=Richtung
13914 \series default
13915  verwendet.
13916  
13917 \emph on
13918 Richtung
13919 \emph default
13920  ist entweder 
13921 \series bold
13922 NE
13923 \series default
13924
13925 \series bold
13926 SE
13927 \series default
13928
13929 \series bold
13930 SW
13931 \series default
13932  oder 
13933 \series bold
13934 NW
13935 \series default
13936  und stellt eine Himmelsrichtung dar.
13937  
13938 \series bold
13939 SW
13940 \series default
13941  ist z.
13942 \begin_inset space \thinspace{}
13943 \end_inset
13944
13945 B.
13946  die Südwestecke.
13947  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
13948 \end_layout
13949
13950 \begin_layout Standard
13951
13952 \series bold
13953
13954 \backslash
13955 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
13956 \end_layout
13957
13958 \begin_layout Standard
13959 verwendet.
13960  Wenn keine Richtung angegeben ist, wird NW verwendet.
13961 \end_layout
13962
13963 \begin_layout Standard
13964 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
13965  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
13966 e ist, ragt der Inhalt über die Zelle hinaus:
13967 \end_layout
13968
13969 \begin_layout Standard
13970 \noindent
13971 \align center
13972 \begin_inset Tabular
13973 <lyxtabular version="3" rows="2" columns="2">
13974 <features tabularvalignment="middle">
13975 <column alignment="center" valignment="top" width="3cm">
13976 <column alignment="center" valignment="top">
13977 <row>
13978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13979 \begin_inset Text
13980
13981 \begin_layout Plain Layout
13982 \begin_inset ERT
13983 status collapsed
13984
13985 \begin_layout Plain Layout
13986
13987
13988 \backslash
13989 diagbox{
13990 \end_layout
13991
13992 \end_inset
13993
13994 Name
13995 \begin_inset ERT
13996 status collapsed
13997
13998 \begin_layout Plain Layout
13999
14000 }{
14001 \end_layout
14002
14003 \end_inset
14004
14005 Parameter
14006 \begin_inset ERT
14007 status collapsed
14008
14009 \begin_layout Plain Layout
14010
14011 }
14012 \end_layout
14013
14014 \end_inset
14015
14016
14017 \end_layout
14018
14019 \end_inset
14020 </cell>
14021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14022 \begin_inset Text
14023
14024 \begin_layout Plain Layout
14025 Dicke in nm
14026 \end_layout
14027
14028 \end_inset
14029 </cell>
14030 </row>
14031 <row>
14032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14033 \begin_inset Text
14034
14035 \begin_layout Plain Layout
14036 Perfekt Grün
14037 \end_layout
14038
14039 \end_inset
14040 </cell>
14041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14042 \begin_inset Text
14043
14044 \begin_layout Plain Layout
14045 45
14046 \end_layout
14047
14048 \end_inset
14049 </cell>
14050 </row>
14051 </lyxtabular>
14052
14053 \end_inset
14054
14055
14056 \end_layout
14057
14058 \begin_layout Standard
14059 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14060  verwendet man die Befehlsoption 
14061 \series bold
14062 width=3cm
14063 \series default
14064  (ersetzen Sie '3cm' durch die benötigte Breite).
14065  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14066 \begin_inset space \thinspace{}
14067 \end_inset
14068
14069 cm gesetzt.
14070  Für 
14071 \series bold
14072
14073 \backslash
14074 diagbox
14075 \series default
14076  wird eine Breite von 4
14077 \begin_inset space \thinspace{}
14078 \end_inset
14079
14080 cm + 2
14081 \begin_inset space \thinspace{}
14082 \end_inset
14083
14084
14085 \backslash
14086 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14087  diesem Fall 4
14088 \begin_inset space \thinspace{}
14089 \end_inset
14090
14091 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14092  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14093 \series bold
14094
14095 \backslash
14096 diagbox
14097 \series default
14098  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14099  später verwenden kann.
14100  Dies wird mit den \SpecialChar TeX
14101 -Code Befehlen
14102 \end_layout
14103
14104 \begin_layout Standard
14105
14106 \series bold
14107
14108 \backslash
14109 newlength{
14110 \backslash
14111 diagtest}
14112 \begin_inset Newline newline
14113 \end_inset
14114
14115
14116 \backslash
14117 setlength{
14118 \backslash
14119 diagtest}{4cm+2
14120 \backslash
14121 tabcolsep}
14122 \end_layout
14123
14124 \begin_layout Standard
14125 erreicht.
14126 \end_layout
14127
14128 \begin_layout Standard
14129 \begin_inset ERT
14130 status collapsed
14131
14132 \begin_layout Plain Layout
14133
14134
14135 \backslash
14136 newlength{
14137 \backslash
14138 diagtest}
14139 \end_layout
14140
14141 \begin_layout Plain Layout
14142
14143
14144 \backslash
14145 setlength{
14146 \backslash
14147 diagtest}{4cm+2
14148 \backslash
14149 tabcolsep}
14150 \end_layout
14151
14152 \end_inset
14153
14154
14155 \end_layout
14156
14157 \begin_layout Standard
14158 Um Berechnungen in \SpecialChar LaTeX
14159  zu aktivieren, muss das Paket 
14160 \series bold
14161 calc
14162 \series default
14163
14164 \begin_inset Index idx
14165 status collapsed
14166
14167 \begin_layout Plain Layout
14168 \SpecialChar LaTeX
14169 -Pakete ! calc
14170 \end_layout
14171
14172 \end_inset
14173
14174  im \SpecialChar LaTeX
14175 -Vorspann geladen werden.
14176 \end_layout
14177
14178 \begin_layout Standard
14179 In der Tabelle kann man nun den Befehl
14180 \end_layout
14181
14182 \begin_layout Standard
14183
14184 \series bold
14185
14186 \backslash
14187 diagbox[width=
14188 \backslash
14189 diagtest]{A}{B}
14190 \end_layout
14191
14192 \begin_layout Standard
14193 in der ersten Zelle verwenden:
14194 \end_layout
14195
14196 \begin_layout Standard
14197 \noindent
14198 \align center
14199 \begin_inset Tabular
14200 <lyxtabular version="3" rows="2" columns="2">
14201 <features tabularvalignment="middle">
14202 <column alignment="center" valignment="top" width="4cm">
14203 <column alignment="center" valignment="top">
14204 <row>
14205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14206 \begin_inset Text
14207
14208 \begin_layout Plain Layout
14209 \begin_inset ERT
14210 status open
14211
14212 \begin_layout Plain Layout
14213
14214
14215 \backslash
14216 diagbox[width=
14217 \backslash
14218 diagtest]{
14219 \end_layout
14220
14221 \end_inset
14222
14223 A
14224 \begin_inset ERT
14225 status collapsed
14226
14227 \begin_layout Plain Layout
14228
14229 }{
14230 \end_layout
14231
14232 \end_inset
14233
14234 B
14235 \begin_inset ERT
14236 status collapsed
14237
14238 \begin_layout Plain Layout
14239
14240 }
14241 \end_layout
14242
14243 \end_inset
14244
14245
14246 \end_layout
14247
14248 \end_inset
14249 </cell>
14250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14251 \begin_inset Text
14252
14253 \begin_layout Plain Layout
14254 Dicke in nm
14255 \end_layout
14256
14257 \end_inset
14258 </cell>
14259 </row>
14260 <row>
14261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14262 \begin_inset Text
14263
14264 \begin_layout Plain Layout
14265 Perfekt Grün
14266 \end_layout
14267
14268 \end_inset
14269 </cell>
14270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14271 \begin_inset Text
14272
14273 \begin_layout Plain Layout
14274 45
14275 \end_layout
14276
14277 \end_inset
14278 </cell>
14279 </row>
14280 </lyxtabular>
14281
14282 \end_inset
14283
14284
14285 \end_layout
14286
14287 \begin_layout Standard
14288 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14289  muss.
14290  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14291  wie in in dieser Tabelle:
14292 \end_layout
14293
14294 \begin_layout Standard
14295 \noindent
14296 \align center
14297 \begin_inset Tabular
14298 <lyxtabular version="3" rows="2" columns="2">
14299 <features tabularvalignment="middle">
14300 <column alignment="center" valignment="top" width="0pt">
14301 <column alignment="center" valignment="top">
14302 <row>
14303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14304 \begin_inset Text
14305
14306 \begin_layout Plain Layout
14307 \begin_inset ERT
14308 status collapsed
14309
14310 \begin_layout Plain Layout
14311
14312
14313 \backslash
14314 diagbox{
14315 \end_layout
14316
14317 \end_inset
14318
14319 A
14320 \begin_inset ERT
14321 status collapsed
14322
14323 \begin_layout Plain Layout
14324
14325 }{
14326 \end_layout
14327
14328 \end_inset
14329
14330 B
14331 \begin_inset ERT
14332 status collapsed
14333
14334 \begin_layout Plain Layout
14335
14336 }
14337 \end_layout
14338
14339 \end_inset
14340
14341
14342 \end_layout
14343
14344 \end_inset
14345 </cell>
14346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14347 \begin_inset Text
14348
14349 \begin_layout Plain Layout
14350 Dicke in nm
14351 \end_layout
14352
14353 \end_inset
14354 </cell>
14355 </row>
14356 <row>
14357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14358 \begin_inset Text
14359
14360 \begin_layout Plain Layout
14361 Perfekt Grün
14362 \end_layout
14363
14364 \end_inset
14365 </cell>
14366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14367 \begin_inset Text
14368
14369 \begin_layout Plain Layout
14370 45
14371 \end_layout
14372
14373 \end_inset
14374 </cell>
14375 </row>
14376 </lyxtabular>
14377
14378 \end_inset
14379
14380
14381 \end_layout
14382
14383 \begin_layout Standard
14384 Verwenden Sie in diesem Fall die Option 
14385 \series bold
14386 width
14387 \series default
14388  des Befehls 
14389 \series bold
14390
14391 \backslash
14392 diagbox
14393 \series default
14394 .
14395  Es ist dabei nicht notwendig, 2
14396 \backslash
14397 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
14398  ist.
14399  In dieser Tabelle wird eine Breite von 3
14400 \begin_inset space \thinspace{}
14401 \end_inset
14402
14403 cm verwendet:
14404 \end_layout
14405
14406 \begin_layout Standard
14407 \noindent
14408 \align center
14409 \begin_inset Tabular
14410 <lyxtabular version="3" rows="2" columns="2">
14411 <features tabularvalignment="middle">
14412 <column alignment="center" valignment="top" width="0pt">
14413 <column alignment="center" valignment="top">
14414 <row>
14415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14416 \begin_inset Text
14417
14418 \begin_layout Plain Layout
14419 \begin_inset ERT
14420 status open
14421
14422 \begin_layout Plain Layout
14423
14424
14425 \backslash
14426 diagbox[width=3cm]{
14427 \end_layout
14428
14429 \end_inset
14430
14431 A
14432 \begin_inset ERT
14433 status collapsed
14434
14435 \begin_layout Plain Layout
14436
14437 }{
14438 \end_layout
14439
14440 \end_inset
14441
14442 B
14443 \begin_inset ERT
14444 status collapsed
14445
14446 \begin_layout Plain Layout
14447
14448 }
14449 \end_layout
14450
14451 \end_inset
14452
14453
14454 \end_layout
14455
14456 \end_inset
14457 </cell>
14458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14459 \begin_inset Text
14460
14461 \begin_layout Plain Layout
14462 Dicke in nm
14463 \end_layout
14464
14465 \end_inset
14466 </cell>
14467 </row>
14468 <row>
14469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14470 \begin_inset Text
14471
14472 \begin_layout Plain Layout
14473 Perfekt Grün
14474 \end_layout
14475
14476 \end_inset
14477 </cell>
14478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14479 \begin_inset Text
14480
14481 \begin_layout Plain Layout
14482 45
14483 \end_layout
14484
14485 \end_inset
14486 </cell>
14487 </row>
14488 </lyxtabular>
14489
14490 \end_inset
14491
14492
14493 \end_layout
14494
14495 \begin_layout Standard
14496 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
14497  Text in der Zelle unterzubringen.
14498  Dies wird mit der 
14499 \series bold
14500
14501 \backslash
14502 diagbox
14503 \series default
14504 -Option 
14505 \series bold
14506 height=3cm
14507 \series default
14508  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
14509  In der folgenden Tabelle wird der Befehl
14510 \end_layout
14511
14512 \begin_layout Standard
14513
14514 \series bold
14515
14516 \backslash
14517 diagbox[width=3cm,height=1.4cm]{A
14518 \backslash
14519
14520 \backslash
14521 B}{C
14522 \backslash
14523
14524 \backslash
14525 D}
14526 \end_layout
14527
14528 \begin_layout Standard
14529 in der ersten Zelle verwendet.
14530  Der Befehl 
14531 \series bold
14532
14533 \backslash
14534
14535 \backslash
14536
14537 \series default
14538  erzeugt hierbei den Zeilenumbruch.
14539 \begin_inset Foot
14540 status collapsed
14541
14542 \begin_layout Plain Layout
14543 Zeilen mit 
14544 \family sans
14545 Strg+Enter
14546 \family default
14547  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
14548 \end_layout
14549
14550 \end_inset
14551
14552
14553 \end_layout
14554
14555 \begin_layout Standard
14556 \noindent
14557 \align center
14558 \begin_inset Tabular
14559 <lyxtabular version="3" rows="2" columns="2">
14560 <features tabularvalignment="middle">
14561 <column alignment="center" valignment="top">
14562 <column alignment="center" valignment="top">
14563 <row>
14564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14565 \begin_inset Text
14566
14567 \begin_layout Plain Layout
14568 \begin_inset ERT
14569 status open
14570
14571 \begin_layout Plain Layout
14572
14573
14574 \backslash
14575 diagbox[width=3cm,height=1.4cm]{
14576 \end_layout
14577
14578 \end_inset
14579
14580 A
14581 \begin_inset ERT
14582 status collapsed
14583
14584 \begin_layout Plain Layout
14585
14586
14587 \backslash
14588
14589 \backslash
14590
14591 \end_layout
14592
14593 \end_inset
14594
14595 B
14596 \begin_inset ERT
14597 status collapsed
14598
14599 \begin_layout Plain Layout
14600
14601 }{
14602 \end_layout
14603
14604 \end_inset
14605
14606 C
14607 \begin_inset ERT
14608 status collapsed
14609
14610 \begin_layout Plain Layout
14611
14612
14613 \backslash
14614
14615 \backslash
14616
14617 \end_layout
14618
14619 \end_inset
14620
14621 D
14622 \begin_inset ERT
14623 status collapsed
14624
14625 \begin_layout Plain Layout
14626
14627 }
14628 \end_layout
14629
14630 \end_inset
14631
14632
14633 \end_layout
14634
14635 \end_inset
14636 </cell>
14637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14638 \begin_inset Text
14639
14640 \begin_layout Plain Layout
14641 Dicke in nm
14642 \end_layout
14643
14644 \end_inset
14645 </cell>
14646 </row>
14647 <row>
14648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14649 \begin_inset Text
14650
14651 \begin_layout Plain Layout
14652 Perfekt Grün
14653 \end_layout
14654
14655 \end_inset
14656 </cell>
14657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14658 \begin_inset Text
14659
14660 \begin_layout Plain Layout
14661 45
14662 \end_layout
14663
14664 \end_inset
14665 </cell>
14666 </row>
14667 </lyxtabular>
14668
14669 \end_inset
14670
14671
14672 \end_layout
14673
14674 \begin_layout Standard
14675 \begin_inset ERT
14676 status collapsed
14677
14678 \begin_layout Plain Layout
14679
14680
14681 \backslash
14682 else
14683 \end_layout
14684
14685 \end_inset
14686
14687
14688 \begin_inset Note Note
14689 status open
14690
14691 \begin_layout Plain Layout
14692 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
14693 -Paket 
14694 \series bold
14695 diagbox
14696 \series default
14697  nicht installiert ist:
14698 \end_layout
14699
14700 \end_inset
14701
14702
14703 \end_layout
14704
14705 \begin_layout Standard
14706 Sie müssen das \SpecialChar LaTeX
14707 -Paket 
14708 \series bold
14709 diagbox
14710 \series default
14711  installiert haben um den Inhalt dieses Abschnitts zu sehen.
14712 \end_layout
14713
14714 \begin_layout Standard
14715 \begin_inset ERT
14716 status collapsed
14717
14718 \begin_layout Plain Layout
14719
14720
14721 \backslash
14722 fi
14723 \end_layout
14724
14725 \end_inset
14726
14727
14728 \end_layout
14729
14730 \begin_layout Standard
14731 Für mehr Informationen über das \SpecialChar LaTeX
14732 -Paket 
14733 \series bold
14734 diagbox
14735 \series default
14736 , siehe dessen Dokumentation, 
14737 \begin_inset CommandInset citation
14738 LatexCommand cite
14739 key "diagbox"
14740 literal "true"
14741
14742 \end_inset
14743
14744 .
14745 \end_layout
14746
14747 \begin_layout Section
14748 Formale Tabellen
14749 \begin_inset CommandInset label
14750 LatexCommand label
14751 name "abs:Formale-Tabellen"
14752
14753 \end_inset
14754
14755
14756 \begin_inset Index idx
14757 status collapsed
14758
14759 \begin_layout Plain Layout
14760 Tabellen ! Formale
14761 \end_layout
14762
14763 \end_inset
14764
14765
14766 \end_layout
14767
14768 \begin_layout Standard
14769 Tabellen werden in Büchern oft wie Tabelle
14770 \begin_inset space ~
14771 \end_inset
14772
14773
14774 \begin_inset CommandInset ref
14775 LatexCommand ref
14776 reference "tab:Formale-Tabelle"
14777
14778 \end_inset
14779
14780  gesetzt.
14781  Diese Tabellen werden
14782 \emph on
14783  formal
14784 \emph default
14785  genannt.
14786  Formale Tabellen bekommen Sie, wenn Sie im 
14787 \family sans
14788 Tabellen-Einstellungen
14789 \family default
14790 -Dialog auf der Karteikarte 
14791 \family sans
14792 Rahmen
14793 \family default
14794  den 
14795 \family sans
14796 Stil
14797 \family default
14798  
14799 \family sans
14800 Formal
14801 \family default
14802  ankreuzen.
14803 \end_layout
14804
14805 \begin_layout Standard
14806 \begin_inset Float table
14807 placement h
14808 wide false
14809 sideways false
14810 status open
14811
14812 \begin_layout Plain Layout
14813 \begin_inset Caption Standard
14814
14815 \begin_layout Plain Layout
14816 \begin_inset CommandInset label
14817 LatexCommand label
14818 name "tab:Formale-Tabelle"
14819
14820 \end_inset
14821
14822 Formale Tabelle
14823 \end_layout
14824
14825 \end_inset
14826
14827
14828 \end_layout
14829
14830 \begin_layout Plain Layout
14831 \align center
14832 \begin_inset Tabular
14833 <lyxtabular version="3" rows="8" columns="4">
14834 <features booktabs="true" tabularvalignment="middle">
14835 <column alignment="center" valignment="top">
14836 <column alignment="right" valignment="top">
14837 <column alignment="right" valignment="top">
14838 <column alignment="right" valignment="top">
14839 <row>
14840 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14841 \begin_inset Text
14842
14843 \begin_layout Plain Layout
14844 System
14845 \end_layout
14846
14847 \end_inset
14848 </cell>
14849 <cell alignment="center" valignment="top" topline="true" usebox="none">
14850 \begin_inset Text
14851
14852 \begin_layout Plain Layout
14853 Chip
14854 \begin_inset space \thinspace{}
14855 \end_inset
14856
14857 1
14858 \end_layout
14859
14860 \end_inset
14861 </cell>
14862 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14863 \begin_inset Text
14864
14865 \begin_layout Plain Layout
14866 Chip
14867 \begin_inset space \thinspace{}
14868 \end_inset
14869
14870 2
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14876 \begin_inset Text
14877
14878 \begin_layout Plain Layout
14879
14880 \end_layout
14881
14882 \end_inset
14883 </cell>
14884 </row>
14885 <row>
14886 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14887 \begin_inset Text
14888
14889 \begin_layout Plain Layout
14890 \begin_inset ERT
14891 status collapsed
14892
14893 \begin_layout Plain Layout
14894
14895
14896 \backslash
14897 cmidrule(r){2-2}
14898 \end_layout
14899
14900 \end_inset
14901
14902
14903 \begin_inset ERT
14904 status collapsed
14905
14906 \begin_layout Plain Layout
14907
14908
14909 \backslash
14910 cmidrule(l){3-4}
14911 \end_layout
14912
14913 \end_inset
14914
14915 Detektordicke in µm
14916 \end_layout
14917
14918 \end_inset
14919 </cell>
14920 <cell alignment="center" valignment="top" usebox="none">
14921 \begin_inset Text
14922
14923 \begin_layout Plain Layout
14924 300
14925 \end_layout
14926
14927 \end_inset
14928 </cell>
14929 <cell alignment="center" valignment="top" usebox="none">
14930 \begin_inset Text
14931
14932 \begin_layout Plain Layout
14933 300
14934 \end_layout
14935
14936 \end_inset
14937 </cell>
14938 <cell alignment="center" valignment="top" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942 700
14943 \end_layout
14944
14945 \end_inset
14946 </cell>
14947 </row>
14948 <row>
14949 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14950 \begin_inset Text
14951
14952 \begin_layout Plain Layout
14953 Kantenwinkel in °
14954 \end_layout
14955
14956 \end_inset
14957 </cell>
14958 <cell alignment="center" valignment="top" topline="true" usebox="none">
14959 \begin_inset Text
14960
14961 \begin_layout Plain Layout
14962 3.55
14963 \end_layout
14964
14965 \end_inset
14966 </cell>
14967 <cell alignment="center" valignment="top" topline="true" usebox="none">
14968 \begin_inset Text
14969
14970 \begin_layout Plain Layout
14971 2.71
14972 \end_layout
14973
14974 \end_inset
14975 </cell>
14976 <cell alignment="center" valignment="top" topline="true" usebox="none">
14977 \begin_inset Text
14978
14979 \begin_layout Plain Layout
14980 7.99
14981 \end_layout
14982
14983 \end_inset
14984 </cell>
14985 </row>
14986 <row topspace="default">
14987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14988 \begin_inset Text
14989
14990 \begin_layout Plain Layout
14991 räumliche Auf\SpecialChar ligaturebreak
14992 lösung in µm
14993 \end_layout
14994
14995 \end_inset
14996 </cell>
14997 <cell alignment="center" valignment="top" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Plain Layout
15001 4.26
15002 \end_layout
15003
15004 \end_inset
15005 </cell>
15006 <cell alignment="center" valignment="top" usebox="none">
15007 \begin_inset Text
15008
15009 \begin_layout Plain Layout
15010 10.17
15011 \end_layout
15012
15013 \end_inset
15014 </cell>
15015 <cell alignment="center" valignment="top" usebox="none">
15016 \begin_inset Text
15017
15018 \begin_layout Plain Layout
15019 10.56
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 </row>
15025 <row topspace="default">
15026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030 MTF bei 
15031 \begin_inset Formula $f_{\mathrm{max}}$
15032 \end_inset
15033
15034
15035 \end_layout
15036
15037 \end_inset
15038 </cell>
15039 <cell alignment="center" valignment="top" usebox="none">
15040 \begin_inset Text
15041
15042 \begin_layout Plain Layout
15043 0.53
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 <cell alignment="center" valignment="top" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Plain Layout
15052 0.37
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 <cell alignment="center" valignment="top" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Plain Layout
15061 0.39
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 </row>
15067 <row topspace="default">
15068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072 \begin_inset ERT
15073 status collapsed
15074
15075 \begin_layout Plain Layout
15076
15077
15078 \backslash
15079 cmidrule[2pt](l{10pt}){1-1}
15080 \end_layout
15081
15082 \end_inset
15083
15084 LSF räumliche Auf\SpecialChar ligaturebreak
15085 lösung
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 <cell alignment="center" valignment="top" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094
15095 \end_layout
15096
15097 \end_inset
15098 </cell>
15099 <cell alignment="center" valignment="top" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103
15104 \end_layout
15105
15106 \end_inset
15107 </cell>
15108 <cell alignment="center" valignment="top" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Plain Layout
15112
15113 \end_layout
15114
15115 \end_inset
15116 </cell>
15117 </row>
15118 <row>
15119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Plain Layout
15123 in µm
15124 \end_layout
15125
15126 \end_inset
15127 </cell>
15128 <cell alignment="center" valignment="top" usebox="none">
15129 \begin_inset Text
15130
15131 \begin_layout Plain Layout
15132 129.7
15133 \end_layout
15134
15135 \end_inset
15136 </cell>
15137 <cell alignment="center" valignment="top" usebox="none">
15138 \begin_inset Text
15139
15140 \begin_layout Plain Layout
15141 52.75
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 <cell alignment="center" valignment="top" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Plain Layout
15150 50.78
15151 \end_layout
15152
15153 \end_inset
15154 </cell>
15155 </row>
15156 <row>
15157 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15158 \begin_inset Text
15159
15160 \begin_layout Plain Layout
15161 in % der Pixelgröße
15162 \end_layout
15163
15164 \end_inset
15165 </cell>
15166 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Plain Layout
15170 76.3
15171 \end_layout
15172
15173 \end_inset
15174 </cell>
15175 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Plain Layout
15179 95.9
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188 92.3
15189 \end_layout
15190
15191 \end_inset
15192 </cell>
15193 </row>
15194 </lyxtabular>
15195
15196 \end_inset
15197
15198
15199 \end_layout
15200
15201 \end_inset
15202
15203
15204 \end_layout
15205
15206 \begin_layout Standard
15207 Abstände zu Tabellenzeilen können auf der Karteikarte 
15208 \family sans
15209 Rahmen
15210 \family default
15211  des 
15212 \family sans
15213 Tabellen-Ein\SpecialChar softhyphen
15214 stel\SpecialChar softhyphen
15215 lun\SpecialChar softhyphen
15216 gen
15217 \family default
15218 -Dialogs hinzugefügt werden, wie in Abschnitt
15219 \begin_inset space ~
15220 \end_inset
15221
15222
15223 \begin_inset CommandInset ref
15224 LatexCommand ref
15225 reference "uab:Zeilenabstand"
15226
15227 \end_inset
15228
15229  beschrieben.
15230 \end_layout
15231
15232 \begin_layout Standard
15233 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15234  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15235  gedruckt aber anders aus.
15236  Die erste und letzte Linie ist 0.08
15237 \begin_inset space \thinspace{}
15238 \end_inset
15239
15240 em dick, während die anderen 0.05
15241 \begin_inset space \thinspace{}
15242 \end_inset
15243
15244 em dick sind.
15245 \end_layout
15246
15247 \begin_layout Standard
15248 Die Standarddicken können im \SpecialChar LaTeX
15249 -Vorspann geändert werden:
15250 \end_layout
15251
15252 \begin_layout Standard
15253
15254 \series bold
15255
15256 \backslash
15257 let
15258 \backslash
15259 mytoprule
15260 \backslash
15261 toprule
15262 \begin_inset Newline newline
15263 \end_inset
15264
15265
15266 \backslash
15267 renewcommand{
15268 \backslash
15269 toprule}{
15270 \backslash
15271 mytoprule[Breite]}
15272 \end_layout
15273
15274 \begin_layout Standard
15275 Dies Beispiel gilt für die oberste Linie, genannt 
15276 \series bold
15277 toprule
15278 \series default
15279 .
15280  Für die letzte müssen Sie 
15281 \series bold
15282 toprule
15283 \series default
15284  durch 
15285 \series bold
15286 bottomrule
15287 \series default
15288  ersetzen.
15289  Die Linien dazwischen heißen 
15290 \series bold
15291 midrule
15292 \series default
15293 .
15294  Für 
15295 \family sans
15296 Breite
15297 \family default
15298  können Sie alle Einheiten benutzen, die in Anhang
15299 \begin_inset space ~
15300 \end_inset
15301
15302
15303 \begin_inset CommandInset ref
15304 LatexCommand ref
15305 reference "kap:In-LyX-verfügbare"
15306
15307 \end_inset
15308
15309  aufgelistet sind.
15310 \end_layout
15311
15312 \begin_layout Standard
15313 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
15314  eine Linie unter einer Mehrfachspalte.
15315  \SpecialChar LyX
15316  wird intern den Befehl 
15317 \series bold
15318
15319 \backslash
15320 cmidrule
15321 \series default
15322  benutzen, um diese Linie zu drucken.
15323  Der ganze Befehl sieht so aus:
15324 \end_layout
15325
15326 \begin_layout Standard
15327
15328 \series bold
15329
15330 \backslash
15331 cmidrule[Höhe](trim){Anfangsspalte-Endspalte}
15332 \end_layout
15333
15334 \begin_layout Standard
15335 Die 
15336 \series bold
15337
15338 \backslash
15339 cmidrule
15340 \series default
15341 -Optionen werden (noch) nicht von \SpecialChar LyX
15342  unterstützt, also müssen Sie \SpecialChar TeX
15343 -Code benutzen.
15344  
15345 \series bold
15346
15347 \backslash
15348 cmidrule
15349 \series default
15350  kann man benutzen, indem man den Befehl als \SpecialChar TeX
15351 -Code als erstes in die erste
15352  Zelle einer Zeile einfügt.
15353  Die Linie wird dann über der Zeile gedruckt.
15354 \end_layout
15355
15356 \begin_layout Standard
15357 Der Standardwert der optionalen 
15358 \series bold
15359 Höhe
15360 \series default
15361  ist 0.03
15362 \begin_inset space \thinspace{}
15363 \end_inset
15364
15365 em.
15366  Die Linie reicht von 
15367 \series bold
15368 Anfangsspalte
15369 \series default
15370  bis 
15371 \series bold
15372 Endspalte
15373 \series default
15374 .
15375  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15376  Die 
15377 \series bold
15378 Endspalte
15379 \series default
15380  muss immer angegeben werden, auch wenn die Linie nur über eine Spalte geht.
15381  Der optionale Parameter 
15382 \series bold
15383 trim
15384 \series default
15385  kann die Werte 
15386 \emph on
15387 r
15388 \emph default
15389
15390 \emph on
15391 r{Breite}
15392 \emph default
15393
15394 \emph on
15395 l
15396 \family typewriter
15397 \emph default
15398  
15399 \family default
15400 oder 
15401 \emph on
15402 l{Breite}
15403 \emph default
15404  annehmen, wobei die 
15405 \emph on
15406 Breite
15407 \emph default
15408  optional ist.
15409  
15410 \emph on
15411 l{2pt}
15412 \emph default
15413  zum Beispiel bedeutet, dass die Linie links um 2
15414 \begin_inset space \thinspace{}
15415 \end_inset
15416
15417 pt gekürzt wird.
15418  Ohne Breitenangabe wird die Linie um 0.5
15419 \begin_inset space \thinspace{}
15420 \end_inset
15421
15422 em gekürzt.
15423 \end_layout
15424
15425 \begin_layout Standard
15426 \begin_inset VSpace bigskip
15427 \end_inset
15428
15429 In Tabelle
15430 \begin_inset space ~
15431 \end_inset
15432
15433
15434 \begin_inset CommandInset ref
15435 LatexCommand ref
15436 reference "tab:Formale-Tabelle"
15437
15438 \end_inset
15439
15440  wurden die Befehle
15441 \end_layout
15442
15443 \begin_layout Standard
15444
15445 \series bold
15446
15447 \backslash
15448 cmidrule(r){2-2}
15449 \backslash
15450 cmidrule(l){3-4}
15451 \end_layout
15452
15453 \begin_layout Standard
15454 am Anfang der zweiten Zeile und
15455 \end_layout
15456
15457 \begin_layout Standard
15458
15459 \series bold
15460
15461 \backslash
15462 cmidrule[2pt](l{10pt}){1-1}
15463 \end_layout
15464
15465 \begin_layout Standard
15466 in der sechsten benutzt.
15467 \end_layout
15468
15469 \begin_layout Standard
15470 \begin_inset VSpace bigskip
15471 \end_inset
15472
15473
15474 \end_layout
15475
15476 \begin_layout Standard
15477 Sie können mit 
15478 \series bold
15479
15480 \backslash
15481 cmidrule
15482 \series default
15483  auch überlappende Linien wie in Tabelle
15484 \begin_inset space ~
15485 \end_inset
15486
15487
15488 \begin_inset CommandInset ref
15489 LatexCommand ref
15490 reference "tab:Special-booktabs-table"
15491
15492 \end_inset
15493
15494  definieren.
15495  Der Befehl ist:
15496 \end_layout
15497
15498 \begin_layout Standard
15499
15500 \series bold
15501
15502 \backslash
15503 morecmidrules
15504 \end_layout
15505
15506 \begin_layout Standard
15507 In Zeile zwei der Tabelle
15508 \begin_inset space ~
15509 \end_inset
15510
15511
15512 \begin_inset CommandInset ref
15513 LatexCommand ref
15514 reference "tab:Special-booktabs-table"
15515
15516 \end_inset
15517
15518  wurde folgender Befehl benutzt:
15519 \end_layout
15520
15521 \begin_layout Standard
15522
15523 \series bold
15524
15525 \backslash
15526 cmidrule(r){2-2}
15527 \backslash
15528 cmidrule(l){3-4}
15529 \backslash
15530 morecmidrules
15531 \begin_inset Newline newline
15532 \end_inset
15533
15534
15535 \backslash
15536 cmidrule{2-4}
15537 \end_layout
15538
15539 \begin_layout Standard
15540 und in Zeile sechs:
15541 \end_layout
15542
15543 \begin_layout Standard
15544
15545 \series bold
15546
15547 \backslash
15548 midrule
15549 \backslash
15550 morecmidrules
15551 \backslash
15552 cmidrule{3-4}
15553 \end_layout
15554
15555 \begin_layout Standard
15556 \begin_inset VSpace bigskip
15557 \end_inset
15558
15559
15560 \end_layout
15561
15562 \begin_layout Standard
15563 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15564  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15565 \end_layout
15566
15567 \begin_layout Standard
15568
15569 \series bold
15570
15571 \backslash
15572 specialrule{Dicke}{Abstand davor}{Abstand danach}
15573 \end_layout
15574
15575 \begin_layout Standard
15576 Weitere Informationen finden Sie im Handbuch des \SpecialChar LaTeX
15577 -Pakets 
15578 \series bold
15579 booktabs
15580 \series default
15581  
15582 \begin_inset CommandInset citation
15583 LatexCommand cite
15584 key "booktabs"
15585 literal "true"
15586
15587 \end_inset
15588
15589 .
15590 \begin_inset Index idx
15591 status collapsed
15592
15593 \begin_layout Plain Layout
15594 \SpecialChar LaTeX
15595 -Pakete ! booktabs
15596 \end_layout
15597
15598 \end_inset
15599
15600
15601 \end_layout
15602
15603 \begin_layout Standard
15604 \begin_inset Float table
15605 placement h
15606 wide false
15607 sideways false
15608 status open
15609
15610 \begin_layout Plain Layout
15611 \begin_inset Caption Standard
15612
15613 \begin_layout Plain Layout
15614 \begin_inset CommandInset label
15615 LatexCommand label
15616 name "tab:Special-booktabs-table"
15617
15618 \end_inset
15619
15620 Eine spezielle formale Tabelle
15621 \end_layout
15622
15623 \end_inset
15624
15625
15626 \end_layout
15627
15628 \begin_layout Plain Layout
15629 \align center
15630 \begin_inset Tabular
15631 <lyxtabular version="3" rows="8" columns="4">
15632 <features booktabs="true" tabularvalignment="middle">
15633 <column alignment="center" valignment="top">
15634 <column alignment="center" valignment="top">
15635 <column alignment="right" valignment="top">
15636 <column alignment="right" valignment="top">
15637 <row>
15638 <cell alignment="center" valignment="top" topline="true" usebox="none">
15639 \begin_inset Text
15640
15641 \begin_layout Plain Layout
15642 System
15643 \end_layout
15644
15645 \end_inset
15646 </cell>
15647 <cell alignment="center" valignment="top" topline="true" usebox="none">
15648 \begin_inset Text
15649
15650 \begin_layout Plain Layout
15651 Chip
15652 \begin_inset space \thinspace{}
15653 \end_inset
15654
15655 1
15656 \end_layout
15657
15658 \end_inset
15659 </cell>
15660 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15661 \begin_inset Text
15662
15663 \begin_layout Plain Layout
15664 Chip
15665 \begin_inset space \thinspace{}
15666 \end_inset
15667
15668 2
15669 \end_layout
15670
15671 \end_inset
15672 </cell>
15673 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15674 \begin_inset Text
15675
15676 \begin_layout Plain Layout
15677
15678 \end_layout
15679
15680 \end_inset
15681 </cell>
15682 </row>
15683 <row>
15684 <cell alignment="center" valignment="top" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout Plain Layout
15688 \begin_inset ERT
15689 status collapsed
15690
15691 \begin_layout Plain Layout
15692
15693
15694 \backslash
15695 cmidrule(r){2-2}
15696 \end_layout
15697
15698 \end_inset
15699
15700
15701 \begin_inset ERT
15702 status collapsed
15703
15704 \begin_layout Plain Layout
15705
15706
15707 \backslash
15708 cmidrule(l){3-4}
15709 \end_layout
15710
15711 \end_inset
15712
15713
15714 \begin_inset ERT
15715 status collapsed
15716
15717 \begin_layout Plain Layout
15718
15719
15720 \backslash
15721 morecmidrules 
15722 \end_layout
15723
15724 \end_inset
15725
15726
15727 \begin_inset ERT
15728 status collapsed
15729
15730 \begin_layout Plain Layout
15731
15732
15733 \backslash
15734 cmidrule{2-4}
15735 \end_layout
15736
15737 \end_inset
15738
15739 Detektordicke in µm
15740 \end_layout
15741
15742 \end_inset
15743 </cell>
15744 <cell alignment="center" valignment="top" usebox="none">
15745 \begin_inset Text
15746
15747 \begin_layout Plain Layout
15748 300
15749 \end_layout
15750
15751 \end_inset
15752 </cell>
15753 <cell alignment="center" valignment="top" usebox="none">
15754 \begin_inset Text
15755
15756 \begin_layout Plain Layout
15757 300
15758 \end_layout
15759
15760 \end_inset
15761 </cell>
15762 <cell alignment="center" valignment="top" usebox="none">
15763 \begin_inset Text
15764
15765 \begin_layout Plain Layout
15766 700
15767 \end_layout
15768
15769 \end_inset
15770 </cell>
15771 </row>
15772 <row>
15773 <cell alignment="center" valignment="top" topline="true" usebox="none">
15774 \begin_inset Text
15775
15776 \begin_layout Plain Layout
15777 Kantenwinkel in °
15778 \end_layout
15779
15780 \end_inset
15781 </cell>
15782 <cell alignment="center" valignment="top" topline="true" usebox="none">
15783 \begin_inset Text
15784
15785 \begin_layout Plain Layout
15786 3,55
15787 \end_layout
15788
15789 \end_inset
15790 </cell>
15791 <cell alignment="center" valignment="top" topline="true" usebox="none">
15792 \begin_inset Text
15793
15794 \begin_layout Plain Layout
15795 2,71
15796 \end_layout
15797
15798 \end_inset
15799 </cell>
15800 <cell alignment="center" valignment="top" topline="true" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804 7,99
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 </row>
15810 <row topspace="default">
15811 <cell alignment="center" valignment="top" usebox="none">
15812 \begin_inset Text
15813
15814 \begin_layout Plain Layout
15815 räumliche Auf\SpecialChar ligaturebreak
15816 lösung in µm
15817 \end_layout
15818
15819 \end_inset
15820 </cell>
15821 <cell alignment="center" valignment="top" usebox="none">
15822 \begin_inset Text
15823
15824 \begin_layout Plain Layout
15825 4,26
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 <cell alignment="center" valignment="top" usebox="none">
15831 \begin_inset Text
15832
15833 \begin_layout Plain Layout
15834 10,17
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 <cell alignment="center" valignment="top" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843 10,56
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 </row>
15849 <row topspace="default">
15850 <cell alignment="center" valignment="top" usebox="none">
15851 \begin_inset Text
15852
15853 \begin_layout Plain Layout
15854 MTF bei 
15855 \begin_inset Formula $f_{\mathrm{max}}$
15856 \end_inset
15857
15858
15859 \end_layout
15860
15861 \end_inset
15862 </cell>
15863 <cell alignment="center" valignment="top" usebox="none">
15864 \begin_inset Text
15865
15866 \begin_layout Plain Layout
15867 0,53
15868 \end_layout
15869
15870 \end_inset
15871 </cell>
15872 <cell alignment="center" valignment="top" usebox="none">
15873 \begin_inset Text
15874
15875 \begin_layout Plain Layout
15876 0,37
15877 \end_layout
15878
15879 \end_inset
15880 </cell>
15881 <cell alignment="center" valignment="top" usebox="none">
15882 \begin_inset Text
15883
15884 \begin_layout Plain Layout
15885 0,39
15886 \end_layout
15887
15888 \end_inset
15889 </cell>
15890 </row>
15891 <row>
15892 <cell alignment="center" valignment="top" topline="true" usebox="none">
15893 \begin_inset Text
15894
15895 \begin_layout Plain Layout
15896 \begin_inset ERT
15897 status collapsed
15898
15899 \begin_layout Plain Layout
15900
15901
15902 \backslash
15903 morecmidrules 
15904 \end_layout
15905
15906 \end_inset
15907
15908
15909 \begin_inset ERT
15910 status collapsed
15911
15912 \begin_layout Plain Layout
15913
15914
15915 \backslash
15916 cmidrule{3-4}
15917 \end_layout
15918
15919 \end_inset
15920
15921 LSF-räumliche Auf\SpecialChar ligaturebreak
15922 lösung
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 <cell alignment="center" valignment="top" topline="true" usebox="none">
15928 \begin_inset Text
15929
15930 \begin_layout Plain Layout
15931
15932 \end_layout
15933
15934 \end_inset
15935 </cell>
15936 <cell alignment="center" valignment="top" topline="true" usebox="none">
15937 \begin_inset Text
15938
15939 \begin_layout Plain Layout
15940
15941 \end_layout
15942
15943 \end_inset
15944 </cell>
15945 <cell alignment="center" valignment="top" topline="true" usebox="none">
15946 \begin_inset Text
15947
15948 \begin_layout Plain Layout
15949
15950 \end_layout
15951
15952 \end_inset
15953 </cell>
15954 </row>
15955 <row>
15956 <cell alignment="center" valignment="top" usebox="none">
15957 \begin_inset Text
15958
15959 \begin_layout Plain Layout
15960 in µm
15961 \end_layout
15962
15963 \end_inset
15964 </cell>
15965 <cell alignment="center" valignment="top" usebox="none">
15966 \begin_inset Text
15967
15968 \begin_layout Plain Layout
15969 129,7
15970 \end_layout
15971
15972 \end_inset
15973 </cell>
15974 <cell alignment="center" valignment="top" usebox="none">
15975 \begin_inset Text
15976
15977 \begin_layout Plain Layout
15978 52,75
15979 \end_layout
15980
15981 \end_inset
15982 </cell>
15983 <cell alignment="center" valignment="top" usebox="none">
15984 \begin_inset Text
15985
15986 \begin_layout Plain Layout
15987 50,78
15988 \end_layout
15989
15990 \end_inset
15991 </cell>
15992 </row>
15993 <row>
15994 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15995 \begin_inset Text
15996
15997 \begin_layout Plain Layout
15998 in % der Pixelgröße
15999 \end_layout
16000
16001 \end_inset
16002 </cell>
16003 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16004 \begin_inset Text
16005
16006 \begin_layout Plain Layout
16007 76,3
16008 \end_layout
16009
16010 \end_inset
16011 </cell>
16012 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16013 \begin_inset Text
16014
16015 \begin_layout Plain Layout
16016 95,9
16017 \end_layout
16018
16019 \end_inset
16020 </cell>
16021 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16022 \begin_inset Text
16023
16024 \begin_layout Plain Layout
16025 92,3
16026 \end_layout
16027
16028 \end_inset
16029 </cell>
16030 </row>
16031 </lyxtabular>
16032
16033 \end_inset
16034
16035
16036 \end_layout
16037
16038 \end_inset
16039
16040
16041 \end_layout
16042
16043 \begin_layout Section
16044 Vertikale Tabellen-Ausrichtung
16045 \begin_inset Index idx
16046 status collapsed
16047
16048 \begin_layout Plain Layout
16049 Tabellen ! Ausrichtung
16050 \end_layout
16051
16052 \end_inset
16053
16054
16055 \end_layout
16056
16057 \begin_layout Standard
16058 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16059  einer Box sein.
16060  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16061 \begin_inset space ~
16062 \end_inset
16063
16064
16065 \begin_inset CommandInset ref
16066 LatexCommand ref
16067 reference "abs:Box-Dialog"
16068
16069 \end_inset
16070
16071  beschrieben.
16072 \end_layout
16073
16074 \begin_layout Standard
16075 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16076 \begin_inset Foot
16077 status collapsed
16078
16079 \begin_layout Plain Layout
16080 Minipages werden in Abschnitt
16081 \begin_inset space ~
16082 \end_inset
16083
16084
16085 \begin_inset CommandInset ref
16086 LatexCommand ref
16087 reference "abs:Minipage"
16088
16089 \end_inset
16090
16091  beschrieben.
16092 \end_layout
16093
16094 \end_inset
16095
16096  mit 15
16097 \begin_inset space \thinspace{}
16098 \end_inset
16099
16100 col%-Breite:
16101 \end_layout
16102
16103 \begin_layout Itemize
16104 Test 
16105 \begin_inset Box Frameless
16106 position "t"
16107 hor_pos "c"
16108 has_inner_box 1
16109 inner_pos "c"
16110 use_parbox 0
16111 use_makebox 0
16112 width "15col%"
16113 special "none"
16114 height "1in"
16115 height_special "totalheight"
16116 thickness "0.4pt"
16117 separation "3pt"
16118 shadowsize "4pt"
16119 framecolor "black"
16120 backgroundcolor "none"
16121 status collapsed
16122
16123 \begin_layout Plain Layout
16124 \begin_inset Tabular
16125 <lyxtabular version="3" rows="3" columns="3">
16126 <features tabularvalignment="middle">
16127 <column alignment="center" valignment="top">
16128 <column alignment="center" valignment="top">
16129 <column alignment="center" valignment="top">
16130 <row>
16131 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16132 \begin_inset Text
16133
16134 \begin_layout Plain Layout
16135 Tabelle 1
16136 \end_layout
16137
16138 \end_inset
16139 </cell>
16140 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16141 \begin_inset Text
16142
16143 \begin_layout Plain Layout
16144
16145 \end_layout
16146
16147 \end_inset
16148 </cell>
16149 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16150 \begin_inset Text
16151
16152 \begin_layout Plain Layout
16153
16154 \end_layout
16155
16156 \end_inset
16157 </cell>
16158 </row>
16159 <row>
16160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16161 \begin_inset Text
16162
16163 \begin_layout Plain Layout
16164 b
16165 \end_layout
16166
16167 \end_inset
16168 </cell>
16169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16170 \begin_inset Text
16171
16172 \begin_layout Plain Layout
16173 e
16174 \end_layout
16175
16176 \end_inset
16177 </cell>
16178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16179 \begin_inset Text
16180
16181 \begin_layout Plain Layout
16182 h
16183 \end_layout
16184
16185 \end_inset
16186 </cell>
16187 </row>
16188 <row>
16189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16190 \begin_inset Text
16191
16192 \begin_layout Plain Layout
16193 c
16194 \end_layout
16195
16196 \end_inset
16197 </cell>
16198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202 f
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16208 \begin_inset Text
16209
16210 \begin_layout Plain Layout
16211 i
16212 \end_layout
16213
16214 \end_inset
16215 </cell>
16216 </row>
16217 </lyxtabular>
16218
16219 \end_inset
16220
16221
16222 \end_layout
16223
16224 \end_inset
16225
16226  Test 
16227 \begin_inset ERT
16228 status collapsed
16229
16230 \begin_layout Plain Layout
16231
16232
16233 \backslash
16234 raisebox{0.85
16235 \backslash
16236 baselineskip}{
16237 \end_layout
16238
16239 \end_inset
16240
16241
16242 \begin_inset Box Frameless
16243 position "t"
16244 hor_pos "c"
16245 has_inner_box 1
16246 inner_pos "c"
16247 use_parbox 0
16248 use_makebox 0
16249 width "15col%"
16250 special "none"
16251 height "1in"
16252 height_special "totalheight"
16253 thickness "0.4pt"
16254 separation "3pt"
16255 shadowsize "4pt"
16256 framecolor "black"
16257 backgroundcolor "none"
16258 status collapsed
16259
16260 \begin_layout Plain Layout
16261 \begin_inset Tabular
16262 <lyxtabular version="3" rows="3" columns="3">
16263 <features tabularvalignment="middle">
16264 <column alignment="center" valignment="top">
16265 <column alignment="center" valignment="top">
16266 <column alignment="center" valignment="top">
16267 <row>
16268 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16269 \begin_inset Text
16270
16271 \begin_layout Plain Layout
16272 Tabelle 2
16273 \end_layout
16274
16275 \end_inset
16276 </cell>
16277 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16278 \begin_inset Text
16279
16280 \begin_layout Plain Layout
16281
16282 \end_layout
16283
16284 \end_inset
16285 </cell>
16286 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16287 \begin_inset Text
16288
16289 \begin_layout Plain Layout
16290
16291 \end_layout
16292
16293 \end_inset
16294 </cell>
16295 </row>
16296 <row>
16297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16298 \begin_inset Text
16299
16300 \begin_layout Plain Layout
16301 b
16302 \end_layout
16303
16304 \end_inset
16305 </cell>
16306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16307 \begin_inset Text
16308
16309 \begin_layout Plain Layout
16310 e
16311 \end_layout
16312
16313 \end_inset
16314 </cell>
16315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16316 \begin_inset Text
16317
16318 \begin_layout Plain Layout
16319 h
16320 \end_layout
16321
16322 \end_inset
16323 </cell>
16324 </row>
16325 <row>
16326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16327 \begin_inset Text
16328
16329 \begin_layout Plain Layout
16330 c
16331 \end_layout
16332
16333 \end_inset
16334 </cell>
16335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16336 \begin_inset Text
16337
16338 \begin_layout Plain Layout
16339 f
16340 \end_layout
16341
16342 \end_inset
16343 </cell>
16344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16345 \begin_inset Text
16346
16347 \begin_layout Plain Layout
16348 i
16349 \end_layout
16350
16351 \end_inset
16352 </cell>
16353 </row>
16354 </lyxtabular>
16355
16356 \end_inset
16357
16358
16359 \end_layout
16360
16361 \end_inset
16362
16363
16364 \begin_inset ERT
16365 status collapsed
16366
16367 \begin_layout Plain Layout
16368
16369 }
16370 \end_layout
16371
16372 \end_inset
16373
16374
16375 \end_layout
16376
16377 \begin_layout Itemize
16378 Test 
16379 \begin_inset Box Frameless
16380 position "c"
16381 hor_pos "c"
16382 has_inner_box 1
16383 inner_pos "c"
16384 use_parbox 0
16385 use_makebox 0
16386 width "15col%"
16387 special "none"
16388 height "1in"
16389 height_special "totalheight"
16390 thickness "0.4pt"
16391 separation "3pt"
16392 shadowsize "4pt"
16393 framecolor "black"
16394 backgroundcolor "none"
16395 status collapsed
16396
16397 \begin_layout Plain Layout
16398 \begin_inset Tabular
16399 <lyxtabular version="3" rows="3" columns="3">
16400 <features tabularvalignment="middle">
16401 <column alignment="center" valignment="top">
16402 <column alignment="center" valignment="top">
16403 <column alignment="center" valignment="top">
16404 <row>
16405 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16406 \begin_inset Text
16407
16408 \begin_layout Plain Layout
16409 Tabelle 3
16410 \end_layout
16411
16412 \end_inset
16413 </cell>
16414 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16415 \begin_inset Text
16416
16417 \begin_layout Plain Layout
16418
16419 \end_layout
16420
16421 \end_inset
16422 </cell>
16423 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16424 \begin_inset Text
16425
16426 \begin_layout Plain Layout
16427
16428 \end_layout
16429
16430 \end_inset
16431 </cell>
16432 </row>
16433 <row>
16434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16435 \begin_inset Text
16436
16437 \begin_layout Plain Layout
16438 b
16439 \end_layout
16440
16441 \end_inset
16442 </cell>
16443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16444 \begin_inset Text
16445
16446 \begin_layout Plain Layout
16447 e
16448 \end_layout
16449
16450 \end_inset
16451 </cell>
16452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456 h
16457 \end_layout
16458
16459 \end_inset
16460 </cell>
16461 </row>
16462 <row>
16463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16464 \begin_inset Text
16465
16466 \begin_layout Plain Layout
16467 c
16468 \end_layout
16469
16470 \end_inset
16471 </cell>
16472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16473 \begin_inset Text
16474
16475 \begin_layout Plain Layout
16476 f
16477 \end_layout
16478
16479 \end_inset
16480 </cell>
16481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485 i
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 </row>
16491 </lyxtabular>
16492
16493 \end_inset
16494
16495
16496 \end_layout
16497
16498 \end_inset
16499
16500
16501 \end_layout
16502
16503 \begin_layout Itemize
16504 Test 
16505 \begin_inset Box Frameless
16506 position "b"
16507 hor_pos "c"
16508 has_inner_box 1
16509 inner_pos "c"
16510 use_parbox 0
16511 use_makebox 0
16512 width "15col%"
16513 special "none"
16514 height "1in"
16515 height_special "totalheight"
16516 thickness "0.4pt"
16517 separation "3pt"
16518 shadowsize "4pt"
16519 framecolor "black"
16520 backgroundcolor "none"
16521 status collapsed
16522
16523 \begin_layout Plain Layout
16524 \begin_inset Tabular
16525 <lyxtabular version="3" rows="3" columns="3">
16526 <features tabularvalignment="middle">
16527 <column alignment="center" valignment="top">
16528 <column alignment="center" valignment="top">
16529 <column alignment="center" valignment="top">
16530 <row>
16531 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16532 \begin_inset Text
16533
16534 \begin_layout Plain Layout
16535 Tabelle 4
16536 \end_layout
16537
16538 \end_inset
16539 </cell>
16540 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16541 \begin_inset Text
16542
16543 \begin_layout Plain Layout
16544
16545 \end_layout
16546
16547 \end_inset
16548 </cell>
16549 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16550 \begin_inset Text
16551
16552 \begin_layout Plain Layout
16553
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 </row>
16559 <row>
16560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16561 \begin_inset Text
16562
16563 \begin_layout Plain Layout
16564 b
16565 \end_layout
16566
16567 \end_inset
16568 </cell>
16569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16570 \begin_inset Text
16571
16572 \begin_layout Plain Layout
16573 e
16574 \end_layout
16575
16576 \end_inset
16577 </cell>
16578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16579 \begin_inset Text
16580
16581 \begin_layout Plain Layout
16582 h
16583 \end_layout
16584
16585 \end_inset
16586 </cell>
16587 </row>
16588 <row>
16589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16590 \begin_inset Text
16591
16592 \begin_layout Plain Layout
16593 c
16594 \end_layout
16595
16596 \end_inset
16597 </cell>
16598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16599 \begin_inset Text
16600
16601 \begin_layout Plain Layout
16602 f
16603 \end_layout
16604
16605 \end_inset
16606 </cell>
16607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16608 \begin_inset Text
16609
16610 \begin_layout Plain Layout
16611 i
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 </row>
16617 </lyxtabular>
16618
16619 \end_inset
16620
16621
16622 \end_layout
16623
16624 \end_inset
16625
16626 Test 
16627 \begin_inset ERT
16628 status collapsed
16629
16630 \begin_layout Plain Layout
16631
16632
16633 \backslash
16634 raisebox{-0.32
16635 \backslash
16636 baselineskip}{
16637 \end_layout
16638
16639 \end_inset
16640
16641
16642 \begin_inset Box Frameless
16643 position "b"
16644 hor_pos "c"
16645 has_inner_box 1
16646 inner_pos "c"
16647 use_parbox 0
16648 use_makebox 0
16649 width "15col%"
16650 special "none"
16651 height "1in"
16652 height_special "totalheight"
16653 thickness "0.4pt"
16654 separation "3pt"
16655 shadowsize "4pt"
16656 framecolor "black"
16657 backgroundcolor "none"
16658 status collapsed
16659
16660 \begin_layout Plain Layout
16661 \begin_inset Tabular
16662 <lyxtabular version="3" rows="3" columns="3">
16663 <features tabularvalignment="middle">
16664 <column alignment="center" valignment="top">
16665 <column alignment="center" valignment="top">
16666 <column alignment="center" valignment="top">
16667 <row>
16668 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16669 \begin_inset Text
16670
16671 \begin_layout Plain Layout
16672 Tabelle 5
16673 \end_layout
16674
16675 \end_inset
16676 </cell>
16677 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16678 \begin_inset Text
16679
16680 \begin_layout Plain Layout
16681
16682 \end_layout
16683
16684 \end_inset
16685 </cell>
16686 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16687 \begin_inset Text
16688
16689 \begin_layout Plain Layout
16690
16691 \end_layout
16692
16693 \end_inset
16694 </cell>
16695 </row>
16696 <row>
16697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16698 \begin_inset Text
16699
16700 \begin_layout Plain Layout
16701 b
16702 \end_layout
16703
16704 \end_inset
16705 </cell>
16706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16707 \begin_inset Text
16708
16709 \begin_layout Plain Layout
16710 e
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Plain Layout
16719 h
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 </row>
16725 <row>
16726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730 c
16731 \end_layout
16732
16733 \end_inset
16734 </cell>
16735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Plain Layout
16739 f
16740 \end_layout
16741
16742 \end_inset
16743 </cell>
16744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748 i
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 </row>
16754 </lyxtabular>
16755
16756 \end_inset
16757
16758
16759 \end_layout
16760
16761 \end_inset
16762
16763
16764 \begin_inset ERT
16765 status collapsed
16766
16767 \begin_layout Plain Layout
16768
16769 }
16770 \end_layout
16771
16772 \end_inset
16773
16774
16775 \end_layout
16776
16777 \begin_layout Standard
16778 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16779 \begin_inset space \space{}
16780 \end_inset
16781
16782 1 und letzten Zeile von Tabelle
16783 \begin_inset space \space{}
16784 \end_inset
16785
16786 4 bezüglich dem Wort 
16787 \begin_inset Quotes gld
16788 \end_inset
16789
16790 Test
16791 \begin_inset Quotes grd
16792 \end_inset
16793
16794  nicht richtig ausgerichtet.
16795  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16796 \begin_inset Quotes gld
16797 \end_inset
16798
16799 Raisebox
16800 \begin_inset Quotes grd
16801 \end_inset
16802
16803
16804 \begin_inset Foot
16805 status collapsed
16806
16807 \begin_layout Plain Layout
16808 Raiseboxen werden in Abschnitt
16809 \begin_inset space ~
16810 \end_inset
16811
16812
16813 \begin_inset CommandInset ref
16814 LatexCommand ref
16815 reference "uab:Vertikale-Ausrichtung"
16816
16817 \end_inset
16818
16819  beschrieben.
16820 \end_layout
16821
16822 \end_inset
16823
16824  setzen.
16825  In Tabelle
16826 \begin_inset space \space{}
16827 \end_inset
16828
16829 2 wurde der Text mit dem Befehl
16830 \end_layout
16831
16832 \begin_layout Standard
16833
16834 \series bold
16835
16836 \backslash
16837 raisebox{0.85
16838 \backslash
16839 baselineskip}{
16840 \end_layout
16841
16842 \begin_layout Standard
16843 vor der Box ausgerichtet.
16844  Hinter der Box wurde auch noch 
16845 \series bold
16846 }
16847 \series default
16848  als \SpecialChar TeX
16849 -Code eingefügt, weil der obige Befehl mit 
16850 \series bold
16851 {
16852 \series default
16853  aufhörte.
16854  Für Tabelle
16855 \begin_inset space \space{}
16856 \end_inset
16857
16858 5 wurde der Befehl
16859 \end_layout
16860
16861 \begin_layout Standard
16862
16863 \series bold
16864
16865 \backslash
16866 raisebox{-0.32
16867 \backslash
16868 baselineskip}{
16869 \end_layout
16870
16871 \begin_layout Standard
16872 benutzt.
16873 \end_layout
16874
16875 \begin_layout Standard
16876 \begin_inset Note Greyedout
16877 status open
16878
16879 \begin_layout Plain Layout
16880
16881 \series bold
16882 Bemerkung:
16883 \series default
16884  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
16885  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
16886  Der Faktor im 
16887 \series bold
16888
16889 \backslash
16890 raisebox
16891 \series default
16892 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
16893 \end_layout
16894
16895 \end_inset
16896
16897
16898 \end_layout
16899
16900 \begin_layout Section
16901 Farbige Tabellen
16902 \begin_inset CommandInset label
16903 LatexCommand label
16904 name "abs:Farbige-Tabellen"
16905
16906 \end_inset
16907
16908
16909 \begin_inset Index idx
16910 status collapsed
16911
16912 \begin_layout Plain Layout
16913 Tabellen ! farbige
16914 \end_layout
16915
16916 \end_inset
16917
16918
16919 \end_layout
16920
16921 \begin_layout Subsection
16922 Farbige Zellen
16923 \begin_inset Index idx
16924 status collapsed
16925
16926 \begin_layout Plain Layout
16927 farbige !  Tabellenzellen
16928 \end_layout
16929
16930 \end_inset
16931
16932
16933 \end_layout
16934
16935 \begin_layout Standard
16936 \begin_inset Float table
16937 placement h
16938 wide false
16939 sideways false
16940 status open
16941
16942 \begin_layout Plain Layout
16943 \begin_inset Caption Standard
16944
16945 \begin_layout Plain Layout
16946 \begin_inset CommandInset label
16947 LatexCommand label
16948 name "tab:Farbige-Tabelle-ohne"
16949
16950 \end_inset
16951
16952 Farbige Tabelle, ohne Paket 
16953 \series bold
16954 colortbl
16955 \series default
16956
16957 \begin_inset Argument 1
16958 status collapsed
16959
16960 \begin_layout Plain Layout
16961 Tabelle ohne 
16962 \family typewriter
16963 colortbl
16964 \end_layout
16965
16966 \end_inset
16967
16968
16969 \end_layout
16970
16971 \end_inset
16972
16973
16974 \end_layout
16975
16976 \begin_layout Plain Layout
16977 \align center
16978 \begin_inset Tabular
16979 <lyxtabular version="3" rows="3" columns="3">
16980 <features tabularvalignment="middle">
16981 <column alignment="center" valignment="top">
16982 <column alignment="center" valignment="top">
16983 <column alignment="center" valignment="top">
16984 <row>
16985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989
16990 \color green
16991 a
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000
17001 \color red
17002 b
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Plain Layout
17011
17012 \color red
17013 c
17014 \end_layout
17015
17016 \end_inset
17017 </cell>
17018 </row>
17019 <row>
17020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17021 \begin_inset Text
17022
17023 \begin_layout Plain Layout
17024
17025 \color green
17026 d
17027 \end_layout
17028
17029 \end_inset
17030 </cell>
17031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17032 \begin_inset Text
17033
17034 \begin_layout Plain Layout
17035
17036 \color blue
17037 e
17038 \end_layout
17039
17040 \end_inset
17041 </cell>
17042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17043 \begin_inset Text
17044
17045 \begin_layout Plain Layout
17046
17047 \color blue
17048 f
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 </row>
17054 <row>
17055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17056 \begin_inset Text
17057
17058 \begin_layout Plain Layout
17059
17060 \color green
17061 g
17062 \end_layout
17063
17064 \end_inset
17065 </cell>
17066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070
17071 \color blue
17072 h
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Plain Layout
17081
17082 \color blue
17083 i
17084 \end_layout
17085
17086 \end_inset
17087 </cell>
17088 </row>
17089 </lyxtabular>
17090
17091 \end_inset
17092
17093
17094 \end_layout
17095
17096 \end_inset
17097
17098
17099 \end_layout
17100
17101 \begin_layout Standard
17102 Wenn Sie nur farbigen Text
17103 \begin_inset Index idx
17104 status collapsed
17105
17106 \begin_layout Plain Layout
17107 Farbe ! für Text
17108 \end_layout
17109
17110 \end_inset
17111
17112  benötigen, markieren Sie diesen und ändern die Farbe mit dem 
17113 \family sans
17114 Textstil
17115 \family default
17116 -Dialog (Werkzeugleistenknopf 
17117 \begin_inset Info
17118 type  "icon"
17119 arg   "dialog-show character"
17120 \end_inset
17121
17122 ) wie es in Tabelle
17123 \begin_inset space ~
17124 \end_inset
17125
17126
17127 \begin_inset CommandInset ref
17128 LatexCommand ref
17129 reference "tab:Farbige-Tabelle-ohne"
17130
17131 \end_inset
17132
17133  gemacht wurde.
17134  In anderen Fällen müssen Sie das \SpecialChar LaTeX
17135 -Paket 
17136 \series bold
17137 colortbl
17138 \series default
17139  benutzen.
17140 \begin_inset Index idx
17141 status collapsed
17142
17143 \begin_layout Plain Layout
17144 \SpecialChar LaTeX
17145 -Pakete ! colortbl
17146 \end_layout
17147
17148 \end_inset
17149
17150
17151 \end_layout
17152
17153 \begin_layout Standard
17154 \begin_inset ERT
17155 status collapsed
17156
17157 \begin_layout Plain Layout
17158
17159
17160 \backslash
17161 ifcolortbl
17162 \end_layout
17163
17164 \end_inset
17165
17166
17167 \begin_inset Note Note
17168 status open
17169
17170 \begin_layout Plain Layout
17171 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
17172 -Paket 
17173 \series bold
17174 colortbl
17175 \series default
17176  installiert ist.
17177 \end_layout
17178
17179 \end_inset
17180
17181
17182 \end_layout
17183
17184 \begin_layout Standard
17185 Um farbige Tabellen zu erzeugen, muss 
17186 \series bold
17187 colortbl
17188 \series default
17189  im \SpecialChar LaTeX
17190 -Vorspann geladen werden:
17191 \end_layout
17192
17193 \begin_layout Standard
17194
17195 \series bold
17196
17197 \backslash
17198 usepackage{colortbl}
17199 \end_layout
17200
17201 \begin_layout Standard
17202 Die Farbe einer Spalte ändert man dann mit dem Befehl
17203 \end_layout
17204
17205 \begin_layout Standard
17206
17207 \series bold
17208
17209 \backslash
17210 columncolor{Farbname}
17211 \end_layout
17212
17213 \begin_layout Standard
17214 innerhalb des Befehls 
17215 \series bold
17216 >{}
17217 \series default
17218 .
17219  Mehr über den Befehl 
17220 \series bold
17221 >{}
17222 \series default
17223  finden Sie im Abschnitt
17224 \begin_inset space ~
17225 \end_inset
17226
17227
17228 \begin_inset CommandInset ref
17229 LatexCommand ref
17230 reference "uab:Mehrfachspalten-Berechnungen"
17231
17232 \end_inset
17233
17234 .
17235 \end_layout
17236
17237 \begin_layout Standard
17238 Folgende Farbnamen sind vordefiniert:
17239 \end_layout
17240
17241 \begin_layout Standard
17242
17243 \family sans
17244 red
17245 \family default
17246
17247 \family sans
17248 green
17249 \family default
17250
17251 \family sans
17252 yellow
17253 \family default
17254
17255 \family sans
17256 blue
17257 \family default
17258
17259 \family sans
17260 cyan
17261 \family default
17262
17263 \family sans
17264 magenta
17265 \family default
17266
17267 \family sans
17268 black
17269 \family default
17270  und 
17271 \family sans
17272 white
17273 \begin_inset Newline newline
17274 \end_inset
17275
17276 (
17277 \family default
17278 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17279 \end_layout
17280
17281 \begin_layout Standard
17282 \begin_inset VSpace medskip
17283 \end_inset
17284
17285
17286 \end_layout
17287
17288 \begin_layout Standard
17289 Wenn Sie die Option
17290 \end_layout
17291
17292 \begin_layout Standard
17293
17294 \series bold
17295 dvipsnames
17296 \end_layout
17297
17298 \begin_layout Standard
17299 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17300  können Sie zusätzlich weitere 61
17301 \begin_inset space ~
17302 \end_inset
17303
17304 Farben verwenden.
17305  Diese Farben sind in Anhang
17306 \begin_inset space ~
17307 \end_inset
17308
17309
17310 \begin_inset CommandInset ref
17311 LatexCommand ref
17312 reference "kap:Liste-der-dvips-Farbnamen"
17313
17314 \end_inset
17315
17316  aufgelistet.
17317  Eine dieser Farben, 
17318 \family sans
17319 Maroon
17320 \family default
17321 , wird als Beispiel in Tabelle
17322 \begin_inset space ~
17323 \end_inset
17324
17325
17326 \begin_inset CommandInset ref
17327 LatexCommand ref
17328 reference "tab:Eine-mit-colortbl"
17329
17330 \end_inset
17331
17332  verwendet.
17333 \end_layout
17334
17335 \begin_layout Standard
17336 \begin_inset VSpace medskip
17337 \end_inset
17338
17339
17340 \end_layout
17341
17342 \begin_layout Standard
17343 Sie können auch eigene Farben definieren:
17344 \end_layout
17345
17346 \begin_layout Standard
17347
17348 \series bold
17349
17350 \backslash
17351 definecolor{Farbname}{Farbmodell}{Farbwerte}
17352 \end_layout
17353
17354 \begin_layout Standard
17355 Das Farbmodell kann eins der folgenden sein:
17356 \end_layout
17357
17358 \begin_layout Labeling
17359 \labelwidthstring 00.00.0000
17360 cmyk: cyan, magenta, yellow, black
17361 \end_layout
17362
17363 \begin_layout Labeling
17364 \labelwidthstring 00.00.0000
17365 rgb: red, green blue
17366 \end_layout
17367
17368 \begin_layout Labeling
17369 \labelwidthstring 00.00.0000
17370 gray: gray
17371 \end_layout
17372
17373 \begin_layout Standard
17374 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17375  die die entsprechende Farbe für das Farbmodell beschreiben.
17376 \end_layout
17377
17378 \begin_layout Standard
17379 Im \SpecialChar LaTeX
17380 -Vorspann können Sie zum Beispiel die Farbe 
17381 \emph on
17382
17383 \begin_inset Quotes gld
17384 \end_inset
17385
17386 dunkelgruen
17387 \emph default
17388
17389 \begin_inset Quotes grd
17390 \end_inset
17391
17392  und 
17393 \begin_inset Quotes gld
17394 \end_inset
17395
17396
17397 \emph on
17398 hellgrau
17399 \emph default
17400
17401 \begin_inset Quotes grd
17402 \end_inset
17403
17404  folgendermaßen definieren:
17405 \end_layout
17406
17407 \begin_layout Standard
17408
17409 \series bold
17410
17411 \backslash
17412 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17413 \end_layout
17414
17415 \begin_layout Standard
17416
17417 \series bold
17418
17419 \backslash
17420 definecolor{hellgrau}{gray}{0.8}
17421 \end_layout
17422
17423 \begin_layout Standard
17424 \begin_inset VSpace medskip
17425 \end_inset
17426
17427
17428 \end_layout
17429
17430 \begin_layout Standard
17431 Linien werden mit dem Befehl
17432 \end_layout
17433
17434 \begin_layout Standard
17435
17436 \series bold
17437
17438 \backslash
17439 rowcolor{Farbname}
17440 \end_layout
17441
17442 \begin_layout Standard
17443 gefärbt, Zellen mit dem Befehl
17444 \end_layout
17445
17446 \begin_layout Standard
17447
17448 \series bold
17449
17450 \backslash
17451 cellcolor{Farbname}
17452 \end_layout
17453
17454 \begin_layout Standard
17455 Beide Befehle werden am Anfang einer Zelle als \SpecialChar TeX
17456 -Code eingegeben.
17457 \end_layout
17458
17459 \begin_layout Standard
17460 Um nur Text zu färben, verwenden Sie den 
17461 \family sans
17462 Textstil
17463 \family default
17464 -Dialog.
17465  Wenn die Zelle aber \SpecialChar TeX
17466 -Code zum Färben enthält, 
17467 \emph on
17468 markieren Sie nur den Text
17469 \emph default
17470 , sonst werden Sie \SpecialChar LaTeX
17471 -Fehler erzeugen.
17472 \end_layout
17473
17474 \begin_layout Standard
17475 \begin_inset Note Greyedout
17476 status open
17477
17478 \begin_layout Plain Layout
17479
17480 \series bold
17481 Achtung:
17482 \series default
17483  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17484 \end_layout
17485
17486 \end_inset
17487
17488
17489 \end_layout
17490
17491 \begin_layout Standard
17492 \begin_inset VSpace medskip
17493 \end_inset
17494
17495
17496 \end_layout
17497
17498 \begin_layout Standard
17499 Die Tabelle
17500 \begin_inset space ~
17501 \end_inset
17502
17503
17504 \begin_inset CommandInset ref
17505 LatexCommand ref
17506 reference "tab:Eine-mit-colortbl"
17507
17508 \end_inset
17509
17510  wurde folgendermaßen erstellt: die erste Spalte soll 
17511 \emph on
17512
17513 \begin_inset Quotes gld
17514 \end_inset
17515
17516 dunkelgruen
17517 \emph default
17518
17519 \begin_inset Quotes grd
17520 \end_inset
17521
17522  werden, also müssen Sie ins 
17523 \family sans
17524 LaTeX-Argument
17525 \family default
17526  der Zellen der ersten Spalte den Befehl
17527 \end_layout
17528
17529 \begin_layout Standard
17530
17531 \series bold
17532 >{
17533 \backslash
17534 columncolor{dunkelgruen}
17535 \backslash
17536 centering}c
17537 \end_layout
17538
17539 \begin_layout Standard
17540 schreiben.
17541  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der \SpecialChar TeX
17542 -Code-Befehl
17543 \end_layout
17544
17545 \begin_layout Standard
17546
17547 \series bold
17548
17549 \backslash
17550 rowcolor{cyan}
17551 \end_layout
17552
17553 \begin_layout Standard
17554 in die erste Zelle der ersten Zeile eingefügt.
17555  Diese Farbe ersetzt die Spaltenfarbe.
17556  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17557  Das wird mit folgendem Befehl erreicht:
17558 \end_layout
17559
17560 \begin_layout Standard
17561
17562 \series bold
17563
17564 \backslash
17565 cellcolor{Maroon}
17566 \end_layout
17567
17568 \begin_layout Standard
17569 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17570 \family sans
17571 Textstil
17572 \family default
17573 -Dialog.
17574 \end_layout
17575
17576 \begin_layout Standard
17577 \begin_inset Float table
17578 placement h
17579 wide false
17580 sideways false
17581 status open
17582
17583 \begin_layout Plain Layout
17584 \begin_inset Caption Standard
17585
17586 \begin_layout Plain Layout
17587 \begin_inset CommandInset label
17588 LatexCommand label
17589 name "tab:Eine-mit-colortbl"
17590
17591 \end_inset
17592
17593 Eine mit dem Paket 
17594 \series bold
17595 colortbl
17596 \series default
17597  gefärbte Tabelle
17598 \begin_inset Argument 1
17599 status collapsed
17600
17601 \begin_layout Plain Layout
17602 Tabelle mit 
17603 \family typewriter
17604 colortbl
17605 \end_layout
17606
17607 \end_inset
17608
17609
17610 \end_layout
17611
17612 \end_inset
17613
17614
17615 \end_layout
17616
17617 \begin_layout Plain Layout
17618 \align center
17619 \begin_inset Tabular
17620 <lyxtabular version="3" rows="3" columns="3">
17621 <features tabularvalignment="middle">
17622 <column alignment="center" valignment="top" special=">{\columncolor{dunkelgruen}\centering}c">
17623 <column alignment="center" valignment="top">
17624 <column alignment="center" valignment="top">
17625 <row>
17626 <cell alignment="center" valignment="top" usebox="none">
17627 \begin_inset Text
17628
17629 \begin_layout Plain Layout
17630 \begin_inset ERT
17631 status open
17632
17633 \begin_layout Plain Layout
17634
17635
17636 \backslash
17637 rowcolor{cyan}
17638 \end_layout
17639
17640 \end_inset
17641
17642
17643 \color magenta
17644 a
17645 \end_layout
17646
17647 \end_inset
17648 </cell>
17649 <cell alignment="center" valignment="top" usebox="none">
17650 \begin_inset Text
17651
17652 \begin_layout Plain Layout
17653
17654 \color red
17655 b
17656 \end_layout
17657
17658 \end_inset
17659 </cell>
17660 <cell alignment="center" valignment="top" usebox="none">
17661 \begin_inset Text
17662
17663 \begin_layout Plain Layout
17664
17665 \color red
17666 c
17667 \end_layout
17668
17669 \end_inset
17670 </cell>
17671 </row>
17672 <row>
17673 <cell alignment="center" valignment="top" usebox="none">
17674 \begin_inset Text
17675
17676 \begin_layout Plain Layout
17677
17678 \color yellow
17679 d
17680 \end_layout
17681
17682 \end_inset
17683 </cell>
17684 <cell alignment="center" valignment="top" usebox="none">
17685 \begin_inset Text
17686
17687 \begin_layout Plain Layout
17688
17689 \color blue
17690 e
17691 \end_layout
17692
17693 \end_inset
17694 </cell>
17695 <cell alignment="center" valignment="top" usebox="none">
17696 \begin_inset Text
17697
17698 \begin_layout Plain Layout
17699
17700 \color blue
17701 f
17702 \end_layout
17703
17704 \end_inset
17705 </cell>
17706 </row>
17707 <row>
17708 <cell alignment="center" valignment="top" usebox="none">
17709 \begin_inset Text
17710
17711 \begin_layout Plain Layout
17712
17713 \color yellow
17714 g
17715 \end_layout
17716
17717 \end_inset
17718 </cell>
17719 <cell alignment="center" valignment="top" usebox="none">
17720 \begin_inset Text
17721
17722 \begin_layout Plain Layout
17723
17724 \color blue
17725 h
17726 \end_layout
17727
17728 \end_inset
17729 </cell>
17730 <cell alignment="center" valignment="top" usebox="none">
17731 \begin_inset Text
17732
17733 \begin_layout Plain Layout
17734 \begin_inset ERT
17735 status collapsed
17736
17737 \begin_layout Plain Layout
17738
17739
17740 \backslash
17741 cellcolor{Maroon}
17742 \end_layout
17743
17744 \end_inset
17745
17746
17747 \color green
17748 i
17749 \end_layout
17750
17751 \end_inset
17752 </cell>
17753 </row>
17754 </lyxtabular>
17755
17756 \end_inset
17757
17758
17759 \end_layout
17760
17761 \end_inset
17762
17763
17764 \end_layout
17765
17766 \begin_layout Standard
17767 \begin_inset ERT
17768 status collapsed
17769
17770 \begin_layout Plain Layout
17771
17772
17773 \backslash
17774 else
17775 \end_layout
17776
17777 \end_inset
17778
17779
17780 \begin_inset Note Note
17781 status open
17782
17783 \begin_layout Plain Layout
17784 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
17785 -Paket 
17786 \series bold
17787 colortbl
17788 \series default
17789  nicht installiert ist:
17790 \end_layout
17791
17792 \end_inset
17793
17794
17795 \end_layout
17796
17797 \begin_layout Standard
17798 Sie müssen das \SpecialChar LaTeX
17799 -Paket 
17800 \series bold
17801 colortbl
17802 \series default
17803  installiert haben um den Inhalt dieses Abschnitts zu sehen.
17804 \end_layout
17805
17806 \begin_layout Standard
17807 \begin_inset ERT
17808 status collapsed
17809
17810 \begin_layout Plain Layout
17811
17812
17813 \backslash
17814 fi
17815 \end_layout
17816
17817 \end_inset
17818
17819
17820 \end_layout
17821
17822 \begin_layout Subsection
17823 Farbige Zeilen
17824 \begin_inset Index idx
17825 status collapsed
17826
17827 \begin_layout Plain Layout
17828 farbige ! Tabellenzeilen
17829 \end_layout
17830
17831 \end_inset
17832
17833
17834 \end_layout
17835
17836 \begin_layout Standard
17837 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
17838  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
17839  Man lädt das \SpecialChar LaTeX
17840 -Paket 
17841 \series bold
17842 xcolor
17843 \series default
17844
17845 \begin_inset Index idx
17846 status collapsed
17847
17848 \begin_layout Plain Layout
17849 \SpecialChar LaTeX
17850 -Pakete ! xcolor
17851 \begin_inset ERT
17852 status collapsed
17853
17854 \begin_layout Plain Layout
17855
17856
17857 \backslash
17858 vspace{4mm}
17859 \end_layout
17860
17861 \end_inset
17862
17863
17864 \end_layout
17865
17866 \end_inset
17867
17868  im \SpecialChar LaTeX
17869 -Vorspann mit dem Befehl
17870 \end_layout
17871
17872 \begin_layout Standard
17873
17874 \series bold
17875
17876 \backslash
17877 usepackage[table]{xcolor}
17878 \end_layout
17879
17880 \begin_layout Standard
17881
17882 \series bold
17883 xcolor
17884 \series default
17885  lädt automatisch auch das \SpecialChar LaTeX
17886 -Paket 
17887 \series bold
17888 colortbl
17889 \series default
17890
17891 \begin_inset Index idx
17892 status collapsed
17893
17894 \begin_layout Plain Layout
17895 \SpecialChar LaTeX
17896 -Pakete ! colortbl
17897 \end_layout
17898
17899 \end_inset
17900
17901 , so dass 
17902 \series bold
17903 colortbl
17904 \series default
17905  in Ihrer \SpecialChar LaTeX
17906 -Distribution installiert sein muss, ansonsten bekommt man \SpecialChar LaTeX
17907 -Fehler.
17908 \end_layout
17909
17910 \begin_layout Standard
17911 \begin_inset ERT
17912 status collapsed
17913
17914 \begin_layout Plain Layout
17915
17916
17917 \backslash
17918 ifcolortbl
17919 \end_layout
17920
17921 \end_inset
17922
17923
17924 \begin_inset Note Note
17925 status open
17926
17927 \begin_layout Plain Layout
17928 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
17929 -Paket 
17930 \series bold
17931 colortbl
17932 \series default
17933  installiert ist.
17934 \end_layout
17935
17936 \end_inset
17937
17938
17939 \end_layout
17940
17941 \begin_layout Standard
17942 Die Tabellenzeilen werden mit dem Befehl
17943 \end_layout
17944
17945 \begin_layout Standard
17946
17947 \series bold
17948
17949 \backslash
17950 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
17951 \end_layout
17952
17953 \begin_layout Standard
17954 eingefärbt, der entweder in den \SpecialChar LaTeX
17955 -Vorspann oder als \SpecialChar TeX
17956 -Code vor der ersten
17957  zu färbenden Tabelle eingefügt wird.
17958  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
17959  Zeilenfarbe gefärbt werden soll.
17960  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
17961  werden.
17962  So führt zum Beispiel der Befehl
17963 \end_layout
17964
17965 \begin_layout Standard
17966
17967 \series bold
17968
17969 \backslash
17970 rowcolors{1}{white}{lightgray}
17971 \end_layout
17972
17973 \begin_layout Standard
17974 zum Farbschema von Tabelle
17975 \begin_inset space ~
17976 \end_inset
17977
17978
17979 \begin_inset CommandInset ref
17980 LatexCommand ref
17981 reference "tab:Tabelle-rowcolors"
17982
17983 \end_inset
17984
17985 .
17986  Der Befehl
17987 \end_layout
17988
17989 \begin_layout Standard
17990
17991 \series bold
17992
17993 \backslash
17994 rowcolors[
17995 \backslash
17996 hline]{1}{lightgray}{cyan}
17997 \end_layout
17998
17999 \begin_layout Standard
18000 führt zum Farbschema von Tabelle
18001 \begin_inset space ~
18002 \end_inset
18003
18004
18005 \begin_inset CommandInset ref
18006 LatexCommand ref
18007 reference "tab:Tabelle-rowcolors-2"
18008
18009 \end_inset
18010
18011 .
18012  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
18013  wird keine Farbe verwendet, so dass der Befehl
18014 \end_layout
18015
18016 \begin_layout Standard
18017
18018 \series bold
18019
18020 \backslash
18021 rowcolors{1}{}{}
18022 \end_layout
18023
18024 \begin_layout Standard
18025 alle Farben löscht.
18026  
18027 \series bold
18028
18029 \backslash
18030 rowcolors
18031 \series default
18032  beeinflusst alle diesem Befehl folgenden Tabellen.
18033 \end_layout
18034
18035 \begin_layout Standard
18036 \begin_inset ERT
18037 status open
18038
18039 \begin_layout Plain Layout
18040
18041
18042 \backslash
18043 rowcolors{1}{white}{lightgray}
18044 \end_layout
18045
18046 \end_inset
18047
18048
18049 \end_layout
18050
18051 \begin_layout Standard
18052 \begin_inset Float table
18053 placement h
18054 wide false
18055 sideways false
18056 status open
18057
18058 \begin_layout Plain Layout
18059 \begin_inset Caption Standard
18060
18061 \begin_layout Plain Layout
18062 \begin_inset CommandInset label
18063 LatexCommand label
18064 name "tab:Tabelle-rowcolors"
18065
18066 \end_inset
18067
18068 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18069 \end_layout
18070
18071 \end_inset
18072
18073
18074 \end_layout
18075
18076 \begin_layout Plain Layout
18077 \align center
18078 \begin_inset Tabular
18079 <lyxtabular version="3" rows="4" columns="3">
18080 <features tabularvalignment="middle">
18081 <column alignment="center" valignment="top">
18082 <column alignment="center" valignment="top" width="0pt">
18083 <column alignment="center" valignment="top" width="0pt">
18084 <row>
18085 <cell alignment="center" valignment="top" usebox="none">
18086 \begin_inset Text
18087
18088 \begin_layout Plain Layout
18089 X
18090 \end_layout
18091
18092 \end_inset
18093 </cell>
18094 <cell alignment="center" valignment="top" usebox="none">
18095 \begin_inset Text
18096
18097 \begin_layout Plain Layout
18098 Y
18099 \end_layout
18100
18101 \end_inset
18102 </cell>
18103 <cell alignment="center" valignment="top" usebox="none">
18104 \begin_inset Text
18105
18106 \begin_layout Plain Layout
18107 Z
18108 \end_layout
18109
18110 \end_inset
18111 </cell>
18112 </row>
18113 <row>
18114 <cell alignment="center" valignment="top" usebox="none">
18115 \begin_inset Text
18116
18117 \begin_layout Plain Layout
18118 1
18119 \end_layout
18120
18121 \end_inset
18122 </cell>
18123 <cell alignment="center" valignment="top" usebox="none">
18124 \begin_inset Text
18125
18126 \begin_layout Plain Layout
18127 2
18128 \end_layout
18129
18130 \end_inset
18131 </cell>
18132 <cell alignment="center" valignment="top" usebox="none">
18133 \begin_inset Text
18134
18135 \begin_layout Plain Layout
18136 3
18137 \end_layout
18138
18139 \end_inset
18140 </cell>
18141 </row>
18142 <row>
18143 <cell alignment="center" valignment="top" usebox="none">
18144 \begin_inset Text
18145
18146 \begin_layout Plain Layout
18147 4
18148 \end_layout
18149
18150 \end_inset
18151 </cell>
18152 <cell alignment="center" valignment="top" usebox="none">
18153 \begin_inset Text
18154
18155 \begin_layout Plain Layout
18156 5
18157 \end_layout
18158
18159 \end_inset
18160 </cell>
18161 <cell alignment="center" valignment="top" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165 6
18166 \end_layout
18167
18168 \end_inset
18169 </cell>
18170 </row>
18171 <row>
18172 <cell alignment="center" valignment="top" usebox="none">
18173 \begin_inset Text
18174
18175 \begin_layout Plain Layout
18176 7
18177 \end_layout
18178
18179 \end_inset
18180 </cell>
18181 <cell alignment="center" valignment="top" usebox="none">
18182 \begin_inset Text
18183
18184 \begin_layout Plain Layout
18185 8
18186 \end_layout
18187
18188 \end_inset
18189 </cell>
18190 <cell alignment="center" valignment="top" usebox="none">
18191 \begin_inset Text
18192
18193 \begin_layout Plain Layout
18194 9
18195 \end_layout
18196
18197 \end_inset
18198 </cell>
18199 </row>
18200 </lyxtabular>
18201
18202 \end_inset
18203
18204
18205 \end_layout
18206
18207 \end_inset
18208
18209
18210 \end_layout
18211
18212 \begin_layout Standard
18213 \begin_inset ERT
18214 status open
18215
18216 \begin_layout Plain Layout
18217
18218
18219 \backslash
18220 rowcolors[
18221 \backslash
18222 hline]{1}{lightgray}{cyan}
18223 \end_layout
18224
18225 \end_inset
18226
18227
18228 \end_layout
18229
18230 \begin_layout Standard
18231 \begin_inset Float table
18232 placement h
18233 wide false
18234 sideways false
18235 status open
18236
18237 \begin_layout Plain Layout
18238 \begin_inset Caption Standard
18239
18240 \begin_layout Plain Layout
18241 \begin_inset CommandInset label
18242 LatexCommand label
18243 name "tab:Tabelle-rowcolors-2"
18244
18245 \end_inset
18246
18247 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18248  Linie zwischen jeder Zeile befindet.
18249 \end_layout
18250
18251 \end_inset
18252
18253
18254 \end_layout
18255
18256 \begin_layout Plain Layout
18257 \align center
18258 \begin_inset Tabular
18259 <lyxtabular version="3" rows="4" columns="3">
18260 <features tabularvalignment="middle">
18261 <column alignment="center" valignment="top">
18262 <column alignment="center" valignment="top">
18263 <column alignment="center" valignment="top" width="0pt">
18264 <row>
18265 <cell alignment="center" valignment="top" usebox="none">
18266 \begin_inset Text
18267
18268 \begin_layout Plain Layout
18269 X
18270 \end_layout
18271
18272 \end_inset
18273 </cell>
18274 <cell alignment="center" valignment="top" usebox="none">
18275 \begin_inset Text
18276
18277 \begin_layout Plain Layout
18278 Y
18279 \end_layout
18280
18281 \end_inset
18282 </cell>
18283 <cell alignment="center" valignment="top" usebox="none">
18284 \begin_inset Text
18285
18286 \begin_layout Plain Layout
18287 Z
18288 \end_layout
18289
18290 \end_inset
18291 </cell>
18292 </row>
18293 <row>
18294 <cell alignment="center" valignment="top" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298 1
18299 \end_layout
18300
18301 \end_inset
18302 </cell>
18303 <cell alignment="center" valignment="top" usebox="none">
18304 \begin_inset Text
18305
18306 \begin_layout Plain Layout
18307 2
18308 \end_layout
18309
18310 \end_inset
18311 </cell>
18312 <cell alignment="center" valignment="top" usebox="none">
18313 \begin_inset Text
18314
18315 \begin_layout Plain Layout
18316 3
18317 \end_layout
18318
18319 \end_inset
18320 </cell>
18321 </row>
18322 <row>
18323 <cell alignment="center" valignment="top" usebox="none">
18324 \begin_inset Text
18325
18326 \begin_layout Plain Layout
18327 4
18328 \end_layout
18329
18330 \end_inset
18331 </cell>
18332 <cell alignment="center" valignment="top" usebox="none">
18333 \begin_inset Text
18334
18335 \begin_layout Plain Layout
18336 5
18337 \end_layout
18338
18339 \end_inset
18340 </cell>
18341 <cell alignment="center" valignment="top" usebox="none">
18342 \begin_inset Text
18343
18344 \begin_layout Plain Layout
18345 6
18346 \end_layout
18347
18348 \end_inset
18349 </cell>
18350 </row>
18351 <row>
18352 <cell alignment="center" valignment="top" usebox="none">
18353 \begin_inset Text
18354
18355 \begin_layout Plain Layout
18356 7
18357 \end_layout
18358
18359 \end_inset
18360 </cell>
18361 <cell alignment="center" valignment="top" usebox="none">
18362 \begin_inset Text
18363
18364 \begin_layout Plain Layout
18365 8
18366 \end_layout
18367
18368 \end_inset
18369 </cell>
18370 <cell alignment="center" valignment="top" usebox="none">
18371 \begin_inset Text
18372
18373 \begin_layout Plain Layout
18374 9
18375 \end_layout
18376
18377 \end_inset
18378 </cell>
18379 </row>
18380 </lyxtabular>
18381
18382 \end_inset
18383
18384
18385 \end_layout
18386
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \begin_layout Standard
18393 \begin_inset ERT
18394 status collapsed
18395
18396 \begin_layout Plain Layout
18397
18398
18399 \backslash
18400 rowcolors{1}{}{}
18401 \end_layout
18402
18403 \end_inset
18404
18405
18406 \begin_inset Note Note
18407 status collapsed
18408
18409 \begin_layout Plain Layout
18410 schaltet die Färbung aus
18411 \end_layout
18412
18413 \end_inset
18414
18415
18416 \end_layout
18417
18418 \begin_layout Standard
18419 \begin_inset ERT
18420 status collapsed
18421
18422 \begin_layout Plain Layout
18423
18424
18425 \backslash
18426 else
18427 \end_layout
18428
18429 \end_inset
18430
18431
18432 \begin_inset Note Note
18433 status open
18434
18435 \begin_layout Plain Layout
18436 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
18437 -Paket 
18438 \series bold
18439 colortbl
18440 \series default
18441  nicht installiert ist:
18442 \end_layout
18443
18444 \end_inset
18445
18446
18447 \end_layout
18448
18449 \begin_layout Standard
18450 Sie müssen das \SpecialChar LaTeX
18451 -Paket 
18452 \series bold
18453 colortbl
18454 \series default
18455  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18456 \end_layout
18457
18458 \begin_layout Standard
18459 \begin_inset ERT
18460 status collapsed
18461
18462 \begin_layout Plain Layout
18463
18464
18465 \backslash
18466 fi
18467 \end_layout
18468
18469 \end_inset
18470
18471
18472 \end_layout
18473
18474 \begin_layout Subsection
18475 Farbige Linien
18476 \begin_inset Index idx
18477 status collapsed
18478
18479 \begin_layout Plain Layout
18480 farbige !  Tabellenlinien
18481 \end_layout
18482
18483 \end_inset
18484
18485
18486 \end_layout
18487
18488 \begin_layout Standard
18489 Wie in Abschnitt
18490 \begin_inset space ~
18491 \end_inset
18492
18493
18494 \begin_inset CommandInset ref
18495 LatexCommand ref
18496 reference "uab:Liniendicke"
18497
18498 \end_inset
18499
18500  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
18501 \series bold
18502
18503 \backslash
18504 arrayrulewidth
18505 \series default
18506  definiert werden.
18507  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
18508 \begin_inset space \thinspace{}
18509 \end_inset
18510
18511 pt gesetzt.
18512 \begin_inset ERT
18513 status collapsed
18514
18515 \begin_layout Plain Layout
18516
18517
18518 \backslash
18519 setlength{
18520 \backslash
18521 arrayrulewidth}{1.5pt}
18522 \end_layout
18523
18524 \end_inset
18525
18526
18527 \end_layout
18528
18529 \begin_layout Standard
18530 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im \SpecialChar LaTeX
18531 -Vorspann
18532  folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
18533 \begin_inset space ~
18534 \end_inset
18535
18536
18537 \begin_inset CommandInset ref
18538 LatexCommand ref
18539 reference "uab:Angepasste-Zellen-/Spaltenformate"
18540
18541 \end_inset
18542
18543  definiert:
18544 \end_layout
18545
18546 \begin_layout Standard
18547
18548 \series bold
18549
18550 \backslash
18551 newcolumntype{W}{!{
18552 \backslash
18553 color{green}
18554 \backslash
18555 vline}}
18556 \end_layout
18557
18558 \begin_layout Standard
18559 In Tabelle
18560 \begin_inset space ~
18561 \end_inset
18562
18563
18564 \begin_inset CommandInset ref
18565 LatexCommand ref
18566 reference "tab:Tabelle-mit-farbigen-vert"
18567
18568 \end_inset
18569
18570  wurde das \SpecialChar LaTeX
18571 -Argument 
18572 \series bold
18573 WcW
18574 \series default
18575  für die letzte und 
18576 \series bold
18577 Wc
18578 \series default
18579  für die anderen Spalten benutzt.
18580 \end_layout
18581
18582 \begin_layout Standard
18583 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18584 \end_layout
18585
18586 \begin_layout Standard
18587 \begin_inset Float table
18588 placement h
18589 wide false
18590 sideways false
18591 status open
18592
18593 \begin_layout Plain Layout
18594 \begin_inset Caption Standard
18595
18596 \begin_layout Plain Layout
18597 \begin_inset CommandInset label
18598 LatexCommand label
18599 name "tab:Tabelle-mit-farbigen-vert"
18600
18601 \end_inset
18602
18603 Tabelle mit farbigen vertikalen Linien
18604 \end_layout
18605
18606 \end_inset
18607
18608
18609 \end_layout
18610
18611 \begin_layout Plain Layout
18612 \align center
18613 \begin_inset Tabular
18614 <lyxtabular version="3" rows="3" columns="3">
18615 <features tabularvalignment="middle">
18616 <column alignment="center" valignment="top" special="Wc">
18617 <column alignment="center" valignment="top" special="Wc">
18618 <column alignment="center" valignment="top" special="WcW">
18619 <row>
18620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18621 \begin_inset Text
18622
18623 \begin_layout Plain Layout
18624 sd
18625 \end_layout
18626
18627 \end_inset
18628 </cell>
18629 <cell alignment="center" valignment="top" topline="true" usebox="none">
18630 \begin_inset Text
18631
18632 \begin_layout Plain Layout
18633
18634 \end_layout
18635
18636 \end_inset
18637 </cell>
18638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18639 \begin_inset Text
18640
18641 \begin_layout Plain Layout
18642
18643 \end_layout
18644
18645 \end_inset
18646 </cell>
18647 </row>
18648 <row>
18649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18650 \begin_inset Text
18651
18652 \begin_layout Plain Layout
18653
18654 \end_layout
18655
18656 \end_inset
18657 </cell>
18658 <cell alignment="center" valignment="top" topline="true" usebox="none">
18659 \begin_inset Text
18660
18661 \begin_layout Plain Layout
18662 sd
18663 \end_layout
18664
18665 \end_inset
18666 </cell>
18667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18668 \begin_inset Text
18669
18670 \begin_layout Plain Layout
18671
18672 \end_layout
18673
18674 \end_inset
18675 </cell>
18676 </row>
18677 <row>
18678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18679 \begin_inset Text
18680
18681 \begin_layout Plain Layout
18682
18683 \end_layout
18684
18685 \end_inset
18686 </cell>
18687 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18688 \begin_inset Text
18689
18690 \begin_layout Plain Layout
18691
18692 \end_layout
18693
18694 \end_inset
18695 </cell>
18696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18697 \begin_inset Text
18698
18699 \begin_layout Plain Layout
18700 sd
18701 \end_layout
18702
18703 \end_inset
18704 </cell>
18705 </row>
18706 </lyxtabular>
18707
18708 \end_inset
18709
18710
18711 \end_layout
18712
18713 \end_inset
18714
18715
18716 \end_layout
18717
18718 \begin_layout Standard
18719 \begin_inset VSpace bigskip
18720 \end_inset
18721
18722 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18723 \begin_inset space ~
18724 \end_inset
18725
18726
18727 \begin_inset CommandInset ref
18728 LatexCommand ref
18729 reference "tab:Tabelle-mit-farbigen-horiz"
18730
18731 \end_inset
18732
18733 , müssen Sie folgenden Befehl als \SpecialChar TeX
18734 -Code vor der (Gleitobjekt-)Tabelle einfügen:
18735 \end_layout
18736
18737 \begin_layout Standard
18738
18739 \series bold
18740
18741 \backslash
18742 let
18743 \backslash
18744 myHlineC
18745 \backslash
18746 hline
18747 \begin_inset Newline newline
18748 \end_inset
18749
18750
18751 \backslash
18752 renewcommand{
18753 \backslash
18754 hline}
18755 \begin_inset Newline newline
18756 \end_inset
18757
18758
18759 \begin_inset Phantom HPhantom
18760 status open
18761
18762 \begin_layout Plain Layout
18763
18764 \series bold
18765 \begin_inset space ~
18766 \end_inset
18767
18768
18769 \end_layout
18770
18771 \end_inset
18772
18773 {
18774 \backslash
18775 arrayrulecolor{red}
18776 \backslash
18777 myHlineC
18778 \backslash
18779 arrayrulecolor{black}}
18780 \end_layout
18781
18782 \begin_layout Standard
18783 \begin_inset ERT
18784 status collapsed
18785
18786 \begin_layout Plain Layout
18787
18788
18789 \backslash
18790 let
18791 \backslash
18792 myHlineC
18793 \backslash
18794 hline
18795 \end_layout
18796
18797 \begin_layout Plain Layout
18798
18799
18800 \backslash
18801 renewcommand{
18802 \backslash
18803 hline}
18804 \end_layout
18805
18806 \begin_layout Plain Layout
18807
18808  {
18809 \backslash
18810 arrayrulecolor{red}
18811 \backslash
18812 myHlineC
18813 \backslash
18814 arrayrulecolor{black}}
18815 \end_layout
18816
18817 \end_inset
18818
18819
18820 \begin_inset Float table
18821 placement h
18822 wide false
18823 sideways false
18824 status open
18825
18826 \begin_layout Plain Layout
18827 \begin_inset Caption Standard
18828
18829 \begin_layout Plain Layout
18830 \begin_inset CommandInset label
18831 LatexCommand label
18832 name "tab:Tabelle-mit-farbigen-horiz"
18833
18834 \end_inset
18835
18836 Tabelle mit farbigen horizontalen Linien
18837 \end_layout
18838
18839 \end_inset
18840
18841
18842 \end_layout
18843
18844 \begin_layout Plain Layout
18845 \align center
18846 \begin_inset Tabular
18847 <lyxtabular version="3" rows="3" columns="3">
18848 <features tabularvalignment="middle">
18849 <column alignment="center" valignment="top">
18850 <column alignment="center" valignment="top">
18851 <column alignment="center" valignment="top">
18852 <row>
18853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18854 \begin_inset Text
18855
18856 \begin_layout Plain Layout
18857 sd
18858 \end_layout
18859
18860 \end_inset
18861 </cell>
18862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18863 \begin_inset Text
18864
18865 \begin_layout Plain Layout
18866
18867 \end_layout
18868
18869 \end_inset
18870 </cell>
18871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18872 \begin_inset Text
18873
18874 \begin_layout Plain Layout
18875
18876 \end_layout
18877
18878 \end_inset
18879 </cell>
18880 </row>
18881 <row>
18882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18883 \begin_inset Text
18884
18885 \begin_layout Plain Layout
18886
18887 \end_layout
18888
18889 \end_inset
18890 </cell>
18891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18892 \begin_inset Text
18893
18894 \begin_layout Plain Layout
18895 sd
18896 \end_layout
18897
18898 \end_inset
18899 </cell>
18900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18901 \begin_inset Text
18902
18903 \begin_layout Plain Layout
18904
18905 \end_layout
18906
18907 \end_inset
18908 </cell>
18909 </row>
18910 <row>
18911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18912 \begin_inset Text
18913
18914 \begin_layout Plain Layout
18915
18916 \end_layout
18917
18918 \end_inset
18919 </cell>
18920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18921 \begin_inset Text
18922
18923 \begin_layout Plain Layout
18924
18925 \end_layout
18926
18927 \end_inset
18928 </cell>
18929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18930 \begin_inset Text
18931
18932 \begin_layout Plain Layout
18933 sd
18934 \end_layout
18935
18936 \end_inset
18937 </cell>
18938 </row>
18939 </lyxtabular>
18940
18941 \end_inset
18942
18943
18944 \end_layout
18945
18946 \end_inset
18947
18948
18949 \end_layout
18950
18951 \begin_layout Standard
18952 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
18953  als \SpecialChar TeX
18954 -Code hinter der Tabelle einfügen:
18955 \end_layout
18956
18957 \begin_layout Standard
18958
18959 \series bold
18960
18961 \backslash
18962 renewcommand{
18963 \backslash
18964 hline}{
18965 \backslash
18966 myHlineC}
18967 \end_layout
18968
18969 \begin_layout Standard
18970 Tabelle
18971 \begin_inset space ~
18972 \end_inset
18973
18974
18975 \begin_inset CommandInset ref
18976 LatexCommand ref
18977 reference "tab:Table-with-colored"
18978
18979 \end_inset
18980
18981  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
18982 \end_layout
18983
18984 \begin_layout Standard
18985 \begin_inset Float table
18986 placement h
18987 wide false
18988 sideways false
18989 status open
18990
18991 \begin_layout Plain Layout
18992 \begin_inset Caption Standard
18993
18994 \begin_layout Plain Layout
18995 \begin_inset CommandInset label
18996 LatexCommand label
18997 name "tab:Table-with-colored"
18998
18999 \end_inset
19000
19001 Tabelle mit farbigen Linien
19002 \end_layout
19003
19004 \end_inset
19005
19006
19007 \end_layout
19008
19009 \begin_layout Plain Layout
19010 \align center
19011 \begin_inset Tabular
19012 <lyxtabular version="3" rows="3" columns="3">
19013 <features tabularvalignment="middle">
19014 <column alignment="center" valignment="top" special="Wc">
19015 <column alignment="center" valignment="top" special="Wc">
19016 <column alignment="center" valignment="top" special="WcW">
19017 <row>
19018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19019 \begin_inset Text
19020
19021 \begin_layout Plain Layout
19022 sd
19023 \end_layout
19024
19025 \end_inset
19026 </cell>
19027 <cell alignment="center" valignment="top" topline="true" usebox="none">
19028 \begin_inset Text
19029
19030 \begin_layout Plain Layout
19031
19032 \end_layout
19033
19034 \end_inset
19035 </cell>
19036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19037 \begin_inset Text
19038
19039 \begin_layout Plain Layout
19040
19041 \end_layout
19042
19043 \end_inset
19044 </cell>
19045 </row>
19046 <row>
19047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19048 \begin_inset Text
19049
19050 \begin_layout Plain Layout
19051
19052 \end_layout
19053
19054 \end_inset
19055 </cell>
19056 <cell alignment="center" valignment="top" topline="true" usebox="none">
19057 \begin_inset Text
19058
19059 \begin_layout Plain Layout
19060 sd
19061 \end_layout
19062
19063 \end_inset
19064 </cell>
19065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19066 \begin_inset Text
19067
19068 \begin_layout Plain Layout
19069
19070 \end_layout
19071
19072 \end_inset
19073 </cell>
19074 </row>
19075 <row topspace="default">
19076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19077 \begin_inset Text
19078
19079 \begin_layout Plain Layout
19080
19081 \end_layout
19082
19083 \end_inset
19084 </cell>
19085 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19086 \begin_inset Text
19087
19088 \begin_layout Plain Layout
19089
19090 \end_layout
19091
19092 \end_inset
19093 </cell>
19094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19095 \begin_inset Text
19096
19097 \begin_layout Plain Layout
19098 sd
19099 \end_layout
19100
19101 \end_inset
19102 </cell>
19103 </row>
19104 </lyxtabular>
19105
19106 \end_inset
19107
19108
19109 \end_layout
19110
19111 \end_inset
19112
19113
19114 \end_layout
19115
19116 \begin_layout Standard
19117 \begin_inset ERT
19118 status collapsed
19119
19120 \begin_layout Plain Layout
19121
19122
19123 \backslash
19124 renewcommand{
19125 \backslash
19126 hline}{
19127 \backslash
19128 myHlineC}
19129 \end_layout
19130
19131 \end_inset
19132
19133
19134 \end_layout
19135
19136 \begin_layout Standard
19137 \begin_inset ERT
19138 status collapsed
19139
19140 \begin_layout Plain Layout
19141
19142
19143 \backslash
19144 setlength{
19145 \backslash
19146 arrayrulewidth}{1.2pt}
19147 \end_layout
19148
19149 \end_inset
19150
19151
19152 \end_layout
19153
19154 \begin_layout Standard
19155 Um nur einige Linien einzufärben ist eine andere Strategie notwendig.
19156  Um alle folgenden horizontalen Linien zu färben, fügt man diesen Befehl
19157  als \SpecialChar TeX
19158 -Code als letzte Sache in die Zeile ein, die über der ersten gefärbten
19159  Linie sein soll:
19160 \end_layout
19161
19162 \begin_layout Standard
19163
19164 \series bold
19165
19166 \backslash
19167
19168 \backslash
19169
19170 \backslash
19171 arrayrulecolor{blue}%
19172 \end_layout
19173
19174 \begin_layout Standard
19175 Um wieder schwarze Linien zu erhalten, fügt man diesen Befehl als erste
19176  Sache in die Zeile ein, die über den schwarzen Linien liegt:
19177 \end_layout
19178
19179 \begin_layout Standard
19180
19181 \series bold
19182
19183 \backslash
19184 arrayrulecolor{black}
19185 \end_layout
19186
19187 \begin_layout Standard
19188 Damit kann man Tabellenlinien wie in Tabelle
19189 \begin_inset space ~
19190 \end_inset
19191
19192
19193 \begin_inset CommandInset ref
19194 LatexCommand ref
19195 reference "tab:Tabelle-mit-verschiedenen-hor"
19196
19197 \end_inset
19198
19199  färben.
19200  Es ist jedoch mit dieser Methode nicht möglich die Linie über der ersten
19201  Zeile einer Tabelle zu färben.
19202 \end_layout
19203
19204 \begin_layout Standard
19205 \begin_inset Float table
19206 wide false
19207 sideways false
19208 status open
19209
19210 \begin_layout Plain Layout
19211 \begin_inset Caption Standard
19212
19213 \begin_layout Plain Layout
19214 \begin_inset CommandInset label
19215 LatexCommand label
19216 name "tab:Tabelle-mit-verschiedenen-hor"
19217
19218 \end_inset
19219
19220 Tabelle mit verschiedenen horizontalen Linienfarben.
19221 \end_layout
19222
19223 \end_inset
19224
19225
19226 \end_layout
19227
19228 \begin_layout Plain Layout
19229 \align center
19230 \begin_inset Tabular
19231 <lyxtabular version="3" rows="6" columns="7">
19232 <features tabularvalignment="middle">
19233 <column alignment="center" valignment="top">
19234 <column alignment="center" valignment="top">
19235 <column alignment="center" valignment="top">
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 <row>
19241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19242 \begin_inset Text
19243
19244 \begin_layout Plain Layout
19245
19246 \end_layout
19247
19248 \end_inset
19249 </cell>
19250 <cell alignment="center" valignment="top" topline="true" usebox="none">
19251 \begin_inset Text
19252
19253 \begin_layout Plain Layout
19254
19255 \end_layout
19256
19257 \end_inset
19258 </cell>
19259 <cell alignment="center" valignment="top" topline="true" usebox="none">
19260 \begin_inset Text
19261
19262 \begin_layout Plain Layout
19263
19264 \end_layout
19265
19266 \end_inset
19267 </cell>
19268 <cell alignment="center" valignment="top" topline="true" usebox="none">
19269 \begin_inset Text
19270
19271 \begin_layout Plain Layout
19272
19273 \end_layout
19274
19275 \end_inset
19276 </cell>
19277 <cell alignment="center" valignment="top" topline="true" usebox="none">
19278 \begin_inset Text
19279
19280 \begin_layout Plain Layout
19281
19282 \end_layout
19283
19284 \end_inset
19285 </cell>
19286 <cell alignment="center" valignment="top" topline="true" usebox="none">
19287 \begin_inset Text
19288
19289 \begin_layout Plain Layout
19290
19291 \end_layout
19292
19293 \end_inset
19294 </cell>
19295 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19296 \begin_inset Text
19297
19298 \begin_layout Plain Layout
19299 \begin_inset ERT
19300 status open
19301
19302 \begin_layout Plain Layout
19303
19304
19305 \backslash
19306
19307 \backslash
19308
19309 \backslash
19310 arrayrulecolor{blue}%
19311 \end_layout
19312
19313 \end_inset
19314
19315
19316 \end_layout
19317
19318 \end_inset
19319 </cell>
19320 </row>
19321 <row>
19322 <cell alignment="center" valignment="top" usebox="none">
19323 \begin_inset Text
19324
19325 \begin_layout Plain Layout
19326 Y
19327 \end_layout
19328
19329 \end_inset
19330 </cell>
19331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19332 \begin_inset Text
19333
19334 \begin_layout Plain Layout
19335
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19341 \begin_inset Text
19342
19343 \begin_layout Plain Layout
19344
19345 \end_layout
19346
19347 \end_inset
19348 </cell>
19349 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19350 \begin_inset Text
19351
19352 \begin_layout Plain Layout
19353
19354 \end_layout
19355
19356 \end_inset
19357 </cell>
19358 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19359 \begin_inset Text
19360
19361 \begin_layout Plain Layout
19362
19363 \end_layout
19364
19365 \end_inset
19366 </cell>
19367 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19368 \begin_inset Text
19369
19370 \begin_layout Plain Layout
19371
19372 \end_layout
19373
19374 \end_inset
19375 </cell>
19376 <cell alignment="center" valignment="top" usebox="none">
19377 \begin_inset Text
19378
19379 \begin_layout Plain Layout
19380 Y
19381 \end_layout
19382
19383 \end_inset
19384 </cell>
19385 </row>
19386 <row>
19387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19388 \begin_inset Text
19389
19390 \begin_layout Plain Layout
19391 \begin_inset ERT
19392 status open
19393
19394 \begin_layout Plain Layout
19395
19396
19397 \backslash
19398 arrayrulecolor{black}
19399 \end_layout
19400
19401 \end_inset
19402
19403
19404 \end_layout
19405
19406 \end_inset
19407 </cell>
19408 <cell alignment="center" valignment="top" usebox="none">
19409 \begin_inset Text
19410
19411 \begin_layout Plain Layout
19412
19413 \end_layout
19414
19415 \end_inset
19416 </cell>
19417 <cell alignment="center" valignment="top" usebox="none">
19418 \begin_inset Text
19419
19420 \begin_layout Plain Layout
19421
19422 \end_layout
19423
19424 \end_inset
19425 </cell>
19426 <cell alignment="center" valignment="top" usebox="none">
19427 \begin_inset Text
19428
19429 \begin_layout Plain Layout
19430
19431 \end_layout
19432
19433 \end_inset
19434 </cell>
19435 <cell alignment="center" valignment="top" usebox="none">
19436 \begin_inset Text
19437
19438 \begin_layout Plain Layout
19439
19440 \end_layout
19441
19442 \end_inset
19443 </cell>
19444 <cell alignment="center" valignment="top" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448
19449 \end_layout
19450
19451 \end_inset
19452 </cell>
19453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19454 \begin_inset Text
19455
19456 \begin_layout Plain Layout
19457
19458 \end_layout
19459
19460 \end_inset
19461 </cell>
19462 </row>
19463 <row>
19464 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19465 \begin_inset Text
19466
19467 \begin_layout Plain Layout
19468
19469 \end_layout
19470
19471 \end_inset
19472 </cell>
19473 <cell alignment="center" valignment="top" usebox="none">
19474 \begin_inset Text
19475
19476 \begin_layout Plain Layout
19477
19478 \end_layout
19479
19480 \end_inset
19481 </cell>
19482 <cell alignment="center" valignment="top" usebox="none">
19483 \begin_inset Text
19484
19485 \begin_layout Plain Layout
19486
19487 \end_layout
19488
19489 \end_inset
19490 </cell>
19491 <cell alignment="center" valignment="top" usebox="none">
19492 \begin_inset Text
19493
19494 \begin_layout Plain Layout
19495
19496 \end_layout
19497
19498 \end_inset
19499 </cell>
19500 <cell alignment="center" valignment="top" usebox="none">
19501 \begin_inset Text
19502
19503 \begin_layout Plain Layout
19504
19505 \end_layout
19506
19507 \end_inset
19508 </cell>
19509 <cell alignment="center" valignment="top" usebox="none">
19510 \begin_inset Text
19511
19512 \begin_layout Plain Layout
19513
19514 \end_layout
19515
19516 \end_inset
19517 </cell>
19518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19519 \begin_inset Text
19520
19521 \begin_layout Plain Layout
19522 \begin_inset ERT
19523 status collapsed
19524
19525 \begin_layout Plain Layout
19526
19527
19528 \backslash
19529
19530 \backslash
19531
19532 \backslash
19533 arrayrulecolor{green}%
19534 \end_layout
19535
19536 \end_inset
19537
19538
19539 \end_layout
19540
19541 \end_inset
19542 </cell>
19543 </row>
19544 <row>
19545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19546 \begin_inset Text
19547
19548 \begin_layout Plain Layout
19549
19550 \end_layout
19551
19552 \end_inset
19553 </cell>
19554 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19555 \begin_inset Text
19556
19557 \begin_layout Plain Layout
19558
19559 \end_layout
19560
19561 \end_inset
19562 </cell>
19563 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19564 \begin_inset Text
19565
19566 \begin_layout Plain Layout
19567
19568 \end_layout
19569
19570 \end_inset
19571 </cell>
19572 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19573 \begin_inset Text
19574
19575 \begin_layout Plain Layout
19576
19577 \end_layout
19578
19579 \end_inset
19580 </cell>
19581 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19582 \begin_inset Text
19583
19584 \begin_layout Plain Layout
19585
19586 \end_layout
19587
19588 \end_inset
19589 </cell>
19590 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19591 \begin_inset Text
19592
19593 \begin_layout Plain Layout
19594
19595 \end_layout
19596
19597 \end_inset
19598 </cell>
19599 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19600 \begin_inset Text
19601
19602 \begin_layout Plain Layout
19603
19604 \end_layout
19605
19606 \end_inset
19607 </cell>
19608 </row>
19609 <row>
19610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614 \begin_inset ERT
19615 status collapsed
19616
19617 \begin_layout Plain Layout
19618
19619
19620 \backslash
19621 arrayrulecolor{black}
19622 \end_layout
19623
19624 \end_inset
19625
19626 B
19627 \end_layout
19628
19629 \end_inset
19630 </cell>
19631 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19632 \begin_inset Text
19633
19634 \begin_layout Plain Layout
19635
19636 \end_layout
19637
19638 \end_inset
19639 </cell>
19640 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19641 \begin_inset Text
19642
19643 \begin_layout Plain Layout
19644
19645 \end_layout
19646
19647 \end_inset
19648 </cell>
19649 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19650 \begin_inset Text
19651
19652 \begin_layout Plain Layout
19653
19654 \end_layout
19655
19656 \end_inset
19657 </cell>
19658 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19659 \begin_inset Text
19660
19661 \begin_layout Plain Layout
19662
19663 \end_layout
19664
19665 \end_inset
19666 </cell>
19667 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19668 \begin_inset Text
19669
19670 \begin_layout Plain Layout
19671
19672 \end_layout
19673
19674 \end_inset
19675 </cell>
19676 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19677 \begin_inset Text
19678
19679 \begin_layout Plain Layout
19680 \begin_inset ERT
19681 status collapsed
19682
19683 \begin_layout Plain Layout
19684
19685
19686 \backslash
19687
19688 \backslash
19689
19690 \backslash
19691 arrayrulecolor{blue}%
19692 \end_layout
19693
19694 \end_inset
19695
19696
19697 \end_layout
19698
19699 \end_inset
19700 </cell>
19701 </row>
19702 </lyxtabular>
19703
19704 \end_inset
19705
19706
19707 \end_layout
19708
19709 \end_inset
19710
19711
19712 \end_layout
19713
19714 \begin_layout Standard
19715 Um die Farbe von vertikalen Linien innerhalb einer Zeile zu ändern, wie
19716  in Tabelle
19717 \begin_inset space ~
19718 \end_inset
19719
19720
19721 \begin_inset CommandInset ref
19722 LatexCommand ref
19723 reference "tab:Tabelle-mit-verschiedenen-ver"
19724
19725 \end_inset
19726
19727 , benötigt man Mehrfachzeilen.
19728  Zuerst müssen alle vertikalen Linien entfernt werden, die nicht entlang
19729  der kompletten Spalte laufen.
19730  Nun werden alle Linien mit dem Befehl
19731 \end_layout
19732
19733 \begin_layout Standard
19734
19735 \series bold
19736
19737 \backslash
19738
19739 \backslash
19740
19741 \backslash
19742 arrayrulecolor{blue}%
19743 \end_layout
19744
19745 \begin_layout Standard
19746 wie oben gefärbt.
19747  Zuletzt fügt man diesen Befehl als \SpecialChar TeX
19748 -Code in jede Zelle ein, für die man
19749  eine vertikale Linie in einer anderen Farbe benötigt:
19750 \end_layout
19751
19752 \begin_layout Standard
19753
19754 \series bold
19755
19756 \backslash
19757 multicolumn{1}{!{
19758 \backslash
19759 color{green}
19760 \backslash
19761 vline}c!{
19762 \backslash
19763 color{red}
19764 \backslash
19765 vline}}{
19766 \end_layout
19767
19768 \begin_layout Standard
19769 Dies fügt eine vertikale Linie an beiden Seiten der Zelle ein.
19770  Die linke ist grün, die rechte rot.
19771  Wenn keine Farbänderung notwendig ist, kann man den Befehl 
19772 \series bold
19773
19774 \backslash
19775 color
19776 \series default
19777  in obigem Befehl weglassen.
19778  Um z.
19779 \begin_inset space \thinspace{}
19780 \end_inset
19781
19782 B.
19783  eine schwarze linke Linie und eine blaue rechte zu erhalten, kann man schreiben
19784 :
19785 \end_layout
19786
19787 \begin_layout Standard
19788
19789 \series bold
19790
19791 \backslash
19792 multicolumn{1}{!{
19793 \backslash
19794 color{black}
19795 \backslash
19796 vline}c|}{
19797 \end_layout
19798
19799 \begin_layout Standard
19800 Denn die Farbe blau ist bereits für alle Linien gesetzt.
19801  Das | erstellt dabei die vertikale Linie, während das ansonsten 
19802 \series bold
19803
19804 \backslash
19805 vline
19806 \series default
19807  tut, wenn 
19808 \series bold
19809
19810 \backslash
19811 color
19812 \series default
19813  verwendet wird.
19814  Um vertikale Linien einzufügen, ohne die Farbe zu ändern, verwendet man
19815 \end_layout
19816
19817 \begin_layout Standard
19818
19819 \series bold
19820
19821 \backslash
19822 multicolumn{1}{|c|}{
19823 \end_layout
19824
19825 \begin_layout Standard
19826 Nach diesem Befehl fügt man den Zelleninhalt normal ein und beendet die
19827  Zelle mit einer schließenden Klammer 
19828 \series bold
19829 }
19830 \series default
19831  in \SpecialChar TeX
19832 -Code.
19833 \end_layout
19834
19835 \begin_layout Standard
19836 \begin_inset Float table
19837 wide false
19838 sideways false
19839 status open
19840
19841 \begin_layout Plain Layout
19842 \begin_inset Caption Standard
19843
19844 \begin_layout Plain Layout
19845 \begin_inset CommandInset label
19846 LatexCommand label
19847 name "tab:Tabelle-mit-verschiedenen-ver"
19848
19849 \end_inset
19850
19851 Tabelle mit verschiedenen vertikalen Linienfarben in einer Zeile.
19852 \end_layout
19853
19854 \end_inset
19855
19856
19857 \end_layout
19858
19859 \begin_layout Plain Layout
19860 \align center
19861 \begin_inset Tabular
19862 <lyxtabular version="3" rows="5" columns="7">
19863 <features tabularvalignment="middle">
19864 <column alignment="center" valignment="top">
19865 <column alignment="center" valignment="top">
19866 <column alignment="center" valignment="top">
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 <row>
19872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19873 \begin_inset Text
19874
19875 \begin_layout Plain Layout
19876
19877 \end_layout
19878
19879 \end_inset
19880 </cell>
19881 <cell alignment="center" valignment="top" topline="true" usebox="none">
19882 \begin_inset Text
19883
19884 \begin_layout Plain Layout
19885
19886 \end_layout
19887
19888 \end_inset
19889 </cell>
19890 <cell alignment="center" valignment="top" topline="true" usebox="none">
19891 \begin_inset Text
19892
19893 \begin_layout Plain Layout
19894
19895 \end_layout
19896
19897 \end_inset
19898 </cell>
19899 <cell alignment="center" valignment="top" topline="true" usebox="none">
19900 \begin_inset Text
19901
19902 \begin_layout Plain Layout
19903
19904 \end_layout
19905
19906 \end_inset
19907 </cell>
19908 <cell alignment="center" valignment="top" topline="true" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912
19913 \end_layout
19914
19915 \end_inset
19916 </cell>
19917 <cell alignment="center" valignment="top" topline="true" usebox="none">
19918 \begin_inset Text
19919
19920 \begin_layout Plain Layout
19921
19922 \end_layout
19923
19924 \end_inset
19925 </cell>
19926 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19927 \begin_inset Text
19928
19929 \begin_layout Plain Layout
19930 \begin_inset ERT
19931 status open
19932
19933 \begin_layout Plain Layout
19934
19935
19936 \backslash
19937
19938 \backslash
19939
19940 \backslash
19941 arrayrulecolor{red}%
19942 \end_layout
19943
19944 \end_inset
19945
19946
19947 \end_layout
19948
19949 \end_inset
19950 </cell>
19951 </row>
19952 <row>
19953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19954 \begin_inset Text
19955
19956 \begin_layout Plain Layout
19957 \begin_inset ERT
19958 status open
19959
19960 \begin_layout Plain Layout
19961
19962
19963 \backslash
19964 multicolumn{1}{!{
19965 \backslash
19966 color{black}
19967 \backslash
19968 vline}c|}{
19969 \end_layout
19970
19971 \end_inset
19972
19973 Y
19974 \begin_inset ERT
19975 status collapsed
19976
19977 \begin_layout Plain Layout
19978
19979 }
19980 \end_layout
19981
19982 \end_inset
19983
19984
19985 \end_layout
19986
19987 \end_inset
19988 </cell>
19989 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19990 \begin_inset Text
19991
19992 \begin_layout Plain Layout
19993
19994 \end_layout
19995
19996 \end_inset
19997 </cell>
19998 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19999 \begin_inset Text
20000
20001 \begin_layout Plain Layout
20002
20003 \end_layout
20004
20005 \end_inset
20006 </cell>
20007 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20008 \begin_inset Text
20009
20010 \begin_layout Plain Layout
20011
20012 \end_layout
20013
20014 \end_inset
20015 </cell>
20016 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20017 \begin_inset Text
20018
20019 \begin_layout Plain Layout
20020
20021 \end_layout
20022
20023 \end_inset
20024 </cell>
20025 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20026 \begin_inset Text
20027
20028 \begin_layout Plain Layout
20029 \begin_inset ERT
20030 status open
20031
20032 \begin_layout Plain Layout
20033
20034
20035 \backslash
20036 multicolumn{1}{c|}{
20037 \end_layout
20038
20039 \end_inset
20040
20041
20042 \begin_inset ERT
20043 status collapsed
20044
20045 \begin_layout Plain Layout
20046
20047 }
20048 \end_layout
20049
20050 \end_inset
20051
20052
20053 \end_layout
20054
20055 \end_inset
20056 </cell>
20057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20058 \begin_inset Text
20059
20060 \begin_layout Plain Layout
20061 \begin_inset ERT
20062 status open
20063
20064 \begin_layout Plain Layout
20065
20066
20067 \backslash
20068 multicolumn{1}{c!{
20069 \backslash
20070 color{black}
20071 \backslash
20072 vline}}{
20073 \end_layout
20074
20075 \end_inset
20076
20077 Y
20078 \begin_inset ERT
20079 status collapsed
20080
20081 \begin_layout Plain Layout
20082
20083 }
20084 \end_layout
20085
20086 \end_inset
20087
20088
20089 \end_layout
20090
20091 \end_inset
20092 </cell>
20093 </row>
20094 <row>
20095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20096 \begin_inset Text
20097
20098 \begin_layout Plain Layout
20099 \begin_inset ERT
20100 status collapsed
20101
20102 \begin_layout Plain Layout
20103
20104
20105 \backslash
20106 arrayrulecolor{black}
20107 \end_layout
20108
20109 \end_inset
20110
20111
20112 \end_layout
20113
20114 \end_inset
20115 </cell>
20116 <cell alignment="center" valignment="top" usebox="none">
20117 \begin_inset Text
20118
20119 \begin_layout Plain Layout
20120
20121 \end_layout
20122
20123 \end_inset
20124 </cell>
20125 <cell alignment="center" valignment="top" usebox="none">
20126 \begin_inset Text
20127
20128 \begin_layout Plain Layout
20129
20130 \end_layout
20131
20132 \end_inset
20133 </cell>
20134 <cell alignment="center" valignment="top" usebox="none">
20135 \begin_inset Text
20136
20137 \begin_layout Plain Layout
20138
20139 \end_layout
20140
20141 \end_inset
20142 </cell>
20143 <cell alignment="center" valignment="top" usebox="none">
20144 \begin_inset Text
20145
20146 \begin_layout Plain Layout
20147
20148 \end_layout
20149
20150 \end_inset
20151 </cell>
20152 <cell alignment="center" valignment="top" usebox="none">
20153 \begin_inset Text
20154
20155 \begin_layout Plain Layout
20156
20157 \end_layout
20158
20159 \end_inset
20160 </cell>
20161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20162 \begin_inset Text
20163
20164 \begin_layout Plain Layout
20165 \begin_inset ERT
20166 status collapsed
20167
20168 \begin_layout Plain Layout
20169
20170
20171 \backslash
20172
20173 \backslash
20174
20175 \backslash
20176 arrayrulecolor{magenta}%
20177 \end_layout
20178
20179 \end_inset
20180
20181
20182 \end_layout
20183
20184 \end_inset
20185 </cell>
20186 </row>
20187 <row>
20188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20189 \begin_inset Text
20190
20191 \begin_layout Plain Layout
20192 \begin_inset ERT
20193 status collapsed
20194
20195 \begin_layout Plain Layout
20196
20197
20198 \backslash
20199 multicolumn{1}{|c!{
20200 \backslash
20201 color{red}
20202 \backslash
20203 vline}}{
20204 \end_layout
20205
20206 \end_inset
20207
20208
20209 \begin_inset ERT
20210 status collapsed
20211
20212 \begin_layout Plain Layout
20213
20214 }
20215 \end_layout
20216
20217 \end_inset
20218
20219
20220 \end_layout
20221
20222 \end_inset
20223 </cell>
20224 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20225 \begin_inset Text
20226
20227 \begin_layout Plain Layout
20228 \begin_inset ERT
20229 status collapsed
20230
20231 \begin_layout Plain Layout
20232
20233
20234 \backslash
20235 multicolumn{1}{c!{
20236 \backslash
20237 color{green}
20238 \backslash
20239 vline}}{
20240 \end_layout
20241
20242 \end_inset
20243
20244
20245 \begin_inset ERT
20246 status collapsed
20247
20248 \begin_layout Plain Layout
20249
20250 }
20251 \end_layout
20252
20253 \end_inset
20254
20255
20256 \end_layout
20257
20258 \end_inset
20259 </cell>
20260 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20261 \begin_inset Text
20262
20263 \begin_layout Plain Layout
20264 \begin_inset ERT
20265 status collapsed
20266
20267 \begin_layout Plain Layout
20268
20269
20270 \backslash
20271 multicolumn{1}{c!{
20272 \backslash
20273 color{yellow}
20274 \backslash
20275 vline}}{
20276 \end_layout
20277
20278 \end_inset
20279
20280
20281 \begin_inset ERT
20282 status collapsed
20283
20284 \begin_layout Plain Layout
20285
20286 }
20287 \end_layout
20288
20289 \end_inset
20290
20291
20292 \end_layout
20293
20294 \end_inset
20295 </cell>
20296 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20297 \begin_inset Text
20298
20299 \begin_layout Plain Layout
20300 \begin_inset ERT
20301 status collapsed
20302
20303 \begin_layout Plain Layout
20304
20305
20306 \backslash
20307 multicolumn{1}{c!{
20308 \backslash
20309 color{blue}
20310 \backslash
20311 vline}}{
20312 \end_layout
20313
20314 \end_inset
20315
20316
20317 \begin_inset ERT
20318 status collapsed
20319
20320 \begin_layout Plain Layout
20321
20322 }
20323 \end_layout
20324
20325 \end_inset
20326
20327
20328 \end_layout
20329
20330 \end_inset
20331 </cell>
20332 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20333 \begin_inset Text
20334
20335 \begin_layout Plain Layout
20336 \begin_inset ERT
20337 status collapsed
20338
20339 \begin_layout Plain Layout
20340
20341
20342 \backslash
20343 multicolumn{1}{c!{
20344 \backslash
20345 color{cyan}
20346 \backslash
20347 vline}}{
20348 \end_layout
20349
20350 \end_inset
20351
20352
20353 \begin_inset ERT
20354 status collapsed
20355
20356 \begin_layout Plain Layout
20357
20358 }
20359 \end_layout
20360
20361 \end_inset
20362
20363
20364 \end_layout
20365
20366 \end_inset
20367 </cell>
20368 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20369 \begin_inset Text
20370
20371 \begin_layout Plain Layout
20372 \begin_inset ERT
20373 status collapsed
20374
20375 \begin_layout Plain Layout
20376
20377
20378 \backslash
20379 multicolumn{1}{c!{
20380 \backslash
20381 color{black}
20382 \backslash
20383 vline}}{
20384 \end_layout
20385
20386 \end_inset
20387
20388
20389 \begin_inset ERT
20390 status collapsed
20391
20392 \begin_layout Plain Layout
20393
20394 }
20395 \end_layout
20396
20397 \end_inset
20398
20399
20400 \end_layout
20401
20402 \end_inset
20403 </cell>
20404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20405 \begin_inset Text
20406
20407 \begin_layout Plain Layout
20408 \begin_inset ERT
20409 status collapsed
20410
20411 \begin_layout Plain Layout
20412
20413
20414 \backslash
20415 multicolumn{1}{c|}{
20416 \end_layout
20417
20418 \end_inset
20419
20420
20421 \begin_inset ERT
20422 status collapsed
20423
20424 \begin_layout Plain Layout
20425
20426 }
20427 \end_layout
20428
20429 \end_inset
20430
20431
20432 \end_layout
20433
20434 \end_inset
20435 </cell>
20436 </row>
20437 <row>
20438 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20439 \begin_inset Text
20440
20441 \begin_layout Plain Layout
20442 \begin_inset ERT
20443 status collapsed
20444
20445 \begin_layout Plain Layout
20446
20447
20448 \backslash
20449 arrayrulecolor{black}
20450 \end_layout
20451
20452 \end_inset
20453
20454 B
20455 \end_layout
20456
20457 \end_inset
20458 </cell>
20459 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20460 \begin_inset Text
20461
20462 \begin_layout Plain Layout
20463
20464 \end_layout
20465
20466 \end_inset
20467 </cell>
20468 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20469 \begin_inset Text
20470
20471 \begin_layout Plain Layout
20472
20473 \end_layout
20474
20475 \end_inset
20476 </cell>
20477 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20478 \begin_inset Text
20479
20480 \begin_layout Plain Layout
20481
20482 \end_layout
20483
20484 \end_inset
20485 </cell>
20486 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20487 \begin_inset Text
20488
20489 \begin_layout Plain Layout
20490
20491 \end_layout
20492
20493 \end_inset
20494 </cell>
20495 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499
20500 \end_layout
20501
20502 \end_inset
20503 </cell>
20504 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20505 \begin_inset Text
20506
20507 \begin_layout Plain Layout
20508
20509 \end_layout
20510
20511 \end_inset
20512 </cell>
20513 </row>
20514 </lyxtabular>
20515
20516 \end_inset
20517
20518
20519 \end_layout
20520
20521 \end_inset
20522
20523
20524 \end_layout
20525
20526 \begin_layout Standard
20527 \begin_inset ERT
20528 status collapsed
20529
20530 \begin_layout Plain Layout
20531
20532
20533 \backslash
20534 setlength{
20535 \backslash
20536 arrayrulewidth}{0.4pt}
20537 \end_layout
20538
20539 \end_inset
20540
20541
20542 \end_layout
20543
20544 \begin_layout Section
20545 Rotierte Tabellenzellen
20546 \begin_inset CommandInset label
20547 LatexCommand label
20548 name "abs:Rotierte-Tabellenzellen"
20549
20550 \end_inset
20551
20552
20553 \begin_inset Index idx
20554 status collapsed
20555
20556 \begin_layout Plain Layout
20557 Tabellen ! rotierte Zellen
20558 \end_layout
20559
20560 \end_inset
20561
20562
20563 \begin_inset Index idx
20564 status collapsed
20565
20566 \begin_layout Plain Layout
20567 Rotiertes Material
20568 \end_layout
20569
20570 \end_inset
20571
20572
20573 \end_layout
20574
20575 \begin_layout Standard
20576 \begin_inset Note Greyedout
20577 status open
20578
20579 \begin_layout Plain Layout
20580
20581 \series bold
20582 Achtung:
20583 \series default
20584  Nicht alle DVI-Betrachter können Rotationen anzeigen.
20585 \end_layout
20586
20587 \end_inset
20588
20589
20590 \end_layout
20591
20592 \begin_layout Standard
20593 Tabelle
20594 \begin_inset space ~
20595 \end_inset
20596
20597
20598 \begin_inset CommandInset ref
20599 LatexCommand ref
20600 reference "tab:Tabelle-mit-rotierten"
20601
20602 \end_inset
20603
20604  ist ein Beispiel bei dem 3
20605 \begin_inset space ~
20606 \end_inset
20607
20608 Zellen um 45
20609 \begin_inset space \thinspace{}
20610 \end_inset
20611
20612 ° rotiert wurden.
20613 \end_layout
20614
20615 \begin_layout Standard
20616 \begin_inset Float table
20617 placement h
20618 wide false
20619 sideways false
20620 status open
20621
20622 \begin_layout Plain Layout
20623 \begin_inset Caption Standard
20624
20625 \begin_layout Plain Layout
20626 \begin_inset CommandInset label
20627 LatexCommand label
20628 name "tab:Tabelle-mit-rotierten"
20629
20630 \end_inset
20631
20632 Tabelle mit rotierten Zellen in der ersten Zeile.
20633 \end_layout
20634
20635 \end_inset
20636
20637
20638 \end_layout
20639
20640 \begin_layout Plain Layout
20641 \noindent
20642 \align center
20643 \begin_inset Tabular
20644 <lyxtabular version="3" rows="2" columns="3">
20645 <features tabularvalignment="middle">
20646 <column alignment="center" valignment="top" width="0pt">
20647 <column alignment="center" valignment="top" width="0pt">
20648 <column alignment="center" valignment="top" width="0pt">
20649 <row>
20650 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20651 \begin_inset Text
20652
20653 \begin_layout Plain Layout
20654 Tassen
20655 \end_layout
20656
20657 \end_inset
20658 </cell>
20659 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20660 \begin_inset Text
20661
20662 \begin_layout Plain Layout
20663 Teller
20664 \end_layout
20665
20666 \end_inset
20667 </cell>
20668 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20669 \begin_inset Text
20670
20671 \begin_layout Plain Layout
20672 Untertassen
20673 \end_layout
20674
20675 \end_inset
20676 </cell>
20677 </row>
20678 <row>
20679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20680 \begin_inset Text
20681
20682 \begin_layout Plain Layout
20683 45
20684 \end_layout
20685
20686 \end_inset
20687 </cell>
20688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20689 \begin_inset Text
20690
20691 \begin_layout Plain Layout
20692 33
20693 \end_layout
20694
20695 \end_inset
20696 </cell>
20697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20698 \begin_inset Text
20699
20700 \begin_layout Plain Layout
20701 21
20702 \end_layout
20703
20704 \end_inset
20705 </cell>
20706 </row>
20707 </lyxtabular>
20708
20709 \end_inset
20710
20711
20712 \end_layout
20713
20714 \end_inset
20715
20716
20717 \end_layout
20718
20719 \begin_layout Standard
20720 \begin_inset Note Greyedout
20721 status open
20722
20723 \begin_layout Plain Layout
20724
20725 \series bold
20726 Achtung:
20727 \series default
20728  Zeilenumbrüche (Tastenkürzel 
20729 \family sans
20730 Strg+Enter
20731 \family default
20732 ) sind in rotierten Zellen nicht erlaubt.
20733 \end_layout
20734
20735 \end_inset
20736
20737
20738 \end_layout
20739
20740 \begin_layout Standard
20741 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen, müssen Sie
20742  den Zelleninhalt in eine Minipage oder Parbox tun.
20743 \begin_inset Foot
20744 status collapsed
20745
20746 \begin_layout Plain Layout
20747 Für mehr über diese Boxen siehe Abschnitt
20748 \begin_inset space ~
20749 \end_inset
20750
20751
20752 \begin_inset CommandInset ref
20753 LatexCommand ref
20754 reference "abs:Minipage"
20755
20756 \end_inset
20757
20758  und 
20759 \begin_inset CommandInset ref
20760 LatexCommand ref
20761 reference "abs:Parbox"
20762
20763 \end_inset
20764
20765 .
20766 \end_layout
20767
20768 \end_inset
20769
20770  Wenn Sie diese Zelle um 90
20771 \begin_inset space \thinspace{}
20772 \end_inset
20773
20774 ° rotieren, ist die Breite der Box die Höhe der Zelle.
20775  Tabelle
20776 \begin_inset space ~
20777 \end_inset
20778
20779
20780 \begin_inset CommandInset ref
20781 LatexCommand ref
20782 reference "tab:Tabelle-mit-rotierter-Umbruch"
20783
20784 \end_inset
20785
20786  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch, wobei die Boxbreite
20787  auch 3
20788 \begin_inset space \thinspace{}
20789 \end_inset
20790
20791 cm gesetzt wurde.
20792 \end_layout
20793
20794 \begin_layout Standard
20795 \begin_inset Float table
20796 wide false
20797 sideways false
20798 status open
20799
20800 \begin_layout Plain Layout
20801 \begin_inset Caption Standard
20802
20803 \begin_layout Plain Layout
20804 \begin_inset CommandInset label
20805 LatexCommand label
20806 name "tab:Tabelle-mit-rotierter-Umbruch"
20807
20808 \end_inset
20809
20810 Tabelle mit rotierter Zelle mit Zeilenumbruch.
20811 \end_layout
20812
20813 \end_inset
20814
20815
20816 \end_layout
20817
20818 \begin_layout Plain Layout
20819 \noindent
20820 \align center
20821 \begin_inset Tabular
20822 <lyxtabular version="3" rows="2" columns="3">
20823 <features tabularvalignment="middle">
20824 <column alignment="center" valignment="top">
20825 <column alignment="center" valignment="top" width="0pt">
20826 <column alignment="center" valignment="top">
20827 <row>
20828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20829 \begin_inset Text
20830
20831 \begin_layout Plain Layout
20832 a
20833 \end_layout
20834
20835 \end_inset
20836 </cell>
20837 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841 \begin_inset Box Frameless
20842 position "t"
20843 hor_pos "c"
20844 has_inner_box 1
20845 inner_pos "t"
20846 use_parbox 0
20847 use_makebox 0
20848 width "3cm"
20849 special "none"
20850 height "1in"
20851 height_special "totalheight"
20852 thickness "0.4pt"
20853 separation "3pt"
20854 shadowsize "4pt"
20855 framecolor "black"
20856 backgroundcolor "none"
20857 status open
20858
20859 \begin_layout Plain Layout
20860 rotierte Zelle
20861 \begin_inset Newline newline
20862 \end_inset
20863
20864 mit Zeilenumbruch
20865 \end_layout
20866
20867 \end_inset
20868
20869
20870 \end_layout
20871
20872 \end_inset
20873 </cell>
20874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20875 \begin_inset Text
20876
20877 \begin_layout Plain Layout
20878 e
20879 \end_layout
20880
20881 \end_inset
20882 </cell>
20883 </row>
20884 <row>
20885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20886 \begin_inset Text
20887
20888 \begin_layout Plain Layout
20889 b
20890 \end_layout
20891
20892 \end_inset
20893 </cell>
20894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20895 \begin_inset Text
20896
20897 \begin_layout Plain Layout
20898 c
20899 \end_layout
20900
20901 \end_inset
20902 </cell>
20903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20904 \begin_inset Text
20905
20906 \begin_layout Plain Layout
20907 d
20908 \end_layout
20909
20910 \end_inset
20911 </cell>
20912 </row>
20913 </lyxtabular>
20914
20915 \end_inset
20916
20917
20918 \end_layout
20919
20920 \end_inset
20921
20922
20923 \end_layout
20924
20925 \begin_layout Section
20926 Berechnung der Tabellenbreite
20927 \begin_inset CommandInset label
20928 LatexCommand label
20929 name "abs:Berechnung-der-Tabellenbreite"
20930
20931 \end_inset
20932
20933
20934 \end_layout
20935
20936 \begin_layout Standard
20937 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
20938  Tabelle nicht über den Seitenrand hinausragt.
20939  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
20940  aber wie viel Platz wird für jede Spalte benötigt?
20941 \end_layout
20942
20943 \begin_layout Standard
20944 Die Tabellenbreite 
20945 \begin_inset Formula $W_{\mathrm{Tabelle}}$
20946 \end_inset
20947
20948  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
20949  
20950 \begin_inset Formula $W_{\mathrm{Spalte}}$
20951 \end_inset
20952
20953  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
20954  Spalteninhalt und dem Rand der Spalte (\SpecialChar LaTeX
20955 -Länge
20956 \series bold
20957  
20958 \backslash
20959 tabcolsep
20960 \series default
20961 , Voreinstellung 6
20962 \begin_inset space \thinspace{}
20963 \end_inset
20964
20965 pt) plus die Breite einer Tabellenlinie (\SpecialChar LaTeX
20966 -Länge 
20967 \series bold
20968
20969 \backslash
20970 arrayrulewidth
20971 \series default
20972 , Voreinstellung 0.4
20973 \begin_inset space \thinspace{}
20974 \end_inset
20975
20976 pt): Wenn alle 
20977 \begin_inset Formula $n$
20978 \end_inset
20979
20980
20981 \begin_inset space ~
20982 \end_inset
20983
20984 Spalten dieselbe Breite haben, ist die Tabellenbreite also
20985 \begin_inset Formula 
20986 \begin{equation}
20987 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20988 \end{equation}
20989
20990 \end_inset
20991
20992
20993 \end_layout
20994
20995 \begin_layout Standard
20996 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
20997  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (\SpecialChar LaTeX
20998 -Länge
20999  
21000 \series bold
21001
21002 \backslash
21003 columnwidth
21004 \series default
21005 ).
21006  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
21007 \begin_inset Formula $W_{\mathrm{Tabelle}}$
21008 \end_inset
21009
21010  gleich 1
21011 \begin_inset space \thinspace{}
21012 \end_inset
21013
21014
21015 \backslash
21016 columnwidth sein soll, kann 
21017 \begin_inset Formula $W_{\mathrm{Spalte}}$
21018 \end_inset
21019
21020  leicht berechnet werden.
21021 \end_layout
21022
21023 \begin_layout Standard
21024 Um Berechnungen ausführen zu können, muss das \SpecialChar LaTeX
21025 -Paket 
21026 \series bold
21027 calc
21028 \series default
21029
21030 \begin_inset Index idx
21031 status collapsed
21032
21033 \begin_layout Plain Layout
21034 \SpecialChar LaTeX
21035 -Pakete ! calc
21036 \end_layout
21037
21038 \end_inset
21039
21040  im \SpecialChar LaTeX
21041 -Vorspann geladen werden.
21042  Um die Breite im Tabellendialog anzugeben, muss das Feld 
21043 \family sans
21044 \SpecialChar LaTeX
21045 -Argument
21046 \family default
21047  verwendet werden.
21048  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
21049 \begin_inset space ~
21050 \end_inset
21051
21052
21053 \begin_inset CommandInset ref
21054 LatexCommand ref
21055 reference "uab:Mehrfachspalten-Berechnungen"
21056
21057 \end_inset
21058
21059  erklärt ist.
21060  Für eine Tabelle mit 5
21061 \begin_inset space \thinspace{}
21062 \end_inset
21063
21064 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
21065  für jede Spalte den Befehl
21066 \end_layout
21067
21068 \begin_layout Standard
21069
21070 \series bold
21071 >{
21072 \backslash
21073 centering}p{(1
21074 \backslash
21075 columnwidth-62.4pt)/5}
21076 \end_layout
21077
21078 \begin_layout Standard
21079 an.
21080  Für eine Tabelle mit 5
21081 \begin_inset space \thinspace{}
21082 \end_inset
21083
21084 Spalten bei der 2 das 0,75
21085 \begin_inset space \thinspace{}
21086 \end_inset
21087
21088 fache der Breite der anderen 3
21089 \begin_inset space ~
21090 \end_inset
21091
21092 Spalten haben sollen, ist die Berechnung
21093 \begin_inset Formula 
21094 \begin{align}
21095 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{Spalte}}+2\cdot0,75\,W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
21096  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
21097  & =4,5\,W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
21098 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
21099 \end{align}
21100
21101 \end_inset
21102
21103
21104 \end_layout
21105
21106 \begin_layout Standard
21107 In der Tabelle wird daher der Befehl
21108 \end_layout
21109
21110 \begin_layout Standard
21111
21112 \series bold
21113 >{
21114 \backslash
21115 centering}p{(1
21116 \backslash
21117 columnwidth-62.4pt)/
21118 \backslash
21119 real{4.5}}
21120 \end_layout
21121
21122 \begin_layout Standard
21123 für die breiteren Spalten verwendet und
21124 \end_layout
21125
21126 \begin_layout Standard
21127
21128 \series bold
21129 >{
21130 \backslash
21131 centering}p{(1
21132 \backslash
21133 columnwidth-62.4pt)/
21134 \backslash
21135 real{4.5}*
21136 \backslash
21137 real{0.75}}
21138 \end_layout
21139
21140 \begin_layout Standard
21141 für die schmaleren:
21142 \end_layout
21143
21144 \begin_layout Standard
21145 \begin_inset Tabular
21146 <lyxtabular version="3" rows="2" columns="5">
21147 <features tabularvalignment="middle">
21148 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21149 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21150 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21151 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21152 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21153 <row>
21154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21155 \begin_inset Text
21156
21157 \begin_layout Plain Layout
21158 1
21159 \end_layout
21160
21161 \end_inset
21162 </cell>
21163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21164 \begin_inset Text
21165
21166 \begin_layout Plain Layout
21167 2
21168 \end_layout
21169
21170 \end_inset
21171 </cell>
21172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176 3
21177 \end_layout
21178
21179 \end_inset
21180 </cell>
21181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21182 \begin_inset Text
21183
21184 \begin_layout Plain Layout
21185 4
21186 \end_layout
21187
21188 \end_inset
21189 </cell>
21190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21191 \begin_inset Text
21192
21193 \begin_layout Plain Layout
21194 5
21195 \end_layout
21196
21197 \end_inset
21198 </cell>
21199 </row>
21200 <row>
21201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21202 \begin_inset Text
21203
21204 \begin_layout Plain Layout
21205 111111 1111111 111111 111111111 11111 11111 1111
21206 \end_layout
21207
21208 \end_inset
21209 </cell>
21210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21211 \begin_inset Text
21212
21213 \begin_layout Plain Layout
21214
21215 \end_layout
21216
21217 \end_inset
21218 </cell>
21219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21220 \begin_inset Text
21221
21222 \begin_layout Plain Layout
21223 2222 22222 222222 222222222 2222222 22 22222
21224 \end_layout
21225
21226 \end_inset
21227 </cell>
21228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21229 \begin_inset Text
21230
21231 \begin_layout Plain Layout
21232
21233 \end_layout
21234
21235 \end_inset
21236 </cell>
21237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21238 \begin_inset Text
21239
21240 \begin_layout Plain Layout
21241 333333 333333 333333 33333 3333333 333
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 </row>
21247 </lyxtabular>
21248
21249 \end_inset
21250
21251
21252 \end_layout
21253
21254 \begin_layout Section
21255 Tabellen-Anpassung
21256 \begin_inset Index idx
21257 status collapsed
21258
21259 \begin_layout Plain Layout
21260 Tabellen ! Anpassung
21261 \end_layout
21262
21263 \end_inset
21264
21265
21266 \end_layout
21267
21268 \begin_layout Subsection
21269 Zeilenabstand
21270 \begin_inset CommandInset label
21271 LatexCommand label
21272 name "uab:Zeilenabstand"
21273
21274 \end_inset
21275
21276
21277 \begin_inset Index idx
21278 status collapsed
21279
21280 \begin_layout Plain Layout
21281 Tabellen ! Zeilenabstand
21282 \end_layout
21283
21284 \end_inset
21285
21286
21287 \end_layout
21288
21289 \begin_layout Standard
21290 Auf der Karteikarte 
21291 \family sans
21292 Rahmen
21293 \family default
21294  des 
21295 \family sans
21296 Tabellen-Einstellungen
21297 \family default
21298 -Dialogs können Sie 
21299 \family sans
21300 zusätzliche
21301 \begin_inset space ~
21302 \end_inset
21303
21304 Abstände
21305 \family default
21306  einfügen.
21307  Dabei haben Sie drei Möglichkeiten:
21308 \end_layout
21309
21310 \begin_layout Description
21311 Oberhalb
21312 \begin_inset space ~
21313 \end_inset
21314
21315 der
21316 \begin_inset space ~
21317 \end_inset
21318
21319 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
21320  Bei einer formalen Tabelle
21321 \begin_inset Foot
21322 status collapsed
21323
21324 \begin_layout Plain Layout
21325 Formale Tabellen wurden in Abschnitt
21326 \begin_inset space ~
21327 \end_inset
21328
21329
21330 \begin_inset CommandInset ref
21331 LatexCommand ref
21332 reference "abs:Formale-Tabellen"
21333
21334 \end_inset
21335
21336  beschrieben.
21337 \end_layout
21338
21339 \end_inset
21340
21341  fügt \SpecialChar LyX
21342  standardmäßig 0.5
21343 \begin_inset space \thinspace{}
21344 \end_inset
21345
21346 em Leerraum ein.
21347  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
21348 \begin_inset VSpace medskip
21349 \end_inset
21350
21351
21352 \begin_inset Newline newline
21353 \end_inset
21354
21355
21356 \begin_inset space \hspace*{}
21357 \length 0pt
21358 \end_inset
21359
21360
21361 \begin_inset space \hfill{}
21362 \end_inset
21363
21364
21365 \begin_inset Tabular
21366 <lyxtabular version="3" rows="3" columns="1">
21367 <features tabularvalignment="middle">
21368 <column alignment="center" valignment="top">
21369 <row>
21370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21371 \begin_inset Text
21372
21373 \begin_layout Plain Layout
21374 A
21375 \end_layout
21376
21377 \end_inset
21378 </cell>
21379 </row>
21380 <row topspace="3mm">
21381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21382 \begin_inset Text
21383
21384 \begin_layout Plain Layout
21385 3
21386 \begin_inset space \thinspace{}
21387 \end_inset
21388
21389 mm Leerraum oberhalb der Zeile
21390 \end_layout
21391
21392 \end_inset
21393 </cell>
21394 </row>
21395 <row>
21396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21397 \begin_inset Text
21398
21399 \begin_layout Plain Layout
21400 C
21401 \end_layout
21402
21403 \end_inset
21404 </cell>
21405 </row>
21406 </lyxtabular>
21407
21408 \end_inset
21409
21410
21411 \begin_inset space \hfill{}
21412 \end_inset
21413
21414
21415 \begin_inset space \hspace*{}
21416 \length 0pt
21417 \end_inset
21418
21419
21420 \begin_inset VSpace medskip
21421 \end_inset
21422
21423
21424 \begin_inset Newline newline
21425 \end_inset
21426
21427 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
21428 n Linien verwenden.
21429 \end_layout
21430
21431 \begin_layout Description
21432 Unterhalb
21433 \begin_inset space ~
21434 \end_inset
21435
21436 der
21437 \begin_inset space ~
21438 \end_inset
21439
21440 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
21441  Bei einer formalen Tabelle fügt \SpecialChar LyX
21442  standardmäßig 0.5
21443 \begin_inset space \thinspace{}
21444 \end_inset
21445
21446 em Leerraum ein.
21447  Bei normalen Tabellen ist der Standardwert 2
21448 \begin_inset space \thinspace{}
21449 \end_inset
21450
21451 pt.
21452 \end_layout
21453
21454 \begin_layout Description
21455 Zwischen
21456 \begin_inset space ~
21457 \end_inset
21458
21459 den
21460 \begin_inset space ~
21461 \end_inset
21462
21463 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
21464  Bei einer formalen Tabelle fügt \SpecialChar LyX
21465  standardmäßig 0.5
21466 \begin_inset space \thinspace{}
21467 \end_inset
21468
21469 em Leerraum ein.
21470  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
21471 \begin_inset VSpace medskip
21472 \end_inset
21473
21474
21475 \begin_inset Newline newline
21476 \end_inset
21477
21478
21479 \begin_inset space \hspace*{}
21480 \length 0pt
21481 \end_inset
21482
21483
21484 \begin_inset space \hfill{}
21485 \end_inset
21486
21487
21488 \begin_inset Tabular
21489 <lyxtabular version="3" rows="3" columns="1">
21490 <features tabularvalignment="middle">
21491 <column alignment="center" valignment="top">
21492 <row>
21493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21494 \begin_inset Text
21495
21496 \begin_layout Plain Layout
21497 A
21498 \end_layout
21499
21500 \end_inset
21501 </cell>
21502 </row>
21503 <row interlinespace="3mm">
21504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21505 \begin_inset Text
21506
21507 \begin_layout Plain Layout
21508 \begin_inset Formula $\downarrow$
21509 \end_inset
21510
21511  3
21512 \begin_inset space \thinspace{}
21513 \end_inset
21514
21515 mm Leerraum zwischen den Zeilen 
21516 \begin_inset Formula $\downarrow$
21517 \end_inset
21518
21519
21520 \end_layout
21521
21522 \end_inset
21523 </cell>
21524 </row>
21525 <row>
21526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21527 \begin_inset Text
21528
21529 \begin_layout Plain Layout
21530 \begin_inset Formula $\uparrow$
21531 \end_inset
21532
21533  3
21534 \begin_inset space \thinspace{}
21535 \end_inset
21536
21537 mm Leerraum zwischen den Zeilen 
21538 \begin_inset Formula $\uparrow$
21539 \end_inset
21540
21541
21542 \end_layout
21543
21544 \end_inset
21545 </cell>
21546 </row>
21547 </lyxtabular>
21548
21549 \end_inset
21550
21551
21552 \begin_inset space \hfill{}
21553 \end_inset
21554
21555
21556 \begin_inset space \hspace*{}
21557 \length 0pt
21558 \end_inset
21559
21560
21561 \begin_inset VSpace medskip
21562 \end_inset
21563
21564
21565 \begin_inset Newline newline
21566 \end_inset
21567
21568 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
21569 n Linien verwenden.
21570 \end_layout
21571
21572 \begin_layout Standard
21573 \begin_inset VSpace bigskip
21574 \end_inset
21575
21576 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
21577  Befehlen im \SpecialChar LaTeX
21578 -Vorspann machen:
21579 \end_layout
21580
21581 \begin_layout Standard
21582
21583 \series bold
21584
21585 \backslash
21586 @ifundefined{extrarowheight}
21587 \begin_inset Newline newline
21588 \end_inset
21589
21590
21591 \begin_inset Phantom HPhantom
21592 status open
21593
21594 \begin_layout Plain Layout
21595
21596 \series bold
21597 \begin_inset space ~
21598 \end_inset
21599
21600
21601 \end_layout
21602
21603 \end_inset
21604
21605 {
21606 \backslash
21607 usepackage{array}}{}
21608 \begin_inset Newline newline
21609 \end_inset
21610
21611
21612 \backslash
21613 setlength{
21614 \backslash
21615 extrarowheight}{Höhe}
21616 \series default
21617
21618 \begin_inset Note Note
21619 status collapsed
21620
21621 \begin_layout Plain Layout
21622 Das Paket 
21623 \series bold
21624 array
21625 \series default
21626  wird automatisch von \SpecialChar LyX
21627  geladen, wenn Sie selbst definierte Tabellenformate
21628  verwenden.
21629  Der Befehl 
21630 \series bold
21631
21632 \backslash
21633 @ifundefined
21634 \series default
21635  vermeidet, dass es in diesem Fall doppelt geladen wird.
21636 \end_layout
21637
21638 \end_inset
21639
21640
21641 \end_layout
21642
21643 \begin_layout Standard
21644 wobei die 
21645 \family sans
21646 Höhe
21647 \family default
21648  eine der in Anhang
21649 \begin_inset space ~
21650 \end_inset
21651
21652
21653 \begin_inset CommandInset ref
21654 LatexCommand ref
21655 reference "kap:In-LyX-verfügbare"
21656
21657 \end_inset
21658
21659  aufgelisteten Einheiten haben kann.
21660  Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
21661  ausgerichtet sind.
21662 \end_layout
21663
21664 \begin_layout Standard
21665 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
21666  zu nah an den Buchstaben.
21667  Das kann korrigiert werden, indem man den Befehl 
21668 \series bold
21669
21670 \backslash
21671 strut
21672 \series default
21673  als \SpecialChar TeX
21674 -Code am Anfang einer Tabellenzeile einfügt.
21675  Tabelle
21676 \begin_inset space ~
21677 \end_inset
21678
21679
21680 \begin_inset CommandInset ref
21681 LatexCommand ref
21682 reference "tab:Vertikale-Ausrichtung-von"
21683
21684 \end_inset
21685
21686  zeigt den Effekt.
21687 \end_layout
21688
21689 \begin_layout Standard
21690 \noindent
21691 \begin_inset Float table
21692 placement h
21693 wide false
21694 sideways false
21695 status open
21696
21697 \begin_layout Plain Layout
21698 \begin_inset Caption Standard
21699
21700 \begin_layout Plain Layout
21701 \begin_inset CommandInset label
21702 LatexCommand label
21703 name "tab:Vertikale-Ausrichtung-von"
21704
21705 \end_inset
21706
21707 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
21708 \end_layout
21709
21710 \end_inset
21711
21712
21713 \end_layout
21714
21715 \begin_layout Plain Layout
21716 \begin_inset space \hfill{}
21717 \end_inset
21718
21719
21720 \begin_inset Float table
21721 wide false
21722 sideways false
21723 status collapsed
21724
21725 \begin_layout Plain Layout
21726 \begin_inset Caption Standard
21727
21728 \begin_layout Plain Layout
21729 Normale Tabelle.
21730 \end_layout
21731
21732 \end_inset
21733
21734
21735 \end_layout
21736
21737 \begin_layout Plain Layout
21738 \noindent
21739 \align center
21740 \begin_inset Tabular
21741 <lyxtabular version="3" rows="6" columns="1">
21742 <features tabularvalignment="middle">
21743 <column alignment="left" valignment="top">
21744 <row>
21745 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21746 \begin_inset Text
21747
21748 \begin_layout Plain Layout
21749 Normal, g
21750 \end_layout
21751
21752 \end_inset
21753 </cell>
21754 </row>
21755 <row>
21756 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21757 \begin_inset Text
21758
21759 \begin_layout Plain Layout
21760
21761 \size large
21762 Groß, g
21763 \end_layout
21764
21765 \end_inset
21766 </cell>
21767 </row>
21768 <row>
21769 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21770 \begin_inset Text
21771
21772 \begin_layout Plain Layout
21773
21774 \size larger
21775 Größer, g
21776 \end_layout
21777
21778 \end_inset
21779 </cell>
21780 </row>
21781 <row>
21782 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21783 \begin_inset Text
21784
21785 \begin_layout Plain Layout
21786
21787 \size largest
21788 noch Größer, g
21789 \end_layout
21790
21791 \end_inset
21792 </cell>
21793 </row>
21794 <row>
21795 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799
21800 \size huge
21801 Riesig
21802 \end_layout
21803
21804 \end_inset
21805 </cell>
21806 </row>
21807 <row>
21808 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21809 \begin_inset Text
21810
21811 \begin_layout Plain Layout
21812
21813 \size giant
21814 Gigantisch
21815 \end_layout
21816
21817 \end_inset
21818 </cell>
21819 </row>
21820 </lyxtabular>
21821
21822 \end_inset
21823
21824
21825 \end_layout
21826
21827 \end_inset
21828
21829
21830 \begin_inset space \hfill{}
21831 \end_inset
21832
21833
21834 \begin_inset Float table
21835 wide false
21836 sideways false
21837 status collapsed
21838
21839 \begin_layout Plain Layout
21840 \begin_inset Caption Standard
21841
21842 \begin_layout Plain Layout
21843 Tabelle bei der der Befehl 
21844 \series bold
21845
21846 \backslash
21847 strut
21848 \series default
21849  verwendet wurde.
21850 \end_layout
21851
21852 \end_inset
21853
21854
21855 \end_layout
21856
21857 \begin_layout Plain Layout
21858 \noindent
21859 \align center
21860 \begin_inset Tabular
21861 <lyxtabular version="3" rows="6" columns="1">
21862 <features tabularvalignment="middle">
21863 <column alignment="left" valignment="top">
21864 <row>
21865 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869 Normal, g
21870 \end_layout
21871
21872 \end_inset
21873 </cell>
21874 </row>
21875 <row>
21876 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21877 \begin_inset Text
21878
21879 \begin_layout Plain Layout
21880
21881 \size large
21882 \begin_inset ERT
21883 status collapsed
21884
21885 \begin_layout Plain Layout
21886
21887
21888 \backslash
21889 strut 
21890 \end_layout
21891
21892 \end_inset
21893
21894 Groß, g
21895 \end_layout
21896
21897 \end_inset
21898 </cell>
21899 </row>
21900 <row>
21901 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21902 \begin_inset Text
21903
21904 \begin_layout Plain Layout
21905
21906 \size larger
21907 \begin_inset ERT
21908 status collapsed
21909
21910 \begin_layout Plain Layout
21911
21912
21913 \backslash
21914 strut 
21915 \end_layout
21916
21917 \end_inset
21918
21919 Größer, g
21920 \end_layout
21921
21922 \end_inset
21923 </cell>
21924 </row>
21925 <row>
21926 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21927 \begin_inset Text
21928
21929 \begin_layout Plain Layout
21930
21931 \size largest
21932 \begin_inset ERT
21933 status collapsed
21934
21935 \begin_layout Plain Layout
21936
21937
21938 \backslash
21939 strut 
21940 \end_layout
21941
21942 \end_inset
21943
21944 noch Größer, g
21945 \end_layout
21946
21947 \end_inset
21948 </cell>
21949 </row>
21950 <row>
21951 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21952 \begin_inset Text
21953
21954 \begin_layout Plain Layout
21955
21956 \size huge
21957 \begin_inset ERT
21958 status collapsed
21959
21960 \begin_layout Plain Layout
21961
21962
21963 \backslash
21964 strut 
21965 \end_layout
21966
21967 \end_inset
21968
21969 Riesig
21970 \end_layout
21971
21972 \end_inset
21973 </cell>
21974 </row>
21975 <row>
21976 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21977 \begin_inset Text
21978
21979 \begin_layout Plain Layout
21980
21981 \size giant
21982 \begin_inset ERT
21983 status collapsed
21984
21985 \begin_layout Plain Layout
21986
21987
21988 \backslash
21989 strut 
21990 \end_layout
21991
21992 \end_inset
21993
21994 Gigantisch
21995 \end_layout
21996
21997 \end_inset
21998 </cell>
21999 </row>
22000 </lyxtabular>
22001
22002 \end_inset
22003
22004
22005 \end_layout
22006
22007 \end_inset
22008
22009
22010 \begin_inset space \hfill{}
22011 \end_inset
22012
22013
22014 \end_layout
22015
22016 \end_inset
22017
22018
22019 \end_layout
22020
22021 \begin_layout Subsection
22022 Besondere Zellenausrichtung
22023 \begin_inset CommandInset label
22024 LatexCommand label
22025 name "uab:Besondere-Zellenausrichtung"
22026
22027 \end_inset
22028
22029
22030 \begin_inset Index idx
22031 status collapsed
22032
22033 \begin_layout Plain Layout
22034 Tabellen ! Zellenausrichtung
22035 \end_layout
22036
22037 \end_inset
22038
22039
22040 \end_layout
22041
22042 \begin_layout Standard
22043 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
22044  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
22045 \begin_inset space ~
22046 \end_inset
22047
22048
22049 \begin_inset CommandInset ref
22050 LatexCommand ref
22051 reference "tab:Tabellenzellen-sind-auf"
22052
22053 \end_inset
22054
22055 .
22056  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
22057  dann entweder den Werkzeugleistenknopf 
22058 \begin_inset Info
22059 type  "icon"
22060 arg   "tabular-feature align-decimal"
22061 \end_inset
22062
22063  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
22064 \family sans
22065 Am
22066 \begin_inset space ~
22067 \end_inset
22068
22069 Dezimaltrenner
22070 \family default
22071  setzt.
22072  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
22073  frei wählen.
22074 \end_layout
22075
22076 \begin_layout Standard
22077 \begin_inset Float table
22078 placement h
22079 wide false
22080 sideways false
22081 status open
22082
22083 \begin_layout Plain Layout
22084 \begin_inset Caption Standard
22085
22086 \begin_layout Plain Layout
22087 \begin_inset CommandInset label
22088 LatexCommand label
22089 name "tab:Tabellenzellen-sind-auf"
22090
22091 \end_inset
22092
22093 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
22094 \end_layout
22095
22096 \end_inset
22097
22098
22099 \end_layout
22100
22101 \begin_layout Plain Layout
22102 \align center
22103 \begin_inset Tabular
22104 <lyxtabular version="3" rows="4" columns="1">
22105 <features booktabs="true" tabularvalignment="middle">
22106 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
22107 <row>
22108 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22109 \begin_inset Text
22110
22111 \begin_layout Plain Layout
22112 Überschrift
22113 \end_layout
22114
22115 \end_inset
22116 </cell>
22117 </row>
22118 <row>
22119 <cell alignment="center" valignment="top" topline="true" usebox="none">
22120 \begin_inset Text
22121
22122 \begin_layout Plain Layout
22123 12,6
22124 \end_layout
22125
22126 \end_inset
22127 </cell>
22128 </row>
22129 <row>
22130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22131 \begin_inset Text
22132
22133 \begin_layout Plain Layout
22134 0,68
22135 \end_layout
22136
22137 \end_inset
22138 </cell>
22139 </row>
22140 <row>
22141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22142 \begin_inset Text
22143
22144 \begin_layout Plain Layout
22145 -123,0
22146 \end_layout
22147
22148 \end_inset
22149 </cell>
22150 </row>
22151 </lyxtabular>
22152
22153 \end_inset
22154
22155
22156 \end_layout
22157
22158 \end_inset
22159
22160
22161 \end_layout
22162
22163 \begin_layout Standard
22164 \begin_inset Float table
22165 placement h
22166 wide false
22167 sideways false
22168 status open
22169
22170 \begin_layout Plain Layout
22171 \begin_inset Caption Standard
22172
22173 \begin_layout Plain Layout
22174 \begin_inset CommandInset label
22175 LatexCommand label
22176 name "tab:Tabellenzellen-Operator"
22177
22178 \end_inset
22179
22180 Tabellenzellen sind auf den Operator ausgerichtet
22181 \end_layout
22182
22183 \end_inset
22184
22185
22186 \end_layout
22187
22188 \begin_layout Plain Layout
22189 \align center
22190 \begin_inset Tabular
22191 <lyxtabular version="3" rows="4" columns="2">
22192 <features booktabs="true" tabularvalignment="middle">
22193 <column alignment="right" valignment="top" width="0pt">
22194 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22195 <row>
22196 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22197 \begin_inset Text
22198
22199 \begin_layout Plain Layout
22200 Überschrift
22201 \end_layout
22202
22203 \end_inset
22204 </cell>
22205 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22206 \begin_inset Text
22207
22208 \begin_layout Plain Layout
22209
22210 \end_layout
22211
22212 \end_inset
22213 </cell>
22214 </row>
22215 <row>
22216 <cell alignment="center" valignment="top" usebox="none">
22217 \begin_inset Text
22218
22219 \begin_layout Plain Layout
22220 \begin_inset Formula $12\,+$
22221 \end_inset
22222
22223
22224 \end_layout
22225
22226 \end_inset
22227 </cell>
22228 <cell alignment="center" valignment="top" usebox="none">
22229 \begin_inset Text
22230
22231 \begin_layout Plain Layout
22232 \begin_inset Formula $\,6$
22233 \end_inset
22234
22235
22236 \end_layout
22237
22238 \end_inset
22239 </cell>
22240 </row>
22241 <row>
22242 <cell alignment="center" valignment="top" usebox="none">
22243 \begin_inset Text
22244
22245 \begin_layout Plain Layout
22246 \begin_inset Formula $0\,-$
22247 \end_inset
22248
22249
22250 \end_layout
22251
22252 \end_inset
22253 </cell>
22254 <cell alignment="center" valignment="top" usebox="none">
22255 \begin_inset Text
22256
22257 \begin_layout Plain Layout
22258 \begin_inset Formula $\,68$
22259 \end_inset
22260
22261
22262 \end_layout
22263
22264 \end_inset
22265 </cell>
22266 </row>
22267 <row>
22268 <cell alignment="center" valignment="top" usebox="none">
22269 \begin_inset Text
22270
22271 \begin_layout Plain Layout
22272 \begin_inset Formula $-123\,/$
22273 \end_inset
22274
22275
22276 \end_layout
22277
22278 \end_inset
22279 </cell>
22280 <cell alignment="center" valignment="top" usebox="none">
22281 \begin_inset Text
22282
22283 \begin_layout Plain Layout
22284 \begin_inset Formula $\,0$
22285 \end_inset
22286
22287
22288 \end_layout
22289
22290 \end_inset
22291 </cell>
22292 </row>
22293 </lyxtabular>
22294
22295 \end_inset
22296
22297
22298 \end_layout
22299
22300 \end_inset
22301
22302
22303 \end_layout
22304
22305 \begin_layout Standard
22306 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
22307  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
22308  Formeln erlaubt.
22309  In diesem Fall verwendet man die Methode von Tabelle
22310 \begin_inset space ~
22311 \end_inset
22312
22313
22314 \begin_inset CommandInset ref
22315 LatexCommand ref
22316 reference "tab:Tabellenzellen-Operator"
22317
22318 \end_inset
22319
22320 .
22321  Diese Tabelle wurde als 4×2 Tabelle erstellt.
22322  Die Überschrift ist eine zentrierte Mehrfachspalte.
22323  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
22324  und den Operator.
22325  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
22326  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
22327  um den üblichen Leerraum um einen Operator zu erhalten.
22328  Um den Raum zwischen den beiden Spalten zu löschen, wurde im \SpecialChar LaTeX
22329 -Argument
22330  für die zweite Spalte folgendes eingefügt:
22331 \end_layout
22332
22333 \begin_layout Standard
22334
22335 \series bold
22336 @{}l
22337 \end_layout
22338
22339 \begin_layout Standard
22340 Tabelle
22341 \begin_inset space ~
22342 \end_inset
22343
22344
22345 \begin_inset CommandInset ref
22346 LatexCommand ref
22347 reference "tab:Verschiedene-Ausrichtungen"
22348
22349 \end_inset
22350
22351  zeigt einige Ausrichtungen.
22352  Für die Ausrichtung der Relationen wurde ein kleiner 
22353 \family sans
22354 Leerraum
22355 \family default
22356  eingefügt; wie in der zweiten Spalte von Tabelle
22357 \begin_inset space ~
22358 \end_inset
22359
22360
22361 \begin_inset CommandInset ref
22362 LatexCommand ref
22363 reference "tab:Tabellenzellen-Operator"
22364
22365 \end_inset
22366
22367 .
22368 \end_layout
22369
22370 \begin_layout Standard
22371
22372 \color black
22373 \begin_inset Float table
22374 placement h
22375 wide false
22376 sideways false
22377 status open
22378
22379 \begin_layout Plain Layout
22380
22381 \color black
22382 \begin_inset Caption Standard
22383
22384 \begin_layout Plain Layout
22385
22386 \color black
22387 \begin_inset CommandInset label
22388 LatexCommand label
22389 name "tab:Verschiedene-Ausrichtungen"
22390
22391 \end_inset
22392
22393
22394 \color inherit
22395 Verschiedene Ausrichtungen
22396 \end_layout
22397
22398 \end_inset
22399
22400
22401 \end_layout
22402
22403 \begin_layout Plain Layout
22404 \align center
22405 \begin_inset Tabular
22406 <lyxtabular version="3" rows="4" columns="6">
22407 <features tabularvalignment="middle">
22408 <column alignment="right" valignment="top">
22409 <column alignment="left" valignment="top" special="@{}l">
22410 <column alignment="right" valignment="top">
22411 <column alignment="left" valignment="top" special="@{}l">
22412 <column alignment="right" valignment="top">
22413 <column alignment="left" valignment="top" special="@{}l">
22414 <row>
22415 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22416 \begin_inset Text
22417
22418 \begin_layout Plain Layout
22419 Einheiten
22420 \end_layout
22421
22422 \end_inset
22423 </cell>
22424 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22425 \begin_inset Text
22426
22427 \begin_layout Plain Layout
22428
22429 \end_layout
22430
22431 \end_inset
22432 </cell>
22433 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22434 \begin_inset Text
22435
22436 \begin_layout Plain Layout
22437 Exponenten
22438 \end_layout
22439
22440 \end_inset
22441 </cell>
22442 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22443 \begin_inset Text
22444
22445 \begin_layout Plain Layout
22446
22447 \end_layout
22448
22449 \end_inset
22450 </cell>
22451 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22452 \begin_inset Text
22453
22454 \begin_layout Plain Layout
22455 Relationen
22456 \end_layout
22457
22458 \end_inset
22459 </cell>
22460 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22461 \begin_inset Text
22462
22463 \begin_layout Plain Layout
22464
22465 \end_layout
22466
22467 \end_inset
22468 </cell>
22469 </row>
22470 <row>
22471 <cell alignment="center" valignment="top" usebox="none">
22472 \begin_inset Text
22473
22474 \begin_layout Plain Layout
22475 12×
22476 \end_layout
22477
22478 \end_inset
22479 </cell>
22480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22481 \begin_inset Text
22482
22483 \begin_layout Plain Layout
22484 24
22485 \begin_inset space \thinspace{}
22486 \end_inset
22487
22488 Flaschen
22489 \end_layout
22490
22491 \end_inset
22492 </cell>
22493 <cell alignment="center" valignment="top" usebox="none">
22494 \begin_inset Text
22495
22496 \begin_layout Plain Layout
22497 \begin_inset Formula $10\cdot$
22498 \end_inset
22499
22500
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22506 \begin_inset Text
22507
22508 \begin_layout Plain Layout
22509 \begin_inset Formula $10^{\mbox{-}17}$
22510 \end_inset
22511
22512
22513 \end_layout
22514
22515 \end_inset
22516 </cell>
22517 <cell alignment="center" valignment="top" usebox="none">
22518 \begin_inset Text
22519
22520 \begin_layout Plain Layout
22521 \begin_inset Formula $\Gamma(t)\propto$
22522 \end_inset
22523
22524
22525 \end_layout
22526
22527 \end_inset
22528 </cell>
22529 <cell alignment="center" valignment="top" usebox="none">
22530 \begin_inset Text
22531
22532 \begin_layout Plain Layout
22533 \begin_inset Formula $\:\Upsilon(t)$
22534 \end_inset
22535
22536
22537 \end_layout
22538
22539 \end_inset
22540 </cell>
22541 </row>
22542 <row>
22543 <cell alignment="center" valignment="top" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547 1024×
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556 768
22557 \begin_inset space \thinspace{}
22558 \end_inset
22559
22560 Pixel
22561 \end_layout
22562
22563 \end_inset
22564 </cell>
22565 <cell alignment="center" valignment="top" usebox="none">
22566 \begin_inset Text
22567
22568 \begin_layout Plain Layout
22569 \begin_inset Formula $5.78\cdot$
22570 \end_inset
22571
22572
22573 \end_layout
22574
22575 \end_inset
22576 </cell>
22577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22578 \begin_inset Text
22579
22580 \begin_layout Plain Layout
22581 \begin_inset Formula $10^{7}$
22582 \end_inset
22583
22584
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 <cell alignment="center" valignment="top" usebox="none">
22590 \begin_inset Text
22591
22592 \begin_layout Plain Layout
22593 \begin_inset Formula $A\ne$
22594 \end_inset
22595
22596
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 <cell alignment="center" valignment="top" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605 \begin_inset Formula $\:B_{\mathrm{red}}$
22606 \end_inset
22607
22608
22609 \end_layout
22610
22611 \end_inset
22612 </cell>
22613 </row>
22614 <row>
22615 <cell alignment="center" valignment="top" usebox="none">
22616 \begin_inset Text
22617
22618 \begin_layout Plain Layout
22619 32×
22620 \end_layout
22621
22622 \end_inset
22623 </cell>
22624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22625 \begin_inset Text
22626
22627 \begin_layout Plain Layout
22628 6
22629 \begin_inset space \thinspace{}
22630 \end_inset
22631
22632 cm
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 <cell alignment="center" valignment="top" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641 -
22642 \begin_inset Formula $33.5\cdot$
22643 \end_inset
22644
22645
22646 \end_layout
22647
22648 \end_inset
22649 </cell>
22650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22651 \begin_inset Text
22652
22653 \begin_layout Plain Layout
22654 \begin_inset Formula $10^{4}$
22655 \end_inset
22656
22657
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 <cell alignment="center" valignment="top" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666 \begin_inset Formula $\sin(\alpha)\ge$
22667 \end_inset
22668
22669
22670 \end_layout
22671
22672 \end_inset
22673 </cell>
22674 <cell alignment="center" valignment="top" usebox="none">
22675 \begin_inset Text
22676
22677 \begin_layout Plain Layout
22678 \begin_inset Formula $\:\sin(\beta)$
22679 \end_inset
22680
22681
22682 \end_layout
22683
22684 \end_inset
22685 </cell>
22686 </row>
22687 </lyxtabular>
22688
22689 \end_inset
22690
22691
22692 \end_layout
22693
22694 \end_inset
22695
22696
22697 \end_layout
22698
22699 \begin_layout Subsection
22700 Angepasste Zellen-/Spaltenformate
22701 \begin_inset CommandInset label
22702 LatexCommand label
22703 name "uab:Angepasste-Zellen-/Spaltenformate"
22704
22705 \end_inset
22706
22707
22708 \begin_inset Index idx
22709 status collapsed
22710
22711 \begin_layout Plain Layout
22712 Tabellen ! Spaltenformat
22713 \end_layout
22714
22715 \end_inset
22716
22717
22718 \end_layout
22719
22720 \begin_layout Standard
22721 Wenn man wie in Abschnitt
22722 \begin_inset space ~
22723 \end_inset
22724
22725
22726 \begin_inset CommandInset ref
22727 LatexCommand ref
22728 reference "abs:Berechnung-der-Tabellenbreite"
22729
22730 \end_inset
22731
22732  oder Abschnitt
22733 \begin_inset space ~
22734 \end_inset
22735
22736
22737 \begin_inset CommandInset ref
22738 LatexCommand ref
22739 reference "uab:Mehrfachspalten-Berechnungen"
22740
22741 \end_inset
22742
22743  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
22744  Tabellen sehr lästig.
22745  Um sich das Leben zu erleichtern, kann man im \SpecialChar LaTeX
22746 -Vorspann ein Zellen/Spalten-Form
22747 at definieren, das dann in allen Tabellen des Dokuments verwendet werden
22748  kann.
22749  Das Format wird mit dem Befehl
22750 \end_layout
22751
22752 \begin_layout Standard
22753
22754 \series bold
22755
22756 \backslash
22757 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
22758 \end_layout
22759
22760 \begin_layout Standard
22761 definiert.
22762  Der Formatname darf nur ein Buchstabe sein, aber nicht 
22763 \emph on
22764 b
22765 \emph default
22766
22767 \emph on
22768 c
22769 \emph default
22770
22771 \emph on
22772 l
22773 \emph default
22774
22775 \emph on
22776 m
22777 \emph default
22778
22779 \emph on
22780 p
22781 \emph default
22782  oder 
22783 \emph on
22784 r
22785 \emph default
22786 , weil diese vordefiniert sind.
22787  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
22788 \end_layout
22789
22790 \begin_layout Standard
22791 \begin_inset VSpace medskip
22792 \end_inset
22793
22794
22795 \end_layout
22796
22797 \begin_layout Standard
22798 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
22799  Breite könnte das Format so aussehen:
22800 \end_layout
22801
22802 \begin_layout Standard
22803
22804 \series bold
22805
22806 \backslash
22807 newcolumntype{M}[1]{>{
22808 \backslash
22809 centering
22810 \backslash
22811 hspace{0pt}}m{#1}}
22812 \end_layout
22813
22814 \begin_layout Standard
22815 wobei 
22816 \series bold
22817
22818 \backslash
22819 hspace{0pt}
22820 \series default
22821  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
22822  Abschnitt
22823 \begin_inset space ~
22824 \end_inset
22825
22826
22827 \begin_inset CommandInset ref
22828 LatexCommand ref
22829 reference "uab:Mehrere-Zeilen-in"
22830
22831 \end_inset
22832
22833  beschrieben.
22834  Jetzt können Sie mit
22835 \end_layout
22836
22837 \begin_layout Standard
22838
22839 \series bold
22840 M{Breite}
22841 \end_layout
22842
22843 \begin_layout Standard
22844 im 
22845 \family sans
22846 \SpecialChar LaTeX
22847 -Argument
22848 \family default
22849  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
22850 \end_layout
22851
22852 \begin_layout Standard
22853 \begin_inset VSpace bigskip
22854 \end_inset
22855
22856
22857 \end_layout
22858
22859 \begin_layout Standard
22860 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
22861  Format definieren:
22862 \end_layout
22863
22864 \begin_layout Standard
22865
22866 \series bold
22867
22868 \backslash
22869 newcolumntype{S}[2]{>{
22870 \backslash
22871 centering
22872 \backslash
22873 hspace{0pt}}
22874 \begin_inset Newline newline
22875 \end_inset
22876
22877
22878 \begin_inset Phantom HPhantom
22879 status open
22880
22881 \begin_layout Plain Layout
22882
22883 \series bold
22884
22885 \backslash
22886 newcolumntype
22887 \end_layout
22888
22889 \end_inset
22890
22891 m{(#1+(2
22892 \backslash
22893 tabcolsep+
22894 \backslash
22895 arrayrulewidth)*(1-#2))/#2}}
22896 \end_layout
22897
22898 \begin_layout Standard
22899 Dieses Format benutzt Gleichung
22900 \begin_inset space ~
22901 \end_inset
22902
22903
22904 \begin_inset CommandInset ref
22905 LatexCommand ref
22906 reference "eq:Wgn"
22907
22908 \end_inset
22909
22910 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
22911  breit ist.
22912 \end_layout
22913
22914 \begin_layout Standard
22915 Jetzt können Sie im 
22916 \family sans
22917 \SpecialChar LaTeX
22918 -Argument
22919 \family default
22920  im 
22921 \family sans
22922 Tabellen-Einstellungen
22923 \family default
22924 -Dialog folgendes einfügen:
22925 \end_layout
22926
22927 \begin_layout Standard
22928
22929 \series bold
22930 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
22931 \end_layout
22932
22933 \begin_layout Standard
22934 \begin_inset VSpace bigskip
22935 \end_inset
22936
22937
22938 \end_layout
22939
22940 \begin_layout Standard
22941 Für farbige Spalten können Sie folgendes einfügen:
22942 \end_layout
22943
22944 \begin_layout Standard
22945
22946 \series bold
22947
22948 \backslash
22949 newcolumntype{K}[1]{>{
22950 \backslash
22951 columncolor{#1}
22952 \backslash
22953 hspace{0pt}}c}
22954 \end_layout
22955
22956 \begin_layout Standard
22957 Das 
22958 \begin_inset Quotes gld
22959 \end_inset
22960
22961 c
22962 \begin_inset Quotes grd
22963 \end_inset
22964
22965  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
22966  zentriert ist.
22967  Jetzt können Sie als 
22968 \family sans
22969 \SpecialChar LaTeX
22970 -Argument
22971 \family default
22972  folgendes einfügen:
22973 \end_layout
22974
22975 \begin_layout Standard
22976
22977 \series bold
22978 K{Farbname}
22979 \end_layout
22980
22981 \begin_layout Standard
22982 \begin_inset VSpace bigskip
22983 \end_inset
22984
22985
22986 \end_layout
22987
22988 \begin_layout Standard
22989 Für Tabelle
22990 \begin_inset space ~
22991 \end_inset
22992
22993
22994 \begin_inset CommandInset ref
22995 LatexCommand ref
22996 reference "tab:Tabelle-mit-benutzerdefinierte"
22997
22998 \end_inset
22999
23000  wurden folgende 
23001 \family sans
23002 \SpecialChar LaTeX
23003 -Argumente
23004 \family default
23005  benutzt:
23006 \end_layout
23007
23008 \begin_layout Standard
23009
23010 \series bold
23011 M{2.5cm}
23012 \end_layout
23013
23014 \begin_layout Standard
23015 für die erste Spalte und die Mehrfachspalte,
23016 \end_layout
23017
23018 \begin_layout Standard
23019
23020 \series bold
23021 K{red}
23022 \end_layout
23023
23024 \begin_layout Standard
23025 für die letzte Spalte und
23026 \end_layout
23027
23028 \begin_layout Standard
23029
23030 \series bold
23031 S{2.5cm}{2}
23032 \end_layout
23033
23034 \begin_layout Standard
23035 für die Spalten in der zweiten Mehrfachspalte.
23036 \end_layout
23037
23038 \begin_layout Standard
23039 \begin_inset Float table
23040 placement h
23041 wide false
23042 sideways false
23043 status open
23044
23045 \begin_layout Plain Layout
23046 \begin_inset Caption Standard
23047
23048 \begin_layout Plain Layout
23049 \begin_inset CommandInset label
23050 LatexCommand label
23051 name "tab:Tabelle-mit-benutzerdefinierte"
23052
23053 \end_inset
23054
23055 Tabelle mit benutzerdefinierten Formaten
23056 \end_layout
23057
23058 \end_inset
23059
23060
23061 \end_layout
23062
23063 \begin_layout Plain Layout
23064 \align center
23065 \begin_inset Tabular
23066 <lyxtabular version="3" rows="3" columns="4">
23067 <features tabularvalignment="middle">
23068 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
23069 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
23070 <column alignment="center" valignment="middle">
23071 <column alignment="center" valignment="middle" special="K{red}">
23072 <row>
23073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23074 \begin_inset Text
23075
23076 \begin_layout Plain Layout
23077 einsehrlangesWort
23078 \end_layout
23079
23080 \end_inset
23081 </cell>
23082 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
23083 \begin_inset Text
23084
23085 \begin_layout Plain Layout
23086 Mehrfachspalte mit mehreren Zeilen
23087 \end_layout
23088
23089 \end_inset
23090 </cell>
23091 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23092 \begin_inset Text
23093
23094 \begin_layout Plain Layout
23095
23096 \end_layout
23097
23098 \end_inset
23099 </cell>
23100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23101 \begin_inset Text
23102
23103 \begin_layout Plain Layout
23104 c
23105 \end_layout
23106
23107 \end_inset
23108 </cell>
23109 </row>
23110 <row>
23111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23112 \begin_inset Text
23113
23114 \begin_layout Plain Layout
23115 d
23116 \end_layout
23117
23118 \end_inset
23119 </cell>
23120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23121 \begin_inset Text
23122
23123 \begin_layout Plain Layout
23124 e
23125 \end_layout
23126
23127 \end_inset
23128 </cell>
23129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23130 \begin_inset Text
23131
23132 \begin_layout Plain Layout
23133 f
23134 \end_layout
23135
23136 \end_inset
23137 </cell>
23138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23139 \begin_inset Text
23140
23141 \begin_layout Plain Layout
23142 g
23143 \end_layout
23144
23145 \end_inset
23146 </cell>
23147 </row>
23148 <row>
23149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23150 \begin_inset Text
23151
23152 \begin_layout Plain Layout
23153 h
23154 \end_layout
23155
23156 \end_inset
23157 </cell>
23158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162 i
23163 \end_layout
23164
23165 \end_inset
23166 </cell>
23167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171 j
23172 \end_layout
23173
23174 \end_inset
23175 </cell>
23176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Plain Layout
23180 k
23181 \end_layout
23182
23183 \end_inset
23184 </cell>
23185 </row>
23186 </lyxtabular>
23187
23188 \end_inset
23189
23190
23191 \end_layout
23192
23193 \end_inset
23194
23195
23196 \end_layout
23197
23198 \begin_layout Subsection
23199 Liniendicke
23200 \begin_inset CommandInset label
23201 LatexCommand label
23202 name "uab:Liniendicke"
23203
23204 \end_inset
23205
23206
23207 \begin_inset Index idx
23208 status collapsed
23209
23210 \begin_layout Plain Layout
23211 Tabellen  ! Linien ! -dicke
23212 \end_layout
23213
23214 \end_inset
23215
23216
23217 \end_layout
23218
23219 \begin_layout Standard
23220 Die Liniendicke für alle Linien einer Tabelle kann mit 
23221 \series bold
23222
23223 \backslash
23224 arrayrulewidth
23225 \series default
23226  eingestellt werden.
23227  Um eine Liniendicke von 1.5
23228 \begin_inset space \thinspace{}
23229 \end_inset
23230
23231 pt wie in Tabelle
23232 \begin_inset space ~
23233 \end_inset
23234
23235
23236 \begin_inset CommandInset ref
23237 LatexCommand ref
23238 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
23239
23240 \end_inset
23241
23242  zu bekommen, geben Sie den Befehl
23243 \end_layout
23244
23245 \begin_layout Standard
23246
23247 \series bold
23248
23249 \backslash
23250 setlength{
23251 \backslash
23252 arrayrulewidth}{1.5pt}
23253 \end_layout
23254
23255 \begin_layout Standard
23256 als \SpecialChar TeX
23257 -Code vor der (Gleitobjekt-)Tabelle ein.
23258  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
23259  Mit
23260 \end_layout
23261
23262 \begin_layout Standard
23263
23264 \series bold
23265
23266 \backslash
23267 setlength{
23268 \backslash
23269 arrayrulewidth}{0.4pt}
23270 \end_layout
23271
23272 \begin_layout Standard
23273 bekommen Sie wieder die Standarddicke.
23274 \end_layout
23275
23276 \begin_layout Standard
23277 \begin_inset ERT
23278 status collapsed
23279
23280 \begin_layout Plain Layout
23281
23282
23283 \backslash
23284 setlength{
23285 \backslash
23286 arrayrulewidth}{1.5pt}
23287 \end_layout
23288
23289 \end_inset
23290
23291
23292 \begin_inset Float table
23293 placement H
23294 wide false
23295 sideways false
23296 status open
23297
23298 \begin_layout Plain Layout
23299 \begin_inset Caption Standard
23300
23301 \begin_layout Plain Layout
23302 \begin_inset CommandInset label
23303 LatexCommand label
23304 name "tab:Tabelle-mit-1.5pt-Liniendicke"
23305
23306 \end_inset
23307
23308 Tabelle mit 1.5
23309 \begin_inset space \thinspace{}
23310 \end_inset
23311
23312 pt Liniendicke
23313 \end_layout
23314
23315 \end_inset
23316
23317
23318 \end_layout
23319
23320 \begin_layout Plain Layout
23321 \align center
23322 \begin_inset Tabular
23323 <lyxtabular version="3" rows="3" columns="3">
23324 <features tabularvalignment="middle">
23325 <column alignment="center" valignment="top">
23326 <column alignment="center" valignment="top">
23327 <column alignment="center" valignment="top">
23328 <row>
23329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23330 \begin_inset Text
23331
23332 \begin_layout Plain Layout
23333 sd
23334 \end_layout
23335
23336 \end_inset
23337 </cell>
23338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23339 \begin_inset Text
23340
23341 \begin_layout Plain Layout
23342
23343 \end_layout
23344
23345 \end_inset
23346 </cell>
23347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23348 \begin_inset Text
23349
23350 \begin_layout Plain Layout
23351
23352 \end_layout
23353
23354 \end_inset
23355 </cell>
23356 </row>
23357 <row>
23358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23359 \begin_inset Text
23360
23361 \begin_layout Plain Layout
23362
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23368 \begin_inset Text
23369
23370 \begin_layout Plain Layout
23371 sd
23372 \end_layout
23373
23374 \end_inset
23375 </cell>
23376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380
23381 \end_layout
23382
23383 \end_inset
23384 </cell>
23385 </row>
23386 <row>
23387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391
23392 \end_layout
23393
23394 \end_inset
23395 </cell>
23396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23397 \begin_inset Text
23398
23399 \begin_layout Plain Layout
23400
23401 \end_layout
23402
23403 \end_inset
23404 </cell>
23405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23406 \begin_inset Text
23407
23408 \begin_layout Plain Layout
23409 sd
23410 \end_layout
23411
23412 \end_inset
23413 </cell>
23414 </row>
23415 </lyxtabular>
23416
23417 \end_inset
23418
23419
23420 \end_layout
23421
23422 \end_inset
23423
23424
23425 \begin_inset ERT
23426 status collapsed
23427
23428 \begin_layout Plain Layout
23429
23430
23431 \backslash
23432 setlength{
23433 \backslash
23434 arrayrulewidth}{0.4pt}
23435 \end_layout
23436
23437 \end_inset
23438
23439
23440 \end_layout
23441
23442 \begin_layout Standard
23443 \begin_inset VSpace bigskip
23444 \end_inset
23445
23446 Um eine Liniendicke von 1.5
23447 \begin_inset space \thinspace{}
23448 \end_inset
23449
23450 pt nur für horizontale Linien zu bekommen wie in Tabelle
23451 \begin_inset space ~
23452 \end_inset
23453
23454
23455 \begin_inset CommandInset ref
23456 LatexCommand ref
23457 reference "tab:Tabelle-mit-1.5pt-horiz"
23458
23459 \end_inset
23460
23461 , müssen Sie folgende Befehle als \SpecialChar TeX
23462 -Code vor der (Gleitobjekt-)Tabelle einfügen:
23463 \end_layout
23464
23465 \begin_layout Standard
23466
23467 \series bold
23468
23469 \backslash
23470 let
23471 \backslash
23472 myHline
23473 \backslash
23474 hline
23475 \begin_inset Newline newline
23476 \end_inset
23477
23478
23479 \backslash
23480 renewcommand{
23481 \backslash
23482 hline}
23483 \begin_inset Newline newline
23484 \end_inset
23485
23486  {
23487 \backslash
23488 noalign{
23489 \backslash
23490 global
23491 \backslash
23492 arrayrulewidth 1.5pt}
23493 \begin_inset Newline newline
23494 \end_inset
23495
23496  
23497 \backslash
23498 myHline
23499 \backslash
23500 noalign{
23501 \backslash
23502 global
23503 \backslash
23504 arrayrulewidth 0.4pt}}
23505 \end_layout
23506
23507 \begin_layout Standard
23508 Die Standarddicke erhalten Sie mit folgendem Befehl als \SpecialChar TeX
23509 -Code hinter der
23510  (Gleit\SpecialChar softhyphen
23511 objekt-)Tabelle zurück:
23512 \end_layout
23513
23514 \begin_layout Standard
23515
23516 \series bold
23517
23518 \backslash
23519 renewcommand{
23520 \backslash
23521 hline}{
23522 \backslash
23523 myHline}
23524 \end_layout
23525
23526 \begin_layout Standard
23527 \begin_inset ERT
23528 status collapsed
23529
23530 \begin_layout Plain Layout
23531
23532
23533 \backslash
23534 let
23535 \backslash
23536 myHline
23537 \backslash
23538 hline
23539 \end_layout
23540
23541 \begin_layout Plain Layout
23542
23543
23544 \backslash
23545 renewcommand{
23546 \backslash
23547 hline}
23548 \end_layout
23549
23550 \begin_layout Plain Layout
23551
23552  {
23553 \backslash
23554 noalign{
23555 \backslash
23556 global
23557 \backslash
23558 arrayrulewidth 1.5pt}
23559 \end_layout
23560
23561 \begin_layout Plain Layout
23562
23563   
23564 \backslash
23565 myHline
23566 \backslash
23567 noalign{
23568 \backslash
23569 global
23570 \backslash
23571 arrayrulewidth 0.4pt}}
23572 \end_layout
23573
23574 \end_inset
23575
23576
23577 \begin_inset Float table
23578 placement h
23579 wide false
23580 sideways false
23581 status open
23582
23583 \begin_layout Plain Layout
23584 \begin_inset Caption Standard
23585
23586 \begin_layout Plain Layout
23587 \begin_inset CommandInset label
23588 LatexCommand label
23589 name "tab:Tabelle-mit-1.5pt-horiz"
23590
23591 \end_inset
23592
23593 Tabelle mit 1.5
23594 \begin_inset space \thinspace{}
23595 \end_inset
23596
23597 pt dicken horizontalen Linien
23598 \end_layout
23599
23600 \end_inset
23601
23602
23603 \end_layout
23604
23605 \begin_layout Plain Layout
23606 \align center
23607 \begin_inset Tabular
23608 <lyxtabular version="3" rows="3" columns="3">
23609 <features tabularvalignment="middle">
23610 <column alignment="center" valignment="top">
23611 <column alignment="center" valignment="top">
23612 <column alignment="center" valignment="top">
23613 <row>
23614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618 sd
23619 \end_layout
23620
23621 \end_inset
23622 </cell>
23623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23624 \begin_inset Text
23625
23626 \begin_layout Plain Layout
23627
23628 \end_layout
23629
23630 \end_inset
23631 </cell>
23632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23633 \begin_inset Text
23634
23635 \begin_layout Plain Layout
23636
23637 \end_layout
23638
23639 \end_inset
23640 </cell>
23641 </row>
23642 <row>
23643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23644 \begin_inset Text
23645
23646 \begin_layout Plain Layout
23647
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23653 \begin_inset Text
23654
23655 \begin_layout Plain Layout
23656 sd
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23662 \begin_inset Text
23663
23664 \begin_layout Plain Layout
23665
23666 \end_layout
23667
23668 \end_inset
23669 </cell>
23670 </row>
23671 <row>
23672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23673 \begin_inset Text
23674
23675 \begin_layout Plain Layout
23676
23677 \end_layout
23678
23679 \end_inset
23680 </cell>
23681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23682 \begin_inset Text
23683
23684 \begin_layout Plain Layout
23685
23686 \end_layout
23687
23688 \end_inset
23689 </cell>
23690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23691 \begin_inset Text
23692
23693 \begin_layout Plain Layout
23694 sd
23695 \end_layout
23696
23697 \end_inset
23698 </cell>
23699 </row>
23700 </lyxtabular>
23701
23702 \end_inset
23703
23704
23705 \end_layout
23706
23707 \end_inset
23708
23709
23710 \begin_inset ERT
23711 status collapsed
23712
23713 \begin_layout Plain Layout
23714
23715
23716 \backslash
23717 renewcommand{
23718 \backslash
23719 hline}{
23720 \backslash
23721 myHline}
23722 \end_layout
23723
23724 \end_inset
23725
23726
23727 \end_layout
23728
23729 \begin_layout Standard
23730 \begin_inset VSpace bigskip
23731 \end_inset
23732
23733 Um die Liniendicke von 1.5
23734 \begin_inset space \thinspace{}
23735 \end_inset
23736
23737 pt nur für vertikale Linien zu bekommen, müssen Sie im \SpecialChar LaTeX
23738 -Vorspann folgendes
23739  Spaltenformat entsprechend der Beschreibung in Abschnitt
23740 \begin_inset space ~
23741 \end_inset
23742
23743
23744 \begin_inset CommandInset ref
23745 LatexCommand ref
23746 reference "uab:Angepasste-Zellen-/Spaltenformate"
23747
23748 \end_inset
23749
23750  definieren:
23751 \end_layout
23752
23753 \begin_layout Standard
23754
23755 \series bold
23756
23757 \backslash
23758 newcolumntype{V}{!{
23759 \backslash
23760 vrule width 1.5pt}}
23761 \end_layout
23762
23763 \begin_layout Standard
23764 In Tabelle
23765 \begin_inset space ~
23766 \end_inset
23767
23768
23769 \begin_inset CommandInset ref
23770 LatexCommand ref
23771 reference "tab:Tabelle-mit-1.5pt-vert"
23772
23773 \end_inset
23774
23775  wurde das 
23776 \family sans
23777 LaTeX-Argument
23778 \family default
23779 \series bold
23780  VcV
23781 \series default
23782  für die letzte Spalte und
23783 \series bold
23784  Vc
23785 \series default
23786  für die anderen benutzt.
23787 \end_layout
23788
23789 \begin_layout Standard
23790 \begin_inset Float table
23791 placement H
23792 wide false
23793 sideways false
23794 status open
23795
23796 \begin_layout Plain Layout
23797 \begin_inset Caption Standard
23798
23799 \begin_layout Plain Layout
23800 \begin_inset CommandInset label
23801 LatexCommand label
23802 name "tab:Tabelle-mit-1.5pt-vert"
23803
23804 \end_inset
23805
23806 Tabelle mit 1.5
23807 \begin_inset space \thinspace{}
23808 \end_inset
23809
23810 pt dicken vertikalen Linien
23811 \end_layout
23812
23813 \end_inset
23814
23815
23816 \end_layout
23817
23818 \begin_layout Plain Layout
23819 \align center
23820 \begin_inset Tabular
23821 <lyxtabular version="3" rows="3" columns="3">
23822 <features tabularvalignment="middle">
23823 <column alignment="center" valignment="top" special="Vc">
23824 <column alignment="center" valignment="top" special="Vc">
23825 <column alignment="center" valignment="top" special="VcV">
23826 <row>
23827 <cell alignment="center" valignment="top" topline="true" usebox="none">
23828 \begin_inset Text
23829
23830 \begin_layout Plain Layout
23831 sd
23832 \end_layout
23833
23834 \end_inset
23835 </cell>
23836 <cell alignment="center" valignment="top" topline="true" usebox="none">
23837 \begin_inset Text
23838
23839 \begin_layout Plain Layout
23840
23841 \end_layout
23842
23843 \end_inset
23844 </cell>
23845 <cell alignment="center" valignment="top" topline="true" usebox="none">
23846 \begin_inset Text
23847
23848 \begin_layout Plain Layout
23849
23850 \end_layout
23851
23852 \end_inset
23853 </cell>
23854 </row>
23855 <row>
23856 <cell alignment="center" valignment="top" topline="true" usebox="none">
23857 \begin_inset Text
23858
23859 \begin_layout Plain Layout
23860
23861 \end_layout
23862
23863 \end_inset
23864 </cell>
23865 <cell alignment="center" valignment="top" topline="true" usebox="none">
23866 \begin_inset Text
23867
23868 \begin_layout Plain Layout
23869 sd
23870 \end_layout
23871
23872 \end_inset
23873 </cell>
23874 <cell alignment="center" valignment="top" topline="true" usebox="none">
23875 \begin_inset Text
23876
23877 \begin_layout Plain Layout
23878
23879 \end_layout
23880
23881 \end_inset
23882 </cell>
23883 </row>
23884 <row>
23885 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23886 \begin_inset Text
23887
23888 \begin_layout Plain Layout
23889
23890 \end_layout
23891
23892 \end_inset
23893 </cell>
23894 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23895 \begin_inset Text
23896
23897 \begin_layout Plain Layout
23898
23899 \end_layout
23900
23901 \end_inset
23902 </cell>
23903 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23904 \begin_inset Text
23905
23906 \begin_layout Plain Layout
23907 sd
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 </row>
23913 </lyxtabular>
23914
23915 \end_inset
23916
23917
23918 \end_layout
23919
23920 \end_inset
23921
23922
23923 \end_layout
23924
23925 \begin_layout Subsection
23926 Gestrichelte Linien
23927 \begin_inset Index idx
23928 status collapsed
23929
23930 \begin_layout Plain Layout
23931 Tabellen  ! Linien ! gestrichelte 
23932 \end_layout
23933
23934 \end_inset
23935
23936
23937 \end_layout
23938
23939 \begin_layout Standard
23940 \begin_inset ERT
23941 status collapsed
23942
23943 \begin_layout Plain Layout
23944
23945
23946 \backslash
23947 ifarydshln
23948 \end_layout
23949
23950 \end_inset
23951
23952
23953 \begin_inset Note Note
23954 status open
23955
23956 \begin_layout Plain Layout
23957 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
23958 -Paket 
23959 \series bold
23960 arydshln
23961 \series default
23962  installiert ist.
23963 \end_layout
23964
23965 \end_inset
23966
23967
23968 \end_layout
23969
23970 \begin_layout Standard
23971 \begin_inset Float table
23972 placement h
23973 wide false
23974 sideways false
23975 status open
23976
23977 \begin_layout Plain Layout
23978 \begin_inset Caption Standard
23979
23980 \begin_layout Plain Layout
23981 \begin_inset CommandInset label
23982 LatexCommand label
23983 name "tab:Tabelle-mit-gestrichelten"
23984
23985 \end_inset
23986
23987 Tabelle mit gestrichelten Linien
23988 \end_layout
23989
23990 \end_inset
23991
23992
23993 \end_layout
23994
23995 \begin_layout Plain Layout
23996 \align center
23997 \begin_inset Tabular
23998 <lyxtabular version="3" rows="5" columns="5">
23999 <features tabularvalignment="middle">
24000 <column alignment="center" valignment="top">
24001 <column alignment="center" valignment="top">
24002 <column alignment="center" valignment="top" special=":c">
24003 <column alignment="center" valignment="top">
24004 <column alignment="center" valignment="top">
24005 <row>
24006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24007 \begin_inset Text
24008
24009 \begin_layout Plain Layout
24010 a
24011 \end_layout
24012
24013 \end_inset
24014 </cell>
24015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019 b
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24025 \begin_inset Text
24026
24027 \begin_layout Plain Layout
24028 c
24029 \end_layout
24030
24031 \end_inset
24032 </cell>
24033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24034 \begin_inset Text
24035
24036 \begin_layout Plain Layout
24037 d
24038 \end_layout
24039
24040 \end_inset
24041 </cell>
24042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24043 \begin_inset Text
24044
24045 \begin_layout Plain Layout
24046 e
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 </row>
24052 <row>
24053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24054 \begin_inset Text
24055
24056 \begin_layout Plain Layout
24057 f
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066 g
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 <cell alignment="center" valignment="top" topline="true" usebox="none">
24072 \begin_inset Text
24073
24074 \begin_layout Plain Layout
24075 h
24076 \end_layout
24077
24078 \end_inset
24079 </cell>
24080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24081 \begin_inset Text
24082
24083 \begin_layout Plain Layout
24084 i
24085 \end_layout
24086
24087 \end_inset
24088 </cell>
24089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24090 \begin_inset Text
24091
24092 \begin_layout Plain Layout
24093 j
24094 \end_layout
24095
24096 \end_inset
24097 </cell>
24098 </row>
24099 <row>
24100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24101 \begin_inset Text
24102
24103 \begin_layout Plain Layout
24104 \begin_inset ERT
24105 status collapsed
24106
24107 \begin_layout Plain Layout
24108
24109
24110 \backslash
24111 hdashline 
24112 \end_layout
24113
24114 \end_inset
24115
24116 k
24117 \end_layout
24118
24119 \end_inset
24120 </cell>
24121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24122 \begin_inset Text
24123
24124 \begin_layout Plain Layout
24125 l
24126 \end_layout
24127
24128 \end_inset
24129 </cell>
24130 <cell alignment="center" valignment="top" usebox="none">
24131 \begin_inset Text
24132
24133 \begin_layout Plain Layout
24134 m
24135 \end_layout
24136
24137 \end_inset
24138 </cell>
24139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24140 \begin_inset Text
24141
24142 \begin_layout Plain Layout
24143 n
24144 \end_layout
24145
24146 \end_inset
24147 </cell>
24148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24149 \begin_inset Text
24150
24151 \begin_layout Plain Layout
24152 o
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 </row>
24158 <row>
24159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24160 \begin_inset Text
24161
24162 \begin_layout Plain Layout
24163 \begin_inset ERT
24164 status collapsed
24165
24166 \begin_layout Plain Layout
24167
24168
24169 \backslash
24170 cdashline{4-5}
24171 \end_layout
24172
24173 \end_inset
24174
24175 p
24176 \end_layout
24177
24178 \end_inset
24179 </cell>
24180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24181 \begin_inset Text
24182
24183 \begin_layout Plain Layout
24184 q
24185 \end_layout
24186
24187 \end_inset
24188 </cell>
24189 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24190 \begin_inset Text
24191
24192 \begin_layout Plain Layout
24193 r
24194 \end_layout
24195
24196 \end_inset
24197 </cell>
24198 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24199 \begin_inset Text
24200
24201 \begin_layout Plain Layout
24202 s
24203 \end_layout
24204
24205 \end_inset
24206 </cell>
24207 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24208 \begin_inset Text
24209
24210 \begin_layout Plain Layout
24211
24212 \end_layout
24213
24214 \end_inset
24215 </cell>
24216 </row>
24217 <row>
24218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24219 \begin_inset Text
24220
24221 \begin_layout Plain Layout
24222 t
24223 \end_layout
24224
24225 \end_inset
24226 </cell>
24227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24228 \begin_inset Text
24229
24230 \begin_layout Plain Layout
24231 u
24232 \end_layout
24233
24234 \end_inset
24235 </cell>
24236 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24237 \begin_inset Text
24238
24239 \begin_layout Plain Layout
24240 v
24241 \end_layout
24242
24243 \end_inset
24244 </cell>
24245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24246 \begin_inset Text
24247
24248 \begin_layout Plain Layout
24249 w
24250 \end_layout
24251
24252 \end_inset
24253 </cell>
24254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24255 \begin_inset Text
24256
24257 \begin_layout Plain Layout
24258 x
24259 \end_layout
24260
24261 \end_inset
24262 </cell>
24263 </row>
24264 </lyxtabular>
24265
24266 \end_inset
24267
24268
24269 \end_layout
24270
24271 \end_inset
24272
24273
24274 \end_layout
24275
24276 \begin_layout Standard
24277 \SpecialChar LyX
24278  unterstützt von sich aus keine gestrichelten Linien, also müssen Sie \SpecialChar TeX
24279 -Code
24280  benutzen.
24281  Zunächst müssen Sie das \SpecialChar LaTeX
24282 -Paket 
24283 \series bold
24284 arydshln
24285 \series default
24286
24287 \begin_inset Index idx
24288 status collapsed
24289
24290 \begin_layout Plain Layout
24291 \SpecialChar LaTeX
24292 -Pakete ! arydshln
24293 \end_layout
24294
24295 \end_inset
24296
24297  im \SpecialChar LaTeX
24298 -Vorspann laden:
24299 \end_layout
24300
24301 \begin_layout Standard
24302
24303 \series bold
24304
24305 \backslash
24306 usepackage{arydshln}
24307 \end_layout
24308
24309 \begin_layout Standard
24310 Um senkrechte Linien zu stricheln, müssen Sie im 
24311 \family sans
24312 LaTeX-Argument
24313 \family default
24314  des 
24315 \family sans
24316 Tabellen-Einstellungen
24317 \family default
24318 -Dialogs 
24319 \begin_inset Quotes gld
24320 \end_inset
24321
24322 :
24323 \begin_inset Quotes grd
24324 \end_inset
24325
24326 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
24327 \end_layout
24328
24329 \begin_layout Standard
24330 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
24331 \end_layout
24332
24333 \begin_layout Standard
24334
24335 \series bold
24336
24337 \backslash
24338 hdashline
24339 \end_layout
24340
24341 \begin_layout Standard
24342 als \SpecialChar TeX
24343 -Code als erstes in die erste Zelle einer Zeile einfügen.
24344 \end_layout
24345
24346 \begin_layout Standard
24347 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
24348 \end_layout
24349
24350 \begin_layout Standard
24351
24352 \series bold
24353
24354 \backslash
24355 cdashline{Anfangsspalte-Endspalte}
24356 \end_layout
24357
24358 \begin_layout Standard
24359 als \SpecialChar TeX
24360 -Code als erstes in die erste Zelle einer Zeile eingefügt.
24361  Wenn Sie z.
24362 \begin_inset space \thinspace{}
24363 \end_inset
24364
24365 B.
24366  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
24367  gestrichelte Linie haben, fügen Sie den Befehl
24368 \end_layout
24369
24370 \begin_layout Standard
24371
24372 \series bold
24373
24374 \backslash
24375 cdashline{2-4}
24376 \end_layout
24377
24378 \begin_layout Standard
24379 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
24380 \end_layout
24381
24382 \begin_layout Standard
24383 \begin_inset VSpace bigskip
24384 \end_inset
24385
24386
24387 \end_layout
24388
24389 \begin_layout Standard
24390 In Tabelle
24391 \begin_inset space ~
24392 \end_inset
24393
24394
24395 \begin_inset CommandInset ref
24396 LatexCommand ref
24397 reference "tab:Tabelle-mit-gestrichelten"
24398
24399 \end_inset
24400
24401  wurde in der dritten Spalte der Befehl
24402 \series bold
24403  
24404 \series default
24405
24406 \begin_inset Quotes gld
24407 \end_inset
24408
24409
24410 \series bold
24411 :c
24412 \begin_inset Quotes grd
24413 \end_inset
24414
24415
24416 \series default
24417  benutzt.
24418  Der Befehl 
24419 \series bold
24420
24421 \backslash
24422 hdashline
24423 \series default
24424  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
24425 \begin_inset Newline newline
24426 \end_inset
24427
24428  
24429 \series bold
24430
24431 \backslash
24432 cdashline{4-5} 
24433 \series default
24434 wurde in die erste Zelle der vierten Zeile eingefügt.
24435 \end_layout
24436
24437 \begin_layout Standard
24438 \begin_inset VSpace bigskip
24439 \end_inset
24440
24441
24442 \end_layout
24443
24444 \begin_layout Standard
24445 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
24446 \begin_inset space ~
24447 \end_inset
24448
24449
24450 \begin_inset CommandInset ref
24451 LatexCommand ref
24452 reference "tab:Farbige-Tabelle-mit"
24453
24454 \end_inset
24455
24456  verdeutlicht.
24457 \end_layout
24458
24459 \begin_layout Standard
24460 \begin_inset ERT
24461 status collapsed
24462
24463 \begin_layout Plain Layout
24464
24465
24466 \backslash
24467 setlength{
24468 \backslash
24469 arrayrulewidth}{1pt}
24470 \end_layout
24471
24472 \end_inset
24473
24474
24475 \begin_inset Note Note
24476 status collapsed
24477
24478 \begin_layout Plain Layout
24479 dickere Linien zur besseren Visualisierung der Linienfarbe
24480 \end_layout
24481
24482 \end_inset
24483
24484
24485 \end_layout
24486
24487 \begin_layout Standard
24488 \begin_inset ERT
24489 status collapsed
24490
24491 \begin_layout Plain Layout
24492
24493
24494 \backslash
24495 dashgapcolor{green}
24496 \end_layout
24497
24498 \end_inset
24499
24500
24501 \begin_inset Note Note
24502 status collapsed
24503
24504 \begin_layout Plain Layout
24505 färbt Raum zwischen den Strichen grün
24506 \end_layout
24507
24508 \end_inset
24509
24510
24511 \end_layout
24512
24513 \begin_layout Standard
24514 \begin_inset ERT
24515 status collapsed
24516
24517 \begin_layout Plain Layout
24518
24519
24520 \backslash
24521 let
24522 \backslash
24523 myHdashline
24524 \backslash
24525 hdashline
24526 \end_layout
24527
24528 \begin_layout Plain Layout
24529
24530
24531 \backslash
24532 renewcommand{
24533 \backslash
24534 hdashline}
24535 \end_layout
24536
24537 \begin_layout Plain Layout
24538
24539  {
24540 \backslash
24541 arrayrulecolor{red}
24542 \backslash
24543 myHdashline
24544 \backslash
24545 arrayrulecolor{black}}
24546 \end_layout
24547
24548 \end_inset
24549
24550
24551 \begin_inset Note Note
24552 status collapsed
24553
24554 \begin_layout Plain Layout
24555 färbt horizontale, gestrichelte Linien rot
24556 \end_layout
24557
24558 \end_inset
24559
24560
24561 \end_layout
24562
24563 \begin_layout Standard
24564 \begin_inset ERT
24565 status collapsed
24566
24567 \begin_layout Plain Layout
24568
24569
24570 \backslash
24571 let
24572 \backslash
24573 myCdashline
24574 \backslash
24575 cdashline
24576 \end_layout
24577
24578 \begin_layout Plain Layout
24579
24580
24581 \backslash
24582 renewcommand{
24583 \backslash
24584 cdashline}[1]
24585 \end_layout
24586
24587 \begin_layout Plain Layout
24588
24589  {
24590 \backslash
24591 arrayrulecolor{yellow}
24592 \backslash
24593 myCdashline{#1}
24594 \backslash
24595 arrayrulecolor{black}}
24596 \end_layout
24597
24598 \end_inset
24599
24600
24601 \begin_inset Note Note
24602 status collapsed
24603
24604 \begin_layout Plain Layout
24605 färbt partielle horizontale, gestrichelte Linien gelb
24606 \end_layout
24607
24608 \end_inset
24609
24610
24611 \end_layout
24612
24613 \begin_layout Standard
24614 \begin_inset Float table
24615 placement h
24616 wide false
24617 sideways false
24618 status open
24619
24620 \begin_layout Plain Layout
24621 \begin_inset Caption Standard
24622
24623 \begin_layout Plain Layout
24624 \begin_inset CommandInset label
24625 LatexCommand label
24626 name "tab:Farbige-Tabelle-mit"
24627
24628 \end_inset
24629
24630 Farbige Tabelle mit gestrichelten Linien
24631 \end_layout
24632
24633 \end_inset
24634
24635
24636 \end_layout
24637
24638 \begin_layout Plain Layout
24639 \align center
24640 \begin_inset Tabular
24641 <lyxtabular version="3" rows="5" columns="5">
24642 <features tabularvalignment="middle">
24643 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
24644 <column alignment="center" valignment="top" width="0pt">
24645 <column alignment="center" valignment="top" width="0pt" special=":c">
24646 <column alignment="center" valignment="top">
24647 <column alignment="center" valignment="top">
24648 <row>
24649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24650 \begin_inset Text
24651
24652 \begin_layout Plain Layout
24653 a
24654 \end_layout
24655
24656 \end_inset
24657 </cell>
24658 <cell alignment="center" valignment="top" topline="true" usebox="none">
24659 \begin_inset Text
24660
24661 \begin_layout Plain Layout
24662 b
24663 \end_layout
24664
24665 \end_inset
24666 </cell>
24667 <cell alignment="center" valignment="top" topline="true" usebox="none">
24668 \begin_inset Text
24669
24670 \begin_layout Plain Layout
24671 c
24672 \end_layout
24673
24674 \end_inset
24675 </cell>
24676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24677 \begin_inset Text
24678
24679 \begin_layout Plain Layout
24680 d
24681 \end_layout
24682
24683 \end_inset
24684 </cell>
24685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24686 \begin_inset Text
24687
24688 \begin_layout Plain Layout
24689 e
24690 \end_layout
24691
24692 \end_inset
24693 </cell>
24694 </row>
24695 <row>
24696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24697 \begin_inset Text
24698
24699 \begin_layout Plain Layout
24700 f
24701 \end_layout
24702
24703 \end_inset
24704 </cell>
24705 <cell alignment="center" valignment="top" topline="true" usebox="none">
24706 \begin_inset Text
24707
24708 \begin_layout Plain Layout
24709 g
24710 \end_layout
24711
24712 \end_inset
24713 </cell>
24714 <cell alignment="center" valignment="top" topline="true" usebox="none">
24715 \begin_inset Text
24716
24717 \begin_layout Plain Layout
24718 h
24719 \end_layout
24720
24721 \end_inset
24722 </cell>
24723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24724 \begin_inset Text
24725
24726 \begin_layout Plain Layout
24727 i
24728 \end_layout
24729
24730 \end_inset
24731 </cell>
24732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24733 \begin_inset Text
24734
24735 \begin_layout Plain Layout
24736 j
24737 \end_layout
24738
24739 \end_inset
24740 </cell>
24741 </row>
24742 <row>
24743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24744 \begin_inset Text
24745
24746 \begin_layout Plain Layout
24747 \begin_inset ERT
24748 status collapsed
24749
24750 \begin_layout Plain Layout
24751
24752
24753 \backslash
24754 hdashline 
24755 \end_layout
24756
24757 \end_inset
24758
24759
24760 \begin_inset ERT
24761 status collapsed
24762
24763 \begin_layout Plain Layout
24764
24765
24766 \backslash
24767 rowcolor{Gray}
24768 \end_layout
24769
24770 \end_inset
24771
24772 k
24773 \end_layout
24774
24775 \end_inset
24776 </cell>
24777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24778 \begin_inset Text
24779
24780 \begin_layout Plain Layout
24781 l
24782 \end_layout
24783
24784 \end_inset
24785 </cell>
24786 <cell alignment="center" valignment="top" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790 m
24791 \end_layout
24792
24793 \end_inset
24794 </cell>
24795 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24796 \begin_inset Text
24797
24798 \begin_layout Plain Layout
24799 n
24800 \end_layout
24801
24802 \end_inset
24803 </cell>
24804 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24805 \begin_inset Text
24806
24807 \begin_layout Plain Layout
24808 o
24809 \end_layout
24810
24811 \end_inset
24812 </cell>
24813 </row>
24814 <row>
24815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24816 \begin_inset Text
24817
24818 \begin_layout Plain Layout
24819 \begin_inset ERT
24820 status collapsed
24821
24822 \begin_layout Plain Layout
24823
24824
24825 \backslash
24826 cdashline{4-5}
24827 \end_layout
24828
24829 \end_inset
24830
24831 p
24832 \end_layout
24833
24834 \end_inset
24835 </cell>
24836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24837 \begin_inset Text
24838
24839 \begin_layout Plain Layout
24840 q
24841 \end_layout
24842
24843 \end_inset
24844 </cell>
24845 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24846 \begin_inset Text
24847
24848 \begin_layout Plain Layout
24849 r
24850 \end_layout
24851
24852 \end_inset
24853 </cell>
24854 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24855 \begin_inset Text
24856
24857 \begin_layout Plain Layout
24858 s
24859 \end_layout
24860
24861 \end_inset
24862 </cell>
24863 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24864 \begin_inset Text
24865
24866 \begin_layout Plain Layout
24867
24868 \end_layout
24869
24870 \end_inset
24871 </cell>
24872 </row>
24873 <row>
24874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24875 \begin_inset Text
24876
24877 \begin_layout Plain Layout
24878 t
24879 \end_layout
24880
24881 \end_inset
24882 </cell>
24883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24884 \begin_inset Text
24885
24886 \begin_layout Plain Layout
24887 u
24888 \end_layout
24889
24890 \end_inset
24891 </cell>
24892 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24893 \begin_inset Text
24894
24895 \begin_layout Plain Layout
24896 v
24897 \end_layout
24898
24899 \end_inset
24900 </cell>
24901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24902 \begin_inset Text
24903
24904 \begin_layout Plain Layout
24905 w
24906 \end_layout
24907
24908 \end_inset
24909 </cell>
24910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24911 \begin_inset Text
24912
24913 \begin_layout Plain Layout
24914 \begin_inset ERT
24915 status collapsed
24916
24917 \begin_layout Plain Layout
24918
24919
24920 \backslash
24921 cellcolor{Maroon}
24922 \end_layout
24923
24924 \end_inset
24925
24926
24927 \color green
24928 i
24929 \end_layout
24930
24931 \end_inset
24932 </cell>
24933 </row>
24934 </lyxtabular>
24935
24936 \end_inset
24937
24938
24939 \end_layout
24940
24941 \end_inset
24942
24943
24944 \end_layout
24945
24946 \begin_layout Standard
24947 \begin_inset ERT
24948 status collapsed
24949
24950 \begin_layout Plain Layout
24951
24952
24953 \backslash
24954 renewcommand{
24955 \backslash
24956 hdashline}{
24957 \backslash
24958 myHdashline}
24959 \end_layout
24960
24961 \end_inset
24962
24963
24964 \begin_inset Note Note
24965 status collapsed
24966
24967 \begin_layout Plain Layout
24968 zurücksetzen auf Standardwert
24969 \end_layout
24970
24971 \end_inset
24972
24973
24974 \end_layout
24975
24976 \begin_layout Standard
24977 \begin_inset ERT
24978 status collapsed
24979
24980 \begin_layout Plain Layout
24981
24982
24983 \backslash
24984 renewcommand{
24985 \backslash
24986 cdashline}{
24987 \backslash
24988 myCdashline}
24989 \end_layout
24990
24991 \end_inset
24992
24993
24994 \begin_inset Note Note
24995 status collapsed
24996
24997 \begin_layout Plain Layout
24998 zurücksetzen auf Standardwert
24999 \end_layout
25000
25001 \end_inset
25002
25003
25004 \end_layout
25005
25006 \begin_layout Standard
25007 \begin_inset ERT
25008 status collapsed
25009
25010 \begin_layout Plain Layout
25011
25012
25013 \backslash
25014 nodashgapcolor
25015 \end_layout
25016
25017 \end_inset
25018
25019
25020 \begin_inset Note Note
25021 status collapsed
25022
25023 \begin_layout Plain Layout
25024 zurücksetzen auf Standardwert
25025 \end_layout
25026
25027 \end_inset
25028
25029
25030 \end_layout
25031
25032 \begin_layout Standard
25033 \begin_inset ERT
25034 status collapsed
25035
25036 \begin_layout Plain Layout
25037
25038
25039 \backslash
25040 setlength{
25041 \backslash
25042 arrayrulewidth}{0.4pt}
25043 \end_layout
25044
25045 \end_inset
25046
25047
25048 \begin_inset Note Note
25049 status collapsed
25050
25051 \begin_layout Plain Layout
25052 zurücksetzen auf Standardwert
25053 \end_layout
25054
25055 \end_inset
25056
25057
25058 \end_layout
25059
25060 \begin_layout Standard
25061 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
25062 \begin_inset space ~
25063 \end_inset
25064
25065
25066 \begin_inset CommandInset ref
25067 LatexCommand ref
25068 reference "abs:Farbige-Tabellen"
25069
25070 \end_inset
25071
25072  beschrieben.
25073  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
25074  beschrieben, man muss in den Befehlen nur 
25075 \series bold
25076
25077 \backslash
25078 myHlineC
25079 \series default
25080  durch 
25081 \series bold
25082
25083 \backslash
25084 myHdashline
25085 \series default
25086  und 
25087 \backslash
25088
25089 \series bold
25090 hline
25091 \series default
25092  durch 
25093 \series bold
25094
25095 \backslash
25096 hdashline
25097 \series default
25098  ersetzen; man verwendet also den Befehl
25099 \end_layout
25100
25101 \begin_layout Standard
25102
25103 \series bold
25104
25105 \backslash
25106 let
25107 \backslash
25108 myHdashline
25109 \backslash
25110 hdashline
25111 \begin_inset Newline newline
25112 \end_inset
25113
25114
25115 \backslash
25116 renewcommand{
25117 \backslash
25118 hdashline}
25119 \begin_inset Newline newline
25120 \end_inset
25121
25122
25123 \begin_inset Phantom HPhantom
25124 status open
25125
25126 \begin_layout Plain Layout
25127
25128 \series bold
25129 \begin_inset space ~
25130 \end_inset
25131
25132
25133 \end_layout
25134
25135 \end_inset
25136
25137 {
25138 \backslash
25139 arrayrulecolor{red}
25140 \backslash
25141 myHdashline
25142 \backslash
25143 arrayrulecolor{black}}
25144 \end_layout
25145
25146 \begin_layout Standard
25147 Um 
25148 \series bold
25149
25150 \backslash
25151 cdashline
25152 \series default
25153  zu färben, lautet der Befehl
25154 \end_layout
25155
25156 \begin_layout Standard
25157
25158 \series bold
25159
25160 \backslash
25161 let
25162 \backslash
25163 myCdashline
25164 \backslash
25165 cdashline
25166 \begin_inset Newline newline
25167 \end_inset
25168
25169
25170 \backslash
25171 renewcommand{
25172 \backslash
25173 cdashline}[1]
25174 \begin_inset Newline newline
25175 \end_inset
25176
25177
25178 \begin_inset Phantom HPhantom
25179 status open
25180
25181 \begin_layout Plain Layout
25182
25183 \series bold
25184 \begin_inset space ~
25185 \end_inset
25186
25187
25188 \end_layout
25189
25190 \end_inset
25191
25192 {
25193 \backslash
25194 arrayrulecolor{red}
25195 \backslash
25196 myCdashline{#1}
25197 \backslash
25198 arrayrulecolor{black}}
25199 \end_layout
25200
25201 \begin_layout Standard
25202 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
25203  als \SpecialChar TeX
25204 -Code hinter der Tabelle einfügen:
25205 \end_layout
25206
25207 \begin_layout Standard
25208 Für 
25209 \series bold
25210
25211 \backslash
25212 hdashline
25213 \end_layout
25214
25215 \begin_layout Standard
25216
25217 \series bold
25218
25219 \backslash
25220 renewcommand{
25221 \backslash
25222 hdashline}{
25223 \backslash
25224 myHdashline}
25225 \end_layout
25226
25227 \begin_layout Standard
25228 und für 
25229 \series bold
25230
25231 \backslash
25232 cdashline
25233 \end_layout
25234
25235 \begin_layout Standard
25236
25237 \series bold
25238
25239 \backslash
25240 renewcommand{
25241 \backslash
25242 cdashline}{
25243 \backslash
25244 myCdashline}
25245 \end_layout
25246
25247 \begin_layout Standard
25248 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
25249  Befehl
25250 \end_layout
25251
25252 \begin_layout Standard
25253
25254 \series bold
25255
25256 \backslash
25257 dashgapcolor{Farbe}
25258 \end_layout
25259
25260 \begin_layout Standard
25261 als \SpecialChar TeX
25262 -Code vor der Tabelle verwenden.
25263  Farbe ist hierbei der Name einer definierten Farbe.
25264  Der Befehl
25265 \end_layout
25266
25267 \begin_layout Standard
25268
25269 \series bold
25270
25271 \backslash
25272 nodashgapcolor
25273 \end_layout
25274
25275 \begin_layout Standard
25276 hebt die Einstellung von 
25277 \series bold
25278
25279 \backslash
25280 dashgapcolor
25281 \series default
25282  auf.
25283 \end_layout
25284
25285 \begin_layout Standard
25286 \begin_inset Note Greyedout
25287 status open
25288
25289 \begin_layout Plain Layout
25290
25291 \series bold
25292 \color none
25293 Achtung
25294 \series default
25295 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
25296  
25297 \series bold
25298 arydshln
25299 \series default
25300  an erster Stelle in der Zelle befinden.
25301  Daher ist in in Zelle 
25302 \emph on
25303 k
25304 \emph default
25305  der Tabelle
25306 \begin_inset space ~
25307 \end_inset
25308
25309
25310 \begin_inset CommandInset ref
25311 LatexCommand ref
25312 reference "tab:Farbige-Tabelle-mit"
25313
25314 \end_inset
25315
25316  der Befehl 
25317 \series bold
25318
25319 \backslash
25320 hdashline
25321 \series default
25322  vor 
25323 \series bold
25324
25325 \backslash
25326 rowcolor
25327 \series default
25328 .
25329 \end_layout
25330
25331 \end_inset
25332
25333
25334 \end_layout
25335
25336 \begin_layout Standard
25337 \begin_inset Note Greyedout
25338 status open
25339
25340 \begin_layout Plain Layout
25341
25342 \series bold
25343 \color none
25344 Achtung:
25345 \series default
25346  Das \SpecialChar LaTeX
25347 -Paket 
25348 \series bold
25349 arydshln
25350 \series default
25351  muss im \SpecialChar LaTeX
25352 -Vorspann nach dem \SpecialChar LaTeX
25353 -Paket 
25354 \series bold
25355 colortbl
25356 \series default
25357
25358 \begin_inset Index idx
25359 status collapsed
25360
25361 \begin_layout Plain Layout
25362 \SpecialChar LaTeX
25363 -Pakete ! colortbl
25364 \end_layout
25365
25366 \end_inset
25367
25368  geladen werden.
25369 \end_layout
25370
25371 \end_inset
25372
25373
25374 \end_layout
25375
25376 \begin_layout Standard
25377 \begin_inset ERT
25378 status collapsed
25379
25380 \begin_layout Plain Layout
25381
25382
25383 \backslash
25384 else
25385 \end_layout
25386
25387 \end_inset
25388
25389
25390 \begin_inset Note Note
25391 status open
25392
25393 \begin_layout Plain Layout
25394 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
25395 -Paket 
25396 \series bold
25397 arydshln
25398 \series default
25399  nicht installiert ist:
25400 \end_layout
25401
25402 \end_inset
25403
25404
25405 \end_layout
25406
25407 \begin_layout Standard
25408 Sie müssen das \SpecialChar LaTeX
25409 -Paket 
25410 \series bold
25411 arydshln
25412 \series default
25413  installiert haben um den Inhalt dieses Abschnitts zu sehen.
25414 \end_layout
25415
25416 \begin_layout Standard
25417 \begin_inset ERT
25418 status collapsed
25419
25420 \begin_layout Plain Layout
25421
25422
25423 \backslash
25424 fi
25425 \end_layout
25426
25427 \end_inset
25428
25429
25430 \end_layout
25431
25432 \begin_layout Standard
25433 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
25434  von 
25435 \series bold
25436 arydshln
25437 \series default
25438
25439 \begin_inset CommandInset citation
25440 LatexCommand cite
25441 key "arydshln"
25442 literal "true"
25443
25444 \end_inset
25445
25446 .
25447 \end_layout
25448
25449 \begin_layout Chapter
25450 Gleitobjekte
25451 \begin_inset CommandInset label
25452 LatexCommand label
25453 name "kap:Gleitobjekte"
25454
25455 \end_inset
25456
25457
25458 \begin_inset Index idx
25459 status collapsed
25460
25461 \begin_layout Plain Layout
25462 Gleitobjekte
25463 \end_layout
25464
25465 \end_inset
25466
25467
25468 \end_layout
25469
25470 \begin_layout Section
25471 Einleitung
25472 \begin_inset CommandInset label
25473 LatexCommand label
25474 name "abs:Gleitobjekte-Einleitung"
25475
25476 \end_inset
25477
25478
25479 \begin_inset Index idx
25480 status collapsed
25481
25482 \begin_layout Plain Layout
25483 Gleitobjekte ! Einleitung
25484 \end_layout
25485
25486 \end_inset
25487
25488
25489 \end_layout
25490
25491 \begin_layout Standard
25492 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
25493  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
25494  der beste Platz ist.
25495  
25496 \family sans
25497 Fußnoten
25498 \family default
25499  und 
25500 \family sans
25501 Randnotizen
25502 \family default
25503  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
25504  wenn auf ihrer Seite schon zu viele sind.
25505 \end_layout
25506
25507 \begin_layout Standard
25508 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
25509  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
25510  um weiße Flächen und Seiten ohne Text zu vermeiden.
25511  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar ligaturebreak
25512 löst,
25513  kann im Text auf ein Gleitobjekt verwiesen werden.
25514  Gleitobjekte sind deshalb nummeriert.
25515  Querverweise werden in Abschnitt
25516 \begin_inset space ~
25517 \end_inset
25518
25519
25520 \begin_inset CommandInset ref
25521 LatexCommand ref
25522 reference "abs:Auf-Gleitobjekte-verweisen"
25523
25524 \end_inset
25525
25526  beschrieben.
25527 \end_layout
25528
25529 \begin_layout Standard
25530 Ein Gleitobjekt wird mit 
25531 \family sans
25532 Einfügen\SpecialChar menuseparator
25533 Gleitobjekt\SpecialChar menuseparator
25534 Algorithmus/Abbildung/Ta\SpecialChar softhyphen
25535 belle/Um\SpecialChar softhyphen
25536 flos\SpecialChar softhyphen
25537 se\SpecialChar softhyphen
25538 nes
25539 \begin_inset space ~
25540 \end_inset
25541
25542 Gleitobjekt
25543 \family default
25544  eingefügt (Werkzeugleistenknopf 
25545 \begin_inset Info
25546 type  "icon"
25547 arg   "float-insert figure"
25548 \end_inset
25549
25550  oder 
25551 \begin_inset Info
25552 type  "icon"
25553 arg   "float-insert table"
25554 \end_inset
25555
25556 ).
25557  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
25558  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
25559  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
25560  #:).
25561  Statt # sehen Sie die von \SpecialChar LyX
25562  vergebene Nummer.
25563  In das schmale Feld nach der Marke können Sie den Titel schreiben.
25564  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
25565  eingefügt.
25566  In Abschnitt
25567 \begin_inset space ~
25568 \end_inset
25569
25570
25571 \begin_inset CommandInset ref
25572 LatexCommand ref
25573 reference "abs:Titel-Platzierung"
25574
25575 \end_inset
25576
25577  finden Sie mehr über die Platzierung des Titels.
25578  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
25579  auch wieder geöffnet.
25580  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
25581 \begin_inset Graphics
25582         filename clipart/Gleitobjekt.png
25583         scale 95
25584         scaleBeforeRotation
25585
25586 \end_inset
25587
25588  – ein graues Kästchen mit roter Beschriftung.
25589 \end_layout
25590
25591 \begin_layout Standard
25592 Um mögliche \SpecialChar LaTeX
25593 -Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
25594  Gleitobjekte in einem eigenen Absatz einzufügen.
25595 \end_layout
25596
25597 \begin_layout Standard
25598 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
25599  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf
25600  klicken.
25601 \end_layout
25602
25603 \begin_layout Section
25604 Gleitobjekt-Typen
25605 \begin_inset Index idx
25606 status collapsed
25607
25608 \begin_layout Plain Layout
25609 Gleitobjekte ! Typen
25610 \end_layout
25611
25612 \end_inset
25613
25614
25615 \end_layout
25616
25617 \begin_layout Standard
25618 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
25619 \begin_inset space ~
25620 \end_inset
25621
25622
25623 \begin_inset CommandInset ref
25624 LatexCommand ref
25625 reference "abs:Gleitende-Abbildungen"
25626
25627 \end_inset
25628
25629  und 
25630 \begin_inset CommandInset ref
25631 LatexCommand ref
25632 reference "abs:Gleitende-Tabellen"
25633
25634 \end_inset
25635
25636  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
25637  Letztere sind in Abschnitt
25638 \begin_inset space ~
25639 \end_inset
25640
25641
25642 \begin_inset CommandInset ref
25643 LatexCommand ref
25644 reference "abs:Umflossene-Gleitobjekte"
25645
25646 \end_inset
25647
25648  beschrieben.
25649 \end_layout
25650
25651 \begin_layout Subsection
25652 Algorithmen-Gleitobjekt
25653 \begin_inset Index idx
25654 status collapsed
25655
25656 \begin_layout Plain Layout
25657 Gleitobjekte ! Algorithmen
25658 \end_layout
25659
25660 \end_inset
25661
25662
25663 \end_layout
25664
25665 \begin_layout Standard
25666 \begin_inset Float algorithm
25667 placement h
25668 wide false
25669 sideways false
25670 status open
25671
25672 \begin_layout Plain Layout
25673 \begin_inset Caption Standard
25674
25675 \begin_layout Plain Layout
25676 \begin_inset CommandInset label
25677 LatexCommand label
25678 name "alg:Ein-Gleitobjekt-Algorithmus"
25679
25680 \end_inset
25681
25682 Ein Gleitobjekt-Algorithmus 
25683 \end_layout
25684
25685 \end_inset
25686
25687
25688 \end_layout
25689
25690 \begin_layout LyX-Code
25691 for I in 1..N loop
25692 \begin_inset Newline newline
25693 \end_inset
25694
25695  Sum:= Sum + A(I); /*Kommentar*/
25696 \begin_inset Newline newline
25697 \end_inset
25698
25699 end loop
25700 \begin_inset VSpace -4mm
25701 \end_inset
25702
25703
25704 \end_layout
25705
25706 \end_inset
25707
25708
25709 \end_layout
25710
25711 \begin_layout Standard
25712 Dieser Typ wird mit 
25713 \family sans
25714 Einfügen\SpecialChar menuseparator
25715 Gleitobjekt\SpecialChar menuseparator
25716 Algorithmus
25717 \family default
25718  eingefügt.
25719  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
25720  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
25721 \begin_inset space ~
25722 \end_inset
25723
25724
25725 \begin_inset CommandInset ref
25726 LatexCommand ref
25727 reference "kap:Programm-Code-Listen"
25728
25729 \end_inset
25730
25731 .
25732  Eine mögliche Absatz-Umgebung hier für ist 
25733 \family sans
25734 \SpecialChar LyX
25735 -Code
25736 \family default
25737 , beschrieben im 
25738 \emph on
25739 Benutzerhandbuch
25740 \emph default
25741 .
25742  In Algorithmus
25743 \begin_inset space ~
25744 \end_inset
25745
25746
25747 \begin_inset CommandInset ref
25748 LatexCommand ref
25749 reference "alg:Ein-Gleitobjekt-Algorithmus"
25750
25751 \end_inset
25752
25753  wurden am Ende -4
25754 \begin_inset space \thinspace{}
25755 \end_inset
25756
25757 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
25758  letzten Zeile gedruckt wird.
25759 \end_layout
25760
25761 \begin_layout Standard
25762 Die Marke 
25763 \emph on
25764 Algorithmus
25765 \emph default
25766  wird nicht automatisch in die druckbare Version übernommen, sondern das
25767  englische Wort 
25768 \emph on
25769 Algorithm
25770 \emph default
25771  verwendet.
25772  Soll
25773 \emph on
25774  Algorithmus
25775 \emph default
25776  dort stehen, müssen Sie folgendes in den \SpecialChar LaTeX
25777 -Vorspann schreiben: 
25778 \end_layout
25779
25780 \begin_layout Standard
25781
25782 \series bold
25783
25784 \backslash
25785 floatname{algorithm}{Algorithmus}
25786 \end_layout
25787
25788 \begin_layout Standard
25789 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
25790  Sprache wie die \SpecialChar LyX
25791  Menünamen haben, das Menü 
25792 \family sans
25793 Einfügen\SpecialChar menuseparator
25794 Liste
25795 \begin_inset space \thinspace{}
25796 \end_inset
25797
25798 /
25799 \begin_inset space \thinspace{}
25800 \end_inset
25801
25802 Inhaltsverzeichnis\SpecialChar menuseparator
25803 Algorithmenverzeichnis
25804 \family default
25805  verwendet werden.
25806  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als \SpecialChar TeX
25807 -Code
25808  eingefügt werden:
25809 \end_layout
25810
25811 \begin_layout Standard
25812
25813 \series bold
25814
25815 \backslash
25816 listof{algorithm}{Algorithmenverzeichnis}
25817 \end_layout
25818
25819 \begin_layout Standard
25820 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
25821  nach dem Schema 
25822 \begin_inset Quotes gld
25823 \end_inset
25824
25825 Kapitelnummer.Algorithmusnummer
25826 \begin_inset Quotes grd
25827 \end_inset
25828
25829  nummeriert.
25830  Um das zu erreichen, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
25831 -Vorspann einfügen:
25832 \end_layout
25833
25834 \begin_layout Standard
25835
25836 \series bold
25837
25838 \backslash
25839 numberwithin{algorithm}{chapter}
25840 \end_layout
25841
25842 \begin_layout Standard
25843 Um 
25844 \series bold
25845
25846 \backslash
25847 numberwithin
25848 \series default
25849  benutzen zu können, muss in den 
25850 \family sans
25851 Mathe
25852 \begin_inset space ~
25853 \end_inset
25854
25855 Optionen
25856 \family default
25857  der 
25858 \family sans
25859 Dokument-Einstellungen
25860 \family default
25861  
25862 \family sans
25863 AMS
25864 \begin_inset space ~
25865 \end_inset
25866
25867 Mathe
25868 \begin_inset space ~
25869 \end_inset
25870
25871 Paket
25872 \family default
25873
25874 \begin_inset space ~
25875 \end_inset
25876
25877
25878 \family sans
25879 verwenden
25880 \family default
25881  angekreuzt sein.
25882 \end_layout
25883
25884 \begin_layout Section
25885 Gleitobjekt-Nummerierung
25886 \begin_inset Index idx
25887 status collapsed
25888
25889 \begin_layout Plain Layout
25890 Gleitobjekte ! Nummerierung
25891 \end_layout
25892
25893 \end_inset
25894
25895
25896 \end_layout
25897
25898 \begin_layout Standard
25899 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
25900  nummeriert oder nach dem Schema 
25901 \begin_inset Quotes gld
25902 \end_inset
25903
25904 Kapitelnummer.Gleitobjektnummer
25905 \begin_inset Quotes grd
25906 \end_inset
25907
25908  oder 
25909 \begin_inset Quotes gld
25910 \end_inset
25911
25912 Abschnittsnummer.Gleitobjektnummer
25913 \begin_inset Quotes grd
25914 \end_inset
25915
25916 .
25917  Das hängt von der Dokumentklasse ab.
25918 \end_layout
25919
25920 \begin_layout Standard
25921 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
25922  in den \SpecialChar LaTeX
25923 -Vorspann einfügen:
25924 \end_layout
25925
25926 \begin_layout Standard
25927
25928 \series bold
25929
25930 \backslash
25931 renewcommand{
25932 \backslash
25933 thetable}{
25934 \backslash
25935 roman{table}}
25936 \end_layout
25937
25938 \begin_layout Standard
25939
25940 \series bold
25941
25942 \backslash
25943 thetable
25944 \series default
25945  ist der Befehl, der die Tabellennummer druckt.
25946  Für Abbildungen ist das 
25947 \series bold
25948
25949 \backslash
25950 thefigure
25951 \series default
25952 .
25953  Der Befehl 
25954 \series bold
25955
25956 \backslash
25957 roman
25958 \series default
25959  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
25960 \end_layout
25961
25962 \begin_layout Standard
25963 Um das Nummerierungsschema zum Beispiel auf 
25964 \begin_inset Quotes gld
25965 \end_inset
25966
25967 Unterabschnittsnummer.Num\SpecialChar softhyphen
25968 mer
25969 \begin_inset Quotes grd
25970 \end_inset
25971
25972  zu ändern, setzen Sie folgendes in den \SpecialChar LaTeX
25973 -Vorspann:
25974 \end_layout
25975
25976 \begin_layout Standard
25977
25978 \series bold
25979
25980 \backslash
25981 numberwithin{table}{subsection}
25982 \end_layout
25983
25984 \begin_layout Standard
25985 Um den Befehl 
25986 \series bold
25987
25988 \backslash
25989 numberwithin
25990 \series default
25991  benutzen zu können, müssen Sie in den 
25992 \family sans
25993 Mathe
25994 \begin_inset space ~
25995 \end_inset
25996
25997 Optionen
25998 \family default
25999  der 
26000 \family sans
26001 Dokument-Einstellungen
26002 \family default
26003  
26004 \family sans
26005 AMS
26006 \begin_inset space ~
26007 \end_inset
26008
26009 Mathe
26010 \begin_inset space ~
26011 \end_inset
26012
26013 Paket
26014 \family default
26015
26016 \begin_inset space ~
26017 \end_inset
26018
26019
26020 \family sans
26021 verwenden
26022 \family default
26023  ankreuzen.
26024 \end_layout
26025
26026 \begin_layout Standard
26027 Sehen Sie sich bitte auch Abschnitt
26028 \begin_inset space ~
26029 \end_inset
26030
26031
26032 \begin_inset CommandInset ref
26033 LatexCommand ref
26034 reference "uab:Fußnoten-Nummerierung"
26035
26036 \end_inset
26037
26038  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
26039 \end_layout
26040
26041 \begin_layout Section
26042 Auf Gleitobjekte verweisen
26043 \begin_inset CommandInset label
26044 LatexCommand label
26045 name "abs:Auf-Gleitobjekte-verweisen"
26046
26047 \end_inset
26048
26049
26050 \begin_inset Index idx
26051 status collapsed
26052
26053 \begin_layout Plain Layout
26054 Gleitobjekte ! Querverweise
26055 \end_layout
26056
26057 \end_inset
26058
26059
26060 \begin_inset Index idx
26061 status collapsed
26062
26063 \begin_layout Plain Layout
26064 Querverweise ! auf Gleitobjekte
26065 \end_layout
26066
26067 \end_inset
26068
26069
26070 \end_layout
26071
26072 \begin_layout Standard
26073 Zunächst müssen Sie mit 
26074 \family sans
26075 Einfügen\SpecialChar menuseparator
26076 Marke
26077 \family default
26078  oder einen Klick auf 
26079 \begin_inset Info
26080 type  "icon"
26081 arg   "label-insert"
26082 \end_inset
26083
26084  eine Marke im Titel einfügen.
26085  Im 
26086 \family sans
26087 Marke
26088 \family default
26089 -Dialog schreiben Sie einen Text in das Feld 
26090 \family sans
26091 Marke
26092 \family default
26093  oder übernehmen den vorgeschlagenen.
26094  Die Marke sieht in \SpecialChar LyX
26095  dann so aus:
26096 \end_layout
26097
26098 \begin_layout Standard
26099 \begin_inset Graphics
26100         filename clipart/Marke.png
26101         scaleBeforeRotation
26102
26103 \end_inset
26104
26105
26106 \end_layout
26107
26108 \begin_layout Standard
26109 Die Marke wird als Anker und Name für den Querverweis benutzt.
26110  Mit 
26111 \family sans
26112 Einfügen\SpecialChar menuseparator
26113 Querverweis
26114 \family default
26115  oder einen Klick auf 
26116 \begin_inset Info
26117 type  "icon"
26118 arg   "dialog-show-new-inset ref"
26119 \end_inset
26120
26121  können Sie dann auf die Marke verweisen.
26122  Als Querverweis wird in \SpecialChar LyX
26123  ein graues Kästchen wie zum Beispiel dieses angezeigt:
26124 \end_layout
26125
26126 \begin_layout Standard
26127 \begin_inset Graphics
26128         filename clipart/Querverweis.png
26129         scaleBeforeRotation
26130
26131 \end_inset
26132
26133
26134 \begin_inset Newline newline
26135 \end_inset
26136
26137  Mehr zu Querverweisen finden Sie im 
26138 \emph on
26139 Benutzerhandbuch
26140 \emph default
26141 .
26142 \end_layout
26143
26144 \begin_layout Standard
26145 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
26146  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
26147  durch einen Zeilenumbruch getrennt werden können.
26148 \end_layout
26149
26150 \begin_layout Standard
26151 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
26152  \SpecialChar LyX
26153  passt die Querverweise automatisch an.
26154 \end_layout
26155
26156 \begin_layout Standard
26157 Ein Klick auf den Schalter 
26158 \family sans
26159 Gehe
26160 \begin_inset space ~
26161 \end_inset
26162
26163 zur
26164 \begin_inset space ~
26165 \end_inset
26166
26167 Marke
26168 \family default
26169  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
26170  Der Text der Schaltfläche heißt jetzt 
26171 \family sans
26172 Gehe
26173 \begin_inset space ~
26174 \end_inset
26175
26176 zurück
26177 \family default
26178  und ein Klick darauf macht genau dies.
26179 \end_layout
26180
26181 \begin_layout Subsection
26182 Querverweis-Formate
26183 \begin_inset CommandInset label
26184 LatexCommand label
26185 name "uab:Querverweis-Formate"
26186
26187 \end_inset
26188
26189
26190 \begin_inset Index idx
26191 status collapsed
26192
26193 \begin_layout Plain Layout
26194 Querverweise ! Formate
26195 \end_layout
26196
26197 \end_inset
26198
26199
26200 \end_layout
26201
26202 \begin_layout Standard
26203 Es gibt sechs verschiedene Querverweisstile:
26204 \end_layout
26205
26206 \begin_layout Description
26207 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
26208  
26209 \begin_inset CommandInset ref
26210 LatexCommand ref
26211 reference "fig:Zwei-Teilabbildungen"
26212
26213 \end_inset
26214
26215
26216 \end_layout
26217
26218 \begin_layout Description
26219 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
26220  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
26221  verwendet wird, speziell wenn der Name 
26222 \begin_inset Quotes gld
26223 \end_inset
26224
26225 Gleichung
26226 \begin_inset Quotes grd
26227 \end_inset
26228
26229  weggelassen wird: 
26230 \begin_inset CommandInset ref
26231 LatexCommand eqref
26232 reference "eq:Wgn"
26233
26234 \end_inset
26235
26236
26237 \end_layout
26238
26239 \begin_layout Description
26240 <Seite>: druckt die Seitennummer: Seite
26241 \begin_inset space ~
26242 \end_inset
26243
26244
26245 \begin_inset CommandInset ref
26246 LatexCommand pageref
26247 reference "fig:Zwei-Teilabbildungen"
26248
26249 \end_inset
26250
26251
26252 \end_layout
26253
26254 \begin_layout Description
26255 auf
26256 \begin_inset space ~
26257 \end_inset
26258
26259 Seite
26260 \begin_inset space ~
26261 \end_inset
26262
26263 <Seite>: druckt den Text 
26264 \begin_inset Quotes gld
26265 \end_inset
26266
26267 auf Seite
26268 \begin_inset Quotes grd
26269 \end_inset
26270
26271  und die Seitennummer: 
26272 \begin_inset CommandInset ref
26273 LatexCommand vpageref
26274 reference "fig:Zwei-Teilabbildungen"
26275
26276 \end_inset
26277
26278
26279 \end_layout
26280
26281 \begin_layout Description
26282 <Querverweis>
26283 \begin_inset space ~
26284 \end_inset
26285
26286 auf
26287 \begin_inset space ~
26288 \end_inset
26289
26290 Seite
26291 \begin_inset space ~
26292 \end_inset
26293
26294 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
26295 \begin_inset Quotes gld
26296 \end_inset
26297
26298 auf Seite
26299 \begin_inset Quotes grd
26300 \end_inset
26301
26302 , und die Seitennummer: 
26303 \begin_inset CommandInset ref
26304 LatexCommand vref
26305 reference "fig:Zwei-Teilabbildungen"
26306
26307 \end_inset
26308
26309
26310 \end_layout
26311
26312 \begin_layout Description
26313 Formatierter
26314 \begin_inset space ~
26315 \end_inset
26316
26317 Querverweis: druckt ein selbst definiertes Querverweisformat
26318 \begin_inset Newline newline
26319 \end_inset
26320
26321
26322 \begin_inset Note Greyedout
26323 status open
26324
26325 \begin_layout Plain Layout
26326
26327 \series bold
26328 Bemerkung:
26329 \series default
26330  Dies ist nur möglich, wenn das \SpecialChar LaTeX
26331 -Paket 
26332 \series bold
26333 prettyref
26334 \series default
26335  oder 
26336 \series bold
26337 refstyle
26338 \series default
26339
26340 \begin_inset Index idx
26341 status collapsed
26342
26343 \begin_layout Plain Layout
26344 \SpecialChar LaTeX
26345 -Pakete ! prettyref
26346 \end_layout
26347
26348 \end_inset
26349
26350
26351 \begin_inset Index idx
26352 status collapsed
26353
26354 \begin_layout Plain Layout
26355 \SpecialChar LaTeX
26356 -Pakete ! refstyle
26357 \end_layout
26358
26359 \end_inset
26360
26361  installiert ist.
26362 \end_layout
26363
26364 \end_inset
26365
26366
26367 \begin_inset Newline newline
26368 \end_inset
26369
26370 Sie können durch setzen der Option 
26371 \family sans
26372 Verwende refstyle (nicht prettyref) für Querverweise
26373 \family default
26374  im Menü 
26375 \family sans
26376 Dokument\SpecialChar menuseparator
26377 Einstellungen\SpecialChar menuseparator
26378 Dokumentklasse
26379 \family default
26380  wählen, welches \SpecialChar LaTeX
26381 -Paket für diesen Verweistyp verwendet wird.
26382  Das Format wird definiert, indem man den Befehl 
26383 \series bold
26384
26385 \backslash
26386 newrefformat
26387 \series default
26388  (prettyref) oder 
26389 \series bold
26390
26391 \backslash
26392 newref
26393 \series default
26394  (refstyle) in den \SpecialChar LaTeX
26395 -Vorspann einfügt.
26396  Z.
26397 \begin_inset space \thinspace{}
26398 \end_inset
26399
26400 B.
26401  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
26402  
26403 \begin_inset Quotes eld
26404 \end_inset
26405
26406
26407 \family sans
26408 abb
26409 \family default
26410
26411 \begin_inset Quotes erd
26412 \end_inset
26413
26414 ) mit dem Befehle
26415 \begin_inset Newline newline
26416 \end_inset
26417
26418
26419 \series bold
26420
26421 \backslash
26422 newref{abb}{refcmd={Bild auf Seite 
26423 \backslash
26424 pageref{#1}}}
26425 \series default
26426
26427 \begin_inset Newline newline
26428 \end_inset
26429
26430 geändert werden.
26431  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
26432 en verwiesen, 
26433 \begin_inset CommandInset citation
26434 LatexCommand cite
26435 key "prettyref,refstyle"
26436 literal "true"
26437
26438 \end_inset
26439
26440 .
26441 \begin_inset Newline newline
26442 \end_inset
26443
26444 Die Optionen 
26445 \family sans
26446 Plural
26447 \family default
26448  und 
26449 \family sans
26450 Großschreibung
26451 \family default
26452  sind nur verfügbar, wenn Sie das \SpecialChar LaTeX
26453 -Paket 
26454 \series bold
26455 refstyle
26456 \series default
26457  verwenden.
26458  Beide Optionen sind für deutsche Text nicht nützlich, denn 
26459 \family sans
26460 Plural
26461 \family default
26462  fügt ein 
26463 \emph on
26464 s
26465 \emph default
26466  an den Namen an, z.
26467 \begin_inset space \thinspace{}
26468 \end_inset
26469
26470 B.
26471  
26472 \begin_inset Quotes gld
26473 \end_inset
26474
26475 Abbildungs
26476 \begin_inset Quotes grd
26477 \end_inset
26478
26479  und 
26480 \family sans
26481 Großschreibung
26482 \family default
26483  gibt den Namen großgeschrieben aus, z.
26484 \begin_inset space \thinspace{}
26485 \end_inset
26486
26487 B.
26488  
26489 \begin_inset Quotes gld
26490 \end_inset
26491
26492 Abbildung
26493 \begin_inset Quotes grd
26494 \end_inset
26495
26496 , was aber bereits die Voreinstellung ist.
26497 \end_layout
26498
26499 \begin_layout Description
26500 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
26501 \begin_inset CommandInset ref
26502 LatexCommand nameref
26503 reference "fig:Zwei-Teilabbildungen"
26504
26505 \end_inset
26506
26507
26508 \end_layout
26509
26510 \begin_layout Description
26511 Nur
26512 \begin_inset space ~
26513 \end_inset
26514
26515 Marke: gibt nur die \SpecialChar LaTeX
26516 -Marke der Referenz aus: 
26517 \begin_inset CommandInset ref
26518 LatexCommand labelonly
26519 reference "fig:Zwei-Teilabbildungen"
26520 plural "false"
26521 caps "false"
26522 noprefix "false"
26523
26524 \end_inset
26525
26526
26527 \begin_inset Newline newline
26528 \end_inset
26529
26530 Damit kann man die Marke für Befehle im \SpecialChar TeX
26531 -Code verwenden.
26532  Mit der Option 
26533 \family sans
26534 Ohne
26535 \begin_inset space ~
26536 \end_inset
26537
26538 Präfix
26539 \family default
26540  kann der Präfix des Markennamens weggelassen werden: 
26541 \begin_inset CommandInset ref
26542 LatexCommand labelonly
26543 reference "fig:Zwei-Teilabbildungen"
26544 plural "false"
26545 caps "false"
26546 noprefix "true"
26547
26548 \end_inset
26549
26550
26551 \end_layout
26552
26553 \begin_layout Standard
26554
26555 \family sans
26556 <Seite>
26557 \family default
26558  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
26559  vorherigen, der selben oder der nächsten Seite befindet.
26560  Stattdessen wird z.
26561 \begin_inset space \thinspace{}
26562 \end_inset
26563
26564 B.
26565  der Text 
26566 \begin_inset Quotes gld
26567 \end_inset
26568
26569
26570 \family sans
26571 auf dieser Seite
26572 \family default
26573
26574 \begin_inset Quotes grd
26575 \end_inset
26576
26577  gedruckt.
26578  Der Stil 
26579 \family sans
26580 <Querverweis>
26581 \begin_inset space ~
26582 \end_inset
26583
26584 auf
26585 \begin_inset space ~
26586 \end_inset
26587
26588 Seite
26589 \begin_inset space ~
26590 \end_inset
26591
26592 <Seite>
26593 \family default
26594  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
26595  Seite ist.
26596 \end_layout
26597
26598 \begin_layout Standard
26599 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
26600  automatisch von \SpecialChar LaTeX
26601  berechnet.
26602  Die Stile können im Feld 
26603 \family sans
26604 Format
26605 \family default
26606  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
26607  einen Querverweis klicken.
26608 \end_layout
26609
26610 \begin_layout Standard
26611 \begin_inset Note Greyedout
26612 status open
26613
26614 \begin_layout Plain Layout
26615
26616 \series bold
26617 Bemerkung:
26618 \series default
26619  Es wird empfohlen, das \SpecialChar LaTeX
26620 -Paket 
26621 \series bold
26622 refstyle
26623 \series default
26624
26625 \begin_inset Index idx
26626 status collapsed
26627
26628 \begin_layout Plain Layout
26629 \SpecialChar LaTeX
26630 -Pakete ! refstyle
26631 \end_layout
26632
26633 \end_inset
26634
26635  zu verwenden, da 
26636 \series bold
26637 prettyref
26638 \series default
26639
26640 \begin_inset Index idx
26641 status collapsed
26642
26643 \begin_layout Plain Layout
26644 \SpecialChar LaTeX
26645 -Pakete ! prettyref
26646 \end_layout
26647
26648 \end_inset
26649
26650  nicht alle möglichen \SpecialChar LyX
26651 -Marken-Kürzel
26652 \begin_inset Foot
26653 status collapsed
26654
26655 \begin_layout Plain Layout
26656  
26657 \begin_inset Quotes gld
26658 \end_inset
26659
26660 abb:
26661 \begin_inset Quotes grd
26662 \end_inset
26663
26664  ist z.
26665 \begin_inset space \thinspace{}
26666 \end_inset
26667
26668 B.
26669  \SpecialChar LyX
26670 ' Kürzel für Marken in Bildbeschriftungen.
26671 \end_layout
26672
26673 \end_inset
26674
26675  kennt und auch nicht internationalisiert ist.
26676 \end_layout
26677
26678 \end_inset
26679
26680
26681 \end_layout
26682
26683 \begin_layout Subsection
26684 Automatische Querverweisnamen
26685 \begin_inset Index idx
26686 status collapsed
26687
26688 \begin_layout Plain Layout
26689 Querverweise ! Automatische Namen 
26690 \end_layout
26691
26692 \end_inset
26693
26694
26695 \end_layout
26696
26697 \begin_layout Standard
26698 Das \SpecialChar LaTeX
26699 -Paket 
26700 \series bold
26701 hyperref
26702 \series default
26703
26704 \begin_inset Index idx
26705 status collapsed
26706
26707 \begin_layout Plain Layout
26708 \SpecialChar LaTeX
26709 -Pakete ! hyperref
26710 \end_layout
26711
26712 \end_inset
26713
26714 , das in den
26715 \family sans
26716  PDF-Eigenschaften
26717 \family default
26718  im 
26719 \family sans
26720 Dokument-Einstellungen
26721 \family default
26722  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
26723  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
26724  wie 
26725 \emph on
26726 Abschnitt
26727 \emph default
26728 ).
26729  Sie müssen damit z.
26730 \begin_inset space \thinspace{}
26731 \end_inset
26732
26733 B.
26734  nicht mehr den Namen 
26735 \begin_inset Quotes gld
26736 \end_inset
26737
26738 Abbildung
26739 \begin_inset Quotes grd
26740 \end_inset
26741
26742  vor jeden Querverweis auf eine Abbildung schreiben.
26743  Um diese Funktion benutzen zu können, aktivieren Sie 
26744 \series bold
26745 hyperref
26746 \series default
26747  und fügen diese Zeile in den \SpecialChar LaTeX
26748 -Vorspann ein:
26749 \end_layout
26750
26751 \begin_layout Standard
26752
26753 \series bold
26754
26755 \backslash
26756 AtBeginDocument{
26757 \backslash
26758 renewcommand{
26759 \backslash
26760 ref}[1]{
26761 \backslash
26762 mbox{
26763 \backslash
26764 autoref{#1}}}}
26765 \end_layout
26766
26767 \begin_layout Standard
26768 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
26769 \begin_inset space \thinspace{}
26770 \end_inset
26771
26772 B.
26773  statt 
26774 \begin_inset Quotes gld
26775 \end_inset
26776
26777 Abschnitt
26778 \begin_inset Quotes grd
26779 \end_inset
26780
26781  den Namen 
26782 \begin_inset Quotes gld
26783 \end_inset
26784
26785 Kap.
26786 \begin_inset space \thinspace{}
26787 \end_inset
26788
26789
26790 \begin_inset Quotes grd
26791 \end_inset
26792
26793 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
26794 \end_layout
26795
26796 \begin_layout Standard
26797
26798 \series bold
26799
26800 \backslash
26801 addto
26802 \backslash
26803 extrasngerman{
26804 \backslash
26805 renewcommand{
26806 \backslash
26807 sectionautorefname}
26808 \begin_inset Newline newline
26809 \end_inset
26810
26811
26812 \begin_inset Phantom HPhantom
26813 status open
26814
26815 \begin_layout Plain Layout
26816
26817 \series bold
26818 \begin_inset space ~
26819 \end_inset
26820
26821
26822 \end_layout
26823
26824 \end_inset
26825
26826 {Kap.
26827 \backslash
26828 negthinspace}}
26829 \end_layout
26830
26831 \begin_layout Standard
26832 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
26833 \begin_inset Newline newline
26834 \end_inset
26835
26836
26837 \series bold
26838
26839 \backslash
26840 extrasngerman
26841 \series default
26842  durch 
26843 \series bold
26844
26845 \backslash
26846 extras***
26847 \series default
26848 , wobei *** der Name der verwendeten Sprache ist.
26849 \end_layout
26850
26851 \begin_layout Standard
26852 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
26853  z.
26854 \begin_inset space \thinspace{}
26855 \end_inset
26856
26857 B.
26858  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
26859 \end_layout
26860
26861 \begin_layout Standard
26862
26863 \series bold
26864
26865 \backslash
26866 addto
26867 \backslash
26868 extrasngerman{
26869 \backslash
26870 renewcommand*{
26871 \backslash
26872 equationautorefname}[1]{}}
26873 \end_layout
26874
26875 \begin_layout Standard
26876 Mehr über dieses Thema finden Sie in der 
26877 \series bold
26878 hyperref
26879 \series default
26880 -Dokumentation 
26881 \begin_inset CommandInset citation
26882 LatexCommand cite
26883 key "hyperref"
26884 literal "true"
26885
26886 \end_inset
26887
26888 .
26889 \end_layout
26890
26891 \begin_layout Standard
26892 \begin_inset Note Greyedout
26893 status open
26894
26895 \begin_layout Plain Layout
26896
26897 \series bold
26898 Bemerkung:
26899 \series default
26900  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
26901  als Querverweisstil 
26902 \family sans
26903 Formatierter
26904 \begin_inset space ~
26905 \end_inset
26906
26907 Querverweis
26908 \family default
26909  benutzen, wie in Abschnitt
26910 \begin_inset space ~
26911 \end_inset
26912
26913
26914 \begin_inset CommandInset ref
26915 LatexCommand ref
26916 reference "uab:Querverweis-Formate"
26917
26918 \end_inset
26919
26920  beschrieben.
26921 \end_layout
26922
26923 \end_inset
26924
26925
26926 \end_layout
26927
26928 \begin_layout Standard
26929 Das 
26930 \emph on
26931 Mathe
26932 \emph default
26933  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
26934 \end_layout
26935
26936 \begin_layout Subsection
26937 Querverweis-Position
26938 \begin_inset CommandInset label
26939 LatexCommand label
26940 name "uab:Querverweis-Position"
26941
26942 \end_inset
26943
26944
26945 \begin_inset Index idx
26946 status collapsed
26947
26948 \begin_layout Plain Layout
26949 Querverweise !  Position
26950 \end_layout
26951
26952 \end_inset
26953
26954
26955 \end_layout
26956
26957 \begin_layout Standard
26958 Wenn Sie 
26959 \series bold
26960 hyperref
26961 \series default
26962
26963 \begin_inset Index idx
26964 status collapsed
26965
26966 \begin_layout Plain Layout
26967 \SpecialChar LaTeX
26968 -Pakete ! hyperref
26969 \end_layout
26970
26971 \end_inset
26972
26973  in den
26974 \family sans
26975  PDF-Eigenschaften
26976 \family default
26977  im 
26978 \family sans
26979 Dokument-Einstellungen
26980 \family default
26981  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
26982  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
26983  und Sie werden das Bild ohne Scrollen nicht sehen.
26984  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
26985  ist.
26986  Wenn Sie das  \SpecialChar LaTeX
26987 -Paket 
26988 \series bold
26989 hypcap
26990 \series default
26991
26992 \begin_inset Index idx
26993 status collapsed
26994
26995 \begin_layout Plain Layout
26996 \SpecialChar LaTeX
26997 -Pakete ! hypcap
26998 \end_layout
26999
27000 \end_inset
27001
27002 , das Teil des \SpecialChar LaTeX
27003 -Pakets 
27004 \series bold
27005 oberdiek
27006 \series default
27007
27008 \begin_inset Index idx
27009 status collapsed
27010
27011 \begin_layout Plain Layout
27012 \SpecialChar LaTeX
27013 -Pakete ! oberdiek
27014 \end_layout
27015
27016 \end_inset
27017
27018  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
27019  Aber natürlich müssen Sie auch hier das \SpecialChar LaTeX
27020 -Paket 
27021 \series bold
27022 hypcap
27023 \series default
27024  zunächst in den \SpecialChar LaTeX
27025 -Vorspann laden:
27026 \end_layout
27027
27028 \begin_layout Standard
27029
27030 \series bold
27031
27032 \backslash
27033 usepackage[figure]{hypcap}
27034 \end_layout
27035
27036 \begin_layout Standard
27037 Sie können 
27038 \series bold
27039 hypcap
27040 \series default
27041  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
27042  nicht empfohlen.
27043  Weitere Informationen finden Sie im
27044 \series bold
27045  hypcap
27046 \series default
27047 -Handbuch 
27048 \begin_inset CommandInset citation
27049 LatexCommand cite
27050 key "hypcap"
27051 literal "true"
27052
27053 \end_inset
27054
27055 .
27056 \end_layout
27057
27058 \begin_layout Standard
27059 \begin_inset Note Greyedout
27060 status open
27061
27062 \begin_layout Plain Layout
27063
27064 \series bold
27065 Bemerkung:
27066 \series default
27067  
27068 \series bold
27069 hypcap
27070 \series medium
27071  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
27072 \end_layout
27073
27074 \end_inset
27075
27076
27077 \end_layout
27078
27079 \begin_layout Section
27080 Gleitobjekt-Platzierung
27081 \begin_inset CommandInset label
27082 LatexCommand label
27083 name "abs:Gleitobjekt-Platzierung"
27084
27085 \end_inset
27086
27087
27088 \begin_inset Index idx
27089 status collapsed
27090
27091 \begin_layout Plain Layout
27092 Gleitobjekte ! Platzierung
27093 \end_layout
27094
27095 \end_inset
27096
27097
27098 \end_layout
27099
27100 \begin_layout Standard
27101 Ein Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
27102 \family sans
27103 Einstellungen 
27104 \family default
27105 öffnet einen Dialog, in dem Sie die \SpecialChar LaTeX
27106 -Optionen für die Gleitobjekt-Platzierung
27107  ändern können.
27108 \begin_inset Newline newline
27109 \end_inset
27110
27111 Die Option 
27112 \family sans
27113 Spalten
27114 \begin_inset space ~
27115 \end_inset
27116
27117 überspannen
27118 \family default
27119  ist nur bei zweispaltigen Dokumenten sinnvoll.
27120  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
27121 \begin_inset Newline newline
27122 \end_inset
27123
27124 Die Option 
27125 \family sans
27126 Seitwärts
27127 \begin_inset space ~
27128 \end_inset
27129
27130 drehen
27131 \family default
27132  ist in Abschnitt 
27133 \begin_inset CommandInset ref
27134 LatexCommand ref
27135 reference "abs:Gedrehte-Gleitobjekte"
27136
27137 \end_inset
27138
27139  beschrieben.
27140 \end_layout
27141
27142 \begin_layout Standard
27143 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
27144  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
27145  Sie die Option 
27146 \family sans
27147 Standard-Platzierung
27148 \begin_inset space ~
27149 \end_inset
27150
27151 verwenden
27152 \family default
27153  nicht verwenden:
27154 \end_layout
27155
27156 \begin_layout Description
27157 Hier
27158 \begin_inset space ~
27159 \end_inset
27160
27161 wenn
27162 \begin_inset space ~
27163 \end_inset
27164
27165 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
27166 \end_layout
27167
27168 \begin_layout Description
27169 Anfang
27170 \begin_inset space ~
27171 \end_inset
27172
27173 der
27174 \begin_inset space ~
27175 \end_inset
27176
27177 Seite
27178 \family sans
27179  
27180 \family default
27181 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
27182  Gleitobjekte, die maximal 70
27183 \begin_inset space \thinspace{}
27184 \end_inset
27185
27186 % einer Seite benötigen, dürfen oben platziert werden.
27187  Dies kann durch die Variable 
27188 \series bold
27189
27190 \backslash
27191 topfraction
27192 \series default
27193  im \SpecialChar LaTeX
27194 -Vorspann überschrieben werden, zum Beispiel: 
27195 \end_layout
27196
27197 \begin_deeper
27198 \begin_layout Standard
27199
27200 \series bold
27201
27202 \backslash
27203 renewcommand{
27204 \backslash
27205 topfraction}{0.9}
27206 \family typewriter
27207 \series default
27208  
27209 \end_layout
27210
27211 \end_deeper
27212 \begin_layout Description
27213 Ende
27214 \begin_inset space ~
27215 \end_inset
27216
27217 der
27218 \begin_inset space ~
27219 \end_inset
27220
27221 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
27222  Gleitobjekte, die maximal 30
27223 \begin_inset space \thinspace{}
27224 \end_inset
27225
27226 % einer Seite benötigen, dürfen unten platziert werden.
27227  Dies kann durch die Variable 
27228 \series bold
27229
27230 \backslash
27231 bottomfraction
27232 \series default
27233  im \SpecialChar LaTeX
27234 -Vorspann überschrieben werden, zum Beispiel setzt 
27235 \end_layout
27236
27237 \begin_deeper
27238 \begin_layout Standard
27239
27240 \series bold
27241
27242 \backslash
27243 renewcommand{
27244 \backslash
27245 bottomfraction}{0.5}
27246 \end_layout
27247
27248 \begin_layout Standard
27249 die oftmals zu kleine untere Grenze auf 50
27250 \begin_inset space \thinspace{}
27251 \end_inset
27252
27253 %.
27254 \end_layout
27255
27256 \end_deeper
27257 \begin_layout Description
27258 Seite
27259 \begin_inset space ~
27260 \end_inset
27261
27262 mit
27263 \begin_inset space ~
27264 \end_inset
27265
27266 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
27267  Nur wenn mehr als 50
27268 \begin_inset space \thinspace{}
27269 \end_inset
27270
27271 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
27272  Gleitobjekte bereitgestellt.
27273  Dies kann durch die Variable 
27274 \series bold
27275
27276 \backslash
27277 floatpagefraction 
27278 \series default
27279 im \SpecialChar LaTeX
27280 -Vorspann überschrieben werden.
27281 \end_layout
27282
27283 \begin_layout Standard
27284 Die Reihenfolge der obigen Optionen wird 
27285 \emph on
27286 immer
27287 \emph default
27288  von \SpecialChar LaTeX
27289  verwendet.
27290  Das heißt wenn Sie die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
27291  zuerst versuchen
27292  
27293 \family sans
27294 Hier
27295 \begin_inset space \space{}
27296 \end_inset
27297
27298 wenn
27299 \begin_inset space \space{}
27300 \end_inset
27301
27302 möglich
27303 \family default
27304 , dann 
27305 \family sans
27306 Anfang
27307 \begin_inset space ~
27308 \end_inset
27309
27310 der
27311 \begin_inset space ~
27312 \end_inset
27313
27314 Seite
27315 \family default
27316  und dann die anderen Optionen anzuwenden.
27317  Wenn Sie nicht die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
27318  nur die von Ihnen
27319  gewählten Optionen versuchen anzuwenden, aber immer in derselben Reihenfolge.
27320  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
27321 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
27322 \end_layout
27323
27324 \begin_layout Standard
27325 Die Option 
27326 \family sans
27327 Hier,
27328 \begin_inset space ~
27329 \end_inset
27330
27331 auf
27332 \begin_inset space ~
27333 \end_inset
27334
27335 jeden
27336 \begin_inset space ~
27337 \end_inset
27338
27339 Fall
27340 \family default
27341  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
27342  fast druckreif ist.
27343  Denn mit der Option kann das Objekt nicht mehr 
27344 \emph on
27345 gleiten
27346 \emph default
27347 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
27348  oftmals zerstört.
27349 \end_layout
27350
27351 \begin_layout Standard
27352 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
27353  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
27354 \begin_inset VSpace bigskip
27355 \end_inset
27356
27357
27358 \end_layout
27359
27360 \begin_layout Standard
27361 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
27362 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
27363  das Gleitobjekt sei Teil des vorherigen Abschnitts.
27364  Das kann mit dem \SpecialChar LaTeX
27365 -Befehl
27366 \series bold
27367  
27368 \backslash
27369 suppressfloats
27370 \series default
27371  verhindert werden.
27372  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
27373  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
27374  gesetzt wird.
27375  Dazu müssen Sie im \SpecialChar LaTeX
27376 -Vorspann folgende Befehle einfügen:
27377 \end_layout
27378
27379 \begin_layout Standard
27380
27381 \series bold
27382
27383 \backslash
27384 let
27385 \backslash
27386 meinAbschnitt
27387 \backslash
27388 section
27389 \begin_inset Newline newline
27390 \end_inset
27391
27392
27393 \backslash
27394 renewcommand{
27395 \backslash
27396 section}{
27397 \backslash
27398 suppressfloats[t]
27399 \backslash
27400 meinAbschnitt}
27401 \end_layout
27402
27403 \begin_layout Standard
27404 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
27405  Unterabschnitten festlegen.
27406  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
27407  \SpecialChar LaTeX
27408  Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
27409 \end_layout
27410
27411 \begin_layout Standard
27412 Es gibt auch noch das \SpecialChar LaTeX
27413 -Paket 
27414 \series bold
27415 flafter
27416 \series default
27417
27418 \begin_inset Index idx
27419 status collapsed
27420
27421 \begin_layout Plain Layout
27422 \SpecialChar LaTeX
27423 -Pakete ! flafter
27424 \end_layout
27425
27426 \end_inset
27427
27428  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
27429  gedruckt wird.
27430 \end_layout
27431
27432 \begin_layout Standard
27433 \begin_inset VSpace bigskip
27434 \end_inset
27435
27436 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
27437  Dafür gibt es das \SpecialChar LaTeX
27438 -Paket 
27439 \series bold
27440 endfloat
27441 \series default
27442
27443 \begin_inset Index idx
27444 status collapsed
27445
27446 \begin_layout Plain Layout
27447 \SpecialChar LaTeX
27448 -Pakete ! endfloat
27449 \end_layout
27450
27451 \end_inset
27452
27453 .
27454  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
27455  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
27456  
27457 \family sans
27458
27459 \begin_inset Quotes gld
27460 \end_inset
27461
27462 [Abbildung
27463 \begin_inset space ~
27464 \end_inset
27465
27466 3.2 ist ungefähr hier.]
27467 \family default
27468
27469 \begin_inset Quotes grd
27470 \end_inset
27471
27472  finden.
27473  Das 
27474 \series bold
27475 endfloat
27476 \series default
27477 -Paket wird mit folgendem Befehl in den \SpecialChar LaTeX
27478 -Vorspann eingefügt:
27479 \end_layout
27480
27481 \begin_layout Standard
27482
27483 \series bold
27484
27485 \backslash
27486 usepackage[Optionen]{endfloat}
27487 \end_layout
27488
27489 \begin_layout Standard
27490 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
27491  Tabellen-Abschnitte, die Sie in der 
27492 \series bold
27493 endfloat
27494 \series default
27495 -Dokumentation 
27496 \begin_inset CommandInset citation
27497 LatexCommand cite
27498 key "endfloat"
27499 literal "true"
27500
27501 \end_inset
27502
27503  nachlesen können.
27504 \begin_inset Newline newline
27505 \end_inset
27506
27507
27508 \begin_inset Note Greyedout
27509 status open
27510
27511 \begin_layout Plain Layout
27512
27513 \series bold
27514 Bemerkung
27515 \begin_inset space ~
27516 \end_inset
27517
27518 1: endfloat
27519 \series default
27520  übersetzt den Hinweistext nicht automatisch.
27521  Abschnitt
27522 \begin_inset space ~
27523 \end_inset
27524
27525 4 in 
27526 \begin_inset CommandInset citation
27527 LatexCommand cite
27528 key "endfloat"
27529 literal "true"
27530
27531 \end_inset
27532
27533  beschreibt, wie es geht.
27534 \end_layout
27535
27536 \end_inset
27537
27538
27539 \end_layout
27540
27541 \begin_layout Standard
27542 \begin_inset Note Greyedout
27543 status open
27544
27545 \begin_layout Plain Layout
27546
27547 \series bold
27548 Bemerkung
27549 \begin_inset space ~
27550 \end_inset
27551
27552 2: 
27553 \series default
27554 Die aktuelle Version von 
27555 \series bold
27556 endfloat
27557 \series default
27558  hat einen Fehler, wenn die Überschrift ein 
27559 \begin_inset Quotes gld
27560 \end_inset
27561
27562 ß
27563 \begin_inset Quotes grd
27564 \end_inset
27565
27566  enthält.
27567  Sie müssen stattdessen den Befehl 
27568 \series bold
27569
27570 \backslash
27571 ss
27572 \series default
27573  als \SpecialChar TeX
27574 -Code benutzen.
27575 \end_layout
27576
27577 \end_inset
27578
27579
27580 \end_layout
27581
27582 \begin_layout Standard
27583 \begin_inset VSpace bigskip
27584 \end_inset
27585
27586 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in \SpecialChar LaTeX
27587 -Büchern
27588  wie 
27589 \begin_inset CommandInset citation
27590 LatexCommand cite
27591 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
27592 literal "true"
27593
27594 \end_inset
27595
27596 .
27597 \end_layout
27598
27599 \begin_layout Section
27600 Gedrehte Gleitobjekte
27601 \begin_inset CommandInset label
27602 LatexCommand label
27603 name "abs:Gedrehte-Gleitobjekte"
27604
27605 \end_inset
27606
27607
27608 \begin_inset Index idx
27609 status collapsed
27610
27611 \begin_layout Plain Layout
27612 Gleitobjekte ! drehen
27613 \end_layout
27614
27615 \end_inset
27616
27617
27618 \end_layout
27619
27620 \begin_layout Standard
27621 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
27622 t drehen.
27623  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
27624  und die Option 
27625 \family sans
27626 Seitwärts
27627 \begin_inset space ~
27628 \end_inset
27629
27630 drehen
27631 \family default
27632  wählen.
27633 \end_layout
27634
27635 \begin_layout Standard
27636 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
27637  sie ein mehrspaltiges Dokument haben) gedruckt.
27638  Sie können mehrere Spalten überspannen, wenn die Option 
27639 \family sans
27640 Spalten
27641 \begin_inset space ~
27642 \end_inset
27643
27644 überspannen
27645 \family default
27646  in den Gleitobjekt Einstellungen gewählt ist.
27647  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
27648  werden können.
27649  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
27650  Option 
27651 \series bold
27652 figuresleft
27653 \series default
27654  oder 
27655 \series bold
27656 figuresright
27657 \series default
27658  zu den Dokumentklassen-Optionen hinzu.
27659 \end_layout
27660
27661 \begin_layout Standard
27662 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
27663  Tabelle
27664 \begin_inset space ~
27665 \end_inset
27666
27667
27668 \begin_inset CommandInset ref
27669 LatexCommand ref
27670 reference "tab:Gedrehte-Tabelle"
27671
27672 \end_inset
27673
27674  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
27675 \end_layout
27676
27677 \begin_layout Standard
27678 \begin_inset Note Greyedout
27679 status open
27680
27681 \begin_layout Plain Layout
27682
27683 \series bold
27684 Bemerkung:
27685 \series default
27686  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
27687 \end_layout
27688
27689 \end_inset
27690
27691
27692 \end_layout
27693
27694 \begin_layout Standard
27695 \begin_inset Float table
27696 wide false
27697 sideways true
27698 status open
27699
27700 \begin_layout Plain Layout
27701 \begin_inset Caption Standard
27702
27703 \begin_layout Plain Layout
27704 \begin_inset CommandInset label
27705 LatexCommand label
27706 name "tab:Gedrehte-Tabelle"
27707
27708 \end_inset
27709
27710 Gedrehte Tabelle
27711 \end_layout
27712
27713 \end_inset
27714
27715
27716 \end_layout
27717
27718 \begin_layout Plain Layout
27719 \align center
27720 \begin_inset Tabular
27721 <lyxtabular version="3" rows="1" columns="5">
27722 <features tabularvalignment="middle">
27723 <column alignment="center" valignment="top">
27724 <column alignment="center" valignment="top">
27725 <column alignment="center" valignment="top">
27726 <column alignment="center" valignment="top">
27727 <column alignment="center" valignment="top">
27728 <row>
27729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27730 \begin_inset Text
27731
27732 \begin_layout Plain Layout
27733 Test
27734 \end_layout
27735
27736 \end_inset
27737 </cell>
27738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27739 \begin_inset Text
27740
27741 \begin_layout Plain Layout
27742 b
27743 \end_layout
27744
27745 \end_inset
27746 </cell>
27747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27748 \begin_inset Text
27749
27750 \begin_layout Plain Layout
27751 c
27752 \end_layout
27753
27754 \end_inset
27755 </cell>
27756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27757 \begin_inset Text
27758
27759 \begin_layout Plain Layout
27760 d
27761 \end_layout
27762
27763 \end_inset
27764 </cell>
27765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27766 \begin_inset Text
27767
27768 \begin_layout Plain Layout
27769 e
27770 \end_layout
27771
27772 \end_inset
27773 </cell>
27774 </row>
27775 </lyxtabular>
27776
27777 \end_inset
27778
27779
27780 \end_layout
27781
27782 \end_inset
27783
27784
27785 \end_layout
27786
27787 \begin_layout Section
27788 Untergleitobjekte
27789 \begin_inset Index idx
27790 status collapsed
27791
27792 \begin_layout Plain Layout
27793 Gleitobjekte ! Untergleitobjekte
27794 \end_layout
27795
27796 \end_inset
27797
27798
27799 \end_layout
27800
27801 \begin_layout Standard
27802 Untergleitobjekte werden z.
27803 \begin_inset space \thinspace{}
27804 \end_inset
27805
27806 B.
27807  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
27808  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
27809  eingefügt wird.
27810  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
27811  in Tabelle
27812 \begin_inset space ~
27813 \end_inset
27814
27815
27816 \begin_inset CommandInset ref
27817 LatexCommand ref
27818 reference "tab:Untertabellen-nebeneinander"
27819
27820 \end_inset
27821
27822  und 
27823 \begin_inset CommandInset ref
27824 LatexCommand ref
27825 reference "tab:Untertabellen-übereinander"
27826
27827 \end_inset
27828
27829 .
27830 \end_layout
27831
27832 \begin_layout Standard
27833 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
27834 \begin_inset space ~
27835 \end_inset
27836
27837
27838 \begin_inset CommandInset ref
27839 LatexCommand ref
27840 reference "tab:Untertabelle-a"
27841
27842 \end_inset
27843
27844  und 
27845 \begin_inset CommandInset ref
27846 LatexCommand ref
27847 reference "tab:Untertabelle-b"
27848
27849 \end_inset
27850
27851  sind Untertabellen von Tabelle
27852 \begin_inset space ~
27853 \end_inset
27854
27855
27856 \begin_inset CommandInset ref
27857 LatexCommand ref
27858 reference "tab:Untertabellen-nebeneinander"
27859
27860 \end_inset
27861
27862 .
27863 \end_layout
27864
27865 \begin_layout Standard
27866 \begin_inset Float table
27867 wide false
27868 sideways false
27869 status open
27870
27871 \begin_layout Plain Layout
27872 \begin_inset Caption Standard
27873
27874 \begin_layout Plain Layout
27875 \begin_inset CommandInset label
27876 LatexCommand label
27877 name "tab:Untertabellen-nebeneinander"
27878
27879 \end_inset
27880
27881 Zwei Untertabellen nebeneinander.
27882 \end_layout
27883
27884 \end_inset
27885
27886
27887 \end_layout
27888
27889 \begin_layout Plain Layout
27890 \align center
27891 \begin_inset space \hfill{}
27892 \end_inset
27893
27894
27895 \begin_inset Float table
27896 wide false
27897 sideways false
27898 status collapsed
27899
27900 \begin_layout Plain Layout
27901 \begin_inset Caption Standard
27902
27903 \begin_layout Plain Layout
27904 \begin_inset CommandInset label
27905 LatexCommand label
27906 name "tab:Untertabelle-a"
27907
27908 \end_inset
27909
27910 Dies ist Untertabelle a.
27911 \end_layout
27912
27913 \end_inset
27914
27915
27916 \end_layout
27917
27918 \begin_layout Plain Layout
27919 \align center
27920 \begin_inset Tabular
27921 <lyxtabular version="3" rows="1" columns="5">
27922 <features tabularvalignment="middle">
27923 <column alignment="center" valignment="top">
27924 <column alignment="center" valignment="top">
27925 <column alignment="center" valignment="top">
27926 <column alignment="center" valignment="top">
27927 <column alignment="center" valignment="top">
27928 <row>
27929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27930 \begin_inset Text
27931
27932 \begin_layout Plain Layout
27933 Test
27934 \end_layout
27935
27936 \end_inset
27937 </cell>
27938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27939 \begin_inset Text
27940
27941 \begin_layout Plain Layout
27942 b
27943 \end_layout
27944
27945 \end_inset
27946 </cell>
27947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27948 \begin_inset Text
27949
27950 \begin_layout Plain Layout
27951 c
27952 \end_layout
27953
27954 \end_inset
27955 </cell>
27956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27957 \begin_inset Text
27958
27959 \begin_layout Plain Layout
27960 d
27961 \end_layout
27962
27963 \end_inset
27964 </cell>
27965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27966 \begin_inset Text
27967
27968 \begin_layout Plain Layout
27969 e
27970 \end_layout
27971
27972 \end_inset
27973 </cell>
27974 </row>
27975 </lyxtabular>
27976
27977 \end_inset
27978
27979
27980 \end_layout
27981
27982 \end_inset
27983
27984
27985 \begin_inset space \hfill{}
27986 \end_inset
27987
27988
27989 \begin_inset Float table
27990 wide false
27991 sideways false
27992 status collapsed
27993
27994 \begin_layout Plain Layout
27995 \begin_inset Caption Standard
27996
27997 \begin_layout Plain Layout
27998 \begin_inset CommandInset label
27999 LatexCommand label
28000 name "tab:Untertabelle-b"
28001
28002 \end_inset
28003
28004 Dies ist Untertabelle b.
28005 \end_layout
28006
28007 \end_inset
28008
28009
28010 \end_layout
28011
28012 \begin_layout Plain Layout
28013 \align center
28014 \begin_inset Tabular
28015 <lyxtabular version="3" rows="1" columns="5">
28016 <features tabularvalignment="middle">
28017 <column alignment="center" valignment="top">
28018 <column alignment="center" valignment="top">
28019 <column alignment="center" valignment="top">
28020 <column alignment="center" valignment="top">
28021 <column alignment="center" valignment="top">
28022 <row>
28023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28024 \begin_inset Text
28025
28026 \begin_layout Plain Layout
28027 e
28028 \end_layout
28029
28030 \end_inset
28031 </cell>
28032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28033 \begin_inset Text
28034
28035 \begin_layout Plain Layout
28036 d
28037 \end_layout
28038
28039 \end_inset
28040 </cell>
28041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28042 \begin_inset Text
28043
28044 \begin_layout Plain Layout
28045 c
28046 \end_layout
28047
28048 \end_inset
28049 </cell>
28050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28051 \begin_inset Text
28052
28053 \begin_layout Plain Layout
28054 b
28055 \end_layout
28056
28057 \end_inset
28058 </cell>
28059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28060 \begin_inset Text
28061
28062 \begin_layout Plain Layout
28063 Test
28064 \end_layout
28065
28066 \end_inset
28067 </cell>
28068 </row>
28069 </lyxtabular>
28070
28071 \end_inset
28072
28073
28074 \end_layout
28075
28076 \end_inset
28077
28078
28079 \begin_inset space \hfill{}
28080 \end_inset
28081
28082
28083 \end_layout
28084
28085 \end_inset
28086
28087
28088 \end_layout
28089
28090 \begin_layout Standard
28091 \begin_inset Float table
28092 wide false
28093 sideways false
28094 status open
28095
28096 \begin_layout Plain Layout
28097 \begin_inset Caption Standard
28098
28099 \begin_layout Plain Layout
28100 \begin_inset CommandInset label
28101 LatexCommand label
28102 name "tab:Untertabellen-übereinander"
28103
28104 \end_inset
28105
28106 Zwei Untertabellen übereinander.
28107  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
28108 \end_layout
28109
28110 \end_inset
28111
28112
28113 \end_layout
28114
28115 \begin_layout Plain Layout
28116 \align center
28117 \begin_inset Float table
28118 wide false
28119 sideways false
28120 status collapsed
28121
28122 \begin_layout Plain Layout
28123 \begin_inset Caption Standard
28124
28125 \begin_layout Plain Layout
28126
28127 \end_layout
28128
28129 \end_inset
28130
28131
28132 \end_layout
28133
28134 \begin_layout Plain Layout
28135 \align center
28136 \begin_inset Tabular
28137 <lyxtabular version="3" rows="1" columns="4">
28138 <features tabularvalignment="middle">
28139 <column alignment="center" valignment="top">
28140 <column alignment="center" valignment="top">
28141 <column alignment="center" valignment="top">
28142 <column alignment="center" valignment="top">
28143 <row>
28144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28145 \begin_inset Text
28146
28147 \begin_layout Plain Layout
28148 Test
28149 \end_layout
28150
28151 \end_inset
28152 </cell>
28153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28154 \begin_inset Text
28155
28156 \begin_layout Plain Layout
28157 Test
28158 \end_layout
28159
28160 \end_inset
28161 </cell>
28162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28163 \begin_inset Text
28164
28165 \begin_layout Plain Layout
28166 Test
28167 \end_layout
28168
28169 \end_inset
28170 </cell>
28171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28172 \begin_inset Text
28173
28174 \begin_layout Plain Layout
28175 Test
28176 \end_layout
28177
28178 \end_inset
28179 </cell>
28180 </row>
28181 </lyxtabular>
28182
28183 \end_inset
28184
28185
28186 \end_layout
28187
28188 \end_inset
28189
28190
28191 \end_layout
28192
28193 \begin_layout Plain Layout
28194 \align center
28195 \begin_inset Float table
28196 wide false
28197 sideways false
28198 status collapsed
28199
28200 \begin_layout Plain Layout
28201 \begin_inset Caption Standard
28202
28203 \begin_layout Plain Layout
28204
28205 \end_layout
28206
28207 \end_inset
28208
28209
28210 \end_layout
28211
28212 \begin_layout Plain Layout
28213 \align center
28214 \begin_inset Tabular
28215 <lyxtabular version="3" rows="1" columns="5">
28216 <features tabularvalignment="middle">
28217 <column alignment="center" valignment="top">
28218 <column alignment="center" valignment="top">
28219 <column alignment="center" valignment="top">
28220 <column alignment="center" valignment="top">
28221 <column alignment="center" valignment="top">
28222 <row>
28223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28224 \begin_inset Text
28225
28226 \begin_layout Plain Layout
28227 a
28228 \end_layout
28229
28230 \end_inset
28231 </cell>
28232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28233 \begin_inset Text
28234
28235 \begin_layout Plain Layout
28236 b
28237 \end_layout
28238
28239 \end_inset
28240 </cell>
28241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28242 \begin_inset Text
28243
28244 \begin_layout Plain Layout
28245 c
28246 \end_layout
28247
28248 \end_inset
28249 </cell>
28250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28251 \begin_inset Text
28252
28253 \begin_layout Plain Layout
28254 d
28255 \end_layout
28256
28257 \end_inset
28258 </cell>
28259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28260 \begin_inset Text
28261
28262 \begin_layout Plain Layout
28263 e
28264 \end_layout
28265
28266 \end_inset
28267 </cell>
28268 </row>
28269 </lyxtabular>
28270
28271 \end_inset
28272
28273
28274 \end_layout
28275
28276 \end_inset
28277
28278
28279 \end_layout
28280
28281 \end_inset
28282
28283
28284 \end_layout
28285
28286 \begin_layout Section
28287 Gleitobjekte nebeneinander
28288 \begin_inset Index idx
28289 status collapsed
28290
28291 \begin_layout Plain Layout
28292 Gleitobjekte ! nebeneinander
28293 \end_layout
28294
28295 \end_inset
28296
28297
28298 \end_layout
28299
28300 \begin_layout Standard
28301 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
28302 \begin_inset space ~
28303 \end_inset
28304
28305
28306 \begin_inset CommandInset ref
28307 LatexCommand ref
28308 reference "abb:Gleitobjekt-links"
28309
28310 \end_inset
28311
28312  und 
28313 \begin_inset CommandInset ref
28314 LatexCommand ref
28315 reference "abb:Gleitobjekt-rechts"
28316
28317 \end_inset
28318
28319  wird nur 
28320 \emph on
28321 ein
28322 \emph default
28323  Gleitobjekt verwendet.
28324  In dieses werden zwei Minipage Boxen eingefügt.
28325 \begin_inset Foot
28326 status collapsed
28327
28328 \begin_layout Plain Layout
28329 Minipages sind in Abschnitt
28330 \begin_inset space ~
28331 \end_inset
28332
28333
28334 \begin_inset CommandInset ref
28335 LatexCommand ref
28336 reference "abs:Minipage"
28337
28338 \end_inset
28339
28340  erklärt.
28341 \end_layout
28342
28343 \end_inset
28344
28345  Die Breite wird für jede Minipage auf 45
28346 \begin_inset space \thinspace{}
28347 \end_inset
28348
28349 -50
28350 \begin_inset space \thinspace{}
28351 \end_inset
28352
28353 Spalten% und die Box Ausrichtung auf 
28354 \family sans
28355 Unten
28356 \family default
28357  gesetzt.
28358  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
28359  Gleitobjekt.
28360  Der einzige Unterschied ist, dass die Bildeinheit 
28361 \family sans
28362 Spaltenbreite
28363 \begin_inset space ~
28364 \end_inset
28365
28366 %
28367 \family default
28368  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
28369 \end_layout
28370
28371 \begin_layout Standard
28372 \begin_inset Float figure
28373 wide false
28374 sideways false
28375 status open
28376
28377 \begin_layout Plain Layout
28378 \begin_inset Box Frameless
28379 position "b"
28380 hor_pos "c"
28381 has_inner_box 1
28382 inner_pos "t"
28383 use_parbox 0
28384 use_makebox 0
28385 width "45col%"
28386 special "none"
28387 height "1in"
28388 height_special "totalheight"
28389 thickness "0.4pt"
28390 separation "3pt"
28391 shadowsize "4pt"
28392 framecolor "black"
28393 backgroundcolor "none"
28394 status open
28395
28396 \begin_layout Plain Layout
28397 \align center
28398 \begin_inset Graphics
28399         filename ../clipart/2D-intensity-plot.pdf
28400         width 100col%
28401         scaleBeforeRotation
28402
28403 \end_inset
28404
28405
28406 \end_layout
28407
28408 \begin_layout Plain Layout
28409 \begin_inset Caption Standard
28410
28411 \begin_layout Plain Layout
28412 \begin_inset CommandInset label
28413 LatexCommand label
28414 name "abb:Gleitobjekt-links"
28415
28416 \end_inset
28417
28418 Gleitobjekt auf der linken Seite.
28419 \end_layout
28420
28421 \end_inset
28422
28423
28424 \end_layout
28425
28426 \end_inset
28427
28428
28429 \begin_inset space \hfill{}
28430 \end_inset
28431
28432
28433 \begin_inset Box Frameless
28434 position "b"
28435 hor_pos "c"
28436 has_inner_box 1
28437 inner_pos "t"
28438 use_parbox 0
28439 use_makebox 0
28440 width "45col%"
28441 special "none"
28442 height "1in"
28443 height_special "totalheight"
28444 thickness "0.4pt"
28445 separation "3pt"
28446 shadowsize "4pt"
28447 framecolor "black"
28448 backgroundcolor "none"
28449 status open
28450
28451 \begin_layout Plain Layout
28452 \align center
28453 \begin_inset Graphics
28454         filename ../clipart/Star-structure.pdf
28455         width 100col%
28456         scaleBeforeRotation
28457
28458 \end_inset
28459
28460
28461 \end_layout
28462
28463 \begin_layout Plain Layout
28464 \begin_inset Caption Standard
28465
28466 \begin_layout Plain Layout
28467 \begin_inset CommandInset label
28468 LatexCommand label
28469 name "abb:Gleitobjekt-rechts"
28470
28471 \end_inset
28472
28473 Gleitobjekt auf der rechten Seite.
28474 \end_layout
28475
28476 \end_inset
28477
28478
28479 \end_layout
28480
28481 \end_inset
28482
28483
28484 \end_layout
28485
28486 \end_inset
28487
28488
28489 \end_layout
28490
28491 \begin_layout Standard
28492 Eine alternative und einfachere Methode ist, das Modul 
28493 \family sans
28494 Breitenvariable
28495 \begin_inset space ~
28496 \end_inset
28497
28498 Minipages
28499 \family default
28500  zu verwenden, siehe Abschnitt
28501 \begin_inset space ~
28502 \end_inset
28503
28504
28505 \begin_inset CommandInset ref
28506 LatexCommand ref
28507 reference "abs:Minipage"
28508
28509 \end_inset
28510
28511 .
28512  Breitenvariable Minipages berücksichtigen die Breite der Abbildungen und
28513  Tabellen automatisch, so dass keine explizite Breite angegeben werden muss.
28514  Die \SpecialChar LyX
28515 -Beispieldatei 
28516 \emph on
28517 varwidth-floats-side-by-side
28518 \emph default
28519  zeigt ein paar Beispiele.
28520 \end_layout
28521
28522 \begin_layout Section
28523 Beschriftungs-Formatierung
28524 \begin_inset CommandInset label
28525 LatexCommand label
28526 name "abs:Titel-Formatierung"
28527
28528 \end_inset
28529
28530
28531 \begin_inset Index idx
28532 status collapsed
28533
28534 \begin_layout Plain Layout
28535 Gleitobjekte ! Beschriftung ! Formatierung
28536 \end_layout
28537
28538 \end_inset
28539
28540
28541 \end_layout
28542
28543 \begin_layout Standard
28544
28545 \family sans
28546 Legende
28547 \family default
28548  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
28549  In \SpecialChar LyX
28550  sehen Titel so aus:  
28551 \family sans
28552
28553 \begin_inset Quotes gld
28554 \end_inset
28555
28556 Abbildung xyz:
28557 \family default
28558
28559 \begin_inset Quotes grd
28560 \end_inset
28561
28562 , gefolgt vom Beschriftungstext, wobei 
28563 \family sans
28564 xyz
28565 \family default
28566  die von \SpecialChar LyX
28567  vergebene Nummer ist.
28568  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
28569  gedruckt.
28570  Dieses Format ist für die meisten aber nicht alle Dokumente geeignet.
28571 \end_layout
28572
28573 \begin_layout Standard
28574 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das \SpecialChar LaTeX
28575 -Paket
28576  
28577 \series bold
28578 caption
28579 \series default
28580
28581 \begin_inset Index idx
28582 status collapsed
28583
28584 \begin_layout Plain Layout
28585 \SpecialChar LaTeX
28586 -Pakete ! caption
28587 \end_layout
28588
28589 \end_inset
28590
28591  in den \SpecialChar LaTeX
28592 -Vorspann laden:
28593 \end_layout
28594
28595 \begin_layout Standard
28596
28597 \series bold
28598
28599 \backslash
28600 usepackage[Format-Definition]{caption}
28601 \end_layout
28602
28603 \begin_layout Standard
28604 Soll zum Beispiel Name und Nummer serifenlos und fett gedruckt werden und
28605  die Beschriftung immer über der Tabelle stehen, müssen Sie folgenden Befehl
28606  verwenden:
28607 \end_layout
28608
28609 \begin_layout Standard
28610
28611 \series bold
28612
28613 \backslash
28614 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
28615 \end_layout
28616
28617 \begin_layout Standard
28618 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
28619  definieren.
28620  Dazu laden Sie das 
28621 \series bold
28622 caption
28623 \series default
28624 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
28625  dem Befehl
28626 \end_layout
28627
28628 \begin_layout Standard
28629
28630 \series bold
28631
28632 \backslash
28633 captionsetup[Gleitobjekt-Typ]{Format-Definition}
28634 \end_layout
28635
28636 \begin_layout Standard
28637 Für Abbildung
28638 \begin_inset space ~
28639 \end_inset
28640
28641
28642 \begin_inset CommandInset ref
28643 LatexCommand ref
28644 reference "abb:Langer-Abb-Titel"
28645
28646 \end_inset
28647
28648  und Tabelle
28649 \begin_inset space ~
28650 \end_inset
28651
28652
28653 \begin_inset CommandInset ref
28654 LatexCommand ref
28655 reference "tab:Langer-Tab-Titel"
28656
28657 \end_inset
28658
28659  können die Beschriftungen mit folgenden Befehlen im \SpecialChar LaTeX
28660 -Vorspann definiert
28661  werden:
28662 \end_layout
28663
28664 \begin_layout Standard
28665
28666 \series bold
28667
28668 \backslash
28669 usepackage[tableposition=top]{caption}
28670 \begin_inset Newline newline
28671 \end_inset
28672
28673
28674 \backslash
28675 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
28676 \begin_inset Newline newline
28677 \end_inset
28678
28679
28680 \begin_inset Phantom HPhantom
28681 status open
28682
28683 \begin_layout Plain Layout
28684
28685 \series bold
28686
28687 \backslash
28688 captionsetup[figure]{
28689 \end_layout
28690
28691 \end_inset
28692
28693 labelsep=period}
28694 \begin_inset Newline newline
28695 \end_inset
28696
28697
28698 \backslash
28699 captionsetup[table]{labelfont={bf,sf}}
28700 \end_layout
28701
28702 \begin_layout Standard
28703 \begin_inset Note Greyedout
28704 status open
28705
28706 \begin_layout Plain Layout
28707
28708 \series bold
28709 Bemerkung:
28710 \series default
28711  Die Option 
28712 \series bold
28713 tableposition=top
28714 \series default
28715  hat keine Auswirkung, wenn eine 
28716 \series bold
28717 KOMA-Script
28718 \series default
28719
28720 \begin_inset Index idx
28721 status collapsed
28722
28723 \begin_layout Plain Layout
28724 \SpecialChar LaTeX
28725 -Pakete ! KOMA-Script
28726 \end_layout
28727
28728 \end_inset
28729
28730 -Dokumentklasse verwendet wird.
28731  Hier muss die Option 
28732 \series bold
28733 captions=tableheading
28734 \series default
28735  benutzt werden.
28736 \end_layout
28737
28738 \end_inset
28739
28740
28741 \end_layout
28742
28743 \begin_layout Standard
28744 Weitere Informationen über das Paket
28745 \series bold
28746  caption
28747 \series default
28748  finden Sie in seiner Dokumentation 
28749 \begin_inset CommandInset citation
28750 LatexCommand cite
28751 key "caption"
28752 literal "true"
28753
28754 \end_inset
28755
28756 .
28757 \end_layout
28758
28759 \begin_layout Standard
28760 Wenn Sie den Namen von 
28761 \begin_inset Quotes gld
28762 \end_inset
28763
28764 Abbildung
28765 \begin_inset Quotes grd
28766 \end_inset
28767
28768  auf 
28769 \begin_inset Quotes gld
28770 \end_inset
28771
28772 Bild
28773 \begin_inset Quotes grd
28774 \end_inset
28775
28776  ändern wollen, können Sie das mit folgendem Befehl im \SpecialChar LaTeX
28777 -Vorspann  machen:
28778 \end_layout
28779
28780 \begin_layout Standard
28781
28782 \series bold
28783
28784 \backslash
28785 renewcommand{
28786 \backslash
28787 fnum@figure}{Bild~
28788 \backslash
28789 thefigure}
28790 \end_layout
28791
28792 \begin_layout Standard
28793 wobei 
28794 \series bold
28795
28796 \backslash
28797 thefigure
28798 \series default
28799  die Bildnummer einsetzt und
28800 \series bold
28801  ~
28802 \series default
28803  ein geschütztes Leerzeichen ist.
28804 \end_layout
28805
28806 \begin_layout Standard
28807 \begin_inset VSpace bigskip
28808 \end_inset
28809
28810 Wenn Sie eine 
28811 \series bold
28812 KOMA-Script
28813 \series default
28814
28815 \begin_inset Index idx
28816 status collapsed
28817
28818 \begin_layout Plain Layout
28819 \SpecialChar LaTeX
28820 -Pakete ! KOMA-Script
28821 \end_layout
28822
28823 \end_inset
28824
28825 -Dokumentklasse (
28826 \family sans
28827 article (KOMA-Script)
28828 \family default
28829
28830 \family sans
28831 book (KOMA-Script)
28832 \family default
28833
28834 \family sans
28835 letter (KOMA-Script)
28836 \family default
28837  oder 
28838 \family sans
28839 report (KOMA-Script)
28840 \family default
28841 ) benutzen, können Sie anstatt des 
28842 \series bold
28843 caption
28844 \series default
28845 -Paketes den eingebauten Befehl 
28846 \series bold
28847
28848 \backslash
28849 setkomafont
28850 \series default
28851  von 
28852 \series bold
28853 KOMA-Script
28854 \series default
28855  benutzen.
28856  Der Befehl
28857 \end_layout
28858
28859 \begin_layout Standard
28860
28861 \series bold
28862
28863 \backslash
28864 setkomafont{captionlabel}{
28865 \backslash
28866 bfseries}
28867 \end_layout
28868
28869 \begin_layout Standard
28870 im \SpecialChar LaTeX
28871 -Vorspann druckt den Namen fett.
28872 \end_layout
28873
28874 \begin_layout Standard
28875 Weitere Informationen über 
28876 \series bold
28877
28878 \backslash
28879 setkomafont
28880 \series default
28881  finden Sie in der 
28882 \series bold
28883 KOMA-Script
28884 \series default
28885 -Do\SpecialChar softhyphen
28886 ku\SpecialChar softhyphen
28887 men\SpecialChar softhyphen
28888 ta\SpecialChar softhyphen
28889 tion 
28890 \begin_inset CommandInset citation
28891 LatexCommand cite
28892 key "KOMA-Script"
28893 literal "true"
28894
28895 \end_inset
28896
28897 .
28898 \end_layout
28899
28900 \begin_layout Standard
28901 \begin_inset ERT
28902 status collapsed
28903
28904 \begin_layout Plain Layout
28905
28906
28907 \backslash
28908 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28909 }
28910 \end_layout
28911
28912 \end_inset
28913
28914
28915 \begin_inset Note Note
28916 status open
28917
28918 \begin_layout Plain Layout
28919 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
28920 \end_layout
28921
28922 \end_inset
28923
28924
28925 \end_layout
28926
28927 \begin_layout Standard
28928 \begin_inset Float figure
28929 placement !p
28930 wide false
28931 sideways false
28932 status open
28933
28934 \begin_layout Plain Layout
28935 \align center
28936 \begin_inset Graphics
28937         filename ../clipart/2D-intensity-plot.pdf
28938         scaleBeforeRotation
28939
28940 \end_inset
28941
28942
28943 \end_layout
28944
28945 \begin_layout Plain Layout
28946 \begin_inset Caption Standard
28947
28948 \begin_layout Plain Layout
28949 \begin_inset CommandInset label
28950 LatexCommand label
28951 name "abb:Langer-Abb-Titel"
28952
28953 \end_inset
28954
28955 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
28956  ist, um das andere Beschriftungsformat zu zeigen.
28957  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
28958 \begin_inset Argument 1
28959 status collapsed
28960
28961 \begin_layout Plain Layout
28962 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
28963  ist.
28964 \end_layout
28965
28966 \end_inset
28967
28968
28969 \end_layout
28970
28971 \end_inset
28972
28973
28974 \end_layout
28975
28976 \end_inset
28977
28978
28979 \end_layout
28980
28981 \begin_layout Standard
28982 \begin_inset ERT
28983 status collapsed
28984
28985 \begin_layout Plain Layout
28986
28987
28988 \backslash
28989 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28990 on}
28991 \end_layout
28992
28993 \end_inset
28994
28995
28996 \end_layout
28997
28998 \begin_layout Standard
28999 \begin_inset Float table
29000 placement !p
29001 wide false
29002 sideways false
29003 status open
29004
29005 \begin_layout Plain Layout
29006 \begin_inset Caption Standard
29007
29008 \begin_layout Plain Layout
29009 \begin_inset CommandInset label
29010 LatexCommand label
29011 name "tab:Langer-Tab-Titel"
29012
29013 \end_inset
29014
29015 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
29016  ist, um das andere Beschriftungsformat zu zeigen.
29017  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
29018  benutzt.
29019 \begin_inset Argument 1
29020 status collapsed
29021
29022 \begin_layout Plain Layout
29023 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
29024  ist.
29025 \end_layout
29026
29027 \end_inset
29028
29029
29030 \end_layout
29031
29032 \end_inset
29033
29034
29035 \end_layout
29036
29037 \begin_layout Plain Layout
29038 \align center
29039 \begin_inset Tabular
29040 <lyxtabular version="3" rows="1" columns="5">
29041 <features tabularvalignment="middle">
29042 <column alignment="center" valignment="top">
29043 <column alignment="center" valignment="top">
29044 <column alignment="center" valignment="top">
29045 <column alignment="center" valignment="top">
29046 <column alignment="center" valignment="top">
29047 <row>
29048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29049 \begin_inset Text
29050
29051 \begin_layout Plain Layout
29052 a
29053 \end_layout
29054
29055 \end_inset
29056 </cell>
29057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29058 \begin_inset Text
29059
29060 \begin_layout Plain Layout
29061 b
29062 \end_layout
29063
29064 \end_inset
29065 </cell>
29066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29067 \begin_inset Text
29068
29069 \begin_layout Plain Layout
29070 c
29071 \end_layout
29072
29073 \end_inset
29074 </cell>
29075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29076 \begin_inset Text
29077
29078 \begin_layout Plain Layout
29079 d
29080 \end_layout
29081
29082 \end_inset
29083 </cell>
29084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29085 \begin_inset Text
29086
29087 \begin_layout Plain Layout
29088 e
29089 \end_layout
29090
29091 \end_inset
29092 </cell>
29093 </row>
29094 </lyxtabular>
29095
29096 \end_inset
29097
29098
29099 \end_layout
29100
29101 \end_inset
29102
29103
29104 \end_layout
29105
29106 \begin_layout Section
29107 Beschriftungs-Platzierung
29108 \begin_inset CommandInset label
29109 LatexCommand label
29110 name "abs:Titel-Platzierung"
29111
29112 \end_inset
29113
29114
29115 \begin_inset Index idx
29116 status collapsed
29117
29118 \begin_layout Plain Layout
29119 Gleitobjekte ! Beschriftung ! Platzierung
29120 \end_layout
29121
29122 \end_inset
29123
29124
29125 \end_layout
29126
29127 \begin_layout Standard
29128 Normalerweise werden die Beschriftungen wie folgt platziert:
29129 \end_layout
29130
29131 \begin_layout Description
29132 Abbildung: darunter
29133 \end_layout
29134
29135 \begin_layout Description
29136 Tabelle: darüber
29137 \end_layout
29138
29139 \begin_layout Standard
29140 \SpecialChar LaTeX
29141 -Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
29142  Das heißt wenn Sie eine der Dokument-Klassen 
29143 \family sans
29144 article
29145 \family default
29146
29147 \family sans
29148 book
29149 \family default
29150
29151 \family sans
29152 letter
29153 \family default
29154  oder 
29155 \family sans
29156 report
29157 \family default
29158  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
29159  Um das zu erreichen, laden Sie das \SpecialChar LaTeX
29160 -Paket 
29161 \series bold
29162 caption
29163 \series default
29164
29165 \begin_inset Index idx
29166 status collapsed
29167
29168 \begin_layout Plain Layout
29169 \SpecialChar LaTeX
29170 -Pakete ! caption
29171 \end_layout
29172
29173 \end_inset
29174
29175  im \SpecialChar LaTeX
29176 -Vorspann mit der Option
29177 \begin_inset Foot
29178 status collapsed
29179
29180 \begin_layout Plain Layout
29181 In Abschnitt
29182 \begin_inset space ~
29183 \end_inset
29184
29185
29186 \begin_inset CommandInset ref
29187 LatexCommand ref
29188 reference "abs:Titel-Formatierung"
29189
29190 \end_inset
29191
29192  steht mehr über das Paket 
29193 \series bold
29194 caption
29195 \series default
29196 .
29197 \end_layout
29198
29199 \end_inset
29200
29201
29202 \end_layout
29203
29204 \begin_layout Standard
29205
29206 \series bold
29207 tableposition=top
29208 \end_layout
29209
29210 \begin_layout Standard
29211 Wenn Sie eine 
29212 \series bold
29213 KOMA-Script
29214 \series default
29215
29216 \begin_inset Index idx
29217 status collapsed
29218
29219 \begin_layout Plain Layout
29220 \SpecialChar LaTeX
29221 -Pakete ! KOMA-Script
29222 \end_layout
29223
29224 \end_inset
29225
29226 -Dokumentklasse (
29227 \family sans
29228 article (KOMA-Script)
29229 \family default
29230
29231 \family sans
29232 book (KOMA-Script)
29233 \family default
29234
29235 \family sans
29236 letter (KOMA-Script)
29237 \family default
29238  oder 
29239 \family sans
29240 report (KOMA-Script)
29241 \family default
29242 ) benutzen, können Sie alternativ zum 
29243 \series bold
29244 caption
29245 \series default
29246 -Paket die Dokumentklassen-Option
29247 \end_layout
29248
29249 \begin_layout Standard
29250
29251 \series bold
29252 captions=tableheading
29253 \end_layout
29254
29255 \begin_layout Standard
29256 benutzen.
29257 \begin_inset Foot
29258 status collapsed
29259
29260 \begin_layout Plain Layout
29261 Diese Option wird in diesem Dokument verwendet.
29262 \end_layout
29263
29264 \end_inset
29265
29266
29267 \end_layout
29268
29269 \begin_layout Standard
29270 In Dokumenten, die eine KOMA-Script Klasse verwenden, können Sie auch mit
29271  rechts auf eine Beschriftung klicken und im Kontextmenü markieren, ob diese
29272  Beschriftung über oder unter der Tabelle/Abbildung sein soll.
29273  Auf diese Weise kann die dokumentweite Beschriftungs-Platzierung für bestimmte
29274  Beschriftungen überschrieben werden.
29275  Tabelle
29276 \begin_inset space ~
29277 \end_inset
29278
29279
29280 \begin_inset CommandInset ref
29281 LatexCommand ref
29282 reference "tab:Eine-Beschriftung-unterhalb"
29283
29284 \end_inset
29285
29286  ist ein Beispiel, bei dem die Beschriftung als unterhalb der Tabelle markiert
29287  wurde, obwohl sie über der Tabelle steht.
29288  Zum Vergleich ist die Beschriftung von Tabelle
29289 \begin_inset space ~
29290 \end_inset
29291
29292
29293 \begin_inset CommandInset ref
29294 LatexCommand ref
29295 reference "tab:Eine-normale-Tabellen-Beschriftu"
29296
29297 \end_inset
29298
29299  nicht markiert.
29300 \end_layout
29301
29302 \begin_layout Standard
29303 \begin_inset Float table
29304 wide false
29305 sideways false
29306 status open
29307
29308 \begin_layout Plain Layout
29309 \begin_inset Caption Below
29310
29311 \begin_layout Plain Layout
29312 \begin_inset CommandInset label
29313 LatexCommand label
29314 name "tab:Eine-Beschriftung-unterhalb"
29315
29316 \end_inset
29317
29318 Eine Beschriftung, die als unterhalb der der Tabelle markiert wurde.
29319 \end_layout
29320
29321 \end_inset
29322
29323
29324 \end_layout
29325
29326 \begin_layout Plain Layout
29327 \align center
29328 \begin_inset Tabular
29329 <lyxtabular version="3" rows="3" columns="3">
29330 <features tabularvalignment="middle">
29331 <column alignment="center" valignment="top" width="0pt">
29332 <column alignment="center" valignment="top" width="0pt">
29333 <column alignment="center" valignment="top" width="0pt">
29334 <row>
29335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29336 \begin_inset Text
29337
29338 \begin_layout Plain Layout
29339 1
29340 \end_layout
29341
29342 \end_inset
29343 </cell>
29344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29345 \begin_inset Text
29346
29347 \begin_layout Plain Layout
29348 2
29349 \end_layout
29350
29351 \end_inset
29352 </cell>
29353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29354 \begin_inset Text
29355
29356 \begin_layout Plain Layout
29357 3
29358 \end_layout
29359
29360 \end_inset
29361 </cell>
29362 </row>
29363 <row>
29364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29365 \begin_inset Text
29366
29367 \begin_layout Plain Layout
29368 Joe
29369 \end_layout
29370
29371 \end_inset
29372 </cell>
29373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29374 \begin_inset Text
29375
29376 \begin_layout Plain Layout
29377 Mary
29378 \end_layout
29379
29380 \end_inset
29381 </cell>
29382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29383 \begin_inset Text
29384
29385 \begin_layout Plain Layout
29386 Ted
29387 \end_layout
29388
29389 \end_inset
29390 </cell>
29391 </row>
29392 <row>
29393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29394 \begin_inset Text
29395
29396 \begin_layout Plain Layout
29397 \begin_inset Formula $\int x^{2}dx$
29398 \end_inset
29399
29400
29401 \end_layout
29402
29403 \end_inset
29404 </cell>
29405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29406 \begin_inset Text
29407
29408 \begin_layout Plain Layout
29409 \begin_inset Formula $\left[\begin{array}{cc}
29410 a & b\\
29411 c & d
29412 \end{array}\right]$
29413 \end_inset
29414
29415
29416 \end_layout
29417
29418 \end_inset
29419 </cell>
29420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29421 \begin_inset Text
29422
29423 \begin_layout Plain Layout
29424 \begin_inset Formula $1+1=2$
29425 \end_inset
29426
29427
29428 \end_layout
29429
29430 \end_inset
29431 </cell>
29432 </row>
29433 </lyxtabular>
29434
29435 \end_inset
29436
29437
29438 \end_layout
29439
29440 \end_inset
29441
29442
29443 \end_layout
29444
29445 \begin_layout Standard
29446 \begin_inset Float table
29447 wide false
29448 sideways false
29449 status open
29450
29451 \begin_layout Plain Layout
29452 \begin_inset Caption Standard
29453
29454 \begin_layout Plain Layout
29455 \begin_inset CommandInset label
29456 LatexCommand label
29457 name "tab:Eine-normale-Tabellen-Beschriftu"
29458
29459 \end_inset
29460
29461 Eine normale Tabellen-Beschriftung.
29462 \end_layout
29463
29464 \end_inset
29465
29466
29467 \end_layout
29468
29469 \begin_layout Plain Layout
29470 \align center
29471 \begin_inset Tabular
29472 <lyxtabular version="3" rows="3" columns="3">
29473 <features tabularvalignment="middle">
29474 <column alignment="center" valignment="top" width="0pt">
29475 <column alignment="center" valignment="top" width="0pt">
29476 <column alignment="center" valignment="top" width="0pt">
29477 <row>
29478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29479 \begin_inset Text
29480
29481 \begin_layout Plain Layout
29482 1
29483 \end_layout
29484
29485 \end_inset
29486 </cell>
29487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29488 \begin_inset Text
29489
29490 \begin_layout Plain Layout
29491 2
29492 \end_layout
29493
29494 \end_inset
29495 </cell>
29496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29497 \begin_inset Text
29498
29499 \begin_layout Plain Layout
29500 3
29501 \end_layout
29502
29503 \end_inset
29504 </cell>
29505 </row>
29506 <row>
29507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29508 \begin_inset Text
29509
29510 \begin_layout Plain Layout
29511 Joe
29512 \end_layout
29513
29514 \end_inset
29515 </cell>
29516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29517 \begin_inset Text
29518
29519 \begin_layout Plain Layout
29520 Mary
29521 \end_layout
29522
29523 \end_inset
29524 </cell>
29525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29526 \begin_inset Text
29527
29528 \begin_layout Plain Layout
29529 Ted
29530 \end_layout
29531
29532 \end_inset
29533 </cell>
29534 </row>
29535 <row>
29536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29537 \begin_inset Text
29538
29539 \begin_layout Plain Layout
29540 \begin_inset Formula $\int x^{2}dx$
29541 \end_inset
29542
29543
29544 \end_layout
29545
29546 \end_inset
29547 </cell>
29548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29549 \begin_inset Text
29550
29551 \begin_layout Plain Layout
29552 \begin_inset Formula $\left[\begin{array}{cc}
29553 a & b\\
29554 c & d
29555 \end{array}\right]$
29556 \end_inset
29557
29558
29559 \end_layout
29560
29561 \end_inset
29562 </cell>
29563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29564 \begin_inset Text
29565
29566 \begin_layout Plain Layout
29567 \begin_inset Formula $1+1=2$
29568 \end_inset
29569
29570
29571 \end_layout
29572
29573 \end_inset
29574 </cell>
29575 </row>
29576 </lyxtabular>
29577
29578 \end_inset
29579
29580
29581 \end_layout
29582
29583 \end_inset
29584
29585
29586 \end_layout
29587
29588 \begin_layout Standard
29589 \begin_inset VSpace bigskip
29590 \end_inset
29591
29592 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
29593  Das bewirkt das \SpecialChar LaTeX
29594 -Paket 
29595 \series bold
29596 sidecap
29597 \series default
29598
29599 \begin_inset Index idx
29600 status collapsed
29601
29602 \begin_layout Plain Layout
29603 \SpecialChar LaTeX
29604 -Pakete ! sidecap
29605 \end_layout
29606
29607 \end_inset
29608
29609 , das so in den \SpecialChar LaTeX
29610 -Vorspann geladen wird:
29611 \end_layout
29612
29613 \begin_layout Standard
29614
29615 \series bold
29616
29617 \backslash
29618 usepackage[Option]{sidecap}
29619 \end_layout
29620
29621 \begin_layout Standard
29622 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
29623  Mit 
29624 \series bold
29625 innercaption
29626 \series default
29627  wird die Beschriftung innen gedruckt.
29628  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
29629  
29630 \series bold
29631 rightcaption
29632 \series default
29633  oder 
29634 \series bold
29635 leftcaption
29636 \series default
29637 .
29638 \end_layout
29639
29640 \begin_layout Standard
29641 \begin_inset ERT
29642 status collapsed
29643
29644 \begin_layout Plain Layout
29645
29646
29647 \backslash
29648 ifsidecap
29649 \end_layout
29650
29651 \end_inset
29652
29653
29654 \begin_inset Note Note
29655 status open
29656
29657 \begin_layout Plain Layout
29658 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
29659 -Paket 
29660 \series bold
29661 sidecap
29662 \series default
29663  installiert ist.
29664 \end_layout
29665
29666 \end_inset
29667
29668
29669 \end_layout
29670
29671 \begin_layout Standard
29672 Um die Beschriftung mit \SpecialChar LyX
29673  seitlich zu drucken, müssen Sie folgende Befehle
29674  in den \SpecialChar LaTeX
29675 -Vorspann schreiben:
29676 \end_layout
29677
29678 \begin_layout Standard
29679 \begin_inset Newpage newpage
29680 \end_inset
29681
29682
29683 \end_layout
29684
29685 \begin_layout Standard
29686 \noindent
29687 \begin_inset CommandInset line
29688 LatexCommand rule
29689 offset "0.5ex"
29690 width "100line%"
29691 height "1pt"
29692
29693 \end_inset
29694
29695
29696 \end_layout
29697
29698 \begin_layout Standard
29699
29700 \series bold
29701
29702 \backslash
29703 newcommand{
29704 \backslash
29705 TabBesBeg}[1][1.0]{%
29706 \begin_inset Newline newline
29707 \end_inset
29708
29709
29710 \begin_inset Phantom HPhantom
29711 status open
29712
29713 \begin_layout Plain Layout
29714 \begin_inset space ~
29715 \end_inset
29716
29717
29718 \end_layout
29719
29720 \end_inset
29721
29722
29723 \backslash
29724 let
29725 \backslash
29726 MyTable
29727 \backslash
29728 table
29729 \begin_inset Newline newline
29730 \end_inset
29731
29732
29733 \begin_inset Phantom HPhantom
29734 status open
29735
29736 \begin_layout Plain Layout
29737
29738 \series medium
29739 \begin_inset space ~
29740 \end_inset
29741
29742
29743 \end_layout
29744
29745 \end_inset
29746
29747
29748 \backslash
29749 let
29750 \backslash
29751 MyEndtable
29752 \backslash
29753 endtable
29754 \begin_inset Newline newline
29755 \end_inset
29756
29757
29758 \begin_inset Phantom HPhantom
29759 status open
29760
29761 \begin_layout Plain Layout
29762
29763 \series medium
29764 \begin_inset space ~
29765 \end_inset
29766
29767
29768 \end_layout
29769
29770 \end_inset
29771
29772
29773 \backslash
29774 renewenvironment{table}[1]{
29775 \backslash
29776 begin{SCtable}[#1]##1}{
29777 \backslash
29778 end{SCtable}}}
29779 \end_layout
29780
29781 \begin_layout Standard
29782
29783 \series bold
29784
29785 \backslash
29786 newcommand{
29787 \backslash
29788 TabBesEnd}{%
29789 \begin_inset Newline newline
29790 \end_inset
29791
29792
29793 \begin_inset Phantom HPhantom
29794 status open
29795
29796 \begin_layout Plain Layout
29797 \begin_inset space ~
29798 \end_inset
29799
29800
29801 \end_layout
29802
29803 \end_inset
29804
29805
29806 \backslash
29807 let
29808 \backslash
29809 table
29810 \backslash
29811 MyTable
29812 \begin_inset Newline newline
29813 \end_inset
29814
29815
29816 \begin_inset Phantom HPhantom
29817 status open
29818
29819 \begin_layout Plain Layout
29820 \begin_inset space ~
29821 \end_inset
29822
29823
29824 \end_layout
29825
29826 \end_inset
29827
29828
29829 \backslash
29830 let
29831 \backslash
29832 endtable
29833 \backslash
29834 MyEndtable
29835 \end_layout
29836
29837 \begin_layout Standard
29838
29839 \series bold
29840
29841 \backslash
29842 newcommand{
29843 \backslash
29844 FigBesBeg}[1][1.0]{%
29845 \begin_inset Newline newline
29846 \end_inset
29847
29848
29849 \begin_inset Phantom HPhantom
29850 status open
29851
29852 \begin_layout Plain Layout
29853 \begin_inset space ~
29854 \end_inset
29855
29856
29857 \end_layout
29858
29859 \end_inset
29860
29861
29862 \backslash
29863 let
29864 \backslash
29865 MyFigure
29866 \backslash
29867 figure
29868 \begin_inset Newline newline
29869 \end_inset
29870
29871
29872 \begin_inset Phantom HPhantom
29873 status open
29874
29875 \begin_layout Plain Layout
29876 \begin_inset space ~
29877 \end_inset
29878
29879
29880 \end_layout
29881
29882 \end_inset
29883
29884
29885 \backslash
29886 let
29887 \backslash
29888 MyEndfigure
29889 \backslash
29890 endfigure
29891 \begin_inset Newline newline
29892 \end_inset
29893
29894
29895 \begin_inset Phantom HPhantom
29896 status open
29897
29898 \begin_layout Plain Layout
29899 \begin_inset space ~
29900 \end_inset
29901
29902
29903 \end_layout
29904
29905 \end_inset
29906
29907
29908 \backslash
29909 renewenvironment{figure}[1]{
29910 \backslash
29911 begin{SCfigure}[#1]##1}{
29912 \backslash
29913 end{SCfigure}}}
29914 \end_layout
29915
29916 \begin_layout Standard
29917
29918 \series bold
29919
29920 \backslash
29921 newcommand{
29922 \backslash
29923 FigBesEnd}{%
29924 \begin_inset Newline newline
29925 \end_inset
29926
29927
29928 \begin_inset Phantom HPhantom
29929 status open
29930
29931 \begin_layout Plain Layout
29932 \begin_inset space ~
29933 \end_inset
29934
29935
29936 \end_layout
29937
29938 \end_inset
29939
29940
29941 \backslash
29942 let
29943 \backslash
29944 figure
29945 \backslash
29946 MyFigure
29947 \begin_inset Newline newline
29948 \end_inset
29949
29950
29951 \begin_inset Phantom HPhantom
29952 status open
29953
29954 \begin_layout Plain Layout
29955 \begin_inset space ~
29956 \end_inset
29957
29958
29959 \end_layout
29960
29961 \end_inset
29962
29963
29964 \backslash
29965 let
29966 \backslash
29967 endfigure
29968 \backslash
29969 MyEndfigure}
29970 \end_layout
29971
29972 \begin_layout Standard
29973 \noindent
29974 \begin_inset CommandInset line
29975 LatexCommand rule
29976 offset "0.5ex"
29977 width "100line%"
29978 height "1pt"
29979
29980 \end_inset
29981
29982
29983 \end_layout
29984
29985 \begin_layout Standard
29986 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
29987 ungen seitlich gedruckt werden.
29988  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
29989 \end_layout
29990
29991 \begin_layout Standard
29992
29993 \series bold
29994
29995 \backslash
29996 FigBesBeg
29997 \end_layout
29998
29999 \begin_layout Standard
30000 als \SpecialChar TeX
30001 -Code vor das Gleitobjekt und fügen Sie den Befehl
30002 \end_layout
30003
30004 \begin_layout Standard
30005
30006 \series bold
30007
30008 \backslash
30009 FigBesEnd
30010 \end_layout
30011
30012 \begin_layout Standard
30013 als \SpecialChar TeX
30014 -Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
30015  zurückkehren wollen.
30016 \end_layout
30017
30018 \begin_layout Standard
30019 Bei Gleitobjekt-Tabellen heißen die Befehle
30020 \end_layout
30021
30022 \begin_layout Standard
30023
30024 \series bold
30025
30026 \backslash
30027 TabBesBeg
30028 \series default
30029  und 
30030 \series bold
30031
30032 \backslash
30033 TabBesEnd
30034 \series default
30035 .
30036 \end_layout
30037
30038 \begin_layout Standard
30039 Abbildung
30040 \begin_inset space ~
30041 \end_inset
30042
30043
30044 \begin_inset CommandInset ref
30045 LatexCommand ref
30046 reference "abb:Beschriftung-neben"
30047
30048 \end_inset
30049
30050  und Tabelle
30051 \begin_inset space ~
30052 \end_inset
30053
30054
30055 \begin_inset CommandInset ref
30056 LatexCommand ref
30057 reference "tab:Beschriftung-neben"
30058
30059 \end_inset
30060
30061  sind Beispiele für seitliche Beschriftungen.
30062 \end_layout
30063
30064 \begin_layout Standard
30065 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
30066  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
30067  der Abbildung.
30068  Das kann man mit dem Befehl
30069 \end_layout
30070
30071 \begin_layout Standard
30072
30073 \series bold
30074
30075 \backslash
30076 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
30077 \end_layout
30078
30079 \begin_layout Standard
30080 im \SpecialChar LaTeX
30081 -Vorspann oder als \SpecialChar TeX
30082 -Code vor dem Gleitobjekt ändern.
30083  Der Gleitobjekt-Typ ist entweder 
30084 \family sans
30085 figure
30086 \family default
30087  oder 
30088 \family sans
30089 table
30090 \family default
30091 , die
30092 \family sans
30093  
30094 \family default
30095 Platzierung ist 
30096 \family typewriter
30097 t
30098 \family default
30099  für oben, 
30100 \family typewriter
30101 c
30102 \family default
30103  für zentriert oder 
30104 \family typewriter
30105 b
30106 \family default
30107  für unten.
30108  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
30109  lautet der Befehl
30110 \end_layout
30111
30112 \begin_layout Standard
30113
30114 \series bold
30115
30116 \backslash
30117 sidecaptionvpos{figure}{c}
30118 \end_layout
30119
30120 \begin_layout Standard
30121 Das wurde in Abbildung
30122 \begin_inset space ~
30123 \end_inset
30124
30125
30126 \begin_inset CommandInset ref
30127 LatexCommand ref
30128 reference "abb:cap-beside-fig-2"
30129
30130 \end_inset
30131
30132  benutzt.
30133 \end_layout
30134
30135 \begin_layout Standard
30136 \begin_inset VSpace medskip
30137 \end_inset
30138
30139
30140 \end_layout
30141
30142 \begin_layout Standard
30143 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
30144  Für schmale Bilder/Tabellen, wie in Tabelle
30145 \begin_inset space ~
30146 \end_inset
30147
30148
30149 \begin_inset CommandInset ref
30150 LatexCommand ref
30151 reference "tab:Beschriftung-neben"
30152
30153 \end_inset
30154
30155 , führt dies zu zu schmalen Beschriftungen.
30156  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
30157  Breite des Bildes/der Tabelle multipliziert wird.
30158  Das Ergebnis ist die Beschriftungsbreite.
30159  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
30160  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
30161  Der 
30162 \emph on
30163 Faktor
30164 \emph default
30165  kann entweder als optionales Argument für 
30166 \series bold
30167
30168 \backslash
30169 FigBesBeg
30170 \series default
30171  angegeben werden:
30172 \end_layout
30173
30174 \begin_layout Standard
30175
30176 \series bold
30177
30178 \backslash
30179 FigBesBeg[Faktor]
30180 \end_layout
30181
30182 \begin_layout Standard
30183 oder indem man in der Definition von 
30184 \series bold
30185
30186 \backslash
30187 FigBesBeg
30188 \series default
30189  die 
30190 \series bold
30191 1.0
30192 \series default
30193  mit einem anderen Wert ersetzt.
30194  Bei letzterem ist der angegebene Faktor der Standard wenn 
30195 \series bold
30196
30197 \backslash
30198 FigBesBeg
30199 \series default
30200  ohne Argument verwendet wird.
30201  Für Tabelle
30202 \begin_inset space ~
30203 \end_inset
30204
30205
30206 \begin_inset CommandInset ref
30207 LatexCommand ref
30208 reference "tab:Beschriftung-neben-breiter"
30209
30210 \end_inset
30211
30212  wurde der Faktor 5 verwendet.
30213 \end_layout
30214
30215 \begin_layout Standard
30216 \begin_inset Note Greyedout
30217 status open
30218
30219 \begin_layout Plain Layout
30220
30221 \series bold
30222 Achtung:
30223 \series default
30224  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
30225 erungsoption 
30226 \family sans
30227 Hier,
30228 \begin_inset space ~
30229 \end_inset
30230
30231 auf
30232 \begin_inset space ~
30233 \end_inset
30234
30235 jeden
30236 \begin_inset space ~
30237 \end_inset
30238
30239 Fall
30240 \family default
30241  nicht verwendet werden werden, da diese von 
30242 \series bold
30243 sidecap
30244 \series default
30245  nicht unterstützt wird.
30246 \end_layout
30247
30248 \end_inset
30249
30250
30251 \end_layout
30252
30253 \begin_layout Standard
30254 \begin_inset VSpace medskip
30255 \end_inset
30256
30257 Weitere Informationen über das Paket
30258 \series bold
30259  sidecap
30260 \series default
30261  finden Sie in seiner Dokumentation 
30262 \begin_inset CommandInset citation
30263 LatexCommand cite
30264 key "sidecap"
30265 literal "true"
30266
30267 \end_inset
30268
30269 .
30270 \end_layout
30271
30272 \begin_layout Standard
30273 \begin_inset Note Greyedout
30274 status open
30275
30276 \begin_layout Plain Layout
30277
30278 \series bold
30279 Bemerkung:
30280 \series default
30281  Das \SpecialChar LaTeX
30282 -Paket 
30283 \series bold
30284 hypcap
30285 \series default
30286 ,
30287 \begin_inset Index idx
30288 status collapsed
30289
30290 \begin_layout Plain Layout
30291 \SpecialChar LaTeX
30292 -Pakete ! hypcap
30293 \end_layout
30294
30295 \end_inset
30296
30297  das in Abschnitt
30298 \begin_inset space ~
30299 \end_inset
30300
30301
30302 \begin_inset CommandInset ref
30303 LatexCommand ref
30304 reference "uab:Querverweis-Position"
30305
30306 \end_inset
30307
30308  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
30309  Beschriftungen.
30310 \end_layout
30311
30312 \end_inset
30313
30314
30315 \end_layout
30316
30317 \begin_layout Standard
30318 \begin_inset ERT
30319 status collapsed
30320
30321 \begin_layout Plain Layout
30322
30323
30324 \backslash
30325 FigBesBeg 
30326 \end_layout
30327
30328 \end_inset
30329
30330
30331 \end_layout
30332
30333 \begin_layout Standard
30334 \begin_inset Float figure
30335 wide false
30336 sideways false
30337 status open
30338
30339 \begin_layout Plain Layout
30340 \begin_inset Graphics
30341         filename ../clipart/3D-structure-distort.pdf
30342         scale 50
30343         scaleBeforeRotation
30344
30345 \end_inset
30346
30347
30348 \end_layout
30349
30350 \begin_layout Plain Layout
30351 \begin_inset Caption Standard
30352
30353 \begin_layout Plain Layout
30354 \begin_inset CommandInset label
30355 LatexCommand label
30356 name "abb:Beschriftung-neben"
30357
30358 \end_inset
30359
30360 Dies ist eine Beschriftung neben einer Abbildung.
30361 \end_layout
30362
30363 \end_inset
30364
30365
30366 \end_layout
30367
30368 \end_inset
30369
30370
30371 \end_layout
30372
30373 \begin_layout Standard
30374 \begin_inset ERT
30375 status collapsed
30376
30377 \begin_layout Plain Layout
30378
30379
30380 \backslash
30381 FigBesEnd
30382 \end_layout
30383
30384 \end_inset
30385
30386
30387 \end_layout
30388
30389 \begin_layout Standard
30390 \begin_inset ERT
30391 status collapsed
30392
30393 \begin_layout Plain Layout
30394
30395
30396 \backslash
30397 TabBesBeg 
30398 \end_layout
30399
30400 \end_inset
30401
30402
30403 \end_layout
30404
30405 \begin_layout Standard
30406 \begin_inset Float table
30407 wide false
30408 sideways false
30409 status open
30410
30411 \begin_layout Plain Layout
30412 \begin_inset Caption Standard
30413
30414 \begin_layout Plain Layout
30415 \begin_inset CommandInset label
30416 LatexCommand label
30417 name "tab:Beschriftung-neben"
30418
30419 \end_inset
30420
30421 Dies ist eine Beschriftung neben einer Tabelle.
30422 \end_layout
30423
30424 \end_inset
30425
30426
30427 \end_layout
30428
30429 \begin_layout Plain Layout
30430 \begin_inset Tabular
30431 <lyxtabular version="3" rows="4" columns="5">
30432 <features tabularvalignment="middle">
30433 <column alignment="center" valignment="top">
30434 <column alignment="center" valignment="top">
30435 <column alignment="center" valignment="top">
30436 <column alignment="center" valignment="top">
30437 <column alignment="center" valignment="top">
30438 <row>
30439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30440 \begin_inset Text
30441
30442 \begin_layout Plain Layout
30443 a
30444 \end_layout
30445
30446 \end_inset
30447 </cell>
30448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30449 \begin_inset Text
30450
30451 \begin_layout Plain Layout
30452
30453 \end_layout
30454
30455 \end_inset
30456 </cell>
30457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30458 \begin_inset Text
30459
30460 \begin_layout Plain Layout
30461 b
30462 \end_layout
30463
30464 \end_inset
30465 </cell>
30466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30467 \begin_inset Text
30468
30469 \begin_layout Plain Layout
30470
30471 \end_layout
30472
30473 \end_inset
30474 </cell>
30475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30476 \begin_inset Text
30477
30478 \begin_layout Plain Layout
30479 c
30480 \end_layout
30481
30482 \end_inset
30483 </cell>
30484 </row>
30485 <row>
30486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30487 \begin_inset Text
30488
30489 \begin_layout Plain Layout
30490
30491 \end_layout
30492
30493 \end_inset
30494 </cell>
30495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30496 \begin_inset Text
30497
30498 \begin_layout Plain Layout
30499 d
30500 \end_layout
30501
30502 \end_inset
30503 </cell>
30504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30505 \begin_inset Text
30506
30507 \begin_layout Plain Layout
30508
30509 \end_layout
30510
30511 \end_inset
30512 </cell>
30513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30514 \begin_inset Text
30515
30516 \begin_layout Plain Layout
30517 e
30518 \end_layout
30519
30520 \end_inset
30521 </cell>
30522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30523 \begin_inset Text
30524
30525 \begin_layout Plain Layout
30526
30527 \end_layout
30528
30529 \end_inset
30530 </cell>
30531 </row>
30532 <row>
30533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30534 \begin_inset Text
30535
30536 \begin_layout Plain Layout
30537 f
30538 \end_layout
30539
30540 \end_inset
30541 </cell>
30542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30543 \begin_inset Text
30544
30545 \begin_layout Plain Layout
30546
30547 \end_layout
30548
30549 \end_inset
30550 </cell>
30551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30552 \begin_inset Text
30553
30554 \begin_layout Plain Layout
30555 g
30556 \end_layout
30557
30558 \end_inset
30559 </cell>
30560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30561 \begin_inset Text
30562
30563 \begin_layout Plain Layout
30564
30565 \end_layout
30566
30567 \end_inset
30568 </cell>
30569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30570 \begin_inset Text
30571
30572 \begin_layout Plain Layout
30573 h
30574 \end_layout
30575
30576 \end_inset
30577 </cell>
30578 </row>
30579 <row>
30580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30581 \begin_inset Text
30582
30583 \begin_layout Plain Layout
30584
30585 \end_layout
30586
30587 \end_inset
30588 </cell>
30589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30590 \begin_inset Text
30591
30592 \begin_layout Plain Layout
30593 i
30594 \end_layout
30595
30596 \end_inset
30597 </cell>
30598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30599 \begin_inset Text
30600
30601 \begin_layout Plain Layout
30602
30603 \end_layout
30604
30605 \end_inset
30606 </cell>
30607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30608 \begin_inset Text
30609
30610 \begin_layout Plain Layout
30611 j
30612 \end_layout
30613
30614 \end_inset
30615 </cell>
30616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30617 \begin_inset Text
30618
30619 \begin_layout Plain Layout
30620
30621 \end_layout
30622
30623 \end_inset
30624 </cell>
30625 </row>
30626 </lyxtabular>
30627
30628 \end_inset
30629
30630
30631 \end_layout
30632
30633 \end_inset
30634
30635
30636 \end_layout
30637
30638 \begin_layout Standard
30639 \begin_inset ERT
30640 status collapsed
30641
30642 \begin_layout Plain Layout
30643
30644
30645 \backslash
30646 TabBesEnd
30647 \end_layout
30648
30649 \end_inset
30650
30651
30652 \end_layout
30653
30654 \begin_layout Standard
30655 \begin_inset ERT
30656 status collapsed
30657
30658 \begin_layout Plain Layout
30659
30660
30661 \backslash
30662 FigBesBeg 
30663 \end_layout
30664
30665 \end_inset
30666
30667
30668 \end_layout
30669
30670 \begin_layout Standard
30671 \begin_inset ERT
30672 status collapsed
30673
30674 \begin_layout Plain Layout
30675
30676
30677 \backslash
30678 sidecaptionvpos{figure}{c}
30679 \end_layout
30680
30681 \end_inset
30682
30683
30684 \begin_inset Float figure
30685 wide false
30686 sideways false
30687 status open
30688
30689 \begin_layout Plain Layout
30690 \begin_inset Graphics
30691         filename ../clipart/3D-structure-distort.pdf
30692         scale 50
30693         scaleBeforeRotation
30694
30695 \end_inset
30696
30697
30698 \end_layout
30699
30700 \begin_layout Plain Layout
30701 \begin_inset Caption Standard
30702
30703 \begin_layout Plain Layout
30704 \begin_inset CommandInset label
30705 LatexCommand label
30706 name "abb:cap-beside-fig-2"
30707
30708 \end_inset
30709
30710 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
30711 \end_layout
30712
30713 \end_inset
30714
30715
30716 \end_layout
30717
30718 \end_inset
30719
30720
30721 \end_layout
30722
30723 \begin_layout Standard
30724 \begin_inset ERT
30725 status collapsed
30726
30727 \begin_layout Plain Layout
30728
30729
30730 \backslash
30731 FigBesEnd
30732 \end_layout
30733
30734 \end_inset
30735
30736
30737 \end_layout
30738
30739 \begin_layout Standard
30740 \begin_inset ERT
30741 status collapsed
30742
30743 \begin_layout Plain Layout
30744
30745
30746 \backslash
30747 TabBesBeg[5]
30748 \end_layout
30749
30750 \end_inset
30751
30752
30753 \end_layout
30754
30755 \begin_layout Standard
30756 \begin_inset Float table
30757 wide false
30758 sideways false
30759 status open
30760
30761 \begin_layout Plain Layout
30762 \begin_inset Caption Standard
30763
30764 \begin_layout Plain Layout
30765 \begin_inset CommandInset label
30766 LatexCommand label
30767 name "tab:Beschriftung-neben-breiter"
30768
30769 \end_inset
30770
30771 Diese Beschriftung ist breiter als die in Tabelle
30772 \begin_inset space ~
30773 \end_inset
30774
30775
30776 \begin_inset CommandInset ref
30777 LatexCommand ref
30778 reference "tab:Beschriftung-neben"
30779
30780 \end_inset
30781
30782 .
30783 \end_layout
30784
30785 \end_inset
30786
30787
30788 \end_layout
30789
30790 \begin_layout Plain Layout
30791 \begin_inset Tabular
30792 <lyxtabular version="3" rows="4" columns="5">
30793 <features tabularvalignment="middle">
30794 <column alignment="center" valignment="top">
30795 <column alignment="center" valignment="top">
30796 <column alignment="center" valignment="top">
30797 <column alignment="center" valignment="top">
30798 <column alignment="center" valignment="top">
30799 <row>
30800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30801 \begin_inset Text
30802
30803 \begin_layout Plain Layout
30804 a
30805 \end_layout
30806
30807 \end_inset
30808 </cell>
30809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30810 \begin_inset Text
30811
30812 \begin_layout Plain Layout
30813
30814 \end_layout
30815
30816 \end_inset
30817 </cell>
30818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30819 \begin_inset Text
30820
30821 \begin_layout Plain Layout
30822 b
30823 \end_layout
30824
30825 \end_inset
30826 </cell>
30827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30828 \begin_inset Text
30829
30830 \begin_layout Plain Layout
30831
30832 \end_layout
30833
30834 \end_inset
30835 </cell>
30836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30837 \begin_inset Text
30838
30839 \begin_layout Plain Layout
30840 c
30841 \end_layout
30842
30843 \end_inset
30844 </cell>
30845 </row>
30846 <row>
30847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30848 \begin_inset Text
30849
30850 \begin_layout Plain Layout
30851
30852 \end_layout
30853
30854 \end_inset
30855 </cell>
30856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30857 \begin_inset Text
30858
30859 \begin_layout Plain Layout
30860 d
30861 \end_layout
30862
30863 \end_inset
30864 </cell>
30865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30866 \begin_inset Text
30867
30868 \begin_layout Plain Layout
30869
30870 \end_layout
30871
30872 \end_inset
30873 </cell>
30874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30875 \begin_inset Text
30876
30877 \begin_layout Plain Layout
30878 e
30879 \end_layout
30880
30881 \end_inset
30882 </cell>
30883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30884 \begin_inset Text
30885
30886 \begin_layout Plain Layout
30887
30888 \end_layout
30889
30890 \end_inset
30891 </cell>
30892 </row>
30893 <row>
30894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30895 \begin_inset Text
30896
30897 \begin_layout Plain Layout
30898 f
30899 \end_layout
30900
30901 \end_inset
30902 </cell>
30903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30904 \begin_inset Text
30905
30906 \begin_layout Plain Layout
30907
30908 \end_layout
30909
30910 \end_inset
30911 </cell>
30912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30913 \begin_inset Text
30914
30915 \begin_layout Plain Layout
30916 g
30917 \end_layout
30918
30919 \end_inset
30920 </cell>
30921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30922 \begin_inset Text
30923
30924 \begin_layout Plain Layout
30925
30926 \end_layout
30927
30928 \end_inset
30929 </cell>
30930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30931 \begin_inset Text
30932
30933 \begin_layout Plain Layout
30934 h
30935 \end_layout
30936
30937 \end_inset
30938 </cell>
30939 </row>
30940 <row>
30941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30942 \begin_inset Text
30943
30944 \begin_layout Plain Layout
30945
30946 \end_layout
30947
30948 \end_inset
30949 </cell>
30950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30951 \begin_inset Text
30952
30953 \begin_layout Plain Layout
30954 i
30955 \end_layout
30956
30957 \end_inset
30958 </cell>
30959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30960 \begin_inset Text
30961
30962 \begin_layout Plain Layout
30963
30964 \end_layout
30965
30966 \end_inset
30967 </cell>
30968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30969 \begin_inset Text
30970
30971 \begin_layout Plain Layout
30972 j
30973 \end_layout
30974
30975 \end_inset
30976 </cell>
30977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30978 \begin_inset Text
30979
30980 \begin_layout Plain Layout
30981
30982 \end_layout
30983
30984 \end_inset
30985 </cell>
30986 </row>
30987 </lyxtabular>
30988
30989 \end_inset
30990
30991
30992 \end_layout
30993
30994 \end_inset
30995
30996
30997 \end_layout
30998
30999 \begin_layout Standard
31000 \begin_inset ERT
31001 status collapsed
31002
31003 \begin_layout Plain Layout
31004
31005
31006 \backslash
31007 TabBesEnd
31008 \end_layout
31009
31010 \end_inset
31011
31012
31013 \end_layout
31014
31015 \begin_layout Standard
31016 \begin_inset ERT
31017 status collapsed
31018
31019 \begin_layout Plain Layout
31020
31021
31022 \backslash
31023 else
31024 \end_layout
31025
31026 \end_inset
31027
31028
31029 \begin_inset Note Note
31030 status open
31031
31032 \begin_layout Plain Layout
31033 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
31034 -Paket 
31035 \series bold
31036 sidecap
31037 \series default
31038  nicht installiert ist:
31039 \end_layout
31040
31041 \end_inset
31042
31043
31044 \end_layout
31045
31046 \begin_layout Standard
31047 Das \SpecialChar LaTeX
31048 -Paket 
31049 \series bold
31050 sidecap
31051 \series default
31052  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
31053 \end_layout
31054
31055 \begin_layout Standard
31056 \begin_inset ERT
31057 status collapsed
31058
31059 \begin_layout Plain Layout
31060
31061
31062 \backslash
31063 fi
31064 \end_layout
31065
31066 \end_inset
31067
31068
31069 \end_layout
31070
31071 \begin_layout Section
31072 Gleitobjekt-Verzeichnisse
31073 \begin_inset Index idx
31074 status collapsed
31075
31076 \begin_layout Plain Layout
31077 Gleitobjekte ! Verzeichnisse
31078 \end_layout
31079
31080 \end_inset
31081
31082
31083 \end_layout
31084
31085 \begin_layout Standard
31086 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
31087  Sie können mit den Untermenüs von 
31088 \family sans
31089 Einfügen\SpecialChar menuseparator
31090 Liste
31091 \begin_inset space ~
31092 \end_inset
31093
31094 /
31095 \begin_inset space ~
31096 \end_inset
31097
31098 Inhaltsverzeichnis
31099 \family default
31100  eingefügt werden.
31101 \end_layout
31102
31103 \begin_layout Standard
31104 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
31105  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
31106 \end_layout
31107
31108 \begin_layout Standard
31109 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
31110  und ein Tabellen-Verzeichnis.
31111 \end_layout
31112
31113 \begin_layout Chapter
31114 Notizen
31115 \end_layout
31116
31117 \begin_layout Section
31118 \SpecialChar LyX
31119 -Notizen
31120 \begin_inset Index idx
31121 status collapsed
31122
31123 \begin_layout Plain Layout
31124 Notizen ! \SpecialChar LyX
31125 -Notizen
31126 \end_layout
31127
31128 \end_inset
31129
31130
31131 \end_layout
31132
31133 \begin_layout Standard
31134 Notizen werden mit einem Klick auf 
31135 \begin_inset Info
31136 type  "icon"
31137 arg   "note-insert"
31138 \end_inset
31139
31140  oder 
31141 \family sans
31142 Einfügen\SpecialChar menuseparator
31143 Notiz
31144 \family default
31145  eingefügt.
31146  Es gibt drei Arten:
31147 \end_layout
31148
31149 \begin_layout Description
31150 \SpecialChar LyX
31151 -Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
31152  Eine 
31153 \family sans
31154 \SpecialChar LyX
31155 -Notiz
31156 \family default
31157  sieht so aus:
31158 \begin_inset Newline newline
31159 \end_inset
31160
31161
31162 \begin_inset Newline newline
31163 \end_inset
31164
31165
31166 \begin_inset Graphics
31167         filename clipart/LyXNotiz.png
31168         display false
31169         scale 80
31170         scaleBeforeRotation
31171
31172 \end_inset
31173
31174  
31175 \begin_inset Note Note
31176 status open
31177
31178 \begin_layout Plain Layout
31179 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
31180 \end_layout
31181
31182 \end_inset
31183
31184
31185 \end_layout
31186
31187 \begin_layout Description
31188 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
31189  \SpecialChar LaTeX
31190 -Kommentar, wenn Sie das Dokument nach \SpecialChar LaTeX
31191  exportieren (
31192 \family sans
31193 Datei\SpecialChar menuseparator
31194 Ex\SpecialChar softhyphen
31195 por\SpecialChar softhyphen
31196 tie\SpecialChar softhyphen
31197 ren\SpecialChar menuseparator
31198 LaTeX
31199 \begin_inset space ~
31200 \end_inset
31201
31202 (pdflatex) / (normal)
31203 \family default
31204 .
31205  Ein Kommentar sieht so aus:
31206 \begin_inset Newline newline
31207 \end_inset
31208
31209
31210 \begin_inset Newline newline
31211 \end_inset
31212
31213
31214 \begin_inset Graphics
31215         filename clipart/Kommentar.png
31216         display false
31217         scale 80
31218         scaleBeforeRotation
31219
31220 \end_inset
31221
31222  
31223 \begin_inset Note Comment
31224 status open
31225
31226 \begin_layout Plain Layout
31227 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
31228 \end_layout
31229
31230 \end_inset
31231
31232
31233 \end_layout
31234
31235 \begin_layout Description
31236 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
31237 \begin_inset Newline newline
31238 \end_inset
31239
31240
31241 \begin_inset Newline newline
31242 \end_inset
31243
31244
31245 \begin_inset Graphics
31246         filename clipart/GrauschriftNotiz.png
31247         display false
31248         scale 80
31249         scaleBeforeRotation
31250
31251 \end_inset
31252
31253
31254 \begin_inset Newline newline
31255 \end_inset
31256
31257
31258 \begin_inset ERT
31259 status collapsed
31260
31261 \begin_layout Plain Layout
31262
31263
31264 \backslash
31265 renewenvironment{lyxgreyedout}
31266 \end_layout
31267
31268 \begin_layout Plain Layout
31269
31270 {
31271 \backslash
31272 textcolor[gray]{0.4}
31273 \backslash
31274 bgroup}{
31275 \backslash
31276 egroup}
31277 \end_layout
31278
31279 \end_inset
31280
31281
31282 \begin_inset Note Greyedout
31283 status open
31284
31285 \begin_layout Plain Layout
31286 Dies ist Text in einem Kommentar-Kästchen, der nur als Kommentar in der
31287  \SpecialChar LaTeX
31288 -Datei erscheint.
31289 \end_layout
31290
31291 \end_inset
31292
31293
31294 \begin_inset ERT
31295 status collapsed
31296
31297 \begin_layout Plain Layout
31298
31299
31300 \backslash
31301 renewenvironment{lyxgreyedout}
31302 \end_layout
31303
31304 \begin_layout Plain Layout
31305
31306 {
31307 \backslash
31308 textcolor{blue}
31309 \backslash
31310 bgroup}{
31311 \backslash
31312 egroup}
31313 \end_layout
31314
31315 \end_inset
31316
31317
31318 \begin_inset Note Note
31319 status collapsed
31320
31321 \begin_layout Plain Layout
31322 Die Grauschrift-Notiz wurde auf die ursprüngliche \SpecialChar LyX
31323 -Definition zurückgesetzt,
31324  weil Grauschriften im \SpecialChar LaTeX
31325 -Vorspann dieses Dokuments blau definiert wurden.
31326  
31327 \end_layout
31328
31329 \end_inset
31330
31331
31332 \begin_inset Newline newline
31333 \end_inset
31334
31335
31336 \begin_inset Newline newline
31337 \end_inset
31338
31339 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
31340  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
31341 \end_layout
31342
31343 \begin_layout Standard
31344 \begin_inset VSpace bigskip
31345 \end_inset
31346
31347 Wenn Sie auf den Werkzeugleistenknopf 
31348 \family sans
31349
31350 \begin_inset Info
31351 type  "icon"
31352 arg   "note-insert"
31353 \end_inset
31354
31355
31356 \family default
31357  klicken, wird zunächst eine 
31358 \family sans
31359 \SpecialChar LyX
31360 -Notiz
31361 \family default
31362  eingefügt.
31363  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
31364  Notiz-Typen auswählen.
31365  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
31366  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
31367  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
31368  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
31369  am Ende der Notiz ist.
31370 \end_layout
31371
31372 \begin_layout Standard
31373 \begin_inset VSpace bigskip
31374 \end_inset
31375
31376 Die Textfarbe von Grauschrift-Boxen kann im Menü 
31377 \family sans
31378 Dokument\SpecialChar menuseparator
31379 Einstellungen\SpecialChar menuseparator
31380 Farben
31381 \family default
31382  geändert werden.
31383 \end_layout
31384
31385 \begin_layout Section
31386 Fußnoten
31387 \begin_inset CommandInset label
31388 LatexCommand label
31389 name "abs:Fußnoten"
31390
31391 \end_inset
31392
31393
31394 \begin_inset Index idx
31395 status collapsed
31396
31397 \begin_layout Plain Layout
31398 Notizen ! Fußnoten
31399 \end_layout
31400
31401 \end_inset
31402
31403
31404 \begin_inset Index idx
31405 status collapsed
31406
31407 \begin_layout Plain Layout
31408 Fußnoten
31409 \end_layout
31410
31411 \end_inset
31412
31413
31414 \end_layout
31415
31416 \begin_layout Standard
31417 Fußnoten werden über den Werkzeugleistenknopf 
31418 \begin_inset Info
31419 type  "icon"
31420 arg   "footnote-insert"
31421 \end_inset
31422
31423  oder das Menü 
31424 \family sans
31425 Einfügen\SpecialChar menuseparator
31426 Fußnote
31427 \family default
31428  eingefügt.
31429  Man sieht dann diese Fußnotenbox: 
31430 \begin_inset Graphics
31431         filename clipart/Fussnote.png
31432         scale 95
31433         scaleBeforeRotation
31434
31435 \end_inset
31436
31437  in die der Fußnotentext eingegeben wird.
31438  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
31439  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
31440  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
31441 \family sans
31442 Backspace
31443 \family default
31444  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
31445 \family sans
31446 Entf
31447 \family default
31448  wenn der Cursor am Ende der Fußnote ist.
31449 \end_layout
31450
31451 \begin_layout Standard
31452 Hier ist eine Beispielfußnote:
31453 \color black
31454
31455 \begin_inset Foot
31456 status open
31457
31458 \begin_layout Plain Layout
31459 \begin_inset CommandInset label
31460 LatexCommand label
31461 name "fuss:Fußnoten-Beispiel"
31462
31463 \end_inset
31464
31465 Dies ist eine Fußnote.
31466 \end_layout
31467
31468 \end_inset
31469
31470
31471 \color inherit
31472
31473 \begin_inset ERT
31474 status collapsed
31475
31476 \begin_layout Plain Layout
31477
31478
31479 \backslash
31480 newcounter{MyRepeatFoot}
31481 \end_layout
31482
31483 \begin_layout Plain Layout
31484
31485
31486 \backslash
31487 setcounter{MyRepeatFoot}{
31488 \backslash
31489 thefootnote}
31490 \end_layout
31491
31492 \end_inset
31493
31494
31495 \end_layout
31496
31497 \begin_layout Standard
31498 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
31499  wurde, eine hochgestellte Zahl.
31500  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
31501  hochgestellt dem Text vorangeht.
31502  Die Fußnotennummern werden von \SpecialChar LaTeX
31503  berechnet und sind fortlaufend.
31504  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
31505  werden.
31506 \end_layout
31507
31508 \begin_layout Standard
31509 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
31510  der Fußnote eine Marke eingefügt wurde.
31511  Dies ist ein Querverweis auf Fußnote
31512 \begin_inset space ~
31513 \end_inset
31514
31515
31516 \begin_inset CommandInset ref
31517 LatexCommand ref
31518 reference "fuss:Fußnoten-Beispiel"
31519
31520 \end_inset
31521
31522 .
31523 \end_layout
31524
31525 \begin_layout Standard
31526 \begin_inset VSpace defskip
31527 \end_inset
31528
31529 Fußnoten in Titel-Umgebungen werden üblicherweise mit Symbolen nummeriert
31530  und sie können nur einen Absatz enthalten.
31531  Siehe als Beispiel die Fußnote der Titelseite dieses Dokuments.
31532 \end_layout
31533
31534 \begin_layout Standard
31535 \begin_inset VSpace defskip
31536 \end_inset
31537
31538 Fußnoten in Tabellen werden von \SpecialChar LaTeX
31539  aus technischen Gründen nicht gedruckt.
31540  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
31541  wird der Befehl 
31542 \series bold
31543
31544 \backslash
31545 footnotemark{}
31546 \series default
31547  als \SpecialChar TeX
31548 -Code eingefügt.
31549  Der Text der Fußnote wird als Argument des \SpecialChar TeX
31550 -Code-Befehls 
31551 \series bold
31552
31553 \backslash
31554 footnotetext
31555 \series default
31556  nach der Tabelle eingegeben.
31557 \begin_inset Newline newline
31558 \end_inset
31559
31560 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
31561 \end_layout
31562
31563 \begin_layout Standard
31564
31565 \series bold
31566
31567 \backslash
31568 footnotetext{
31569 \series default
31570 Gedruckte Tabellenfußnote.
31571 \series bold
31572 }
31573 \end_layout
31574
31575 \begin_layout Standard
31576 \begin_inset Tabular
31577 <lyxtabular version="3" rows="2" columns="1">
31578 <features tabularvalignment="middle">
31579 <column alignment="center" valignment="top">
31580 <row>
31581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31582 \begin_inset Text
31583
31584 \begin_layout Plain Layout
31585 Dies ist ein Beispieltext.
31586 \begin_inset Foot
31587 status open
31588
31589 \begin_layout Plain Layout
31590 Diese Fußnote wird nicht gedruckt!
31591 \end_layout
31592
31593 \end_inset
31594
31595
31596 \end_layout
31597
31598 \end_inset
31599 </cell>
31600 </row>
31601 <row>
31602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31603 \begin_inset Text
31604
31605 \begin_layout Plain Layout
31606 Dies ist ein Beispieltext.
31607 \begin_inset ERT
31608 status collapsed
31609
31610 \begin_layout Plain Layout
31611
31612
31613 \backslash
31614 footnotemark{}
31615 \end_layout
31616
31617 \end_inset
31618
31619
31620 \end_layout
31621
31622 \end_inset
31623 </cell>
31624 </row>
31625 </lyxtabular>
31626
31627 \end_inset
31628
31629
31630 \begin_inset ERT
31631 status collapsed
31632
31633 \begin_layout Plain Layout
31634
31635
31636 \backslash
31637 footnotetext{
31638 \end_layout
31639
31640 \end_inset
31641
31642 Gedruckte Tabellenfußnote.
31643 \begin_inset ERT
31644 status collapsed
31645
31646 \begin_layout Plain Layout
31647
31648 }
31649 \end_layout
31650
31651 \end_inset
31652
31653
31654 \end_layout
31655
31656 \begin_layout Standard
31657 Fußnoten in langen Tabellen sind in Abschnitt
31658 \begin_inset space ~
31659 \end_inset
31660
31661
31662 \begin_inset CommandInset ref
31663 LatexCommand ref
31664 reference "uab:Fußnoten-in-mehrseitigen"
31665
31666 \end_inset
31667
31668  beschrieben.
31669 \end_layout
31670
31671 \begin_layout Standard
31672 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
31673  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
31674  innerhalb einer Seite ist.
31675  (Mehr über Minipages ist in Abschnitt
31676 \begin_inset space ~
31677 \end_inset
31678
31679
31680 \begin_inset CommandInset ref
31681 LatexCommand ref
31682 reference "abs:Minipage"
31683
31684 \end_inset
31685
31686  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
31687  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
31688  Methode mit 
31689 \series bold
31690
31691 \backslash
31692 footnotemark{}
31693 \series default
31694  und 
31695 \series bold
31696
31697 \backslash
31698 footnotetext
31699 \series default
31700 .
31701 \end_layout
31702
31703 \begin_layout Standard
31704 \begin_inset Box Frameless
31705 position "t"
31706 hor_pos "c"
31707 has_inner_box 1
31708 inner_pos "t"
31709 use_parbox 0
31710 use_makebox 0
31711 width "100col%"
31712 special "none"
31713 height "1in"
31714 height_special "totalheight"
31715 thickness "0.4pt"
31716 separation "3pt"
31717 shadowsize "4pt"
31718 framecolor "black"
31719 backgroundcolor "none"
31720 status open
31721
31722 \begin_layout Plain Layout
31723 Dies ist ein Beispieltext.in einer Minipage.
31724 \begin_inset Foot
31725 status open
31726
31727 \begin_layout Plain Layout
31728 Fußnote in einer Minipage.
31729 \end_layout
31730
31731 \end_inset
31732
31733
31734 \end_layout
31735
31736 \begin_layout Plain Layout
31737 Dies ist ein Beispieltext.
31738  in einer Minipage.
31739 \begin_inset ERT
31740 status collapsed
31741
31742 \begin_layout Plain Layout
31743
31744
31745 \backslash
31746 footnotemark{}
31747 \end_layout
31748
31749 \end_inset
31750
31751
31752 \end_layout
31753
31754 \end_inset
31755
31756
31757 \end_layout
31758
31759 \begin_layout Standard
31760 \begin_inset ERT
31761 status collapsed
31762
31763 \begin_layout Plain Layout
31764
31765
31766 \backslash
31767 footnotetext{
31768 \end_layout
31769
31770 \end_inset
31771
31772 Fußnote außerhalb der Minipage.
31773 \begin_inset ERT
31774 status collapsed
31775
31776 \begin_layout Plain Layout
31777
31778 }
31779 \end_layout
31780
31781 \end_inset
31782
31783
31784 \end_layout
31785
31786 \begin_layout Standard
31787 \begin_inset VSpace defskip
31788 \end_inset
31789
31790
31791 \end_layout
31792
31793 \begin_layout Standard
31794 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
31795  Fußnotentext zu drucken, verwenden Sie den \SpecialChar TeX
31796 -Code-Befehl 
31797 \series bold
31798
31799 \backslash
31800 footnotemark[Nummer]
31801 \series default
31802 .
31803 \begin_inset Newline newline
31804 \end_inset
31805
31806 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
31807  sie speichern, nachdem Sie die Fußnote eingefügt haben.
31808  Hinter Fußnote
31809 \begin_inset space ~
31810 \end_inset
31811
31812
31813 \begin_inset CommandInset ref
31814 LatexCommand ref
31815 reference "fuss:Fußnoten-Beispiel"
31816
31817 \end_inset
31818
31819  wurde das mit folgenden \SpecialChar TeX
31820 -Code-Befehlen gemacht:
31821 \end_layout
31822
31823 \begin_layout Standard
31824
31825 \series bold
31826
31827 \backslash
31828 newcounter{MyRepeatFoot}
31829 \begin_inset Newline newline
31830 \end_inset
31831
31832
31833 \backslash
31834 setcounter{MyRepeatFoot}{
31835 \backslash
31836 thefootnote}
31837 \end_layout
31838
31839 \begin_layout Standard
31840 Die Fußnotenmarke wurde dann mit diesem \SpecialChar TeX
31841 -Code-Befehl definiert;
31842 \end_layout
31843
31844 \begin_layout Standard
31845
31846 \series bold
31847
31848 \backslash
31849 footnotemark[
31850 \backslash
31851 theMyRepeatFoot]
31852 \end_layout
31853
31854 \begin_layout Standard
31855 Hier ist eine wiederholte Fußnote:
31856 \begin_inset ERT
31857 status collapsed
31858
31859 \begin_layout Plain Layout
31860
31861
31862 \backslash
31863 footnotemark[
31864 \backslash
31865 theMyRepeatFoot]
31866 \end_layout
31867
31868 \end_inset
31869
31870
31871 \end_layout
31872
31873 \begin_layout Standard
31874 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
31875  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
31876 \end_layout
31877
31878 \begin_layout Standard
31879
31880 \series bold
31881
31882 \backslash
31883 footnotemark[
31884 \backslash
31885 thefootnote]
31886 \end_layout
31887
31888 \begin_layout Standard
31889 Hier ist eine weitere wiederholte Fußnote:
31890 \begin_inset ERT
31891 status collapsed
31892
31893 \begin_layout Plain Layout
31894
31895
31896 \backslash
31897 footnotemark[
31898 \backslash
31899 thefootnote]
31900 \end_layout
31901
31902 \end_inset
31903
31904
31905 \end_layout
31906
31907 \begin_layout Subsection
31908 Fußnoten-Nummerierung
31909 \begin_inset CommandInset label
31910 LatexCommand label
31911 name "uab:Fußnoten-Nummerierung"
31912
31913 \end_inset
31914
31915
31916 \begin_inset Index idx
31917 status collapsed
31918
31919 \begin_layout Plain Layout
31920 Fußnoten ! Nummerierung
31921 \end_layout
31922
31923 \end_inset
31924
31925
31926 \end_layout
31927
31928 \begin_layout Standard
31929 Um Fußnoten nach jedem Abschnitt
31930 \family roman
31931  auf 1 zurückzusetzen, 
31932 \family default
31933 müssen Sie folgenden Befehl in den \SpecialChar LaTeX
31934 -Vorspann schreiben:
31935 \end_layout
31936
31937 \begin_layout Standard
31938
31939 \series bold
31940
31941 \backslash
31942 @addtoreset{footnote}{section}
31943 \end_layout
31944
31945 \begin_layout Standard
31946 \begin_inset VSpace bigskip
31947 \end_inset
31948
31949 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
31950  Zahlen:
31951 \end_layout
31952
31953 \begin_layout Standard
31954
31955 \series bold
31956
31957 \backslash
31958 renewcommand{
31959 \backslash
31960 thefootnote}{
31961 \backslash
31962 roman{footnote}}
31963 \end_layout
31964
31965 \begin_layout Standard
31966 \begin_inset ERT
31967 status collapsed
31968
31969 \begin_layout Plain Layout
31970
31971
31972 \backslash
31973 renewcommand{
31974 \backslash
31975 thefootnote}{
31976 \backslash
31977 roman{footnote}}
31978 \end_layout
31979
31980 \end_inset
31981
31982  Hier ist ein Beispiel für solch eine Fußnote:
31983 \begin_inset Foot
31984 status open
31985
31986 \begin_layout Plain Layout
31987 Dies ist eine Fußnote mit kleinen römischen Zahlen
31988 \end_layout
31989
31990 \end_inset
31991
31992
31993 \end_layout
31994
31995 \begin_layout Standard
31996 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
31997  in obigem Befehl 
31998 \series bold
31999
32000 \backslash
32001 roman
32002 \series default
32003  durch 
32004 \series bold
32005
32006 \backslash
32007 Roman
32008 \series default
32009 .
32010  Um Fußnoten mit großen oder kleinen Buchstaben zu 
32011 \begin_inset Quotes gld
32012 \end_inset
32013
32014 nummerieren
32015 \begin_inset Quotes grd
32016 \end_inset
32017
32018 , verwenden Sie die Befehle 
32019 \series bold
32020
32021 \backslash
32022 Alph
32023 \series default
32024  oder 
32025 \series bold
32026
32027 \backslash
32028 alph
32029 \series default
32030 .
32031  Für die 
32032 \begin_inset Quotes gld
32033 \end_inset
32034
32035 Nummerierung
32036 \begin_inset Quotes grd
32037 \end_inset
32038
32039  mit Symbolen steht der Befehl 
32040 \series bold
32041
32042 \backslash
32043 fnsymbol
32044 \series default
32045  zur Verfügung.
32046 \end_layout
32047
32048 \begin_layout Standard
32049 \begin_inset Note Greyedout
32050 status open
32051
32052 \begin_layout Plain Layout
32053
32054 \series bold
32055 Bemerkung 1:
32056 \series default
32057  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
32058  
32059 \emph on
32060 ein
32061 \emph default
32062  Buchstabe verwendet wird.
32063 \end_layout
32064
32065 \end_inset
32066
32067
32068 \begin_inset Newline newline
32069 \end_inset
32070
32071
32072 \begin_inset Note Greyedout
32073 status open
32074
32075 \begin_layout Plain Layout
32076
32077 \series bold
32078 Bemerkung 2:
32079 \series default
32080  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
32081 \end_layout
32082
32083 \end_inset
32084
32085
32086 \end_layout
32087
32088 \begin_layout Standard
32089 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
32090 \series bold
32091
32092 \backslash
32093 arabic
32094 \series default
32095  anstelle von 
32096 \series bold
32097
32098 \backslash
32099 roman
32100 \series default
32101  in obigem Befehl.
32102 \begin_inset ERT
32103 status collapsed
32104
32105 \begin_layout Plain Layout
32106
32107
32108 \backslash
32109 renewcommand{
32110 \backslash
32111 thefootnote}{
32112 \backslash
32113 arabic{footnote}}
32114 \end_layout
32115
32116 \end_inset
32117
32118
32119 \end_layout
32120
32121 \begin_layout Standard
32122 \begin_inset VSpace bigskip
32123 \end_inset
32124
32125
32126 \end_layout
32127
32128 \begin_layout Standard
32129 Wenn Sie wollen, dass Fußnoten nach dem Schema 
32130 \begin_inset Quotes gld
32131 \end_inset
32132
32133 Kapitel.Fußnote
32134 \begin_inset Quotes grd
32135 \end_inset
32136
32137  nummeriert werden, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
32138 -Vorspann schreiben:
32139 \end_layout
32140
32141 \begin_layout Standard
32142
32143 \series bold
32144
32145 \backslash
32146 numberwithin{footnote}{chapter}
32147 \end_layout
32148
32149 \begin_layout Standard
32150 Um 
32151 \series bold
32152
32153 \backslash
32154 numberwithin
32155 \series default
32156  benutzen zu können, muss in den 
32157 \family sans
32158 Mathe
32159 \begin_inset space ~
32160 \end_inset
32161
32162 Optionen
32163 \family default
32164  der 
32165 \family sans
32166 Dokument-Einstellungen
32167 \family default
32168  
32169 \family sans
32170 AMS
32171 \begin_inset space ~
32172 \end_inset
32173
32174 Mathe
32175 \begin_inset space ~
32176 \end_inset
32177
32178 Paket
32179 \family default
32180
32181 \begin_inset space ~
32182 \end_inset
32183
32184
32185 \family sans
32186 verwenden
32187 \family default
32188  angekreuzt sein.
32189 \begin_inset ERT
32190 status collapsed
32191
32192 \begin_layout Plain Layout
32193
32194
32195 \backslash
32196 numberwithin{footnote}{chapter}
32197 \end_layout
32198
32199 \end_inset
32200
32201  Hier ist ein Beispiel für solch eine Fußnote.
32202 \series bold
32203
32204 \begin_inset Foot
32205 status open
32206
32207 \begin_layout Plain Layout
32208 Dies ist eine Fußnote nach dem Schema 
32209 \begin_inset Quotes gld
32210 \end_inset
32211
32212 Kapitel.Fußnote
32213 \begin_inset Quotes grd
32214 \end_inset
32215
32216 .
32217 \end_layout
32218
32219 \end_inset
32220
32221
32222 \series default
32223
32224 \begin_inset ERT
32225 status collapsed
32226
32227 \begin_layout Plain Layout
32228
32229
32230 \backslash
32231 renewcommand{
32232 \backslash
32233 thefootnote}{
32234 \backslash
32235 arabic{footnote}}
32236 \end_layout
32237
32238 \end_inset
32239
32240
32241 \end_layout
32242
32243 \begin_layout Standard
32244 \begin_inset Note Greyedout
32245 status open
32246
32247 \begin_layout Plain Layout
32248
32249 \series bold
32250 Bemerkung:
32251 \series default
32252  
32253 \series bold
32254
32255 \backslash
32256 numberwithin
32257 \series default
32258  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
32259  werden überschrieben.
32260 \end_layout
32261
32262 \end_inset
32263
32264
32265 \end_layout
32266
32267 \begin_layout Standard
32268 Um also z.
32269 \begin_inset space \thinspace{}
32270 \end_inset
32271
32272 B.
32273  das Schema 
32274 \begin_inset Quotes gld
32275 \end_inset
32276
32277 Kapitel.
32278 \backslash
32279 Roman{footnote}
32280 \begin_inset Quotes grd
32281 \end_inset
32282
32283  zu erhalten, muss dieser Befehl anstelle von 
32284 \series bold
32285
32286 \backslash
32287 numberwithin
32288 \series default
32289  verwendet werden:
32290 \end_layout
32291
32292 \begin_layout Standard
32293
32294 \series bold
32295
32296 \backslash
32297 renewcommand{
32298 \backslash
32299 thefootnote}{
32300 \backslash
32301 thechapter.
32302 \backslash
32303 Roman{footnote}}
32304 \end_layout
32305
32306 \begin_layout Subsection
32307 Fußnoten-Platzierung
32308 \begin_inset Index idx
32309 status collapsed
32310
32311 \begin_layout Plain Layout
32312 Fußnoten ! Platzierung
32313 \end_layout
32314
32315 \end_inset
32316
32317
32318 \end_layout
32319
32320 \begin_layout Standard
32321 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
32322  ohne Zwischenraum am Ende der Seite gedruckt.
32323  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
32324  \SpecialChar LaTeX
32325 -Vorspann 1.5
32326 \begin_inset space \thinspace{}
32327 \end_inset
32328
32329 mm Zwischenraum einfügen:
32330 \end_layout
32331
32332 \begin_layout Standard
32333
32334 \series bold
32335
32336 \backslash
32337 let
32338 \backslash
32339 myFoot
32340 \backslash
32341 footnote
32342 \begin_inset Newline newline
32343 \end_inset
32344
32345
32346 \backslash
32347 renewcommand{
32348 \backslash
32349 footnote}[1]{
32350 \backslash
32351 myFoot{#1
32352 \backslash
32353 vspace{1.5mm}}}
32354 \end_layout
32355
32356 \begin_layout Standard
32357 \begin_inset VSpace bigskip
32358 \end_inset
32359
32360 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
32361  Spalte gedruckt, Abbildung
32362 \begin_inset space ~
32363 \end_inset
32364
32365
32366 \begin_inset CommandInset ref
32367 LatexCommand ref
32368 reference "abb:Standard-Fußnoten-Platzierung-in"
32369
32370 \end_inset
32371
32372 .
32373  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
32374  in Abbildung
32375 \begin_inset space ~
32376 \end_inset
32377
32378
32379 \begin_inset CommandInset ref
32380 LatexCommand ref
32381 reference "abb:Fußnoten-Platzierung-in-einem"
32382
32383 \end_inset
32384
32385 , müssen Sie das \SpecialChar LaTeX
32386 -Paket 
32387 \series bold
32388 ftnright
32389 \series default
32390
32391 \begin_inset Index idx
32392 status collapsed
32393
32394 \begin_layout Plain Layout
32395 \SpecialChar LaTeX
32396 -Pakete ! ftnright
32397 \end_layout
32398
32399 \end_inset
32400
32401  mit folgendem Befehl im \SpecialChar LaTeX
32402 -Vorspann einfügen:
32403 \end_layout
32404
32405 \begin_layout Standard
32406
32407 \series bold
32408
32409 \backslash
32410 usepackage{ftnright}
32411 \end_layout
32412
32413 \begin_layout Standard
32414 \begin_inset Float figure
32415 placement !h
32416 wide false
32417 sideways false
32418 status open
32419
32420 \begin_layout Plain Layout
32421 \noindent
32422 \align center
32423 \begin_inset Box Boxed
32424 position "t"
32425 hor_pos "c"
32426 has_inner_box 0
32427 inner_pos "t"
32428 use_parbox 0
32429 use_makebox 0
32430 width ""
32431 special "none"
32432 height "1in"
32433 height_special "totalheight"
32434 thickness "0.4pt"
32435 separation "3pt"
32436 shadowsize "4pt"
32437 framecolor "black"
32438 backgroundcolor "none"
32439 status open
32440
32441 \begin_layout Plain Layout
32442 \begin_inset Graphics
32443         filename ../clipart/without_fntright.pdf
32444         width 100col%
32445         scaleBeforeRotation
32446
32447 \end_inset
32448
32449
32450 \end_layout
32451
32452 \end_inset
32453
32454
32455 \end_layout
32456
32457 \begin_layout Plain Layout
32458 \begin_inset Caption Standard
32459
32460 \begin_layout Plain Layout
32461 \begin_inset CommandInset label
32462 LatexCommand label
32463 name "abb:Standard-Fußnoten-Platzierung-in"
32464
32465 \end_inset
32466
32467 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
32468 \begin_inset Argument 1
32469 status open
32470
32471 \begin_layout Plain Layout
32472 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
32473 \end_layout
32474
32475 \end_inset
32476
32477
32478 \end_layout
32479
32480 \end_inset
32481
32482
32483 \end_layout
32484
32485 \end_inset
32486
32487
32488 \end_layout
32489
32490 \begin_layout Standard
32491 \begin_inset Float figure
32492 placement !h
32493 wide false
32494 sideways false
32495 status open
32496
32497 \begin_layout Plain Layout
32498 \noindent
32499 \align center
32500 \begin_inset Box Boxed
32501 position "t"
32502 hor_pos "c"
32503 has_inner_box 0
32504 inner_pos "t"
32505 use_parbox 0
32506 use_makebox 0
32507 width ""
32508 special "none"
32509 height "1in"
32510 height_special "totalheight"
32511 thickness "0.4pt"
32512 separation "3pt"
32513 shadowsize "4pt"
32514 framecolor "black"
32515 backgroundcolor "none"
32516 status open
32517
32518 \begin_layout Plain Layout
32519 \begin_inset Graphics
32520         filename ../clipart/with_fntright.pdf
32521         width 100col%
32522         scaleBeforeRotation
32523
32524 \end_inset
32525
32526
32527 \end_layout
32528
32529 \end_inset
32530
32531
32532 \end_layout
32533
32534 \begin_layout Plain Layout
32535 \begin_inset Caption Standard
32536
32537 \begin_layout Plain Layout
32538 \begin_inset CommandInset label
32539 LatexCommand label
32540 name "abb:Fußnoten-Platzierung-in-einem"
32541
32542 \end_inset
32543
32544 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem \SpecialChar LaTeX
32545 -Paket 
32546 \series bold
32547 ftnright
32548 \series default
32549 .
32550 \begin_inset Argument 1
32551 status collapsed
32552
32553 \begin_layout Plain Layout
32554 Fußnoten-Platzierung mit 
32555 \family typewriter
32556 ftnright
32557 \end_layout
32558
32559 \end_inset
32560
32561
32562 \end_layout
32563
32564 \end_inset
32565
32566
32567 \end_layout
32568
32569 \end_inset
32570
32571
32572 \end_layout
32573
32574 \begin_layout Standard
32575 \begin_inset VSpace bigskip
32576 \end_inset
32577
32578 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
32579  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
32580 \begin_inset space ~
32581 \end_inset
32582
32583
32584 \begin_inset CommandInset ref
32585 LatexCommand ref
32586 reference "abb:endnotes"
32587
32588 \end_inset
32589
32590  gedruckt.
32591  Man nennt sie dann 
32592 \begin_inset Quotes gld
32593 \end_inset
32594
32595 Endnoten
32596 \begin_inset Quotes grd
32597 \end_inset
32598
32599 .
32600 \begin_inset Index idx
32601 status collapsed
32602
32603 \begin_layout Plain Layout
32604 Endnoten
32605 \end_layout
32606
32607 \end_inset
32608
32609  Um das zu erreichen, laden Sie im Menü 
32610 \family sans
32611 Dokument\SpecialChar menuseparator
32612 Einstellungen\SpecialChar menuseparator
32613 Module 
32614 \family default
32615 das Modul 
32616 \family sans
32617 Fußnote
32618 \begin_inset space ~
32619 \end_inset
32620
32621 als
32622 \begin_inset space ~
32623 \end_inset
32624
32625 Endnote
32626 \family default
32627 .
32628  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
32629 \end_layout
32630
32631 \begin_layout Standard
32632
32633 \series bold
32634
32635 \backslash
32636 theendnotes
32637 \end_layout
32638
32639 \begin_layout Standard
32640 als \SpecialChar TeX
32641 -Code am Ende des Abschnitts oder Kapitels ein.
32642 \end_layout
32643
32644 \begin_layout Standard
32645 \begin_inset Float figure
32646 wide false
32647 sideways false
32648 status open
32649
32650 \begin_layout Plain Layout
32651 \align center
32652 \begin_inset Box Boxed
32653 position "t"
32654 hor_pos "c"
32655 has_inner_box 0
32656 inner_pos "t"
32657 use_parbox 0
32658 use_makebox 0
32659 width ""
32660 special "none"
32661 height "1in"
32662 height_special "totalheight"
32663 thickness "0.4pt"
32664 separation "3pt"
32665 shadowsize "4pt"
32666 framecolor "black"
32667 backgroundcolor "none"
32668 status open
32669
32670 \begin_layout Plain Layout
32671 \begin_inset Graphics
32672         filename ../clipart/endnotes.pdf
32673         width 100col%
32674         scaleBeforeRotation
32675
32676 \end_inset
32677
32678
32679 \end_layout
32680
32681 \end_inset
32682
32683
32684 \end_layout
32685
32686 \begin_layout Plain Layout
32687 \begin_inset Caption Standard
32688
32689 \begin_layout Plain Layout
32690 \begin_inset CommandInset label
32691 LatexCommand label
32692 name "abb:endnotes"
32693
32694 \end_inset
32695
32696
32697 \series bold
32698 endnotes
32699 \series default
32700  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
32701  gedruckt.
32702 \end_layout
32703
32704 \end_inset
32705
32706
32707 \end_layout
32708
32709 \end_inset
32710
32711
32712 \end_layout
32713
32714 \begin_layout Standard
32715 \begin_inset VSpace medskip
32716 \end_inset
32717
32718 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
32719 ache übersetzt.
32720  Der folgende Befehl im \SpecialChar LaTeX
32721 -Vorspann  übersetzt den englischen Namen 
32722 \begin_inset Quotes gld
32723 \end_inset
32724
32725 Notes
32726 \begin_inset Quotes grd
32727 \end_inset
32728
32729  in 
32730 \begin_inset Quotes gld
32731 \end_inset
32732
32733 Anmerkungen
32734 \begin_inset Quotes grd
32735 \end_inset
32736
32737 :
32738 \end_layout
32739
32740 \begin_layout Standard
32741
32742 \series bold
32743
32744 \backslash
32745 renewcommand{
32746 \backslash
32747 notesname}{Anmerkungen}
32748 \end_layout
32749
32750 \begin_layout Standard
32751 \begin_inset VSpace medskip
32752 \end_inset
32753
32754 Wenn Sie in den Befehlen von Abschnitt
32755 \begin_inset space ~
32756 \end_inset
32757
32758
32759 \begin_inset CommandInset ref
32760 LatexCommand ref
32761 reference "uab:Fußnoten-Nummerierung"
32762
32763 \end_inset
32764
32765  
32766 \series bold
32767
32768 \backslash
32769 thefootnote
32770 \series default
32771  durch 
32772 \series bold
32773
32774 \backslash
32775 theendnote
32776 \series default
32777  ersetzen, können Sie die Nummerierung von Endnoten ändern.
32778  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
32779 \series bold
32780
32781 \backslash
32782 @addtoreset
32783 \series default
32784  wie in Abschnitt
32785 \begin_inset space \space{}
32786 \end_inset
32787
32788
32789 \begin_inset CommandInset ref
32790 LatexCommand ref
32791 reference "uab:Fußnoten-Nummerierung"
32792
32793 \end_inset
32794
32795  beschrieben und ersetzen 
32796 \series bold
32797 footnote
32798 \series default
32799  durch 
32800 \series bold
32801 endnote
32802 \series default
32803 .
32804 \end_layout
32805
32806 \begin_layout Standard
32807 Für Endnoten gibt es den Befehl 
32808 \series bold
32809
32810 \backslash
32811 endnotemark[Nummer]
32812 \series default
32813  analog zum Befehl 
32814 \series bold
32815
32816 \backslash
32817 footnotemark
32818 \series default
32819  der in Abschnitt
32820 \begin_inset space ~
32821 \end_inset
32822
32823
32824 \begin_inset CommandInset ref
32825 LatexCommand ref
32826 reference "abs:Fußnoten"
32827
32828 \end_inset
32829
32830  beschrieben ist.
32831 \end_layout
32832
32833 \begin_layout Standard
32834 \begin_inset VSpace bigskip
32835 \end_inset
32836
32837 Mit dem \SpecialChar LaTeX
32838 -Paket 
32839 \series bold
32840 footmisc
32841 \series default
32842
32843 \begin_inset Index idx
32844 status collapsed
32845
32846 \begin_layout Plain Layout
32847 \SpecialChar LaTeX
32848 -Pakete ! footmisc
32849 \end_layout
32850
32851 \end_inset
32852
32853  (
32854 \begin_inset CommandInset citation
32855 LatexCommand cite
32856 key "footmisc"
32857 literal "true"
32858
32859 \end_inset
32860
32861 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
32862 \end_layout
32863
32864 \begin_layout Standard
32865 In \SpecialChar LaTeX
32866 -Büchern, 
32867 \begin_inset CommandInset citation
32868 LatexCommand cite
32869 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
32870 literal "true"
32871
32872 \end_inset
32873
32874 , finden Sie weiteres zu Fußnoten.
32875  Wenn Sie eine 
32876 \series bold
32877 KOMA-Script
32878 \series default
32879
32880 \begin_inset Index idx
32881 status collapsed
32882
32883 \begin_layout Plain Layout
32884 \SpecialChar LaTeX
32885 -Pakete ! KOMA-Script
32886 \end_layout
32887
32888 \end_inset
32889
32890  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
32891 zifische Befehle anpassen, siehe 
32892 \begin_inset CommandInset citation
32893 LatexCommand cite
32894 key "KOMA-Script"
32895 literal "true"
32896
32897 \end_inset
32898
32899 .
32900 \end_layout
32901
32902 \begin_layout Section
32903 Randnotizen
32904 \begin_inset Index idx
32905 status collapsed
32906
32907 \begin_layout Plain Layout
32908 Randnotizen
32909 \end_layout
32910
32911 \end_inset
32912
32913
32914 \begin_inset Index idx
32915 status collapsed
32916
32917 \begin_layout Plain Layout
32918 Notizen ! Randnotizen
32919 \end_layout
32920
32921 \end_inset
32922
32923
32924 \end_layout
32925
32926 \begin_layout Standard
32927 Randnotizen sehen in \SpecialChar LyX
32928  wie Fußnoten aus und verhalten sich auch so.
32929  Sie fügen sie mit einem Klick auf den Schalter 
32930 \begin_inset Info
32931 type  "icon"
32932 arg   "marginalnote-insert"
32933 \end_inset
32934
32935  oder über 
32936 \family sans
32937 Einfügen\SpecialChar menuseparator
32938 Randnotiz
32939 \family default
32940  ein.
32941  Ein graues Kästchen mit der Aufschrift 
32942 \begin_inset Quotes gld
32943 \end_inset
32944
32945 Rand
32946 \begin_inset Quotes grd
32947 \end_inset
32948
32949  erscheint
32950 \family roman
32951 \series medium
32952 , und dort, wo der Cursor steht, können Sie Text eingeben.
32953 \end_layout
32954
32955 \begin_layout Standard
32956 Hier am Rand sehen Sie eine Randnotiz.
32957  
32958 \begin_inset Marginal
32959 status open
32960
32961 \begin_layout Plain Layout
32962 Dies ist eine Randnotiz.
32963 \end_layout
32964
32965 \end_inset
32966
32967
32968 \end_layout
32969
32970 \begin_layout Standard
32971 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
32972  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
32973  Seiten und rechts auf den ungeraden.
32974  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
32975  wird und umgekehrt.
32976  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
32977  wurde.
32978 \end_layout
32979
32980 \begin_layout Standard
32981 \begin_inset VSpace bigskip
32982 \end_inset
32983
32984 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
32985 \end_layout
32986
32987 \begin_layout Standard
32988
32989 \series bold
32990
32991 \backslash
32992 reversemarginpar
32993 \end_layout
32994
32995 \begin_layout Standard
32996 als \SpecialChar TeX
32997 -Code vor einer Randnotiz ein.
32998  Das gilt dann für alle folgenden Randnotizen.
32999  
33000 \begin_inset ERT
33001 status collapsed
33002
33003 \begin_layout Plain Layout
33004
33005
33006 \backslash
33007 reversemarginpar 
33008 \end_layout
33009
33010 \end_inset
33011
33012
33013 \begin_inset Marginal
33014 status open
33015
33016 \begin_layout Plain Layout
33017 Hier ist ein Beispiel im inneren Rand.
33018 \end_layout
33019
33020 \end_inset
33021
33022
33023 \begin_inset Newline newline
33024 \end_inset
33025
33026
33027 \begin_inset Note Greyedout
33028 status open
33029
33030 \begin_layout Plain Layout
33031  
33032 \series bold
33033 Achtung:
33034 \series default
33035  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
33036 \end_layout
33037
33038 \end_inset
33039
33040
33041 \end_layout
33042
33043 \begin_layout Standard
33044 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
33045 \end_layout
33046
33047 \begin_layout Standard
33048
33049 \series bold
33050
33051 \backslash
33052 normalmarginpar
33053 \end_layout
33054
33055 \begin_layout Standard
33056 als \SpecialChar TeX
33057 -Code ein.
33058 \begin_inset ERT
33059 status collapsed
33060
33061 \begin_layout Plain Layout
33062
33063
33064 \backslash
33065 normalmarginpar 
33066 \end_layout
33067
33068 \end_inset
33069
33070
33071 \end_layout
33072
33073 \begin_layout Standard
33074 \begin_inset Note Greyedout
33075 status open
33076
33077 \begin_layout Plain Layout
33078
33079 \series bold
33080 Achtung:
33081 \series default
33082  Der Befehl wird missachtet, wenn er im selben Absatz wie 
33083 \series bold
33084
33085 \backslash
33086 reversemarginpar
33087 \series default
33088  verwendet wird.
33089 \end_layout
33090
33091 \end_inset
33092
33093
33094 \end_layout
33095
33096 \begin_layout Standard
33097 \begin_inset VSpace bigskip
33098 \end_inset
33099
33100
33101 \begin_inset Marginal
33102 status open
33103
33104 \begin_layout Plain Layout
33105
33106 \family roman
33107 \series medium
33108 EinSehrLangesWort am Anfang, das umgebrochen wird.
33109 \end_layout
33110
33111 \end_inset
33112
33113  Ähnlich wie in Abschnitt
33114 \begin_inset space ~
33115 \end_inset
33116
33117
33118 \begin_inset CommandInset ref
33119 LatexCommand ref
33120 reference "uab:Mehrere-Zeilen-in"
33121
33122 \end_inset
33123
33124  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
33125  Wort der Randnotiz sind.
33126  Um das zu vermeiden, fügen sie 0
33127 \begin_inset space \thinspace{}
33128 \end_inset
33129
33130 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
33131 \begin_inset Marginal
33132 status open
33133
33134 \begin_layout Plain Layout
33135 \begin_inset space \hspace{}
33136 \length 0pt
33137 \end_inset
33138
33139
33140 \family roman
33141 \series medium
33142 EinSehrLangesWort am Anfang, das umgebrochen wird.
33143 \end_layout
33144
33145 \end_inset
33146
33147
33148 \end_layout
33149
33150 \begin_layout Standard
33151 \begin_inset VSpace bigskip
33152 \end_inset
33153
33154
33155 \end_layout
33156
33157 \begin_layout Standard
33158 \begin_inset Note Greyedout
33159 status open
33160
33161 \begin_layout Plain Layout
33162
33163 \series bold
33164 Bemerkung:
33165 \series default
33166  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
33167  verwendet werden.
33168 \end_layout
33169
33170 \end_inset
33171
33172
33173 \end_layout
33174
33175 \begin_layout Standard
33176 \begin_inset VSpace bigskip
33177 \end_inset
33178
33179
33180 \end_layout
33181
33182 \begin_layout Standard
33183 \begin_inset ERT
33184 status collapsed
33185
33186 \begin_layout Plain Layout
33187
33188
33189 \backslash
33190 ifmarginnote
33191 \end_layout
33192
33193 \end_inset
33194
33195
33196 \begin_inset Note Note
33197 status open
33198
33199 \begin_layout Plain Layout
33200 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
33201 -Paket 
33202 \series bold
33203 marginnote
33204 \series default
33205  installiert ist.
33206 \end_layout
33207
33208 \end_inset
33209
33210
33211 \end_layout
33212
33213 \begin_layout Standard
33214 Diese Einschränkung kann umgangen werden, wenn das \SpecialChar LaTeX
33215 -Paket 
33216 \series bold
33217 marginnote
33218 \series default
33219
33220 \begin_inset Index idx
33221 status collapsed
33222
33223 \begin_layout Plain Layout
33224 \SpecialChar LaTeX
33225 -Pakete ! marginnote
33226 \end_layout
33227
33228 \end_inset
33229
33230  verwendet wird.
33231  Wenn Sie diese zwei Zeilen zum \SpecialChar LaTeX
33232 -Vorspann hinzufügen, wird der Befehl, der
33233  von \SpecialChar LyX
33234  für Randnotizen verwendet wird, umdefiniert, so dass der Befehl des
33235  Pakets 
33236 \series bold
33237 marginnote
33238 \series default
33239  für Randnotizen verwendet wird:
33240 \end_layout
33241
33242 \begin_layout Standard
33243
33244 \series bold
33245
33246 \backslash
33247 usepackage{marginnote}
33248 \begin_inset Newline newline
33249 \end_inset
33250
33251
33252 \backslash
33253 let
33254 \backslash
33255 marginpar
33256 \backslash
33257 marginnote
33258 \end_layout
33259
33260 \begin_layout Standard
33261 Dies wird auch in diesem Dokument verwendet, denn 
33262 \series bold
33263 marginnote
33264 \series default
33265  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
33266  für Randnotizen angeben.
33267  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
33268 n zu dicht beieinander sind.
33269  Der Versatz wird in \SpecialChar LyX
33270  als \SpecialChar TeX
33271 -Code direkt nach der Randnotiz mit dem Schema
33272 \end_layout
33273
33274 \begin_layout Standard
33275
33276 \series bold
33277 [Versatz]
33278 \end_layout
33279
33280 \begin_layout Standard
33281 angegeben.
33282  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
33283 \begin_inset space ~
33284 \end_inset
33285
33286
33287 \begin_inset CommandInset ref
33288 LatexCommand ref
33289 reference "tab:Maßeinheiten"
33290
33291 \end_inset
33292
33293  aufgelistet sind.
33294  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
33295  nach unten.
33296  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
33297 \begin_inset space \thinspace{}
33298 \end_inset
33299
33300 cm mit dem \SpecialChar TeX
33301 -Code-Befehl  
33302 \begin_inset Quotes gld
33303 \end_inset
33304
33305
33306 \series bold
33307 [-1.5cm]
33308 \series default
33309
33310 \begin_inset Quotes grd
33311 \end_inset
33312
33313  nach oben versetzt.
33314 \begin_inset Marginal
33315 status open
33316
33317 \begin_layout Plain Layout
33318 Diese Randnotiz ist 1.5
33319 \begin_inset space \thinspace{}
33320 \end_inset
33321
33322 cm von ihrer Originalposition nach oben versetzt.
33323 \end_layout
33324
33325 \end_inset
33326
33327
33328 \begin_inset ERT
33329 status collapsed
33330
33331 \begin_layout Plain Layout
33332
33333 [-1.5cm]
33334 \end_layout
33335
33336 \end_inset
33337
33338
33339 \end_layout
33340
33341 \begin_layout Standard
33342 \begin_inset VSpace medskip
33343 \end_inset
33344
33345 Mit 
33346 \series bold
33347 marginnote
33348 \series default
33349  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
33350  Zum Beispiel setzen die Befehle
33351 \end_layout
33352
33353 \begin_layout Standard
33354
33355 \series bold
33356
33357 \backslash
33358 renewcommand*{
33359 \backslash
33360 raggedleftmarginnote}{
33361 \backslash
33362 centering}
33363 \begin_inset Newline newline
33364 \end_inset
33365
33366
33367 \backslash
33368 renewcommand*{
33369 \backslash
33370 raggedrightmarginnote}{
33371 \backslash
33372 centering}
33373 \end_layout
33374
33375 \begin_layout Standard
33376 die Ausrichtung auf zentriert.
33377  
33378 \series bold
33379
33380 \backslash
33381 raggedleftmarginnote
33382 \series default
33383  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
33384  
33385 \begin_inset ERT
33386 status collapsed
33387
33388 \begin_layout Plain Layout
33389
33390
33391 \backslash
33392 renewcommand*{
33393 \backslash
33394 raggedleftmarginnote}{
33395 \backslash
33396 centering}
33397 \end_layout
33398
33399 \begin_layout Plain Layout
33400
33401
33402 \backslash
33403 renewcommand*{
33404 \backslash
33405 raggedrightmarginnote}{
33406 \backslash
33407 centering}
33408 \end_layout
33409
33410 \end_inset
33411
33412
33413 \begin_inset Marginal
33414 status open
33415
33416 \begin_layout Plain Layout
33417 Der Text dieser Randnotiz ist zentriert ausgerichtet.
33418 \end_layout
33419
33420 \end_inset
33421
33422  Die Voreinstellung ist
33423 \end_layout
33424
33425 \begin_layout Standard
33426
33427 \series bold
33428
33429 \backslash
33430 renewcommand*{
33431 \backslash
33432 raggedleftmarginnote}{
33433 \backslash
33434 raggedleft}
33435 \begin_inset Newline newline
33436 \end_inset
33437
33438
33439 \backslash
33440 renewcommand*{
33441 \backslash
33442 raggedrightmarginnote}{
33443 \backslash
33444 raggedright}
33445 \series default
33446
33447 \begin_inset ERT
33448 status collapsed
33449
33450 \begin_layout Plain Layout
33451
33452
33453 \backslash
33454 renewcommand*{
33455 \backslash
33456 raggedleftmarginnote}{
33457 \backslash
33458 raggedleft}
33459 \end_layout
33460
33461 \begin_layout Plain Layout
33462
33463
33464 \backslash
33465 renewcommand*{
33466 \backslash
33467 raggedrightmarginnote}{
33468 \backslash
33469 raggedright}
33470 \end_layout
33471
33472 \end_inset
33473
33474
33475 \end_layout
33476
33477 \begin_layout Standard
33478 \begin_inset VSpace medskip
33479 \end_inset
33480
33481 Für weitere Fähigkeiten des Pakets 
33482 \series bold
33483 marginnote
33484 \series default
33485  sei auf dessen Dokumentation verwiesen 
33486 \begin_inset CommandInset citation
33487 LatexCommand cite
33488 key "marginnote"
33489 literal "true"
33490
33491 \end_inset
33492
33493 .
33494 \end_layout
33495
33496 \begin_layout Standard
33497 \begin_inset VSpace bigskip
33498 \end_inset
33499
33500 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
33501  geändert werden.
33502  Um z.
33503 \begin_inset space \thinspace{}
33504 \end_inset
33505
33506 B.
33507  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
33508  und fettgedruckten Text 
33509 \begin_inset Quotes eld
33510 \end_inset
33511
33512
33513 \family sans
33514 \series bold
33515 \bar under
33516 Achtung!
33517 \family default
33518 \series default
33519 \bar default
33520
33521 \begin_inset Quotes erd
33522 \end_inset
33523
33524  zu erstellen, fügen Sie dies zum \SpecialChar LaTeX
33525 -Vorspann hinzu:
33526 \end_layout
33527
33528 \begin_layout Standard
33529
33530 \series bold
33531
33532 \backslash
33533 let
33534 \backslash
33535 myMarginpar
33536 \backslash
33537 marginpar
33538 \begin_inset Newline newline
33539 \end_inset
33540
33541
33542 \backslash
33543 renewcommand{
33544 \backslash
33545 marginpar}[1]{
33546 \backslash
33547 myMarginpar{%
33548 \begin_inset Newline newline
33549 \end_inset
33550
33551
33552 \begin_inset Phantom HPhantom
33553 status open
33554
33555 \begin_layout Plain Layout
33556
33557 \series bold
33558 \begin_inset space ~
33559 \end_inset
33560
33561
33562 \end_layout
33563
33564 \end_inset
33565
33566
33567 \backslash
33568 hspace{0pt}
33569 \backslash
33570 textsf{
33571 \backslash
33572 textbf{
33573 \backslash
33574 underbar{Achtung!}}}%
33575 \begin_inset Newline newline
33576 \end_inset
33577
33578
33579 \begin_inset Phantom HPhantom
33580 status open
33581
33582 \begin_layout Plain Layout
33583
33584 \series bold
33585 \begin_inset space ~
33586 \end_inset
33587
33588
33589 \end_layout
33590
33591 \end_inset
33592
33593
33594 \backslash
33595 vspace{1.5mm}
33596 \backslash
33597
33598 \backslash
33599 #1}}
33600 \end_layout
33601
33602 \begin_layout Standard
33603 \begin_inset ERT
33604 status collapsed
33605
33606 \begin_layout Plain Layout
33607
33608
33609 \backslash
33610 let
33611 \backslash
33612 myMarginpar
33613 \backslash
33614 marginpar
33615 \end_layout
33616
33617 \begin_layout Plain Layout
33618
33619
33620 \backslash
33621 renewcommand{
33622 \backslash
33623 marginpar}[1]{
33624 \backslash
33625 myMarginpar{%
33626 \end_layout
33627
33628 \begin_layout Plain Layout
33629
33630    
33631 \backslash
33632 textsf{
33633 \backslash
33634 textbf{
33635 \backslash
33636 underbar{Achtung!}}}%
33637 \end_layout
33638
33639 \begin_layout Plain Layout
33640
33641    
33642 \backslash
33643 vspace{1.5mm}
33644 \backslash
33645
33646 \backslash
33647 #1}}
33648 \end_layout
33649
33650 \end_inset
33651
33652
33653 \begin_inset Marginal
33654 status open
33655
33656 \begin_layout Plain Layout
33657 Dies ist eine Randnotiz mit einer definierten Überschrift.
33658 \end_layout
33659
33660 \end_inset
33661
33662
33663 \begin_inset ERT
33664 status collapsed
33665
33666 \begin_layout Plain Layout
33667
33668 [-1.5cm]
33669 \end_layout
33670
33671 \end_inset
33672
33673
33674 \begin_inset ERT
33675 status collapsed
33676
33677 \begin_layout Plain Layout
33678
33679
33680 \backslash
33681 renewcommand{
33682 \backslash
33683 marginpar}[1]{
33684 \backslash
33685 myMarginpar{#1}}
33686 \end_layout
33687
33688 \end_inset
33689
33690
33691 \begin_inset Note Note
33692 status open
33693
33694 \begin_layout Plain Layout
33695 Das Format wurde nur für dieses Beispiel geändert.
33696 \end_layout
33697
33698 \end_inset
33699
33700
33701 \end_layout
33702
33703 \begin_layout Standard
33704 \begin_inset ERT
33705 status collapsed
33706
33707 \begin_layout Plain Layout
33708
33709
33710 \backslash
33711 else
33712 \end_layout
33713
33714 \end_inset
33715
33716
33717 \begin_inset Note Note
33718 status open
33719
33720 \begin_layout Plain Layout
33721 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
33722 -Paket 
33723 \series bold
33724 marginnote
33725 \series default
33726  nicht installiert ist:
33727 \end_layout
33728
33729 \end_inset
33730
33731
33732 \end_layout
33733
33734 \begin_layout Standard
33735 Das \SpecialChar LaTeX
33736 -Paket 
33737 \series bold
33738 marginnote
33739 \series default
33740  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
33741 \end_layout
33742
33743 \begin_layout Standard
33744 \begin_inset ERT
33745 status collapsed
33746
33747 \begin_layout Plain Layout
33748
33749
33750 \backslash
33751 fi
33752 \end_layout
33753
33754 \end_inset
33755
33756
33757 \end_layout
33758
33759 \begin_layout Chapter
33760 Boxen
33761 \end_layout
33762
33763 \begin_layout Section
33764 Einleitung
33765 \begin_inset Index idx
33766 status collapsed
33767
33768 \begin_layout Plain Layout
33769 Boxen ! Einleitung
33770 \end_layout
33771
33772 \end_inset
33773
33774
33775 \end_layout
33776
33777 \begin_layout Standard
33778 Boxen werden benutzt, um einen Textblock zu formatieren.
33779  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
33780  siehe Abschnitt
33781 \begin_inset space ~
33782 \end_inset
33783
33784
33785 \begin_inset CommandInset ref
33786 LatexCommand ref
33787 reference "abs:Minipage"
33788
33789 \end_inset
33790
33791 , um Text zu umrahmen, siehe Abschnitt
33792 \begin_inset space ~
33793 \end_inset
33794
33795
33796 \begin_inset CommandInset ref
33797 LatexCommand ref
33798 reference "uab:Verzierung"
33799
33800 \end_inset
33801
33802 , um Silbentrennung zu verhindern, siehe Abschnitt
33803 \begin_inset space ~
33804 \end_inset
33805
33806
33807 \begin_inset CommandInset ref
33808 LatexCommand ref
33809 reference "abs:Silbentrennung-unterbinden"
33810
33811 \end_inset
33812
33813 , um Text senkrecht auszurichten, siehe Abschnitt
33814 \begin_inset space ~
33815 \end_inset
33816
33817
33818 \begin_inset CommandInset ref
33819 LatexCommand ref
33820 reference "uab:Vertikale-Ausrichtung"
33821
33822 \end_inset
33823
33824  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
33825 \begin_inset space ~
33826 \end_inset
33827
33828
33829 \begin_inset CommandInset ref
33830 LatexCommand ref
33831 reference "abs:Farbige-Boxen"
33832
33833 \end_inset
33834
33835 .
33836 \end_layout
33837
33838 \begin_layout Standard
33839 Boxen werden mit 
33840 \family sans
33841 Einfügen\SpecialChar menuseparator
33842 Box
33843 \family default
33844  oder dem Schalter 
33845 \begin_inset Info
33846 type  "icon"
33847 arg   "box-insert Frameless"
33848 \end_inset
33849
33850  eingefügt.
33851  Ein graues Kästchen mit der Aufschrift 
33852 \begin_inset Quotes gld
33853 \end_inset
33854
33855 Box (Minipage)
33856 \begin_inset Quotes grd
33857 \end_inset
33858
33859  erscheint: 
33860 \begin_inset Graphics
33861         filename clipart/StandardBox.png
33862         scale 95
33863         scaleBeforeRotation
33864
33865 \end_inset
33866
33867  Mit einem Rechts\SpecialChar softhyphen
33868 klick auf das graue Kästchen und der Auswahl von 
33869 \family sans
33870 Einstellungen
33871 \family default
33872  kann der Typ spezifiziert werden.
33873  Das Dialogfenster bietet bei 
33874 \family sans
33875 Innere
33876 \begin_inset space ~
33877 \end_inset
33878
33879 Box
33880 \family default
33881  die Typen 
33882 \family sans
33883 Makebox
33884 \family default
33885
33886 \family sans
33887 Parbox
33888 \family default
33889  und 
33890 \family sans
33891 Minipage
33892 \family default
33893  an.
33894  
33895 \family sans
33896 Minipage
33897 \family default
33898  ist die Standard-Einstellung für neue Boxen und in Abschnitt
33899 \begin_inset space ~
33900 \end_inset
33901
33902
33903 \begin_inset CommandInset ref
33904 LatexCommand ref
33905 reference "abs:Minipage"
33906
33907 \end_inset
33908
33909  beschrieben, 
33910 \family sans
33911 Parbox
33912 \family default
33913  in Abschnitt
33914 \begin_inset space ~
33915 \end_inset
33916
33917
33918 \begin_inset CommandInset ref
33919 LatexCommand ref
33920 reference "abs:Parbox"
33921
33922 \end_inset
33923
33924  und 
33925 \family sans
33926 Makebox
33927 \family default
33928  in 
33929 \begin_inset CommandInset ref
33930 LatexCommand ref
33931 reference "abs:Silbentrennung-unterbinden"
33932
33933 \end_inset
33934
33935 .
33936 \end_layout
33937
33938 \begin_layout Standard
33939 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
33940  wie auf Gleitobjekte und Fußnoten.
33941 \end_layout
33942
33943 \begin_layout Standard
33944 \begin_inset Note Greyedout
33945 status open
33946
33947 \begin_layout Plain Layout
33948
33949 \series bold
33950 Bemerkung
33951 \begin_inset space ~
33952 \end_inset
33953
33954 1:
33955 \series default
33956  Boxen dürfen in 
33957 \family sans
33958 List-
33959 \family default
33960  oder 
33961 \family sans
33962 Beschreibung-
33963 \family default
33964 Umgebungen nicht verwendet werden.
33965 \end_layout
33966
33967 \end_inset
33968
33969
33970 \end_layout
33971
33972 \begin_layout Standard
33973 \begin_inset Note Greyedout
33974 status open
33975
33976 \begin_layout Plain Layout
33977
33978 \series bold
33979 Bemerkung
33980 \begin_inset space ~
33981 \end_inset
33982
33983 2:
33984 \series default
33985  Boxen ohne 
33986 \family sans
33987 Innere
33988 \begin_inset space ~
33989 \end_inset
33990
33991 Box
33992 \family default
33993  und ohne Rahmen werden in Abschnitt
33994 \begin_inset space ~
33995 \end_inset
33996
33997
33998 \begin_inset CommandInset ref
33999 LatexCommand ref
34000 reference "abs:Silbentrennung-unterbinden"
34001
34002 \end_inset
34003
34004  beschrieben.
34005 \end_layout
34006
34007 \end_inset
34008
34009
34010 \end_layout
34011
34012 \begin_layout Section
34013 Das Box-Einstellungen-Fenster
34014 \begin_inset CommandInset label
34015 LatexCommand label
34016 name "abs:Box-Dialog"
34017
34018 \end_inset
34019
34020
34021 \begin_inset Index idx
34022 status collapsed
34023
34024 \begin_layout Plain Layout
34025 Boxen ! Box-Dialog-Fenster
34026 \end_layout
34027
34028 \end_inset
34029
34030
34031 \end_layout
34032
34033 \begin_layout Subsection
34034 Box-Größe
34035 \begin_inset Index idx
34036 status collapsed
34037
34038 \begin_layout Plain Layout
34039 Boxen ! Größe
34040 \end_layout
34041
34042 \end_inset
34043
34044
34045 \end_layout
34046
34047 \begin_layout Standard
34048 Im 
34049 \family sans
34050 Box-Einstellungen
34051 \family default
34052 -Fenster können Sie die Größe der Box mit 
34053 \family sans
34054 Breite
34055 \family default
34056  und 
34057 \family sans
34058 Höhe 
34059 \family default
34060 festlegen.
34061  Die verfügbaren Einheiten werden in Tabelle
34062 \begin_inset space ~
34063 \end_inset
34064
34065
34066 \begin_inset CommandInset ref
34067 LatexCommand ref
34068 reference "tab:Maßeinheiten"
34069
34070 \end_inset
34071
34072  aufgelistet.
34073  Das Feld
34074 \family sans
34075  Höhe
34076 \family default
34077  bietet die folgenden zusätzlichen Größen:
34078 \end_layout
34079
34080 \begin_layout Description
34081 Tiefe Dies ist die reine Text-
34082 \begin_inset Quotes gld
34083 \end_inset
34084
34085 Höhe
34086 \begin_inset Quotes grd
34087 \end_inset
34088
34089 .
34090  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
34091 \begin_inset Newline newline
34092 \end_inset
34093
34094
34095 \begin_inset Newline newline
34096 \end_inset
34097
34098
34099 \begin_inset Newline newline
34100 \end_inset
34101
34102
34103 \begin_inset Box Boxed
34104 position "c"
34105 hor_pos "c"
34106 has_inner_box 1
34107 inner_pos "c"
34108 use_parbox 0
34109 use_makebox 0
34110 width "12col%"
34111 special "none"
34112 height "1in"
34113 height_special "depth"
34114 thickness "0.4pt"
34115 separation "3pt"
34116 shadowsize "4pt"
34117 framecolor "black"
34118 backgroundcolor "none"
34119 status collapsed
34120
34121 \begin_layout Plain Layout
34122 \align center
34123 Box-Höhe = 1
34124 \begin_inset space \thinspace{}
34125 \end_inset
34126
34127 Tiefe
34128 \end_layout
34129
34130 \end_inset
34131
34132
34133 \begin_inset Newline newline
34134 \end_inset
34135
34136
34137 \begin_inset Newline newline
34138 \end_inset
34139
34140
34141 \end_layout
34142
34143 \begin_layout Description
34144 Höhe Dies ist die Texthöhe innerhalb der Box.
34145  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
34146  Texthöhe setzen: 
34147 \begin_inset Box Boxed
34148 position "c"
34149 hor_pos "c"
34150 has_inner_box 1
34151 inner_pos "c"
34152 use_parbox 0
34153 use_makebox 0
34154 width "20col%"
34155 special "none"
34156 height "2in"
34157 height_special "height"
34158 thickness "0.4pt"
34159 separation "3pt"
34160 shadowsize "4pt"
34161 framecolor "black"
34162 backgroundcolor "none"
34163 status collapsed
34164
34165 \begin_layout Plain Layout
34166 \align center
34167 Boxhöhe = 2
34168 \begin_inset space \thinspace{}
34169 \end_inset
34170
34171 Höhe
34172 \end_layout
34173
34174 \end_inset
34175
34176
34177 \end_layout
34178
34179 \begin_layout Description
34180 Gesamthöhe Dies ist Höhe
34181 \begin_inset space \thinspace{}
34182 \end_inset
34183
34184 +
34185 \begin_inset space \thinspace{}
34186 \end_inset
34187
34188 Tiefe: 
34189 \begin_inset Box Boxed
34190 position "c"
34191 hor_pos "c"
34192 has_inner_box 1
34193 inner_pos "c"
34194 use_parbox 0
34195 use_makebox 0
34196 width "20col%"
34197 special "none"
34198 height "1in"
34199 height_special "totalheight"
34200 thickness "0.4pt"
34201 separation "3pt"
34202 shadowsize "4pt"
34203 framecolor "black"
34204 backgroundcolor "none"
34205 status collapsed
34206
34207 \begin_layout Plain Layout
34208 \align center
34209 Boxhöhe = 1
34210 \begin_inset space \thinspace{}
34211 \end_inset
34212
34213 Gesamthöhe
34214 \end_layout
34215
34216 \end_inset
34217
34218
34219 \end_layout
34220
34221 \begin_layout Description
34222 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
34223 \begin_inset Box Boxed
34224 position "c"
34225 hor_pos "c"
34226 has_inner_box 1
34227 inner_pos "c"
34228 use_parbox 0
34229 use_makebox 0
34230 width "12col%"
34231 special "none"
34232 height "1in"
34233 height_special "width"
34234 thickness "0.4pt"
34235 separation "3pt"
34236 shadowsize "4pt"
34237 framecolor "black"
34238 backgroundcolor "none"
34239 status collapsed
34240
34241 \begin_layout Plain Layout
34242 \align center
34243 Boxhöhe = 1
34244 \begin_inset space \thinspace{}
34245 \end_inset
34246
34247 Breite
34248 \end_layout
34249
34250 \end_inset
34251
34252
34253 \end_layout
34254
34255 \begin_layout Subsection
34256 Ausrichtung
34257 \begin_inset Index idx
34258 status collapsed
34259
34260 \begin_layout Plain Layout
34261 Boxen ! Ausrichtung
34262 \end_layout
34263
34264 \end_inset
34265
34266
34267 \end_layout
34268
34269 \begin_layout Standard
34270 Wenn Sie eine 
34271 \family sans
34272 Innere
34273 \begin_inset space ~
34274 \end_inset
34275
34276 Box
34277 \family default
34278  gewählt haben, kann die Box mit folgenden Werten für 
34279 \family sans
34280 Box
34281 \family default
34282  senkrecht ausgerichtet werden:
34283 \end_layout
34284
34285 \begin_layout Description
34286 Oben Dies ist ein Beispieltext.
34287  
34288 \begin_inset Box Boxed
34289 position "t"
34290 hor_pos "c"
34291 has_inner_box 1
34292 inner_pos "c"
34293 use_parbox 0
34294 use_makebox 0
34295 width "20col%"
34296 special "none"
34297 height "1in"
34298 height_special "totalheight"
34299 thickness "0.4pt"
34300 separation "3pt"
34301 shadowsize "4pt"
34302 framecolor "black"
34303 backgroundcolor "none"
34304 status collapsed
34305
34306 \begin_layout Plain Layout
34307 \align center
34308 Die Ober\SpecialChar softhyphen
34309 kante der Box ist in der Zeile.
34310 \end_layout
34311
34312 \end_inset
34313
34314  Dies ist ein Beispieltext.
34315 \end_layout
34316
34317 \begin_layout Description
34318 Mitte Dies ist ein Beispieltext.
34319  
34320 \begin_inset Box Boxed
34321 position "c"
34322 hor_pos "c"
34323 has_inner_box 1
34324 inner_pos "c"
34325 use_parbox 0
34326 use_makebox 0
34327 width "20col%"
34328 special "none"
34329 height "1in"
34330 height_special "totalheight"
34331 thickness "0.4pt"
34332 separation "3pt"
34333 shadowsize "4pt"
34334 framecolor "black"
34335 backgroundcolor "none"
34336 status collapsed
34337
34338 \begin_layout Plain Layout
34339 \align center
34340 Die Mitte der Box ist in der Zeile.
34341 \end_layout
34342
34343 \end_inset
34344
34345  Dies ist ein Beispieltext.
34346 \end_layout
34347
34348 \begin_layout Description
34349 Unten Dies ist ein Beispieltext.
34350  
34351 \begin_inset Box Boxed
34352 position "b"
34353 hor_pos "c"
34354 has_inner_box 1
34355 inner_pos "c"
34356 use_parbox 0
34357 use_makebox 0
34358 width "20col%"
34359 special "none"
34360 height "1in"
34361 height_special "totalheight"
34362 thickness "0.4pt"
34363 separation "3pt"
34364 shadowsize "4pt"
34365 framecolor "black"
34366 backgroundcolor "none"
34367 status collapsed
34368
34369 \begin_layout Plain Layout
34370 \align center
34371 Die Unter\SpecialChar softhyphen
34372 kante der Box ist in der Zeile.
34373 \end_layout
34374
34375 \end_inset
34376
34377  Dies ist ein Beispieltext.
34378 \end_layout
34379
34380 \begin_layout Standard
34381 \begin_inset Note Greyedout
34382 status open
34383
34384 \begin_layout Plain Layout
34385
34386 \series bold
34387 Bemerkung:
34388 \series default
34389  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
34390  Boxen in einer Zeile sind und eine Box z.
34391 \begin_inset space \thinspace{}
34392 \end_inset
34393
34394 B.
34395  schattiert ist, die andere aber nicht.
34396 \end_layout
34397
34398 \end_inset
34399
34400
34401 \end_layout
34402
34403 \begin_layout Standard
34404 Eine Box kann mit dem Dialog 
34405 \family sans
34406 Absatz-Einstellungen
34407 \family default
34408  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
34409 \end_layout
34410
34411 \begin_layout Standard
34412 \begin_inset VSpace bigskip
34413 \end_inset
34414
34415 Wenn Sie eine 
34416 \family sans
34417 Innere
34418 \begin_inset space ~
34419 \end_inset
34420
34421 Box
34422 \family default
34423  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
34424 \family sans
34425 Inhalt
34426 \family default
34427  senkrecht ausgerichtet werden:
34428 \end_layout
34429
34430 \begin_layout Description
34431 Oben Dies ist ein Beispieltext.
34432  
34433 \begin_inset Box Boxed
34434 position "c"
34435 hor_pos "c"
34436 has_inner_box 1
34437 inner_pos "t"
34438 use_parbox 0
34439 use_makebox 0
34440 width "20col%"
34441 special "none"
34442 height "1.5in"
34443 height_special "totalheight"
34444 thickness "0.4pt"
34445 separation "3pt"
34446 shadowsize "4pt"
34447 framecolor "black"
34448 backgroundcolor "none"
34449 status collapsed
34450
34451 \begin_layout Plain Layout
34452 \align center
34453 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
34454 \end_layout
34455
34456 \end_inset
34457
34458  Dies ist ein Beispieltext.
34459 \end_layout
34460
34461 \begin_layout Description
34462 Mitte Dies ist ein Beispieltext.
34463  
34464 \begin_inset Box Boxed
34465 position "c"
34466 hor_pos "c"
34467 has_inner_box 1
34468 inner_pos "c"
34469 use_parbox 0
34470 use_makebox 0
34471 width "20col%"
34472 special "none"
34473 height "1.5in"
34474 height_special "totalheight"
34475 thickness "0.4pt"
34476 separation "3pt"
34477 shadowsize "4pt"
34478 framecolor "black"
34479 backgroundcolor "none"
34480 status collapsed
34481
34482 \begin_layout Plain Layout
34483 \align center
34484 Der Boxinhalt ist zentriert ausgerichtet.
34485 \end_layout
34486
34487 \end_inset
34488
34489  Dies ist ein Beispieltext.
34490 \end_layout
34491
34492 \begin_layout Description
34493 Unten Dies ist ein Beispieltext.
34494  
34495 \begin_inset Box Boxed
34496 position "c"
34497 hor_pos "c"
34498 has_inner_box 1
34499 inner_pos "b"
34500 use_parbox 0
34501 use_makebox 0
34502 width "20col%"
34503 special "none"
34504 height "1.5in"
34505 height_special "totalheight"
34506 thickness "0.4pt"
34507 separation "3pt"
34508 shadowsize "4pt"
34509 framecolor "black"
34510 backgroundcolor "none"
34511 status collapsed
34512
34513 \begin_layout Plain Layout
34514 \align center
34515 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
34516 \end_layout
34517
34518 \end_inset
34519
34520  Dies ist ein Beispieltext.
34521 \end_layout
34522
34523 \begin_layout Description
34524 Dehnen Dies ist ein Beispieltext.
34525  
34526 \begin_inset Box Boxed
34527 position "c"
34528 hor_pos "c"
34529 has_inner_box 1
34530 inner_pos "s"
34531 use_parbox 0
34532 use_makebox 0
34533 width "20col%"
34534 special "none"
34535 height "1in"
34536 height_special "totalheight"
34537 thickness "0.4pt"
34538 separation "3pt"
34539 shadowsize "4pt"
34540 framecolor "black"
34541 backgroundcolor "none"
34542 status collapsed
34543
34544 \begin_layout Plain Layout
34545 \align center
34546 Der Boxinhalt
34547 \end_layout
34548
34549 \begin_layout Plain Layout
34550 \align center
34551 ist über die
34552 \end_layout
34553
34554 \begin_layout Plain Layout
34555 \align center
34556 Boxhöhe
34557 \end_layout
34558
34559 \begin_layout Plain Layout
34560 \align center
34561 gleichmäßig verteilt.
34562 \end_layout
34563
34564 \end_inset
34565
34566  Dies ist ein Beispieltext.
34567 \end_layout
34568
34569 \begin_layout Standard
34570 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
34571  besteht.
34572  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
34573 \end_layout
34574
34575 \begin_layout Standard
34576 Ein Boxinhalt kann mit dem Dialog 
34577 \family sans
34578 Absatz-Einstellungen
34579 \family default
34580  waagerecht ausgerichtet werden, wenn Sie eine
34581 \family sans
34582  Innere
34583 \begin_inset space ~
34584 \end_inset
34585
34586 Box
34587 \family default
34588  gewählt haben.
34589 \end_layout
34590
34591 \begin_layout Standard
34592 \align center
34593 \begin_inset Box Boxed
34594 position "c"
34595 hor_pos "c"
34596 has_inner_box 1
34597 inner_pos "s"
34598 use_parbox 0
34599 use_makebox 0
34600 width "30col%"
34601 special "none"
34602 height "1.25in"
34603 height_special "totalheight"
34604 thickness "0.4pt"
34605 separation "3pt"
34606 shadowsize "4pt"
34607 framecolor "black"
34608 backgroundcolor "none"
34609 status collapsed
34610
34611 \begin_layout Plain Layout
34612 \align left
34613 Hier ist jede Zeile
34614 \end_layout
34615
34616 \begin_layout Plain Layout
34617 \align center
34618 anders
34619 \end_layout
34620
34621 \begin_layout Plain Layout
34622 \align right
34623 ausgerichtet.
34624 \end_layout
34625
34626 \end_inset
34627
34628
34629 \end_layout
34630
34631 \begin_layout Standard
34632 Wenn Sie keine
34633 \family sans
34634  Innere
34635 \begin_inset space ~
34636 \end_inset
34637
34638 Box
34639 \family default
34640  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
34641 \family sans
34642 Box-Einstellungen-
34643 \family default
34644 Dialog ausrichten
34645 \end_layout
34646
34647 \begin_layout Standard
34648 \align center
34649 \begin_inset Box Boxed
34650 position "c"
34651 hor_pos "s"
34652 has_inner_box 0
34653 inner_pos "s"
34654 use_parbox 0
34655 use_makebox 0
34656 width "90col%"
34657 special "none"
34658 height "1.25in"
34659 height_special "totalheight"
34660 thickness "0.4pt"
34661 separation "3pt"
34662 shadowsize "4pt"
34663 framecolor "black"
34664 backgroundcolor "none"
34665 status collapsed
34666
34667 \begin_layout Plain Layout
34668 Dieser Boxinhalt wurde horizontal gedehnt.
34669 \end_layout
34670
34671 \end_inset
34672
34673
34674 \end_layout
34675
34676 \begin_layout Subsection
34677 Verzierung
34678 \begin_inset CommandInset label
34679 LatexCommand label
34680 name "uab:Verzierung"
34681
34682 \end_inset
34683
34684
34685 \begin_inset Index idx
34686 status collapsed
34687
34688 \begin_layout Plain Layout
34689 Boxen ! Verzierung
34690 \end_layout
34691
34692 \end_inset
34693
34694
34695 \end_layout
34696
34697 \begin_layout Standard
34698 Im 
34699 \family sans
34700 Box-Einstellungen-
34701 \family default
34702 Dialog können Sie mit der 
34703 \family sans
34704 Verzierung
34705 \family default
34706  den Typ der Box auswählen:
34707 \end_layout
34708
34709 \begin_layout Description
34710 Kein
34711 \begin_inset space ~
34712 \end_inset
34713
34714 Rahmen Nichts wird gezeichnet.
34715 \end_layout
34716
34717 \begin_layout Description
34718 Einfacher
34719 \begin_inset space ~
34720 \end_inset
34721
34722 rechteckiger
34723 \begin_inset space ~
34724 \end_inset
34725
34726 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
34727  Die Rahmendicke kann festgelegt werden.
34728  
34729 \begin_inset Box Boxed
34730 position "c"
34731 hor_pos "c"
34732 has_inner_box 1
34733 inner_pos "c"
34734 use_parbox 0
34735 use_makebox 0
34736 width "21col%"
34737 special "none"
34738 height "1in"
34739 height_special "totalheight"
34740 thickness "0.4pt"
34741 separation "3pt"
34742 shadowsize "4pt"
34743 framecolor "black"
34744 backgroundcolor "none"
34745 status collapsed
34746
34747 \begin_layout Plain Layout
34748
34749 \series medium
34750 Rechteckige
34751 \begin_inset space ~
34752 \end_inset
34753
34754 Box
34755 \end_layout
34756
34757 \end_inset
34758
34759
34760 \end_layout
34761
34762 \begin_layout Description
34763 erlaube
34764 \begin_inset space ~
34765 \end_inset
34766
34767 Seitenumbrüche 
34768 \end_layout
34769
34770 \begin_layout Description
34771 Ovaler
34772 \begin_inset space ~
34773 \end_inset
34774
34775 Rahmen,
34776 \begin_inset space ~
34777 \end_inset
34778
34779 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
34780  Die Rahmendicke ist 0.4
34781 \begin_inset space \thinspace{}
34782 \end_inset
34783
34784 pt.
34785  
34786 \begin_inset Box ovalbox
34787 position "c"
34788 hor_pos "c"
34789 has_inner_box 1
34790 inner_pos "c"
34791 use_parbox 0
34792 use_makebox 0
34793 width "20col%"
34794 special "none"
34795 height "1in"
34796 height_special "totalheight"
34797 thickness "0.4pt"
34798 separation "3pt"
34799 shadowsize "4pt"
34800 framecolor "black"
34801 backgroundcolor "none"
34802 status collapsed
34803
34804 \begin_layout Plain Layout
34805 Ovale
34806 \begin_inset space ~
34807 \end_inset
34808
34809 Box,
34810 \begin_inset space ~
34811 \end_inset
34812
34813 dünn
34814 \end_layout
34815
34816 \end_inset
34817
34818
34819 \end_layout
34820
34821 \begin_layout Description
34822 Ovaler
34823 \begin_inset space ~
34824 \end_inset
34825
34826 Rahmen,
34827 \begin_inset space ~
34828 \end_inset
34829
34830 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
34831  Die Rahmendicke ist 0.8
34832 \begin_inset space \thinspace{}
34833 \end_inset
34834
34835 pt.
34836  
34837 \begin_inset Box Ovalbox
34838 position "c"
34839 hor_pos "c"
34840 has_inner_box 1
34841 inner_pos "c"
34842 use_parbox 0
34843 use_makebox 0
34844 width "20col%"
34845 special "none"
34846 height "1in"
34847 height_special "totalheight"
34848 thickness "0.4pt"
34849 separation "3pt"
34850 shadowsize "4pt"
34851 framecolor "black"
34852 backgroundcolor "none"
34853 status collapsed
34854
34855 \begin_layout Plain Layout
34856 Ovale
34857 \begin_inset space ~
34858 \end_inset
34859
34860 Box,
34861 \begin_inset space ~
34862 \end_inset
34863
34864 dick
34865 \end_layout
34866
34867 \end_inset
34868
34869
34870 \end_layout
34871
34872 \begin_layout Description
34873 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
34874  Die Rahmendicke und die Schattenbreite kann festgelegt werden.
34875 \begin_inset Newline newline
34876 \end_inset
34877
34878
34879 \begin_inset Box Shadowbox
34880 position "c"
34881 hor_pos "c"
34882 has_inner_box 1
34883 inner_pos "c"
34884 use_parbox 0
34885 use_makebox 0
34886 width "20col%"
34887 special "none"
34888 height "1in"
34889 height_special "totalheight"
34890 thickness "0.4pt"
34891 separation "3pt"
34892 shadowsize "4pt"
34893 framecolor "black"
34894 backgroundcolor "none"
34895 status collapsed
34896
34897 \begin_layout Plain Layout
34898 Schattierte
34899 \begin_inset space ~
34900 \end_inset
34901
34902 Box
34903 \end_layout
34904
34905 \end_inset
34906
34907
34908 \end_layout
34909
34910 \begin_layout Description
34911 Schattierter
34912 \begin_inset space ~
34913 \end_inset
34914
34915 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
34916  Im Gegensatz zu farbigen Boxen
34917 \begin_inset Foot
34918 status collapsed
34919
34920 \begin_layout Plain Layout
34921 siehe Abschnitt
34922 \begin_inset space ~
34923 \end_inset
34924
34925
34926 \begin_inset CommandInset ref
34927 LatexCommand ref
34928 reference "abs:Farbige-Boxen"
34929
34930 \end_inset
34931
34932
34933 \end_layout
34934
34935 \end_inset
34936
34937  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
34938  die Box ist ein Absatz für sich.
34939  
34940 \begin_inset Box Shaded
34941 position "t"
34942 hor_pos "c"
34943 has_inner_box 0
34944 inner_pos "t"
34945 use_parbox 0
34946 use_makebox 0
34947 width "50col%"
34948 special "none"
34949 height "1in"
34950 height_special "totalheight"
34951 thickness "0.4pt"
34952 separation "3pt"
34953 shadowsize "4pt"
34954 framecolor "black"
34955 backgroundcolor "none"
34956 status collapsed
34957
34958 \begin_layout Plain Layout
34959 Schattierter Hintergrund Box
34960 \end_layout
34961
34962 \end_inset
34963
34964
34965 \end_layout
34966
34967 \begin_layout Description
34968 Doppelter
34969 \begin_inset space ~
34970 \end_inset
34971
34972 rechteckiger
34973 \begin_inset space ~
34974 \end_inset
34975
34976 Rahmen zeichnet einen doppelten Rahmen um die Box.
34977  Der innere Rahmen ist 0,75
34978 \begin_inset space \thinspace{}
34979 \end_inset
34980
34981 Rahmendicke breit, der äußere 1,5
34982 \begin_inset space \thinspace{}
34983 \end_inset
34984
34985 Rahmendicke.
34986  Der Zwischenraum beträgt 1,5
34987 \begin_inset space \thinspace{}
34988 \end_inset
34989
34990 Rahmendicke
34991 \begin_inset space \thinspace{}
34992 \end_inset
34993
34994 +
34995 \begin_inset space \thinspace{}
34996 \end_inset
34997
34998 0,5
34999 \begin_inset space \thinspace{}
35000 \end_inset
35001
35002 pt.
35003  
35004 \begin_inset Box Doublebox
35005 position "c"
35006 hor_pos "c"
35007 has_inner_box 1
35008 inner_pos "c"
35009 use_parbox 0
35010 use_makebox 0
35011 width "20col%"
35012 special "none"
35013 height "1in"
35014 height_special "totalheight"
35015 thickness "0.4pt"
35016 separation "3pt"
35017 shadowsize "4pt"
35018 framecolor "black"
35019 backgroundcolor "none"
35020 status collapsed
35021
35022 \begin_layout Plain Layout
35023 Doppelt
35024 \begin_inset space ~
35025 \end_inset
35026
35027 gerahmte
35028 \begin_inset space ~
35029 \end_inset
35030
35031 Box
35032 \end_layout
35033
35034 \end_inset
35035
35036
35037 \end_layout
35038
35039 \begin_layout Standard
35040 \begin_inset VSpace bigskip
35041 \end_inset
35042
35043 Die Aufschrift der Box in \SpecialChar LyX
35044  ändert sich mit der gewählten Verzierung.
35045  Um alle Verzierungen verwenden zu können, muss das \SpecialChar LaTeX
35046 -Paket 
35047 \series bold
35048 fancybox
35049 \series default
35050
35051 \begin_inset Index idx
35052 status collapsed
35053
35054 \begin_layout Plain Layout
35055 \SpecialChar LaTeX
35056 -Pakete ! fancybox
35057 \end_layout
35058
35059 \end_inset
35060
35061  installiert sein.
35062 \end_layout
35063
35064 \begin_layout Standard
35065 \begin_inset VSpace bigskip
35066 \end_inset
35067
35068 Wenn Sie die Verzierung 
35069 \family sans
35070 Einfacher rechteckiger Rahmen
35071 \family default
35072  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
35073  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
35074  immer über die gesamte Zeilenbreite geht und dass die Box ein Absatz für
35075  sich ist: 
35076 \begin_inset Box Framed
35077 position "t"
35078 hor_pos "c"
35079 has_inner_box 0
35080 inner_pos "t"
35081 use_parbox 0
35082 use_makebox 0
35083 width "100col%"
35084 special "none"
35085 height "1in"
35086 height_special "totalheight"
35087 thickness "0.4pt"
35088 separation "3pt"
35089 shadowsize "4pt"
35090 framecolor "black"
35091 backgroundcolor "none"
35092 status collapsed
35093
35094 \begin_layout Plain Layout
35095 Box erlaubt Seitenumbruch
35096 \end_layout
35097
35098 \end_inset
35099
35100
35101 \end_layout
35102
35103 \begin_layout Section
35104 Box-Anpassung
35105 \begin_inset Index idx
35106 status collapsed
35107
35108 \begin_layout Plain Layout
35109 Boxen ! Anpassung
35110 \end_layout
35111
35112 \end_inset
35113
35114
35115 \end_layout
35116
35117 \begin_layout Standard
35118 \noindent
35119 Der Durchmesser der abgerundeten Ecken kann mit 
35120 \series bold
35121
35122 \backslash
35123 cornersize
35124 \series default
35125  gesetzt werden.
35126  Der \SpecialChar TeX
35127 -Code-Befehl
35128 \end_layout
35129
35130 \begin_layout Standard
35131
35132 \series bold
35133
35134 \backslash
35135 cornersize*{1cm}
35136 \end_layout
35137
35138 \begin_layout Standard
35139 setzt den Durchmesser auf 1
35140 \begin_inset space \thinspace{}
35141 \end_inset
35142
35143 cm.
35144  Der \SpecialChar TeX
35145 -Code-Befehl
35146 \end_layout
35147
35148 \begin_layout Standard
35149
35150 \series bold
35151
35152 \backslash
35153 cornersize{num}
35154 \end_layout
35155
35156 \begin_layout Standard
35157 setzt den Durchmesser auf 
35158 \family sans
35159 num
35160 \begin_inset space \thinspace{}
35161 \end_inset
35162
35163 ×
35164 \begin_inset space \thinspace{}
35165 \end_inset
35166
35167 Minimum(Breite der Box, Höhe der Box)
35168 \family default
35169 .
35170  Der Standardwert ist 
35171 \series bold
35172
35173 \backslash
35174 cornersize{0.5}
35175 \series default
35176 .
35177 \end_layout
35178
35179 \begin_layout Standard
35180 \begin_inset ERT
35181 status collapsed
35182
35183 \begin_layout Plain Layout
35184
35185
35186 \backslash
35187 cornersize*{1.5cm}
35188 \end_layout
35189
35190 \end_inset
35191
35192
35193 \begin_inset Box Ovalbox
35194 position "c"
35195 hor_pos "c"
35196 has_inner_box 1
35197 inner_pos "c"
35198 use_parbox 0
35199 use_makebox 0
35200 width "30col%"
35201 special "none"
35202 height "1in"
35203 height_special "totalheight"
35204 thickness "0.4pt"
35205 separation "3pt"
35206 shadowsize "4pt"
35207 framecolor "black"
35208 backgroundcolor "none"
35209 status open
35210
35211 \begin_layout Plain Layout
35212 \align center
35213 Ovale Box, dicker Rand, mit 
35214 \series bold
35215
35216 \backslash
35217 cornersize
35218 \series default
35219
35220 \begin_inset space \thinspace{}
35221 \end_inset
35222
35223 =
35224 \begin_inset space \thinspace{}
35225 \end_inset
35226
35227 1.5
35228 \begin_inset space \thinspace{}
35229 \end_inset
35230
35231 cm
35232 \end_layout
35233
35234 \end_inset
35235
35236
35237 \begin_inset ERT
35238 status collapsed
35239
35240 \begin_layout Plain Layout
35241
35242
35243 \backslash
35244 cornersize{0.5}
35245 \end_layout
35246
35247 \end_inset
35248
35249
35250 \end_layout
35251
35252 \begin_layout Standard
35253 \begin_inset VSpace bigskip
35254 \end_inset
35255
35256 Die Standard-Hintergrundfarbe rot von Boxen mit 
35257 \family sans
35258 schattiertem Hintergrund
35259 \family default
35260  kann entweder lokal mit dem Befehl 
35261 \series bold
35262
35263 \backslash
35264 definecolor{shadecolor}
35265 \series default
35266  oder global über das Menü 
35267 \family sans
35268 Werkzeuge\SpecialChar menuseparator
35269 Einstellungen\SpecialChar menuseparator
35270 Farben\SpecialChar menuseparator
35271 Schattierte
35272 \begin_inset space ~
35273 \end_inset
35274
35275 Box
35276 \family default
35277  geändert werden.
35278  Das Schema des 
35279 \series bold
35280
35281 \backslash
35282 definecolor
35283 \series default
35284  Befehls ist  in Abschnitt
35285 \begin_inset space ~
35286 \end_inset
35287
35288
35289 \begin_inset CommandInset ref
35290 LatexCommand ref
35291 reference "abs:Farbige-Tabellen"
35292
35293 \end_inset
35294
35295  erklärt.
35296 \begin_inset Foot
35297 status collapsed
35298
35299 \begin_layout Plain Layout
35300 Beachten Sie, dass 
35301 \series bold
35302
35303 \backslash
35304 definecolor
35305 \series default
35306  das \SpecialChar LaTeX
35307 -Paket 
35308 \series bold
35309 color
35310 \series default
35311  im \SpecialChar LaTeX
35312 -Vorspann benötigt, siehe Abschnitt
35313 \begin_inset space ~
35314 \end_inset
35315
35316
35317 \begin_inset CommandInset ref
35318 LatexCommand ref
35319 reference "abs:Farbige-Boxen"
35320
35321 \end_inset
35322
35323 .
35324 \end_layout
35325
35326 \end_inset
35327
35328  Für das nächste Beispiel wurden folgender \SpecialChar TeX
35329 -Code verwendet:
35330 \end_layout
35331
35332 \begin_layout Standard
35333
35334 \series bold
35335
35336 \backslash
35337 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35338 \end_layout
35339
35340 \begin_layout Standard
35341 \begin_inset ERT
35342 status collapsed
35343
35344 \begin_layout Plain Layout
35345
35346
35347 \backslash
35348 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35349 \end_layout
35350
35351 \end_inset
35352
35353
35354 \begin_inset Box Shaded
35355 position "t"
35356 hor_pos "c"
35357 has_inner_box 0
35358 inner_pos "t"
35359 use_parbox 0
35360 use_makebox 0
35361 width "100col%"
35362 special "none"
35363 height "1in"
35364 height_special "totalheight"
35365 thickness "0.4pt"
35366 separation "3pt"
35367 shadowsize "4pt"
35368 framecolor "black"
35369 backgroundcolor "none"
35370 status open
35371
35372 \begin_layout Plain Layout
35373
35374 \color yellow
35375 Dies ist gelber Text in einer 
35376 \family sans
35377 schattierten Hintergrund
35378 \begin_inset space ~
35379 \end_inset
35380
35381
35382 \family default
35383 Box auf dunkelgrünem Hintergrund.
35384 \end_layout
35385
35386 \end_inset
35387
35388
35389 \begin_inset ERT
35390 status collapsed
35391
35392 \begin_layout Plain Layout
35393
35394
35395 \backslash
35396 definecolor{shadecolor}{rgb}{1,0,0}
35397 \end_layout
35398
35399 \end_inset
35400
35401
35402 \end_layout
35403
35404 \begin_layout Standard
35405 \begin_inset VSpace bigskip
35406 \end_inset
35407
35408 Geänderte Größen und Farben gelten für alle Boxen, die auf den Befehl folgen,
35409  der sie ändert.
35410 \end_layout
35411
35412 \begin_layout Section
35413 Minipage
35414 \begin_inset CommandInset label
35415 LatexCommand label
35416 name "abs:Minipage"
35417
35418 \end_inset
35419
35420
35421 \begin_inset Index idx
35422 status collapsed
35423
35424 \begin_layout Plain Layout
35425 Boxen ! Minipage
35426 \end_layout
35427
35428 \end_inset
35429
35430
35431 \end_layout
35432
35433 \begin_layout Standard
35434 Minipages werden von \SpecialChar LaTeX
35435  wie Seiten auf einer Seite behandelt und können deshalb
35436  unter anderem eigene Fußnoten haben.
35437 \end_layout
35438
35439 \begin_layout Standard
35440 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
35441 \end_layout
35442
35443 \begin_layout Standard
35444 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
35445  Ihre Breite ist 45 Spaltenbreite
35446 \begin_inset space ~
35447 \end_inset
35448
35449 %, und sie sind durch einen 
35450 \family sans
35451 HFill
35452 \family default
35453  getrennt (
35454 \family sans
35455 Einfügen\SpecialChar menuseparator
35456 Formatierung\SpecialChar menuseparator
35457 Horizontaler
35458 \begin_inset space \space{}
35459 \end_inset
35460
35461 Abstand\SpecialChar menuseparator
35462 Abstand\SpecialChar menuseparator
35463 Variabler
35464 \begin_inset space ~
35465 \end_inset
35466
35467 horiz.
35468 \begin_inset space ~
35469 \end_inset
35470
35471 Abstand
35472 \family default
35473 ).
35474 \begin_inset Newpage newpage
35475 \end_inset
35476
35477
35478 \end_layout
35479
35480 \begin_layout Standard
35481 \noindent
35482 \begin_inset Box Frameless
35483 position "t"
35484 hor_pos "c"
35485 has_inner_box 1
35486 inner_pos "c"
35487 use_parbox 0
35488 use_makebox 0
35489 width "45col%"
35490 special "none"
35491 height "1in"
35492 height_special "totalheight"
35493 thickness "0.4pt"
35494 separation "3pt"
35495 shadowsize "4pt"
35496 framecolor "black"
35497 backgroundcolor "none"
35498 status open
35499
35500 \begin_layout Plain Layout
35501 Dies ist ein deutscher Text.
35502  Dies ist ein deutscher Text.
35503  Dies ist ein deutscher Text.
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 \begin_inset Foot
35515 status open
35516
35517 \begin_layout Plain Layout
35518 Dies ist eine deutsche Fußnote.
35519 \end_layout
35520
35521 \end_inset
35522
35523 .
35524  Dies ist ein deutscher Text.
35525  Dies ist ein deutscher Text.
35526 \end_layout
35527
35528 \end_inset
35529
35530
35531 \begin_inset space \hfill{}
35532 \end_inset
35533
35534
35535 \begin_inset Box Frameless
35536 position "t"
35537 hor_pos "c"
35538 has_inner_box 1
35539 inner_pos "c"
35540 use_parbox 0
35541 use_makebox 0
35542 width "45col%"
35543 special "none"
35544 height "1in"
35545 height_special "totalheight"
35546 thickness "0.4pt"
35547 separation "3pt"
35548 shadowsize "4pt"
35549 framecolor "black"
35550 backgroundcolor "none"
35551 status open
35552
35553 \begin_layout Plain Layout
35554
35555 \lang english
35556 This is an English Text.
35557  This is an English Text.
35558  This is an English Text.
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 \begin_inset Foot
35573 status collapsed
35574
35575 \begin_layout Plain Layout
35576
35577 \lang english
35578 This is an English footnote.
35579 \end_layout
35580
35581 \end_inset
35582
35583  This is an English Text.
35584 \end_layout
35585
35586 \end_inset
35587
35588
35589 \end_layout
35590
35591 \begin_layout Standard
35592 \begin_inset VSpace bigskip
35593 \end_inset
35594
35595 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
35596  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
35597  Absätze nicht eingerückt werden, obwohl Sie das in 
35598 \family sans
35599 Dokument
35600 \family default
35601 \SpecialChar menuseparator
35602
35603 \family sans
35604 Einstellun\SpecialChar softhyphen
35605 gen\SpecialChar menuseparator
35606 Textformat
35607 \family default
35608  festgelegt haben.
35609  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
35610  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem \SpecialChar TeX
35611 -Code 
35612 \series bold
35613
35614 \backslash
35615 hspace*{1em}
35616 \series default
35617 .
35618 \end_layout
35619
35620 \begin_layout Standard
35621 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
35622  zu verpassen, siehe Abschnitt
35623 \begin_inset space ~
35624 \end_inset
35625
35626
35627 \begin_inset CommandInset ref
35628 LatexCommand ref
35629 reference "abs:Farbige-Boxen"
35630
35631 \end_inset
35632
35633 .
35634 \end_layout
35635
35636 \begin_layout Standard
35637 \begin_inset Note Greyedout
35638 status open
35639
35640 \begin_layout Plain Layout
35641
35642 \series bold
35643 Bemerkung:
35644 \series default
35645  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
35646  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
35647 \end_layout
35648
35649 \end_inset
35650
35651
35652 \end_layout
35653
35654 \begin_layout Standard
35655 \begin_inset VSpace bigskip
35656 \end_inset
35657
35658
35659 \end_layout
35660
35661 \begin_layout Standard
35662 \SpecialChar LyX
35663  unterstützt auch Minipages, deren Breite sich automatisch an die Größe
35664  des Inhalts anpasst, über das Modul 
35665 \family sans
35666 Breitenvariable
35667 \begin_inset space ~
35668 \end_inset
35669
35670 Minipages
35671 \family default
35672 .
35673  Die \SpecialChar LyX
35674 -Beispieldatei 
35675 \emph on
35676 varwidth-floats-side-by-side
35677 \emph default
35678  gibt Beispiele von breitenvariablen Minipages, um Gleitobjekte nebeneinander
35679  zu setzen.
35680 \end_layout
35681
35682 \begin_layout Section
35683 Parbox
35684 \begin_inset CommandInset label
35685 LatexCommand label
35686 name "abs:Parbox"
35687
35688 \end_inset
35689
35690
35691 \begin_inset Index idx
35692 status collapsed
35693
35694 \begin_layout Plain Layout
35695 Boxen ! Parbox
35696 \end_layout
35697
35698 \end_inset
35699
35700
35701 \end_layout
35702
35703 \begin_layout Standard
35704 Parbox ist eine Abkürzung für 
35705 \begin_inset Quotes gld
35706 \end_inset
35707
35708 paragraph box
35709 \begin_inset Quotes grd
35710 \end_inset
35711
35712 , was Absatzbox bedeutet.
35713  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
35714  in Parboxen nicht ausgegeben werden:
35715 \end_layout
35716
35717 \begin_layout Standard
35718 \align center
35719 \begin_inset Box Frameless
35720 position "t"
35721 hor_pos "c"
35722 has_inner_box 1
35723 inner_pos "t"
35724 use_parbox 1
35725 use_makebox 0
35726 width "33col%"
35727 special "none"
35728 height "1in"
35729 height_special "totalheight"
35730 thickness "0.4pt"
35731 separation "3pt"
35732 shadowsize "4pt"
35733 framecolor "black"
35734 backgroundcolor "none"
35735 status open
35736
35737 \begin_layout Plain Layout
35738 Dies ist Text in einer Parbox.
35739  Dies ist Text in einer Parbox.
35740 \end_layout
35741
35742 \begin_layout Plain Layout
35743 Diese Fußnote wird nicht gedruckt:
35744 \begin_inset Foot
35745 status collapsed
35746
35747 \begin_layout Plain Layout
35748 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
35749 \end_layout
35750
35751 \end_inset
35752
35753
35754 \end_layout
35755
35756 \end_inset
35757
35758
35759 \end_layout
35760
35761 \begin_layout Section
35762 Boxen für Worte und Buchstaben
35763 \begin_inset Index idx
35764 status collapsed
35765
35766 \begin_layout Plain Layout
35767 Boxen ! für Buchstaben
35768 \end_layout
35769
35770 \end_inset
35771
35772
35773 \end_layout
35774
35775 \begin_layout Subsection
35776 Silbentrennung unterbinden
35777 \begin_inset CommandInset label
35778 LatexCommand label
35779 name "abs:Silbentrennung-unterbinden"
35780
35781 \end_inset
35782
35783
35784 \begin_inset Index idx
35785 status collapsed
35786
35787 \begin_layout Plain Layout
35788 Boxen ! zur Vermeidung von Silbentrennung
35789 \end_layout
35790
35791 \end_inset
35792
35793
35794 \end_layout
35795
35796 \begin_layout Standard
35797 Sie können den Boxtyp 
35798 \family sans
35799 Makebox
35800 \family default
35801  benutzen, um Silbentrennungen zu unterbinden.
35802 \begin_inset Newline newline
35803 \end_inset
35804
35805 Hier ist ein Beispiel: 
35806 \end_layout
35807
35808 \begin_layout Standard
35809 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
35810 \begin_inset Quotes gld
35811 \end_inset
35812
35813 einsehrsehrsehrlangeswort
35814 \begin_inset Quotes grd
35815 \end_inset
35816
35817 .
35818 \end_layout
35819
35820 \begin_layout Standard
35821 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
35822  Innere
35823 \begin_inset space ~
35824 \end_inset
35825
35826 Box auf Makebox und verwenden keine explizite Breite.
35827 \end_layout
35828
35829 \begin_layout Standard
35830 Hier ist das Ergebnis:
35831 \end_layout
35832
35833 \begin_layout Standard
35834 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
35835 \begin_inset Box Frameless
35836 position "t"
35837 hor_pos "c"
35838 has_inner_box 1
35839 inner_pos "t"
35840 use_parbox 0
35841 use_makebox 1
35842 width ""
35843 special "none"
35844 height "1in"
35845 height_special "totalheight"
35846 thickness "0.4pt"
35847 separation "3pt"
35848 shadowsize "4pt"
35849 framecolor "black"
35850 backgroundcolor "none"
35851 status open
35852
35853 \begin_layout Plain Layout
35854 \begin_inset Quotes gld
35855 \end_inset
35856
35857 einsehrsehrsehrlangeswort
35858 \begin_inset Quotes grd
35859 \end_inset
35860
35861
35862 \end_layout
35863
35864 \end_inset
35865
35866 .
35867 \end_layout
35868
35869 \begin_layout Standard
35870 Alternativ dazu kann man auch den Befehl 
35871 \begin_inset Quotes gld
35872 \end_inset
35873
35874
35875 \series bold
35876
35877 \backslash
35878 -
35879 \series default
35880
35881 \begin_inset Quotes grd
35882 \end_inset
35883
35884  als \SpecialChar TeX
35885 -Code direkt vor das Wort setzen:
35886 \end_layout
35887
35888 \begin_layout Standard
35889 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
35890 \begin_inset Quotes gld
35891 \end_inset
35892
35893
35894 \begin_inset ERT
35895 status collapsed
35896
35897 \begin_layout Plain Layout
35898
35899
35900 \backslash
35901 -
35902 \end_layout
35903
35904 \end_inset
35905
35906 einsehrsehrsehrlangeswort
35907 \begin_inset Quotes grd
35908 \end_inset
35909
35910 .
35911 \end_layout
35912
35913 \begin_layout Standard
35914 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
35915  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
35916 \family sans
35917 Strg-Eingabe
35918 \family default
35919 ) einfügen: 
35920 \end_layout
35921
35922 \begin_layout Standard
35923 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
35924 \begin_inset Newline newline
35925 \end_inset
35926
35927
35928 \begin_inset Box Frameless
35929 position "t"
35930 hor_pos "c"
35931 has_inner_box 1
35932 inner_pos "t"
35933 use_parbox 0
35934 use_makebox 1
35935 width ""
35936 special "none"
35937 height "1in"
35938 height_special "totalheight"
35939 thickness "0.4pt"
35940 separation "3pt"
35941 shadowsize "4pt"
35942 framecolor "black"
35943 backgroundcolor "none"
35944 status open
35945
35946 \begin_layout Plain Layout
35947 \begin_inset Quotes gld
35948 \end_inset
35949
35950 einsehrsehrsehrlangeswort
35951 \begin_inset Quotes grd
35952 \end_inset
35953
35954
35955 \end_layout
35956
35957 \end_inset
35958
35959 .
35960 \end_layout
35961
35962 \begin_layout Subsection
35963 Vertikale Ausrichtung
35964 \begin_inset CommandInset label
35965 LatexCommand label
35966 name "uab:Vertikale-Ausrichtung"
35967
35968 \end_inset
35969
35970
35971 \begin_inset Index idx
35972 status collapsed
35973
35974 \begin_layout Plain Layout
35975 Boxen ! für Vertikale Ausrichtung
35976 \end_layout
35977
35978 \end_inset
35979
35980
35981 \begin_inset Index idx
35982 status collapsed
35983
35984 \begin_layout Plain Layout
35985 Boxen ! raisebox
35986 \end_layout
35987
35988 \end_inset
35989
35990
35991 \end_layout
35992
35993 \begin_layout Standard
35994 Mit dem \SpecialChar LaTeX
35995 -Befehl 
35996 \series bold
35997
35998 \backslash
35999 raisebox
36000 \series default
36001  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
36002 n Textes ausrichten.
36003  
36004 \series bold
36005
36006 \backslash
36007 raisebox
36008 \series default
36009  wird folgendermaßen benutzt:
36010 \end_layout
36011
36012 \begin_layout Standard
36013
36014 \series bold
36015
36016 \backslash
36017 raisebox{Verschiebung}[oben][unten]{Text}
36018 \end_layout
36019
36020 \begin_layout Standard
36021 Positive Werte für Verschiebung
36022 \series bold
36023  
36024 \series default
36025 verschieben die Box nach oben, negative nach unten.
36026  Die beiden optionalen Parameter 
36027 \family typewriter
36028 oben
36029 \family default
36030  und 
36031 \family typewriter
36032 unten
36033 \family default
36034  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
36035  hinausgeht, wenn sie nicht verschoben ist.
36036 \end_layout
36037
36038 \begin_layout Standard
36039 Um zum Beispiel das Wort 
36040 \begin_inset Quotes gld
36041 \end_inset
36042
36043 provokant
36044 \begin_inset Quotes grd
36045 \end_inset
36046
36047  mit seinem 
36048 \begin_inset Quotes gld
36049 \end_inset
36050
36051 niedrigsten
36052 \begin_inset Quotes grd
36053 \end_inset
36054
36055  Buchstaben 
36056 \begin_inset Quotes gld
36057 \end_inset
36058
36059 p
36060 \begin_inset Quotes grd
36061 \end_inset
36062
36063  an der Grundlinie auszurichten, müssen Sie den \SpecialChar TeX
36064 -Code-Befehl
36065 \end_layout
36066
36067 \begin_layout Standard
36068
36069 \series bold
36070
36071 \backslash
36072 raisebox{
36073 \backslash
36074 depth}{
36075 \end_layout
36076
36077 \begin_layout Standard
36078 vor dem Wort einfügen und 
36079 \begin_inset Quotes gld
36080 \end_inset
36081
36082
36083 \series bold
36084 }
36085 \series default
36086
36087 \begin_inset Quotes grd
36088 \end_inset
36089
36090  als \SpecialChar TeX
36091 -Code dahinter:
36092 \end_layout
36093
36094 \begin_layout Standard
36095 Dies ist eine Zeile, in der das Wort 
36096 \begin_inset ERT
36097 status collapsed
36098
36099 \begin_layout Plain Layout
36100
36101
36102 \backslash
36103 raisebox{
36104 \backslash
36105 depth}{
36106 \end_layout
36107
36108 \end_inset
36109
36110
36111 \begin_inset Quotes gld
36112 \end_inset
36113
36114 provokant
36115 \begin_inset Quotes grd
36116 \end_inset
36117
36118
36119 \begin_inset ERT
36120 status collapsed
36121
36122 \begin_layout Plain Layout
36123
36124 }
36125 \end_layout
36126
36127 \end_inset
36128
36129  nach oben verschoben wurde.
36130 \end_layout
36131
36132 \begin_layout Standard
36133 \begin_inset VSpace bigskip
36134 \end_inset
36135
36136 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
36137  gedehnt:
36138 \end_layout
36139
36140 \begin_layout Standard
36141 Dies ist eine Zeile, in der das Wort 
36142 \begin_inset ERT
36143 status collapsed
36144
36145 \begin_layout Plain Layout
36146
36147
36148 \backslash
36149 raisebox{-
36150 \backslash
36151 depth}{
36152 \end_layout
36153
36154 \end_inset
36155
36156
36157 \begin_inset Quotes gld
36158 \end_inset
36159
36160 provokant
36161 \begin_inset Quotes grd
36162 \end_inset
36163
36164
36165 \begin_inset ERT
36166 status collapsed
36167
36168 \begin_layout Plain Layout
36169
36170 }
36171 \end_layout
36172
36173 \end_inset
36174
36175  nach unten verschoben wurde.
36176 \end_layout
36177
36178 \begin_layout Standard
36179 Dies ist eine Zeile, in der das Wort 
36180 \begin_inset ERT
36181 status collapsed
36182
36183 \begin_layout Plain Layout
36184
36185
36186 \backslash
36187 raisebox{0.5cm}{
36188 \end_layout
36189
36190 \end_inset
36191
36192
36193 \begin_inset Quotes gld
36194 \end_inset
36195
36196 testen
36197 \begin_inset Quotes grd
36198 \end_inset
36199
36200
36201 \begin_inset ERT
36202 status collapsed
36203
36204 \begin_layout Plain Layout
36205
36206 }
36207 \end_layout
36208
36209 \end_inset
36210
36211  um 0.5
36212 \begin_inset space \thinspace{}
36213 \end_inset
36214
36215 cm nach oben verschoben wurde.
36216 \end_layout
36217
36218 \begin_layout Standard
36219 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
36220 \end_layout
36221
36222 \begin_layout Standard
36223
36224 \series bold
36225
36226 \backslash
36227 raisebox{-
36228 \backslash
36229 depth}[0pt]{
36230 \end_layout
36231
36232 \begin_layout Standard
36233 Dies ist eine Zeile, in der das Wort 
36234 \begin_inset ERT
36235 status collapsed
36236
36237 \begin_layout Plain Layout
36238
36239
36240 \backslash
36241 raisebox{-
36242 \backslash
36243 depth}[0pt]{
36244 \end_layout
36245
36246 \end_inset
36247
36248
36249 \begin_inset Quotes gld
36250 \end_inset
36251
36252 provokant
36253 \begin_inset Quotes grd
36254 \end_inset
36255
36256
36257 \begin_inset ERT
36258 status collapsed
36259
36260 \begin_layout Plain Layout
36261
36262 }
36263 \end_layout
36264
36265 \end_inset
36266
36267  nach unten verschoben wurde.
36268 \begin_inset Newline newline
36269 \end_inset
36270
36271
36272 \begin_inset Newline newline
36273 \end_inset
36274
36275 Dies ist eine Zeile, in der das Wort 
36276 \begin_inset ERT
36277 status collapsed
36278
36279 \begin_layout Plain Layout
36280
36281
36282 \backslash
36283 raisebox{0.5cm}[0pt]{
36284 \end_layout
36285
36286 \end_inset
36287
36288
36289 \begin_inset Quotes gld
36290 \end_inset
36291
36292 testen
36293 \begin_inset Quotes grd
36294 \end_inset
36295
36296
36297 \begin_inset ERT
36298 status collapsed
36299
36300 \begin_layout Plain Layout
36301
36302 }
36303 \end_layout
36304
36305 \end_inset
36306
36307  um 0.5
36308 \begin_inset space \thinspace{}
36309 \end_inset
36310
36311 cm nach oben verschoben wurde.
36312  Jetzt überschneiden sich die verschobenen Worte.
36313 \end_layout
36314
36315 \begin_layout Section
36316 Farbige Boxen
36317 \begin_inset CommandInset label
36318 LatexCommand label
36319 name "abs:Farbige-Boxen"
36320
36321 \end_inset
36322
36323
36324 \begin_inset Index idx
36325 status collapsed
36326
36327 \begin_layout Plain Layout
36328 Boxen ! farbige
36329 \end_layout
36330
36331 \end_inset
36332
36333
36334 \end_layout
36335
36336 \begin_layout Standard
36337 Um einen Text mit einer Hintergrundfarbe zu versehen, wählen Sie diese im
36338  Box-Dialog aus.
36339  Dies ist zum Beispiel eine Box mit orangenem Hintergrund
36340 \begin_inset Newline newline
36341 \end_inset
36342
36343
36344 \begin_inset Box Frameless
36345 position "t"
36346 hor_pos "c"
36347 has_inner_box 1
36348 inner_pos "t"
36349 use_parbox 0
36350 use_makebox 1
36351 width ""
36352 special "none"
36353 height "1in"
36354 height_special "totalheight"
36355 thickness "0.4pt"
36356 separation "3pt"
36357 shadowsize "4pt"
36358 framecolor "black"
36359 backgroundcolor "orange"
36360 status open
36361
36362 \begin_layout Plain Layout
36363 Box mit orangenem Hintergrund
36364 \end_layout
36365
36366 \end_inset
36367
36368
36369 \end_layout
36370
36371 \begin_layout Standard
36372 Wenn Sie die Dekoration
36373 \family sans
36374  Einfacher
36375 \begin_inset space ~
36376 \end_inset
36377
36378 rechteckiger
36379 \begin_inset space ~
36380 \end_inset
36381
36382 Rahmen 
36383 \family default
36384 verwenden, können Sie eine Rahmenfarbe festlegen.
36385  In diesem Fall muss auch eine Hintergrundfarbe angegeben werden (LyX setzt
36386  sie standardmäßig auf weiß).
36387  Hier ist ein Beispiel:
36388 \begin_inset Newline newline
36389 \end_inset
36390
36391
36392 \begin_inset Box Boxed
36393 position "t"
36394 hor_pos "c"
36395 has_inner_box 0
36396 inner_pos "t"
36397 use_parbox 0
36398 use_makebox 0
36399 width ""
36400 special "none"
36401 height "1in"
36402 height_special "totalheight"
36403 thickness "0.4pt"
36404 separation "3pt"
36405 shadowsize "4pt"
36406 framecolor "teal"
36407 backgroundcolor "yellow"
36408 status open
36409
36410 \begin_layout Plain Layout
36411 Box mit tealer Rahmenfarbe und gelber Hintergrundfarbe
36412 \end_layout
36413
36414 \end_inset
36415
36416
36417 \end_layout
36418
36419 \begin_layout Standard
36420 \begin_inset VSpace bigskip
36421 \end_inset
36422
36423 Natürlich ist auch farbiger Text in einer farbigen Box möglich:
36424 \begin_inset Newline newline
36425 \end_inset
36426
36427
36428 \begin_inset Box Boxed
36429 position "t"
36430 hor_pos "c"
36431 has_inner_box 0
36432 inner_pos "t"
36433 use_parbox 0
36434 use_makebox 0
36435 width ""
36436 special "none"
36437 height "1in"
36438 height_special "totalheight"
36439 thickness "0.4pt"
36440 separation "3pt"
36441 shadowsize "4pt"
36442 framecolor "cyan"
36443 backgroundcolor "magenta"
36444 status open
36445
36446 \begin_layout Plain Layout
36447
36448 \color yellow
36449 Dies ist farbiger Text in einer farbigen, gerahmten Box.
36450 \end_layout
36451
36452 \end_inset
36453
36454
36455 \end_layout
36456
36457 \begin_layout Standard
36458 \begin_inset VSpace bigskip
36459 \end_inset
36460
36461
36462 \end_layout
36463
36464 \begin_layout Standard
36465 Falls sie andere als die voreingestellten Farben benötigen, können Ihre
36466  eigenen Farben definieren, wie in Abschnitt
36467 \begin_inset space ~
36468 \end_inset
36469
36470
36471 \begin_inset CommandInset ref
36472 LatexCommand ref
36473 reference "abs:Farbige-Tabellen"
36474
36475 \end_inset
36476
36477  beschrieben.
36478  Um selbstdefinierte Farben zu verwenden, muss die Box mittels TeX-Code
36479  gesetzt werden:
36480 \end_layout
36481
36482 \begin_layout Standard
36483 Farbige Boxen ohne Rahmen werden mit dem Befehl 
36484 \series bold
36485
36486 \backslash
36487 colorbox
36488 \series default
36489  erzeugt.
36490  Er hat folgendes Schema:
36491 \end_layout
36492
36493 \begin_layout Standard
36494
36495 \series bold
36496
36497 \backslash
36498 colorbox{Farbe}{Boxinhalt}
36499 \end_layout
36500
36501 \begin_layout Standard
36502 Der Boxinhalt kann auch eine Box sein, und farbige Boxen können in anderen
36503  Boxen sein.
36504  Um zum Beispiel ein Wort auf einem dunkelgrünen Hintergrund zu drucken,
36505  fügen sie den \SpecialChar TeX
36506 -Code-Befehl
36507 \end_layout
36508
36509 \begin_layout Standard
36510
36511 \series bold
36512
36513 \backslash
36514 colorbox{dunkelgruen}{
36515 \end_layout
36516
36517 \begin_layout Standard
36518 vor dem Wort ein.
36519  Hinter dem Wort fügen Sie 
36520 \series bold
36521
36522 \begin_inset Quotes gld
36523 \end_inset
36524
36525 }
36526 \series default
36527
36528 \begin_inset Quotes grd
36529 \end_inset
36530
36531  als \SpecialChar TeX
36532 -Code ein.
36533  Hier ist das Ergebnis:
36534 \end_layout
36535
36536 \begin_layout Standard
36537 In dieser Zeile hat 
36538 \begin_inset ERT
36539 status collapsed
36540
36541 \begin_layout Plain Layout
36542
36543
36544 \backslash
36545 colorbox{dunkelgruen}{
36546 \end_layout
36547
36548 \end_inset
36549
36550 Achtung!
36551 \begin_inset ERT
36552 status collapsed
36553
36554 \begin_layout Plain Layout
36555
36556 }
36557 \end_layout
36558
36559 \end_inset
36560
36561  einen dunkelgrünen Hintergrund.
36562 \end_layout
36563
36564 \begin_layout Standard
36565 Farbige Boxen mit Rahmen werden mit dem Befehl
36566 \series bold
36567  
36568 \backslash
36569 fcolorbox
36570 \series default
36571  erzeugt.
36572  Er hat folgendes Schema:
36573 \end_layout
36574
36575 \begin_layout Standard
36576
36577 \series bold
36578
36579 \backslash
36580 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
36581 \end_layout
36582
36583 \begin_layout Section
36584 Rotierte und skalierte Boxen
36585 \end_layout
36586
36587 \begin_layout Standard
36588 Um die in diesem Abschnitt beschriebenen Boxen nutzen zu können, muss das
36589  Modul 
36590 \family sans
36591 Grafik-Boxen
36592 \family default
36593  in den Dokumenteinstellungen geladen sein.
36594 \end_layout
36595
36596 \begin_layout Standard
36597 \begin_inset Note Greyedout
36598 status open
36599
36600 \begin_layout Plain Layout
36601
36602 \series bold
36603 Achtung:
36604 \series default
36605  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
36606 \end_layout
36607
36608 \end_inset
36609
36610
36611 \end_layout
36612
36613 \begin_layout Standard
36614 \begin_inset Note Greyedout
36615 status open
36616
36617 \begin_layout Plain Layout
36618
36619 \series bold
36620 Achtung:
36621 \series default
36622  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
36623 \end_layout
36624
36625 \end_inset
36626
36627
36628 \end_layout
36629
36630 \begin_layout Subsection
36631 Rotierte Boxen
36632 \begin_inset Index idx
36633 status collapsed
36634
36635 \begin_layout Plain Layout
36636 Boxen ! rotierte
36637 \end_layout
36638
36639 \end_inset
36640
36641
36642 \begin_inset Index idx
36643 status collapsed
36644
36645 \begin_layout Plain Layout
36646 Rotiertes Material
36647 \end_layout
36648
36649 \end_inset
36650
36651
36652 \end_layout
36653
36654 \begin_layout Standard
36655 Um Material zu drehen, setzt man es in eine 
36656 \family sans
36657 Rotationsbox
36658 \family default
36659 .
36660  Solch eine Box wird über das Menü 
36661 \family sans
36662 Einfügen\SpecialChar menuseparator
36663 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
36664 Rotationsbox
36665 \family default
36666  eingefügt.
36667 \end_layout
36668
36669 \begin_layout Standard
36670 Der Drehpunkt kann über die Einfügung 
36671 \family sans
36672 Drehpunkt
36673 \family default
36674  (Menü 
36675 \family sans
36676 Einfügen\SpecialChar menuseparator
36677 Drehpunkt
36678 \family default
36679 ) in der Form 
36680 \series bold
36681 origin=Position
36682 \series default
36683  angegeben.
36684  Folgende Positionen sind möglich: 
36685 \emph on
36686 c
36687 \emph default
36688  (mittig), 
36689 \emph on
36690 l
36691 \emph default
36692  (links), 
36693 \emph on
36694 r
36695 \emph default
36696  (rechts), 
36697 \emph on
36698 b
36699 \emph default
36700  (unten), 
36701 \emph on
36702 t
36703 \emph default
36704  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
36705  Z.
36706 \begin_inset space \thinspace{}
36707 \end_inset
36708
36709 B.
36710  bedeutet 
36711 \emph on
36712 lt
36713 \emph default
36714 , dass sich der Drehpunkt links oben befindet.
36715  Wird kein Drehpunkt angegeben, wird die Position 
36716 \emph on
36717 l
36718 \emph default
36719  verwendet.
36720  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
36721  Gedreht wird gegen den Uhrzeigersinn.
36722 \end_layout
36723
36724 \begin_layout Standard
36725 Im folgenden Beispiel wurde
36726 \series bold
36727  origin=c
36728 \series default
36729  in the Einfügung 
36730 \family sans
36731 Drehpunkt
36732 \family default
36733  und 
36734 \series bold
36735 60
36736 \series default
36737  in die Einfügung 
36738 \family sans
36739 Winkel
36740 \family default
36741  eingegeben.
36742 \end_layout
36743
36744 \begin_layout Standard
36745 Dies ist eine Zeile 
36746 \begin_inset Flex Rotatebox
36747 status open
36748
36749 \begin_layout Plain Layout
36750 \begin_inset Argument 1
36751 status open
36752
36753 \begin_layout Plain Layout
36754 origin=c
36755 \end_layout
36756
36757 \end_inset
36758
36759
36760 \begin_inset Argument 2
36761 status open
36762
36763 \begin_layout Plain Layout
36764 60
36765 \end_layout
36766
36767 \end_inset
36768
36769 mit rotiertem
36770 \end_layout
36771
36772 \end_inset
36773
36774  Text.
36775 \end_layout
36776
36777 \begin_layout Standard
36778 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
36779 \end_layout
36780
36781 \begin_layout Standard
36782 Dies ist eine Zeile 
36783 \begin_inset Flex Rotatebox
36784 status open
36785
36786 \begin_layout Plain Layout
36787 \begin_inset Argument 1
36788 status open
36789
36790 \begin_layout Plain Layout
36791 origin=r
36792 \end_layout
36793
36794 \end_inset
36795
36796
36797 \begin_inset Argument 2
36798 status open
36799
36800 \begin_layout Plain Layout
36801 -60
36802 \end_layout
36803
36804 \end_inset
36805
36806
36807 \begin_inset Box Doublebox
36808 position "c"
36809 hor_pos "c"
36810 has_inner_box 0
36811 inner_pos "c"
36812 use_parbox 0
36813 use_makebox 0
36814 width "1in"
36815 special "width"
36816 height "1in"
36817 height_special "totalheight"
36818 thickness "0.4pt"
36819 separation "3pt"
36820 shadowsize "4pt"
36821 framecolor "black"
36822 backgroundcolor "none"
36823 status collapsed
36824
36825 \begin_layout Plain Layout
36826 mit rotiertem
36827 \end_layout
36828
36829 \end_inset
36830
36831
36832 \end_layout
36833
36834 \end_inset
36835
36836  umrandeten Text 
36837 \begin_inset Flex Rotatebox
36838 status open
36839
36840 \begin_layout Plain Layout
36841 \begin_inset Argument 1
36842 status open
36843
36844 \begin_layout Plain Layout
36845 origin=lb
36846 \end_layout
36847
36848 \end_inset
36849
36850
36851 \begin_inset Argument 2
36852 status open
36853
36854 \begin_layout Plain Layout
36855 60
36856 \end_layout
36857
36858 \end_inset
36859
36860
36861 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36862 \end_inset
36863
36864
36865 \end_layout
36866
36867 \end_inset
36868
36869  und einer Formel.
36870 \end_layout
36871
36872 \begin_layout Standard
36873 Oder ein Bild oder Tabelle:
36874 \end_layout
36875
36876 \begin_layout Standard
36877 Dies ist eine Zeile 
36878 \begin_inset Flex Rotatebox
36879 status open
36880
36881 \begin_layout Plain Layout
36882 \begin_inset Argument 1
36883 status open
36884
36885 \begin_layout Plain Layout
36886 origin=lb
36887 \end_layout
36888
36889 \end_inset
36890
36891
36892 \begin_inset Argument 2
36893 status open
36894
36895 \begin_layout Plain Layout
36896 90
36897 \end_layout
36898
36899 \end_inset
36900
36901
36902 \begin_inset Graphics
36903         filename ../clipart/platypus.eps
36904         lyxscale 50
36905         width 25col%
36906
36907 \end_inset
36908
36909
36910 \end_layout
36911
36912 \end_inset
36913
36914  mit einem rotierten Bild 
36915 \begin_inset Flex Rotatebox
36916 status open
36917
36918 \begin_layout Plain Layout
36919 \begin_inset Argument 2
36920 status open
36921
36922 \begin_layout Plain Layout
36923 -90
36924 \end_layout
36925
36926 \end_inset
36927
36928
36929 \begin_inset Tabular
36930 <lyxtabular version="3" rows="2" columns="2">
36931 <features tabularvalignment="middle">
36932 <column alignment="center" valignment="top">
36933 <column alignment="center" valignment="top">
36934 <row>
36935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36936 \begin_inset Text
36937
36938 \begin_layout Plain Layout
36939 q
36940 \end_layout
36941
36942 \end_inset
36943 </cell>
36944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36945 \begin_inset Text
36946
36947 \begin_layout Plain Layout
36948 w
36949 \end_layout
36950
36951 \end_inset
36952 </cell>
36953 </row>
36954 <row>
36955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36956 \begin_inset Text
36957
36958 \begin_layout Plain Layout
36959 e
36960 \end_layout
36961
36962 \end_inset
36963 </cell>
36964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36965 \begin_inset Text
36966
36967 \begin_layout Plain Layout
36968 r
36969 \end_layout
36970
36971 \end_inset
36972 </cell>
36973 </row>
36974 </lyxtabular>
36975
36976 \end_inset
36977
36978
36979 \end_layout
36980
36981 \end_inset
36982
36983  und Tabelle.
36984 \begin_inset Index idx
36985 status collapsed
36986
36987 \begin_layout Plain Layout
36988 Abbildungen ! rotierte
36989 \end_layout
36990
36991 \end_inset
36992
36993
36994 \begin_inset Index idx
36995 status collapsed
36996
36997 \begin_layout Plain Layout
36998 Tabellen ! rotierte
36999 \end_layout
37000
37001 \end_inset
37002
37003
37004 \end_layout
37005
37006 \begin_layout Standard
37007 \begin_inset Note Greyedout
37008 status open
37009
37010 \begin_layout Plain Layout
37011
37012 \series bold
37013 Achtung:
37014 \series default
37015  Wenn die Einfügung 
37016 \family sans
37017 Drehpunkt
37018 \family default
37019  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
37020 -Fehler
37021  wenn man das Dokument ansieht/exportiert.
37022 \end_layout
37023
37024 \end_inset
37025
37026
37027 \end_layout
37028
37029 \begin_layout Subsection
37030 Skalierte Boxen
37031 \begin_inset Index idx
37032 status collapsed
37033
37034 \begin_layout Plain Layout
37035 Boxen ! skalierte
37036 \end_layout
37037
37038 \end_inset
37039
37040
37041 \begin_inset Index idx
37042 status collapsed
37043
37044 \begin_layout Plain Layout
37045 Skaliertes Material
37046 \end_layout
37047
37048 \end_inset
37049
37050
37051 \end_layout
37052
37053 \begin_layout Standard
37054 Um Material zu skalieren, setzt man es in eine 
37055 \family sans
37056 Skalierende
37057 \begin_inset space ~
37058 \end_inset
37059
37060 Box
37061 \family default
37062 .
37063  Solch eine Box wird über das Menü 
37064 \family sans
37065 Einfügen\SpecialChar menuseparator
37066 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
37067 Skalierende
37068 \begin_inset space ~
37069 \end_inset
37070
37071 Box
37072 \family default
37073  eingefügt.
37074 \end_layout
37075
37076 \begin_layout Standard
37077 Die 
37078 \family sans
37079 Skalierende
37080 \begin_inset space ~
37081 \end_inset
37082
37083 Box
37084 \family default
37085  Einfügung hat die obligatorische Einfügung 
37086 \family sans
37087 H-Faktor
37088 \family default
37089  und die optionale Einfügung 
37090 \family sans
37091 V-Faktor
37092 \family default
37093  (wird eingefügt über das Menü 
37094 \family sans
37095 Einfügen\SpecialChar menuseparator
37096 V-Faktor)
37097 \family default
37098 .
37099  Fügen Sie hier den horizontalen bzw.
37100 \begin_inset space \space{}
37101 \end_inset
37102
37103 den vertikalen Skalierungsfaktor ein.
37104  Wenn die Einfügung 
37105 \family sans
37106 V-Faktor
37107 \family default
37108  nicht verwendet wird, wird der horizontale Skalierungsfaktor auch für den
37109  vertikalen verwendet.
37110 \end_layout
37111
37112 \begin_layout Standard
37113 Um z.
37114 \begin_inset space \thinspace{}
37115 \end_inset
37116
37117 B.
37118  doppelte Textgröße als die Dokument-Schriftgröße zu erhalten, gibt man
37119  
37120 \series bold
37121 2
37122 \series default
37123  in die Einfügung 
37124 \family sans
37125 H-Faktor
37126 \family default
37127  ein.
37128  Ein Beispiel: 
37129 \begin_inset Flex Scalebox
37130 status open
37131
37132 \begin_layout Plain Layout
37133 \begin_inset Argument 1
37134 status open
37135
37136 \begin_layout Plain Layout
37137 2
37138 \end_layout
37139
37140 \end_inset
37141
37142 Hallo
37143 \end_layout
37144
37145 \end_inset
37146
37147
37148 \end_layout
37149
37150 \begin_layout Standard
37151
37152 \series bold
37153 2
37154 \series default
37155  als 
37156 \family sans
37157 H-Faktor
37158 \family default
37159  und 
37160 \series bold
37161 1
37162 \series default
37163  als 
37164 \family sans
37165 V-Faktor
37166 \family default
37167  verzerrt das 
37168 \begin_inset Flex Scalebox
37169 status open
37170
37171 \begin_layout Plain Layout
37172 \begin_inset Argument 1
37173 status open
37174
37175 \begin_layout Plain Layout
37176 2
37177 \end_layout
37178
37179 \end_inset
37180
37181
37182 \begin_inset Argument 2
37183 status open
37184
37185 \begin_layout Plain Layout
37186 1
37187 \end_layout
37188
37189 \end_inset
37190
37191 Hallo
37192 \end_layout
37193
37194 \end_inset
37195
37196 .
37197 \end_layout
37198
37199 \begin_layout Standard
37200 Die Skalierungsfaktoren dürfen auch negativ sein.
37201  In diesem Fall wird der Boxinhalt gespiegelt.
37202  Daher kann 
37203 \series bold
37204 -1
37205 \series default
37206  als 
37207 \family sans
37208 H-Faktor
37209 \family default
37210  und 
37211 \series bold
37212 1
37213 \series default
37214  als 
37215 \family sans
37216 V-Faktor
37217 \family default
37218  verwendet werden um Spiegelschrift zu erstellen: 
37219 \begin_inset Flex Scalebox
37220 status open
37221
37222 \begin_layout Plain Layout
37223 \begin_inset Argument 1
37224 status open
37225
37226 \begin_layout Plain Layout
37227 -1
37228 \end_layout
37229
37230 \end_inset
37231
37232
37233 \begin_inset Argument 2
37234 status open
37235
37236 \begin_layout Plain Layout
37237 1
37238 \end_layout
37239
37240 \end_inset
37241
37242 Hallo
37243 \end_layout
37244
37245 \end_inset
37246
37247
37248 \end_layout
37249
37250 \begin_layout Standard
37251
37252 \series bold
37253 1
37254 \series default
37255  als 
37256 \family sans
37257 H-Faktor
37258 \family default
37259  und 
37260 \series bold
37261 -1
37262 \series default
37263  als 
37264 \family sans
37265 V-Faktor
37266 \family default
37267  reflektiert das 
37268 \begin_inset Flex Scalebox
37269 status open
37270
37271 \begin_layout Plain Layout
37272 \begin_inset Argument 1
37273 status open
37274
37275 \begin_layout Plain Layout
37276 1
37277 \end_layout
37278
37279 \end_inset
37280
37281
37282 \begin_inset Argument 2
37283 status open
37284
37285 \begin_layout Plain Layout
37286 -1
37287 \end_layout
37288
37289 \end_inset
37290
37291 Hallo
37292 \end_layout
37293
37294 \end_inset
37295
37296  an der Grundlinie.
37297 \end_layout
37298
37299 \begin_layout Standard
37300 Die 
37301 \family sans
37302 Spiegelbox
37303 \family default
37304  (Menü 
37305 \family sans
37306 Einfügen\SpecialChar menuseparator
37307 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
37308 Spiegelbox
37309 \family default
37310 ) ist äquivalent zu 
37311 \series bold
37312 -1
37313 \series default
37314  als 
37315 \family sans
37316 H-Faktor
37317 \family default
37318  und 
37319 \series bold
37320 1
37321 \series default
37322  als 
37323 \family sans
37324 V-Faktor 
37325 \family default
37326 für eine 
37327 \family sans
37328 Skalierende
37329 \begin_inset space ~
37330 \end_inset
37331
37332 Box
37333 \family default
37334 .
37335 \end_layout
37336
37337 \begin_layout Standard
37338 \begin_inset Note Greyedout
37339 status open
37340
37341 \begin_layout Plain Layout
37342
37343 \series bold
37344 Achtung:
37345 \series default
37346  Wenn die Einfügung 
37347 \family sans
37348 Drehpunkt
37349 \family default
37350  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
37351 -Fehler
37352  wenn man das Dokument ansieht/exportiert.
37353 \end_layout
37354
37355 \end_inset
37356
37357
37358 \end_layout
37359
37360 \begin_layout Standard
37361 \begin_inset VSpace bigskip
37362 \end_inset
37363
37364 Die 
37365 \family sans
37366 Neugrößenbox
37367 \family default
37368  (Menü 
37369 \family sans
37370 Einfügen\SpecialChar menuseparator
37371 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
37372 Neugrößenbox
37373 \family default
37374 ) verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
37375  skalieren.
37376  Die 
37377 \family sans
37378 Neugrößenbox
37379 \family default
37380  Einfügung hat die obligatorische Einfügung 
37381 \family sans
37382 Breite
37383 \family default
37384  und die optionale Einfügung 
37385 \family sans
37386 Höhe
37387 \family default
37388  (wird eingefügt über das Menü 
37389 \family sans
37390 Einfügen\SpecialChar menuseparator
37391 Höhe)
37392 \family default
37393 .
37394  Fügen Sie hier die Breite bzw.
37395 \begin_inset space \space{}
37396 \end_inset
37397
37398 Höhe als Wert mit Einheit ein.
37399  
37400 \begin_inset CommandInset ref
37401 LatexCommand ref
37402 reference "tab:Maßeinheiten"
37403
37404 \end_inset
37405
37406  listet die möglichen Maßeinheiten auf.
37407  Befindet sich ein Ausrufezeichen 
37408 \series bold
37409 !
37410 \series default
37411  in einer der beiden Einfügungen, wird die Größe so gewählt, dass das Seitenverh
37412 ältnis der Box beibehalten wird.
37413  Wenn die Einfügung 
37414 \family sans
37415 Höhe
37416 \family default
37417  nicht verwendet wird, wird intern ein Ausrufezeichen für die Höhe verwendet.
37418 \end_layout
37419
37420 \begin_layout Standard
37421
37422 \series bold
37423 2cm
37424 \series default
37425  als 
37426 \family sans
37427 Breite
37428 \family default
37429  und 
37430 \series bold
37431 1cm
37432 \series default
37433  als 
37434 \family sans
37435 Höhe
37436 \family default
37437  ergibt: 
37438 \begin_inset Flex Resizebox
37439 status open
37440
37441 \begin_layout Plain Layout
37442 \begin_inset Argument 1
37443 status open
37444
37445 \begin_layout Plain Layout
37446 2cm
37447 \end_layout
37448
37449 \end_inset
37450
37451
37452 \begin_inset Argument 2
37453 status open
37454
37455 \begin_layout Plain Layout
37456 1cm
37457 \end_layout
37458
37459 \end_inset
37460
37461 Hallo
37462 \end_layout
37463
37464 \end_inset
37465
37466
37467 \begin_inset Newline newline
37468 \end_inset
37469
37470
37471 \series bold
37472 2cm
37473 \series default
37474  als 
37475 \family sans
37476 Breite
37477 \family default
37478  und 
37479 \series bold
37480 !
37481 \series default
37482  als 
37483 \family sans
37484 Höhe
37485 \family default
37486  (oder keine 
37487 \family sans
37488 Höhe
37489 \family default
37490 ) ergibt: 
37491 \begin_inset Flex Resizebox
37492 status open
37493
37494 \begin_layout Plain Layout
37495 \begin_inset Argument 1
37496 status open
37497
37498 \begin_layout Plain Layout
37499 2cm
37500 \end_layout
37501
37502 \end_inset
37503
37504
37505 \begin_inset Argument 2
37506 status open
37507
37508 \begin_layout Plain Layout
37509 !
37510 \end_layout
37511
37512 \end_inset
37513
37514 Hallo
37515 \end_layout
37516
37517 \end_inset
37518
37519
37520 \end_layout
37521
37522 \begin_layout Standard
37523 \begin_inset Note Greyedout
37524 status open
37525
37526 \begin_layout Plain Layout
37527
37528 \series bold
37529 Achtung:
37530 \series default
37531  Wenn die Einfügung
37532 \family sans
37533  Breite 
37534 \family default
37535 leer ist oder eine ungültige Einheit enthält, erhält man \SpecialChar LaTeX
37536 -Fehler wenn man
37537  das Dokument ansieht/exportiert.
37538 \end_layout
37539
37540 \end_inset
37541
37542
37543 \end_layout
37544
37545 \begin_layout Standard
37546 \begin_inset VSpace bigskip
37547 \end_inset
37548
37549
37550 \end_layout
37551
37552 \begin_layout Standard
37553 Alle Boxen können beliebig miteinander kombiniert werden.
37554  Als Beispiel eine 
37555 \family sans
37556 Spiegelbox
37557 \family default
37558  in einer 
37559 \family sans
37560 Neugrößenbox
37561 \family default
37562 , die wiederum in einer 
37563 \family sans
37564 Rotationsbox
37565 \family default
37566  ist:
37567 \end_layout
37568
37569 \begin_layout Standard
37570 \noindent
37571 \align center
37572 \begin_inset Flex Rotatebox
37573 status open
37574
37575 \begin_layout Plain Layout
37576 \begin_inset Argument 1
37577 status open
37578
37579 \begin_layout Plain Layout
37580 origin=c
37581 \end_layout
37582
37583 \end_inset
37584
37585
37586 \begin_inset Argument 2
37587 status open
37588
37589 \begin_layout Plain Layout
37590 -45
37591 \end_layout
37592
37593 \end_inset
37594
37595
37596 \begin_inset Flex Resizebox
37597 status open
37598
37599 \begin_layout Plain Layout
37600 \begin_inset Argument 1
37601 status open
37602
37603 \begin_layout Plain Layout
37604 2cm
37605 \end_layout
37606
37607 \end_inset
37608
37609
37610 \begin_inset Flex Reflectbox
37611 status open
37612
37613 \begin_layout Plain Layout
37614 Hallo
37615 \end_layout
37616
37617 \end_inset
37618
37619
37620 \end_layout
37621
37622 \end_inset
37623
37624
37625 \end_layout
37626
37627 \end_inset
37628
37629
37630 \end_layout
37631
37632 \begin_layout Standard
37633 \noindent
37634 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
37635 \end_layout
37636
37637 \begin_layout Standard
37638 \noindent
37639 \align center
37640 \begin_inset Flex Resizebox
37641 status open
37642
37643 \begin_layout Plain Layout
37644 \begin_inset Argument 1
37645 status open
37646
37647 \begin_layout Plain Layout
37648 2cm
37649 \end_layout
37650
37651 \end_inset
37652
37653
37654 \begin_inset Flex Reflectbox
37655 status open
37656
37657 \begin_layout Plain Layout
37658 \begin_inset Graphics
37659         filename ../clipart/platypus.eps
37660         lyxscale 50
37661         width 25col%
37662
37663 \end_inset
37664
37665
37666 \end_layout
37667
37668 \end_inset
37669
37670
37671 \end_layout
37672
37673 \end_inset
37674
37675  
37676 \begin_inset Flex Resizebox
37677 status open
37678
37679 \begin_layout Plain Layout
37680 \begin_inset Argument 1
37681 status open
37682
37683 \begin_layout Plain Layout
37684 2cm
37685 \end_layout
37686
37687 \end_inset
37688
37689
37690 \begin_inset Flex Reflectbox
37691 status open
37692
37693 \begin_layout Plain Layout
37694 \begin_inset Tabular
37695 <lyxtabular version="3" rows="2" columns="2">
37696 <features tabularvalignment="middle">
37697 <column alignment="center" valignment="top">
37698 <column alignment="center" valignment="top">
37699 <row>
37700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37701 \begin_inset Text
37702
37703 \begin_layout Plain Layout
37704 q
37705 \end_layout
37706
37707 \end_inset
37708 </cell>
37709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37710 \begin_inset Text
37711
37712 \begin_layout Plain Layout
37713 w
37714 \end_layout
37715
37716 \end_inset
37717 </cell>
37718 </row>
37719 <row>
37720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37721 \begin_inset Text
37722
37723 \begin_layout Plain Layout
37724 e
37725 \end_layout
37726
37727 \end_inset
37728 </cell>
37729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37730 \begin_inset Text
37731
37732 \begin_layout Plain Layout
37733 r
37734 \end_layout
37735
37736 \end_inset
37737 </cell>
37738 </row>
37739 </lyxtabular>
37740
37741 \end_inset
37742
37743
37744 \end_layout
37745
37746 \end_inset
37747
37748
37749 \end_layout
37750
37751 \end_inset
37752
37753  
37754 \begin_inset Flex Resizebox
37755 status open
37756
37757 \begin_layout Plain Layout
37758 \begin_inset Argument 1
37759 status open
37760
37761 \begin_layout Plain Layout
37762 3cm
37763 \end_layout
37764
37765 \end_inset
37766
37767
37768 \begin_inset Flex Reflectbox
37769 status open
37770
37771 \begin_layout Plain Layout
37772 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37773 \end_inset
37774
37775
37776 \end_layout
37777
37778 \end_inset
37779
37780
37781 \end_layout
37782
37783 \end_inset
37784
37785
37786 \begin_inset Index idx
37787 status collapsed
37788
37789 \begin_layout Plain Layout
37790 Abbildungen ! skalierte
37791 \end_layout
37792
37793 \end_inset
37794
37795
37796 \begin_inset Index idx
37797 status collapsed
37798
37799 \begin_layout Plain Layout
37800 Tabellen ! skalierte
37801 \end_layout
37802
37803 \end_inset
37804
37805
37806 \end_layout
37807
37808 \begin_layout Standard
37809 Hat man den globalen Formelstil 
37810 \series bold
37811 fleqn
37812 \series default
37813
37814 \begin_inset Foot
37815 status collapsed
37816
37817 \begin_layout Plain Layout
37818 Wenn 
37819 \begin_inset Quotes gld
37820 \end_inset
37821
37822 fleqn
37823 \begin_inset Quotes grd
37824 \end_inset
37825
37826  zu den Dokumentklassen-Optionen hinzugefügt wurde.
37827 \end_layout
37828
37829 \end_inset
37830
37831  gewählt, kann man auch abgesetzte Formeln skalieren.
37832 \end_layout
37833
37834 \begin_layout Chapter
37835 Umflossene Objekte
37836 \begin_inset Index idx
37837 status collapsed
37838
37839 \begin_layout Plain Layout
37840 Umflossene Objekte
37841 \end_layout
37842
37843 \end_inset
37844
37845
37846 \end_layout
37847
37848 \begin_layout Section
37849 Umflossene Gleitobjekte
37850 \begin_inset CommandInset label
37851 LatexCommand label
37852 name "abs:Umflossene-Gleitobjekte"
37853
37854 \end_inset
37855
37856
37857 \begin_inset Index idx
37858 status collapsed
37859
37860 \begin_layout Plain Layout
37861 Gleitobjekte ! umflossene
37862 \end_layout
37863
37864 \end_inset
37865
37866
37867 \begin_inset Index idx
37868 status collapsed
37869
37870 \begin_layout Plain Layout
37871 Umflossene Objekte ! Gleitobjekte
37872 \end_layout
37873
37874 \end_inset
37875
37876
37877 \end_layout
37878
37879 \begin_layout Standard
37880 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
37881  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
37882  den die Abbildung bzw.
37883 \begin_inset space ~
37884 \end_inset
37885
37886 Tabelle übrig lässt.
37887  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
37888  Sie werden über das Menü
37889 \family sans
37890  Einfügen\SpecialChar menuseparator
37891 Gleitobjekt\SpecialChar menuseparator
37892 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
37893 objekt
37894 \family default
37895  eingefügt, wenn das \SpecialChar LaTeX
37896 -Paket 
37897 \series bold
37898 wrapfig
37899 \series default
37900
37901 \begin_inset Index idx
37902 status collapsed
37903
37904 \begin_layout Plain Layout
37905 \SpecialChar LaTeX
37906 -Pakete ! wrapfig
37907 \end_layout
37908
37909 \end_inset
37910
37911  installiert ist.
37912 \begin_inset Foot
37913 status collapsed
37914
37915 \begin_layout Plain Layout
37916 Wie man ein \SpecialChar LaTeX
37917 -Paket installiert, wird im Handbuch 
37918 \emph on
37919 \SpecialChar LaTeX
37920 -Konfiguration
37921 \emph default
37922  beschrieben.
37923 \end_layout
37924
37925 \end_inset
37926
37927  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
37928  Box des Gleitobjekts geändert werden.
37929  
37930 \begin_inset Wrap figure
37931 lines 0
37932 placement l
37933 overhang 1cm
37934 width "40col%"
37935 status open
37936
37937 \begin_layout Plain Layout
37938 \begin_inset Graphics
37939         filename ../clipart/mobius.eps
37940         width 40col%
37941         scaleBeforeRotation
37942         rotateOrigin center
37943
37944 \end_inset
37945
37946
37947 \end_layout
37948
37949 \begin_layout Plain Layout
37950 \begin_inset Caption Standard
37951
37952 \begin_layout Plain Layout
37953 \begin_inset CommandInset label
37954 LatexCommand label
37955 name "abb:Dies-ist-eine"
37956
37957 \end_inset
37958
37959 Dies ist eine umflossene Gleitobjekt-Abbildung
37960 \end_layout
37961
37962 \end_inset
37963
37964
37965 \end_layout
37966
37967 \end_inset
37968
37969  Obligatorische Einstellungen sind die 
37970 \family sans
37971 Breite
37972 \family default
37973  und 
37974 \family sans
37975 Platzierung
37976 \family default
37977  des Gleitobjekts.
37978  Optional sind der 
37979 \family sans
37980 Überhang 
37981 \family default
37982 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
37983 \begin_inset space \thinspace{}
37984 \end_inset
37985
37986 /
37987 \begin_inset space \thinspace{}
37988 \end_inset
37989
37990 der Seite ragt und die 
37991 \family sans
37992 benötigten Zeilen
37993 \family default
37994 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
37995  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
37996  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
37997  Des weiteren können Sie entscheiden, ob es \SpecialChar LaTeX
37998  erlaubt sein soll, das Gleitobjekt
37999  innerhalb des Absatzes oder zu umgebenden Absätzen gleiten zu lassen.
38000  Abbildung
38001 \begin_inset space ~
38002 \end_inset
38003
38004
38005 \begin_inset CommandInset ref
38006 LatexCommand ref
38007 reference "abb:Dies-ist-eine"
38008
38009 \end_inset
38010
38011  ist zum Beispiel ein umflossenes Bild, das 40
38012 \begin_inset space \thinspace{}
38013 \end_inset
38014
38015 % der Spaltenbreite einnimmt, 1
38016 \begin_inset space \thinspace{}
38017 \end_inset
38018
38019 cm in den Rand ragt und links gesetzt wurde.
38020 \end_layout
38021
38022 \begin_layout Standard
38023 \begin_inset Note Greyedout
38024 status open
38025
38026 \begin_layout Plain Layout
38027
38028 \series bold
38029 Bemerkung:
38030 \series default
38031  Umflossene Objekte sind fragil! Wenn die Abbildung z.
38032 \begin_inset space \thinspace{}
38033 \end_inset
38034
38035 B.
38036  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
38037  oder über anderen Text gedruckt wird.
38038 \end_layout
38039
38040 \end_inset
38041
38042
38043 \end_layout
38044
38045 \begin_layout Standard
38046 Allgemein gilt für umflossene Gleitobjekte:
38047 \end_layout
38048
38049 \begin_layout Itemize
38050 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
38051  fortgesetzt werden.
38052  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
38053  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
38054 \end_layout
38055
38056 \begin_layout Itemize
38057 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
38058  werden oder darin.
38059 \end_layout
38060
38061 \begin_layout Itemize
38062 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
38063  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
38064 \end_layout
38065
38066 \begin_layout Itemize
38067 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
38068 \end_layout
38069
38070 \begin_layout Itemize
38071 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
38072 \begin_inset space \thinspace{}
38073 \end_inset
38074
38075
38076 \begin_inset CommandInset ref
38077 LatexCommand ref
38078 reference "kap:Gleitobjekte"
38079
38080 \end_inset
38081
38082  beschrieben.
38083 \end_layout
38084
38085 \begin_layout Section
38086 Umflossene Fixe Objekte
38087 \begin_inset Index idx
38088 status collapsed
38089
38090 \begin_layout Plain Layout
38091 Umflossene Objekte ! Fixe Objekte
38092 \end_layout
38093
38094 \end_inset
38095
38096
38097 \end_layout
38098
38099 \begin_layout Standard
38100 Die in Abschnitt
38101 \begin_inset space ~
38102 \end_inset
38103
38104
38105 \begin_inset CommandInset ref
38106 LatexCommand ref
38107 reference "abs:Umflossene-Gleitobjekte"
38108
38109 \end_inset
38110
38111  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
38112 \end_layout
38113
38114 \begin_layout Standard
38115 \noindent
38116 \align center
38117 \begin_inset Tabular
38118 <lyxtabular version="3" rows="2" columns="2">
38119 <features tabularvalignment="middle">
38120 <column alignment="center" valignment="top">
38121 <column alignment="center" valignment="top">
38122 <row>
38123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38124 \begin_inset Text
38125
38126 \begin_layout Plain Layout
38127 \begin_inset Info
38128 type  "icon"
38129 arg   "dialog-show-new-inset graphics"
38130 \end_inset
38131
38132
38133 \end_layout
38134
38135 \end_inset
38136 </cell>
38137 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38138 \begin_inset Text
38139
38140 \begin_layout Plain Layout
38141 Text
38142 \end_layout
38143
38144 \end_inset
38145 </cell>
38146 </row>
38147 <row>
38148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38149 \begin_inset Text
38150
38151 \begin_layout Plain Layout
38152 Text
38153 \end_layout
38154
38155 \end_inset
38156 </cell>
38157 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38158 \begin_inset Text
38159
38160 \begin_layout Plain Layout
38161 Text
38162 \end_layout
38163
38164 \end_inset
38165 </cell>
38166 </row>
38167 </lyxtabular>
38168
38169 \end_inset
38170
38171  oder 
38172 \begin_inset Tabular
38173 <lyxtabular version="3" rows="2" columns="2">
38174 <features tabularvalignment="middle">
38175 <column alignment="center" valignment="top">
38176 <column alignment="center" valignment="top">
38177 <row>
38178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38179 \begin_inset Text
38180
38181 \begin_layout Plain Layout
38182 Text
38183 \end_layout
38184
38185 \end_inset
38186 </cell>
38187 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38188 \begin_inset Text
38189
38190 \begin_layout Plain Layout
38191 \begin_inset Info
38192 type  "icon"
38193 arg   "dialog-show-new-inset graphics"
38194 \end_inset
38195
38196
38197 \end_layout
38198
38199 \end_inset
38200 </cell>
38201 </row>
38202 <row>
38203 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38204 \begin_inset Text
38205
38206 \begin_layout Plain Layout
38207 Text
38208 \end_layout
38209
38210 \end_inset
38211 </cell>
38212 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38213 \begin_inset Text
38214
38215 \begin_layout Plain Layout
38216 Text
38217 \end_layout
38218
38219 \end_inset
38220 </cell>
38221 </row>
38222 </lyxtabular>
38223
38224 \end_inset
38225
38226
38227 \end_layout
38228
38229 \begin_layout Standard
38230 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
38231  wurde, um z.
38232 \begin_inset space \thinspace{}
38233 \end_inset
38234
38235 B.
38236  solche Positionen zu erhalten:
38237 \begin_inset VSpace defskip
38238 \end_inset
38239
38240
38241 \end_layout
38242
38243 \begin_layout Standard
38244 \noindent
38245 \align center
38246 \begin_inset Tabular
38247 <lyxtabular version="3" rows="2" columns="2">
38248 <features tabularvalignment="middle">
38249 <column alignment="center" valignment="top">
38250 <column alignment="center" valignment="top">
38251 <row>
38252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38253 \begin_inset Text
38254
38255 \begin_layout Plain Layout
38256 Text
38257 \end_layout
38258
38259 \end_inset
38260 </cell>
38261 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38262 \begin_inset Text
38263
38264 \begin_layout Plain Layout
38265 Text
38266 \end_layout
38267
38268 \end_inset
38269 </cell>
38270 </row>
38271 <row>
38272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38273 \begin_inset Text
38274
38275 \begin_layout Plain Layout
38276 \begin_inset Info
38277 type  "icon"
38278 arg   "dialog-show-new-inset graphics"
38279 \end_inset
38280
38281
38282 \end_layout
38283
38284 \end_inset
38285 </cell>
38286 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38287 \begin_inset Text
38288
38289 \begin_layout Plain Layout
38290 Text
38291 \end_layout
38292
38293 \end_inset
38294 </cell>
38295 </row>
38296 </lyxtabular>
38297
38298 \end_inset
38299
38300  
38301 \begin_inset Tabular
38302 <lyxtabular version="3" rows="2" columns="2">
38303 <features tabularvalignment="middle">
38304 <column alignment="center" valignment="top">
38305 <column alignment="center" valignment="top">
38306 <row>
38307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38308 \begin_inset Text
38309
38310 \begin_layout Plain Layout
38311 Text
38312 \end_layout
38313
38314 \end_inset
38315 </cell>
38316 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38317 \begin_inset Text
38318
38319 \begin_layout Plain Layout
38320 Text
38321 \end_layout
38322
38323 \end_inset
38324 </cell>
38325 </row>
38326 <row>
38327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38328 \begin_inset Text
38329
38330 \begin_layout Plain Layout
38331 Text
38332 \end_layout
38333
38334 \end_inset
38335 </cell>
38336 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38337 \begin_inset Text
38338
38339 \begin_layout Plain Layout
38340 \begin_inset Info
38341 type  "icon"
38342 arg   "dialog-show-new-inset graphics"
38343 \end_inset
38344
38345
38346 \end_layout
38347
38348 \end_inset
38349 </cell>
38350 </row>
38351 </lyxtabular>
38352
38353 \end_inset
38354
38355  
38356 \begin_inset Tabular
38357 <lyxtabular version="3" rows="2" columns="3">
38358 <features tabularvalignment="middle">
38359 <column alignment="center" valignment="top">
38360 <column alignment="center" valignment="top">
38361 <column alignment="center" valignment="top">
38362 <row>
38363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38364 \begin_inset Text
38365
38366 \begin_layout Plain Layout
38367 Text
38368 \end_layout
38369
38370 \end_inset
38371 </cell>
38372 <cell alignment="center" valignment="top" topline="true" usebox="none">
38373 \begin_inset Text
38374
38375 \begin_layout Plain Layout
38376 \begin_inset Info
38377 type  "icon"
38378 arg   "dialog-show-new-inset graphics"
38379 \end_inset
38380
38381
38382 \end_layout
38383
38384 \end_inset
38385 </cell>
38386 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38387 \begin_inset Text
38388
38389 \begin_layout Plain Layout
38390 Text
38391 \end_layout
38392
38393 \end_inset
38394 </cell>
38395 </row>
38396 <row>
38397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38398 \begin_inset Text
38399
38400 \begin_layout Plain Layout
38401 Text
38402 \end_layout
38403
38404 \end_inset
38405 </cell>
38406 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38407 \begin_inset Text
38408
38409 \begin_layout Plain Layout
38410 Text
38411 \end_layout
38412
38413 \end_inset
38414 </cell>
38415 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38416 \begin_inset Text
38417
38418 \begin_layout Plain Layout
38419 Text
38420 \end_layout
38421
38422 \end_inset
38423 </cell>
38424 </row>
38425 </lyxtabular>
38426
38427 \end_inset
38428
38429  
38430 \begin_inset Tabular
38431 <lyxtabular version="3" rows="2" columns="3">
38432 <features tabularvalignment="middle">
38433 <column alignment="center" valignment="top">
38434 <column alignment="center" valignment="top">
38435 <column alignment="center" valignment="top">
38436 <row>
38437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38438 \begin_inset Text
38439
38440 \begin_layout Plain Layout
38441 Text
38442 \end_layout
38443
38444 \end_inset
38445 </cell>
38446 <cell alignment="center" valignment="top" topline="true" usebox="none">
38447 \begin_inset Text
38448
38449 \begin_layout Plain Layout
38450 Text
38451 \end_layout
38452
38453 \end_inset
38454 </cell>
38455 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38456 \begin_inset Text
38457
38458 \begin_layout Plain Layout
38459 Text
38460 \end_layout
38461
38462 \end_inset
38463 </cell>
38464 </row>
38465 <row>
38466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38467 \begin_inset Text
38468
38469 \begin_layout Plain Layout
38470 Text
38471 \end_layout
38472
38473 \end_inset
38474 </cell>
38475 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38476 \begin_inset Text
38477
38478 \begin_layout Plain Layout
38479 \begin_inset Info
38480 type  "icon"
38481 arg   "dialog-show-new-inset graphics"
38482 \end_inset
38483
38484
38485 \end_layout
38486
38487 \end_inset
38488 </cell>
38489 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38490 \begin_inset Text
38491
38492 \begin_layout Plain Layout
38493 Text
38494 \end_layout
38495
38496 \end_inset
38497 </cell>
38498 </row>
38499 </lyxtabular>
38500
38501 \end_inset
38502
38503
38504 \end_layout
38505
38506 \begin_layout Standard
38507 \noindent
38508 \align center
38509 \begin_inset Tabular
38510 <lyxtabular version="3" rows="3" columns="2">
38511 <features tabularvalignment="middle">
38512 <column alignment="center" valignment="top">
38513 <column alignment="center" valignment="top">
38514 <row>
38515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38516 \begin_inset Text
38517
38518 \begin_layout Plain Layout
38519 Text
38520 \end_layout
38521
38522 \end_inset
38523 </cell>
38524 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38525 \begin_inset Text
38526
38527 \begin_layout Plain Layout
38528 Text
38529 \end_layout
38530
38531 \end_inset
38532 </cell>
38533 </row>
38534 <row>
38535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38536 \begin_inset Text
38537
38538 \begin_layout Plain Layout
38539 \begin_inset Info
38540 type  "icon"
38541 arg   "dialog-show-new-inset graphics"
38542 \end_inset
38543
38544
38545 \end_layout
38546
38547 \end_inset
38548 </cell>
38549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38550 \begin_inset Text
38551
38552 \begin_layout Plain Layout
38553 Text
38554 \end_layout
38555
38556 \end_inset
38557 </cell>
38558 </row>
38559 <row>
38560 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38561 \begin_inset Text
38562
38563 \begin_layout Plain Layout
38564 Text
38565 \end_layout
38566
38567 \end_inset
38568 </cell>
38569 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38570 \begin_inset Text
38571
38572 \begin_layout Plain Layout
38573 Text
38574 \end_layout
38575
38576 \end_inset
38577 </cell>
38578 </row>
38579 </lyxtabular>
38580
38581 \end_inset
38582
38583  
38584 \begin_inset Tabular
38585 <lyxtabular version="3" rows="3" columns="3">
38586 <features tabularvalignment="middle">
38587 <column alignment="center" valignment="top">
38588 <column alignment="center" valignment="top">
38589 <column alignment="center" valignment="top">
38590 <row>
38591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38592 \begin_inset Text
38593
38594 \begin_layout Plain Layout
38595 Text
38596 \end_layout
38597
38598 \end_inset
38599 </cell>
38600 <cell alignment="center" valignment="top" topline="true" usebox="none">
38601 \begin_inset Text
38602
38603 \begin_layout Plain Layout
38604 Text
38605 \end_layout
38606
38607 \end_inset
38608 </cell>
38609 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38610 \begin_inset Text
38611
38612 \begin_layout Plain Layout
38613 Text
38614 \end_layout
38615
38616 \end_inset
38617 </cell>
38618 </row>
38619 <row>
38620 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38621 \begin_inset Text
38622
38623 \begin_layout Plain Layout
38624 Text
38625 \end_layout
38626
38627 \end_inset
38628 </cell>
38629 <cell alignment="center" valignment="top" usebox="none">
38630 \begin_inset Text
38631
38632 \begin_layout Plain Layout
38633 \begin_inset Info
38634 type  "icon"
38635 arg   "dialog-show-new-inset graphics"
38636 \end_inset
38637
38638
38639 \end_layout
38640
38641 \end_inset
38642 </cell>
38643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38644 \begin_inset Text
38645
38646 \begin_layout Plain Layout
38647 Text
38648 \end_layout
38649
38650 \end_inset
38651 </cell>
38652 </row>
38653 <row>
38654 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38655 \begin_inset Text
38656
38657 \begin_layout Plain Layout
38658 Text
38659 \end_layout
38660
38661 \end_inset
38662 </cell>
38663 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38664 \begin_inset Text
38665
38666 \begin_layout Plain Layout
38667 Text
38668 \end_layout
38669
38670 \end_inset
38671 </cell>
38672 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38673 \begin_inset Text
38674
38675 \begin_layout Plain Layout
38676 Text
38677 \end_layout
38678
38679 \end_inset
38680 </cell>
38681 </row>
38682 </lyxtabular>
38683
38684 \end_inset
38685
38686  
38687 \begin_inset Tabular
38688 <lyxtabular version="3" rows="3" columns="2">
38689 <features tabularvalignment="middle">
38690 <column alignment="center" valignment="top">
38691 <column alignment="center" valignment="top">
38692 <row>
38693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38694 \begin_inset Text
38695
38696 \begin_layout Plain Layout
38697 Text
38698 \end_layout
38699
38700 \end_inset
38701 </cell>
38702 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38703 \begin_inset Text
38704
38705 \begin_layout Plain Layout
38706 Text
38707 \end_layout
38708
38709 \end_inset
38710 </cell>
38711 </row>
38712 <row>
38713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38714 \begin_inset Text
38715
38716 \begin_layout Plain Layout
38717 Text
38718 \end_layout
38719
38720 \end_inset
38721 </cell>
38722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38723 \begin_inset Text
38724
38725 \begin_layout Plain Layout
38726 \begin_inset Info
38727 type  "icon"
38728 arg   "dialog-show-new-inset graphics"
38729 \end_inset
38730
38731
38732 \end_layout
38733
38734 \end_inset
38735 </cell>
38736 </row>
38737 <row>
38738 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38739 \begin_inset Text
38740
38741 \begin_layout Plain Layout
38742 Text
38743 \end_layout
38744
38745 \end_inset
38746 </cell>
38747 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38748 \begin_inset Text
38749
38750 \begin_layout Plain Layout
38751 Text
38752 \end_layout
38753
38754 \end_inset
38755 </cell>
38756 </row>
38757 </lyxtabular>
38758
38759 \end_inset
38760
38761
38762 \end_layout
38763
38764 \begin_layout Standard
38765 \noindent
38766 kann man das \SpecialChar LaTeX
38767 -Paket 
38768 \series bold
38769 picinpar
38770 \series default
38771
38772 \begin_inset Index idx
38773 status collapsed
38774
38775 \begin_layout Plain Layout
38776 \SpecialChar LaTeX
38777 -Pakete ! picinpar
38778 \end_layout
38779
38780 \end_inset
38781
38782  benutzen.
38783  Hier ist ein Beispiel:
38784 \end_layout
38785
38786 \begin_layout Standard
38787 \begin_inset ERT
38788 status collapsed
38789
38790 \begin_layout Plain Layout
38791
38792
38793 \backslash
38794 ifpicinpar
38795 \end_layout
38796
38797 \end_inset
38798
38799
38800 \begin_inset Note Note
38801 status open
38802
38803 \begin_layout Plain Layout
38804 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
38805 -Paket 
38806 \series bold
38807 picinpar
38808 \series default
38809  installiert ist.
38810 \end_layout
38811
38812 \end_inset
38813
38814
38815 \end_layout
38816
38817 \begin_layout Standard
38818 \begin_inset ERT
38819 status collapsed
38820
38821 \begin_layout Plain Layout
38822
38823
38824 \backslash
38825 begin{window}[2,c,{
38826 \end_layout
38827
38828 \end_inset
38829
38830
38831 \begin_inset Graphics
38832         filename ../clipart/mobius.eps
38833         lyxscale 60
38834         width 40col%
38835         scaleBeforeRotation
38836         rotateOrigin center
38837
38838 \end_inset
38839
38840
38841 \begin_inset ERT
38842 status collapsed
38843
38844 \begin_layout Plain Layout
38845
38846 },]
38847 \end_layout
38848
38849 \begin_layout Plain Layout
38850
38851 {}
38852 \end_layout
38853
38854 \end_inset
38855
38856
38857 \size small
38858 \lang english
38859 It was in the spring of the year 1894 that all London was interested, and
38860  the fashionable world dismayed, by the murder of the Honourable Ronald
38861  Adair under most unusual and inexplicable circumstances.
38862  The public has already learned those particulars of the crime which
38863 \size default
38864
38865 \begin_inset ERT
38866 status collapsed
38867
38868 \begin_layout Plain Layout
38869
38870
38871 \backslash
38872 footnotemark{}
38873 \end_layout
38874
38875 \end_inset
38876
38877
38878 \size small
38879  came out in the police investigation, but a good deal was suppressed upon
38880  that occasion, since the case for the prosecution was so overwhelmingly
38881  strong that it was not necessary to bring forward all the facts.
38882  Only now, at the end of nearly ten years, am I allowed to supply those
38883  missing links which make up the whole of that remarkable chain.
38884 \size default
38885 \lang ngerman
38886
38887 \begin_inset ERT
38888 status collapsed
38889
38890 \begin_layout Plain Layout
38891
38892
38893 \backslash
38894 end{window}
38895 \end_layout
38896
38897 \end_inset
38898
38899
38900 \end_layout
38901
38902 \begin_layout Standard
38903 \begin_inset ERT
38904 status collapsed
38905
38906 \begin_layout Plain Layout
38907
38908
38909 \backslash
38910 footnotetext{
38911 \end_layout
38912
38913 \end_inset
38914
38915 Fußnote des Absatzes mit fixem Objekt.
38916 \begin_inset ERT
38917 status collapsed
38918
38919 \begin_layout Plain Layout
38920
38921 }
38922 \end_layout
38923
38924 \end_inset
38925
38926
38927 \end_layout
38928
38929 \begin_layout Standard
38930 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
38931  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
38932  vertikale Position im Text bestimmen kann.
38933  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
38934  beschriftet werden.
38935 \end_layout
38936
38937 \begin_layout Standard
38938 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
38939  Befehl
38940 \end_layout
38941
38942 \begin_layout Standard
38943
38944 \series bold
38945
38946 \backslash
38947 begin{window}[2,c,{
38948 \end_layout
38949
38950 \begin_layout Standard
38951 als \SpecialChar TeX
38952 -Code einfügt.
38953  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
38954  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
38955  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
38956  Danach fügt man das Objekt ein.
38957  In diesem Beispiel wurde ein Bild der Breite von 40
38958 \begin_inset space \thinspace{}
38959 \end_inset
38960
38961 % der Textspaltenbreite eingefügt.
38962  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
38963  Nach dem Objekt fügt man den Befehl
38964 \end_layout
38965
38966 \begin_layout Standard
38967
38968 \series bold
38969 },Beschreibungstext]
38970 \begin_inset Newline newline
38971 \end_inset
38972
38973 {}
38974 \end_layout
38975
38976 \begin_layout Standard
38977 ein.
38978  Man beachte dass das 
38979 \begin_inset Quotes gld
38980 \end_inset
38981
38982
38983 \series bold
38984 {}
38985 \series default
38986
38987 \begin_inset Quotes grd
38988 \end_inset
38989
38990  in der zweiten Zeile steht.
38991  Der Beschreibungstext ist optional.
38992  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
38993  das Objekt befinden, also direkt nach dem 
38994 \series bold
38995 {}
38996 \series default
38997  beginnen.
38998  Am Ende des Absatzes fügt man folgenden Befehl ein:
38999 \end_layout
39000
39001 \begin_layout Standard
39002
39003 \series bold
39004
39005 \backslash
39006 end{window}
39007 \end_layout
39008
39009 \begin_layout Standard
39010 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
39011  man muss stattdessen den Befehl 
39012 \series bold
39013
39014 \backslash
39015 footnotemark
39016 \series default
39017  verwenden.
39018  Außerhalb des Absatzes den Befehl 
39019 \series bold
39020
39021 \backslash
39022 footnotetext
39023 \series default
39024 , wie es in Abschnitt
39025 \begin_inset space ~
39026 \end_inset
39027
39028
39029 \begin_inset CommandInset ref
39030 LatexCommand ref
39031 reference "abs:Fußnoten"
39032
39033 \end_inset
39034
39035  beschrieben ist.
39036 \end_layout
39037
39038 \begin_layout Standard
39039 \begin_inset ERT
39040 status collapsed
39041
39042 \begin_layout Plain Layout
39043
39044
39045 \backslash
39046 else
39047 \end_layout
39048
39049 \end_inset
39050
39051
39052 \begin_inset Note Note
39053 status open
39054
39055 \begin_layout Plain Layout
39056 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
39057 -Paket 
39058 \series bold
39059 picinpar
39060 \series default
39061  nicht installiert ist:
39062 \end_layout
39063
39064 \end_inset
39065
39066
39067 \end_layout
39068
39069 \begin_layout Standard
39070 Das \SpecialChar LaTeX
39071 -Paket 
39072 \series bold
39073 picinpar
39074 \series default
39075  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
39076 \end_layout
39077
39078 \begin_layout Standard
39079 \begin_inset ERT
39080 status collapsed
39081
39082 \begin_layout Plain Layout
39083
39084
39085 \backslash
39086 fi
39087 \end_layout
39088
39089 \end_inset
39090
39091
39092 \end_layout
39093
39094 \begin_layout Section
39095 Initiale
39096 \begin_inset Index idx
39097 status collapsed
39098
39099 \begin_layout Plain Layout
39100 Initiale
39101 \end_layout
39102
39103 \end_inset
39104
39105
39106 \begin_inset Index idx
39107 status collapsed
39108
39109 \begin_layout Plain Layout
39110 Umflossene Objekte ! Initiale
39111 \end_layout
39112
39113 \end_inset
39114
39115
39116 \end_layout
39117
39118 \begin_layout Standard
39119 Für Initialen muss das \SpecialChar LaTeX
39120 -Paket 
39121 \series bold
39122 lettrine
39123 \series default
39124
39125 \begin_inset Index idx
39126 status collapsed
39127
39128 \begin_layout Plain Layout
39129 \SpecialChar LaTeX
39130 -Pakete ! lettrine
39131 \end_layout
39132
39133 \end_inset
39134
39135  installiert sein und das Modul 
39136 \family sans
39137 Initialen
39138 \family default
39139  im Dokument verwendet werden (Menü 
39140 \family sans
39141 Dokument\SpecialChar menuseparator
39142 Einstellungen\SpecialChar menuseparator
39143 Module
39144 \family default
39145 ).
39146  Um eine Initiale einzufügen, verwendet man den Stil 
39147 \family sans
39148 Initiale
39149 \family default
39150 .
39151  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
39152  Die Argumente werden über das Menü 
39153 \family sans
39154 Einfügen
39155 \family default
39156  eingefügt.
39157  Das obligatorische Argument 
39158 \family sans
39159 Initiale
39160 \family default
39161  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
39162 \family sans
39163 Rest
39164 \begin_inset space ~
39165 \end_inset
39166
39167 der
39168 \begin_inset space ~
39169 \end_inset
39170
39171 Initiale
39172 \family default
39173  enthält den Rest des Wortes oder Textes der Initiale.
39174  Das Argument 
39175 \family sans
39176 Optionen
39177 \family default
39178  enthält Parameter um die Initiale zu modifizieren.
39179  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
39180  von 
39181 \series bold
39182 lettrine
39183 \series default
39184
39185 \begin_inset CommandInset citation
39186 LatexCommand cite
39187 key "lettrine"
39188 literal "true"
39189
39190 \end_inset
39191
39192 .
39193  Der Stil selbst enthält den Text, der die Initiale umgibt.
39194  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
39195  Initiale ist, in 
39196 \shape smallcaps
39197 Kapitälchen
39198 \shape default
39199  gedruckt wird.
39200 \end_layout
39201
39202 \begin_layout Standard
39203 Hier sind einige Beispiele:
39204 \end_layout
39205
39206 \begin_layout Standard
39207 \begin_inset ERT
39208 status collapsed
39209
39210 \begin_layout Plain Layout
39211
39212
39213 \backslash
39214 iflettrine
39215 \end_layout
39216
39217 \end_inset
39218
39219
39220 \begin_inset Note Note
39221 status open
39222
39223 \begin_layout Plain Layout
39224 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
39225 -Paket 
39226 \series bold
39227 lettrine
39228 \series default
39229  installiert ist.
39230 \end_layout
39231
39232 \end_inset
39233
39234
39235 \end_layout
39236
39237 \begin_layout Enumerate
39238 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
39239
39240 \begin_inset Formula $\mathfrak{Fraktur}$
39241 \end_inset
39242
39243 :
39244 \end_layout
39245
39246 \begin_deeper
39247 \begin_layout Initial
39248 \begin_inset Argument 2
39249 status open
39250
39251 \begin_layout Plain Layout
39252 \begin_inset Formula $\mathfrak{I}$
39253 \end_inset
39254
39255
39256 \end_layout
39257
39258 \end_inset
39259
39260
39261 \begin_inset Argument 3
39262 status open
39263
39264 \begin_layout Plain Layout
39265 t
39266 \end_layout
39267
39268 \end_inset
39269
39270  
39271 \lang english
39272 was in the spring of the year 1894 that all London was interested, and the
39273  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39274  under most unusual and inexplicable circumstances.
39275  The public has already learned those particulars of the crime which came
39276  out in the police investigation, but a good deal was suppressed upon that
39277  occasion, since the case for the prosecution was so overwhelmingly strong
39278  that it was not necessary to bring forward all the facts.
39279 \end_layout
39280
39281 \end_deeper
39282 \begin_layout Enumerate
39283 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
39284  besteht und kein Text ist in 
39285 \shape smallcaps
39286 Kapitälchen
39287 \shape default
39288 :
39289 \end_layout
39290
39291 \begin_deeper
39292 \begin_layout Initial
39293 \begin_inset Argument 1
39294 status open
39295
39296 \begin_layout Plain Layout
39297 lines=1
39298 \end_layout
39299
39300 \end_inset
39301
39302
39303 \begin_inset Argument 2
39304 status open
39305
39306 \begin_layout Plain Layout
39307 It
39308 \end_layout
39309
39310 \end_inset
39311
39312  
39313 \lang english
39314 was in the spring of the year 1894 that all London was interested, and the
39315  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39316  under most unusual and inexplicable circumstances.
39317  The public has already learned those particulars of the crime which came
39318  out in the police investigation, but a good deal was suppressed upon that
39319  occasion, since the case for the prosecution was so overwhelmingly strong
39320  that it was not necessary to bring forward all the facts.
39321 \end_layout
39322
39323 \end_deeper
39324 \begin_layout Enumerate
39325 Magenta, hängende Initiale über 3
39326 \begin_inset space ~
39327 \end_inset
39328
39329 Zeilen in der Mathe-Schrift
39330 \begin_inset Newline newline
39331 \end_inset
39332
39333  
39334 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
39335 \end_inset
39336
39337 , der Text 
39338 \begin_inset Quotes gld
39339 \end_inset
39340
39341
39342 \lang english
39343 t was in the spring
39344 \lang ngerman
39345
39346 \begin_inset Quotes erd
39347 \end_inset
39348
39349  ist in 
39350 \shape smallcaps
39351 Kapitälchen
39352 \shape default
39353 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
39354 \begin_inset Newline newline
39355 \end_inset
39356
39357
39358 \series bold
39359
39360 \backslash
39361 renewcommand{
39362 \backslash
39363 LettrineFontHook}{
39364 \backslash
39365 color{Farbe}}
39366 \series default
39367
39368 \begin_inset Newline newline
39369 \end_inset
39370
39371 wobei 
39372 \emph on
39373 Farbe
39374 \emph default
39375  
39376 \begin_inset Quotes gld
39377 \end_inset
39378
39379 red
39380 \begin_inset Quotes erd
39381 \end_inset
39382
39383
39384 \begin_inset Quotes gld
39385 \end_inset
39386
39387 blue
39388 \begin_inset Quotes erd
39389 \end_inset
39390
39391
39392 \begin_inset Quotes gld
39393 \end_inset
39394
39395 green
39396 \begin_inset Quotes erd
39397 \end_inset
39398
39399
39400 \begin_inset Quotes gld
39401 \end_inset
39402
39403 yellow
39404 \begin_inset Quotes erd
39405 \end_inset
39406
39407
39408 \begin_inset Quotes gld
39409 \end_inset
39410
39411 cyan
39412 \begin_inset Quotes erd
39413 \end_inset
39414
39415
39416 \begin_inset Quotes gld
39417 \end_inset
39418
39419 magenta
39420 \begin_inset Quotes erd
39421 \end_inset
39422
39423
39424 \begin_inset Quotes gld
39425 \end_inset
39426
39427 black
39428 \begin_inset Quotes erd
39429 \end_inset
39430
39431  oder 
39432 \begin_inset Quotes gld
39433 \end_inset
39434
39435 white
39436 \begin_inset Quotes erd
39437 \end_inset
39438
39439  sein kann, und diesen Befehl zum \SpecialChar LaTeX
39440 -Vorspann hinzufügen:
39441 \begin_inset Newline newline
39442 \end_inset
39443
39444
39445 \series bold
39446
39447 \backslash
39448 @ifundefined{textcolor}
39449 \begin_inset Newline newline
39450 \end_inset
39451
39452
39453 \begin_inset space ~
39454 \end_inset
39455
39456 {
39457 \backslash
39458 usepackage{color}}{}
39459 \end_layout
39460
39461 \begin_deeper
39462 \begin_layout Standard
39463 \begin_inset ERT
39464 status collapsed
39465
39466 \begin_layout Plain Layout
39467
39468
39469 \backslash
39470 renewcommand{
39471 \backslash
39472 LettrineFontHook}{
39473 \backslash
39474 color{magenta}}
39475 \end_layout
39476
39477 \end_inset
39478
39479
39480 \begin_inset Note Note
39481 status open
39482
39483 \begin_layout Plain Layout
39484 macht die Initiale magenta
39485 \end_layout
39486
39487 \end_inset
39488
39489
39490 \end_layout
39491
39492 \begin_layout Initial
39493 \begin_inset Argument 1
39494 status open
39495
39496 \begin_layout Plain Layout
39497 lines=3, lhang=0.33, loversize=0.25
39498 \end_layout
39499
39500 \end_inset
39501
39502
39503 \begin_inset Argument 2
39504 status open
39505
39506 \begin_layout Plain Layout
39507 \begin_inset Formula $\mathcal{I}$
39508 \end_inset
39509
39510
39511 \end_layout
39512
39513 \end_inset
39514
39515
39516 \begin_inset Argument 3
39517 status open
39518
39519 \begin_layout Plain Layout
39520
39521 \lang english
39522 t was in the spring
39523 \end_layout
39524
39525 \end_inset
39526
39527  
39528 \lang english
39529 of the year 1894 that all London was interested, and the fashionable world
39530  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39531  and inexplicable circumstances.
39532  The public has already learned those particulars of the crime which came
39533  out in the police investigation, but a good deal was suppressed upon that
39534  occasion, since the case for the prosecution was so overwhelmingly strong
39535  that it was not necessary to bring forward all the facts.
39536 \end_layout
39537
39538 \end_deeper
39539 \begin_layout Standard
39540 \begin_inset ERT
39541 status collapsed
39542
39543 \begin_layout Plain Layout
39544
39545
39546 \backslash
39547 else
39548 \end_layout
39549
39550 \end_inset
39551
39552
39553 \begin_inset Note Note
39554 status open
39555
39556 \begin_layout Plain Layout
39557 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
39558 -Paket 
39559 \series bold
39560 lettrine
39561 \series default
39562  nicht installiert ist:
39563 \end_layout
39564
39565 \end_inset
39566
39567
39568 \end_layout
39569
39570 \begin_layout Standard
39571 Das \SpecialChar LaTeX
39572 -Paket 
39573 \series bold
39574 lettrine
39575 \series default
39576  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
39577 \end_layout
39578
39579 \begin_layout Standard
39580 \begin_inset ERT
39581 status collapsed
39582
39583 \begin_layout Plain Layout
39584
39585
39586 \backslash
39587 fi
39588 \end_layout
39589
39590 \end_inset
39591
39592
39593 \end_layout
39594
39595 \begin_layout Chapter
39596 Externe Dateien
39597 \begin_inset Index idx
39598 status collapsed
39599
39600 \begin_layout Plain Layout
39601 Dateien ! externe
39602 \end_layout
39603
39604 \end_inset
39605
39606
39607 \end_layout
39608
39609 \begin_layout Standard
39610 Mit 
39611 \family sans
39612 Einfügen\SpecialChar menuseparator
39613 Datei
39614 \family default
39615  können Sie fremdes Material in Ihr Dokument einsetzen.
39616  Das kann folgendes sein:
39617 \end_layout
39618
39619 \begin_layout Description
39620 \SpecialChar LyX
39621 -Dokument Der Inhalt eines anderen \SpecialChar LyX
39622 -Dokuments wird direkt in Ihr Dokument
39623  eingefügt.
39624 \end_layout
39625
39626 \begin_layout Description
39627 Einfacher
39628 \begin_inset space ~
39629 \end_inset
39630
39631 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
39632  eingefügt.
39633 \end_layout
39634
39635 \begin_layout Description
39636 Einfacher
39637 \begin_inset space ~
39638 \end_inset
39639
39640 Text,
39641 \begin_inset space ~
39642 \end_inset
39643
39644 Zeilen
39645 \begin_inset space ~
39646 \end_inset
39647
39648 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
39649  Leerzeilen trennen die Absätze.
39650 \end_layout
39651
39652 \begin_layout Description
39653 Externes
39654 \begin_inset space ~
39655 \end_inset
39656
39657 Material Dateien in verschiedenen Formaten.
39658 \end_layout
39659
39660 \begin_layout Description
39661 Unterdokument \SpecialChar LyX
39662 - oder \SpecialChar LaTeX
39663 -Dokumente.
39664 \end_layout
39665
39666 \begin_layout Section
39667 Externes Material
39668 \begin_inset Index idx
39669 status collapsed
39670
39671 \begin_layout Plain Layout
39672 Externes Material
39673 \end_layout
39674
39675 \end_inset
39676
39677
39678 \end_layout
39679
39680 \begin_layout Standard
39681 Mit 
39682 \family sans
39683 Einfügen\SpecialChar menuseparator
39684 Datei\SpecialChar menuseparator
39685  Externes Material
39686 \family default
39687  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
39688  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
39689  weil \SpecialChar LyX
39690  sich darum kümmert.
39691  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in \SpecialChar LyX
39692 -Dokumente
39693  eingefügt werden können.
39694  Wenn die Grafikvorschau in den \SpecialChar LyX
39695 -Einstellungen unter
39696 \family sans
39697  Aussehen
39698 \begin_inset space ~
39699 \end_inset
39700
39701 &
39702 \begin_inset space ~
39703 \end_inset
39704
39705 Handhabung\SpecialChar menuseparator
39706 Grafik
39707 \family default
39708 , werden die externen Materialtypen Dia und Xfig direkt in \SpecialChar LyX
39709  angezeigt.
39710 \end_layout
39711
39712 \begin_layout Standard
39713 Zur Zeit können Sie folgende Dateitypen (
39714 \family sans
39715 Vorlagen
39716 \family default
39717 ) benutzen:
39718 \end_layout
39719
39720 \begin_layout Description
39721 Dia-Diagramm unterstützt Diagramme, die mit dem Programm 
39722 \series bold
39723
39724 \begin_inset CommandInset href
39725 LatexCommand href
39726 name "Dia"
39727 target "http://de.wikipedia.org/wiki/Dia_(Software)"
39728 literal "false"
39729
39730 \end_inset
39731
39732
39733 \series default
39734  erzeugt wurden.
39735 \end_layout
39736
39737 \begin_layout Description
39738 Inkscape-Grafik Diese experimentelle Vorlage unterstützt Vektorgrafiken
39739  (SVG), deren Text mit \SpecialChar LaTeX
39740  gesetzt wird.
39741  Es basiert auf der Option 
39742 \family sans
39743 Text in PDF weglassen und LaTeX Datei erstellen
39744 \family default
39745  wenn man eine Zeichnung als PDF mit dem programm 
39746 \noun on
39747 Inkscape
39748 \noun default
39749  speichert, 
39750 \begin_inset CommandInset citation
39751 LatexCommand cite
39752 key "Inkscape"
39753 literal "false"
39754
39755 \end_inset
39756
39757 .
39758  Dier ermöglicht es SVG-Dateien einzugügen, in denen \SpecialChar LaTeX
39759  den Text setzen wird.
39760  Der Vorteil von solchen SVGs ist, dass man einen einheitlichen Textstil
39761  im ganzen Dokument erhält.
39762 \begin_inset Newline newline
39763 \end_inset
39764
39765 Man kann \SpecialChar TeX
39766 -Code-Befehle wie 
39767 \series bold
39768
39769 \backslash
39770 Large
39771 \series default
39772
39773 \series bold
39774
39775 \backslash
39776 small
39777 \series default
39778 , usw.
39779 \begin_inset space \space{}
39780 \end_inset
39781
39782 im Text der SVGs verwenden.
39783  Die Schriftgröße wird von den Einstellungen des \SpecialChar LyX
39784 -Dokuments übernommen.
39785  Siehe 
39786 \begin_inset CommandInset citation
39787 LatexCommand cite
39788 key "Inkscape"
39789 literal "false"
39790
39791 \end_inset
39792
39793  für mehr Informationen und Beispiele.
39794 \begin_inset Newline newline
39795 \end_inset
39796
39797 Es ist zu beachten, dass der Bildtext die umgebende Schrift übernimmt, dies
39798  in der Vorschau in \SpecialChar LyX
39799  aber nicht geschieht.
39800  Packt man die externe Einfügung in eine Vorschau-Einfügung (Menü 
39801 \family sans
39802 Einfügen\SpecialChar menuseparator
39803 Vorschau
39804 \family default
39805 ), erhält man ein besseres Ergebnis.
39806 \begin_inset Newline newline
39807 \end_inset
39808
39809 Die Vorlage funktioniert sehr ähnlich zur Unterstützung für Xfig.
39810  \SpecialChar LyX
39811  extrahiert den Bildtext in eine separate \SpecialChar TeX
39812 -Datei und erzeugt eine PDF-Datei
39813  für den Rest.
39814 \end_layout
39815
39816 \begin_layout Description
39817 LilyPond-Notenblatt Mit dieser Vorlage können Sie Musik-Notationen einfügen,
39818  die mit dem Notensatzprogramm 
39819 \series bold
39820
39821 \begin_inset CommandInset href
39822 LatexCommand href
39823 name "LilyPond"
39824 target "http://de.wikipedia.org/wiki/LilyPond"
39825 literal "false"
39826
39827 \end_inset
39828
39829
39830 \series default
39831  gesetzt werden.
39832  Für \SpecialChar LyX
39833 ' erweiterte Unterstützung für LilyPond siehe \SpecialChar LyX
39834 ' Beispieldatei 
39835 \emph on
39836 lilypond.lyx
39837 \emph default
39838 .
39839 \end_layout
39840
39841 \begin_layout Description
39842 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
39843  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
39844  
39845 \series bold
39846 pages
39847 \series default
39848  im Feld 
39849 \family sans
39850 Option
39851 \family default
39852  in der Karteikarte 
39853 \family sans
39854 \SpecialChar LaTeX
39855 - und \SpecialChar LyX
39856 -Optionen
39857 \family default
39858 .
39859  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
39860  (man gibt als Option 
39861 \series bold
39862 pages={3,5,6,8}
39863 \series default
39864  an), Seitenbereiche (
39865 \series bold
39866 pages={4-9}
39867 \series default
39868 ) oder eine Kombination davon enthält.
39869  Um leere Seiten einzufügen, verwendet man {}.
39870  Z.
39871 \begin_inset space \thinspace{}
39872 \end_inset
39873
39874 B.
39875  fügt 
39876 \series bold
39877 pages={3,{},8-11,15}
39878 \series default
39879  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
39880  Seitenbereiche werden mit der Syntax 
39881 \emph on
39882 Start
39883 \emph default
39884 -
39885 \emph on
39886 Stop
39887 \emph default
39888  angegeben.
39889  Dies wählt alle Seiten von 
39890 \emph on
39891 Start
39892 \emph default
39893  bis 
39894 \emph on
39895 Stop
39896 \emph default
39897  aus.
39898  Wird 
39899 \emph on
39900 Start
39901 \emph default
39902  weggelassen, wird stattdessen die erste Seite verwendet; wird 
39903 \emph on
39904 Stop
39905 \emph default
39906  weggelassen, wird stattdessen die letzte Seite verwendet.
39907  Die letzte Seite kann außerdem mit dem Schlagwort 
39908 \series bold
39909 last
39910 \series default
39911  ausgewählt werden.
39912  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
39913 \series bold
39914 pages=-
39915 \series default
39916  fügt also alle Seiten des Dokuments ein und 
39917 \series bold
39918 pages=last-1
39919 \series default
39920  fügt alle Seiten in umgekehrter Reihenfolge ein.
39921  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
39922  eingefügt.
39923 \begin_inset Newline newline
39924 \end_inset
39925
39926 Die Option 
39927 \series bold
39928 noautoscale
39929 \series default
39930  fügt die Seiten in ihrer Originalgröße ein.
39931  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
39932  dass sie die komplette Breite Ihres Dokuments einnehmen.
39933  In der Karteikarte 
39934 \family sans
39935 Größe und Drehung
39936 \family default
39937  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
39938  werden.
39939  Wird eine andere Breite als 100
39940 \begin_inset space \thinspace{}
39941 \end_inset
39942
39943 Größe% verwendet, wird die Option 
39944 \series bold
39945 noautoscale
39946 \series default
39947  überschrieben.
39948  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
39949  des \SpecialChar LaTeX
39950 -Pakets 
39951 \series bold
39952 pdfpages
39953 \series default
39954  
39955 \begin_inset CommandInset citation
39956 LatexCommand cite
39957 key "pdfpages"
39958 literal "true"
39959
39960 \end_inset
39961
39962 .
39963 \begin_inset Index idx
39964 status collapsed
39965
39966 \begin_layout Plain Layout
39967 \SpecialChar LaTeX
39968 -Pakete ! pdfpages
39969 \end_layout
39970
39971 \end_inset
39972
39973
39974 \begin_inset Newline newline
39975 \end_inset
39976
39977 Um diese Vorlage in einer 
39978 \family sans
39979 Beamer
39980 \family default
39981 -Präsentation zu verwenden, muss zuerst eine 
39982 \family sans
39983 BeendeRahmen
39984 \family default
39985  Umgebung eingefügt werden.
39986  In den folgenden Absatz kommt eine \SpecialChar TeX
39987 -Code Box mit dem Befehl 
39988 \series bold
39989
39990 \backslash
39991 setbeamertemplate{background canvas}{}
39992 \series default
39993 .
39994  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
39995  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
39996  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
39997  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
39998  sicher, dass die Ausrichtung 
39999 \family sans
40000 Standard
40001 \family default
40002  für den Absatz verwendet wird, der die Vorlage enthält.
40003 \begin_inset Newline newline
40004 \end_inset
40005
40006 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
40007 \begin_inset External
40008         template PDFPages
40009         filename ../clipart/Abstract.pdf
40010         extra LaTeX "pages=-"
40011         rotateAngle -5
40012         rotateOrigin bottomleft
40013         width 50col%
40014
40015 \end_inset
40016
40017
40018 \end_layout
40019
40020 \begin_layout Description
40021 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
40022  Die Bilddateien können im Dialogfenster 
40023 \family sans
40024 Externes
40025 \begin_inset space ~
40026 \end_inset
40027
40028 Material
40029 \family default
40030  genauso behandelt werden wie die mit dem normalen 
40031 \family sans
40032 Grafik
40033 \family default
40034 -Dialog eingefügten, siehe Abschnitt
40035 \begin_inset space ~
40036 \end_inset
40037
40038
40039 \begin_inset CommandInset ref
40040 LatexCommand ref
40041 reference "abs:Grafik-Dialog"
40042
40043 \end_inset
40044
40045 .
40046  Hier ist ein eingefügtes Rasterbild: 
40047 \begin_inset External
40048         template RasterImage
40049         filename ../clipart/ToolbarEnvBox.png
40050
40051 \end_inset
40052
40053
40054 \end_layout
40055
40056 \begin_layout Description
40057 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
40058 \series bold
40059
40060 \begin_inset CommandInset href
40061 LatexCommand href
40062 name "XBoard"
40063 target "http://de.wikipedia.org/wiki/XBoard"
40064 literal "false"
40065
40066 \end_inset
40067
40068
40069 \series default
40070  erzeugt wurden.
40071 \end_layout
40072
40073 \begin_layout Description
40074 Tabelle Mit dieser Vorlage können Sie Tabellen im Format von 
40075 \series bold
40076
40077 \begin_inset CommandInset href
40078 LatexCommand href
40079 name "Gnumeric"
40080 target "http://de.wikipedia.org/wiki/Gnumeric"
40081 literal "false"
40082
40083 \end_inset
40084
40085
40086 \series default
40087
40088 \begin_inset CommandInset href
40089 LatexCommand href
40090 name "OpenDocument"
40091 target "http://de.wikipedia.org/wiki/OpenDocument"
40092 literal "false"
40093
40094 \end_inset
40095
40096
40097 \begin_inset CommandInset href
40098 LatexCommand href
40099 name "Microsoft Office XML"
40100 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
40101 literal "false"
40102
40103 \end_inset
40104
40105  und 
40106 \begin_inset CommandInset href
40107 LatexCommand href
40108 name "Office Open XML"
40109 target "http://de.wikipedia.org/wiki/Office_Open_XML"
40110 literal "false"
40111
40112 \end_inset
40113
40114  einfügen.
40115  Für dieses Feature muss \SpecialChar LyX
40116  während seiner Konfiguration das Programm 
40117 \family typewriter
40118 ssconvert
40119 \family default
40120  gefunden haben.
40121  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
40122  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
40123  Für Beispiele und mögliche Limitierungen siehe \SpecialChar LyX
40124 ' Beispieldatei 
40125 \emph on
40126 spreadsheet.lyx
40127 \emph default
40128 .
40129 \end_layout
40130
40131 \begin_layout Description
40132 Vektorgrafik Diese Vorlage kann für Vektorgrafiken benutzt werden.
40133  Die Bilddateien können im Dialogfenster 
40134 \family sans
40135 Externes
40136 \begin_inset space ~
40137 \end_inset
40138
40139 Material
40140 \family default
40141  genauso behandelt werden, wie die mit dem normalen 
40142 \family sans
40143 Grafik
40144 \family default
40145 -Dialog eingefügten, siehe Abschnitt
40146 \begin_inset space ~
40147 \end_inset
40148
40149
40150 \begin_inset CommandInset ref
40151 LatexCommand ref
40152 reference "abs:Grafik-Dialog"
40153
40154 \end_inset
40155
40156 .
40157  Hier ist eine eingefügte Vektorgrafik: 
40158 \begin_inset External
40159         template VectorGraphics
40160         filename ../clipart/SVG-Drawing.svg
40161         lyxscale 50
40162         scale 33
40163
40164 \end_inset
40165
40166
40167 \end_layout
40168
40169 \begin_layout Description
40170 Xfig-Abbildung Diese Vorlage unterstützt Bilder, die mit dem Programm 
40171 \begin_inset CommandInset href
40172 LatexCommand href
40173 name "Xfig"
40174 target "http://de.wikipedia.org/wiki/Xfig"
40175 literal "false"
40176
40177 \end_inset
40178
40179  erzeugt wurden.
40180 \end_layout
40181
40182 \begin_layout Standard
40183 Wenn Sie im Dialogfenster
40184 \family sans
40185  Externes
40186 \begin_inset space ~
40187 \end_inset
40188
40189 Material 
40190 \family default
40191 in der Karteikarte
40192 \family sans
40193  Datei
40194 \family default
40195  die Option 
40196 \family sans
40197 Entwurf
40198 \family default
40199  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
40200 \begin_inset Newline newline
40201 \end_inset
40202
40203 \SpecialChar LyX
40204  kann externes Material entweder als Box wie hier:
40205 \begin_inset Newline newline
40206 \end_inset
40207
40208
40209 \begin_inset Graphics
40210         filename clipart/ExternesMaterial.png
40211         scale 95
40212         scaleBeforeRotation
40213
40214 \end_inset
40215
40216  oder als Bild darstellen.
40217  Das hängt davon ab, ob Sie im Dialog
40218 \family sans
40219  
40220 \family default
40221 in der Karteikarte 
40222 \family sans
40223 LaTeX- und LyX-Optionen
40224 \family default
40225  die Option 
40226 \family sans
40227 In
40228 \begin_inset space ~
40229 \end_inset
40230
40231 LyX
40232 \begin_inset space ~
40233 \end_inset
40234
40235 anzeigen
40236 \family default
40237  gewählt haben oder nicht.
40238 \end_layout
40239
40240 \begin_layout Standard
40241 Im \SpecialChar LyX
40242 -Handbuch 
40243 \family sans
40244 \emph on
40245 Anpassung
40246 \family default
40247 \emph default
40248  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
40249 \end_layout
40250
40251 \begin_layout Section
40252 Unterdokumente
40253 \begin_inset CommandInset label
40254 LatexCommand label
40255 name "abs:Unterdokumente"
40256
40257 \end_inset
40258
40259
40260 \begin_inset Index idx
40261 status collapsed
40262
40263 \begin_layout Plain Layout
40264 Unterdokument
40265 \end_layout
40266
40267 \end_inset
40268
40269
40270 \end_layout
40271
40272 \begin_layout Standard
40273 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
40274  oder Abschnitten bestehen.
40275  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
40276  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
40277  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
40278  z.
40279 \begin_inset space \thinspace{}
40280 \end_inset
40281
40282 B.
40283  den \SpecialChar LaTeX
40284 -Vorspann, das Literaturverzeichnis und Querverweismarken.
40285 \end_layout
40286
40287 \begin_layout Standard
40288 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
40289  müssen, geben Sie im Unterdokument im Menü
40290 \family sans
40291  Dokument\SpecialChar menuseparator
40292 Einstellungen\SpecialChar menuseparator
40293 Dokumentklasse
40294 \family default
40295  das Hauptdokument an.
40296  Dieses wird dann von \SpecialChar LyX
40297  im Hintergrund benutzt, wenn Sie das Unterdokument
40298  bearbeiten.
40299 \end_layout
40300
40301 \begin_layout Standard
40302 Unterdokumente werden in \SpecialChar LyX
40303  als Box angezeigt: 
40304 \begin_inset Graphics
40305         filename ../clipart/ChildDocument.png
40306         scale 95
40307         scaleBeforeRotation
40308
40309 \end_inset
40310
40311  Sie werden über
40312 \family sans
40313  Einfügen\SpecialChar menuseparator
40314 Datei\SpecialChar menuseparator
40315 Unterdokument
40316 \family default
40317  eingebunden, was das Dialogfenster
40318 \family sans
40319  Unterdokument
40320 \family default
40321  öffnet.
40322  Für 
40323 \family sans
40324 die Art
40325 \begin_inset space ~
40326 \end_inset
40327
40328 der
40329 \begin_inset space ~
40330 \end_inset
40331
40332 Einbindung
40333 \family default
40334  gibt es dort vier Möglichkeiten:
40335 \end_layout
40336
40337 \begin_layout Description
40338 Include Sie können \SpecialChar LyX
40339 - und \SpecialChar LaTeX
40340 -Dokumente einbinden.
40341  Wenn Sie im Dialogfenster
40342 \family sans
40343  Unterdokument
40344 \family default
40345  auf 
40346 \family sans
40347 Bearbeiten
40348 \family default
40349  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
40350  und Sie können es editieren.
40351 \begin_inset Newline newline
40352 \end_inset
40353
40354
40355 \end_layout
40356
40357 \begin_layout Standard
40358 Hier wird ein Unterdokument
40359 \family sans
40360  
40361 \family default
40362 per 
40363 \family sans
40364 Include
40365 \family default
40366  eingebunden: 
40367 \begin_inset CommandInset include
40368 LatexCommand include
40369 filename "DummyDocument1.lyx"
40370
40371 \end_inset
40372
40373 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
40374  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
40375  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
40376 s.
40377  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
40378 \begin_inset space ~
40379 \end_inset
40380
40381
40382 \begin_inset CommandInset ref
40383 LatexCommand ref
40384 reference "uab:Externer-Unterabschnitt-1"
40385
40386 \end_inset
40387
40388 .
40389 \end_layout
40390
40391 \begin_layout Standard
40392 Der \SpecialChar LaTeX
40393 -Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
40394  wird benutzt.
40395  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
40396  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
40397  Unterdokumente, die per 
40398 \family sans
40399 Include
40400 \family default
40401  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
40402  und enden mit einem Seitenumbruch.
40403 \end_layout
40404
40405 \begin_layout Standard
40406 \begin_inset Note Greyedout
40407 status open
40408
40409 \begin_layout Plain Layout
40410
40411 \series bold
40412 Bemerkung:
40413 \series default
40414  Wenn Sie eine \SpecialChar LyX
40415 - oder \SpecialChar LaTeX
40416 -Datei eingebunden haben, werden Sie beim Export oder
40417  der Druckvorschau gewarnt, wenn das Unterdokument eine andere Dokumentklasse
40418  als das Hauptdokument benutzt, weil das zu unvorhersehbaren Ergebnissen
40419  führen wird.
40420 \end_layout
40421
40422 \end_inset
40423
40424
40425 \end_layout
40426
40427 \begin_layout Description
40428 Input Diese Methode ist 
40429 \family sans
40430 Include
40431 \family default
40432  sehr ähnlich mit folgenden Unterschieden:
40433 \end_layout
40434
40435 \begin_deeper
40436 \begin_layout Itemize
40437 Unterdokumente, die per 
40438 \family sans
40439 Input
40440 \family default
40441  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
40442  Seite und enden NICHT mit einem Seitenumbruch.
40443 \end_layout
40444
40445 \begin_layout Itemize
40446 Unterdokumente, die per 
40447 \family sans
40448 Input
40449 \family default
40450  eingebunden werden, können in \SpecialChar LyX
40451  angesehen werden, wenn im Dialogfenster
40452 \family sans
40453  Unterdokument Vorschau
40454 \begin_inset space ~
40455 \end_inset
40456
40457 anzeigen
40458 \family default
40459  angekreuzt wurde und in den \SpecialChar LyX
40460 -Einstellungen unter
40461 \family sans
40462  Aussehen
40463 \begin_inset space ~
40464 \end_inset
40465
40466 &
40467 \begin_inset space ~
40468 \end_inset
40469
40470 Handhabung\SpecialChar menuseparator
40471 Grafik\SpecialChar menuseparator
40472 Sofortige
40473 \begin_inset space ~
40474 \end_inset
40475
40476 Vorschau
40477 \family default
40478  auf 
40479 \family sans
40480 An
40481 \family default
40482  gesetzt wurde.
40483  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
40484  aus.
40485 \end_layout
40486
40487 \begin_layout Itemize
40488 Unterdokumente, die per 
40489 \family sans
40490 Input
40491 \family default
40492  eingebunden werden, können nicht über das Menü 
40493 \family sans
40494 Dokument\SpecialChar menuseparator
40495 Einstellungen\SpecialChar menuseparator
40496 Unterdokumente
40497 \family default
40498  unterdrückt werden.
40499 \end_layout
40500
40501 \end_deeper
40502 \begin_layout Standard
40503 Hier ist ein Unterdokument, das mit
40504 \family sans
40505  Input
40506 \family default
40507  eingebunden wurde: 
40508 \begin_inset CommandInset include
40509 LatexCommand input
40510 filename "DummyDocument2.lyx"
40511
40512 \end_inset
40513
40514 .
40515 \end_layout
40516
40517 \begin_layout Description
40518 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
40519   In der Druckvorschau wird für den Text der Stil 
40520 \family typewriter
40521 Schreibmaschine
40522 \family default
40523  verwendet.
40524  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
40525  Wenn Sie im Dialogfenster
40526 \family sans
40527  Unterdokument Leerzeichen
40528 \begin_inset space ~
40529 \end_inset
40530
40531 bei
40532 \begin_inset space ~
40533 \end_inset
40534
40535 der
40536 \begin_inset space ~
40537 \end_inset
40538
40539 Ausgabe
40540 \begin_inset space ~
40541 \end_inset
40542
40543 kennzeichnen 
40544 \family default
40545 ankreuzen, wird in der Druckvorschau das Zeichen 
40546 \begin_inset Quotes gld
40547 \end_inset
40548
40549
40550 \begin_inset ERT
40551 status collapsed
40552
40553 \begin_layout Plain Layout
40554
40555
40556 \backslash
40557 textvisiblespace 
40558 \end_layout
40559
40560 \end_inset
40561
40562
40563 \begin_inset Quotes grd
40564 \end_inset
40565
40566  für jedes Leerzeichen eingefügt.
40567 \begin_inset Newline newline
40568 \end_inset
40569
40570 Im Gegensatz zu 
40571 \family sans
40572 Einfügen\SpecialChar menuseparator
40573 Datei\SpecialChar menuseparator
40574 Einfacher
40575 \begin_inset space ~
40576 \end_inset
40577
40578 Text
40579 \family default
40580  wird bei 
40581 \family sans
40582 Unformatiert
40583 \family default
40584  der Dateiinhalt in \SpecialChar LyX
40585  nicht dargestellt.
40586 \end_layout
40587
40588 \begin_layout Standard
40589 Hier ist ein Unterdokument, das mit
40590 \family sans
40591  Unformatiert
40592 \family default
40593  eingebunden wurde: 
40594 \begin_inset CommandInset include
40595 LatexCommand verbatiminput
40596 filename "DummyTextDocument.txt"
40597
40598 \end_inset
40599
40600
40601 \begin_inset VSpace bigskip
40602 \end_inset
40603
40604 Hier ist ein Unterdokument, das mit
40605 \family sans
40606  Unformatiert
40607 \family default
40608  eingebunden wurde und
40609 \family sans
40610  Leerzeichen
40611 \begin_inset space ~
40612 \end_inset
40613
40614 bei
40615 \begin_inset space ~
40616 \end_inset
40617
40618 der
40619 \begin_inset space ~
40620 \end_inset
40621
40622 Ausgabe
40623 \begin_inset space ~
40624 \end_inset
40625
40626 kennzeichnen
40627 \family default
40628  angekreuzt hat: 
40629 \begin_inset CommandInset include
40630 LatexCommand verbatiminput*
40631 filename "DummyTextDocument.txt"
40632
40633 \end_inset
40634
40635
40636 \end_layout
40637
40638 \begin_layout Standard
40639 \begin_inset VSpace bigskip
40640 \end_inset
40641
40642
40643 \end_layout
40644
40645 \begin_layout Standard
40646 \begin_inset Note Greyedout
40647 status open
40648
40649 \begin_layout Plain Layout
40650
40651 \series bold
40652 Bemerkung:
40653 \series default
40654  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
40655  
40656 \family sans
40657 Unformatiert
40658 \family default
40659  eingebunden werden, am Zeilenende nicht umgebrochen.
40660 \end_layout
40661
40662 \end_inset
40663
40664
40665 \end_layout
40666
40667 \begin_layout Description
40668 Listing Dieser Typ wird in Kapitel
40669 \begin_inset space ~
40670 \end_inset
40671
40672
40673 \begin_inset CommandInset ref
40674 LatexCommand ref
40675 reference "kap:Programm-Code-Listen"
40676
40677 \end_inset
40678
40679  beschrieben.
40680 \end_layout
40681
40682 \begin_layout Standard
40683 \begin_inset Note Greyedout
40684 status open
40685
40686 \begin_layout Plain Layout
40687
40688 \series bold
40689 Bemerkung:
40690 \series default
40691  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
40692  das zu \SpecialChar LaTeX
40693 -Problemen führen.
40694 \end_layout
40695
40696 \end_inset
40697
40698
40699 \end_layout
40700
40701 \begin_layout Standard
40702 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
40703  wollen, z.
40704 \begin_inset space \thinspace{}
40705 \end_inset
40706
40707 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
40708  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
40709  Dies geschieht über das Menü 
40710 \family sans
40711 Dokument\SpecialChar menuseparator
40712 Einstellungen\SpecialChar menuseparator
40713 Unterdokumente
40714 \family default
40715 .
40716  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
40717  in die Spalte 
40718 \family sans
40719 In Ausgabe einbinden
40720 \family default
40721  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
40722  für Unterdokumente möglich ist, die per 
40723 \family sans
40724 Input
40725 \family default
40726  eingebunden wurden).
40727  Wenn die Option 
40728 \family sans
40729 Zähler und Querverweise wahren
40730 \family default
40731  aktiviert ist, sorgt \SpecialChar LyX
40732  dafür, dass alle Seitennummern, Querverweise usw.
40733 \begin_inset space ~
40734 \end_inset
40735
40736 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
40737  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
40738  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
40739  Dazu muss \SpecialChar LyX
40740  intern allerdings das gesamte Dokument prozessieren.
40741  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
40742  sind, wählen sie die Option nicht.
40743 \end_layout
40744
40745 \begin_layout Standard
40746 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
40747 \begin_inset Foot
40748 status collapsed
40749
40750 \begin_layout Plain Layout
40751 Zweige sind im Kapitel 
40752 \emph on
40753 Zweige
40754 \emph default
40755  des \SpecialChar LyX
40756
40757 \emph on
40758 -Benutzerhandbuchs
40759 \emph default
40760  erklärt.
40761 \end_layout
40762
40763 \end_inset
40764
40765  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
40766  Dateien in der Ausgabe erscheinen.
40767  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
40768  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
40769  werden.
40770 \end_layout
40771
40772 \begin_layout Chapter
40773 Programm-Code-Listen
40774 \begin_inset CommandInset label
40775 LatexCommand label
40776 name "kap:Programm-Code-Listen"
40777
40778 \end_inset
40779
40780
40781 \begin_inset Index idx
40782 status collapsed
40783
40784 \begin_layout Plain Layout
40785 Listen
40786 \end_layout
40787
40788 \end_inset
40789
40790
40791 \begin_inset Index idx
40792 status collapsed
40793
40794 \begin_layout Plain Layout
40795 Programm-Code
40796 \end_layout
40797
40798 \end_inset
40799
40800
40801 \end_layout
40802
40803 \begin_layout Standard
40804 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
40805 \family sans
40806 Einfügen\SpecialChar menuseparator
40807 Pro\SpecialChar softhyphen
40808 grammlisting
40809 \family default
40810  verwenden.
40811  Die \SpecialChar LaTeX
40812 -Pakete 
40813 \series bold
40814 listings
40815 \series default
40816
40817 \begin_inset Index idx
40818 status collapsed
40819
40820 \begin_layout Plain Layout
40821 \SpecialChar LaTeX
40822 -Pakete ! listings
40823 \end_layout
40824
40825 \end_inset
40826
40827  und 
40828 \series bold
40829 minted
40830 \series default
40831
40832 \begin_inset Index idx
40833 status collapsed
40834
40835 \begin_layout Plain Layout
40836 \SpecialChar LaTeX
40837 -Pakete ! minted
40838 \end_layout
40839
40840 \end_inset
40841
40842  können Programm-Code auf vielfältige und flexible Weise in Ihr Dokument
40843  einfügen.
40844  Man kann nur eines der Pakete in einem Dokument verwenden.
40845  
40846 \series bold
40847 listings
40848 \series default
40849  ist voreingestellt.
40850 \end_layout
40851
40852 \begin_layout Standard
40853 \begin_inset Note Note
40854 status open
40855
40856 \begin_layout Plain Layout
40857
40858 \series bold
40859 Achtung:
40860 \series default
40861  Es wird nicht empfohlen die Option 
40862 \family typewriter
40863 -shell-escape
40864 \family default
40865  zu verwenden.
40866  Sie funktioniert, ist aber ein großes Sicherheitsproblem.
40867  Die \SpecialChar LyX
40868 -Entwickler diskutieren, wie damit umzugehen ist.
40869  Diese Notiz kann erst geändert werden, bis eine Entscheidung getroffen
40870  wurde.
40871 \end_layout
40872
40873 \begin_layout Plain Layout
40874 =====
40875 \end_layout
40876
40877 \begin_layout Plain Layout
40878 Um 
40879 \series bold
40880 minted
40881 \series default
40882  zu benutzen, muss man es als Paket zur Code-Hervorhebung in den Dokumenteinstel
40883 lungen in der Rubrik 
40884 \family sans
40885 Programmlistings
40886 \family default
40887  festlegen.
40888  
40889 \series bold
40890 minted
40891 \series default
40892  benötigt zusätzlich das Modul 
40893 \family sans
40894 pygments
40895 \family default
40896  des Programms 
40897 \noun on
40898 Python
40899 \noun default
40900
40901 \begin_inset Foot
40902 status collapsed
40903
40904 \begin_layout Plain Layout
40905 Unte
40906 \family sans
40907 r \SpecialChar LyX
40908  f
40909 \family default
40910 ür Windows ist 
40911 \family sans
40912 pygments
40913 \family default
40914  bereits installiert.
40915 \end_layout
40916
40917 \end_inset
40918
40919  und die Option 
40920 \family typewriter
40921 -shell-escape
40922 \family default
40923  für den \SpecialChar LaTeX
40924 -Prozessor.
40925  Wenn Sie z.
40926 \begin_inset space \thinspace{}
40927 \end_inset
40928
40929 B.
40930  Ihr Dokument als Format 
40931 \family sans
40932 PDF
40933 \begin_inset space ~
40934 \end_inset
40935
40936 (pdflatex)
40937 \family default
40938  ansehen oder exportieren wollen, gehen Sie in die \SpecialChar LyX
40939 -Einstellungen und dort
40940  zum Abschnitt 
40941 \family sans
40942 Datei-Handhanbung\SpecialChar menuseparator
40943 Konverter
40944 \family default
40945 .
40946  gehen Sie dort auf den Eintrag 
40947 \family sans
40948 LaTeX
40949 \begin_inset space ~
40950 \end_inset
40951
40952 (pdflatex) -> PDF
40953 \begin_inset space ~
40954 \end_inset
40955
40956 (pdflatex)
40957 \family default
40958  und schauen Sie in das Feld 
40959 \family sans
40960 Konverter
40961 \family default
40962 .
40963  Dort sehen sie voreingestellt den Inhalt
40964 \begin_inset Newline newline
40965 \end_inset
40966
40967
40968 \series bold
40969 pdflatex $$i
40970 \series default
40971
40972 \begin_inset Newline newline
40973 \end_inset
40974
40975 Ändern Sie ihn nun ab zu
40976 \begin_inset Newline newline
40977 \end_inset
40978
40979
40980 \series bold
40981 pdflatex $$i -shell-escape
40982 \begin_inset Newline newline
40983 \end_inset
40984
40985
40986 \series default
40987 und drücken Sie den 
40988 \family sans
40989 Ändern
40990 \family default
40991 -Knopf und anschließend 
40992 \family sans
40993 Übernehmen
40994 \family default
40995  oder 
40996 \family sans
40997 Speichern
40998 \family default
40999 .
41000  Dasselbe kann für die Ausgabeformate 
41001 \family sans
41002 PDF
41003 \begin_inset space ~
41004 \end_inset
41005
41006 (LuaTeX)
41007 \family default
41008  und 
41009 \family sans
41010 PDF
41011 \begin_inset space ~
41012 \end_inset
41013
41014 (XeTeX)
41015 \family default
41016  gemacht werden.
41017 \end_layout
41018
41019 \end_inset
41020
41021
41022 \end_layout
41023
41024 \begin_layout Standard
41025 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
41026 rmat der Programm-Code-Liste festlegen.
41027 \end_layout
41028
41029 \begin_layout Standard
41030 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
41031  Die Platzierungsoption 
41032 \family sans
41033 Eingebettetes
41034 \begin_inset space ~
41035 \end_inset
41036
41037 Listing
41038 \family default
41039  druckt das Listing in der Zeile wie hier: 
41040 \begin_inset listings
41041 lstparams "language={C++}"
41042 inline true
41043 status open
41044
41045 \begin_layout Plain Layout
41046
41047 int a=5;
41048 \end_layout
41049
41050 \end_inset
41051
41052
41053 \begin_inset Newline newline
41054 \end_inset
41055
41056 Die Option 
41057 \family sans
41058 Gleitobjekt
41059 \family default
41060  erzeugt ein Listing-Gleitobjekt, dessen 
41061 \family sans
41062 Platzierung 
41063 \family default
41064 Sie mit 
41065 \family sans
41066 h
41067 \family default
41068
41069 \family sans
41070 t
41071 \family default
41072
41073 \family sans
41074 b
41075 \family default
41076  und 
41077 \family sans
41078 p
41079 \family default
41080 , analog zu den in Abschnitt
41081 \begin_inset space ~
41082 \end_inset
41083
41084
41085 \begin_inset CommandInset ref
41086 LatexCommand ref
41087 reference "abs:Gleitobjekt-Platzierung"
41088
41089 \end_inset
41090
41091  beschriebenen Platzierungsoptionen festlegen können.
41092  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
41093  hintereinander angegeben, z.
41094 \begin_inset space \thinspace{}
41095 \end_inset
41096
41097 B.
41098  
41099 \begin_inset Quotes gld
41100 \end_inset
41101
41102
41103 \family sans
41104 htbp
41105 \family default
41106
41107 \begin_inset Quotes grd
41108 \end_inset
41109
41110 .
41111  Die Option 
41112 \begin_inset Quotes gld
41113 \end_inset
41114
41115 h
41116 \begin_inset Quotes grd
41117 \end_inset
41118
41119  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
41120  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
41121 \end_layout
41122
41123 \begin_layout Standard
41124 Mit dem Menü 
41125 \family sans
41126 Einfügen\SpecialChar menuseparator
41127 Legende
41128 \family default
41129  kann man für das Listing eine Beschriftung hinzufügen.
41130  Man kann Listings mit Marken versehen, um auf sie wie auf andere Gleitobjekte
41131  zu verweisen: Listing
41132 \begin_inset space ~
41133 \end_inset
41134
41135
41136 \begin_inset CommandInset ref
41137 LatexCommand ref
41138 reference "lst:Gleitendes-Programm-Listing"
41139
41140 \end_inset
41141
41142 .
41143  Mit dem Menü 
41144 \family sans
41145 Einfügen\SpecialChar menuseparator
41146 Liste
41147 \begin_inset space ~
41148 \end_inset
41149
41150 /
41151 \begin_inset space ~
41152 \end_inset
41153
41154 Inhaltsverzeichnis\SpecialChar menuseparator
41155 Listings Verzeichnis
41156 \family default
41157  kann ein Verzeichnis aller Listings eingefügt werden.
41158  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
41159 \end_layout
41160
41161 \begin_layout Standard
41162 \begin_inset listings
41163 lstparams "language=Python"
41164 inline false
41165 status open
41166
41167 \begin_layout Plain Layout
41168
41169 \begin_inset Caption Standard
41170
41171 \begin_layout Plain Layout
41172 \begin_inset CommandInset label
41173 LatexCommand label
41174 name "lst:Gleitendes-Programm-Listing"
41175
41176 \end_inset
41177
41178 Gleitendes Programm-Listing
41179 \end_layout
41180
41181 \end_inset
41182
41183 # Gleitendes Programm-Listing
41184 \end_layout
41185
41186 \begin_layout Plain Layout
41187
41188 def func(param):
41189 \end_layout
41190
41191 \begin_layout Plain Layout
41192
41193     'Dies ist eine Python-Funktion'
41194 \end_layout
41195
41196 \begin_layout Plain Layout
41197
41198     pass
41199 \end_layout
41200
41201 \end_inset
41202
41203
41204 \end_layout
41205
41206 \begin_layout Standard
41207 \begin_inset Note Greyedout
41208 status open
41209
41210 \begin_layout Plain Layout
41211
41212 \series bold
41213 Bemerkung: 
41214 \series default
41215 Das Paket 
41216 \series bold
41217 listings
41218 \series default
41219  setzt Beschriftungen standardmäßig vor das Listing.
41220 \begin_inset Newline newline
41221 \end_inset
41222
41223 Das Paket 
41224 \series bold
41225 minted
41226 \series default
41227  setzt sie standardmäßig vor das Listing, wenn es gleitend ist.
41228  Ansonsten wird die Beschriftung vor das Listing gesetzt, wenn die Marke
41229  in die erste Zeile eingefügt wurde, ansonsten hinter das Listing.
41230  Um die Beschriftung in jedem Fall vor das Listing zu setzen, müssen diese
41231  Zeilen als Letztes zum \SpecialChar LaTeX
41232 -Vorspann hinzugefügt werden:
41233 \begin_inset Newline newline
41234 \end_inset
41235
41236
41237 \series bold
41238
41239 \backslash
41240 @ifundefined{newfloat}
41241 \begin_inset Newline newline
41242 \end_inset
41243
41244
41245 \begin_inset Phantom HPhantom
41246 status open
41247
41248 \begin_layout Plain Layout
41249 \begin_inset space ~
41250 \end_inset
41251
41252
41253 \end_layout
41254
41255 \end_inset
41256
41257 {
41258 \backslash
41259 usepackage{float}}{}
41260 \begin_inset Newline newline
41261 \end_inset
41262
41263
41264 \backslash
41265 floatstyle{plaintop}
41266 \series default
41267
41268 \begin_inset Note Note
41269 status collapsed
41270
41271 \begin_layout Plain Layout
41272 Das Paket 
41273 \series bold
41274 float
41275 \series default
41276  wird automatisch von \SpecialChar LyX
41277  geladen, wenn Sie spezielle dokumentweite Gleitobjektplat
41278 zierungen verwenden.
41279  Der Befehl 
41280 \series bold
41281
41282 \backslash
41283 @ifundefined
41284 \series default
41285  vermeidet, dass es in diesem Fall doppelt geladen wird.
41286 \end_layout
41287
41288 \end_inset
41289
41290
41291 \end_layout
41292
41293 \end_inset
41294
41295
41296 \end_layout
41297
41298 \begin_layout Standard
41299 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
41300  der Sprache erkannt und besonders gedruckt, wie 
41301 \emph on
41302 #
41303 \emph default
41304
41305 \emph on
41306 def
41307 \emph default
41308  und 
41309 \emph on
41310 pass
41311 \emph default
41312  in Listing
41313 \begin_inset space ~
41314 \end_inset
41315
41316
41317 \begin_inset CommandInset ref
41318 LatexCommand ref
41319 reference "lst:Gleitendes-Programm-Listing"
41320
41321 \end_inset
41322
41323 .
41324 \end_layout
41325
41326 \begin_layout Standard
41327 \begin_inset Note Greyedout
41328 status open
41329
41330 \begin_layout Plain Layout
41331
41332 \series bold
41333 Bemerkung:
41334 \series default
41335  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
41336 \family typewriter
41337 Schreib\SpecialChar softhyphen
41338 maschine
41339 \family default
41340  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
41341 h keine fett gedruckten Buchstaben.
41342  Wählen Sie in diesem Fall eine andere Schrift im Menü 
41343 \family sans
41344 Dokument\SpecialChar menuseparator
41345 Einstellungen\SpecialChar menuseparator
41346 Schriften
41347 \family default
41348 .
41349  (Die Schriften 
41350 \emph on
41351 LuxiMono, BeraMono
41352 \emph default
41353  und 
41354 \emph on
41355 Courier
41356 \emph default
41357  enthalten fett gedruckte Buchstaben.)
41358 \end_layout
41359
41360 \end_inset
41361
41362
41363 \end_layout
41364
41365 \begin_layout Standard
41366 Im Abschnitt 
41367 \family sans
41368 Zeilennummerierung
41369 \family default
41370  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
41371 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
41372  jede wievielte Zeile nummeriert werden soll und die 
41373 \family sans
41374 Schriftgröße
41375 \family default
41376  der Nummerierung.
41377 \end_layout
41378
41379 \begin_layout Standard
41380 Im Abschnitt 
41381 \family sans
41382 Bereich
41383 \family default
41384  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
41385  Im Abschnitt 
41386 \family sans
41387 Stil
41388 \family default
41389  legen Sie fest, wie die Liste ausgedruckt werden soll.
41390  Die Option 
41391 \family sans
41392 Erweiterte
41393 \begin_inset space ~
41394 \end_inset
41395
41396 Zeichentabelle
41397 \family default
41398  ist nur für das Paket 
41399 \series bold
41400 listings
41401 \series default
41402  relevant und sollte verwendet werden, wenn nationale Zeichen wie Umlaute
41403  benutzt werden.
41404 \end_layout
41405
41406 \begin_layout Standard
41407 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
41408 \begin_inset Quotes gld
41409 \end_inset
41410
41411 3
41412 \begin_inset Quotes grd
41413 \end_inset
41414
41415 , Sprache 
41416 \begin_inset Quotes gld
41417 \end_inset
41418
41419 Python
41420 \begin_inset Quotes grd
41421 \end_inset
41422
41423 , Optionen 
41424 \begin_inset Quotes gld
41425 \end_inset
41426
41427 Erweiterte Zeichentabelle
41428 \begin_inset Quotes grd
41429 \end_inset
41430
41431  und 
41432 \begin_inset Quotes gld
41433 \end_inset
41434
41435 Leerzeichen als Symbol
41436 \begin_inset Quotes grd
41437 \end_inset
41438
41439  und Bereich Zeilen 3
41440 \begin_inset space \thinspace{}
41441 \end_inset
41442
41443 -
41444 \begin_inset space \thinspace{}
41445 \end_inset
41446
41447 8:
41448 \end_layout
41449
41450 \begin_layout Standard
41451 \begin_inset listings
41452 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
41453 inline false
41454 status open
41455
41456 \begin_layout Plain Layout
41457
41458 def func(param):
41459 \end_layout
41460
41461 \begin_layout Plain Layout
41462
41463     'Dies ist eine Python-Funktion'
41464 \end_layout
41465
41466 \begin_layout Plain Layout
41467
41468     pass
41469 \end_layout
41470
41471 \begin_layout Plain Layout
41472
41473 def func(param):
41474 \end_layout
41475
41476 \begin_layout Plain Layout
41477
41478 'Sonderzeichen: Tschüß'
41479 \end_layout
41480
41481 \begin_layout Plain Layout
41482
41483 pass
41484 \end_layout
41485
41486 \begin_layout Plain Layout
41487
41488 def func(param):
41489 \end_layout
41490
41491 \begin_layout Plain Layout
41492
41493 'Dies ist eine Python-Funktion'
41494 \end_layout
41495
41496 \begin_layout Plain Layout
41497
41498 pass
41499 \end_layout
41500
41501 \end_inset
41502
41503
41504 \end_layout
41505
41506 \begin_layout Standard
41507 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
41508 \family sans
41509 Tabulatorgröße
41510 \family default
41511  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
41512 \end_layout
41513
41514 \begin_layout Standard
41515 \noindent
41516 \begin_inset Note Greyedout
41517 status open
41518
41519 \begin_layout Plain Layout
41520
41521 \series bold
41522 Bemerkung:
41523 \series default
41524  Wegen eines Fehlers im 
41525 \series bold
41526 listings
41527 \series default
41528 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
41529  verschoben.
41530  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
41531  Listing nummeriert werden.
41532 \end_layout
41533
41534 \end_inset
41535
41536
41537 \end_layout
41538
41539 \begin_layout Standard
41540 \begin_inset VSpace bigskip
41541 \end_inset
41542
41543
41544 \end_layout
41545
41546 \begin_layout Standard
41547 \noindent
41548 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
41549  Das machen Sie mit
41550 \family sans
41551  Einfügen\SpecialChar menuseparator
41552 Datei\SpecialChar menuseparator
41553 Unterdokument
41554 \family default
41555  und der 
41556 \family sans
41557 Art
41558 \begin_inset space ~
41559 \end_inset
41560
41561 der
41562 \begin_inset space ~
41563 \end_inset
41564
41565 Einbindung
41566 \family default
41567  
41568 \family sans
41569 Listing
41570 \family default
41571 .
41572 \begin_inset Foot
41573 status collapsed
41574
41575 \begin_layout Plain Layout
41576 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
41577 \begin_inset space ~
41578 \end_inset
41579
41580
41581 \begin_inset CommandInset ref
41582 LatexCommand ref
41583 reference "abs:Unterdokumente"
41584
41585 \end_inset
41586
41587  beschrieben.
41588 \end_layout
41589
41590 \end_inset
41591
41592  Im Dialogfenster
41593 \family sans
41594  Unterdokument
41595 \family default
41596  können Sie die Listing-Parameter unter 
41597 \family sans
41598 Weitere
41599 \begin_inset space ~
41600 \end_inset
41601
41602 Parameter
41603 \family default
41604  eingeben.
41605  Wenn Sie dort ein Fragezeichen 
41606 \begin_inset Quotes gld
41607 \end_inset
41608
41609 ?
41610 \begin_inset Quotes grd
41611 \end_inset
41612
41613  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
41614 det.
41615 \end_layout
41616
41617 \begin_layout Standard
41618 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
41619  Text ins Feld 
41620 \family sans
41621 Marke
41622 \family default
41623 , auf die dann wie üblich verwiesen werden kann.
41624 \end_layout
41625
41626 \begin_layout Standard
41627 Listing
41628 \begin_inset space ~
41629 \end_inset
41630
41631
41632 \begin_inset CommandInset ref
41633 LatexCommand ref
41634 reference "lst:Datei-Listing"
41635
41636 \end_inset
41637
41638  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
41639 \begin_inset space \thinspace{}
41640 \end_inset
41641
41642 -
41643 \begin_inset space \thinspace{}
41644 \end_inset
41645
41646 15 gedruckt werden.
41647 \end_layout
41648
41649 \begin_layout Standard
41650 \begin_inset CommandInset include
41651 LatexCommand lstinputlisting
41652 filename "EmbeddedObjects.lyx"
41653 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}"
41654
41655 \end_inset
41656
41657
41658 \end_layout
41659
41660 \begin_layout Standard
41661 \begin_inset VSpace bigskip
41662 \end_inset
41663
41664
41665 \end_layout
41666
41667 \begin_layout Standard
41668 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
41669 \end_layout
41670
41671 \begin_layout Enumerate
41672 Öffnen Sie die Listings-Einstellungen und fügen
41673 \begin_inset Newline newline
41674 \end_inset
41675
41676
41677 \family sans
41678 mathescape=true
41679 \family default
41680
41681 \begin_inset Newline newline
41682 \end_inset
41683
41684 in das Feld des Tabs 
41685 \family sans
41686 Erweitert
41687 \family default
41688  ein
41689 \end_layout
41690
41691 \begin_layout Enumerate
41692 Erstellen Sie eine Formel außerhalb des Listings
41693 \end_layout
41694
41695 \begin_layout Enumerate
41696 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
41697 blage (Tastenkürzel 
41698 \family sans
41699 Ctrl+C
41700 \family default
41701 )
41702 \end_layout
41703
41704 \begin_layout Enumerate
41705 Schreiben sie 
41706 \begin_inset Quotes gld
41707 \end_inset
41708
41709
41710 \family sans
41711 $$
41712 \family default
41713
41714 \begin_inset Quotes grd
41715 \end_inset
41716
41717  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
41718 hen (Tastenkürzel 
41719 \family sans
41720 Ctrl+V
41721 \family default
41722 )
41723 \end_layout
41724
41725 \begin_layout Standard
41726 \begin_inset listings
41727 lstparams "language=Python,mathescape=true"
41728 inline false
41729 status open
41730
41731 \begin_layout Plain Layout
41732
41733 \begin_inset Caption Standard
41734
41735 \begin_layout Plain Layout
41736 Programm-Listing mit einer Formel
41737 \end_layout
41738
41739 \end_inset
41740
41741 # Beispiel-Programm-Listing
41742 \end_layout
41743
41744 \begin_layout Plain Layout
41745
41746 def func(param):
41747 \end_layout
41748
41749 \begin_layout Plain Layout
41750
41751     # $
41752 \backslash
41753 prod_{n=1}^{
41754 \backslash
41755 infty}
41756 \backslash
41757 ,
41758 \backslash
41759 frac{1}{x^{2}}$
41760 \end_layout
41761
41762 \begin_layout Plain Layout
41763
41764     pass
41765 \end_layout
41766
41767 \end_inset
41768
41769
41770 \end_layout
41771
41772 \begin_layout Standard
41773 \begin_inset VSpace bigskip
41774 \end_inset
41775
41776
41777 \end_layout
41778
41779 \begin_layout Standard
41780 \noindent
41781 Dokumentweite Listing-Eigenschaften können im Dialog 
41782 \family sans
41783 Dokument\SpecialChar menuseparator
41784 Einstellungen\SpecialChar menuseparator
41785 Listing
41786 \family default
41787  festgelegt werden.
41788  Dort bekommt man durch Eingabe eines Fragezeichens 
41789 \begin_inset Quotes gld
41790 \end_inset
41791
41792 ?
41793 \begin_inset Quotes grd
41794 \end_inset
41795
41796  eine Liste aller möglichen Parameter.
41797 \end_layout
41798
41799 \begin_layout Standard
41800 Weitere Informationen über die Pakete 
41801 \series bold
41802 listings
41803 \series default
41804  und 
41805 \series bold
41806 minted
41807 \series default
41808 , siehe 
41809 \begin_inset CommandInset citation
41810 LatexCommand cite
41811 key "listings,minted"
41812 literal "true"
41813
41814 \end_inset
41815
41816 .
41817 \end_layout
41818
41819 \begin_layout Chapter
41820 \start_of_appendix
41821 In \SpecialChar LyX
41822  verfügbare Maßeinheiten
41823 \begin_inset CommandInset label
41824 LatexCommand label
41825 name "kap:In-LyX-verfügbare"
41826
41827 \end_inset
41828
41829
41830 \begin_inset Index idx
41831 status collapsed
41832
41833 \begin_layout Plain Layout
41834 Einheiten
41835 \end_layout
41836
41837 \end_inset
41838
41839
41840 \end_layout
41841
41842 \begin_layout Standard
41843 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
41844  Tabelle
41845 \begin_inset space ~
41846 \end_inset
41847
41848
41849 \begin_inset CommandInset ref
41850 LatexCommand ref
41851 reference "tab:Maßeinheiten"
41852
41853 \end_inset
41854
41855  alle in \SpecialChar LyX
41856  verfügbaren Maßeinheiten.
41857 \end_layout
41858
41859 \begin_layout Standard
41860 \begin_inset Float table
41861 placement h
41862 wide false
41863 sideways false
41864 status open
41865
41866 \begin_layout Plain Layout
41867 \begin_inset Caption Standard
41868
41869 \begin_layout Plain Layout
41870 \begin_inset CommandInset label
41871 LatexCommand label
41872 name "tab:Maßeinheiten"
41873
41874 \end_inset
41875
41876 Maßeinheiten
41877 \end_layout
41878
41879 \end_inset
41880
41881
41882 \end_layout
41883
41884 \begin_layout Plain Layout
41885 \begin_inset VSpace medskip
41886 \end_inset
41887
41888
41889 \end_layout
41890
41891 \begin_layout Plain Layout
41892 \align center
41893 \begin_inset Tabular
41894 <lyxtabular version="3" rows="20" columns="3">
41895 <features tabularvalignment="middle">
41896 <column alignment="center" valignment="top">
41897 <column alignment="center" valignment="top">
41898 <column alignment="center" valignment="top">
41899 <row>
41900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41901 \begin_inset Text
41902
41903 \begin_layout Plain Layout
41904 Maßeinheit
41905 \end_layout
41906
41907 \end_inset
41908 </cell>
41909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41910 \begin_inset Text
41911
41912 \begin_layout Plain Layout
41913 Name/Beschreibung
41914 \end_layout
41915
41916 \end_inset
41917 </cell>
41918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41919 \begin_inset Text
41920
41921 \begin_layout Plain Layout
41922 \SpecialChar LaTeX
41923 -Befehl
41924 \end_layout
41925
41926 \end_inset
41927 </cell>
41928 </row>
41929 <row>
41930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41931 \begin_inset Text
41932
41933 \begin_layout Plain Layout
41934 mm
41935 \end_layout
41936
41937 \end_inset
41938 </cell>
41939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41940 \begin_inset Text
41941
41942 \begin_layout Plain Layout
41943 Millimeter
41944 \end_layout
41945
41946 \end_inset
41947 </cell>
41948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41949 \begin_inset Text
41950
41951 \begin_layout Plain Layout
41952 -
41953 \end_layout
41954
41955 \end_inset
41956 </cell>
41957 </row>
41958 <row>
41959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41960 \begin_inset Text
41961
41962 \begin_layout Plain Layout
41963 cm
41964 \end_layout
41965
41966 \end_inset
41967 </cell>
41968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41969 \begin_inset Text
41970
41971 \begin_layout Plain Layout
41972 Zentimeter
41973 \end_layout
41974
41975 \end_inset
41976 </cell>
41977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41978 \begin_inset Text
41979
41980 \begin_layout Plain Layout
41981 -
41982 \end_layout
41983
41984 \end_inset
41985 </cell>
41986 </row>
41987 <row>
41988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41989 \begin_inset Text
41990
41991 \begin_layout Plain Layout
41992 in
41993 \end_layout
41994
41995 \end_inset
41996 </cell>
41997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41998 \begin_inset Text
41999
42000 \begin_layout Plain Layout
42001 Zoll (1
42002 \begin_inset space \thinspace{}
42003 \end_inset
42004
42005 in = 2.54
42006 \begin_inset space \thinspace{}
42007 \end_inset
42008
42009 cm
42010 \end_layout
42011
42012 \end_inset
42013 </cell>
42014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42015 \begin_inset Text
42016
42017 \begin_layout Plain Layout
42018 -
42019 \end_layout
42020
42021 \end_inset
42022 </cell>
42023 </row>
42024 <row>
42025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42026 \begin_inset Text
42027
42028 \begin_layout Plain Layout
42029 pt
42030 \end_layout
42031
42032 \end_inset
42033 </cell>
42034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42035 \begin_inset Text
42036
42037 \begin_layout Plain Layout
42038 Punkt (72.27
42039 \begin_inset space \thinspace{}
42040 \end_inset
42041
42042 pt = 1
42043 \begin_inset space \thinspace{}
42044 \end_inset
42045
42046 in)
42047 \end_layout
42048
42049 \end_inset
42050 </cell>
42051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42052 \begin_inset Text
42053
42054 \begin_layout Plain Layout
42055 -
42056 \end_layout
42057
42058 \end_inset
42059 </cell>
42060 </row>
42061 <row>
42062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42063 \begin_inset Text
42064
42065 \begin_layout Plain Layout
42066 pc
42067 \end_layout
42068
42069 \end_inset
42070 </cell>
42071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42072 \begin_inset Text
42073
42074 \begin_layout Plain Layout
42075 Pica (1
42076 \begin_inset space \thinspace{}
42077 \end_inset
42078
42079 pc = 12
42080 \begin_inset space \thinspace{}
42081 \end_inset
42082
42083 pt)
42084 \end_layout
42085
42086 \end_inset
42087 </cell>
42088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42089 \begin_inset Text
42090
42091 \begin_layout Plain Layout
42092 -
42093 \end_layout
42094
42095 \end_inset
42096 </cell>
42097 </row>
42098 <row>
42099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42100 \begin_inset Text
42101
42102 \begin_layout Plain Layout
42103 sp
42104 \end_layout
42105
42106 \end_inset
42107 </cell>
42108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42109 \begin_inset Text
42110
42111 \begin_layout Plain Layout
42112 skalierter Punkt (65536
42113 \begin_inset space \thinspace{}
42114 \end_inset
42115
42116 sp = 1
42117 \begin_inset space \thinspace{}
42118 \end_inset
42119
42120 pt)
42121 \end_layout
42122
42123 \end_inset
42124 </cell>
42125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42126 \begin_inset Text
42127
42128 \begin_layout Plain Layout
42129 -
42130 \end_layout
42131
42132 \end_inset
42133 </cell>
42134 </row>
42135 <row>
42136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42137 \begin_inset Text
42138
42139 \begin_layout Plain Layout
42140 bp
42141 \end_layout
42142
42143 \end_inset
42144 </cell>
42145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42146 \begin_inset Text
42147
42148 \begin_layout Plain Layout
42149 großer Punkt (72
42150 \begin_inset space \thinspace{}
42151 \end_inset
42152
42153 bp = 1
42154 \begin_inset space \thinspace{}
42155 \end_inset
42156
42157 in)
42158 \end_layout
42159
42160 \end_inset
42161 </cell>
42162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42163 \begin_inset Text
42164
42165 \begin_layout Plain Layout
42166 -
42167 \end_layout
42168
42169 \end_inset
42170 </cell>
42171 </row>
42172 <row>
42173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42174 \begin_inset Text
42175
42176 \begin_layout Plain Layout
42177 dd
42178 \end_layout
42179
42180 \end_inset
42181 </cell>
42182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42183 \begin_inset Text
42184
42185 \begin_layout Plain Layout
42186 Didot (1
42187 \begin_inset space \thinspace{}
42188 \end_inset
42189
42190 dd 
42191 \begin_inset Formula $\approx$
42192 \end_inset
42193
42194  0,376
42195 \begin_inset space \thinspace{}
42196 \end_inset
42197
42198 mm)
42199 \end_layout
42200
42201 \end_inset
42202 </cell>
42203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42204 \begin_inset Text
42205
42206 \begin_layout Plain Layout
42207 -
42208 \end_layout
42209
42210 \end_inset
42211 </cell>
42212 </row>
42213 <row>
42214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42215 \begin_inset Text
42216
42217 \begin_layout Plain Layout
42218 cc
42219 \end_layout
42220
42221 \end_inset
42222 </cell>
42223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42224 \begin_inset Text
42225
42226 \begin_layout Plain Layout
42227 Cicero (1
42228 \begin_inset space \thinspace{}
42229 \end_inset
42230
42231 cc = 12
42232 \begin_inset space \thinspace{}
42233 \end_inset
42234
42235 dd)
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 \end_layout
42246
42247 \end_inset
42248 </cell>
42249 </row>
42250 <row>
42251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42252 \begin_inset Text
42253
42254 \begin_layout Plain Layout
42255 Skalierung %
42256 \end_layout
42257
42258 \end_inset
42259 </cell>
42260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42261 \begin_inset Text
42262
42263 \begin_layout Plain Layout
42264 % der originalen Bildbreite
42265 \end_layout
42266
42267 \end_inset
42268 </cell>
42269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42270 \begin_inset Text
42271
42272 \begin_layout Plain Layout
42273
42274 \end_layout
42275
42276 \end_inset
42277 </cell>
42278 </row>
42279 <row>
42280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42281 \begin_inset Text
42282
42283 \begin_layout Plain Layout
42284 Textbreite %
42285 \end_layout
42286
42287 \end_inset
42288 </cell>
42289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42290 \begin_inset Text
42291
42292 \begin_layout Plain Layout
42293 % der Textbreite
42294 \end_layout
42295
42296 \end_inset
42297 </cell>
42298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42299 \begin_inset Text
42300
42301 \begin_layout Plain Layout
42302
42303 \backslash
42304 textwidth
42305 \end_layout
42306
42307 \end_inset
42308 </cell>
42309 </row>
42310 <row>
42311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42312 \begin_inset Text
42313
42314 \begin_layout Plain Layout
42315 Spaltenbreite %
42316 \end_layout
42317
42318 \end_inset
42319 </cell>
42320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42321 \begin_inset Text
42322
42323 \begin_layout Plain Layout
42324 % der Spaltenbreite
42325 \end_layout
42326
42327 \end_inset
42328 </cell>
42329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42330 \begin_inset Text
42331
42332 \begin_layout Plain Layout
42333
42334 \backslash
42335 columnwidth
42336 \end_layout
42337
42338 \end_inset
42339 </cell>
42340 </row>
42341 <row>
42342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42343 \begin_inset Text
42344
42345 \begin_layout Plain Layout
42346 Seitenbreite %
42347 \end_layout
42348
42349 \end_inset
42350 </cell>
42351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42352 \begin_inset Text
42353
42354 \begin_layout Plain Layout
42355 % der Seitenbreite
42356 \end_layout
42357
42358 \end_inset
42359 </cell>
42360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42361 \begin_inset Text
42362
42363 \begin_layout Plain Layout
42364
42365 \backslash
42366 paperwidth
42367 \end_layout
42368
42369 \end_inset
42370 </cell>
42371 </row>
42372 <row>
42373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42374 \begin_inset Text
42375
42376 \begin_layout Plain Layout
42377 Zeilenbreite %
42378 \end_layout
42379
42380 \end_inset
42381 </cell>
42382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42383 \begin_inset Text
42384
42385 \begin_layout Plain Layout
42386 % der Zeilenbreite
42387 \end_layout
42388
42389 \end_inset
42390 </cell>
42391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42392 \begin_inset Text
42393
42394 \begin_layout Plain Layout
42395
42396 \backslash
42397 linewidth
42398 \end_layout
42399
42400 \end_inset
42401 </cell>
42402 </row>
42403 <row>
42404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42405 \begin_inset Text
42406
42407 \begin_layout Plain Layout
42408 Texthöhe %
42409 \end_layout
42410
42411 \end_inset
42412 </cell>
42413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42414 \begin_inset Text
42415
42416 \begin_layout Plain Layout
42417 % der Texthöhe
42418 \end_layout
42419
42420 \end_inset
42421 </cell>
42422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42423 \begin_inset Text
42424
42425 \begin_layout Plain Layout
42426
42427 \backslash
42428 textheight
42429 \end_layout
42430
42431 \end_inset
42432 </cell>
42433 </row>
42434 <row>
42435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42436 \begin_inset Text
42437
42438 \begin_layout Plain Layout
42439 Seitenhöhe %
42440 \end_layout
42441
42442 \end_inset
42443 </cell>
42444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42445 \begin_inset Text
42446
42447 \begin_layout Plain Layout
42448 % der Seitenhöhe
42449 \end_layout
42450
42451 \end_inset
42452 </cell>
42453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42454 \begin_inset Text
42455
42456 \begin_layout Plain Layout
42457
42458 \backslash
42459 paperheight
42460 \end_layout
42461
42462 \end_inset
42463 </cell>
42464 </row>
42465 <row>
42466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42467 \begin_inset Text
42468
42469 \begin_layout Plain Layout
42470 ex
42471 \end_layout
42472
42473 \end_inset
42474 </cell>
42475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42476 \begin_inset Text
42477
42478 \begin_layout Plain Layout
42479 Die Höhe des Buchstabens 
42480 \emph on
42481 x
42482 \emph default
42483  im aktiven Zeichensatz
42484 \end_layout
42485
42486 \end_inset
42487 </cell>
42488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42489 \begin_inset Text
42490
42491 \begin_layout Plain Layout
42492 -
42493 \end_layout
42494
42495 \end_inset
42496 </cell>
42497 </row>
42498 <row>
42499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42500 \begin_inset Text
42501
42502 \begin_layout Plain Layout
42503 em
42504 \end_layout
42505
42506 \end_inset
42507 </cell>
42508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42509 \begin_inset Text
42510
42511 \begin_layout Plain Layout
42512 Die Breite des Buchstabens 
42513 \emph on
42514 M
42515 \emph default
42516  im aktiven Zeichensatz
42517 \end_layout
42518
42519 \end_inset
42520 </cell>
42521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42522 \begin_inset Text
42523
42524 \begin_layout Plain Layout
42525 -
42526 \end_layout
42527
42528 \end_inset
42529 </cell>
42530 </row>
42531 <row>
42532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42533 \begin_inset Text
42534
42535 \begin_layout Plain Layout
42536 mu
42537 \end_layout
42538
42539 \end_inset
42540 </cell>
42541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42542 \begin_inset Text
42543
42544 \begin_layout Plain Layout
42545 mathematische Maßeinheit
42546 \series bold
42547  
42548 \series default
42549 (1
42550 \begin_inset space \thinspace{}
42551 \end_inset
42552
42553 mu = 1/18
42554 \begin_inset space \thinspace{}
42555 \end_inset
42556
42557 em)
42558 \end_layout
42559
42560 \end_inset
42561 </cell>
42562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42563 \begin_inset Text
42564
42565 \begin_layout Plain Layout
42566 -
42567 \end_layout
42568
42569 \end_inset
42570 </cell>
42571 </row>
42572 </lyxtabular>
42573
42574 \end_inset
42575
42576
42577 \end_layout
42578
42579 \end_inset
42580
42581
42582 \end_layout
42583
42584 \begin_layout Chapter
42585 Ausgabedatei-Formate mit Grafiken
42586 \begin_inset CommandInset label
42587 LatexCommand label
42588 name "kap:Ausgabedatei-Formate"
42589
42590 \end_inset
42591
42592
42593 \end_layout
42594
42595 \begin_layout Section
42596 DVI
42597 \begin_inset Index idx
42598 status collapsed
42599
42600 \begin_layout Plain Layout
42601 Dateiformat! DVI
42602 \end_layout
42603
42604 \end_inset
42605
42606
42607 \begin_inset Index idx
42608 status collapsed
42609
42610 \begin_layout Plain Layout
42611 DVI
42612 \end_layout
42613
42614 \end_inset
42615
42616
42617 \end_layout
42618
42619 \begin_layout Standard
42620 Dieser Dateityp hat die Erweiterung 
42621 \begin_inset Quotes gld
42622 \end_inset
42623
42624
42625 \family typewriter
42626 .dvi
42627 \family default
42628
42629 \begin_inset Quotes grd
42630 \end_inset
42631
42632  und wird 
42633 \begin_inset Quotes gld
42634 \end_inset
42635
42636 device independent
42637 \begin_inset Quotes grd
42638 \end_inset
42639
42640  genannt, weil er vollkommen portierbar ist.
42641  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
42642  dvi-Betrachter installiert hat.
42643  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
42644 ate wie PostScript benutzt.
42645 \end_layout
42646
42647 \begin_layout Standard
42648 \begin_inset Note Greyedout
42649 status open
42650
42651 \begin_layout Plain Layout
42652
42653 \series bold
42654 Bemerkung:
42655 \series default
42656  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
42657 \end_layout
42658
42659 \end_inset
42660
42661
42662 \end_layout
42663
42664 \begin_layout Standard
42665 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
42666  auf einen anderen Computer kopieren.
42667  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
42668  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
42669  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
42670 \family typewriter
42671  
42672 \family default
42673 blättern.
42674
42675 \family typewriter
42676  
42677 \family default
42678 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
42679  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
42680  
42681 \end_layout
42682
42683 \begin_layout Standard
42684 Sie können Ihr Dokument als DVI über das Menü 
42685 \family sans
42686 Datei\SpecialChar menuseparator
42687 Exportieren\SpecialChar menuseparator
42688 DVI
42689 \family default
42690  exportieren.
42691  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
42692 \family sans
42693 Ansicht
42694 \family default
42695  anschauen.
42696 \end_layout
42697
42698 \begin_layout Section
42699 PostScript
42700 \begin_inset Index idx
42701 status collapsed
42702
42703 \begin_layout Plain Layout
42704 Dateiformat  ! PostScript
42705 \end_layout
42706
42707 \end_inset
42708
42709
42710 \begin_inset Index idx
42711 status collapsed
42712
42713 \begin_layout Plain Layout
42714 PostScript
42715 \end_layout
42716
42717 \end_inset
42718
42719
42720 \end_layout
42721
42722 \begin_layout Standard
42723 Dieser Dateityp hat die Erweiterung 
42724 \begin_inset Quotes gld
42725 \end_inset
42726
42727
42728 \family typewriter
42729 .ps
42730 \family default
42731
42732 \begin_inset Quotes grd
42733 \end_inset
42734
42735 .
42736  PostScript wurde von der Firma
42737 \family typewriter
42738  Adobe
42739 \family default
42740  als Druckersprache entwickelt.
42741  Die Datei enthält deshalb Druckbefehle.
42742  PostScript kann als 
42743 \begin_inset Quotes gld
42744 \end_inset
42745
42746 Programmiersprache
42747 \begin_inset Quotes grd
42748 \end_inset
42749
42750  angesehen werden.
42751  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen.
42752 \begin_inset Foot
42753 status collapsed
42754
42755 \begin_layout Plain Layout
42756 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
42757  von
42758 \series bold
42759  PSTricks
42760 \series default
42761  
42762 \begin_inset CommandInset citation
42763 LatexCommand cite
42764 key "pstricks"
42765 literal "true"
42766
42767 \end_inset
42768
42769  oder 
42770 \begin_inset CommandInset citation
42771 LatexCommand cite
42772 key "latex-praxisbuch"
42773 literal "true"
42774
42775 \end_inset
42776
42777  ansehen.
42778 \end_layout
42779
42780 \end_inset
42781
42782  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
42783 \end_layout
42784
42785 \begin_layout Standard
42786 PostScript kann nur Bilder im Format EPS
42787 \begin_inset Index idx
42788 status collapsed
42789
42790 \begin_layout Plain Layout
42791 EPS
42792 \end_layout
42793
42794 \end_inset
42795
42796  (Encapsulated PostScript, Datei-Er\SpecialChar softhyphen
42797 wei\SpecialChar softhyphen
42798 ter\SpecialChar softhyphen
42799 ung 
42800 \begin_inset Quotes gld
42801 \end_inset
42802
42803
42804 \family typewriter
42805 .eps
42806 \family default
42807
42808 \begin_inset Quotes grd
42809 \end_inset
42810
42811 ) enthalten.
42812  Weil \SpecialChar LyX
42813  die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
42814  intern nach EPS konvertieren.
42815  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
42816  verlangsamen.
42817  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
42818  konvertieren und direkt als EPS einfügen.
42819 \end_layout
42820
42821 \begin_layout Standard
42822 Sie können Ihr Dokument als PostScript über das Menü 
42823 \family sans
42824 Datei\SpecialChar menuseparator
42825 Exportieren\SpecialChar menuseparator
42826 Post\SpecialChar softhyphen
42827 Script
42828 \family default
42829  exportieren.
42830  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
42831 \family sans
42832 Ansicht
42833 \family default
42834  anschauen.
42835 \end_layout
42836
42837 \begin_layout Section
42838 PDF
42839 \begin_inset Index idx
42840 status collapsed
42841
42842 \begin_layout Plain Layout
42843 Dateiformat! PDF
42844 \end_layout
42845
42846 \end_inset
42847
42848
42849 \begin_inset Index idx
42850 status collapsed
42851
42852 \begin_layout Plain Layout
42853 PDF
42854 \end_layout
42855
42856 \end_inset
42857
42858
42859 \end_layout
42860
42861 \begin_layout Standard
42862 Dieser Dateityp hat die Erweiterung 
42863 \begin_inset Quotes gld
42864 \end_inset
42865
42866
42867 \family typewriter
42868 .pdf
42869 \family default
42870
42871 \begin_inset Quotes grd
42872 \end_inset
42873
42874 .
42875  Das
42876 \emph on
42877  
42878 \emph default
42879
42880 \begin_inset Quotes gld
42881 \end_inset
42882
42883 Portable Document Format
42884 \begin_inset Quotes grd
42885 \end_inset
42886
42887  (PDF) wurde auch von der Firma 
42888 \family typewriter
42889 Adobe
42890 \family default
42891  als Derivat von PostScript entwickelt.
42892  Es ist komprimierter und benutzt weniger Befehle als PostScript.
42893  Wie der Begriff 
42894 \begin_inset Quotes gld
42895 \end_inset
42896
42897 portable
42898 \begin_inset Quotes grd
42899 \end_inset
42900
42901  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
42902  werden, und der Ausdruck sieht immer gleich aus.
42903 \end_layout
42904
42905 \begin_layout Standard
42906 PDF kann Bilder im eigenen PDF-Format, im Format 
42907 \begin_inset Quotes gld
42908 \end_inset
42909
42910 Joint Photographic Experts Group
42911 \begin_inset Quotes grd
42912 \end_inset
42913
42914  (JPEG
42915 \begin_inset Index idx
42916 status collapsed
42917
42918 \begin_layout Plain Layout
42919 JPG, JPEG
42920 \end_layout
42921
42922 \end_inset
42923
42924 , Datei-Erweiterung 
42925 \begin_inset Quotes gld
42926 \end_inset
42927
42928
42929 \family typewriter
42930 .jpg
42931 \family default
42932
42933 \begin_inset Quotes grd
42934 \end_inset
42935
42936  oder 
42937 \begin_inset Quotes gld
42938 \end_inset
42939
42940
42941 \family typewriter
42942 .jpeg
42943 \family default
42944
42945 \begin_inset Quotes grd
42946 \end_inset
42947
42948 ) und im Format 
42949 \begin_inset Quotes gld
42950 \end_inset
42951
42952 Portable Network Graphics
42953 \begin_inset Quotes grd
42954 \end_inset
42955
42956  (PNG
42957 \begin_inset Index idx
42958 status collapsed
42959
42960 \begin_layout Plain Layout
42961 PNG
42962 \end_layout
42963
42964 \end_inset
42965
42966 , Datei-Erweiterung 
42967 \begin_inset Quotes gld
42968 \end_inset
42969
42970
42971 \family typewriter
42972 .png
42973 \family default
42974
42975 \begin_inset Quotes grd
42976 \end_inset
42977
42978 ) enthalten.
42979  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil \SpecialChar LyX
42980  es für Sie
42981  konvertieren wird.
42982  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
42983  wird, eines der drei erwähnten Bildformate zu benutzen.
42984 \end_layout
42985
42986 \begin_layout Standard
42987 PDF-Dateien können Sie über 
42988 \family sans
42989 Datei\SpecialChar menuseparator
42990 Exportieren
42991 \family default
42992  auf drei Arten erzeugen:
42993 \end_layout
42994
42995 \begin_layout Description
42996 PDF
42997 \begin_inset space ~
42998 \end_inset
42999
43000 (ps2pdf) benutzt das Programm
43001 \family typewriter
43002  ps2pdf
43003 \family default
43004 , das eine PDF-Datei aus einer Post\SpecialChar softhyphen
43005 Script®-Version Ihres Dokument erstellt.
43006  Die PostScript-Version wird mit dem Programm 
43007 \family typewriter
43008 dvips
43009 \family default
43010  aus einer DVI-Version erstellt.
43011  Es werden also drei Konvertierungen verwendet.
43012 \end_layout
43013
43014 \begin_layout Description
43015 PDF
43016 \begin_inset space ~
43017 \end_inset
43018
43019 (dvipdfm) benutzt das Programm 
43020 \family typewriter
43021 dvipdfm
43022 \family default
43023 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
43024  PDF konvertiert.
43025 \end_layout
43026
43027 \begin_layout Description
43028 PDF
43029 \begin_inset space ~
43030 \end_inset
43031
43032 (pdflatex) benutzt das Programm
43033 \family typewriter
43034  pdftex
43035 \family default
43036 , das Ihr Dokument direkt nach PDF konvertiert.
43037 \end_layout
43038
43039 \begin_layout Standard
43040
43041 \family sans
43042 PDF
43043 \begin_inset space ~
43044 \end_inset
43045
43046 (pdflatex)
43047 \family default
43048  wird empfohlen, weil
43049 \family typewriter
43050  pdftex
43051 \family default
43052  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
43053  ohne Probleme arbeitet.
43054  Das Programm 
43055 \family typewriter
43056 dvi\SpecialChar softhyphen
43057 pdfm
43058 \family default
43059  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
43060 \end_layout
43061
43062 \begin_layout Standard
43063 Sie können Ihr Dokument als PDF über das Menü 
43064 \family sans
43065 Datei\SpecialChar menuseparator
43066 Exportieren\SpecialChar menuseparator
43067 PDF
43068 \family default
43069  exportieren.
43070  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
43071 \family sans
43072 Ansicht
43073 \family default
43074  oder einen Werkzeugleistenknopf anschauen.
43075 \end_layout
43076
43077 \begin_layout Chapter
43078 Liste der dvips-Farbnamen
43079 \begin_inset CommandInset label
43080 LatexCommand label
43081 name "kap:Liste-der-dvips-Farbnamen"
43082
43083 \end_inset
43084
43085
43086 \end_layout
43087
43088 \begin_layout Standard
43089 \begin_inset Tabular
43090 <lyxtabular version="3" rows="17" columns="4">
43091 <features tabularvalignment="middle">
43092 <column alignment="left" valignment="top" width="0pt">
43093 <column alignment="left" valignment="top" width="0pt">
43094 <column alignment="left" valignment="top" width="0pt">
43095 <column alignment="left" valignment="top" width="0pt">
43096 <row>
43097 <cell alignment="left" valignment="top" usebox="none">
43098 \begin_inset Text
43099
43100 \begin_layout Plain Layout
43101 \begin_inset ERT
43102 status collapsed
43103
43104 \begin_layout Plain Layout
43105
43106
43107 \backslash
43108 fcolorbox{black}{
43109 \end_layout
43110
43111 \end_inset
43112
43113 white
43114 \begin_inset ERT
43115 status collapsed
43116
43117 \begin_layout Plain Layout
43118
43119 }{
43120 \end_layout
43121
43122 \end_inset
43123
43124 Farbe
43125 \begin_inset ERT
43126 status collapsed
43127
43128 \begin_layout Plain Layout
43129
43130 }
43131 \end_layout
43132
43133 \end_inset
43134
43135  Farbname
43136 \end_layout
43137
43138 \end_inset
43139 </cell>
43140 <cell alignment="left" valignment="top" usebox="none">
43141 \begin_inset Text
43142
43143 \begin_layout Plain Layout
43144 \begin_inset ERT
43145 status collapsed
43146
43147 \begin_layout Plain Layout
43148
43149
43150 \backslash
43151 fcolorbox{black}{
43152 \end_layout
43153
43154 \end_inset
43155
43156 white
43157 \begin_inset ERT
43158 status collapsed
43159
43160 \begin_layout Plain Layout
43161
43162 }{
43163 \end_layout
43164
43165 \end_inset
43166
43167 Farbe
43168 \begin_inset ERT
43169 status collapsed
43170
43171 \begin_layout Plain Layout
43172
43173 }
43174 \end_layout
43175
43176 \end_inset
43177
43178  Farbname
43179 \end_layout
43180
43181 \end_inset
43182 </cell>
43183 <cell alignment="left" valignment="top" usebox="none">
43184 \begin_inset Text
43185
43186 \begin_layout Plain Layout
43187 \begin_inset ERT
43188 status collapsed
43189
43190 \begin_layout Plain Layout
43191
43192
43193 \backslash
43194 fcolorbox{black}{
43195 \end_layout
43196
43197 \end_inset
43198
43199 white
43200 \begin_inset ERT
43201 status collapsed
43202
43203 \begin_layout Plain Layout
43204
43205 }{
43206 \end_layout
43207
43208 \end_inset
43209
43210 Farbe
43211 \begin_inset ERT
43212 status collapsed
43213
43214 \begin_layout Plain Layout
43215
43216 }
43217 \end_layout
43218
43219 \end_inset
43220
43221  Farbname
43222 \end_layout
43223
43224 \end_inset
43225 </cell>
43226 <cell alignment="left" valignment="top" usebox="none">
43227 \begin_inset Text
43228
43229 \begin_layout Plain Layout
43230 \begin_inset ERT
43231 status collapsed
43232
43233 \begin_layout Plain Layout
43234
43235
43236 \backslash
43237 fcolorbox{black}{
43238 \end_layout
43239
43240 \end_inset
43241
43242 white
43243 \begin_inset ERT
43244 status collapsed
43245
43246 \begin_layout Plain Layout
43247
43248 }{
43249 \end_layout
43250
43251 \end_inset
43252
43253 Farbe
43254 \begin_inset ERT
43255 status collapsed
43256
43257 \begin_layout Plain Layout
43258
43259 }
43260 \end_layout
43261
43262 \end_inset
43263
43264  Farbname
43265 \end_layout
43266
43267 \end_inset
43268 </cell>
43269 </row>
43270 <row>
43271 <cell alignment="center" valignment="top" usebox="none">
43272 \begin_inset Text
43273
43274 \begin_layout Plain Layout
43275 \begin_inset ERT
43276 status collapsed
43277
43278 \begin_layout Plain Layout
43279
43280
43281 \backslash
43282 fcolorbox{black}{
43283 \end_layout
43284
43285 \end_inset
43286
43287 Apricot
43288 \begin_inset ERT
43289 status collapsed
43290
43291 \begin_layout Plain Layout
43292
43293 }{
43294 \end_layout
43295
43296 \end_inset
43297
43298
43299 \begin_inset Phantom Phantom
43300 status open
43301
43302 \begin_layout Plain Layout
43303 W
43304 \end_layout
43305
43306 \end_inset
43307
43308
43309 \begin_inset ERT
43310 status collapsed
43311
43312 \begin_layout Plain Layout
43313
43314 }
43315 \end_layout
43316
43317 \end_inset
43318
43319  Apricot
43320 \end_layout
43321
43322 \end_inset
43323 </cell>
43324 <cell alignment="center" valignment="top" usebox="none">
43325 \begin_inset Text
43326
43327 \begin_layout Plain Layout
43328 \begin_inset ERT
43329 status collapsed
43330
43331 \begin_layout Plain Layout
43332
43333
43334 \backslash
43335 fcolorbox{black}{
43336 \end_layout
43337
43338 \end_inset
43339
43340 Aquamarine
43341 \begin_inset ERT
43342 status collapsed
43343
43344 \begin_layout Plain Layout
43345
43346 }{
43347 \end_layout
43348
43349 \end_inset
43350
43351
43352 \begin_inset Phantom Phantom
43353 status open
43354
43355 \begin_layout Plain Layout
43356 W
43357 \end_layout
43358
43359 \end_inset
43360
43361
43362 \begin_inset ERT
43363 status collapsed
43364
43365 \begin_layout Plain Layout
43366
43367 }
43368 \end_layout
43369
43370 \end_inset
43371
43372  Aquamarine
43373 \end_layout
43374
43375 \end_inset
43376 </cell>
43377 <cell alignment="center" valignment="top" usebox="none">
43378 \begin_inset Text
43379
43380 \begin_layout Plain Layout
43381 \begin_inset ERT
43382 status collapsed
43383
43384 \begin_layout Plain Layout
43385
43386
43387 \backslash
43388 fcolorbox{black}{
43389 \end_layout
43390
43391 \end_inset
43392
43393 Bittersweet
43394 \begin_inset ERT
43395 status collapsed
43396
43397 \begin_layout Plain Layout
43398
43399 }{
43400 \end_layout
43401
43402 \end_inset
43403
43404
43405 \begin_inset Phantom Phantom
43406 status open
43407
43408 \begin_layout Plain Layout
43409 W
43410 \end_layout
43411
43412 \end_inset
43413
43414
43415 \begin_inset ERT
43416 status collapsed
43417
43418 \begin_layout Plain Layout
43419
43420 }
43421 \end_layout
43422
43423 \end_inset
43424
43425  Bittersweet
43426 \end_layout
43427
43428 \end_inset
43429 </cell>
43430 <cell alignment="center" valignment="top" usebox="none">
43431 \begin_inset Text
43432
43433 \begin_layout Plain Layout
43434 \begin_inset ERT
43435 status collapsed
43436
43437 \begin_layout Plain Layout
43438
43439
43440 \backslash
43441 fcolorbox{black}{
43442 \end_layout
43443
43444 \end_inset
43445
43446 BlueGreen
43447 \begin_inset ERT
43448 status collapsed
43449
43450 \begin_layout Plain Layout
43451
43452 }{
43453 \end_layout
43454
43455 \end_inset
43456
43457
43458 \begin_inset Phantom Phantom
43459 status open
43460
43461 \begin_layout Plain Layout
43462 W
43463 \end_layout
43464
43465 \end_inset
43466
43467
43468 \begin_inset ERT
43469 status collapsed
43470
43471 \begin_layout Plain Layout
43472
43473 }
43474 \end_layout
43475
43476 \end_inset
43477
43478  BlueGreen
43479 \end_layout
43480
43481 \end_inset
43482 </cell>
43483 </row>
43484 <row>
43485 <cell alignment="left" valignment="top" usebox="none">
43486 \begin_inset Text
43487
43488 \begin_layout Plain Layout
43489 \begin_inset ERT
43490 status collapsed
43491
43492 \begin_layout Plain Layout
43493
43494
43495 \backslash
43496 fcolorbox{black}{
43497 \end_layout
43498
43499 \end_inset
43500
43501 BlueViolet
43502 \begin_inset ERT
43503 status collapsed
43504
43505 \begin_layout Plain Layout
43506
43507 }{
43508 \end_layout
43509
43510 \end_inset
43511
43512
43513 \begin_inset Phantom Phantom
43514 status open
43515
43516 \begin_layout Plain Layout
43517 W
43518 \end_layout
43519
43520 \end_inset
43521
43522
43523 \begin_inset ERT
43524 status collapsed
43525
43526 \begin_layout Plain Layout
43527
43528 }
43529 \end_layout
43530
43531 \end_inset
43532
43533  BlueViolet
43534 \end_layout
43535
43536 \end_inset
43537 </cell>
43538 <cell alignment="left" valignment="top" usebox="none">
43539 \begin_inset Text
43540
43541 \begin_layout Plain Layout
43542 \begin_inset ERT
43543 status collapsed
43544
43545 \begin_layout Plain Layout
43546
43547
43548 \backslash
43549 fcolorbox{black}{
43550 \end_layout
43551
43552 \end_inset
43553
43554 BrickRed
43555 \begin_inset ERT
43556 status collapsed
43557
43558 \begin_layout Plain Layout
43559
43560 }{
43561 \end_layout
43562
43563 \end_inset
43564
43565
43566 \begin_inset Phantom Phantom
43567 status open
43568
43569 \begin_layout Plain Layout
43570 W
43571 \end_layout
43572
43573 \end_inset
43574
43575
43576 \begin_inset ERT
43577 status collapsed
43578
43579 \begin_layout Plain Layout
43580
43581 }
43582 \end_layout
43583
43584 \end_inset
43585
43586  BrickRed
43587 \end_layout
43588
43589 \end_inset
43590 </cell>
43591 <cell alignment="left" valignment="top" usebox="none">
43592 \begin_inset Text
43593
43594 \begin_layout Plain Layout
43595 \begin_inset ERT
43596 status collapsed
43597
43598 \begin_layout Plain Layout
43599
43600
43601 \backslash
43602 fcolorbox{black}{
43603 \end_layout
43604
43605 \end_inset
43606
43607 Brown
43608 \begin_inset ERT
43609 status collapsed
43610
43611 \begin_layout Plain Layout
43612
43613 }{
43614 \end_layout
43615
43616 \end_inset
43617
43618
43619 \begin_inset Phantom Phantom
43620 status open
43621
43622 \begin_layout Plain Layout
43623 W
43624 \end_layout
43625
43626 \end_inset
43627
43628
43629 \begin_inset ERT
43630 status collapsed
43631
43632 \begin_layout Plain Layout
43633
43634 }
43635 \end_layout
43636
43637 \end_inset
43638
43639  Brown
43640 \end_layout
43641
43642 \end_inset
43643 </cell>
43644 <cell alignment="left" valignment="top" usebox="none">
43645 \begin_inset Text
43646
43647 \begin_layout Plain Layout
43648 \begin_inset ERT
43649 status collapsed
43650
43651 \begin_layout Plain Layout
43652
43653
43654 \backslash
43655 fcolorbox{black}{
43656 \end_layout
43657
43658 \end_inset
43659
43660 BurntOrange
43661 \begin_inset ERT
43662 status collapsed
43663
43664 \begin_layout Plain Layout
43665
43666 }{
43667 \end_layout
43668
43669 \end_inset
43670
43671
43672 \begin_inset Phantom Phantom
43673 status open
43674
43675 \begin_layout Plain Layout
43676 W
43677 \end_layout
43678
43679 \end_inset
43680
43681
43682 \begin_inset ERT
43683 status collapsed
43684
43685 \begin_layout Plain Layout
43686
43687 }
43688 \end_layout
43689
43690 \end_inset
43691
43692  BurntOrange
43693 \end_layout
43694
43695 \end_inset
43696 </cell>
43697 </row>
43698 <row>
43699 <cell alignment="left" valignment="top" usebox="none">
43700 \begin_inset Text
43701
43702 \begin_layout Plain Layout
43703 \begin_inset ERT
43704 status collapsed
43705
43706 \begin_layout Plain Layout
43707
43708
43709 \backslash
43710 fcolorbox{black}{
43711 \end_layout
43712
43713 \end_inset
43714
43715 CadetBlue
43716 \begin_inset ERT
43717 status collapsed
43718
43719 \begin_layout Plain Layout
43720
43721 }{
43722 \end_layout
43723
43724 \end_inset
43725
43726
43727 \begin_inset Phantom Phantom
43728 status open
43729
43730 \begin_layout Plain Layout
43731 W
43732 \end_layout
43733
43734 \end_inset
43735
43736
43737 \begin_inset ERT
43738 status collapsed
43739
43740 \begin_layout Plain Layout
43741
43742 }
43743 \end_layout
43744
43745 \end_inset
43746
43747  CadetBlue
43748 \end_layout
43749
43750 \end_inset
43751 </cell>
43752 <cell alignment="left" valignment="top" usebox="none">
43753 \begin_inset Text
43754
43755 \begin_layout Plain Layout
43756 \begin_inset ERT
43757 status collapsed
43758
43759 \begin_layout Plain Layout
43760
43761
43762 \backslash
43763 fcolorbox{black}{
43764 \end_layout
43765
43766 \end_inset
43767
43768 CarnationPink
43769 \begin_inset ERT
43770 status collapsed
43771
43772 \begin_layout Plain Layout
43773
43774 }{
43775 \end_layout
43776
43777 \end_inset
43778
43779
43780 \begin_inset Phantom Phantom
43781 status open
43782
43783 \begin_layout Plain Layout
43784 W
43785 \end_layout
43786
43787 \end_inset
43788
43789
43790 \begin_inset ERT
43791 status collapsed
43792
43793 \begin_layout Plain Layout
43794
43795 }
43796 \end_layout
43797
43798 \end_inset
43799
43800  CarnationPink
43801 \end_layout
43802
43803 \end_inset
43804 </cell>
43805 <cell alignment="left" valignment="top" usebox="none">
43806 \begin_inset Text
43807
43808 \begin_layout Plain Layout
43809 \begin_inset ERT
43810 status collapsed
43811
43812 \begin_layout Plain Layout
43813
43814
43815 \backslash
43816 fcolorbox{black}{
43817 \end_layout
43818
43819 \end_inset
43820
43821 Cerulean
43822 \begin_inset ERT
43823 status collapsed
43824
43825 \begin_layout Plain Layout
43826
43827 }{
43828 \end_layout
43829
43830 \end_inset
43831
43832
43833 \begin_inset Phantom Phantom
43834 status open
43835
43836 \begin_layout Plain Layout
43837 W
43838 \end_layout
43839
43840 \end_inset
43841
43842
43843 \begin_inset ERT
43844 status collapsed
43845
43846 \begin_layout Plain Layout
43847
43848 }
43849 \end_layout
43850
43851 \end_inset
43852
43853  Cerulean
43854 \end_layout
43855
43856 \end_inset
43857 </cell>
43858 <cell alignment="left" valignment="top" usebox="none">
43859 \begin_inset Text
43860
43861 \begin_layout Plain Layout
43862 \begin_inset ERT
43863 status collapsed
43864
43865 \begin_layout Plain Layout
43866
43867
43868 \backslash
43869 fcolorbox{black}{
43870 \end_layout
43871
43872 \end_inset
43873
43874 CornflowerBlue
43875 \begin_inset ERT
43876 status collapsed
43877
43878 \begin_layout Plain Layout
43879
43880 }{
43881 \end_layout
43882
43883 \end_inset
43884
43885
43886 \begin_inset Phantom Phantom
43887 status open
43888
43889 \begin_layout Plain Layout
43890 W
43891 \end_layout
43892
43893 \end_inset
43894
43895
43896 \begin_inset ERT
43897 status collapsed
43898
43899 \begin_layout Plain Layout
43900
43901 }
43902 \end_layout
43903
43904 \end_inset
43905
43906  CornflowerBlue
43907 \end_layout
43908
43909 \end_inset
43910 </cell>
43911 </row>
43912 <row>
43913 <cell alignment="left" valignment="top" usebox="none">
43914 \begin_inset Text
43915
43916 \begin_layout Plain Layout
43917 \begin_inset ERT
43918 status collapsed
43919
43920 \begin_layout Plain Layout
43921
43922
43923 \backslash
43924 fcolorbox{black}{
43925 \end_layout
43926
43927 \end_inset
43928
43929 Dandelion
43930 \begin_inset ERT
43931 status collapsed
43932
43933 \begin_layout Plain Layout
43934
43935 }{
43936 \end_layout
43937
43938 \end_inset
43939
43940
43941 \begin_inset Phantom Phantom
43942 status open
43943
43944 \begin_layout Plain Layout
43945 W
43946 \end_layout
43947
43948 \end_inset
43949
43950
43951 \begin_inset ERT
43952 status collapsed
43953
43954 \begin_layout Plain Layout
43955
43956 }
43957 \end_layout
43958
43959 \end_inset
43960
43961  Dandelion
43962 \end_layout
43963
43964 \end_inset
43965 </cell>
43966 <cell alignment="left" valignment="top" usebox="none">
43967 \begin_inset Text
43968
43969 \begin_layout Plain Layout
43970 \begin_inset ERT
43971 status collapsed
43972
43973 \begin_layout Plain Layout
43974
43975
43976 \backslash
43977 fcolorbox{black}{
43978 \end_layout
43979
43980 \end_inset
43981
43982 DarkOrchid
43983 \begin_inset ERT
43984 status collapsed
43985
43986 \begin_layout Plain Layout
43987
43988 }{
43989 \end_layout
43990
43991 \end_inset
43992
43993
43994 \begin_inset Phantom Phantom
43995 status open
43996
43997 \begin_layout Plain Layout
43998 W
43999 \end_layout
44000
44001 \end_inset
44002
44003
44004 \begin_inset ERT
44005 status collapsed
44006
44007 \begin_layout Plain Layout
44008
44009 }
44010 \end_layout
44011
44012 \end_inset
44013
44014  DarkOrchid
44015 \end_layout
44016
44017 \end_inset
44018 </cell>
44019 <cell alignment="left" valignment="top" usebox="none">
44020 \begin_inset Text
44021
44022 \begin_layout Plain Layout
44023 \begin_inset ERT
44024 status collapsed
44025
44026 \begin_layout Plain Layout
44027
44028
44029 \backslash
44030 fcolorbox{black}{
44031 \end_layout
44032
44033 \end_inset
44034
44035 Emerald
44036 \begin_inset ERT
44037 status collapsed
44038
44039 \begin_layout Plain Layout
44040
44041 }{
44042 \end_layout
44043
44044 \end_inset
44045
44046
44047 \begin_inset Phantom Phantom
44048 status open
44049
44050 \begin_layout Plain Layout
44051 W
44052 \end_layout
44053
44054 \end_inset
44055
44056
44057 \begin_inset ERT
44058 status collapsed
44059
44060 \begin_layout Plain Layout
44061
44062 }
44063 \end_layout
44064
44065 \end_inset
44066
44067  Emerald
44068 \end_layout
44069
44070 \end_inset
44071 </cell>
44072 <cell alignment="left" valignment="top" usebox="none">
44073 \begin_inset Text
44074
44075 \begin_layout Plain Layout
44076 \begin_inset ERT
44077 status collapsed
44078
44079 \begin_layout Plain Layout
44080
44081
44082 \backslash
44083 fcolorbox{black}{
44084 \end_layout
44085
44086 \end_inset
44087
44088 ForestGreen
44089 \begin_inset ERT
44090 status collapsed
44091
44092 \begin_layout Plain Layout
44093
44094 }{
44095 \end_layout
44096
44097 \end_inset
44098
44099
44100 \begin_inset Phantom Phantom
44101 status open
44102
44103 \begin_layout Plain Layout
44104 W
44105 \end_layout
44106
44107 \end_inset
44108
44109
44110 \begin_inset ERT
44111 status collapsed
44112
44113 \begin_layout Plain Layout
44114
44115 }
44116 \end_layout
44117
44118 \end_inset
44119
44120  ForestGreen
44121 \end_layout
44122
44123 \end_inset
44124 </cell>
44125 </row>
44126 <row>
44127 <cell alignment="left" valignment="top" usebox="none">
44128 \begin_inset Text
44129
44130 \begin_layout Plain Layout
44131 \begin_inset ERT
44132 status collapsed
44133
44134 \begin_layout Plain Layout
44135
44136
44137 \backslash
44138 fcolorbox{black}{
44139 \end_layout
44140
44141 \end_inset
44142
44143 Fuchsia
44144 \begin_inset ERT
44145 status collapsed
44146
44147 \begin_layout Plain Layout
44148
44149 }{
44150 \end_layout
44151
44152 \end_inset
44153
44154
44155 \begin_inset Phantom Phantom
44156 status open
44157
44158 \begin_layout Plain Layout
44159 W
44160 \end_layout
44161
44162 \end_inset
44163
44164
44165 \begin_inset ERT
44166 status collapsed
44167
44168 \begin_layout Plain Layout
44169
44170 }
44171 \end_layout
44172
44173 \end_inset
44174
44175  Fuchsia
44176 \end_layout
44177
44178 \end_inset
44179 </cell>
44180 <cell alignment="left" valignment="top" usebox="none">
44181 \begin_inset Text
44182
44183 \begin_layout Plain Layout
44184 \begin_inset ERT
44185 status collapsed
44186
44187 \begin_layout Plain Layout
44188
44189
44190 \backslash
44191 fcolorbox{black}{
44192 \end_layout
44193
44194 \end_inset
44195
44196 Goldenrod
44197 \begin_inset ERT
44198 status collapsed
44199
44200 \begin_layout Plain Layout
44201
44202 }{
44203 \end_layout
44204
44205 \end_inset
44206
44207
44208 \begin_inset Phantom Phantom
44209 status open
44210
44211 \begin_layout Plain Layout
44212 W
44213 \end_layout
44214
44215 \end_inset
44216
44217
44218 \begin_inset ERT
44219 status collapsed
44220
44221 \begin_layout Plain Layout
44222
44223 }
44224 \end_layout
44225
44226 \end_inset
44227
44228  Goldenrod
44229 \end_layout
44230
44231 \end_inset
44232 </cell>
44233 <cell alignment="left" valignment="top" usebox="none">
44234 \begin_inset Text
44235
44236 \begin_layout Plain Layout
44237 \begin_inset ERT
44238 status collapsed
44239
44240 \begin_layout Plain Layout
44241
44242
44243 \backslash
44244 fcolorbox{black}{
44245 \end_layout
44246
44247 \end_inset
44248
44249 Gray
44250 \begin_inset ERT
44251 status collapsed
44252
44253 \begin_layout Plain Layout
44254
44255 }{
44256 \end_layout
44257
44258 \end_inset
44259
44260
44261 \begin_inset Phantom Phantom
44262 status open
44263
44264 \begin_layout Plain Layout
44265 W
44266 \end_layout
44267
44268 \end_inset
44269
44270
44271 \begin_inset ERT
44272 status collapsed
44273
44274 \begin_layout Plain Layout
44275
44276 }
44277 \end_layout
44278
44279 \end_inset
44280
44281  Gray
44282 \end_layout
44283
44284 \end_inset
44285 </cell>
44286 <cell alignment="left" valignment="top" usebox="none">
44287 \begin_inset Text
44288
44289 \begin_layout Plain Layout
44290 \begin_inset ERT
44291 status collapsed
44292
44293 \begin_layout Plain Layout
44294
44295
44296 \backslash
44297 fcolorbox{black}{
44298 \end_layout
44299
44300 \end_inset
44301
44302 GreenYellow
44303 \begin_inset ERT
44304 status collapsed
44305
44306 \begin_layout Plain Layout
44307
44308 }{
44309 \end_layout
44310
44311 \end_inset
44312
44313
44314 \begin_inset Phantom Phantom
44315 status open
44316
44317 \begin_layout Plain Layout
44318 W
44319 \end_layout
44320
44321 \end_inset
44322
44323
44324 \begin_inset ERT
44325 status collapsed
44326
44327 \begin_layout Plain Layout
44328
44329 }
44330 \end_layout
44331
44332 \end_inset
44333
44334  GreenYellow
44335 \end_layout
44336
44337 \end_inset
44338 </cell>
44339 </row>
44340 <row>
44341 <cell alignment="center" valignment="top" usebox="none">
44342 \begin_inset Text
44343
44344 \begin_layout Plain Layout
44345 \begin_inset ERT
44346 status collapsed
44347
44348 \begin_layout Plain Layout
44349
44350
44351 \backslash
44352 fcolorbox{black}{
44353 \end_layout
44354
44355 \end_inset
44356
44357 JungleGreen
44358 \begin_inset ERT
44359 status collapsed
44360
44361 \begin_layout Plain Layout
44362
44363 }{
44364 \end_layout
44365
44366 \end_inset
44367
44368
44369 \begin_inset Phantom Phantom
44370 status open
44371
44372 \begin_layout Plain Layout
44373 W
44374 \end_layout
44375
44376 \end_inset
44377
44378
44379 \begin_inset ERT
44380 status collapsed
44381
44382 \begin_layout Plain Layout
44383
44384 }
44385 \end_layout
44386
44387 \end_inset
44388
44389  JungleGreen
44390 \end_layout
44391
44392 \end_inset
44393 </cell>
44394 <cell alignment="center" valignment="top" usebox="none">
44395 \begin_inset Text
44396
44397 \begin_layout Plain Layout
44398 \begin_inset ERT
44399 status collapsed
44400
44401 \begin_layout Plain Layout
44402
44403
44404 \backslash
44405 fcolorbox{black}{
44406 \end_layout
44407
44408 \end_inset
44409
44410 Lavender
44411 \begin_inset ERT
44412 status collapsed
44413
44414 \begin_layout Plain Layout
44415
44416 }{
44417 \end_layout
44418
44419 \end_inset
44420
44421
44422 \begin_inset Phantom Phantom
44423 status open
44424
44425 \begin_layout Plain Layout
44426 W
44427 \end_layout
44428
44429 \end_inset
44430
44431
44432 \begin_inset ERT
44433 status collapsed
44434
44435 \begin_layout Plain Layout
44436
44437 }
44438 \end_layout
44439
44440 \end_inset
44441
44442  Lavender
44443 \end_layout
44444
44445 \end_inset
44446 </cell>
44447 <cell alignment="center" valignment="top" usebox="none">
44448 \begin_inset Text
44449
44450 \begin_layout Plain Layout
44451 \begin_inset ERT
44452 status collapsed
44453
44454 \begin_layout Plain Layout
44455
44456
44457 \backslash
44458 fcolorbox{black}{
44459 \end_layout
44460
44461 \end_inset
44462
44463 LimeGreen
44464 \begin_inset ERT
44465 status collapsed
44466
44467 \begin_layout Plain Layout
44468
44469 }{
44470 \end_layout
44471
44472 \end_inset
44473
44474
44475 \begin_inset Phantom Phantom
44476 status open
44477
44478 \begin_layout Plain Layout
44479 W
44480 \end_layout
44481
44482 \end_inset
44483
44484
44485 \begin_inset ERT
44486 status collapsed
44487
44488 \begin_layout Plain Layout
44489
44490 }
44491 \end_layout
44492
44493 \end_inset
44494
44495  LimeGreen
44496 \end_layout
44497
44498 \end_inset
44499 </cell>
44500 <cell alignment="center" valignment="top" usebox="none">
44501 \begin_inset Text
44502
44503 \begin_layout Plain Layout
44504 \begin_inset ERT
44505 status collapsed
44506
44507 \begin_layout Plain Layout
44508
44509
44510 \backslash
44511 fcolorbox{black}{
44512 \end_layout
44513
44514 \end_inset
44515
44516 Mahogany
44517 \begin_inset ERT
44518 status collapsed
44519
44520 \begin_layout Plain Layout
44521
44522 }{
44523 \end_layout
44524
44525 \end_inset
44526
44527
44528 \begin_inset Phantom Phantom
44529 status open
44530
44531 \begin_layout Plain Layout
44532 W
44533 \end_layout
44534
44535 \end_inset
44536
44537
44538 \begin_inset ERT
44539 status collapsed
44540
44541 \begin_layout Plain Layout
44542
44543 }
44544 \end_layout
44545
44546 \end_inset
44547
44548  Mahogany
44549 \end_layout
44550
44551 \end_inset
44552 </cell>
44553 </row>
44554 <row>
44555 <cell alignment="left" valignment="top" usebox="none">
44556 \begin_inset Text
44557
44558 \begin_layout Plain Layout
44559 \begin_inset ERT
44560 status collapsed
44561
44562 \begin_layout Plain Layout
44563
44564
44565 \backslash
44566 fcolorbox{black}{
44567 \end_layout
44568
44569 \end_inset
44570
44571 Mahogany
44572 \begin_inset ERT
44573 status collapsed
44574
44575 \begin_layout Plain Layout
44576
44577 }{
44578 \end_layout
44579
44580 \end_inset
44581
44582
44583 \begin_inset Phantom Phantom
44584 status open
44585
44586 \begin_layout Plain Layout
44587 W
44588 \end_layout
44589
44590 \end_inset
44591
44592
44593 \begin_inset ERT
44594 status collapsed
44595
44596 \begin_layout Plain Layout
44597
44598 }
44599 \end_layout
44600
44601 \end_inset
44602
44603  Mahogany
44604 \end_layout
44605
44606 \end_inset
44607 </cell>
44608 <cell alignment="left" valignment="top" usebox="none">
44609 \begin_inset Text
44610
44611 \begin_layout Plain Layout
44612 \begin_inset ERT
44613 status collapsed
44614
44615 \begin_layout Plain Layout
44616
44617
44618 \backslash
44619 fcolorbox{black}{
44620 \end_layout
44621
44622 \end_inset
44623
44624 Maroon
44625 \begin_inset ERT
44626 status collapsed
44627
44628 \begin_layout Plain Layout
44629
44630 }{
44631 \end_layout
44632
44633 \end_inset
44634
44635
44636 \begin_inset Phantom Phantom
44637 status open
44638
44639 \begin_layout Plain Layout
44640 W
44641 \end_layout
44642
44643 \end_inset
44644
44645
44646 \begin_inset ERT
44647 status collapsed
44648
44649 \begin_layout Plain Layout
44650
44651 }
44652 \end_layout
44653
44654 \end_inset
44655
44656  Maroon
44657 \end_layout
44658
44659 \end_inset
44660 </cell>
44661 <cell alignment="left" valignment="top" usebox="none">
44662 \begin_inset Text
44663
44664 \begin_layout Plain Layout
44665 \begin_inset ERT
44666 status collapsed
44667
44668 \begin_layout Plain Layout
44669
44670
44671 \backslash
44672 fcolorbox{black}{
44673 \end_layout
44674
44675 \end_inset
44676
44677 Melon
44678 \begin_inset ERT
44679 status collapsed
44680
44681 \begin_layout Plain Layout
44682
44683 }{
44684 \end_layout
44685
44686 \end_inset
44687
44688
44689 \begin_inset Phantom Phantom
44690 status open
44691
44692 \begin_layout Plain Layout
44693 W
44694 \end_layout
44695
44696 \end_inset
44697
44698
44699 \begin_inset ERT
44700 status collapsed
44701
44702 \begin_layout Plain Layout
44703
44704 }
44705 \end_layout
44706
44707 \end_inset
44708
44709  Melon
44710 \end_layout
44711
44712 \end_inset
44713 </cell>
44714 <cell alignment="left" valignment="top" usebox="none">
44715 \begin_inset Text
44716
44717 \begin_layout Plain Layout
44718 \begin_inset ERT
44719 status collapsed
44720
44721 \begin_layout Plain Layout
44722
44723
44724 \backslash
44725 fcolorbox{black}{
44726 \end_layout
44727
44728 \end_inset
44729
44730 MidnightBlue
44731 \begin_inset ERT
44732 status collapsed
44733
44734 \begin_layout Plain Layout
44735
44736 }{
44737 \end_layout
44738
44739 \end_inset
44740
44741
44742 \begin_inset Phantom Phantom
44743 status open
44744
44745 \begin_layout Plain Layout
44746 W
44747 \end_layout
44748
44749 \end_inset
44750
44751
44752 \begin_inset ERT
44753 status collapsed
44754
44755 \begin_layout Plain Layout
44756
44757 }
44758 \end_layout
44759
44760 \end_inset
44761
44762  MidnightBlue
44763 \end_layout
44764
44765 \end_inset
44766 </cell>
44767 </row>
44768 <row>
44769 <cell alignment="left" valignment="top" usebox="none">
44770 \begin_inset Text
44771
44772 \begin_layout Plain Layout
44773 \begin_inset ERT
44774 status collapsed
44775
44776 \begin_layout Plain Layout
44777
44778
44779 \backslash
44780 fcolorbox{black}{
44781 \end_layout
44782
44783 \end_inset
44784
44785 Mulberry
44786 \begin_inset ERT
44787 status collapsed
44788
44789 \begin_layout Plain Layout
44790
44791 }{
44792 \end_layout
44793
44794 \end_inset
44795
44796
44797 \begin_inset Phantom Phantom
44798 status open
44799
44800 \begin_layout Plain Layout
44801 W
44802 \end_layout
44803
44804 \end_inset
44805
44806
44807 \begin_inset ERT
44808 status collapsed
44809
44810 \begin_layout Plain Layout
44811
44812 }
44813 \end_layout
44814
44815 \end_inset
44816
44817  Mulberry
44818 \end_layout
44819
44820 \end_inset
44821 </cell>
44822 <cell alignment="left" valignment="top" usebox="none">
44823 \begin_inset Text
44824
44825 \begin_layout Plain Layout
44826 \begin_inset ERT
44827 status collapsed
44828
44829 \begin_layout Plain Layout
44830
44831
44832 \backslash
44833 fcolorbox{black}{
44834 \end_layout
44835
44836 \end_inset
44837
44838 NavyBlue
44839 \begin_inset ERT
44840 status collapsed
44841
44842 \begin_layout Plain Layout
44843
44844 }{
44845 \end_layout
44846
44847 \end_inset
44848
44849
44850 \begin_inset Phantom Phantom
44851 status open
44852
44853 \begin_layout Plain Layout
44854 W
44855 \end_layout
44856
44857 \end_inset
44858
44859
44860 \begin_inset ERT
44861 status collapsed
44862
44863 \begin_layout Plain Layout
44864
44865 }
44866 \end_layout
44867
44868 \end_inset
44869
44870  NavyBlue
44871 \end_layout
44872
44873 \end_inset
44874 </cell>
44875 <cell alignment="left" valignment="top" usebox="none">
44876 \begin_inset Text
44877
44878 \begin_layout Plain Layout
44879 \begin_inset ERT
44880 status collapsed
44881
44882 \begin_layout Plain Layout
44883
44884
44885 \backslash
44886 fcolorbox{black}{
44887 \end_layout
44888
44889 \end_inset
44890
44891 OliveGreen
44892 \begin_inset ERT
44893 status collapsed
44894
44895 \begin_layout Plain Layout
44896
44897 }{
44898 \end_layout
44899
44900 \end_inset
44901
44902
44903 \begin_inset Phantom Phantom
44904 status open
44905
44906 \begin_layout Plain Layout
44907 W
44908 \end_layout
44909
44910 \end_inset
44911
44912
44913 \begin_inset ERT
44914 status collapsed
44915
44916 \begin_layout Plain Layout
44917
44918 }
44919 \end_layout
44920
44921 \end_inset
44922
44923  OliveGreen
44924 \end_layout
44925
44926 \end_inset
44927 </cell>
44928 <cell alignment="left" valignment="top" usebox="none">
44929 \begin_inset Text
44930
44931 \begin_layout Plain Layout
44932 \begin_inset ERT
44933 status collapsed
44934
44935 \begin_layout Plain Layout
44936
44937
44938 \backslash
44939 fcolorbox{black}{
44940 \end_layout
44941
44942 \end_inset
44943
44944 Orange
44945 \begin_inset ERT
44946 status collapsed
44947
44948 \begin_layout Plain Layout
44949
44950 }{
44951 \end_layout
44952
44953 \end_inset
44954
44955
44956 \begin_inset Phantom Phantom
44957 status open
44958
44959 \begin_layout Plain Layout
44960 W
44961 \end_layout
44962
44963 \end_inset
44964
44965
44966 \begin_inset ERT
44967 status collapsed
44968
44969 \begin_layout Plain Layout
44970
44971 }
44972 \end_layout
44973
44974 \end_inset
44975
44976  Orange
44977 \end_layout
44978
44979 \end_inset
44980 </cell>
44981 </row>
44982 <row>
44983 <cell alignment="left" valignment="top" usebox="none">
44984 \begin_inset Text
44985
44986 \begin_layout Plain Layout
44987 \begin_inset ERT
44988 status collapsed
44989
44990 \begin_layout Plain Layout
44991
44992
44993 \backslash
44994 fcolorbox{black}{
44995 \end_layout
44996
44997 \end_inset
44998
44999 OrangeRed
45000 \begin_inset ERT
45001 status collapsed
45002
45003 \begin_layout Plain Layout
45004
45005 }{
45006 \end_layout
45007
45008 \end_inset
45009
45010
45011 \begin_inset Phantom Phantom
45012 status open
45013
45014 \begin_layout Plain Layout
45015 W
45016 \end_layout
45017
45018 \end_inset
45019
45020
45021 \begin_inset ERT
45022 status collapsed
45023
45024 \begin_layout Plain Layout
45025
45026 }
45027 \end_layout
45028
45029 \end_inset
45030
45031  OrangeRed
45032 \end_layout
45033
45034 \end_inset
45035 </cell>
45036 <cell alignment="left" valignment="top" usebox="none">
45037 \begin_inset Text
45038
45039 \begin_layout Plain Layout
45040 \begin_inset ERT
45041 status collapsed
45042
45043 \begin_layout Plain Layout
45044
45045
45046 \backslash
45047 fcolorbox{black}{
45048 \end_layout
45049
45050 \end_inset
45051
45052 Orchid
45053 \begin_inset ERT
45054 status collapsed
45055
45056 \begin_layout Plain Layout
45057
45058 }{
45059 \end_layout
45060
45061 \end_inset
45062
45063
45064 \begin_inset Phantom Phantom
45065 status open
45066
45067 \begin_layout Plain Layout
45068 W
45069 \end_layout
45070
45071 \end_inset
45072
45073
45074 \begin_inset ERT
45075 status collapsed
45076
45077 \begin_layout Plain Layout
45078
45079 }
45080 \end_layout
45081
45082 \end_inset
45083
45084  Orchid
45085 \end_layout
45086
45087 \end_inset
45088 </cell>
45089 <cell alignment="left" valignment="top" usebox="none">
45090 \begin_inset Text
45091
45092 \begin_layout Plain Layout
45093 \begin_inset ERT
45094 status collapsed
45095
45096 \begin_layout Plain Layout
45097
45098
45099 \backslash
45100 fcolorbox{black}{
45101 \end_layout
45102
45103 \end_inset
45104
45105 Peach
45106 \begin_inset ERT
45107 status collapsed
45108
45109 \begin_layout Plain Layout
45110
45111 }{
45112 \end_layout
45113
45114 \end_inset
45115
45116
45117 \begin_inset Phantom Phantom
45118 status open
45119
45120 \begin_layout Plain Layout
45121 W
45122 \end_layout
45123
45124 \end_inset
45125
45126
45127 \begin_inset ERT
45128 status collapsed
45129
45130 \begin_layout Plain Layout
45131
45132 }
45133 \end_layout
45134
45135 \end_inset
45136
45137  Peach
45138 \end_layout
45139
45140 \end_inset
45141 </cell>
45142 <cell alignment="left" valignment="top" usebox="none">
45143 \begin_inset Text
45144
45145 \begin_layout Plain Layout
45146 \begin_inset ERT
45147 status collapsed
45148
45149 \begin_layout Plain Layout
45150
45151
45152 \backslash
45153 fcolorbox{black}{
45154 \end_layout
45155
45156 \end_inset
45157
45158 Periwinkle
45159 \begin_inset ERT
45160 status collapsed
45161
45162 \begin_layout Plain Layout
45163
45164 }{
45165 \end_layout
45166
45167 \end_inset
45168
45169
45170 \begin_inset Phantom Phantom
45171 status open
45172
45173 \begin_layout Plain Layout
45174 W
45175 \end_layout
45176
45177 \end_inset
45178
45179
45180 \begin_inset ERT
45181 status collapsed
45182
45183 \begin_layout Plain Layout
45184
45185 }
45186 \end_layout
45187
45188 \end_inset
45189
45190  Periwinkle
45191 \end_layout
45192
45193 \end_inset
45194 </cell>
45195 </row>
45196 <row>
45197 <cell alignment="left" valignment="top" usebox="none">
45198 \begin_inset Text
45199
45200 \begin_layout Plain Layout
45201 \begin_inset ERT
45202 status collapsed
45203
45204 \begin_layout Plain Layout
45205
45206
45207 \backslash
45208 fcolorbox{black}{
45209 \end_layout
45210
45211 \end_inset
45212
45213 PineGreen
45214 \begin_inset ERT
45215 status collapsed
45216
45217 \begin_layout Plain Layout
45218
45219 }{
45220 \end_layout
45221
45222 \end_inset
45223
45224
45225 \begin_inset Phantom Phantom
45226 status open
45227
45228 \begin_layout Plain Layout
45229 W
45230 \end_layout
45231
45232 \end_inset
45233
45234
45235 \begin_inset ERT
45236 status collapsed
45237
45238 \begin_layout Plain Layout
45239
45240 }
45241 \end_layout
45242
45243 \end_inset
45244
45245  PineGreen
45246 \end_layout
45247
45248 \end_inset
45249 </cell>
45250 <cell alignment="left" valignment="top" usebox="none">
45251 \begin_inset Text
45252
45253 \begin_layout Plain Layout
45254 \begin_inset ERT
45255 status collapsed
45256
45257 \begin_layout Plain Layout
45258
45259
45260 \backslash
45261 fcolorbox{black}{
45262 \end_layout
45263
45264 \end_inset
45265
45266 Plum
45267 \begin_inset ERT
45268 status collapsed
45269
45270 \begin_layout Plain Layout
45271
45272 }{
45273 \end_layout
45274
45275 \end_inset
45276
45277
45278 \begin_inset Phantom Phantom
45279 status open
45280
45281 \begin_layout Plain Layout
45282 W
45283 \end_layout
45284
45285 \end_inset
45286
45287
45288 \begin_inset ERT
45289 status collapsed
45290
45291 \begin_layout Plain Layout
45292
45293 }
45294 \end_layout
45295
45296 \end_inset
45297
45298  Plum
45299 \end_layout
45300
45301 \end_inset
45302 </cell>
45303 <cell alignment="left" valignment="top" usebox="none">
45304 \begin_inset Text
45305
45306 \begin_layout Plain Layout
45307 \begin_inset ERT
45308 status collapsed
45309
45310 \begin_layout Plain Layout
45311
45312
45313 \backslash
45314 fcolorbox{black}{
45315 \end_layout
45316
45317 \end_inset
45318
45319 ProcessBlue
45320 \begin_inset ERT
45321 status collapsed
45322
45323 \begin_layout Plain Layout
45324
45325 }{
45326 \end_layout
45327
45328 \end_inset
45329
45330
45331 \begin_inset Phantom Phantom
45332 status open
45333
45334 \begin_layout Plain Layout
45335 W
45336 \end_layout
45337
45338 \end_inset
45339
45340
45341 \begin_inset ERT
45342 status collapsed
45343
45344 \begin_layout Plain Layout
45345
45346 }
45347 \end_layout
45348
45349 \end_inset
45350
45351  ProcessBlue
45352 \end_layout
45353
45354 \end_inset
45355 </cell>
45356 <cell alignment="left" valignment="top" usebox="none">
45357 \begin_inset Text
45358
45359 \begin_layout Plain Layout
45360 \begin_inset ERT
45361 status collapsed
45362
45363 \begin_layout Plain Layout
45364
45365
45366 \backslash
45367 fcolorbox{black}{
45368 \end_layout
45369
45370 \end_inset
45371
45372 Purple
45373 \begin_inset ERT
45374 status collapsed
45375
45376 \begin_layout Plain Layout
45377
45378 }{
45379 \end_layout
45380
45381 \end_inset
45382
45383
45384 \begin_inset Phantom Phantom
45385 status open
45386
45387 \begin_layout Plain Layout
45388 W
45389 \end_layout
45390
45391 \end_inset
45392
45393
45394 \begin_inset ERT
45395 status collapsed
45396
45397 \begin_layout Plain Layout
45398
45399 }
45400 \end_layout
45401
45402 \end_inset
45403
45404  Purple
45405 \end_layout
45406
45407 \end_inset
45408 </cell>
45409 </row>
45410 <row>
45411 <cell alignment="left" valignment="top" usebox="none">
45412 \begin_inset Text
45413
45414 \begin_layout Plain Layout
45415 \begin_inset ERT
45416 status collapsed
45417
45418 \begin_layout Plain Layout
45419
45420
45421 \backslash
45422 fcolorbox{black}{
45423 \end_layout
45424
45425 \end_inset
45426
45427 RawSienna
45428 \begin_inset ERT
45429 status collapsed
45430
45431 \begin_layout Plain Layout
45432
45433 }{
45434 \end_layout
45435
45436 \end_inset
45437
45438
45439 \begin_inset Phantom Phantom
45440 status open
45441
45442 \begin_layout Plain Layout
45443 W
45444 \end_layout
45445
45446 \end_inset
45447
45448
45449 \begin_inset ERT
45450 status collapsed
45451
45452 \begin_layout Plain Layout
45453
45454 }
45455 \end_layout
45456
45457 \end_inset
45458
45459  RawSienna
45460 \end_layout
45461
45462 \end_inset
45463 </cell>
45464 <cell alignment="left" valignment="top" usebox="none">
45465 \begin_inset Text
45466
45467 \begin_layout Plain Layout
45468 \begin_inset ERT
45469 status collapsed
45470
45471 \begin_layout Plain Layout
45472
45473
45474 \backslash
45475 fcolorbox{black}{
45476 \end_layout
45477
45478 \end_inset
45479
45480 RedOrange
45481 \begin_inset ERT
45482 status collapsed
45483
45484 \begin_layout Plain Layout
45485
45486 }{
45487 \end_layout
45488
45489 \end_inset
45490
45491
45492 \begin_inset Phantom Phantom
45493 status open
45494
45495 \begin_layout Plain Layout
45496 W
45497 \end_layout
45498
45499 \end_inset
45500
45501
45502 \begin_inset ERT
45503 status collapsed
45504
45505 \begin_layout Plain Layout
45506
45507 }
45508 \end_layout
45509
45510 \end_inset
45511
45512  RedOrange
45513 \end_layout
45514
45515 \end_inset
45516 </cell>
45517 <cell alignment="left" valignment="top" usebox="none">
45518 \begin_inset Text
45519
45520 \begin_layout Plain Layout
45521 \begin_inset ERT
45522 status collapsed
45523
45524 \begin_layout Plain Layout
45525
45526
45527 \backslash
45528 fcolorbox{black}{
45529 \end_layout
45530
45531 \end_inset
45532
45533 RedViolet
45534 \begin_inset ERT
45535 status collapsed
45536
45537 \begin_layout Plain Layout
45538
45539 }{
45540 \end_layout
45541
45542 \end_inset
45543
45544
45545 \begin_inset Phantom Phantom
45546 status open
45547
45548 \begin_layout Plain Layout
45549 W
45550 \end_layout
45551
45552 \end_inset
45553
45554
45555 \begin_inset ERT
45556 status collapsed
45557
45558 \begin_layout Plain Layout
45559
45560 }
45561 \end_layout
45562
45563 \end_inset
45564
45565  RedViolet
45566 \end_layout
45567
45568 \end_inset
45569 </cell>
45570 <cell alignment="left" valignment="top" usebox="none">
45571 \begin_inset Text
45572
45573 \begin_layout Plain Layout
45574 \begin_inset ERT
45575 status collapsed
45576
45577 \begin_layout Plain Layout
45578
45579
45580 \backslash
45581 fcolorbox{black}{
45582 \end_layout
45583
45584 \end_inset
45585
45586 Rhodamine
45587 \begin_inset ERT
45588 status collapsed
45589
45590 \begin_layout Plain Layout
45591
45592 }{
45593 \end_layout
45594
45595 \end_inset
45596
45597
45598 \begin_inset Phantom Phantom
45599 status open
45600
45601 \begin_layout Plain Layout
45602 W
45603 \end_layout
45604
45605 \end_inset
45606
45607
45608 \begin_inset ERT
45609 status collapsed
45610
45611 \begin_layout Plain Layout
45612
45613 }
45614 \end_layout
45615
45616 \end_inset
45617
45618  Rhodamine
45619 \end_layout
45620
45621 \end_inset
45622 </cell>
45623 </row>
45624 <row>
45625 <cell alignment="left" valignment="top" usebox="none">
45626 \begin_inset Text
45627
45628 \begin_layout Plain Layout
45629 \begin_inset ERT
45630 status collapsed
45631
45632 \begin_layout Plain Layout
45633
45634
45635 \backslash
45636 fcolorbox{black}{
45637 \end_layout
45638
45639 \end_inset
45640
45641 RoyalBlue
45642 \begin_inset ERT
45643 status collapsed
45644
45645 \begin_layout Plain Layout
45646
45647 }{
45648 \end_layout
45649
45650 \end_inset
45651
45652
45653 \begin_inset Phantom Phantom
45654 status open
45655
45656 \begin_layout Plain Layout
45657 W
45658 \end_layout
45659
45660 \end_inset
45661
45662
45663 \begin_inset ERT
45664 status collapsed
45665
45666 \begin_layout Plain Layout
45667
45668 }
45669 \end_layout
45670
45671 \end_inset
45672
45673  RoyalBlue
45674 \end_layout
45675
45676 \end_inset
45677 </cell>
45678 <cell alignment="left" valignment="top" usebox="none">
45679 \begin_inset Text
45680
45681 \begin_layout Plain Layout
45682 \begin_inset ERT
45683 status collapsed
45684
45685 \begin_layout Plain Layout
45686
45687
45688 \backslash
45689 fcolorbox{black}{
45690 \end_layout
45691
45692 \end_inset
45693
45694 RoyalPurple
45695 \begin_inset ERT
45696 status collapsed
45697
45698 \begin_layout Plain Layout
45699
45700 }{
45701 \end_layout
45702
45703 \end_inset
45704
45705
45706 \begin_inset Phantom Phantom
45707 status open
45708
45709 \begin_layout Plain Layout
45710 W
45711 \end_layout
45712
45713 \end_inset
45714
45715
45716 \begin_inset ERT
45717 status collapsed
45718
45719 \begin_layout Plain Layout
45720
45721 }
45722 \end_layout
45723
45724 \end_inset
45725
45726  RoyalPurple
45727 \end_layout
45728
45729 \end_inset
45730 </cell>
45731 <cell alignment="left" valignment="top" usebox="none">
45732 \begin_inset Text
45733
45734 \begin_layout Plain Layout
45735 \begin_inset ERT
45736 status collapsed
45737
45738 \begin_layout Plain Layout
45739
45740
45741 \backslash
45742 fcolorbox{black}{
45743 \end_layout
45744
45745 \end_inset
45746
45747 RubineRed
45748 \begin_inset ERT
45749 status collapsed
45750
45751 \begin_layout Plain Layout
45752
45753 }{
45754 \end_layout
45755
45756 \end_inset
45757
45758
45759 \begin_inset Phantom Phantom
45760 status open
45761
45762 \begin_layout Plain Layout
45763 W
45764 \end_layout
45765
45766 \end_inset
45767
45768
45769 \begin_inset ERT
45770 status collapsed
45771
45772 \begin_layout Plain Layout
45773
45774 }
45775 \end_layout
45776
45777 \end_inset
45778
45779  RubineRed
45780 \end_layout
45781
45782 \end_inset
45783 </cell>
45784 <cell alignment="left" valignment="top" usebox="none">
45785 \begin_inset Text
45786
45787 \begin_layout Plain Layout
45788 \begin_inset ERT
45789 status collapsed
45790
45791 \begin_layout Plain Layout
45792
45793
45794 \backslash
45795 fcolorbox{black}{
45796 \end_layout
45797
45798 \end_inset
45799
45800 Salmon
45801 \begin_inset ERT
45802 status collapsed
45803
45804 \begin_layout Plain Layout
45805
45806 }{
45807 \end_layout
45808
45809 \end_inset
45810
45811
45812 \begin_inset Phantom Phantom
45813 status open
45814
45815 \begin_layout Plain Layout
45816 W
45817 \end_layout
45818
45819 \end_inset
45820
45821
45822 \begin_inset ERT
45823 status collapsed
45824
45825 \begin_layout Plain Layout
45826
45827 }
45828 \end_layout
45829
45830 \end_inset
45831
45832  Salmon
45833 \end_layout
45834
45835 \end_inset
45836 </cell>
45837 </row>
45838 <row>
45839 <cell alignment="left" valignment="top" usebox="none">
45840 \begin_inset Text
45841
45842 \begin_layout Plain Layout
45843 \begin_inset ERT
45844 status collapsed
45845
45846 \begin_layout Plain Layout
45847
45848
45849 \backslash
45850 fcolorbox{black}{
45851 \end_layout
45852
45853 \end_inset
45854
45855 SeaGreen
45856 \begin_inset ERT
45857 status collapsed
45858
45859 \begin_layout Plain Layout
45860
45861 }{
45862 \end_layout
45863
45864 \end_inset
45865
45866
45867 \begin_inset Phantom Phantom
45868 status open
45869
45870 \begin_layout Plain Layout
45871 W
45872 \end_layout
45873
45874 \end_inset
45875
45876
45877 \begin_inset ERT
45878 status collapsed
45879
45880 \begin_layout Plain Layout
45881
45882 }
45883 \end_layout
45884
45885 \end_inset
45886
45887  SeaGreen
45888 \end_layout
45889
45890 \end_inset
45891 </cell>
45892 <cell alignment="left" valignment="top" usebox="none">
45893 \begin_inset Text
45894
45895 \begin_layout Plain Layout
45896 \begin_inset ERT
45897 status collapsed
45898
45899 \begin_layout Plain Layout
45900
45901
45902 \backslash
45903 fcolorbox{black}{
45904 \end_layout
45905
45906 \end_inset
45907
45908 Sepia
45909 \begin_inset ERT
45910 status collapsed
45911
45912 \begin_layout Plain Layout
45913
45914 }{
45915 \end_layout
45916
45917 \end_inset
45918
45919
45920 \begin_inset Phantom Phantom
45921 status open
45922
45923 \begin_layout Plain Layout
45924 W
45925 \end_layout
45926
45927 \end_inset
45928
45929
45930 \begin_inset ERT
45931 status collapsed
45932
45933 \begin_layout Plain Layout
45934
45935 }
45936 \end_layout
45937
45938 \end_inset
45939
45940  Sepia
45941 \end_layout
45942
45943 \end_inset
45944 </cell>
45945 <cell alignment="left" valignment="top" usebox="none">
45946 \begin_inset Text
45947
45948 \begin_layout Plain Layout
45949 \begin_inset ERT
45950 status collapsed
45951
45952 \begin_layout Plain Layout
45953
45954
45955 \backslash
45956 fcolorbox{black}{
45957 \end_layout
45958
45959 \end_inset
45960
45961 SkyBlue
45962 \begin_inset ERT
45963 status collapsed
45964
45965 \begin_layout Plain Layout
45966
45967 }{
45968 \end_layout
45969
45970 \end_inset
45971
45972
45973 \begin_inset Phantom Phantom
45974 status open
45975
45976 \begin_layout Plain Layout
45977 W
45978 \end_layout
45979
45980 \end_inset
45981
45982
45983 \begin_inset ERT
45984 status collapsed
45985
45986 \begin_layout Plain Layout
45987
45988 }
45989 \end_layout
45990
45991 \end_inset
45992
45993  SkyBlue
45994 \end_layout
45995
45996 \end_inset
45997 </cell>
45998 <cell alignment="left" valignment="top" usebox="none">
45999 \begin_inset Text
46000
46001 \begin_layout Plain Layout
46002 \begin_inset ERT
46003 status collapsed
46004
46005 \begin_layout Plain Layout
46006
46007
46008 \backslash
46009 fcolorbox{black}{
46010 \end_layout
46011
46012 \end_inset
46013
46014 SpringGreen
46015 \begin_inset ERT
46016 status collapsed
46017
46018 \begin_layout Plain Layout
46019
46020 }{
46021 \end_layout
46022
46023 \end_inset
46024
46025
46026 \begin_inset Phantom Phantom
46027 status open
46028
46029 \begin_layout Plain Layout
46030 W
46031 \end_layout
46032
46033 \end_inset
46034
46035
46036 \begin_inset ERT
46037 status collapsed
46038
46039 \begin_layout Plain Layout
46040
46041 }
46042 \end_layout
46043
46044 \end_inset
46045
46046  SpringGreen
46047 \end_layout
46048
46049 \end_inset
46050 </cell>
46051 </row>
46052 <row>
46053 <cell alignment="left" valignment="top" usebox="none">
46054 \begin_inset Text
46055
46056 \begin_layout Plain Layout
46057 \begin_inset ERT
46058 status collapsed
46059
46060 \begin_layout Plain Layout
46061
46062
46063 \backslash
46064 fcolorbox{black}{
46065 \end_layout
46066
46067 \end_inset
46068
46069 Tan
46070 \begin_inset ERT
46071 status collapsed
46072
46073 \begin_layout Plain Layout
46074
46075 }{
46076 \end_layout
46077
46078 \end_inset
46079
46080
46081 \begin_inset Phantom Phantom
46082 status open
46083
46084 \begin_layout Plain Layout
46085 W
46086 \end_layout
46087
46088 \end_inset
46089
46090
46091 \begin_inset ERT
46092 status collapsed
46093
46094 \begin_layout Plain Layout
46095
46096 }
46097 \end_layout
46098
46099 \end_inset
46100
46101  Tan
46102 \end_layout
46103
46104 \end_inset
46105 </cell>
46106 <cell alignment="left" valignment="top" usebox="none">
46107 \begin_inset Text
46108
46109 \begin_layout Plain Layout
46110 \begin_inset ERT
46111 status collapsed
46112
46113 \begin_layout Plain Layout
46114
46115
46116 \backslash
46117 fcolorbox{black}{
46118 \end_layout
46119
46120 \end_inset
46121
46122 TealBlue
46123 \begin_inset ERT
46124 status collapsed
46125
46126 \begin_layout Plain Layout
46127
46128 }{
46129 \end_layout
46130
46131 \end_inset
46132
46133
46134 \begin_inset Phantom Phantom
46135 status open
46136
46137 \begin_layout Plain Layout
46138 W
46139 \end_layout
46140
46141 \end_inset
46142
46143
46144 \begin_inset ERT
46145 status collapsed
46146
46147 \begin_layout Plain Layout
46148
46149 }
46150 \end_layout
46151
46152 \end_inset
46153
46154  TealBlue
46155 \end_layout
46156
46157 \end_inset
46158 </cell>
46159 <cell alignment="left" valignment="top" usebox="none">
46160 \begin_inset Text
46161
46162 \begin_layout Plain Layout
46163 \begin_inset ERT
46164 status collapsed
46165
46166 \begin_layout Plain Layout
46167
46168
46169 \backslash
46170 fcolorbox{black}{
46171 \end_layout
46172
46173 \end_inset
46174
46175 Thistle
46176 \begin_inset ERT
46177 status collapsed
46178
46179 \begin_layout Plain Layout
46180
46181 }{
46182 \end_layout
46183
46184 \end_inset
46185
46186
46187 \begin_inset Phantom Phantom
46188 status open
46189
46190 \begin_layout Plain Layout
46191 W
46192 \end_layout
46193
46194 \end_inset
46195
46196
46197 \begin_inset ERT
46198 status collapsed
46199
46200 \begin_layout Plain Layout
46201
46202 }
46203 \end_layout
46204
46205 \end_inset
46206
46207  Thistle
46208 \end_layout
46209
46210 \end_inset
46211 </cell>
46212 <cell alignment="left" valignment="top" usebox="none">
46213 \begin_inset Text
46214
46215 \begin_layout Plain Layout
46216 \begin_inset ERT
46217 status collapsed
46218
46219 \begin_layout Plain Layout
46220
46221
46222 \backslash
46223 fcolorbox{black}{
46224 \end_layout
46225
46226 \end_inset
46227
46228 Turquoise
46229 \begin_inset ERT
46230 status collapsed
46231
46232 \begin_layout Plain Layout
46233
46234 }{
46235 \end_layout
46236
46237 \end_inset
46238
46239
46240 \begin_inset Phantom Phantom
46241 status open
46242
46243 \begin_layout Plain Layout
46244 W
46245 \end_layout
46246
46247 \end_inset
46248
46249
46250 \begin_inset ERT
46251 status collapsed
46252
46253 \begin_layout Plain Layout
46254
46255 }
46256 \end_layout
46257
46258 \end_inset
46259
46260  Turquoise
46261 \end_layout
46262
46263 \end_inset
46264 </cell>
46265 </row>
46266 <row>
46267 <cell alignment="left" valignment="top" usebox="none">
46268 \begin_inset Text
46269
46270 \begin_layout Plain Layout
46271 \begin_inset ERT
46272 status collapsed
46273
46274 \begin_layout Plain Layout
46275
46276
46277 \backslash
46278 fcolorbox{black}{
46279 \end_layout
46280
46281 \end_inset
46282
46283 Violet
46284 \begin_inset ERT
46285 status collapsed
46286
46287 \begin_layout Plain Layout
46288
46289 }{
46290 \end_layout
46291
46292 \end_inset
46293
46294
46295 \begin_inset Phantom Phantom
46296 status open
46297
46298 \begin_layout Plain Layout
46299 W
46300 \end_layout
46301
46302 \end_inset
46303
46304
46305 \begin_inset ERT
46306 status collapsed
46307
46308 \begin_layout Plain Layout
46309
46310 }
46311 \end_layout
46312
46313 \end_inset
46314
46315  Violet
46316 \end_layout
46317
46318 \end_inset
46319 </cell>
46320 <cell alignment="left" valignment="top" usebox="none">
46321 \begin_inset Text
46322
46323 \begin_layout Plain Layout
46324 \begin_inset ERT
46325 status collapsed
46326
46327 \begin_layout Plain Layout
46328
46329
46330 \backslash
46331 fcolorbox{black}{
46332 \end_layout
46333
46334 \end_inset
46335
46336 VioletRed
46337 \begin_inset ERT
46338 status collapsed
46339
46340 \begin_layout Plain Layout
46341
46342 }{
46343 \end_layout
46344
46345 \end_inset
46346
46347
46348 \begin_inset Phantom Phantom
46349 status open
46350
46351 \begin_layout Plain Layout
46352 W
46353 \end_layout
46354
46355 \end_inset
46356
46357
46358 \begin_inset ERT
46359 status collapsed
46360
46361 \begin_layout Plain Layout
46362
46363 }
46364 \end_layout
46365
46366 \end_inset
46367
46368  VioletRed
46369 \end_layout
46370
46371 \end_inset
46372 </cell>
46373 <cell alignment="left" valignment="top" usebox="none">
46374 \begin_inset Text
46375
46376 \begin_layout Plain Layout
46377 \begin_inset ERT
46378 status collapsed
46379
46380 \begin_layout Plain Layout
46381
46382
46383 \backslash
46384 fcolorbox{black}{
46385 \end_layout
46386
46387 \end_inset
46388
46389 WildStrawberry
46390 \begin_inset ERT
46391 status collapsed
46392
46393 \begin_layout Plain Layout
46394
46395 }{
46396 \end_layout
46397
46398 \end_inset
46399
46400
46401 \begin_inset Phantom Phantom
46402 status open
46403
46404 \begin_layout Plain Layout
46405 W
46406 \end_layout
46407
46408 \end_inset
46409
46410
46411 \begin_inset ERT
46412 status collapsed
46413
46414 \begin_layout Plain Layout
46415
46416 }
46417 \end_layout
46418
46419 \end_inset
46420
46421  WildStrawberry
46422 \end_layout
46423
46424 \end_inset
46425 </cell>
46426 <cell alignment="left" valignment="top" usebox="none">
46427 \begin_inset Text
46428
46429 \begin_layout Plain Layout
46430 \begin_inset ERT
46431 status collapsed
46432
46433 \begin_layout Plain Layout
46434
46435
46436 \backslash
46437 fcolorbox{black}{
46438 \end_layout
46439
46440 \end_inset
46441
46442 YellowGreen
46443 \begin_inset ERT
46444 status collapsed
46445
46446 \begin_layout Plain Layout
46447
46448 }{
46449 \end_layout
46450
46451 \end_inset
46452
46453
46454 \begin_inset Phantom Phantom
46455 status open
46456
46457 \begin_layout Plain Layout
46458 W
46459 \end_layout
46460
46461 \end_inset
46462
46463
46464 \begin_inset ERT
46465 status collapsed
46466
46467 \begin_layout Plain Layout
46468
46469 }
46470 \end_layout
46471
46472 \end_inset
46473
46474  YellowGreen
46475 \end_layout
46476
46477 \end_inset
46478 </cell>
46479 </row>
46480 <row>
46481 <cell alignment="left" valignment="top" usebox="none">
46482 \begin_inset Text
46483
46484 \begin_layout Plain Layout
46485 \begin_inset ERT
46486 status collapsed
46487
46488 \begin_layout Plain Layout
46489
46490
46491 \backslash
46492 fcolorbox{black}{
46493 \end_layout
46494
46495 \end_inset
46496
46497 YellowOrange
46498 \begin_inset ERT
46499 status collapsed
46500
46501 \begin_layout Plain Layout
46502
46503 }{
46504 \end_layout
46505
46506 \end_inset
46507
46508
46509 \begin_inset Phantom Phantom
46510 status open
46511
46512 \begin_layout Plain Layout
46513 W
46514 \end_layout
46515
46516 \end_inset
46517
46518
46519 \begin_inset ERT
46520 status collapsed
46521
46522 \begin_layout Plain Layout
46523
46524 }
46525 \end_layout
46526
46527 \end_inset
46528
46529  YellowOrange
46530 \end_layout
46531
46532 \end_inset
46533 </cell>
46534 <cell alignment="left" valignment="top" usebox="none">
46535 \begin_inset Text
46536
46537 \begin_layout Plain Layout
46538
46539 \end_layout
46540
46541 \end_inset
46542 </cell>
46543 <cell alignment="left" valignment="top" usebox="none">
46544 \begin_inset Text
46545
46546 \begin_layout Plain Layout
46547
46548 \end_layout
46549
46550 \end_inset
46551 </cell>
46552 <cell alignment="left" valignment="top" usebox="none">
46553 \begin_inset Text
46554
46555 \begin_layout Plain Layout
46556
46557 \end_layout
46558
46559 \end_inset
46560 </cell>
46561 </row>
46562 </lyxtabular>
46563
46564 \end_inset
46565
46566
46567 \end_layout
46568
46569 \begin_layout Chapter
46570 Erklärung der Gleichung
46571 \begin_inset space ~
46572 \end_inset
46573
46574 (
46575 \begin_inset CommandInset ref
46576 LatexCommand ref
46577 reference "eq:Wgn"
46578
46579 \end_inset
46580
46581 )
46582 \begin_inset CommandInset label
46583 LatexCommand label
46584 name "kap:Erläuterung-einer-Gleichung"
46585
46586 \end_inset
46587
46588
46589 \end_layout
46590
46591 \begin_layout Standard
46592 Die Gesamtbreite von
46593 \emph on
46594  n
46595 \emph default
46596  Tabellenzellen 
46597 \begin_inset Formula $W_{\mathrm{tot\,n}}$
46598 \end_inset
46599
46600  kann wie folgt berechnet werden:
46601 \begin_inset Formula 
46602 \begin{equation}
46603 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
46604 \end{equation}
46605
46606 \end_inset
46607
46608
46609 \end_layout
46610
46611 \begin_layout Standard
46612 Dabei ist 
46613 \begin_inset Formula $W_{g\,n}$
46614 \end_inset
46615
46616  die Breite jeder Zelle.
46617
46618 \series bold
46619  
46620 \backslash
46621 tabcolsep
46622 \series default
46623  ist die \SpecialChar LaTeX
46624 -Länge zwischen dem Zellentext und der Zellgrenze mit dem Standardwert
46625  6
46626 \begin_inset space \thinspace{}
46627 \end_inset
46628
46629 pt.
46630  
46631 \series bold
46632
46633 \backslash
46634 arrayrulewidth
46635 \series default
46636  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
46637 \begin_inset space \thinspace{}
46638 \end_inset
46639
46640 pt.
46641 \end_layout
46642
46643 \begin_layout Standard
46644 Nach Gleichung
46645 \begin_inset space ~
46646 \end_inset
46647
46648
46649 \begin_inset CommandInset ref
46650 LatexCommand ref
46651 reference "eq:Wtot_n"
46652
46653 \end_inset
46654
46655  ist die Gesamtbreite einer Mehrfachspalte, 
46656 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
46657 \end_inset
46658
46659 ,
46660 \begin_inset Formula 
46661 \begin{equation}
46662 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46663 \end{equation}
46664
46665 \end_inset
46666
46667
46668 \end_layout
46669
46670 \begin_layout Standard
46671 Setzt man die Gleichungen
46672 \begin_inset space ~
46673 \end_inset
46674
46675
46676 \begin_inset CommandInset ref
46677 LatexCommand ref
46678 reference "eq:Wtot_n"
46679
46680 \end_inset
46681
46682  und 
46683 \begin_inset CommandInset ref
46684 LatexCommand ref
46685 reference "eq:Wtot_mult"
46686
46687 \end_inset
46688
46689  gleich, kann man die benötigte Breite 
46690 \begin_inset Formula $W_{g\,n}$
46691 \end_inset
46692
46693 , wenn 
46694 \emph on
46695 n
46696 \emph default
46697  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
46698 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
46699 \end_inset
46700
46701  hat, berechnen:
46702 \begin_inset Formula 
46703 \begin{equation}
46704 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46705 \end{equation}
46706
46707 \end_inset
46708
46709
46710 \end_layout
46711
46712 \begin_layout Bibliography
46713 \begin_inset CommandInset bibitem
46714 LatexCommand bibitem
46715 key "latexcompanion"
46716 literal "true"
46717
46718 \end_inset
46719
46720 Frank Mittelbach and Michel Goossens: 
46721 \emph on
46722 The \SpecialChar LaTeX
46723  Companion Second Edition.
46724
46725 \emph default
46726  Addison-Wesley, 2004
46727 \end_layout
46728
46729 \begin_layout Bibliography
46730 \begin_inset CommandInset bibitem
46731 LatexCommand bibitem
46732 key "latexguide"
46733 literal "true"
46734
46735 \end_inset
46736
46737 Helmut Kopka and Patrick W.
46738  Daly: 
46739 \emph on
46740 A Guide to \SpecialChar LaTeX
46741  Fourth Edition.
46742
46743 \emph default
46744  Addison-Wesley, 2003
46745 \end_layout
46746
46747 \begin_layout Bibliography
46748 \begin_inset CommandInset bibitem
46749 LatexCommand bibitem
46750 key "lamport"
46751 literal "true"
46752
46753 \end_inset
46754
46755 Leslie Lamport: 
46756 \emph on
46757 \SpecialChar LaTeX
46758 : A Document Preparation System.
46759
46760 \emph default
46761  Addison-Wesley, second edition, 1994
46762 \end_layout
46763
46764 \begin_layout Bibliography
46765 \begin_inset CommandInset bibitem
46766 LatexCommand bibitem
46767 key "latex-praxisbuch"
46768 literal "true"
46769
46770 \end_inset
46771
46772 Niedermair, Elke & Michael: 
46773 \emph on
46774 \SpecialChar LaTeX
46775 -Praxisbuch
46776 \emph default
46777 , Franzis-Verlag, 2004
46778 \end_layout
46779
46780 \begin_layout Bibliography
46781 \begin_inset CommandInset bibitem
46782 LatexCommand bibitem
46783 key "arydshln"
46784 literal "true"
46785
46786 \end_inset
46787
46788 Dokumentation des \SpecialChar LaTeX
46789 -Pakets 
46790 \series bold
46791
46792 \begin_inset CommandInset href
46793 LatexCommand href
46794 name "arydshln"
46795 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46796 literal "false"
46797
46798 \end_inset
46799
46800
46801 \series default
46802
46803 \begin_inset Index idx
46804 status collapsed
46805
46806 \begin_layout Plain Layout
46807 \SpecialChar LaTeX
46808 -Pakete ! arydshln
46809 \end_layout
46810
46811 \end_inset
46812
46813
46814 \end_layout
46815
46816 \begin_layout Bibliography
46817 \begin_inset CommandInset bibitem
46818 LatexCommand bibitem
46819 key "booktabs"
46820 literal "true"
46821
46822 \end_inset
46823
46824 Dokumentation des \SpecialChar LaTeX
46825 -Pakets 
46826 \series bold
46827
46828 \begin_inset CommandInset href
46829 LatexCommand href
46830 name "booktabs"
46831 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46832 literal "false"
46833
46834 \end_inset
46835
46836
46837 \series default
46838
46839 \begin_inset Index idx
46840 status collapsed
46841
46842 \begin_layout Plain Layout
46843 \SpecialChar LaTeX
46844 -Pakete ! booktabs
46845 \end_layout
46846
46847 \end_inset
46848
46849
46850 \end_layout
46851
46852 \begin_layout Bibliography
46853 \begin_inset CommandInset bibitem
46854 LatexCommand bibitem
46855 key "caption"
46856 literal "true"
46857
46858 \end_inset
46859
46860 Dokumentation des \SpecialChar LaTeX
46861 -Pakets 
46862 \series bold
46863
46864 \begin_inset CommandInset href
46865 LatexCommand href
46866 name "caption"
46867 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
46868 literal "false"
46869
46870 \end_inset
46871
46872
46873 \series default
46874
46875 \begin_inset Index idx
46876 status collapsed
46877
46878 \begin_layout Plain Layout
46879 \SpecialChar LaTeX
46880 -Pakete ! caption
46881 \end_layout
46882
46883 \end_inset
46884
46885
46886 \end_layout
46887
46888 \begin_layout Bibliography
46889 \begin_inset CommandInset bibitem
46890 LatexCommand bibitem
46891 key "diagbox"
46892 literal "true"
46893
46894 \end_inset
46895
46896 Dokumentation des \SpecialChar LaTeX
46897 -Pakets 
46898 \series bold
46899
46900 \begin_inset CommandInset href
46901 LatexCommand href
46902 name "diagbox"
46903 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46904 literal "false"
46905
46906 \end_inset
46907
46908
46909 \series default
46910
46911 \begin_inset Index idx
46912 status collapsed
46913
46914 \begin_layout Plain Layout
46915 \SpecialChar LaTeX
46916 -Pakete ! diagbox
46917 \end_layout
46918
46919 \end_inset
46920
46921
46922 \end_layout
46923
46924 \begin_layout Bibliography
46925 \begin_inset CommandInset bibitem
46926 LatexCommand bibitem
46927 key "endfloat"
46928 literal "true"
46929
46930 \end_inset
46931
46932 Dokumentation des \SpecialChar LaTeX
46933 -Pakets 
46934 \series bold
46935
46936 \begin_inset CommandInset href
46937 LatexCommand href
46938 name "endfloat"
46939 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46940 literal "false"
46941
46942 \end_inset
46943
46944
46945 \series default
46946
46947 \begin_inset Index idx
46948 status collapsed
46949
46950 \begin_layout Plain Layout
46951 \SpecialChar LaTeX
46952 -Pakete ! endfloat
46953 \end_layout
46954
46955 \end_inset
46956
46957
46958 \end_layout
46959
46960 \begin_layout Bibliography
46961 \begin_inset CommandInset bibitem
46962 LatexCommand bibitem
46963 key "footmisc"
46964 literal "true"
46965
46966 \end_inset
46967
46968 Dokumentation des \SpecialChar LaTeX
46969 -Pakets 
46970 \series bold
46971
46972 \begin_inset CommandInset href
46973 LatexCommand href
46974 name "footmisc"
46975 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46976 literal "false"
46977
46978 \end_inset
46979
46980
46981 \series default
46982
46983 \begin_inset Index idx
46984 status collapsed
46985
46986 \begin_layout Plain Layout
46987 \SpecialChar LaTeX
46988 -Pakete ! footmisc
46989 \end_layout
46990
46991 \end_inset
46992
46993
46994 \end_layout
46995
46996 \begin_layout Bibliography
46997 \begin_inset CommandInset bibitem
46998 LatexCommand bibitem
46999 key "hypcap"
47000 literal "true"
47001
47002 \end_inset
47003
47004 Dokumentation des \SpecialChar LaTeX
47005 -Pakets 
47006 \series bold
47007
47008 \begin_inset CommandInset href
47009 LatexCommand href
47010 name "hypcap"
47011 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
47012 literal "false"
47013
47014 \end_inset
47015
47016
47017 \series default
47018
47019 \begin_inset Index idx
47020 status collapsed
47021
47022 \begin_layout Plain Layout
47023 \SpecialChar LaTeX
47024 -Pakete ! hypcap
47025 \end_layout
47026
47027 \end_inset
47028
47029
47030 \end_layout
47031
47032 \begin_layout Bibliography
47033 \begin_inset CommandInset bibitem
47034 LatexCommand bibitem
47035 key "hyperref"
47036 literal "true"
47037
47038 \end_inset
47039
47040 Dokumentation des \SpecialChar LaTeX
47041 -Pakets 
47042 \series bold
47043
47044 \begin_inset CommandInset href
47045 LatexCommand href
47046 name "hyperref"
47047 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
47048 literal "false"
47049
47050 \end_inset
47051
47052
47053 \series default
47054
47055 \begin_inset Index idx
47056 status collapsed
47057
47058 \begin_layout Plain Layout
47059 \SpecialChar LaTeX
47060 -Pakete ! hyperref
47061 \end_layout
47062
47063 \end_inset
47064
47065
47066 \end_layout
47067
47068 \begin_layout Bibliography
47069 \begin_inset CommandInset bibitem
47070 LatexCommand bibitem
47071 key "KOMA-Script"
47072 literal "true"
47073
47074 \end_inset
47075
47076 Dokumentation des \SpecialChar LaTeX
47077 -Pakets 
47078 \series bold
47079
47080 \begin_inset CommandInset href
47081 LatexCommand href
47082 name "KOMA-Script"
47083 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
47084 literal "false"
47085
47086 \end_inset
47087
47088
47089 \series default
47090
47091 \begin_inset Index idx
47092 status collapsed
47093
47094 \begin_layout Plain Layout
47095 \SpecialChar LaTeX
47096 -Pakete ! KOMA-Script
47097 \end_layout
47098
47099 \end_inset
47100
47101
47102 \end_layout
47103
47104 \begin_layout Bibliography
47105 \begin_inset CommandInset bibitem
47106 LatexCommand bibitem
47107 key "lettrine"
47108 literal "true"
47109
47110 \end_inset
47111
47112 Dokumentation des \SpecialChar LaTeX
47113 -Pakets 
47114 \series bold
47115
47116 \begin_inset CommandInset href
47117 LatexCommand href
47118 name "lettrine"
47119 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
47120 literal "false"
47121
47122 \end_inset
47123
47124
47125 \series default
47126  und ein 
47127 \begin_inset CommandInset href
47128 LatexCommand href
47129 name "Beispiel"
47130 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
47131 literal "false"
47132
47133 \end_inset
47134
47135
47136 \begin_inset Index idx
47137 status collapsed
47138
47139 \begin_layout Plain Layout
47140 \SpecialChar LaTeX
47141 -Pakete ! lettrine
47142 \end_layout
47143
47144 \end_inset
47145
47146
47147 \end_layout
47148
47149 \begin_layout Bibliography
47150 \begin_inset CommandInset bibitem
47151 LatexCommand bibitem
47152 key "listings"
47153 literal "true"
47154
47155 \end_inset
47156
47157 Dokumentation des \SpecialChar LaTeX
47158 -Pakets 
47159 \series bold
47160
47161 \begin_inset CommandInset href
47162 LatexCommand href
47163 name "listings"
47164 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
47165 literal "false"
47166
47167 \end_inset
47168
47169
47170 \series default
47171
47172 \begin_inset Index idx
47173 status collapsed
47174
47175 \begin_layout Plain Layout
47176 \SpecialChar LaTeX
47177 -Pakete ! listings
47178 \end_layout
47179
47180 \end_inset
47181
47182
47183 \end_layout
47184
47185 \begin_layout Bibliography
47186 \begin_inset CommandInset bibitem
47187 LatexCommand bibitem
47188 key "minted"
47189 literal "false"
47190
47191 \end_inset
47192
47193 Dokumentation des \SpecialChar LaTeX
47194 -Pakets 
47195 \series bold
47196
47197 \begin_inset CommandInset href
47198 LatexCommand href
47199 name "minted"
47200 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/minted/minted.pdf"
47201 literal "false"
47202
47203 \end_inset
47204
47205
47206 \series default
47207
47208 \begin_inset Index idx
47209 status collapsed
47210
47211 \begin_layout Plain Layout
47212 \SpecialChar LaTeX
47213 -Pakete ! minted
47214 \end_layout
47215
47216 \end_inset
47217
47218
47219 \end_layout
47220
47221 \begin_layout Bibliography
47222 \begin_inset CommandInset bibitem
47223 LatexCommand bibitem
47224 key "marginnote"
47225 literal "true"
47226
47227 \end_inset
47228
47229 Dokumentation des \SpecialChar LaTeX
47230 -Pakets 
47231 \series bold
47232
47233 \begin_inset CommandInset href
47234 LatexCommand href
47235 name "marginnote"
47236 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
47237 literal "false"
47238
47239 \end_inset
47240
47241
47242 \series default
47243
47244 \begin_inset Index idx
47245 status collapsed
47246
47247 \begin_layout Plain Layout
47248 \SpecialChar LaTeX
47249 -Pakete ! marginnote
47250 \end_layout
47251
47252 \end_inset
47253
47254
47255 \end_layout
47256
47257 \begin_layout Bibliography
47258 \begin_inset CommandInset bibitem
47259 LatexCommand bibitem
47260 key "pdfpages"
47261 literal "true"
47262
47263 \end_inset
47264
47265 Dokumentation des \SpecialChar LaTeX
47266 -Pakets 
47267 \series bold
47268
47269 \begin_inset CommandInset href
47270 LatexCommand href
47271 name "pdfpages"
47272 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
47273 literal "false"
47274
47275 \end_inset
47276
47277
47278 \series default
47279
47280 \begin_inset Index idx
47281 status collapsed
47282
47283 \begin_layout Plain Layout
47284 \SpecialChar LaTeX
47285 -Pakete ! pdfpages
47286 \end_layout
47287
47288 \end_inset
47289
47290
47291 \begin_inset CommandInset href
47292 LatexCommand href
47293 name "Inkscape"
47294 target "https://inkscape.org/de/"
47295 literal "false"
47296
47297 \end_inset
47298
47299
47300 \end_layout
47301
47302 \begin_layout Bibliography
47303 \begin_inset CommandInset bibitem
47304 LatexCommand bibitem
47305 key "prettyref"
47306 literal "true"
47307
47308 \end_inset
47309
47310 Dokumentation des \SpecialChar LaTeX
47311 -Pakets 
47312 \series bold
47313
47314 \begin_inset CommandInset href
47315 LatexCommand href
47316 name "prettyref"
47317 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
47318 literal "false"
47319
47320 \end_inset
47321
47322
47323 \series default
47324
47325 \begin_inset Index idx
47326 status collapsed
47327
47328 \begin_layout Plain Layout
47329 \SpecialChar LaTeX
47330 -Pakete ! prettyref
47331 \end_layout
47332
47333 \end_inset
47334
47335
47336 \end_layout
47337
47338 \begin_layout Bibliography
47339 \begin_inset CommandInset bibitem
47340 LatexCommand bibitem
47341 key "pstricks"
47342 literal "true"
47343
47344 \end_inset
47345
47346 Webseite des \SpecialChar LaTeX
47347 -Pakets 
47348 \series bold
47349
47350 \begin_inset CommandInset href
47351 LatexCommand href
47352 name "PSTricks"
47353 target "http://tug.org/PSTricks/"
47354 literal "false"
47355
47356 \end_inset
47357
47358
47359 \series default
47360
47361 \begin_inset Index idx
47362 status collapsed
47363
47364 \begin_layout Plain Layout
47365 \SpecialChar LaTeX
47366 -Pakete ! pstricks
47367 \end_layout
47368
47369 \end_inset
47370
47371
47372 \end_layout
47373
47374 \begin_layout Bibliography
47375 \begin_inset CommandInset bibitem
47376 LatexCommand bibitem
47377 key "refstyle"
47378 literal "true"
47379
47380 \end_inset
47381
47382 Dokumentation des \SpecialChar LaTeX
47383 -Pakets 
47384 \series bold
47385
47386 \begin_inset CommandInset href
47387 LatexCommand href
47388 name "refstyle"
47389 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
47390 literal "false"
47391
47392 \end_inset
47393
47394
47395 \series default
47396
47397 \begin_inset Index idx
47398 status collapsed
47399
47400 \begin_layout Plain Layout
47401 \SpecialChar LaTeX
47402 -Pakete ! refstyle
47403 \end_layout
47404
47405 \end_inset
47406
47407
47408 \end_layout
47409
47410 \begin_layout Bibliography
47411 \begin_inset CommandInset bibitem
47412 LatexCommand bibitem
47413 key "sidecap"
47414 literal "true"
47415
47416 \end_inset
47417
47418 Dokumentation des \SpecialChar LaTeX
47419 -Pakets 
47420 \series bold
47421
47422 \begin_inset CommandInset href
47423 LatexCommand href
47424 name "sidecap"
47425 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
47426 literal "false"
47427
47428 \end_inset
47429
47430
47431 \series default
47432
47433 \begin_inset Index idx
47434 status collapsed
47435
47436 \begin_layout Plain Layout
47437 \SpecialChar LaTeX
47438 -Pakete ! sidecap
47439 \end_layout
47440
47441 \end_inset
47442
47443
47444 \end_layout
47445
47446 \begin_layout Bibliography
47447 \begin_inset CommandInset bibitem
47448 LatexCommand bibitem
47449 key "Inkscape"
47450 literal "true"
47451
47452 \end_inset
47453
47454 Dokumentation der Option 
47455 \begin_inset CommandInset href
47456 LatexCommand href
47457 name "Text in PDF weglassen"
47458 target "http://tug.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
47459 literal "false"
47460
47461 \end_inset
47462
47463  des Programms 
47464 \noun on
47465
47466 \begin_inset CommandInset href
47467 LatexCommand href
47468 name "Inkscape"
47469 target "https://inkscape.org"
47470 literal "false"
47471
47472 \end_inset
47473
47474
47475 \end_layout
47476
47477 \begin_layout Standard
47478 \begin_inset CommandInset index_print
47479 LatexCommand printindex
47480 type "idx"
47481 name "Stichwortverzeichnis"
47482 literal "false"
47483
47484 \end_inset
47485
47486
47487 \end_layout
47488
47489 \end_body
47490 \end_document